@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');
/* CSS Document */
html{
	scroll-behavior:smooth;
  scroll-padding-top: 100px;
}
#wrapper {
	width: 100%;
	margin:0 auto;
	padding:0;
 	font-size:14px;
	line-height:1.6;
  overflow: hidden;
	/*font-family: 'Noto Serif JP', serif;*/
	/*background: url("../images/bg_left.png")repeat-y top left,url("../images/bg_right.png")repeat-y top right;*/
	background: #FFFFFF;
}
#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;
}
.text_bold {
	font-weight: bold;
}
.text_normal {
	font-weight: normal;
}
.text_center {
	text-align: center;
}
.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.invalid{
	pointer-events: none;
}
a.godetail {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 45px;
	margin-bottom: 6px;
	text-decoration: none;
	background: #D65066;
	z-index: 10;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5;
}
dl a.godetail {width: 100%;}
.box a.godetail {width: 80%; margin: 0 auto 6px;}
a.godetail.half {width: 49%;}

a.godetail:hover {
	color: #D65066 !important;
	text-decoration: none !important;
	background: #FFFFFF;
	border: 2px solid #D65066;
}
a.godetail.gray {
	background:#666666;
	pointer-events: none;
}
a.godetail.preparation {
	pointer-events: none;
	position: relative;
}
a.godetail.preparation::before {
	content: "[準備中]";
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.6);
	display: flex;
	align-items: center;
	font-size: 120%;
	color: #D65066;
	justify-content: center;
}

