@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
/* CSS Document */
html {
  scroll-behavior: smooth;
	scroll-padding-top: 50px;
}
@media screen and (max-width: 759.9px){
	html {
		scroll-padding-top: 100px;
	}
}
#wrapper {
	width: 100%;
	margin:0 auto 10px;
	padding:0;
 	font-size:14px;
	line-height:1.6;
	font-family:'Shippori Mincho', serif;
  overflow: hidden;
  background: url("../images/bg_page_pattern.png")repeat-y center top,url("../images/bg_page.png")repeat-y center top;
  background-size: 100%,100%;
}
#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;
  }
}
.text_red {
	color: #FF0000;
	font-weight: bold;
}
.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;
}
.box {
	background: rgba(243,243,243,1.00);
	padding: 20px 30px;
	margin-bottom: 10px;
	border-radius: 5px;
  text-align: left;
}
.marker {
	/*background: linear-gradient(transparent 80%, #ffd22c 80%);*/
	background: linear-gradient(#FFFFFF 80%, #ffd22c 80%);
	font-weight: bold;
}
.deco span{
	padding: 0 20px;
	background: url("../images/slash_left.svg") no-repeat center left,url("../images/slash_right.svg") no-repeat center right ;
	background-size:15px;
}
a.godetail{
  display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	text-align: center;
	text-decoration: none;
	background: #232e48;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 100%;
	line-height: 1.4;
	z-index: 10;
	box-shadow: 5px 5px 0 #5e7096;
  transition: 0.3s;
	font-family: 'Noto Sans JP', sans-serif;
}
a.godetail:hover {
  text-decoration: none;
  background-color: #91acdb;
  box-shadow: 0 0 0;
}
.button13 a:hover {
  text-decoration: none;
  background-color: #a0c4d3;
  box-shadow: 0 0 0;
}
@media screen and (max-width: 759.9px){
 	.deco 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:10px;
	}
  a.godetail{
    height: 50px;
		font-size: 90%;
  }
  .attention {
    text-align: left;
    width: 90%;
    margin-left: 10%;
  }
}
a.godetail.chubu{
	background: url("../images/button_chubu.png") no-repeat center bottom;
	background-size: 100% ;
}
a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}
a.godetail.gray{
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size: 100% ;
	pointer-events: none;
}
a.gotop{
	margin: 20px auto;
	text-align: center;
	text-decoration: none;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
}
a.gotop:hover{
	opacity: 0.8;
}
/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
  background:#232e48;
	height:600px;
	margin-bottom: 40px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.4);
}
.page_roof .inner{
	width: 100%;
	height: 100%;
	background:url("../images/top_photo.png")no-repeat center;
	background-size: cover;
  margin: 0 auto;
}
.page_roof h2{
	width: 100%;
	height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof h2 img{
	width: auto;
 	height: 60%;
}
@media screen and (max-width: 759.9px){
  .page_roof {
    height: 35vh;
  }
}
/*-------------ナビ-   --------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10;
}
#pageNav {
	width: 100%;
	padding: 10px 0;
  margin-bottom: 40px;
  z-index:20;
	background: #F5F8FC;
	box-shadow: 0 2px 4px rgba(0,0,0,0.4);
}
#pageNav ul{
	width: 100%;
  max-width: 950px;
  margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  align-items: center;
}
#pageNav a{
	width: 25%;
	margin: 0;
	padding: 0 15px;
	color: #000;
	text-align: center;
	position: relative;
}
#pageNav a::after{
	content: "";
	position: absolute;
	top:15%;
	right: 0;
	width: 1px;
	height: 60%;
	background:#CCCCCC;
}
#pageNav a:last-child::after{
	background:#FFFFFF;
}
#pageNav a li p{
	font-size: 110%;
}
#pageNav a li p i{
	font-size: 12px;
	/*padding: 10px 10px 10px 12px;
	border-radius: 50%;
	border: 1px solid #000;*/
	margin-right: 10px;
}
#pageNav a:hover li p{
	color:darkblue;
}
#pageNav a li img{
	width: 100%;
	border-radius: 50%;
	margin-bottom: 20px;
}
#pageNav a:hover,
#pageNav a.selected{
  text-decoration: none !important;
}
#pageNav.fixed a li {
	display: flex;
	justify-content: center;
	align-items: center;
}
#pageNav.fixed a li img{
	width: 30%;
	margin-right: 10px;
	margin-bottom: 0;
}

