@charset "UTF-8";

@media (min-width: 768px) {
    body {
        min-width: 1280px;
    }
}
/*************************************************************

*.htb-navi

**************************************************************/
.htb-header.fixed{
/*
    position: fixed;
    top: 0;
    z-index: 101;
	width: 100%;
    left: 0;
*/
}
.htb-header.fixed .htb-header__logo,
#today.fixed{
/*  animation: DownAnime2 0.2s forwards;*/
}
@keyframes DownAnime2{
  from {
  z-index: auto;
    opacity: 0;
  transform: translateY(0px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

#today.fixed {
/*
    position: fixed;
  top: 5px;
  right: 10px;
  z-index: 101;
*/
}

.htb-navi.fixed{
	position: fixed;
	top: 0;
	z-index: 1001;
	width: 100%;
	left: 0;
}
.htb-navi.fixeds {
/*	top: 53px;*/
}

/*　上に上がる動き　*/

.htb-navi.fixed.UpMove,
.htb-header.fixed.UpMove{
/*  animation: UpAnime 0.4s forwards;*/
}

@keyframes UpAnime{
  from {
  z-index: auto;
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 0;
  transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/

.htb-navi.fixed.DownMove,
.htb-header.fixed.DownMove{
/*   animation: DownAnime 0.4s forwards;*/
}

@keyframes DownAnime{
  from {
  z-index: auto;
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.htb-navi {
	background: #fff;
    border-bottom: 1px #E2E2E2 solid;
}

.htb-navi ul {
	width: 265vw;
    margin: 5px auto 0;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}

.htb-navi li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 16.4%;
	width: 20%;
	  letter-spacing: 0.05rem;
	  font-family: "Noto Sans JP";
}
.htb-navi li:last-child{
}

.htb-navi li:before {
	content: "";
	height: 70%;
	width: 1px;
	background-color: #E2E6F0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}
.htb-navi li:last-child:before {
	display:none;
}

.htb-navi li a {
  padding: 0.2rem 0.17rem 0.5rem;
    display: block;
	line-height: 1.1;
  color: #2a3e76;
  text-decoration: none;
  text-align: center;
}

.htb-navi li a span {
	font-size: 1.3vh;
	font-size: 12.5px;
	padding: 0.4rem 0 0rem;
	white-space: normal;
	font-weight: 700;
    height: 2.5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    width: 100%;
    width: 142%;
    width: 160%;
    -webkit-transform-origin: left -10px;
    -ms-transform-origin: left -10px;
    transform-origin: -12px 10px;
}

.htb-navi li a::before {
    content: "";
    width: 32px;
    height: 32px;
    display: block;
	margin: 0 auto;
}
.htb-navi li.about a::before {
    background-image: url(/commons/202211/img/common/navi/about.svg);
}
.htb-navi li.ticket a::before {
    background-image: url(/commons/202211/img/common/navi/ticket.svg);
}
.htb-navi li.event a::before {
    background-image: url(/commons/202211/img/common/navi/event.svg);
}
.htb-navi li.schedule a::before {
    background-image: url(/commons/202211/img/common/navi/schedule.svg);
}
.htb-navi li.hotel a::before {
    background-image: url(/commons/202211/img/common/navi/hotel.svg);
}
.htb-navi li.enjoy a::before {
    background-image: url(/commons/202211/img/common/navi/enjoy.svg);
}

.htb-navi li.gourmet a::before {
    background-image: url(/commons/202211/img/common/navi/gourmet.svg);
}

.htb-navi li.shopping a::before {
    background-image: url(/commons/202211/img/common/navi/shopping.svg);
}
.htb-navi li.wedding a::before {
    background-image: url(/commons/202211/img/common/navi/wedding.svg);
}

.htb-navi li.faq a::before,
.htb-header-body ul.faq_pc li.faq a::before {
    background-image: url(/commons/202211/img/common/navi/faq.svg);
}
.htb-navi li.search a::before,
.htb-header-body ul.search_pc li.search a::before {
    background-image: url(/commons/202211/img/common/navi/search.svg);
}

.htb-navi li.guidemap a::before {
    background-image: url(/commons/202211/img/common/navi/guidemap.svg);
}
.htb-navi li.access a::before {
    background-image: url(/commons/202211/img/common/navi/access.svg);
}
.htb-navi li.tour a::before {
    background-image: url(/commons/202211/img/common/navi/tour.svg);
}
.htb-navi li.navi a::before {
    background-image: url(/commons/202211/img/common/navi/navi.svg);
}
.htb-navi li.service a::before {
    background-image: url(/commons/202211/img/common/navi/service.svg);
}


.htb-navi .pull-down-list {
    white-space: nowrap;
    overflow-x: auto;
}
.htb-navi .pull-down-list::-webkit-scrollbar {
    height: 6px;
}
.htb-navi .pull-down-list::-webkit-scrollbar-thumb {
    background: rgba(42,60,120,.5);
    border-radius: 6px;
}
.htb-navi .pull-down-list::-webkit-scrollbar-track {
    background: rgba(226,230,240,.5);
    border-radius: 6px;
}

.htb-navi  ul{
    animation-name: naviAnime;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-timing-function: linear;
}

@media screen and (min-width: 736px) {
	.htb-navi .pull-down-list {
	  overflow: visible;
	}
	.htb-navi ul {
		width: 1100px;
		width: 98%;
		min-width: 1100px;
		overflow: visible;
		margin: 0px auto 0;
	}
	.htb-navi li:first-child:after {
	  content: "";
	  height: 70%;
	  width: 1px;
	  background-color: #E2E6F0;
	  position: absolute;
	  top: 50%;
	  left: 0;
	  transform: translate(0, -50%);
	}
	.htb-navi li.wedding:before {
		content: "";
		height: 70%;
		width: 1px;
		background-color: #E2E6F0;
		position: absolute;
		display:block!important;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
	}
	.htb-navi li a::before {
		width: 46px;
		height: 40px;
		background-position: center;
		background-repeat: no-repeat;
	}
	.htb-navi li a span {
	  font-size: 14.5px;
	  font-size: 17px;
	  
	}

	.htb-navi li a:hover {
	  opacity: 0.5;
	}


	.htb-header-body ul.faq_pc,
	.htb-header-body ul.search_pc{
		font-family: "Noto Sans JP";
		font-weight: 700;
	}

	.htb-navi li.faq,
	.htb-navi li.search{
		display:none;
	}

	.htb-navi li.faq,
	.htb-navi li.search,
	.htb-header-body ul.faq_pc,
	.htb-header-body ul.search_pc{
		position: absolute;
		top: 15px;
		right: 260px;
		width: 162px;
	}
	.htb-navi li.faq:before,
	.htb-navi li.search:before,
	.htb-header-body ul.faq_pc li.faq:before,
	.htb-header-body ul.search_pc li.search:before {
		display:none;
	}
	.htb-navi li.faq a,
	.htb-navi li.search a,
	.htb-header-body ul.faq_pc li.faq a,
	.htb-header-body ul.search_pc li.search a {
		padding: 4px 15px 5px;
		display: flex;
		align-items: center;
		border: 1px #2a3e76 solid;
		border-radius: 9999px;
	}

	.htb-navi li.search a,
	.htb-header-body ul.search_pc  li.search a {
	  padding: 6px 15px 8px;
	}
	.htb-navi li.faq a::before,
	.htb-navi li.search a::before,
	.htb-header-body ul.faq_pc li.faq a::before,
	.htb-header-body ul.search_pc li.search a::before {
		content: "";
		width: 30px;
		height: 24px;
		position: relative;
		top: auto;
		left: auto;
		display: inline-block;
		background-repeat: no-repeat;
		margin: 0;
	}
	.htb-navi li.search a::before,
	.htb-header-body ul.search_pc li.search a::before {
		height: 20px;
		width: 25px;
	}
	.htb-navi li.faq  a span,
	.htb-navi li.search  a span,
	.htb-header-body ul.faq_pc li.faq  a span,
	.htb-header-body ul.search_pc li.search  a span {
		font-size: 13px;
		padding: 0rem 0 0rem;
		display: inline-block;
		height: auto;
		width: auto;
		white-space: nowrap;
		vertical-align: middle;
		line-height: 1;
		transform: scale(1);
	}

	.htb-navi li.search,
	.htb-header-body ul.search_pc {
	  right: 150px;
	  width: 90px;
	}
	li.search a::before,
	.htb-header-body ul.search li.search a::before {
	  width: 20px;
	  height: 20px;
	}


	.htb-navi li.faq a:hover,
	.htb-navi li.search a:hover,
	.htb-header-body ul.faq_pc li.faq a:hover,
	.htb-header-body ul.search_pc li.search a:hover {
		opacity: 1;
		background-color: #2a3e76;
		color: #fff;
	}
	.htb-navi li.faq a:hover::before,
	.htb-header-body ul.faq_pc li.faq a:hover::before {
	  background-image: url(/commons/202211/img/common/navi/faq_w.svg);
	}
	.htb-navi li.search a:hover::before,
	.htb-header-body ul.search_pc li.search a:hover::before {
	  background-image: url(/commons/202211/img/common/navi/search_w.svg);
	}
}

#today_page {
  position: absolute;
  top: 12px;
  right: 5px;
  z-index: 999;
  font-size: 1.6vh;
  font-size: 12px;
  text-align: left;
  z-index: 0;
  letter-spacing: 0.05rem;
  font-family: "Noto Sans JP";
  line-height: 1.8;
}

#today_page a {
	align-items: center;
	border-radius: 8px;
	display: flex;
	font-size: 2.5vw;
	font-weight: 700;
	padding: 0.8em 1rem 0.8em 0.5rem;
	justify-content: center;
	color: #fff;
	background-color: #1D326F;
}
#today_page a::after{
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 736px) {
	#today_page {
		display:block;
	}
	#today {
		display:none;
	}
}
@media screen and (min-width: 736px) {
	#today_page {
		display:none;
	}
	#today {
		display:block;
	}
}


