@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+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
/* CSS Document */
html{
	scroll-behavior:smooth;
  /*scroll-padding-top: 80px;*/
}
#wrapper {
	width: 100%;
	margin:0 auto 10px;
	padding-bottom:30px;
 	font-size:14px;
	line-height:1.6;
	overflow: hidden;
	font-family: 'Noto Serif JP', serif;
	background: #FFFDF1;
}
#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;
}
.color_red {
	color: #B20202;
}
.color_blue {
	color: #0000cd;
}
.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;
}
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
a.godetail{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45%;
	max-width: 350px;
	margin: 0 2% 20px;
	height: 45px;
	text-align: center;
	text-decoration: none;
	background: #62010A;
	color: #FFFFFF;
	font-size: 100%;
	line-height: 1.4;
	z-index: 10;
	box-shadow: 5px 5px 0 #EA6E86;
  transition: 0.2s;
}
#shisetsu a.godetail{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45%;
	margin: 0 2% 15px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	background: #62010A;
	color: #FFFFFF;
	font-size: 90%;
	line-height: 1.4;
	z-index: 10;
	box-shadow: 3px 3px 0 #EA6E86;
  transition: 0.2s;
}

@media screen and (max-width: 759.9px){
	a.godetail{
		height: 45px;
		font-size: 90%;
		padding-bottom: 3px;
		box-shadow: 3px 3px 0 #FCCACA;
	}
}
#shisetsu .godetail.air{
	width: 60%;
	margin: 0 auto 15px;
}

a.godetail:hover {
  text-decoration: none;
  background-color: #FCCACA;
  box-shadow: none;
	opacity: 1;
	transform: translateX(5px) translateY(5px);
}
#shisetsu a.godetail:hover {
  text-decoration: none;
  background-color: #FCCACA;
  box-shadow: none;
	opacity: 1;
	transform: translateX(3px) translateY(3px);
}


a.godetail.gray{
	background-color: #9C9C9C;
	box-shadow:none;
	pointer-events: none;
}
a.godetail.gray:hover{
	transform: none;
}
.slash {
	width: fit-content;
	margin: 0 auto 20px;
	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){
	.slash{
		padding: 0 12px;
		background-size:8px;
	}
}
/* クレジット */
p.credit{
  position: absolute;
  top: 0;
	bottom: auto;
	left: auto;
  right: 0;
	text-align: right;
  padding: 2px 5px;
  background:none;
  color: #FFFFFF;
	text-shadow: 1px 1px 2px #000,1px 1px 2px #000,1px 1px 2px #000,1px 1px 2px #000;
  font-size: 10px;
	font-family: Verdana,"Droid Sans","メイリオ",sans-serif;
}


/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
  position: relative;
	background: url("../images/top.jpg")no-repeat center;
	background-size: cover;
	margin-bottom: 30px;
}
.page_roof .inner{
	width: 100%;
	height: 100%;
	padding: 20px 0;
	background: rgba(0,0,0,0.4);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.page_roof .inner h2{
	width: 90%;
	max-width: 930px;
	margin-bottom: 20px;
}
.page_roof .inner h2 img{
	width: 100%;
}
.page_roof .inner .lead{
	width: 90%;
	max-width: 950px;
	text-align: center;
}
.page_roof .inner .lead p{
	font-size: 130%;
	color: #FFFFFF;
	font-weight: bold;
}

@media screen and (max-width: 759.9px){
	.page_roof {
		margin-bottom: 20px;
	}
	.page_roof .inner .lead p{
		font-size: 110%;
	}
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
}
.pageContent .inner{
  width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding:30px 10px;	
	position: relative;
}
.pageContent h2 {
	width: fit-content;
	margin: 0 auto;
	font-size: 35px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	line-height: 1;
	position: relative;
}
.pageContent h2 span {
	color:#FFFFFF;
	width: 50px;
	height: 50px;
	background: #62010A;
	margin:0 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pageContent h2 span.small {
	width: 35px;
	height: 35px;
	font-size: 25px;
}
.pageContent h2 span:nth-child(even) {
	background: #C6405B;
}
@media screen and (max-width: 759.9px){
	.pageContent h2 {
		font-size: 25px;
	}
	.pageContent h2 span {
		width: 40px;
		height: 40px;
		margin:0 2px;
	}
	.pageContent h2 span.small {
		width: 25px;
		height: 25px;
		font-size: 15px;
	}
}
/*-------------予約-------------*/
.yoyaku_wrapper {
	margin-bottom: 20px;
}
.yoyaku {
  width: 100%;
}
.yoyaku > p{
	font-size: 140%;
	margin-bottom: 30px;
	text-align: center;
}
.yoyaku .yoyaku_unit{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 759.9px){
	.yoyaku > p{
		font-size: 120%;
		margin-bottom: 20px;
	}
}
/*-------------データ--------------*/
#info {
  width: 95%;
	max-width: 850px;
	margin: 0 auto;
	border: 5px solid #F8FD06;
	background-color:rgba(255,255,255,0.6);
	padding: 10px;
}
#info .period{
	margin-bottom: 40px;
	
}
#info h2{
	margin-bottom: 20px;
}
#info .period .detail{
	font-size: 140%;	
}
#info #first .detail{
	width: fit-content;
	display: flex;
	align-items: center;
	margin: 0 auto 30px;
}
#info #first .detail p{
	margin-bottom: 10px;
}
#info #first .detail img{
	width: 200px;
	height: 200px;
	object-fit: contain;
}
#info #second .detail{
	width: fit-content;
	margin: 0 auto;
	text-align: center;
}
#info #third .detail{
	width: fit-content;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	text-align: center;
}
#info #third .detail p{
	text-align: center;
}
#info #third .detail img{
	width: 200px;
	height: 200px;
	object-fit: contain;
}

