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

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

   Main-visual-wrap

--------------------------------------------------------------------------------------------- */
.Top-main-visual-wrap{
	width: 100%;
	height: 100vh; 
	position: relative;
	overflow: hidden;
	background: #fff;
}
.Top-main-visual-wrap .fade-slider {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.Top-main-visual-wrap .fade-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  object-fit: cover;
}
.Top-main-visual-wrap .fade-slide.active {
  opacity: 1;
}
.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;
}

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

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


.h1-text{/*--------------------------20241107--------------------------*/
	position: absolute;
	left: 5%;
	top: 12.5%;
	z-index: 10;
}
.h1-text span{
	color: #fff;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(18px, 3vw, 30px);
	filter:drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
}
/* EachTextAnime テキスト
------------------------------------------------------------*/
/*========= 1文字ずつ出現させるためのCSS ===============*/
.eachTextAnime span{
	opacity: 0;
}
.eachTextAnime.appeartext span{
	animation:text_anime_on 1s ease-out forwards;
}
@keyframes text_anime_on {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

.centerBox .main-logo{
	width: 500px; /*430px*/
	height: auto;
	margin:0 auto;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.centerBox .main-logo img{
	width: 100%;
	height: auto;
}

@media screen and (max-width:500px) {
	
.centerBox{
	top: 35%;
}

.centerBox .main-logo{
	width: 80%;
	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:384px) {/*20241107*/

.h1-text{
	top: 15%;
}
    
}

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

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




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

   Concept

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

#Concept .eg-h2{
	text-align: center;
}




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

   Cottage-contents 5コテージ紹介

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

.right95{
	float: right;
	width: 95%;
	margin-bottom: 75px;
}
.left95{
	float: left;
	width: 95%;
	margin-bottom: 75px;
}
.last{
	margin-bottom: 0 !important;
}

.right95,
.left95{
	animation: zoomin 2s ease-out forwards;
}
@keyframes zoomin {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}



.left_image{ /*left側の画像*/
	float: left;
}
.right-text-box{ /*right側の文字*/
	float: left;
}

.right_image{ /*right側の画像*/
	float: right;
}
.left-text-box{ /*left側の文字*/
	float: right;
}

.text-box{/*共通*/
	width: 40%;
	height: 650px;
	background: #f8f5f0;
	padding: 7.5%; 
}
.text-box h3{
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	font-size: clamp(18px, 3vw, 24px);
	margin-bottom: 25px;
	text-align: center;
}
.text-box .text-16{
	margin-bottom: 50px;
}

.box{ 
	width: 60%;
	height: 650px;
	overflow: hidden;
	position: relative;
}

.box-bg{
	width: 100%;
	height: 100vh;
    background-repeat: no-repeat;
    background-size: cover; /*100%*/
    background-position: center top;
    transition-property: background-position; /*パララックス*/
    transition-duration: .7s; /*パララックス*/
    transition-delay: .01s; /*パララックス*/
}

.introduction-logo{
	position: absolute;
	top: 0;
	left: 0;
}
.introduction-logo img{
	width: 200px;
	height: 300px;
}


@media screen and (max-width:1280px) {
	
.right95{
	width: 90%;
}
.left95{
	width: 90%;
}

.left_image{ /*left側の画像*/
	float: none;
}
.right-text-box{ /*right側の文字*/
	float: none;
	width: 100%;
}

.right_image{ /*right側の画像*/
	float: none;
}
.left-text-box{ /*left側の文字*/
	float: none;
	width: 100%;
}
	
.text-box{/*共通*/
	height: auto;
	padding: 10% 7.5%;
}
	
.box{
	width: 100%;
	height: 650px;
}
	
}

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

.box{ 
	height: 550px;
}
	
.box-bg{
    background-size: 115%; /*パララックス*/
}
	
}

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

.box{
	height: 450px;
}
	
}

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

.box{ 
	height: 400px;
}
	
	
}

