@charset "utf-8";
/* CSS Document */



/* ---------------------------------------------------------------------------------------------

   Main-visual ※index以外全てき共通

--------------------------------------------------------------------------------------------- */
.main-visual-wrap{
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}

.main-visual{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-width: 50%;
	height: 400px;
}

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

.main-visual{
	height: 300px;
}
	
}


/* Onsen-visual
------------------------------------------------------------*/
.onsen-visual{
	background-image: url(../main-sub-images/onsen-visual.webp);
}


/* Room-guid-visual
------------------------------------------------------------*/
.room-guid-visual{
	background-image: url(../main-sub-images/room-guid-visual.webp);
}




/* Restaurant-visual
------------------------------------------------------------*/
.restaurant-visual{
	background-image: url(../main-sub-images/restaurant-visual.webp);
}


/* Facility-visual
------------------------------------------------------------*/
.facility-visual{
	background-image: url(../main-sub-images/facility-visual.webp);
}


/* Access-visual
------------------------------------------------------------*/
.access-visual{
	background-image: url(../main-sub-images/access-visual.webp);
}


/* Sightseeing-visual
------------------------------------------------------------*/
.sightseeing-visual{
	background-image: url(../main-sub-images/sightseeing-visual.webp);
}



/* H1テキストボックス
------------------------------------------------------------*/
.centerBox{
	position: absolute;
	top: 42.5%; /*37.5%*/
	left: 0;
	width: 100%;
	z-index: 1;
}

.centerBox h1{
	width: 100%;
	text-align: center;
	filter:drop-shadow(3px 3px 3px rgba(0,0,0,0.9));
	color: #fff;
	font-size: clamp(30px, 2vw, 36px);
	font-weight: normal;
	letter-spacing: 0.15em;
	line-height: 1.5;
}
.centerBox h1 span{
	color: #fff;
	font-family: 'Libre Baskerville', serif;
	font-size: clamp(18px, 2vw, 20px);
}



/* ---------------------------------------------------------------------------------------------

   Subtitle-wrap ※index以外全て共通

--------------------------------------------------------------------------------------------- */
.subtitle-wrap{
	position: relative;
	width: 100%;
	padding: 75px 0;
	background: url(../main-sub-images/japanese-paper_00773.jpg) repeat 0 0;
	z-index: 1;
}

.subtitle-wrap .re-h2 span{
	color: #eee;
	position: relative;
	z-index: 5;
}

.subtitle-wrap .text-18, .subtitle-wrap .text-18 strong{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	color: #eee;
	position: relative;
	z-index: 5;
}


/* Symbol-Take ※全共通
------------------------------------------------------------*/
.symbol-Take img{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: auto;
	z-index: 1;
}

/* Symbol-Onsen ※温泉マーク
------------------------------------------------------------*/
.symbol-Onsen img{
	position: absolute;
	top: 10%;
	right: 25px;
	width: 250px;
	height: auto;
	z-index: 1;
}

/* Symbol-Room ※部屋マーク
------------------------------------------------------------*/
.symbol-Room img{
	position: absolute;
	top: 12.5%;
	right: 25px;
	width: 250px;
	height: auto;
	z-index: 1;
}

/* Symbol-Restaurant ※レストランマーク
------------------------------------------------------------*/
.symbol-Restaurant img{
	position: absolute;
	top: 12.5%;
	right: 25px;
	width: 250px;
	height: auto;
	z-index: 1;
}

/* Symbol-Facility ※Facility用マーク
------------------------------------------------------------*/
.symbol-Facility img{
	position: absolute;
	top: 7.5%;
	right: 25px;
	width: 225px;
	height: auto;
	z-index: 1;
}

/* Symbol-Access ※Accessマーク
------------------------------------------------------------*/
.symbol-Access img{
	position: absolute;
	top: 25%;
	right: 25px;
	width: 250px;
	height: auto;
	z-index: 1;
}


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

.symbol-Take img{
	width: 125px;
}
	
.symbol-Onsen img{
	width: 200px;
}
	
.symbol-Room img{
	width: 200px;
}
	
.symbol-Restaurant img{
	width: 200px;
}
	
.symbol-Facility img{
	width: 175px;
}
	
.symbol-Access img{
	width: 150px;
}
	
}



/* Inside-link
------------------------------------------------------------*/
.flex-nav{
    position: relative;
    z-index: 5;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 50px;
}

.flex-nav .inside-link{ 
	text-align: center;
	line-height: 1;
	border: 5px solid #222;
	font-size: clamp(16px, 2vw, 20px);
	height: auto;
}
.flex-nav .link4-8{ /*4~8個のボタン*/
	width: 25%;
}
.flex-nav .link2-3{ /*2～3個のボタン*/
	width: 50%;
}
.flex-nav .link2-6{ /*2～6個のボタン*/
	width: 50%;
}

.flex-nav .inside-link a{
	display: block;
	color: #333;
	padding: 15px;
}
.flex-nav .inside-link a:hover{
	background: #769164;
	color: #fff;
}

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

.flex-nav .link4-8{
	width: 50%;
}
	
.flex-nav .link2-3{
	width: 50%;
}
	
.flex-nav .link2-6{
	width: 100%;
}
	
}































