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


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

   Loading Opening

--------------------------------------------------------------------------------------------- */
/* Loading背景画面設定　*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.splash-wrap{
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	background-size: auto;
	background-image: url(../images/dark_wood.png);
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width: 450px;
	height: auto;
}

/* fadeUpをするアイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s; /*0.5s*/
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(150px);/*100px*/
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

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

#splash_logo img {
	width: 300px;
}
	
}



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

   Main-visual-wrap

--------------------------------------------------------------------------------------------- */
.Top-main-visual-wrap{
	width: 100%;
	/*height: 100vh;*/
	overflow: hidden;
	position: relative;
}

.Top-main-visual-wrap img {
	width: 100%;
}

.Top-main-visual-wrap video.video1920{
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
    min-height: 100vh;
	transform: translate(-50%, -50%);
	width: 177vh; /*width: 177vh; 1920÷1080=177*/
    height: 56vw; /*height: 56vw;  1080÷1920=56*/
	z-index: 5;
	overflow: hidden;
}

.Top-main-visual-wrap video.video430{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
    min-height: 100vh;
	transform: translate(-50%, -50%);
	z-index: 5;
	width: 461vh; /*width: 430÷932=461*/
	height: 217vw; /*height: 932÷430=217*/
}

.Top-main-visual-wrap video.video332{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
    min-height: 100vh;
	transform: translate(-50%, -50%);
	z-index: 5;
	width: 461vh; /*width: 332÷720=461*/
	height: 217vw; /*height: 720÷332=217*/
}

.centerBox{
	width: 100%;
	position: absolute;
	/*top: 30.5%;*/
	top: 37.5%;
	left: 0;
	z-index: 10;
}

.h1-text{
	position: absolute;
	left: 5%;
	/*top: 7%;*/
	top: 12.5%;
	z-index: 10;
}
.h1-text span{
	color: #000;
	font-weight: normal;
	font-size: clamp(30px, 3vw, 42px);
	/*filter:drop-shadow(1px 1px 2px rgba(0,0,0,0.7));*/
	background-color: rgba(255, 255, 255, 0.3);
    padding: 0 15px 5px;
}


.centerBox .main-logo{
	width: 460px;
	height: auto;
	margin:0 auto;
}
.centerBox .main-logo img{
	width: 100%;
	height: auto;
}

@media screen and (max-width:750px) {
	
/*.centerBox{
	top: 33%;
}*/

.centerBox .main-logo{
	width: 310px; 
	height: auto;
}
	
}

/*@media screen and (max-width:430px) {

.Top-main-visual-wrap video.video430{
	display: block;
}
	
.Top-main-visual-wrap video.video1920{
	display: none;
}
	
}

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

.Top-main-visual-wrap video.video332{
	display: block;
}
	
.Top-main-visual-wrap video.video430{
	display: none;
}
	
}*/



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

   Concept

--------------------------------------------------------------------------------------------- */
.concept-wrap100{
	width: 100vw;
	height: auto;
	background-image: url(../images/concept-back.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}

#concept .text-18{
	text-align: center;
}

.kyushu-map img{
	width: 100%;
	height: auto;
	margin: -25px auto 0 auto;
	position: relative;
	z-index: 10;
}

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

#concept .text-18{
	text-align: left;
}
	
}



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

   Retreat

--------------------------------------------------------------------------------------------- */
/*#Retreat h2{
	text-align: center;
}

#Retreat .eg-h2{
	text-align: center;
}*/

#Retreat .text-16{
	text-align: center;
}

.Retreat-contents{
	width: 100%;
}

.Retreat-contents ul li{
	width: 49%;
}

.Retreat-contents ul li.left_fade{
	float: left;
}
.Retreat-contents ul li.right_fade{
	float: right;
}

.Retreat-contents ul li .Retreat-image{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
}
.Retreat-contents ul li .Retreat-image:hover{
	opacity: 0.75;
}

