@charset "utf-8";
/* CSS Document */
@font-face {
font-family: "ENfontS";
  src: url(/assets/font/MuseoSans-100.woff) format("woff");
}
@font-face {
font-family: "ENfontB";
  src: url(/assets/font/MuseoSans-300.woff) format("woff");
}
@font-face {
font-family: "JPfontS";
  src: url(/assets/font/NotoSansCJKjp-Light.woff) format("woff");
}
@font-face {
font-family: "JPfontM";
  src: url(/assets/font/NotoSansCJKjp-Medium.woff) format("woff");
}
@font-face {
font-family: "JPfontB";
  src: url(/assets/font/NotoSansCJKjp-Regular.woff) format("woff");
}
.en {
	font-family: "ENfontB", sans-serif;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
	@media only screen and (max-width: 768px) {
		.pc {
			display: none;
		}
		.sp {
			display: block;
		}
	}
/*--------------- header ---------------*/
body {
	position: relative;
	font-family: "JPfontB, sans-serif";
}
/*--------------- KV ---------------*/
section#kv {

}
section#kv > div {
	width: 100%;
	aspect-ratio: 2 / 1;
	overflow: hidden;
}
.swiper-img {
	width: 100%;
	height: auto;
	position: relative;
}
.swiper-slide img {
  height: auto;
  width: 100%;
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);*/

}
	@media only screen and (max-width: 768px) {
		section#kv {
			height: 420px;
			min-height: 420px;
		}
		section#kv > div {
			width: auto;
			
			aspect-ratio: auto;
			overflow: hidden;
		}
		.swiper-img {
			width: auto;
			height: 420px;
			position: relative;
		}
		.swiper-slide img {
		  height: 100%;
		  width: auto;
		  position: absolute;
		  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  -webkit-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
		}
	}
/*-------- KV フェードイン部分 --------*/
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}

#renew section h2 span:before,
#renew section h2 span:after {
	content: "";
	display: inline-block;
	background-image: url(/common/images/top/h2_layout.png);
	background-repeat: no-repeat;
	background-size:contain;
	width: 20px;
	height: 3px;
	background-size: contain;
	margin: 0 16px;
	vertical-align: 7px;
}

	@media only screen and (max-width: 768px) {

	}
/*--------------- 緊急のお知らせ ---------------*/

#renew section > div#oshirase > div {
	width: 980px;
	text-align: center;
	border: #f00 1px solid;
    margin: 40px auto;
    padding: 30px;
	box-sizing: border-box;
}
#renew section > div#oshirase > div  > h2 {
	color: #f00;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 24px;
}

#renew section > div#oshirase > div  > h2 > span:before,
#renew section > div#oshirase > div  > h2 > span:after {
	content: "";
	display: inline-block;
	background-image: url(/common/images/top/h2_layout_red.png);
	background-repeat: no-repeat;
	background-size:contain;
	width: 20px;
	height: 3px;
	background-size: contain;
	margin: 0 16px;
	vertical-align: 7px;
}

#renew section > div#oshirase > div > p {
	color: #f00;
    text-align: center;
    line-height: 160%;
	margin-bottom: 16px;
}

	@media only screen and (max-width: 768px) {
		#renew section > div#oshirase > div {
			width: 90%;
		}
		#renew section > div#oshirase > div  > h2 {
			color: #f00;
			font-size: 4.5vw;
			font-weight: 700;
			margin-bottom: 20px;
		}
		
		#renew section > div#oshirase > div  > h2 > span:before,
		#renew section > div#oshirase > div  > h2 > span:after {
			content: "";
			display: none
		}
		#renew section > div#oshirase > div > p {
			text-align: left;
		}

	}
/*--------------- バナー領域 ---------------*/

#renew section#banner {
	width: 980px;
	margin: 40px auto;
}

#renew section#banner > h2 {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 28px;
}
#renew section#banner > h2.plan {
	width: 100%;
	height: 100px;
	margin-bottom: 50px;
}

	@media only screen and (max-width: 768px) {
		#renew section#banner {
			width: 90%;
			margin: 40px auto;
		}
		
		#renew section#banner > h2 {
			font-size: 5.5vw;
			font-weight: 700;
			margin-bottom: 24px;
		}
		#renew section#banner > h2.plan {
			width: 100%;
			height: 100px;
			margin-bottom: 50px;
		}
	}

#renew section#banner> div {
	margin-bottom: 50px;
}
	
