@charset "utf-8";
/* CSS Document */
p{
	text-align: justify;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	font-family: "Noto Serif JP", serif;
}

body{
	font-size: 16px;
	position: relative;
}


img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 10;
	
}


video{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

h1,h2,h3{
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.05em;
}

dt,dd{
	letter-spacing: 0.05em;
	line-height: 1.5em;
}
/*header-------------------------------*/
header{
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.header_logo{
	max-width:102px;
	margin-top: 50px;
	margin-left: 30px;
	position: fixed;
	z-index: 9000;
	transition: all 0.6s;
}

#form .white_logo, #access .white_logo{
	display: none;
}
#stay .black_logo , #index .black_logo , #spa .black_logo , #consept .black_logo , #food .black_logo{
	display: none;
}

@media screen and (min-width:960px){
.header_logo{
	max-width: 150px;
	margin-top: 30px;
	margin-left: 90px;
	}
	
	.header_logo:hover{
		opacity: 0.6;
	}
}

.nav_wrap{
	display: flex;
	flex-direction:column-reverse;
	align-items: flex-end;
	width: 30.4%;
	position: fixed;
	z-index: 9999;
	top:60px;
	right: 30px;
}

@media screen and (min-width:960px){
.nav_wrap{
	flex-direction:row;
	justify-content: space-between;
	align-items: flex-start;
	width: 320px;
	right: 80px;
	top:40px;
	}
}

.reservation{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 45px; 
	margin-top: 25px;
	background: #B2AA8D;
	height: 30px;
	font-size: 12px;
	font-family: "Noto Serif JP", serif;
	position: relative;
	transition: all 0.6s;
}
.reservation:hover{
	color: #B2AA8D;
	background: #fff;
}
@media screen and (min-width:960px){
	.reservation{
		padding: 10px 59px; 
		margin-top: 0;
		height: 40px;
		font-size: 16px;
	}
}

/*hamburger_menu============================*/
#hamburger_icon{
	width: 50px;
	height:40px;
	z-index: 9999;
	background-color: #B2AA8D;
	border-color: transparent;
	cursor:pointer;
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

#hamburger_icon span{
	width: 30px;
	height: 1px;
	background: #fff;
	display: block;
	transition: transform 0.5s;
}

#hamburger_icon span:nth-child(n+2){
	margin-top: 7px;
}
 
@media screen and (min-width:960px){
	#hamburger_icon{
		width: 80px;
		height:60px;
	}

	#hamburger_icon span{
		width: 50px;
	}
	
	#hamburger_icon span:nth-child(n+2){
		margin-top: 10px;
	}
}
.hamburger_nav{
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-out;
	position: fixed;
    top: 0;
    right: 0;
	width: 100%;
	height: 100vh;
	background: url("../img/header_bg.jpg");
	background-size: cover;
	background-position: center;
}

.nav_logo{
	max-width:102px;
	position: absolute;
	top: 50px;
	left: 30px;
	z-index: 15000;
	transition: all 0.6s;
}

@media screen and (min-width:960px){
	.nav_logo{
		max-width: 150px;
		top: 30px;
		left: 90px;
	}
	
	.nav_logo:hover{
		opacity: 0.6;
	}
}

.hamburger_wrap{
	width: 48.53%;
	margin: 0 auto;
	margin-top: 160px;
}

.hamburger_menu li{
	font-size: clamp(20px,calc(20 / 375 * 100vw),32px);
	font-family: "Noto Serif JP", serif;
	color: #fff;
	position: relative;
	padding-left: 25px;
}

.hamburger_menu li:nth-child(n+2){
	margin-top: 30px;
}

.hamburger_menu li::before{
	content: "";
	width: 15px;
	height: 1px;
	background: #ddd;
	position: absolute;
	top: 50%;
	left: 0;
}

.hamburger_access{
	margin-top: 50px;
}

.hamburger_access p{
	font-size: clamp(20px,calc(20 / 375 * 100vw),32px);
	font-family: "Noto Serif JP", serif;
	color: #fff;
}

.hamburger_access p:nth-child(2){
	margin-top: 15px;
}

.hamburger_access p span{
	display: inline-block;
	transform: rotate(-45deg);
}

.ham_reservation{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	font-size: clamp(16px,calc(16 / 375 * 100vw),24px);
	font-family: "Noto Serif JP", serif;
	color: #fff;
	background: #7C7850;
	padding: 14px 24px;
	transition: all 0.7s;
}

.hamburger_access p a{
	transition:  all 0.5s;
}
	
.hamburger_access p a:hover{
	opacity: 0.5;
}
	
.hamburger_menu li a{
		transition:  all 0.5s;
}
	
.hamburger_menu li a:hover{
		opacity: 0.5;
}

.ham_reservation:hover{
	color: #7C7850;
	background: #eee;
}

.sns_icon{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	height: 90px;
	width: 20px;
	position: absolute;
	top: 82.45877061469265%;
	right: 20px;
	z-index: 999;
}

.sns_icon li{
	transition: all 0.5s;
}

.sns_icon li:hover{
	opacity: 0.5;
}

@media screen and (min-width:960px){
	.hamburger_wrap{
		width: 45.72916666666667%;
		height: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.hamburger_menu li:nth-child(n+2){
		margin-top: 60px;
}
	
	.hamburger_menu li::before{
		width: 25px;
		left: -20px;
	}
	
	.hamburger_access p:nth-child(2){
		margin-top: 30px;
}
	
	.ham_reservation{
		margin-top: 50px;
		padding: 18px 56px;
}
	
	.sns_icon{
	top: 76.2962962962963%;
	right: 80px;
	height: 130px;
	width: 30px;
}
}
/*hamburger js=====================*/
.open{
	visibility: visible;
	opacity: 1;
}

#hamburger_icon.close span:nth-child(1){
	transform: translateY(4px) rotate(45deg);
}