@media screen and (max-width: 759.9px){
	#pageNav {
		margin-bottom: 20px;
	}
	#pageNav a{
		padding: 0 5px;
	}
	#pageNav a li p{
		font-size: 12px;
	}
	#pageNav a li p i{
		border: none;
		font-size: 6px;
		padding: 2px;
		margin-right: 2px;
		vertical-align: 3px;
	}
	#pageNav.fixed a {
		width: 50%;
	}
	#pageNav.fixed a li {
		display: flex;
		justify-content:flex-start;
		padding: 5px 20px;
	}
	#pageNav.fixed a:nth-child(3) li, 
	#pageNav.fixed a:nth-child(4) li {
		padding-bottom: 0;
		border-top: 1px solid #CCC;
	}
	#pageNav.fixed a li img{
		width: 50px;
		margin-bottom: 0;
	}
}
/*-------トップリード------------*/
.toplead {
	margin-bottom: 60px;	
}
.toplead .inner{
	width: 95%;
	max-width: 950px;
	margin:0 auto 30px;	
	display: flex;
	justify-content: center;
	align-items: center;
}
.toplead .inner p{
	font-size: 140%;
	text-align: center;
	line-height: 2;
}
@media screen and (max-width: 759.9px){
	.toplead {
		margin-bottom: 40px;	
	}
	.toplead .inner p{
		font-size: 120%;
	}
}
/*-------ピックアップ-------------*/
#pickup {
	margin-bottom: 30px; 
}
#pickup > h2{
	width: 12em;
	font-size: 240%;
	text-align: center;
	margin: 0 auto 30px;
	background: url("../images/diagonalline.png")no-repeat top center,url("../images/diagonalline.png")no-repeat bottom center;
	background-size: 100% 10px,100% 10px;
	padding: 15px 0;
	position: relative;
}
#pickup > h2::before {
	content: "";
	position: absolute;
	top:-40px;
	left:-60px;
	width: 140px;
	height: 70px;
	background: url("../images/icon_pickup.png")no-repeat center;
	background-size: contain;
}

@media screen and (max-width: 759.9px){
	#pickup > h2{
		font-size: 160%;
		margin: 0 auto 20px;
		background: url("../images/diagonalline.png")no-repeat top center,url("../images/diagonalline.png")no-repeat bottom center;
		background-size: 100% 6px,100% 6px;
		padding: 10px 0;
		position: relative;
	}
	#pickup > h2::before {
		top:-30px;
		left:-10px;
		width: 80px;
		height: 40px;
	}
}
/*-------告知-------------*/
#kokuchi{
	width: 90%;
	max-width: 700px;
	margin:0 auto 30px;
	border: 3px solid #232E48;
	border-radius: 30px;
	position: relative;
}
#kokuchi::before{
	content: "";
	position: absolute;
	top:-10px;
	left:0;
	right: 0;
	width: 65%;
	margin: 0 auto;
	height: 50px;
	background: #FFFFFF;
}
#kokuchi .title{
	width: fit-content;
	text-align: center;
	margin: -25px auto 30px;
	position: relative;
	z-index: 2;
}
#kokuchi .title h2{
	font-size: 200%;
}
#kokuchi .inner{
	padding-bottom: 10px;
}
#kokuchi dl{
	width: 100%;
	margin: 0 auto 30px;
} 
/*#kokuchi dl dt{
	width: 80px;
	margin-right: 20px;
}*/
#kokuchi dl dd{
	/*width: calc(100% - 100px);*/
	width:100%;
}
#kokuchi dl dt img{
	width: 100%;
}
#kokuchi h3{
	font-size: 140%;
	margin-bottom: 1em;
	font-weight: normal;
	text-align:center;
}
#kokuchi .logo {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 100%;
	border: 1px solid rgba(172,171,201,0.6);
	width: 200px;
	padding: 10px 0;
	border-radius: 10px;
	margin: 20px auto 20px 20px;
}
/*#kokuchi a {
	color: inherit;
}*/
#kokuchi .logo img{
	width: 40px;
	height: auto;
	margin-left: 10px;
}
@media screen and (min-width: 760px){
	#kokuchi dl ul{
		width: 90%;
		margin: 0 auto 40px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap:4%;
	}
	#kokuchi dl li{
		font-size: 150%;
		margin-bottom:0.3em;
		font-weight: bold;
	}
	#kokuchi dl li span{
		padding:0 5px 5px;
		margin-bottom:0.5em;
		background: url("../images/dashline.png")repeat-x center bottom;
		background-size: auto 3px;
	}
}
#kokuchi .caution{
	background: rgba(172,171,201,0.2);
	width: 90%;
	margin: 0 auto;
	padding: 20px;
	border-radius: 20px;
}
#kokuchi .caution li{
	font-size: 110%;
	text-indent: -1em;
	margin:0 0 0.3em 1em;
}
#kokuchi .yoyaku p{
	font-size: 100%;
	margin-bottom: 1em;
}