#info .detail ul{
	width: fit-content;
	margin:10px auto;
}
#info .detail ul li{
	font-size: 80%;
	text-indent: -1em;
	margin-left: 1em;
	text-align: left;
}
#info #fourth .detail p{
	text-align: center;
}
#info .detail p.attention{
	font-size: 14px;
}

@media screen and (max-width: 759.9px){
	#info .period .detail{
		font-size: 120%;	
	}
	#info #first .detail{
		width: fit-content;
		display: flex;
		flex-direction: column-reverse;
		margin: 0 auto;
	}
	#info #first .detail img{
		width: 150px;
		height: 150px;
		object-fit: contain;
		margin-top: 10px;
	}
	#info .detail ul{
		width: 80%;
		margin:10px auto;
	}
	#info .detail ul li{
		font-size: 12px;
	}
	#info #third .detail img{
		width: 40vw;
		height: 40vw;
		object-fit: contain;
	}
	#info .detail p.attention{
		font-size: 12px;
	}
}
/*-------------#history--------------*/
#history h2{
	width: 70%;
	max-width: 300px;
	margin:0 auto 20px;
}
#history h2 img{
	max-width: 100%;
}
#history .lead{
	width: 70%;
	margin:0 auto 40px;
	font-size: 120%;
	background: #FCF6DB;
	padding: 20px 30px;
}
#history .lead p{
	margin-bottom: 5px;
}

@media screen and (max-width: 759.9px){
	#history  .lead{
		width: 90%;
		margin:0 auto 30px;
		font-size: 110%;
		padding: 20px 20px;
	}
}
/*-------------#about--------------*/
#about h2{
	width: 70%;
	max-width: 300px;
	margin:0 auto 20px;
}
#about h2 img{
	max-width: 100%;
}
#about .lead{
	width: fit-content;
	margin:0 auto 40px;
	font-size: 140%;
}
#about .data{
	width: fit-content;
	margin:0 auto 20px;
	padding: 50px 50px 30px;
	background: #FCF6DB;
	position: relative;
}
#about .data ul{
	font-size: 120%;
	position: relative;
}
@media screen and (min-width: 760px){
	#about .data::before{
		content: "";
		position: absolute;
		top:-25px;
		left:-100px;
		width: 280px;
		height: 100px;
		background: url("../images/illust_leaves.png") no-repeat center;
		background-size: contain;
	}
	#about .data::after{
		content: "";
		position: absolute;
		bottom:30px;
		right:-60px;
		width: 140px;
		height: 140px;
		background: url("../images/illust_barrel.png") no-repeat center;
		background-size: contain;
	}
}
#about .data ul li{
	margin-bottom: 5px;
}
#about .data ul li span{
	font-weight: bold;
	margin-right: 10px;
}