#hamburger_icon.close span:nth-child(2){
	display: none;
}

#hamburger_icon.close span:nth-child(3){
	transform: translateY(-5px) rotate(-45deg);
}

@media screen and (min-width:960px){
	#hamburger_icon.close span:nth-child(1){
		transform: translateY(6px) rotate(45deg);
	}

	#hamburger_icon.close span:nth-child(2){
		display: none;
	}

	#hamburger_icon.close span:nth-child(3){
		transform: translateY(-6px) rotate(-45deg);
	}
}
/*scroll===============================*/
.scroll{
	color: #fff;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 87.10644677661169%;
	left: 48.64583333333333%;
	left: 44.2%;
	z-index: 9999;
}
@media screen and (min-width:960px){
.scroll{
	left: 48.64583333333333%;
}
}

.scroll_arrow{
	position: relative;
	font-size: 12px;
	font-family: "Noto Serif JP", serif;
}

.scroll_arrow::before{
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: 40px;
	left: 5px;
}
.scroll_arrow::after{
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 40px;
	right: 5px;
}

@keyframes scroll{
	0%{
		transform:translateY(0%); 
	}
	
	50%{
		transform:translateY(30%); 
	}
	
	100%{
		transform:translateY(0%); 
	}
}
.scroll{
	animation: scroll 2s infinite;
}
/*footer-------------------------------*/
footer{
	background:url(../img/フッター.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 50px;
	position: relative;
	z-index: 1;
}

.footer_logo{
	width: 28.13333333333333%;
	margin:  0 auto;
	transition:  all 0.5s;
}

.footer_logo:hover{
	opacity: 0.6;
}

.footer_access{
	width: 60%;
	margin: 0 auto;
	margin-top: 50px;
	font-size: 14px;
	color: #fff;
	font-family: "Noto Serif JP", serif;
}

.footer_access p:nth-child(n+2){
	margin-top: 15px;
}

.footer_nav{
	display: flex;
	justify-content: space-between;
	width: 60%;
	margin: 0 auto;
	margin-top: 60px;
}

.footer_nav a{
	color: #fff;
	font-size: 14px;
	font-family: "Noto Serif JP", serif;
	transition: all 0.5s;
}

.footer_nav a:hover{
	opacity: 0.5;
}

.footer_nav1 li:nth-child(n+2){
	margin-top: 15px;
}

.footer_nav2 li:nth-child(n+2){
	margin-top: 15px;
}

.footer_sns_icon{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	height:120px;
	width: 30px;
	position: absolute;
	top: 68.45877061469265%;
	right: 30px;
	z-index: 999;
}
.footer_sns_icon li{
	transition: all 0.5s;
}
.footer_sns_icon li:hover{
	opacity: 0.5;
}

.footer_access p a{
	color: #B2AA8D;
	transition:  all 0.5s;
}

.footer_access p a:hover{
	opacity: 0.5;
}

footer small{
	font-size:12px;
	font-family: "Noto Serif JP", serif;
	color:#fff;
	display: block;
	text-align: center;
}

.attention{
	font-size:14px;
	margin-top: 80px;
}

.copy{
	margin-top: 10px;
	padding-bottom: 15px;
}

@media screen and (min-width:960px){
      footer{
      	padding-top: 50px;
  }
	
	.footer_wrap{
		width: 64.32291666666667%;
		margin-left: 18.22916666666667%;
		display: flex;
		justify-content: space-between;
		margin-bottom: 50px;
	}
	
	.footer_left{
		width: 40.76041666666667%;
		display: flex;
		/*justify-content: space-between;*/
		align-items: flex-start;
	}
	
	.footer_logo{
		min-width: 150px;
		margin:  0;
		margin-top: 50px;
		margin-right: 80px;
		aspect-ratio: 173/130;
}
	
	.footer_access{
		margin: 0;
		margin-top: 60px;
	}
	
	.footer_rigth{
		width: 42.14445271779598%;
		display: flex;
	}
	
	.footer_sns_icon{
		top: 50%;
		right: 10.41666666666667%;
		transform: translateY(-50%);
}
}

.page_top{
	color: #969377;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 70px;
	width: 50px;
	height: auto;
	transition:  all 0.6s
}
.page_top:hover{
	transform: translateY(-10px);
}
.page_top_arrow{
	position: relative;
	font-family: "Noto Serif JP", serif;
}

.page_top_arrow::before{
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: #969377;
	transform: rotate(45deg);
	position: absolute;
	top: -25px;
	left: 8px;
}

.page_top_arrow::after{
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: #969377;
	transform: rotate(-45deg);
	position: absolute;
	top: -25px;
	right: 8px;
}

@media screen and (min-width:960px){
	.page_top{
	margin-top:100px;
}
}
/*js-------------------------------*/
.fadein{
	opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.5s ease-out, transform 0.8s ease-out;
}

.fadein.is-visible{
	opacity: 1;
  transform: translateY(0);
}

.fadein_time{
	opacity: 0;
	transition: opacity 0.5s ease-in;
}

.fadein_time.is-opcity{
	opacity: 1;
}

 .fadein_fv {
   	opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
    }
    .visible {
      opacity: 1;
  transform: translateY(0);
    }