@media screen and (max-width: 759.9px) {
	a.godetail {
		height: 40px;
		font-size: 11px;
	}
	.box_unit .box a.godetail.half {width: 46%;}
}
/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
  background:url("../images/top_bg.jpg")no-repeat top center #FFFFFF;
	background-size:100% auto;
	height: 300px;
}
.page_roof > .inner {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
	width: 100%;
	height: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.page_roof .toplogo{
  width:120px;
	margin-bottom: -35px;
}
.page_roof .toplogo img{
  width:100%;
}

.page_roof h2{
  width:90%;
	max-width: 950px;
	margin: 0 auto;
	position: relative;
}
.page_roof h2 img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (max-width: 759.9px){
  .page_roof {
    height: 20vh;
  }
	.page_roof > .inner {
		padding-top: 10px;
	}
	.page_roof .toplogo{
		width:50px;
		margin-bottom: -10px;
	}
}
/*-------------ナビ-   --------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
  z-index: 20;
}
#pageNav {
	background:url("../images/nav_bg.jpg") no-repeat center;
	background-size: 100% auto;
	width: 100%;
	height: 250px;
  z-index: 20;
	display: flex;
	align-items: center;
	justify-content: center;
}
#pageNav ul {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap:nowrap;
  justify-content: center;
  align-items: center;
	position: relative;
}
#pageNav ul a{
	flex-grow: 1;
	color: inherit;
	background: url("../images/line_dash.svg")no-repeat right center;
	background-size: 2px auto;
	position: relative;
}
#pageNav ul a:last-child{
	background: none;
}
#pageNav ul a:hover{
	opacity: 1;
}
#pageNav ul a:hover li::before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
	background: url("../images/kirakira.png")no-repeat center;
	background-size: cover;
  animation: shine 0.3s ease-in ;
}
@keyframes shine {
  0% {
    transform: scale(.2) rotate(-180deg);
		opacity: 0;
  }
  100% {
    transform: scale(1) rotate(0);;
		opacity: 1;
  }
}
#pageNav ul a li{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
	flex-direction: column;
  justify-content: center;
  position: relative;
	z-index: 2;
}
#pageNav ul a li span{
	font-size: 200%;
	font-weight: bold;
	line-height: 1;
}
#pageNav ul a li p{
	font-size: 100%;
	font-weight: bold;
}
#pageNav ul a.selected li{
	background: url("../images/kirakira.png")no-repeat center;
	background-size:cover;
}
@media screen and (max-width: 759.9px){
	#pageNav {
		height: 70px;
		padding-top: 5px;
	}
	#pageNav ul a li span{
		font-size: 16px;
	}
	#pageNav ul a li p{
		font-size: 10px;
	}
}
@media screen and (min-width: 760px){
	#pageNav.fixed {
		background:url("../images/nav_bg.jpg") no-repeat center;
		background-size: 100% auto;
		width: 100%;
		height: 70px;
	}
	#pageNav.fixed ul a li span{
		font-size: 130%;
	}
	#pageNav.fixed ul a li p{
		font-size: 80%;
	}
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
	margin:0 auto 20px;
}
.pageContent .inner{
  width: 98%;
  max-width: 950px;
	margin:0 auto;
  padding:20px 0;
	position: relative;
}
/*------------- title--------------*/
.pageContent .title{
	width: fit-content;
	min-width: 240px;
	margin: 0 auto 50px;
	text-align: center;
	background: url("../images/title_deco.png")no-repeat top center;
	background-size: auto 50px;
	padding-top: 60px;
	position: relative;
	z-index: 1;
}
.pageContent .title.no_deco{
	background:none;
	min-width: 200px;
	padding-top:0;
	margin-top: -40px;
}
.pageContent .title h2{
	font-size: 240%;
	position: relative;
}
.pageContent .title .uline{
	height: 15px;
	background:#F5CDD0;
	margin: -20px -3% 0 -3%;
	z-index: -1;
	position: relative;
}
@media screen and (max-width: 759.9px){
	.pageContent .title{
		min-width: 150px;
		margin: 0 auto 30px;
		text-align: center;
		background: url("../images/title_deco.png")no-repeat top center;
		background-size: auto 30px;
		padding-top: 30px;
	}
	.pageContent .title.no_deco{
		background:none;
		min-width: 150px;
		padding-top:0;
		margin-top: -25px;
	}
	.pageContent .title h2{
		font-size: 140%;
	}
	.pageContent .title .uline{
		height: 15px;
		background:#F5CDD0;
		margin: -20px -5% 0 -5%;
		z-index: -1;
		position: relative;
	}
}
/*-------------.box_unit--------------*/
.dl_unit {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.dl_unit dl {
	width: 30.3%;
	margin: 0 1.5% 20px;
}
.dl_unit dl dt{
	width: 100%;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	margin-bottom: 10px;
}
.dl_unit dl dt img{
	width: 100%;
}
.dl_unit dl dd{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
@media screen and (max-width: 759.9px){
	.dl_unit dl {
		width: 75%;
		margin: 0 auto 30px;
	}
}



/*---------開閉パネル-------------*/
.open_btn {
	width: fit-content;
	margin: 0 auto 50px;
	padding: 0 60px 0 10px;
	text-align: center;
	border-bottom:10px double rgba(242,192,196,0.8);
	position: relative;
	font-size: 200%;
	cursor: pointer;
}
/* (+)アイコン */
.open_btn::before,
.open_btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 5px;
  margin: auto 0;
  background-color: rgba(242,192,196,1);
  width: 20px;
  height: 4px;
  transition: all 0.3s;
}
.open_btn::after {
  transform: rotate(90deg);
}

/* アコーディオンのコンテンツ */
.panel {
	/*display: none; javascriptで閉じる*/
}
/* アコーディオン展開時の(-)アイコン */
.open_btn.close::before {
  transform: rotate(180deg);
}

.open_btn.close::after {
  transform: rotate(180deg);
  opacity: 0;
}
@media screen and (max-width: 759.9px){
	.open_btn {
		margin: 0 auto 30px;
		padding: 0 40px 0 10px;
		text-align: center;
		border-bottom:8px double rgba(242,192,196,0.8);
		position: relative;
		font-size: 140%;
		cursor: pointer;
	}
	.open_btn::before,
	.open_btn::after {
		right: 5px;
  	bottom: 0;
	}

}

/*---------提携ホテル------------*/
.pageContent h3.title_area {
	width: 190px;
	height: 90px;
	margin: 0 auto 20px;
	background: url("../images/title_area.png")no-repeat center;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 200%;
	position: relative;
}
.pageContent h4 {
	font-size: 180%;
	text-align: center;
	margin-bottom: 20px;
}
img.logo {
	width: 50px;
	height: auto;
	margin-right: 10px;
}

@media screen and (max-width: 759.9px){
	.pageContent h3.title_area {
		width: 120px;
		height: 50px;
		margin: 0 auto 20px;
		background: url("../images/title_area.png")no-repeat center;
		background-size: contain;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 130%;
		position: relative;
	}
	.pageContent h4 {
		font-size: 120%;
	}
	img.logo {
		width: 35px;
	}
}
/*------------ホテルボックス------------------*/
.box_unit {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.box_unit .box {
	width: 46%;
	display: flex;
	flex-direction: column;
	/*background-color: #FCECED;
	background-image: repeating-linear-gradient(130deg, transparent, transparent 20px, #FADBDB 20px, #FADBDB 40px);*/
	background: rgba(245,237,248,0.7);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	margin:0 2% 40px;
}
.box_unit .box .intro{
	padding: 20px 20px 10px 20px;
}
.box_unit .box .intro h3{
	font-size: 160%;
	line-height: 1.4;
	margin-bottom: 10px;
}
.box_unit .box .intro p{
	font-size: 120%;
}
.box_unit .box .photo{
	width: 100%;
	margin-bottom: 15px;
}
.box_unit .box .photo img{
	width: 100%;
}
.box_unit .box .access {
	width: 100%;
	padding: 0 20px;
}
.box_unit .box .access h4{
	width: 75%;
	margin: 0 auto 5px;
	font-size: 80%;
	padding: 2px 0;
	border-radius: 10px;
	background: #333;
	color: #FFFFFF;
	text-align: center;
}
.box_unit .box .access p{
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}
.box_unit .box .yoyaku{
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 759.9px){
	.box_unit .box {
		width: 46%;
		display: flex;
		flex-direction: column;
		/*background-color: #FCECED;
		background-image: repeating-linear-gradient(130deg, transparent, transparent 15px, #FADBDB 15px, #FADBDB 30px);*/
		box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
		margin:0 2% 40px;
	}
	.box_unit .box .intro{
		padding: 15px 5px 10px 10px;
	}
	.box_unit .box .intro h3{
		font-size: 120%;
		margin-bottom: 10px;
	}
	.box_unit .box .intro p{
		font-size: 100%;
	}
	.box_unit .box .photo{
		width: 100%;
		margin-bottom: 10px;
	}
	.box_unit .box .access {
		width: 100%;
		padding: 0 5px;
	}
	.box_unit .box .access h4{
		width: 75%;
		margin: 0 auto 5px;
		font-size: 80%;
		padding: 2px 0;
		border-radius: 10px;
	}
	.box_unit .box .access p{
		font-size: 90%;
	}
	.box_unit .box .yoyaku{
		padding: 10px 5px;
	}
}
/*------------料金------------------*/
#sec_ticket {
	padding: 50px;
	max-width: 930px;
	background: #FADBDB;
}
#sec_ticket .inner {
	background: #FFFFFF;
	padding: 30px 20px 50px;
	border-radius: 20px;
}
#sec_ticket .innerbox {
	text-align: center;
}
#sec_ticket .innerbox img{
	max-width: 100%;
	margin:0 auto 10px;
}
#sec_ticket .innerbox img#yakkan{
	display: block;
	width: 100%;
	max-width: 350px;
	margin:0 auto 10px;
}
#sec_ticket .innerbox .caution{
	width: 80%;
	margin: 10px auto;
	text-align: left;
}
@media screen and (max-width: 759.9px){
	#sec_ticket {
		padding: 30px 20px;
	}
	#sec_ticket .inner {
		padding: 20px 10px 30px;
		border-radius: 20px;
	}
	#sec_ticket .title h2 {
		font-size: 120%;
	}
}
/*------------ポップアップ-------------------*/
p.popup {
	width: fit-content;
	font-size: 160%;
	text-align: center;
	background:url("../images/arrow.svg")no-repeat right 15px center #D65066;
	background-size: 20px auto;
	border-radius: 20px;
	padding: 10px 60px 10px 20px;
	margin: 0 auto 50px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}