.Retreat-contents ul li .top-Onsen{
	background-image: url(../images/top-Onsen.webp);
}
.Retreat-contents ul li .top-Restaurant{
	background-image: url(../images/top-Restaurant.webp);
}
.Retreat-contents ul li .top-Rooms{
	background-image: url(../images/top-Rooms.webp);
}
.Retreat-contents ul li .top-Facilities{
	background-image: url(../images/top-Facilities.webp);
}
.Retreat-contents ul li .top-Daytrip{
	background-image: url(../images/top-Daytrip.webp);
}
.Retreat-contents ul li .top-Access{
	background-image: url(../images/top-Access.webp);
}
.Retreat-contents ul li .top-Sightseeing{
	background-image: url(../images/top-Sightseeing.webp);
}

.Retreat-textBox{
	padding: 2.5% 10% 10% 10%;
	background: transparent;
}

.Retreat-textBox h3{
	line-height: 2;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	font-size: clamp(18px, 3vw, 24px);
	border-bottom: 0.5px solid #ccc;
}
.Retreat-textBox .eg-h3{
	color: #bdb76b;
	line-height: 2;
	font-family: 'Libre Baskerville', serif;
	font-size: clamp(14px, 3vw, 18px);
}

.Retreat-leftBox h3{
	text-align: center;
}
.Retreat-leftBox .eg-h3{
	text-align: center;
}
.Retreat-rightBox h3{
	text-align: center;
}
.Retreat-rightBox .eg-h3{
	text-align: center;
}


@media screen and (max-width:1280px) {
	
.Retreat-contents ul li{
	width: 95%;
}
	
.Retreat-leftBox{
	padding: 2.5% 0 10% 20%;
}
.Retreat-rightBox{
	padding: 2.5% 20% 10% 0;
}

.Retreat-leftBox h3{
	text-align: right;
}
.Retreat-leftBox .eg-h3{
	text-align: right;
}
.Retreat-rightBox h3{
	text-align: left;
}
.Retreat-rightBox .eg-h3{
	text-align: left;
}
	
}

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

.Retreat-contents ul li .Retreat-image{
	height: 300px;
}
	
}

@media screen and (max-width:700px) {
	
.Retreat-contents ul li .Retreat-image{
	height: 250px;
}
	
}

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

.Retreat-contents ul li .Retreat-image{
	height: 200px;
}
	
}





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

没！！！▼ 202407

 -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


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

   Loop Slider (loop-slider.css へ記述)

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


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

   Gallery Slider (swiper.css へ記述)

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


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

   Visual-contents

--------------------------------------------------------------------------------------------- */
/*.visual-contents{
	width: 100%;
}*/


/* Image-box,visual-image（共通）
-----------------------------------------------------------*/

/*画像サイズ1600px x 800px*/
/*.image-box{
	width: 80%;
}

.right_visual{
	float: right;
}
.left_visual{
	float: left;
}

.visual-image{
	width: 100%;
	height: 700px;
}

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

.image-box{
	width: 90%;
}
	
}

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

.image-box{
	width: 95%;
}
	
.visual-image{
	height: 500px;
}
	
}

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

.image-box{
	width: 100%;
}
	
.visual-image{
	height: 400px;
}
	
}

@media screen and (max-width:500px) {
	
.visual-image{
	height: 350px;
}
	
}*/



/* Text-box (共通)
-----------------------------------------------------------*/
/*.text-box{
	width: 900px;
	background: #fff;
	padding: 35px 45px;
	opacity: 0.95;
}

.left-text{
	position: absolute;
	left: 0;
	bottom: 0;
}
.right-text{
	position: absolute;
	right: 0;
	bottom: 0;
}*/

/*変則*/
/*.text-box h2{
	font-size: clamp(20px, 2vw, 30px) !important; 
}

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

.text-box{
	width: 90%;
	padding: 25px 35px;
}
	
}
@media screen and (max-width:750px) {

.text-box{
	padding: 15px 25px;
}
	
}*/


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

   Onsen

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

/* Onsen visual
-----------------------------------------------------------*/
/*#onsen{
	position: relative;
}

#onsen .irre-eg-h2{
	position: absolute;
	top: 0;
	left: 0;
}

.onsen-visual{
	background-image: url(../images/onsen-top-visual.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}*/

