@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
/* CSS Document */
html{
  scroll-behavior:smooth;
  scroll-padding-top: 70px;
}
#wrapper {
	width: 100%;
	margin:0 auto 30px;
	font-size:14px;
  overflow: hidden;
	font-family: 'Noto Serif JP', serif;
	background: url("../images/page_bottom.png")repeat-x bottom center,url("../images/page_top.png")repeat-x top center;
	background-size: auto 200px,auto 200px;
	padding: 200px 0;
}
#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;
}
@media screen and (max-width: 759.9px){
	#wrapper {
    background: url("../images/page_bottom.png")repeat-x bottom center,url("../images/page_top.png")repeat-x top center;
		background-size: auto 100px,auto 100px;
		padding: 100px 0;
	}
}

#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: #FF0000;
}
.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;
}
.emphasis {
	font-size: 150%;
}
.attention {
	font-size: 90%;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}
.marker {
	background: linear-gradient(transparent 80%, #FFFF00 80%);
	font-weight: bold;
}
a.godetail{
  width: 80%;
  max-width: 350px;
  height: 50px;
	margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
	text-align: center;
	text-decoration: none;
  background-image: url("../images/button.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
	z-index: 10;
	font-family: 'Noto Sans JP', sans-serif;
  color: #FFFFFF;
	padding-bottom: 5px;
}
a.godetail.stay{
	background: url("../images/button_stay.png") no-repeat center bottom;
	background-size: 100% ;
}
a.godetail.jr{
	background: url("../images/button_jr.png") no-repeat center bottom;
	background-size: 100% ;
}
a.godetail.chubu{
	background: url("../images/button_chubu.png") no-repeat center bottom;
	background-size: 100% ;
}
a.godetail:hover {
	text-decoration: none !important;
}
a.godetail.gray{
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size: 100% ;
	pointer-events: none;
}
a.btn{
  width: 60%;
  max-width: 350px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
	text-align: center;
	text-decoration: none;
	background:#FF0000;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 10;
  color: #FFFFFF;
}

.deco{
	font-weight: normal;
  display: inline-block;
	padding: 0 15px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size: 10px auto;
}
.slash span{
  display: inline-block;
	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;
}
@media screen and (max-width: 759.9px){
  a.godetail{
    font-size: 90% ;
    background-position: center right 8px;
  }
  .deco{
    display: inline-block;
		padding: 0 10px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: 8px;
	}
	.slash span{
		padding: 0 12px;
		background: url("../images/slash_left.svg") no-repeat center left,url("../images/slash_right.svg") no-repeat center right ;
		background-size:8px;
	}
}
/*-------------トップリード   --------------*/
#pageTopLead {
	margin-bottom:30px;
}
#pageTopLead .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	background: url("../images/topbg.png") repeat-y top center;
	background-size: 100% auto;
}
#pageTopLead .inner h2{
	width: 100%;
	max-width: 1050px;
	margin: 0 auto 10px;
}
#pageTopLead h2 img{
	width: 100%;
}
#pageTopLead .comment{
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
}
#pageTopLead .comment p{
	font-size: 140%;
}
#pageTopLead .comment p span{
	font-size: 80%;
}
@media screen and (max-width: 759.9px){
	#pageTopLead {
		margin-bottom:20px;
	}
	#pageTopLead .comment p{
		font-size: 110%;
		text-align: left;
	}
}
/*-------------ナビPC--------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
}
@media screen and (min-width: 760px){
	#pageNav {
		background:#DB6BB6;
		width: 100%;
		z-index: 20;
		padding: 0;
		box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
	}
	#pageNav ul a,
	#pageNav ul a:hover{
		color: #FFFFFF !important;
		text-decoration: none !important;
	}
	#pageNav ul {
		width: 100%;
		max-width: 950px;
		margin: 0 auto;
		padding: 0;
		display: flex;
		flex-wrap:nowrap;
		justify-content: center;
		align-items: center;
		font-family: 'Noto Sans JP', sans-serif;
    border-left: 1px solid #FFFFFF;
	}
	#pageNav ul a{
		flex-grow:1;
		height: 60px;
		background: url("../images/menu_line.svg") no-repeat center right ;
		background-size: 1px;
		width: 100%;
	}
	#pageNav ul a:first-child{
		background: url("../images/menu_line.svg") no-repeat center left,
			url("../images/menu_line.svg") no-repeat center right;
		background-size: 1px;
	}
	#pageNav ul a li{
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		font-size: 120%;
    text-align: center;
    border-right: 1px solid #FFFFFF;
	}
	#pageNav ul a.selected{
		background-color:#0ACDBD;
	}
}
/*--スマホ--*/
@media screen and (max-width: 759.9px){
	#pageNav {
	}
  .nav_btn.open{
    width:100%;
    margin: 0;
    text-align:center;
    cursor:pointer;
    position:relative;
    padding:15px 0;
    background: #DB6BB6;
    color: #FFFFFF;
  }
  .nav_btn.open:after{
    content:"▼ MENU ▼";
  }
  .nav_btn.close:after{
    content:"▲ 閉じる ▲";
  }
  #pageNav ul {
    display: none;
    width: 100%;
    z-index: 100;
    margin: 0;
    padding: 0;
    background: #DB6BB6;
    color: #FFFFFF;
  }
  #pageNav ul a,
  #pageNav ul a:hover{
    color: inherit;
    text-decoration: none !important;
  }
  #pageNav ul a{
    width: 100%;
  }
  #pageNav ul a li{
    font-size: 120%;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #FFFFFF;
  }
}