/*************************************************************

*.htb-footer

**************************************************************/

.htb-footer {
  padding-top: 1rem;
  background: #fff;
  position: relative;
  overflow: hidden;
}


.htb-footer__sns {
  margin: 10px auto;
  text-align: center;
  max-width: 400px;
}

.htb-footer__sns h3 {
    font-size: 15px!important;
    font-weight: bold;
}
.htb-footer__sns ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
.htb-footer__sns li {
	width: 16%;
	text-align: center;
	border-right: 0px #E8E7E7 solid;
	padding: 0px;
}
.htb-footer__sns li a {
	padding: 5px 8px;
    display: block;
}


.htb-footer__links {
    margin: 10px 0 0;
    text-align: center;
    background-color: #fff;
    font-size: 0;
}

.htb-footer__links ul {
	border: 1px #E8E7E7 solid;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	margin: 0 0 0px 0;
	    background-color:#fff;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
.htb-footer__links li {
	width: 50%;
    display: inline-block;
    text-align: center;
    border: 1px #E8E7E7 solid;
    padding: 0px;
    border-bottom: 0px;
    border-left: 0px;
    white-space: normal;
    font-size: 0px;
    box-sizing: border-box;
}

.htb-footer__links li:last-child {
    border-right: 1px #E8E7E7 solid;
}

.htb-footer__links li:hover {
    opacity: 0.7;
}

.htb-footer__links li a{
	font-size: 12px;
	padding: 10px 2px;
	display: block;
	position: relative;
}

.htb-footer__links li a.sign-right:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1D326F;
  border-right: 1px solid #1D326F;
  transform: rotate(45deg);
}