@media screen and (max-width:700px) {
	
.right95{
	width: 100%;
}
.left95{
	width: 100%;
}
	
.box{ 
	height: 375px;
}
	
.introduction-logo img{
	width: 150px;
	height: 225px;
}

}

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

.box{ 
	height: 325px;
}
	
}

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

.box{ 
	height: 350px;
}
	
.box-bg{
    background-size: 125%; /*パララックス*/
}
	
.introduction-logo img{
	width: 135px;
	height: auto;
}
	
}

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

.box{ 
	height: 275px;
}
	
}

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

.box{ 
	height: 250px;
}
	
}

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

.box{ 
	height: 200px;
}
	
}

.Hanezu-top{
	background-image: url(../images/Hanezu-top.png);
}
.Byakuroku-top{
	background-image: url(../images/Byakuroku-top.png);
}
.Ruri-top{
	background-image: url(../images/Ruri-top.png);
}
.Futaai-top{
	background-image: url(../images/Futaai-top.png);
}
.Kohaku-top{
	background-image: url(../images/Kohaku-top.png);
}




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

   Retreat

--------------------------------------------------------------------------------------------- */
#Retreat{
	padding-bottom: 150px;
}

#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-Hospitality{
	background-image: url(../images/top-Hospitality.png);
}
.Retreat-contents ul li .top-Meal{
	background-image: url(../images/top-Meal.png);
}
.Retreat-contents ul li .top-Sightseeing{
	background-image: url(../images/top-Sightseeing.png);
}
.Retreat-contents ul li .top-Access{
	background-image: url(../images/top-Access.png);
}

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

.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{
	padding-bottom: 100px;
}

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

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

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

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

   Youtube

--------------------------------------------------------------------------------------------- */
.youtube-wrap{
	width: 90%;
	margin: 0 auto;
	padding-top: 100px;
}

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

.official-video{
	width: 700px;
	max-width: 100%;
}

#Retreat h3{
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(20px, 3vw, 30px);
	font-weight: normal;
	line-height: 2;
	text-align: center;
}

#Retreat .eg-h3{
	font-family: 'Libre Baskerville', serif;
	font-size: clamp(18px, 3vw, 24px);
	color: #bdb76b;
	line-height: 1.5;
	margin-bottom: 50px;
	text-align: center;
}

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

#Retreat .eg-h3{
	margin-bottom: 35px;
}
	
}





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

   ページ内リンクボタン read more

--------------------------------------------------------------------------------------------- */
.custom-btn {
  background: #fff;
  outline: none !important;
  cursor: pointer;
  transition: all 0.6s ease;
  position: relative;
  display: inline-block;
}
.btn-Gray{
	background: #f8f5f0;
}

.btn-3 {
  width: 100%;
  height: auto;
  border: none;
}

.btn-3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-family: 'Libre Baskerville', serif;
	line-height: 3;
}

.btn-3:before,
.btn-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #999;
  transition: all 0.6s ease;
}

.btn-3:before {
  height: 0%;
  width: 0.5px;
}
.btn-3:after {
  width: 0%;
  height: 0.5px;
}

.btn-3:hover:before {
  height: 100%;
}

.btn-3:hover:after {
  width: 100%;
}

.btn-3 span:before,
.btn-3 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #999;
  transition: all 0.6s ease;
}

.btn-3 span:before {
  width: 0.5px;
  height: 0%;
}
.btn-3 span:after {
  width: 0%;
  height: 0.5px;
}

.btn-3 span:hover:before {
  height: 100%;
}

.btn-3 span:hover:after {
  width: 100%;
}



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



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

.promotion-video {
	background: #fff;
	margin: 0 auto;
}

.promotion-video-inner {
	margin: 0 auto;
	width: min(100%, 1100px);
	padding: 0 10px;
	box-sizing: border-box;
}

.promotion-video video {
	margin: 0 auto;
	display: block;
	padding: 40px 0 10px;
	width: min(95%, 980px);
}

.promotion-video p {
	text-align: center;
	font-size: clamp(12px, 3vw, 16px);
	line-height: 2;
}