/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
  padding-bottom: 30px;
}
.pageContent .inner{
  width: 95%;
  max-width: 950px;
  margin: 0 auto;
}
/*-------------#about-------------*/
.badge_title{
  display: flex;
	justify-content: center;
}
@media screen and (min-width: 760px){
	#under22 .badge_title{
		display: flex;
		justify-content: center;
		padding-right: 90px;
	}
}
.badge_title .badge{
  width: 150px;
}
.badge_title .badge img{
  width: 100%;
}
.badge_title .title{
  display: flex;
  flex-direction: column;
  text-align: center;
}
.badge_title .title h2{
  font-size: 220%;
  margin: 10px 0;
}
.badge_title .title p{
  font-size: 150%;
}
.badge_title .title p.attention{
  font-size: 120%;
	margin: 0.5em 0;
}

@media screen and (max-width: 759.9px){
	.badge_title{
		display:flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
	}
	.badge_title .badge{
		width: 110px;
	}
	.badge_title .title{
		width: 90%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: center;
		margin: 0 auto;
	}
  .badge_title .title h2{
    font-size: 180%;
		line-height: 1.6;
		margin: 0 0 10px;
  }
  .badge_title .title p{
    font-size: 130%;
		margin-bottom: 10px;
		line-height: 1.6;
  }
  .badge_title .title p.attention{
    font-size: 100%;
  }
}
/*-------------#about-------------*/
#about {
  padding-top: 80px;
}
#about .kikan{
  text-align: center;
  margin-bottom: 30px;
}
#about .kikan p.date{
	display: inline;
  font-size: 140%;
  text-align: center;
	background: url("../images/line.png")repeat-x bottom center;
  background-size: auto 8px;
  padding-bottom: 10px;
  line-height :2;
}
#about .kikan p.attention{
  font-size: 110%;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 759.9px){
  #about {
    padding-top: 50px;
  }
	#about .kikan{
		text-align: center;
		margin-bottom: 20px;
	}
	#about .kikan p.date{
		width: 80%;
		display: block;
		margin: 0 auto;
		font-size: 130%;
		background: url("../images/line.png")no-repeat bottom center;
		background-size: auto 6px;
		padding-bottom: 10px;
		line-height :1.6;
	}
	#about .kikan p.attention{
		font-size: 100%;
		margin-top: 10px;
	}
}
#about .hotellineup {
  width: 90%;
  margin: 0 auto 20px;
  background: #FBFCD2;
  padding: 10px 5px 20px;
}
#about .hotellineup h2{
  font-size: 160%;
  text-align: center;
  margin-bottom: 10px;
}
#about .hotellineup p{
  font-size: 140%;
  text-align: center;
}
p span.business {
  background: #40CA16;
  color: #FFFFFF;
  padding: 0 5px 2px;
  margin: 0 5px;
}
p span.city {
  background: #EC5BE1;
  color: #FFFFFF;
  padding: 0 5px 2px;
  margin: 0 5px;
}
@media screen and (max-width: 759.9px){
  #about .hotellineup {
    padding: 10px 5px 15px;
  }
  #about .hotellineup h2{
    font-size: 120%;
  }
  #about .hotellineup p{
    font-size: 110%;
    line-height: 2;
  }
  p span.business {
    background: #40CA16;
    color: #FFFFFF;
    padding: 0 5px 2px;
    margin: 0 5px;
  }
  p span.city {
    background: #EC5BE1;
    color: #FFFFFF;
    padding: 0 5px 2px;
    margin: 0 5px;
  }
}
/*-------------fukidashi--------------*/
.fukidashi_unit {
  width: 110%;
  margin: 0 -5% 20px;
  display: flex;
  flex-wrap: wrap;
}
.fukidashi_unit .fukidashi{
  width: 33.3%;
	background: url("../images/bg_fukidashi.png")no-repeat center;
	background-size:100% 100%;
	margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 20px 50px 0;
}
.fukidashi p.title{
  font-size: 130%;
  margin:0 auto 5px;
	text-align: center;
  background: #FFF48A;
  font-weight: normal;
  padding: 0.2em 1em;
}
.fukidashi p.title span{
  font-weight: bold;
  margin: 0 0.2em;
}
.fukidashi h3{
  font-size: 120%;
  margin-bottom: 5px;
	text-align: center;
}
.fukidashi h3 span{
	font-size: 120%;
  margin-right: 0.2em;
	border: 1px solid #000;
	background: #FFFFFF;
	padding: 0 0.5em 0.1em;
}
.fukidashi p{
  font-size: 110%;
  margin-bottom: 5px;
}
.fukidashi p.price{
  font-size: 140%;
  margin-bottom: 5px;
}
.fukidashi p.price span{
  font-size: 120%;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: bold;
  color: #FF0000;
}
.fukidashi a{
  font-weight: bold;
	color: #333333;
}
.fukidashi p.arrow{
  font-size: 110%;
  background: #FFFFFF;
  padding: 0.1em 1em;
  border-radius: 1em;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
.fukidashi p.arrow span{
	color: #0065D6;
}

#about .attention {
	font-size: 110%;
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 759.9px){
	.fukidashi_unit .fukidashi{
		width: 80%;
		margin:0 auto 0 5%;
  	padding: 40px 15px 40px 0;
	}
	.fukidashi_unit .fukidashi:nth-child(odd){
		margin:0 5% 0 auto;
	}
  .fukidashi p.title{
    font-size: 110%;
  }
  .fukidashi h3{
    font-size: 100%;
  }
  .fukidashi h3 span{
    font-size: 120%;
  }
	.fukidashi p{
		font-size: 110%;
	}
	.fukidashi p.price{
		font-size: 120%;
		margin-bottom: 5px;
	}
	.fukidashi p.price span{
		font-size: 140%;
	}
	.fukidashi p.arrow{
		font-size: 110%;
	}
	#about .attention {
		font-size: 100%;
	}
}
/*---------fukidashi 修正版-----------*/
.fukidashi ul {
	width: 90%;
	margin: 0 auto 0.5em;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.fukidashi ul li{
  font-size: 160%;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: bold;
  color: #FF0000;
  line-height: 1.2;
}
.fukidashi ul li.business{
	background: url("../images/icon_business.png") no-repeat left center;
	background-size: 100px auto;
	padding-left: 110px;
}
.fukidashi ul li.city{
	background: url("../images/icon_city.png") no-repeat left center;
	background-size: 100px auto;
	padding-left: 110px;
}
@media screen and (max-width: 759.9px){
	.fukidashi ul li{
		font-size: 140%;
	}
	.fukidashi ul li.business{
		background-size: 80px auto;
		padding-left: 90px;
	}
	.fukidashi ul li.city{
		background-size: 80px auto;
		padding-left: 90px;
	}
}
/*-------------#about-------------*/
#under22 {
  padding-top: 80px;
}
@media screen and (max-width: 759.9px){
  #under22 {
    padding-top: 50px;
  }  
}
/*-------------動画--------------*/
#movie {
	margin-bottom: 30px;
}
#movie .inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	/*background: url("../images/bg_movie.png")repeat center;
	background-size: 50% auto;*/
	text-align: center;
	padding: 30px 0;	
}
#movie .inner h2{
	font-size: 160%;
	margin-bottom: 20px;
}
#movie .inner h2 .marker{
	background: linear-gradient(transparent 80%, #acace1 80%);
}
#movie video {
	border: 1px solid #CCCCCC;
}
@media screen and (max-width: 759.9px){
	#movie {
		margin-bottom: 0;
	}
	#movie .inner h2{
		font-size: 140%;
		margin-bottom: 20px;
		line-height: 1.8;
	}
	#movie video {
		width: 90vw;
		height:50vw; 
	}
}
/*-------------ご案内--------------*/
#information {

}
#information .inner h2{
	width: 23em;
	font-size: 160%;
	margin:0 auto 20px;
	line-height: 1.8;
}
#information h2.marker{
	background: linear-gradient(transparent 80%, #ebb1cd 80%);
}
#information h2.marker span{
	margin-right: 1em;
}