@media screen and (max-width: 759.9px){
	#about .lead{
		width: 90%;
		margin:0 auto 30px;
		font-size: 120%;
	}
	#about .data{
		width: 90%;
		margin:0 auto 20px;
		padding: 30px 20px 30px;
	}
	#about .data ul{
		font-size: 110%;
	}
	#about .data ul li{
		display: flex;
		align-items: flex-start;
		margin-bottom: 5px;
	}

	#about .data::before{
		content: "";
		position: absolute;
		top:-30px;
		left:-60px;
		width: 200px;
		height: 90px;
		background: url("../images/illust_leaves.png") no-repeat center top;
		background-size: contain;
	}
	#about .data::after{
		content: "";
		position: absolute;
		bottom:-40px;
		right:-20px;
		width: 100px;
		height: 90px;
		background: url("../images/illust_barrel.png") no-repeat center bottom;
		background-size: contain;
	}
}

/*------施設ボックス----------*/
#shisetsu h2{
	margin-bottom: 30px;
}
#shisetsu h2::before{
	content: "";
	position: absolute;
	top:-40px;
	right: -30px;
	width: 60px;
	height: 60px;
	background: url("../images/illust_onsen.png")no-repeat center;
	background-size: contain;
}

.shisetsu_unit {
	display: flex;
	flex-wrap: wrap;
	gap:20px 2%;
	width: 100%;
	justify-content: center;
	margin-bottom: 20px;
}
.shisetsu_unit dl{
	width: 31%;
	display: flex;
	flex-direction: column;
	background:url("../images/box_bottom.png")no-repeat bottom center,
		url("../images/box_top.png")no-repeat top center;
	background-size: 100% auto,100% auto;
}
.shisetsu_unit dl dt{
}

.shisetsu_unit dl dt h3{
	padding: 10px;
	font-size: 130%;
}
.shisetsu_unit dl img{
	width: 100%;
}
.shisetsu_unit dl dd.access{
	padding: 10px;
	width: 100%;
	text-align: center;
}
.shisetsu_unit dl dd.access h3{
	width: 80%;
	font-size: 12px;
	text-align: center;
	background: #000;
	border-radius: 10px;
	padding: 0 0 2px 0;
	margin: 0 auto 10px;
	color: #FFFFFF;
}
.shisetsu_unit dl dd.yoyaku{
	padding: 10px;
	margin: auto 0 0;
}

@media screen and (max-width: 759.9px) {
	.shisetsu_unit{
		display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
		overflow-x:scroll;
	}
	.shisetsu_unit dl{
		width: 80%;
		margin: 0 1.5% 30px;
		flex-shrink: 0; /*縮小させない*/
	}
}
/*------おすすめプラン----------*/
#osusumeplan .banner {
	text-align: center;
	margin: 30px 0;
}
#osusumeplan .banner img {
	max-width: 90%;
	height: auto;
}

/*-----inboxswiper--------------------*/
.swiper-container.inbox{
}

.swiper-container.inbox .swiper-slide img{
	width: 100%;
}
.swiper-pagination.inbox .swiper-pagination-bullet-active{
  background: #FFFFFF;
}
/* prev&next 矢印の色とサイズ*/
.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after{
	display: none;
}

/*----- thumbnailswiper--------------------*/
.swiper-container.thumbnail .swiper-wrapper{
	width: 100%;
	margin-bottom:10px;
	display:flex;
}
@media (min-width:760px){
  .swiper-pagination {
    display: none;
  }
}
@media (max-width:759.9px){
}

.swiper-container.thumbnail .swiper-wrapper .swiper-slide{
	cursor: pointer;
	width: 34%;
}

.swiper-container.thumbnail .swiper-wrapper .swiper-slide img{
	width: 100%;
  opacity: 0.4;
  border: 1px solid #FFFFFF;
}
.swiper-container.thumbnail .swiper-wrapper .swiper-slide-thumb-active img{
	opacity: 1;
}
/*--------.autoslider_area-------------*/
#autoslider {
  width: 100%;
	max-width: 950px;
  margin:0 auto 50px;
}
/*-----自動で流れるオートスライダー----------------*/
.swiper-container.autoslider .swiper-wrapper{
  transition-timing-function:linear !important;
}
.swiper-container.autoslider .swiper-slide img{
	width: 100%;
	border-radius: 5px;
	margin-bottom: 10px;
	height: auto;
	object-fit: cover;
}
.swiper-container.autoslider .swiper-slide p{
  font-size: 100%;
  text-align: center;
}