#renew section#banner div.box {
	display: flex;
	flex-wrap: wrap;
}
#renew section#banner div.box > div {
	width: 232px;
	margin-right: 17.3px;
}
#renew section#banner div.box > div:last-of-type {
	margin-right: 0;
}
#renew section#banner div.box > div > a {
	color: #53585a;
	text-decoration: none;
}
#renew section#banner div.box > div > a > div {
	width: 232px;
	height: 154px;
	overflow: hidden;
}
#renew section#banner div.box > div > a > div > img {
	width: 100%;
	height: auto;
}
#renew section#banner div.box > div > a > P {
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	margin-top: 12px;
}
#renew section#banner div.box > div > a > P > span {
	font-size: 12.5px;
	line-height: 150%;
	text-align: left;
	margin-top: 12px;
}
#renew section#banner > h2.plan > a {
	display: flex;
	justify-content: center; /*横*/
	align-items: center; /*縦*/
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	background-image: url(/common/images/top/pickup/bnr_plan.webp);
	background-size: contain;
}

	@media only screen and (max-width: 768px) {
		#renew section#banner > h2.plan > a {
			background-repeat: no-repeat;
			background-size: cover;
			background-position: 48% 50%;
		}
		#renew section#banner > div {
			overflow-x: scroll;
		}
		#renew section#banner div.box {
			width: 980px;
			margin-bottom: 20px;
			
		}
		.simplebar-track.simplebar-horizontal {
		  height: 10px;
		  background: #ccc;
		  border-radius: 5px;
		  max-width: 372px;
		  margin: 0 auto;
		}
		.simplebar-scrollbar {
		  height: 10px;
		  background: #53585a;
		  border-radius: 5px;
		  top: 0;
		}

	}
/*--------------- News ---------------*/
#renew section#news {
	width: 800px;
	margin: 40px auto 70px ;
	text-align: center;
}

#renew section#news > h2 {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 24px;
}
#renew section#news > div > ul > li {
	font-size: 15px;
}
#renew section#news > div > ul > li > a {
	color: #53585a;
	text-decoration: none;
}

#renew div.newsbtn {
	display: inline-block;
	width: 155px;
	font-size: 16px;
	color: #fff;
	text-align: left;
	background-color: #54585A;
	padding: 12px 26px;
	position: relative;
	letter-spacing: .1em;
}
	@media only screen and (max-width: 768px) {
		
		#renew section#news {
			width: 90%;
		}
	}
/*--------------- News　開閉部JS ---------------*/
.js-accordion ul::after{
  content: "";
  display: block;
  clear: both;
}
.js-accordion ul li {
	width: 800px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.js-accordion ul li i {
	display: block;
	width: 100px;
	font-style: normal;
	line-height: 150%;
    margin-bottom: 1em;
	vertical-align: top;
}
.js-accordion ul li a {
	display: block;
	width: 700px;
	text-align: left;
	line-height: 150%;
    margin-bottom: 1em;
}
.js-accordion ul li a:after {
	content: "";
	display: inline-block;
	background-image: url(/common/images/arrow_link.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 6px;
	vertical-align: super;
	margin-left: 15px;	
}

.js-accordion ul li a.none {
	pointer-events: none;
}
.js-btn-more,
.js-btn-close {
	margin-top: 20px;
	cursor:pointer;
}
.js-btn-close {
	text-align: center!important;
	margin-top: 20px;
	cursor:pointer;
}

.js-btn-more::after {
    content: '＋';
    display: inline-block;
    width: 14px;
	position: absolute;
	right: 20px;
}
.js-btn-close::after {
    content: '－';
    display: inline-block;
    width: 14px;
	position: absolute;
	right: 26px;
}
	@media only screen and (max-width: 750px){
		.js-accordion {
			width: 100%;
			font-size: 130%;
			margin: auto;
		}
		.js-accordion ul li {
			width: 100%;
		}
		.js-accordion ul li i {
			width: 25%;
		}
		.js-accordion ul li a {
			width: 75%;
		}
	}

/*--------------- 「私が、もっと私になる旅」 ---------------*/
.categoryBlock {
	padding:90px 0;
	margin:0 auto;
	max-width: 1500px;
	background:#edebea;
}

.categoryBlock p,
#ScenicSpot p {
	font-size; 15px;
	text-align: left;
	line-height: 2.1;
}
/* More Detailsボタン */
.categoryBlock .more,
#ScenicSpot .more {
	margin:30px 0 0;
}
.categoryBlock h2.en {
	font-family: "ENfontB", sans-serif;
	font-size: 36px;
	text-align: center;
    line-height: 1.5;
}
.categoryBlock h3 {
	font-size: 15px;
	text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
	margin: 5px 0 20px;
}
#GuestRooms {
	background:#edebea url(/common/images/top/cp/guestrooms.webp) no-repeat top center;
}
#Restaurant {
	background:#edebea url(/common/images/top/cp/restaurant.webp) no-repeat top center;
}
#hotspring {
	background: #edebea url(/common/images/top/cp/hotspring.webp) no-repeat top center;
}

