@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: 140px;
}
@media screen and (max-width: 759.9px){
	html{
		scroll-padding-top: 50px;
	}
}

#wrapper {
	width: 100%;
	margin:0 auto 10px;
	padding:0;
 	font-size:14px;
	line-height:1.6;
  font-family: 'Noto Serif JP', serif;
	overflow: hidden;
}
#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;
} 
@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;
}
.mgn_btm20 {
	margin-bottom: 20px;
}	
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
}

a.godetail {
  display: flex;
	justify-content: center;
  align-items: center;
  position: relative;
	height: 60px;
  color: #FFFFFF;
  font-size: 110%;
  background-color: #9a8470;
  transition: 0.3s;
	line-height: 1.2;
}
a.godetail::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 2px;
  background-color: #bbbbbb;
  transition: 0.2s ease 0s;
}
a.godetail::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 2px;
  height: 100%;
  background-color: #bbbbbb;
  transition: 0.2s ease 0.2s;
}
a.godetail:hover::before {
  width: 0%;
}
a.godetail:hover::after {
  height: 0%;
}
a.godetail:hover {
  text-decoration: none;
  background-color: #C49097;
}
@media screen and (max-width: 759.9px) {
	a.godetail {
		height: 55px;
		font-size: 100%;
	}
}
a.godetail.gray {
  background-color: #9C9C9C;
  pointer-events: none;
}
a.godetail.gray:hover {
  transform: none;
}

/*--------.page_roof_fade-------------*/
.page_roof_fade {
	width: 100%;
  position: relative;
	margin-bottom: 40px;
}
.page_roof_fade .roof{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
	width: 95%;
  height: 100%;
	max-width: 950px;
	margin: 0 auto;
  display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #FFFFFF;
	padding-bottom: 6%;
}
.page_roof_fade .roof h2{
	font-size: 50px;
	font-family: serif;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.page_roof_fade .roof p{
	font-size: 30px;
  font-family: serif;
	font-weight: bold;
	line-height: 1.4;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

@keyframes fadeIn { 
  0% { opacity: 0; }
  40% { opacity:0;}
  100% { opacity:1;}
}
@media (max-width:767px){
	.page_roof_fade {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 759.9px) {
	.page_roof_fade .roof h2{
		font-size: 6vw;
	}
	.page_roof_fade .roof p{
		font-size: 3.5vw;
	}
}
/*-------------ナビ-   --------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
}
/*------------pageNav--------------*/
/*--PC--*/
@media screen and (min-width: 760px){
  #pageNav {
    width: 100%;
    z-index: 99;
		padding-bottom: 20px;
		margin-bottom: 30px;
		background:#FFFFFF;
  }
	#pageNav ul {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap:nowrap;
    justify-content: center;
    align-items: flex-end;
  }
	#pageNav ul a{
		color: inherit;
    text-decoration: none;
		margin: 0 1.5%;
		width: 30.33%;
  }
  #pageNav ul li{
		padding-bottom: 15px;
    background: url("../images/arrowline.svg") no-repeat center bottom ;
    background-size:auto 10px;
		width: 100%;
		text-align: center;
		font-size: 130%;
  }
  #pageNav ul a:hover{
		color:#9A8470;
  }
}
/*--スマホ--*/
@media screen and (max-width: 759.9px){
	#pageNav {
    width: 100%;
    z-index: 999;
		background: #FFFFFF;
		padding-bottom: 20px;
		margin-bottom: 20px;
  }
  .nav_btn.open{
    width:100%;
    margin: 0;
    text-align:center;
    cursor:pointer;
    position:relative;
  }
	.nav_btn.close{
    width:100%;
    margin: 0;
    text-align:center;
    cursor:pointer;
    position:relative;
		padding-bottom: 15px;
    background: none;
		
  }
  .nav_btn.open:after{
    content:"ホテルを選ぶ";
		padding: 15px;
		background: url("../images/arrowline.svg") no-repeat center bottom ;
    background-size:auto 10px;
  }
  .nav_btn.close:after{
    content:"閉じる";
		padding: 15px;
		background: url("../images/arrowline_up.svg") no-repeat center bottom ;
    background-size:auto 10px;
  }
  #pageNav ul {
    display: none;
    width: 90%;
    margin: 0 auto 10px;
    padding: 0;
  }
	#pageNav ul a{
		color: inherit;
    text-decoration: none;
		margin: 0;
		width: 100%;
  }
  #pageNav ul li{
		padding-bottom: 15px;
    background: url("../images/arrowline.svg") no-repeat center bottom ;
    background-size:auto 10px;
		width: 100%;
		text-align: center;
		font-size: 120%;
  }
  #pageNav ul a:hover{
		color:#9A8470;
  }
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
}
.pageContent .inner {
  width: 95%;
	max-width: 950px;
	margin: 0 auto;
}
.pageContent .main{
	font-size: 240%;
	text-align: center;
	font-family: serif;
	font-weight: bold;
	line-height: 1.2;
}
@media screen and (max-width: 759.9px){
	.pageContent .main{
		font-size: 6vw;
	}
}
/*--------#about-------------*/
#about {
	margin-bottom: 30px;
}
#about .comment{
	margin-top: 1.5em;
}
#about .comment p{
	font-size: 130%;
	margin-bottom: 1em;
	text-align: center;
}
@media screen and (max-width: 759.9px){
	#about .comment p{
		font-size: 120%;
	}
}