.htb-footer__links .copyright {
    font-size: 9px;
    padding: 0.5rem;
}

.htb-footer__global {
    font-size: 12px;
}
.htb-footer__global p {
    background: #fff;
    margin-top: 5px;
    font-size: 13px;
    padding: 10px 2px 5px;
}

.htb-footer__global a{
	color:#000;
	padding: 0.2rem;
}

@media screen and (min-width: 736px) {
	.htb-footer {
	  padding-top: 80px;
	}
	.htb-footer__sns {
	  margin: 0px auto 60px;
	  max-width: 360px;
	}
	.htb-footer__sns h3 {
	  font-size: 24px!important;
	  font-weight: bold;
	  margin-bottom: 25px;
	  color: #000;
	}
	.htb-footer__links .htb-footer__global {
	  display: none!important;
	}

	.htb-footer__links ul {
		  justify-content: flex-start;
		border: 0px #E8E7E7 solid;
		max-width: 1100px;
		margin: 0 auto;
	}
	.htb-footer__links li {
	  width: auto;
	    border: 0px #E8E7E7 solid!important;
	    padding-right: 20px;
	}
	.htb-footer__links li a {
	  padding-right: 20px;
	  color: #1D326F!important;
	}
	.htb-footer__links {
		margin: 10px 0 0;
		border-top: 1px #2a3e76 solid;
		position: relative;
	}
	.htb-footer__links:before {
		content: "";
		border-top: 1px #2a3e76 solid;
		width: 100%;
		display: block;
		opacity: 0.5;
		margin-top: 1px;
	}
	.htb-footer__links:after{
		content: "";
		top: -25px;
		right: 0;
		left: 0;
		width: 1100px;
		margin: 0 auto;
		height: 20px;
		background: transparent url(/images_renewal/spring2013/Footerlogo.gif) no-repeat left top;
		position: absolute;
	}
	.htb-footer__links .copyright {
		padding: 0.1rem;
		width: 1100px;
		text-align: right;
		margin: 0 auto 10px;
	}

	/* pc Footer
	--------------------------------------------------*/
	#Footer {
		width: 100%;
		height: 100px;
		font-size: 85%;
		background: transparent url(/images_renewal/spring2013/FooterBg.gif) repeat-x left top;
		clear: both;
	position: relative;
	    z-index: 1;
	}

	#Footer .Section {
		position: relative;
		width: 960px;
		margin: 0 auto;
	}

	#Footer .Section p a.Footerlogo,
	#Footer .Section p.Copyright {
		position: absolute!important;
		font-size: 0%;
		text-indent: -9999px;
	}

	#Footer .Section p a.Footerlogo {
		top: 3px;
		left: 1px;
		width: 132px;
		height: 19px;
		background: transparent url(/images_renewal/spring2013/Footerlogo.gif) no-repeat left top;
	}

	#Footer .Section p.PageTop a {
		position: absolute!important;
		top: 15px;
		right: 0px;
		width: 98px;
		height: 23px;
	}

	#Footer .Section p.Copyright {
		top: 73px;;
		right: 0px;
		width: 261px;
		height: 10px;
		background: transparent url(/images_renewal/spring2013/Copyright.gif) no-repeat left top;
	}

	#Footer ul {
		position: absolute;
		top: 50px;
		left: 0px;
		float: right;
	}

	#Footer ul li {
		float: left;
		list-style: none;
		margin-right: 10px;
		padding-left: 10px;
		border-left: solid 1px #666;
		font-size: 11px;
	}

	#Footer ul li.FirstEntity {
		padding-left: 0px;
		border: none;
	}

	#Footer ul li a,
	#Footer ul li a:hover,
	#Footer ul li a:visited,
	#Footer ul li a:active {
		color: #666;
	}

	#Footer ul li a:hover,
	#Footer ul li a:active {
		text-decoration: underline;
	}

	#Footer ul li a:visited {
		text-decoration: none;
	}



}

/*************************************************************

*.htb-pagetop

**************************************************************/

.htb-pagetop{
  position: fixed;
  right: 5px;
  bottom: 5px;
  z-index: 9000;
  display: none;
}
.htb-pagetop a{
  font-size: 0;
  position: relative;
  background: #fff;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 9999px;
  box-shadow: 0px 0px 15px rgb(29 50 111 / 35%);
}

.htb-pagetop a:before{
	content: "";
	border: 0;
	border-top: solid 1px #1D326F;
	border-right: solid 1px #1D326F;
	display: inline-block;
	transform: rotate(-45deg);
	width: 12px;
	height: 12px;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
}