/*H3 アイコン*/
/*.fa-spa{ 
	font-size: clamp(18px, 3vw, 20px);
	color: #c7b370;
}*/



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

   Restaurant

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

/* Restaurant visual
-----------------------------------------------------------*/
/*#restaurant{
	position: relative;
}

#restaurant .irre-eg-h2{
	position: absolute;
	top: 0;
	right: 0;
}

.restaurant-visual{
	background-image: url(../images/restaurant-top-visual.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}*/

/*H3 アイコン*/
/*.fa-concierge-bell{ 
	font-size: clamp(18px, 3vw, 20px);
	color: #c7b370;
}*/

/* Restaurant gallery,Facilities gallery 共通
-----------------------------------------------------------*/
/*.parent{
	width: 100%;
}

.parent li.child{
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
}
.parent li.child img{
	width: 100%;
	height: auto;
}

.parent li.pc-last-child{
	margin: 0 0 2% 0;
}

@media screen and (max-width:750px) {
	
.parent li.child{
	width: 48%;
	margin: 0 4% 4% 0;
}

.parent li.pc-last-child{
	margin: 0 4% 4% 0;
}
	
.parent li.sp-last-child{
	margin: 0 0 4% 0;
}
	
}*/



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

  Rooms

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

/* Room visual
-----------------------------------------------------------*/
/*#room{
	position: relative;
}

#room .irre-eg-h2{
	position: absolute;
	top: 0;
	left: 0;
}

.room-visual{
	background-image: url(../images/room-top-visual.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}*/

/*H3 アイコン*/
/*.fa-store-alt{ 
	font-size: clamp(18px, 3vw, 20px);
	color: #c7b370;
}*/



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

  Facilities

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

/* Facilities visual
-----------------------------------------------------------*/
/*#facilities{
	position: relative;
}

#facilities .irre-eg-h2{
	position: absolute;
	top: 0;
	right: 0;
}

.facilities-visual{
	background-image: url(../images/facilities-top-visual.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}*/

 /*H3 アイコン*/
/*.fa-glass-martini-alt{
	font-size: clamp(18px, 3vw, 20px);
	color: #c7b370;
}*/

/* Facilities gallery, Restaurant gallery共通
-----------------------------------------------------------*/
/*.parent{
	width: 100%;
}

.parent li.child{
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
}
.parent li.child img{
	width: 100%;
	height: auto;
}

.parent li.pc-last-child{
	margin: 0 0 2% 0;
}

@media screen and (max-width:700px) {
	
.parent li.child{
	width: 49%;
}

.parent li.pc-last-child{
	margin: 0 2% 2% 0 !important;
}
	
.parent li.sp-last-child{
	margin: 0 0 2% 0 !important;
}
	
}*/

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

没！！！▲ 202407

 -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------






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

  Topics

--------------------------------------------------------------------------------------------- */
.topics-wrap{
	width: 100%;
	padding: 75px 0;
	background: url(../images/triangle-mosaic.webp) repeat 0 0;
}


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

  Youtube

--------------------------------------------------------------------------------------------- */
.youtube-wrap{
	width: 100%;
	padding: 75px 0 150px 0;
}

.youtube{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin: 35px 0 25px 0;
}

.official-video{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}




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

  #reserved_past　以前の予約サイトで予約された方用

--------------------------------------------------------------------------------------------- */
#reserved_past {
	width: min(90%, 780px);
	margin: 20px auto;
	background: #f0f0f0;
	text-align: center;
}

#reserved_past a {
	text-align: center;
	color: #000;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	font-size: clamp(14px, 3vw, 18px);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}




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

  スライドショー

--------------------------------------------------------------------------------------------- */
.splide__slide img {
	height: auto;
	width: 100%;
}
#slider1 .splide__arrow {
	display: none;
}
#slider2 {
	margin: 50px 0;
}
#slider2 .splide__pagination {
	display: none !important;
}
@media screen and (min-width:750px) {
	#slider2 .splide__arrow--next {
	  margin-right: 20px;
  }
}