@media screen and (max-width: 759.9px){
	#kokuchi{
		border-radius: 20px;
	}
	#kokuchi::before{
		width: 45%;
	}
	#kokuchi .inner{
		padding-bottom: 15px;
	}
	#kokuchi .title{
		margin: -15px auto 20px;
	}
	#kokuchi .title h2{
		font-size: 150%;
	}
	#kokuchi dl{
		display: flex;
		flex-direction: column;
		width: 90%;
		margin: 0 auto 20px;
	}
	#kokuchi h3{
		font-size: 120%;
	}
	#kokuchi dl dt{
		width: 60px;
		margin:0 auto 20px;
	}
	#kokuchi dl dd{
		width: 100%;
	}
	#kokuchi dl ul{
		text-align: center;
	}
	#kokuchi .logo {
		margin: 10px auto;
	}
	#kokuchi dl ul{
		width: 100%;
		margin: 0 auto 30px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#kokuchi dl li{
		font-size: 120%;
		margin-bottom:0.5em;
		font-weight: bold;
	}
	#kokuchi dl li:last-child{
		transform: scale(0.9);
		white-space: nowrap;
	}

	#kokuchi dl li span{
		padding:0 4px 4px;
		background: url("../images/dashline.png")repeat-x center bottom;
		background-size: auto 4px;
	}
	#kokuchi .caution{
		padding: 15px;
		border-radius: 15px;
	}
	#kokuchi .caution li{
		font-size: 100%;
	}

}
/*-------タブラップ-------------*/
.tab_wrap {
	width:100%;
  padding-top: 30px;
  margin-bottom: 40px;
}
.tab_wrap .hotel_wrap{
	padding: 30px 0;
	margin-bottom: 60px;
}
.tab_wrap .hotel_wrap:nth-child(odd) .hotel{
	background: linear-gradient(90deg, #f5f8fc 50%, #FFFFFF 50%);
}
.tab_wrap .hotel_wrap:nth-child(even) .hotel{
	background: linear-gradient(-90deg, #f5f8fc 50%, #FFFFFF 50%);
}
.tab_wrap .hotel_wrap .hotel .inner{
	width:95%;
  max-width: 930px;
  margin:0 auto 20px;
	padding-top: 10px;
}
.tab_wrap .hotel_wrap:nth-child(odd) .hotel .inner{
	background: url("../images/bg_hotel1.png")no-repeat left center;
	background-size: 100% 100%;
}
.tab_wrap .hotel_wrap:nth-child(even) .hotel .inner{
	background: url("../images/bg_hotel2.png")no-repeat right center;
	background-size: 100% 100%;
}

.tab_wrap .hotel h2.area{
	font-size: 300%;
}
.tab_wrap .hotel_wrap:nth-child(even) .hotel h2.area{
	text-align: right;
}
@media screen and (max-width: 759.9px){
	.tab_wrap .hotel_wrap{
		padding: 20px 0;
		margin-bottom:40px;
	}
	.tab_wrap .hotel h2.area{
		font-size: 160%;
	}
}
.tab_wrap .hotel .title{
	width: 85%;
	background: #FFFFFF;
	margin: -65px auto 20px;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 10px;
}
.tab_wrap .hotel .title h3{
	font-size: 140%;
	margin-bottom: 10px;
}
.tab_wrap .hotel .title .region{
	background: #232e48;
	font-size: 110%;
	color: #FFFFFF;
	padding: 0 10px;
	margin-right: 10px;
}
.tab_wrap .hotel .title .lead{
	font-size: 140%;
}
@media screen and (max-width: 759.9px){
	.tab_wrap .hotel .title{
		width: 90%;
		margin: -50px auto 20px;
		padding: 5px 10px;
	}
	.tab_wrap .hotel .title h3{
		font-size: 120%;
		margin-bottom: 5px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.tab_wrap .hotel .title .region{
		font-size: 90%;
		padding: 0 8px;
		margin-right: 8px;
		white-space: nowrap;
	}
	.tab_wrap .hotel .title .lead{
		font-size: 110%;
	}
}

/*-------スワイパーボックス-------------*/
.swiper_unit_wrap {
	padding-bottom: 20px;
}
.main_swiper {
	width:100%;
  padding: 40px 40px 50px 40px;
  margin-bottom: 40px;
	border: 10px solid #f2ef5b;
	position: relative;
}
.main_swiper img{
	width:100%;
	height: auto;
}
.main_swiper .logo{
	position: absolute;
	top:-80px;
	width:300px;
	height: 90px;
	background:#FFFFFF;
	display: flex;
	justify-content: center;
}
.tab_wrap .hotel_wrap:nth-child(odd) .hotel .main_swiper .logo{
		right:2%;
}
.tab_wrap .hotel_wrap:nth-child(even) .hotel .main_swiper .logo{
		left:2%;
}
.main_swiper .logo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: bottom;
}

@media screen and (max-width: 759.9px){
	.main_swiper {
		padding: 15px 15px 20px 15px;
		margin-bottom: 30px;
		border: 8px solid #f2ef5b;
	}
	.main_swiper .logo{
		position: absolute;
		top:-55px;
		width:120px;
		height: 60px;
		padding: 0 5px 5px;
	}
}
.thumbnail_swiper_swiper {
	width:100%;
}
.thumbnail_swiper_swiper img{
	width:100%;
}
/*-------予約-------------*/
.yoyaku {
	width:90%;
	max-width: 950px;
  margin:0 auto;
	text-align: center;
}
.yoyaku_unit{
	display: flex;
	justify-content: center;
	align-items: center;
}
.yoyaku_unit a.godetail{
	width: 47%;
	margin: 0 1.5%;
}
@media screen and (max-width: 759.9px){
	#kokuchi .yoyaku_unit{
		justify-content: space-between;
	}
	#kokuchi .yoyaku_unit a.godetail{
		margin: 0;
	}
}
/*-----スライドswiper カスタマイズ--------------------*/
.main_swiper .swiper-wrapper{
	width: 100%;
}
.main_swiper .swiper-wrapper .swiper-slide{
	text-align: center;
	width: 100%;
	position: relative;
}
.main_swiper .swiper-wrapper .swiper-slide img{
	width: 100%;
}
.main_swiper .swiper-wrapper .swiper-slide p.credit{
	position: absolute;
	bottom:10px;
	right:10px;
	background: rgba(255,255,255,0.8);
	padding: 0 20px;
	border-radius: 10px;
}