.whiteB {
	margin:0 auto;
	padding:30px 85px 50px;
	width:596px;
	background:url(/common/images/top/cp/whiteB.png) repeat top left;
	box-sizing: content-box;
}

#GuestRooms .whiteB,
#hotspring .whiteB {
	margin-top:155px;
}

#Restaurant .whiteB {
	margin-top:105px;
}

.copy {
	height: 320px;
	/*margin-bottom: 100px;*/
}
#Restaurant .copy {
	height: 370px;
	margin-bottom: 0px;
}
.img {
	position:relative;
}
.img img {
	width:100%;
}
.img .moreBTN {
    width: 100%;
    position: absolute;
    top: -60px;	
    left: 0;
    text-align: center;
}

#Restaurant .img .moreBTN {
    top: -55px;	
}
#GuestRooms .MoreText, #Restaurant .MoreText, #hotspring .MoreText, #News #NewMore, #PickUp #NewMore {
    display: none;
}
.moreBTN a {
	font-family: "ENfontB", sans-serif;
    border: #d1d1d2 1px solid;
    padding: 15px 50px;
    text-decoration: none;
    color: #53585a;
    font-size: 22px;
}
	@media only screen and (max-width: 750px){
	.categoryBlock {
		padding: 40px 0 20px;
		margin:0 auto;
		width: 100%;
		max-width: 100%;
		background:#edebea;
	}
	.categoryBlock h2 {
		font-size: 8vw;
		text-align: center;
		line-height: 1.5;
		margin-bottom:10px;
	}
	.categoryBlock h3 {
		font-size: 15px;
		text-align: center;
		line-height: 1.5;
		letter-spacing: 0.1em;
		margin: 5px 0 20px;
	}
	.categoryBlock p, #ScenicSpot p,
	.news_more{
		font-size: 15px;
		font-weight: 300;
		line-height: 160%;
	}
	#GuestRooms,
	#Restaurant,
	#hotspring {
		background:#edebea;
	}
	.whiteB {
		margin:0 auto;
		padding:7%;
		width:90%;
		background:url(/common/images/top/cp/whiteB.png) repeat top left;
	}
	#GuestRooms .whiteB,
	#Restaurant .whiteB,
	#hotspring .whiteB {
		margin-top:0;
	}
	#GuestRooms img,
	#Restaurant img,
	#hotspring img {
		width: 100%;
	}
	#Restaurant .copy,
	.copy {
		height: auto;
		margin-bottom:5%;
	}
	.img {
		position:static;
	}
	.img .moreBTN {
		width:100%;
		margin-top:10%;
		position:static;
		text-align: center;
	}
	#GuestRooms .news_more,
	#Restaurant .news_more,
	#hotspring .news_more {
		display:none;
	}
	
	#GuestRooms .MoreText,
	#Restaurant .MoreText,
	#hotspring .MoreText {
		display:block;
		cursor: pointer;
		margin-top:20px;
	}
	#GuestRooms .MoreText span,
	#Restaurant .MoreText span,
	#hotspring .MoreText span {
		display:block;
		text-align: center;
		font-size: 14px;
		font-weight: 400;
	}
	#GuestRooms .MoreText.closed,
	#Restaurant .MoreText.closed,
	#hotspring .MoreText.closed {
		background:url(/common/images/top/cp/news_more_bg.gif) no-repeat top left;
		background-size: 100% auto;
	}
	#GuestRooms .MoreText.closed span,
	#Restaurant .MoreText.closed span,
	#hotspring .MoreText.closed span {
		opacity: 0;
	}
	.moreBTN a {
        border: #d1d1d2 1px solid;
        padding: 3% 10%;
        text-decoration: none;
        color: #53585a;
        font-size: 16px;
    }
}

/*--- recommend ---*/