#information h3{
	text-align: left;
	padding: 5px 10px;
	background:#f9e4f4;
	margin-bottom: 10px;
	font-size: 130%;
}
#information .detail {
	margin:0 10px 20px;
}
#information .detail p{
	font-size: 110%;
	margin-bottom: 10px;
}
#information .detail ul{
	font-size: 110%;
	margin-bottom: 10px;
}
#information h4 {
	font-size: 120%;
	margin-bottom: 5px;
}
#information dl{
	display: flex;
	flex-wrap: wrap;
}
#information dl dd{
	width: 75%;
	padding-right: 20px;
}
#information dl dt{
	width: 25%;
	text-align: right;
	font-size: 90%;
}
#information dl dt img{
	width: 100%;
}
@media screen and (max-width: 759.9px){
	#information .inner h2{
		font-size: 140%;
		margin-bottom: 20px;
	}
	#information h2.marker{
		background: linear-gradient(transparent 85%, #ebb1cd 85%);
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: center;
		width: 16em;
		margin: 0 auto;
		margin-bottom: 20px;
		line-height: 1.8;
	}
	#information h2.marker span{
		margin:0;
		background: linear-gradient(transparent 70%, #ebb1cd 70%);
		padding: 0 10px;
	}

	#information h3{
		padding: 2px 10px;
		background:#f9e4f4;
		margin-bottom: 10px;
		font-size: 120%;
	}
	#information h4 {
		font-size: 110%;
	}
	#information .detail ul li{
		text-indent: -2.5em;
		margin-left: 2.5em;
	}
	#information dl dd{
		width: 100%;
		padding:0 20px;
	}
	#information dl dt{
		width: 70%;
		margin: 0 auto;
	}
}
/*------------詳細-------------*/
.detail_wrap{
	width: 90%;
	margin: 0 auto 10px;
}
.detail_wrap dl{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #CCCCCC;
}
.detail_wrap dl dt{
	width: 15%;
	background: #ECECEC;
	padding: 0.2em 1em;
	font-size: 100%;
}
.detail_wrap dl dd{
	width: 85%;
	font-size: 110%;
	padding:  0.2em 1em;
}
.detail_wrap ul li{
	text-indent: -1em;
	margin:0 0 0.2em 1em;
}
.detail_wrap table{
	width: 90%;
	margin:0 auto 10px;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}
