@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
/* CSS Document */
html{
	scroll-behavior:smooth;
  /*scroll-padding-top:100px;*/
}
#wrapper {
	width: 100%;
	margin:0 auto 10px;
	padding:0;
 	font-size:14px;
	line-height:1.6;
	font-family: 'Noto Serif JP', serif;
  overflow: hidden;
	background: #9DCCD0;
}
#wrapper * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#wrapper a{
   word-break: break-all;  
}
#wrapper img{
  vertical-align: bottom;
} 
#wrapper h2,
#wrapper h3,
#wrapper h4 {
	font-weight: bold;
}
@media screen and (min-width: 760px){
   .pc_none{
    	display: none;
  }
}
@media screen and (max-width: 759.9px){
   .sp_none{
    	display: none;
  }
}
.disnon {
  display: none;
}
.text_red {
	color: #B20202;
	border-bottom: 1px solid #B20202;
}
.text_bold {
	font-weight: bold;
}
.text_normal {
	font-weight: normal;
}
.text_center {
	text-align: center;
}
.text_font_sans {
	font-family: 'Noto Sans JP', sans-serif;
}
.attention {
	font-size:90%;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
a.godetail{
	font-size: 110%;
	text-decoration: none;
	color: #003F90;	
	margin-left: auto;
	width: fit-content;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
}
a.godetail:hover{
	text-decoration:underline;
}
a.goplan {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 40px;
	text-decoration: none;
	background: #003F90;
	border-radius: 5px;
	z-index: 10;
	color: #FFFFFF;
	font-size: 100%;
	line-height: 1.5;
}
a.goplan:hover {
	color:  #003F90 !important;
	text-decoration: none !important;
	background: #FFFFFF;
	border: 2px solid  #003F90;
}
a.goplan.gray {
	background:#666666;
	pointer-events: none;
}
@media screen and (max-width: 759.9px) {
	a.godetail{
		font-size: 110%;
	}
	a.goplan {
		height: 40px;
	}
}
.slash {
	width: fit-content;
	text-align: center;
	margin: 0 auto;
	padding: 0 20px;
	background: url("../images/slash_left.svg") no-repeat center left,url("../images/slash_right.svg") no-repeat center right ;
	background-size:12px;
}
.slash span{
	font-weight: bold;
}
@media screen and (max-width: 759.9px){
	.slash{
		padding: 0 12px;
		background-size:8px;
	}
}
/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
	height: 500px;
  position: relative;
}
.page_roof::before{
	content: "";
	position: absolute;
	bottom:-100px;
	left:0;
	right:0;
	height: 200px;
	width: 100%;
	max-width: 980px;
	margin:0 auto;
	background: url("../images/hiltongrouphotels.png")no-repeat center bottom;
	background-size: contain;
	z-index: 100;
}
.page_roof .inner{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 1;
}
.page_roof .inner h2{
	width: 90%;
	max-width: 950px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	animation: fadeIn 1.5s;
	padding:15px 0;
}
.page_roof .inner h2 img{
	width: 100%;
	height: auto;
}
@keyframes fadeIn { 
  0% { opacity: 0; }
  40% { opacity:0;}
  100% { opacity:1;}
}
@media screen and (max-width: 759.9px){
	.page_roof {
		height: 35vh;
	}
	.page_roof::before{
		content: "";
		position: absolute;
		bottom:-50px;
		left:0;
		right:0;
		height: 200px;
		width: 100%;
		max-width: 980px;
		margin:0 auto;
		background: url("../images/hiltongrouphotels_sp.png")no-repeat center bottom;
		background-size: contain;
		z-index: 100;
	}
}

/*-------------ナビ-   --------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
}
#navwrap {
	background: #9DCCD0;
}
nav#pageNav  {
	/*background-image: linear-gradient(90deg, transparent 50%, #003F90	
 50%);*/
	width: 100%;
	max-width:1100px;
	background-color:#003F90;
	margin:0 auto;
}
#pageNav ul {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	display: flex;
	flex-wrap:nowrap;
	justify-content: center;
	align-items: center;
}
#pageNav ul a{
	flex-grow:1;
	font-size: 120%;
	height: 60px;
	color: #FFFFFF;
	text-align: center;
	background-image: url("../images/menu_line.svg");
	background-repeat: no-repeat;
	background-position: center right ;
	background-size: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-family: "Noto Sans JP", serif;
	font-weight: bold;
}
#pageNav ul a:last-child{
	background-image: none;
}