#recommend > a:link,
#recommend > a:visited,
#recommend > a:hover,
#recommend > a:active  {
	color: #53585a;
	text-decoration: none;
}
#recommend > a:hover {
	opacity: .8;
}
#recommend > a {
	display: block;
	width: 765px;
	margin: 0 auto 90px;
}
#recommend > a > div {
	display:flex;
	flex-wrap:wrap;
	justify-content: center; /*横*/
	align-items: center; /*縦*/
	border: #53585a 1px solid;
	padding: 3px;
}
#recommend > a > div > div {
	width: 50%;
	height: 100px;
	display: flex;
	justify-content: center; /*横*/
	align-items: center; /*縦*/
	line-height: 1.4;
}
#recommend > a > div > div > span {
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
}
#recommend > a > div> div:nth-of-type(2) {
	position: relative;
	overflow: hidden;
}

#recommend > a > div > div:nth-of-type(2) img {
	width:100%;
	position: absolute;
	top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 750px) {
	#recommend > a {
		width: 90%;
	}
	#recommend > a > div > div {
		width: 100%;
		height: 100px;
		display: flex;
		justify-content: center; /*横*/
		align-items: center; /*縦*/
		line-height: 1.4;
	}
	#recommend > a > div > div > span {
		vertical-align: middle;
	}
	#recommend > a > div> div:nth-of-type(2) {
		position: relative;
		overflow: hidden;
	}

	#recommend > a > div > div:nth-of-type(2) img {
		width:100%;
		position: absolute;
		top: 20%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
}


/* Scenic Spot ------------------- */
#ScenicSpot {
	margin: 0 auto;
	padding:50px 0;
	max-width:1500px;
}
#ScenicSpot h2 {
	font-family: "ENfontB", sans-serif;
	font-size: 36px;
	text-align: center;
    line-height: 1.5;
	margin-bottom:30px;
}
#ScenicSpot h3 {
	font-size: 15px;
	text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
	margin: 5px 0 20px;
}
#ScenicSpot p {
	margin:0 auto;
	width:596px;
}

#ScenicSpot .moreBTN {
	text-align: center;
	margin-top:30px;
}
	@media only screen and (max-width: 750px) {
	#ScenicSpot {
		margin: 0 auto;
		padding:10% 10%;
		max-width:auto;
	}
	#ScenicSpot h2 {
		font-size: 8vw;
		text-align: center;
		line-height: 1.5;
		margin-bottom:10px;
	}
	#ScenicSpot h3 {
		font-size: 15px;
		text-align: center;
		line-height: 1.5;
		letter-spacing: 0.1em;
		margin: 5px 0 20px;
	}
	#ScenicSpot p {
		margin:5% auto 0;
		width:100%;
	}
	
	#ScenicSpot .moreBTN {
		margin-top:10%;
	}
	
	.slider-pro {
		width:100% !important;
		margin:0 auto !important;
	}
	}


/* courtyard ------------------- */
#courtyard {
    margin: 0 auto;
    padding: 50px 0;
    max-width: 1500px;
    background: #edebea;
}
#courtyard h2 {
	font-family: "ENfontB", sans-serif;
	font-size: 36px;
	text-align: center;
    line-height: 1.5;
	margin-bottom:20px;
}
#courtyard h3 {
	font-size: 15px;
	text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
	margin: 5px 0 20px;
}
#courtyard ul {
	display: flex;
	width: 455px;
	margin: 0 auto;
}
#courtyard ul li {
	width: 220px;
	margin-right: 15px;
}
#courtyard ul li:last-of-type {
	margin-right: 0;
}
#courtyard ul li p {
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
}
#courtyard ul li p span {
    font-size: 11px;
}
#courtyard ul li img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 750px) {
	#courtyard {
		width: 100%;
		max-width: 100%;
		}
	#courtyard h2 {
		font-size: 8vw;
		text-align: center;
		line-height: 1.5;
		margin-bottom:10px;
	}
	#courtyard h3 {
		font-size: 14px;
		text-align: center;
		line-height: 1.5;
		letter-spacing: 0.1em;
		margin: 5px 0 20px;
	}
	#courtyard ul {
		width: 90%;
	}
	#courtyard ul li {
		width: 49%;
		margin-right: 2%;
	}
	#courtyard ul li p {
		margin-top: 10px;
		text-align: left;
		font-size: 12px;
		font-weight: 400;
		line-height: 1.5;
	}
	#courtyard ul li p span {
    font-weight: 400;
}
}