p.popup:hover{
	opacity: 0.7;
}

.popup_wrap input {
   display: none;
}
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(213,213,213,0.9);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 950px;
  padding: 40px 20px;
  box-sizing: border-box;
  line-height: 1.4em;
  transition: 0.5s;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}
.popup_content img{
	max-width: 100%;
}
@media screen and (max-width: 759.9px){
	p.popup {
		font-size: 100%;
		text-align: center;
		background:url("../images/arrow.svg")no-repeat right 10px center #D65066;
		background-size: 15px auto;
		border-radius: 15px;
		padding: 8px 40px 8px 15px;
		margin: 0 auto 30px;
	}

  .popup_content {
    padding: 40px 0 60px;
    background-size: auto 120%;	
  }
  .popup_content p{
    font-size:3.4vw;
  }
  .popup_content .bold{
    font-size:3.5vw;
  }
}  
.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 20px;
  cursor: pointer;
}
.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s;
}

/*-----その他おすすめプラン　202501----スマホのみswiper---------------*/
@media screen and (min-width: 760px){
	.otherplans_wrapper,
	.swiper-container{
		width: 100%;
	}
	.swiper-wrapper {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}
	.swiper-wrapper .swiper-slide {
		width: 30.3%;
		max-width: 287px;
		margin: 0 1.5% 20px;
	}
	.swiper-button-prev.otherplans,
	.swiper-button-next.otherplans{
		display: none;
	}
	.swiper-pagination.otherplans {
		display: none;
	}
	.swiper-wrapper .swiper-slide dl {
		width: 100%;
	}

	.swiper-wrapper dl dt{
		width: 100%;
		box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
		margin-bottom: 10px;
	}
	.swiper-wrapper dl dt img{
		width: 100%;
	}
	.swiper-wrapper dl dd{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content:space-between;
	}
}
@media screen and (max-width: 759.9px){
	.otherplans_wrapper {
		width: 100%;
		margin: 0 auto 30px;
		position: relative;
	}

	.swiper-container.otherplans {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	.swiper-container.otherplans .swiper-slide dl {
		width: 100%;
	}
	.swiper-container.otherplans .swiper-wrapper dl dt{
		width: 100%;
		box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
		margin-bottom: 10px;
	}
	.swiper-container.otherplans .swiper-wrapper dl dt img{
		width: 100%;
	}
	.swiper-container.otherplans .swiper-wrapper dl dd{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content:space-between;
	}

	.swiper-pagination.otherplans {
		bottom: 5px;
	}

	.swiper-pagination.otherplans .swiper-pagination-bullet-active {
		background: #079FE2;
	}

	.swiper-button-prev.otherplans::after,
	.swiper-button-next.otherplans::after {
		display: none;
	}

	.swiper-button-prev.otherplans,
	.swiper-button-next.otherplans {
		font-size: 20px;
		line-height: 1;
		cursor: pointer;
		color: #333333;
		z-index: 20;
		padding-bottom: 30px;
	}
	.swiper-button-prev.otherplans {
		left: -5px;
	}
	.swiper-button-next.otherplans {
		right:-5px;
	}
}

#rankingplans h2 {
	font-size: 140%;
}
#sec_wonderful{
	padding-top: 30px;
}

#sec_wonderful .title .uline.gentei{
	width: 70%;
	margin: -20px auto 0;
}
#sec_wonderful .inner .banner{
	width: fit-content;
	max-width: 95%;
	margin: 0 auto;
	text-align: center;
}
#sec_wonderful .inner img{
	max-width: 100%;
	height: auto;
}
#sec_wonderful p.credit {
	text-align: left;
	padding: 5px 0;
	font-size: 10px;
}

/*ランキングに順位アイコンをつける*/
#rankingplans .swiper-container .swiper-slide {
	padding-top:10px;
}
#rankingplans .swiper-container .swiper-slide .icon_no{
	position: absolute;
	top:0;
	left:5px;
	width: 50px;
	height: 100px;
	z-index: 1;
}
#rankingplans .swiper-container .swiper-slide .icon_no img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top;
}