#pageNav ul a.selected,
#pageNav ul a:hover {
	color: #003F90;
	text-decoration: none !important;
	background-color: #FFFFFF;
	opacity: 1;
	border-left: 1px solid #FFFFFF;
	margin-left: -1px;
}
#pageNav ul a.selected{
	font-weight: bold;
}
@media screen and (max-width: 759.9px){
	#pageNav ul a{
		font-size: 80%;
		height: 50px;
	}
	#pageNav ul a.selected{
		font-size: 100%;
	}

}
/*-------------サブメニュー--------------*/
nav#subNav  {
	width: 100%;
	margin: 10px 0;
}
nav#subNav　nav_btn open{
	display: none;
}
#subNav ul {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	font-family: 'Noto Sans JP', sans-serif;
}
#subNav ul li{
	/*flex-grow:1;*/
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-image: url("../images/menu_line.svg");
	background-repeat: no-repeat;
	background-position: center right ;
	background-size: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 110%;
	padding: 5px 30px;
	cursor: pointer;
}
#subNav ul li:last-child{background-image: none;}
#subNav ul li.color_hilton.selected,
#subNav ul li.color_hilton:hover{color: #003F90;}
#subNav ul li.color_canopy.selected,
#subNav ul li.color_canopy:hover{color: #FE5000;}
#subNav ul li.color_conrad.selected,
#subNav ul li.color_conrad:hover{color: #B2874E;}
#subNav ul li.color_gardeninn.selected,
#subNav ul li.color_gardeninn:hover {color: #BF2F37;}
#subNav ul li.color_doubletree.selected,
#subNav ul li.color_doubletree:hover{color: #09194E;}
#subNav ul li.color_waldorf.selected,
#subNav ul li.color_waldorf:hover{color: #101010;}
@media screen and (max-width: 759.9px){
	#subNav ul li{
		font-size: 100%;
		padding: 5px 20px;
	}
}
/*--スマホ　ドロップダウン-*/
@media screen and (max-width: 759.9px){
  #subNav.dropdown .nav_btn.open{
    width:100%;
    margin: 0;
    text-align:center;
    cursor:pointer;
    position:relative;
    padding:10px 0;
    background: #9DCCD0;
    color: #FFFFFF;
  }
  #subNav.dropdown .nav_btn.open:after{
    content:"▼ ホテルを選ぶ ▼";
  }
  #subNav.dropdown .nav_btn.close:after{
    content:"▲ 閉じる ▲";
  }
  #subNav.dropdown  ul {
    display: none;
    width: 100%;
    z-index: 100;
    margin: 0;
    padding: 0;
  }
  #subNav.dropdown ul li{
    font-size: 120%;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #FFFFFF;
  }
}