/*--------#osusume-------------*/
#osusume {
	background: #EFEEED;
	padding: 30px 0;
	margin-bottom: 40px;
}
#osusume .inner{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#osusume h2 span{
	position: relative;
	overflow: visible;
	line-height: 3;
}
#osusume h2 span::before{
	content: "";
	position: absolute;
	top:-1em;
	left:0;
	right:0;
	width: 100%;
	height: 1em;
	background: url("../images/illust_coco.png")no-repeat center;
	background-size: contain;
	z-index: 2;
}
#osusume dl{
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}
#osusume dl dt{
	width: 6em;
}
#osusume dl dt img{
	width: 100%;
}
#osusume dl dd{
	width:calc( 100% - 6em);
	font-size: 140%;
	padding-left: 1em;
}
@media screen and (max-width: 759.9px){
	#osusume dl dt{
		width: 5em;
	}
	#osusume dl dd{
		width:calc( 100% - 5em);
		font-size: 120%;
		padding-left: 1em;
	}
}
/*--------施設紹介--------------*/
.shisetsu {
	margin-bottom: 100px;
}
/*introduction*/
.shisetsu .introduction {
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}
@media screen and (min-width: 760px){
	.introduction .area {
		position: absolute;
		top:0;
		left:0;
		font-size: 140%;
		border-left: 1px solid #941414;
		text-align: center;
		padding:0 10px;
		line-height: 2;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.introduction .area::before {
		content: "";
		position: absolute;
		top:50%;
		left:0;
		width: 100%;
		height: 1px;
		background:#941414;
	}
}
@media screen and (max-width: 759.9px){
	.introduction .area {
		position: relative;
		font-size: 120%;
		border-bottom: 1px solid #941414;
		display: flex;
		flex-direction: row;
		width: fit-content;
		margin:0 auto 20px;
		padding: 0 10px;
		line-height: 2;
	}
	.introduction .area span {
		border-right: 1px solid #941414;
		padding: 0 10px;
		margin-right: 10px;
	}
}
.introduction h2 {
	margin-bottom: 20px;	
}
.introduction .comment {
	margin: 40px 0;	
}
.introduction .comment p{
	text-align: center;
	font-size: 120%;
	line-height: 1.8;
}
@media screen and (max-width: 759.9px){
	.introduction h2 {
		margin-bottom: 20px;	
	}
	.introduction .comment {
		margin: 30px 0;	
	}
	.introduction .comment p{
		font-size: 121%;
	}
}
/*title*/
.shisetsu .title{
	padding: 0 30px 15px;
	background: url("../images/arrowline_red.svg")no-repeat center bottom;
	background-size: auto 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin:0 auto 10px;
}
.shisetsu .title h3{
	font-weight: bold;
	font-size: 110%;
	padding: 0 20px;
	position: relative;
}
.shisetsu .title h3::before{
	content: "";
	position: absolute;
	top:50%;
	left: 0;
	width: 15px;
	height: 1px;
	background: #CCCCCC;
}
.shisetsu .title h3::after{
	content: "";
	position: absolute;
	top:50%;
	right: 0;
	width: 15px;
	height: 1px;
	background: #CCCCCC;
}
.shisetsu .title p{
	font-family: serif;
	font-size: 200%;
	font-weight: bold;
	margin: 0 10px;
}
@media screen and (max-width: 759.9px){
	.shisetsu .title{
		padding: 0 20px 15px;
		background: url("../images/arrowline_red.svg")no-repeat center bottom;
		background-size: auto 10px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin:0 auto 10px;
	}
	.shisetsu .title h3{
		font-size: 100%;
	}
}

/*features*/
.shisetsu .features {
	width: 95%;
	max-width: 1100px;
	margin:0 auto 20px;
}
.features dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
@media screen and (min-width: 760px){
   .features dl:nth-of-type(even){
		 flex-direction: row-reverse;
  }
}
.features dl dt{
	width: 55%;
}
.features dl dd{
	width: 43%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.features dl dd .lead{
	font-size: 140%;
	font-weight: bold;
	padding: 0 10px;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.features dl dd .comment{
	padding: 0 20px;
}
.features dl dd .comment p{
	font-size: 120%;
	text-align: left;
	margin-bottom: 10px;
}
.features dl dd .comment p.attention{
	font-size: 90%;
}

@media screen and (max-width: 759.9px){
	.features dl {
		width: 98%;
		display: block;
		margin:0 auto 40px;
	}
	.features dl dt{
		width: 100%;
		margin-bottom: 10px;
	}
	.features dl dd{
		width: 100%;
	}
	.features dl dd .lead{
		font-size: 130%;
	}
	.features dl dd .comment p{
		font-size: 110%;
	}
}

/*アクセス*/
.shisetsu .access{
	max-width: 1100px;
	background: #25313C;
	color: #FFFFFF;
	padding: 20px 0 40px;
	margin:0 auto 30px;
}
.access .title{
	padding: 0 10px 15px;
	background: url("../images/arrowline_white.svg")no-repeat center bottom;
	background-size: auto 10px;
	margin:0 auto 10px 0;
	width: fit-content;
}
@media screen and (max-width: 759.9px){
	.access .title{
		margin:0 auto 20px;
		width: fit-content;
	}
}
.access h3::before,
.access h3::after{
	background: #FFFFFF;
}
.access .route_wrap{
	margin: 10px 0;
}
@media screen and (min-width: 760px){
	.access .route_wrap ul{
		display: flex;
		align-items: center;
		font-size: 100%;
	}
	.access .route_wrap ul li.box{
		min-width: 100px;
		height: 55px;
		border: 1px solid #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		flex-grow: 1;
	}
	.access .route_wrap ul li.move{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		position: relative;
		flex-grow: 1;
		text-align: center;
		padding: 0 10px;
	}
	.access .route_wrap ul li.move p{
		height: 3em;
		padding-bottom: 5px;
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}
	.access .route_wrap ul li.move p.time{
		height: 3em;
		padding-top: 5px;
		display: flex;
		align-items:flex-start;
		justify-content: center;
	}
	.access .route_wrap ul li.move::before{
		content: "";
		position: absolute;
		top:50%;
		left: 0;
		width: 100%;
		height: 1px;
		background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, #FFFFFF 4px, #FFFFFF 14px )
	}
	.tall {
		height: 140px !important;
	}
}
@media screen and (max-width: 759.9px){
	.access .route_wrap ul{
		display: flex;
		flex-direction: column;
		align-items: center;
		font-size: 100%;
		margin-bottom: 10px;
	}
	.access .route_wrap li.twin{
		display: flex;
		flex-direction: row;
	}
	.access .route_wrap li.twin ul{
		margin-bottom: 0;
	}
	.access .route_wrap ul li.box{
		width: 80%;
		height: 55px;
		border: 1px solid #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.access .route_wrap li.twin ul li.box{
		width: 96%;
	}
	.access .route_wrap ul li.move{
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
	}
	.access .route_wrap ul li.move p{
		padding:10px 10px;
		width: 50%;
		display: flex;
		justify-content: flex-end;
		
	}
	.access .route_wrap ul li.move p.time{
		padding:10px 10px;
		width: 50%;
		display: flex;
		justify-content: flex-start;
	}
	.access .route_wrap ul li.move::before{
		content: "";
		position: absolute;
		top:0;
		left: 50%;
		width: 1px;
		height: 100%;
		background-image: repeating-linear-gradient(0deg, transparent, transparent 4px, #FFFFFF 4px, #FFFFFF 14px )
	}
	.access p.attention{
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}

}

/*--------予約--------------*/
.yoyaku {
  width: 95%;
	max-width: 950px;
	margin:0 auto;
}
.yoyaku p{
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 20px;
}
.yoyaku_unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.yoyaku_unit a.godetail {
  width: 45%;
  max-width: 320px;
  margin: 0 2.5% 20px;
}

@media screen and (max-width: 759.9px) {
}
/*-----トップwiper カスタマイズ---徐々に拡大する-----------------*/
.swiper-container.top{
	width: 100%;
	margin:0 auto;
	height: 500px;
}
.swiper-container.top .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-container.top .swiper-slide-active img,
.swiper-container.top .swiper-slide-duplicate-active img,
.swiper-container.top .swiper-slide-prev img{ 
    animation: zoomUp 12s linear 0s;
    animation-fill-mode: both;
}
@keyframes zoomUp { /* 1.15倍させる指定 */
  0% {
      transform: scale(1);
  }
  100% {
      transform: scale(1.15);
  }
}
@media screen and (max-width: 759.9px){
	.swiper-container.top{
		height: 35vh;
	}
}
/*-----inboxswiper--------------------*/
.swiper-container.inbox .swiper-slide img{
	width: 100%;
}
/* ドットインジケーターの色*/
.swiper-pagination.inbox .swiper-pagination-bullet{
  opacity: 0.6;
}
.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;
	}
}