.detail_wrap table th,
.detail_wrap table td{
	width: 33.33%;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	text-align: center;
	padding: 2px 0;
}
.detail_wrap table caption{
	font-size: 90%;
	text-align: right;
}
@media screen and (max-width: 759.9px){
	.detail_wrap dl{
		border-bottom: none;
	}
	.detail_wrap dl dt{
		width: 100%;
	}
	.detail_wrap dl dd{
		width: 100%;
		font-size: 110%;
		padding: 5px 5px;
	}

}
/*------------STEP-------------*/
.step_unit {
	padding: 20px 20px;
	margin:50px 0 20px;
	background: rgba(197,222,162,0.4);
}
.step_unit .step{
	margin-bottom: 2em;
}
.step_unit .step h3{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1em;
	font-size: 160%;
}
.step_unit .step h3 img{
	width:100px;
	margin: 0 0.5em;
}
.step_unit ul{
	display: flex;
}
.step_unit ul li{
	width: 30.3%;
	margin: 0 1.5%;
	background: #FFFFFF;
}
.step_unit ul li:hover{
	background:  #FBED8F;
}
.step_unit ul li img{
	width: 100%;
}

@media screen and (max-width: 759.9px){
	.step_unit ul {
		flex-direction: column;
	}
	.step_unit ul li{
		width: 80%;
		margin: 0 auto 1em;
	}
}
.step_unit ul li a{color: #000!important;}
.step_unit ul li a:hover{opacity: 1;}
.step_unit ul li:hover{opacity: 0.8;}

/*------------マイクーポン使い方-------------*/
.howtouse {
  background: #FBFCD2;
	padding: 20px 0;
	margin-bottom: 20px;
}
.howtouse h2{
	font-size: 140%;
	text-align: center;
	margin-bottom: 20px;
}
.howtouse ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.howtouse ul li i{
	font-size: 200%;
	margin: 0 0.2em;
}
.howtouse ul li.chart{
	width: 30%;
}
.howtouse ul li img{
	width: 100%;
}
@media screen and (max-width: 759.9px){
	.howtouse ul {
		flex-direction: column;
	}
	.howtouse ul li.chart{
		width: 80%;
	}

}

/*------------開閉パネル--------------*/
.panel-trigger {
	display: none;
	/*チェックボックスは常に非表示*/
}
.panel_wrapper {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.btnOpen {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
}
.btnOpen span {
	position: relative;
	width: 90%;
	height: 30px;
	margin: 0 auto;
	font-size: 110%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
	background: #FD43DF;
	border-radius: 5px;
	color: #FFFFFF;
}
.btnOpen span::before {
	content: "▼　注意事項、取消料についてはこちら　▼";
}
/*.btnOpen span::after {
	font-family: "Font Awesome 5 Free";
	content: "\F107";
	font-weight: 900;
	position: absolute;
	right: 30px;
	top: 3px;
}*/
.panel {
	height: 0;
	overflow: hidden;
	opacity: 1;
	transition: 0.8s;
}
.panel-trigger:checked+.btnOpen {
	width: 100%;
	/*height: 100px;*/
	/*background: none;
	padding-top: 0;*/
}
.panel-trigger:checked+.btnOpen span::before {
	content: "▲　注意事項、取消料についてを閉じる　▲"
		/*チェックされていたら、文言を変更する*/
}
/*.panel-trigger:checked+.btnOpen span::after {
	font-family: "Font Awesome 5 Free";
	content: "\F106";
	font-weight: 900;
	position: absolute;
	right: 30px;
	top: 3px;
}*/
.panel-trigger:checked~.panel {
	height: auto;
	/*チェックされていたら、高さを戻す*/
	opacity: 1;
}
@media screen and (max-width: 759.9px){
	.btnOpen span {
		position: relative;
		height: 30px;
		font-size: 100%;
	}
}