/*-------------ページコンテンツ   --------------*/
.pageContent {
	position: relative;
}
.pageContent > .inner {
	width: 95%;
	max-width: 970px;
	margin: 0 auto;
	padding: 30px 20px;
}
@media screen and (max-width: 759.9px){
	.pageContent > .inner {
		padding: 20px 15px;
	}
}
/*-------------NEWS--------------*/
#news {
	/*background-image: linear-gradient(90deg, transparent 50%, #E5EEEF 50%);*/
	background:#E5EEEF;
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
}
#news .inner{
	margin: 0 auto;
	padding-top: 100px;
}	
#news .inner h2{
	font-size: 300%;
	font-family: "Times New Roman", Times, "serif";
	color: #003F90;
}	
#news .inner dl{
	width: 100%;
	display: flex;
	gap:20px;
}	
#news .inner dl dt{
	width: 45%;
}	
#news .inner dl dt img{
	width: 100%;
	border-radius: 5px;
}	
#news .inner dl dd{
	width: 50%;
	font-family: 'Noto Sans JP', sans-serif;
}
#news .inner h3{
	font-size: 160%;
	text-align: center;
	margin-bottom: 0.5em;
}	
#news .inner p{
	font-size: 120%;
	margin-bottom: 0.5em;
}
#news .inner p.smaller{
	font-size: 100%;
}	
#news .inner p.date{
	background: #003F90;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding: 5px 40px;
	width: fit-content;
	margin: 0 auto 1em;
	letter-spacing: 2px;
}	
@media screen and (max-width: 759.9px){
	#news .inner{
		padding-top: 60px;
	}
	#news .inner h2{
		font-size: 6vw;
		margin-left: 5%;
	}
	#news .inner dl{
		width: 90%;
		display: block;
		margin: 0 auto;
	}	
	#news .inner dl dt{
		width: 100%;
		margin-bottom: 10px;
	}	
	#news .inner dl dd{
		width: 100%;
	}
	#news .inner h3{
		font-size: 4.5vw;
	}	
	#news .inner p{
		font-size: 110%;
	}
	#news .inner p.smaller{
		font-size: 100%;
	}	
	#news .inner p.date{
		font-size: 120%;
		padding: 5px 30px;
	}	
}
#news h2 span {
	display: inline-block;
	
}
@keyframes kaiten {
	0%{transform:rotateY(0)  }	
	20%{transform:rotateY(360deg)  }	
	100%{transform:rotateY(360deg)  }	
}
#news h2 span:nth-of-type(1) {
	animation: kaiten 4s ease-in-out infinite;
  animation-delay: .2s;
}
#news h2 span:nth-of-type(2) {
	animation: kaiten 4s ease-in-out infinite;
  animation-delay: .4s;
}
#news h2 span:nth-of-type(3) {
	animation: kaiten 4s ease-in-out infinite;
  animation-delay: .6s;
}
#news h2 span:nth-of-type(4) {
	animation: kaiten 4s ease-in-out infinite;
  animation-delay: .8s;
}
/*-------------ホテルコンテンツ   --------------*/
#hoteltop {
	width: 95%;
	max-width: 1100px;
	background: #FFFFFF;
	/*height: 100px;*/
	margin:0 auto;
}
.hotelContent {
	width: 95%;
	max-width: 1100px;
	background: #FFFFFF;
	margin:0 auto 20px;
}
.hotelContent > .inner {
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
	padding: 30px 0 20px;
}
@media screen and (max-width: 759.9px){
	.hotelContent > .inner {
		padding: 20px 0;
	}
}
.hotelContent .title{
	width: 98%;
	margin: 0 auto 20px;;
}
.hotelContent .name_logo{
	display: flex;
	justify-content: center;
	align-items: center;
}
.hotelContent .title .area{
	width: fit-content;
	font-size: 140%;
	color: #FFFFFF;
	padding: 5px 20px;
	border-radius: 5px;
	margin: 0 auto 5px;
}
.bg_hilton{
	background: #003F90;
}
.bg_canopy{
	background: #FE5000;
}
.bg_conrad{
	background: #B2874E;
}
.bg_gardeninn{
	background: #BF2F37;
}
.bg_doubletree{
	background: #09194E;
}
.bg_waldorf{
	background: #101010;
}
.hotelContent .title h3{
	font-size: 200%;
	font-weight: bold;
	margin-right: 10px;
}
.hotelContent .title img.logo{
	width: 100px;
	height: 60px;
	object-fit: contain;
}
@media screen and (max-width: 759.9px){
	.hotelContent .title .area{
		width: fit-content;
		font-size: 90%;
		padding: 3px 20px 2px;
		border-radius: 5px;
		margin:0 auto 5px;
	}
	.hotelContent .name_logo{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.hotelContent .title h3{
		font-size: 5.5vw;
		font-weight: bold;
		margin-right: 5px;
		text-align: center;
	}
	.hotelContent .title h3.narrow{
		transform: scaleX(0.9);
	}
	.hotelContent .title img.logo{
		width: 80px;
		height: 40px;
		object-fit: contain;
	}
}
.hotelContent .overview {
	margin-bottom: 90px;
}
.hotelContent .overview dl{
	display: flex;
	gap: 2%;
}
.hotelContent .overview dl dt{
	width: 65%;
}
.hotelContent .overview dl dt img{
	width: 100%;
	border-radius: 5px;
}
.hotelContent .overview dl dd{
	width: 33%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hotelContent .overview dl dd p{
	font-size: 100%;
	margin-bottom: 20px;
	font-family: 'Noto Sans JP', sans-serif;
}
.hotelContent .overview dl dd h4.lead{
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 30px;
}
@media screen and (max-width: 759.9px){
	.hotelContent .overview {
		width: 90%;
		margin:0 auto 60px;
	}
	.hotelContent .overview dl{
		display: block;
	}
	.hotelContent .overview dl dt{
		width:100%;
		margin-bottom: 10px;
	}
	.hotelContent .overview dl dt img{
		width: 100%;
	}
	.hotelContent .overview dl dd{
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.hotelContent .overview dl dd h4.lead{
		font-size: 140%;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.hotelContent .overview dl dd p{
		font-size: 100%;
		margin-bottom: 10px;
	}
}
.hotelContent .facility{
	margin-bottom: 90px;
}
.hotelContent .facility dl{
	display: flex;
	gap: 2%;
	margin-bottom: 20px;
}
.hotelContent .facility dl dt{
	width: 40%;
}
.hotelContent .facility dl dt img{
	width: 100%;
	border-radius: 5px;
}
.hotelContent .facility dl dd{
	width: 55%;
}
.hotelContent .facility dl dd p{
	font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 759.9px){
	.hotelContent .facility{
		margin-bottom: 60px;
	}
	.hotelContent .facility dl{
		width: 90%;
		display: block;
		margin:0 auto 30px;
	}
	.hotelContent .facility dl dt{
		width: 100%;
		margin-bottom: 10px;
	}
	.hotelContent .facility dl dd{
		width: 100%;
	}
}
.hotelContent .facility h4{
	font-size: 180%;
	width: fit-content;
	position: relative;
	margin:0 auto 20px;
	padding: 0 30px 15px 65px;
	background: url("../images/bg_title_end.png") no-repeat right bottom, url("../images/bg_title.png") no-repeat left bottom;
	background-size: auto 50px;
}
.hotelContent .facility h5{
	font-size: 160%;
	margin-bottom: 5px;
	font-weight: bold;
}
@media screen and (max-width: 759.9px){
	.hotelContent .facility h4{
		font-size: 140%;
		text-align: center;
		width: fit-content;
		position: relative;
		margin:0 auto 20px;
		padding: 0 20px 10px 35px;
		background: url("../images/bg_title_end.png") no-repeat right bottom, url("../images/bg_title.png") no-repeat left bottom;
		background-size: auto 30px;
	}
	.hotelContent .facility h4 .small{
		font-size: 80%;
		letter-spacing: -1px;
	}
	.hotelContent .facility h5{
		font-size: 120%;
	}
}

.hotelContent .yoyaku_wrap{
	width: 80%;
	margin: 40px auto 40px;
	font-family: 'Noto Sans JP', sans-serif;
}
.hotelContent .yoyaku_wrap p{
	font-size: 110%;
	margin-bottom: 15px;
}
.hotelContent .yoyaku_unit{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:20px;
}
.hotelContent .yoyaku_unit a{
	width: 30%;
}
@media screen and (max-width: 759.9px){
	.hotelContent .yoyaku_wrap{
		width: 100%;
		margin: 20px auto 40px;
	}
	.hotelContent .yoyaku_wrap p{
		font-size: 100%;
		margin-bottom: 10px;
	}
	.hotelContent .yoyaku_unit{
		width: 80%;
		margin: 0 auto;
		display: block;
	}
	.hotelContent .yoyaku_unit a{
		width: 100%;
		margin-bottom: 15px;
	}
}
/*-----トップwiper ----------------*/
.swiper-container.top{
	width: 100%;
	margin:0 auto;
	height: 100%;
}
.swiper-container.top .swiper-slide {
  overflow: hidden;
}
.swiper-container.top .swiper-slide .swiper-img{
	width: 100%;
	height: 100%;
}
.swiper-container.top .swiper-slide .swiper-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.swiper-container.top .swiper-slide .swiper-img.basis_top img{
	object-position: top;
}

@media screen and (max-width: 759.9px){
	.swiper-container.top{
	}
}
/*-----inboxswiper--------------------*/
.swiper-container.inbox .swiper-slide img{
	width: 100%;
	border-radius: 5px;
}
/* ドットインジケーターの色*/
.swiper-pagination.inbox .swiper-pagination-bullet{
  opacity: 0.6;
}
/* ドットインジケーターの位置*/
.swiper-container.inbox .swiper-pagination {
	bottom: 5px;
}
.swiper-pagination.inbox .swiper-pagination-bullet-active{
  background: #FFFFFF;
}
/* prev&next 矢印の色とサイズ*/
.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
}
@media screen and (max-width: 759.9px){
	.swiper-button-prev.inbox::after,
	.swiper-button-next.inbox::after{
		font-size:15px;
	}
}