.main_swiper .swiper-button-prev:focus,
.main_swiper .swiper-button-next:focus{
  outline: none;
}
.main_swiper .swiper-button-prev::after,
.main_swiper .swiper-button-next::after{
	font-size:40px;
	color: #FFF;
	font-weight: bold;
	opacity: 0.5;
}
.main_swiper .swiper-button-prev:hover::after,
.main_swiper .swiper-button-next:hover::after{
	opacity: 1;
}
.main_swiper .swiper-button-prev{
	left:5px;
	top:48%;
}
.main_swiper .swiper-button-next{
	right:5px;
	top:48%;
}
@media screen and (max-width: 759.9px){
	.main_swiper .swiper-button-prev::after,
	.main_swiper .swiper-button-next::after{
		font-size:30px;
	}
	.main_swiper .swiper-button-prev{
		left:5px;
		top:46%;
	}
	.main_swiper .swiper-button-next{
		right:5px;
		top:46%;
	}
	.main_swiper .swiper-wrapper .swiper-slide p.credit{
		padding: 0 10px;
		border-radius: 10px;
		font-size: 10px;
	}
}
/*サムネイル*/
.thumbnail_swiper .swiper-wrapper{
	width: 110%;
	margin:0 -5%;
	display:flex;
	justify-content: center;
	/*flex-wrap:wrap;*/
}
.thumbnail_swiper .swiper-wrapper .swiper-slide{
	width: 13.8%;
	padding: 1px;
	cursor: pointer;
}
.thumbnail_swiper .swiper-wrapper .swiper-slide img{
	width: 100%;
	opacity: 0.4;
}
.thumbnail_swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img{
	opacity: 1;
}
.thumbnail_swiper .swiper-wrapper .swiper-slide{
	overflow: hidden;
	position: relative;
}
@media screen and (max-width: 759.9px){
	.thumbnail_swiper .swiper-wrapper{
		width: 100%;
		margin:0 ;
		display:flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.thumbnail_swiper .swiper-wrapper .swiper-slide{
		width: 25%;
	}
}

