@charset "utf-8";
/* CSS Document */

/*ファーストビュー=================*/
.fv{
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
}


.title{
	width: 24.8%;
	position:absolute;
	top:38.40472673559823%;
	right: 17.06666666666667%;
	z-index: 10;
	display: flex;
	flex-direction: row-reverse;
}
@media screen and (min-width:960px){
	.title{
		top:20.37037037037037%;
	}
}
.title span{
	font-size: clamp(24px,calc(24/375 * 100vw),48px);
	font-family: "Noto Serif JP", serif;
	color: #eee;
	writing-mode: vertical-lr;
	letter-spacing: 0.2em;
	margin-left: 15px;
}

.title1{
	transition: 3s all;
}
.title2{
	margin-top: 50px;
	transition: 6s all;
}
.title3{
	margin-top: 100px;
	transition: 8s all;
}
.fadein_tittl1,.fadein_tittl2,.fadein_tittl3{
	opacity: 0;
	transform: scale(110%);
}
.is-visible_tittl{
	transform: scale(100%);
	opacity: 1;
}
@media screen and (min-width:960px){
	.title span{
	margin-left: 25px;
}
	.title2{
	margin-top: 110px;
}
.title3{
	margin-top: 210px;
}
}



/*メイン==================*/
main{
	padding-top: 85px;
	width: 100%;
	position: relative;
	z-index: 1;
	margin-top: 100vh;
	background: url("../img/のいず.jpg");
}
main h2{
	color: #76745E;
	font-size: clamp(24px,calc(24/375 * 100vw),48px);
	text-align: center;
}


main p{
	width: 79.46666666666667%;
	margin-left:13.333333%;
	margin-top: 40px;
	font-size: clamp(14px,4vw,16px);
	color: #302e26;
	position: relative;
	letter-spacing: 0.05em;
}

main p::before{
	content: "";
	width: 1px;
	height: 80px;
	background: #302E26;
	position: absolute;
	top: 10px;
	left:-7.8125%;
}
.main_button{
width: 176px;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  /*
   影の設定
   1つ目：Y方向の位置にマイナスに設定してテキスト本体の上に配置、ぼかしなし
   2つ目：位置はテキスト本体と同じ、ぼかしなし
  */
  
  display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px auto 0 auto;
	position: relative;
}

.button_text{
	text-shadow: 0 -1.5em 0 #302E26, 0 0 0 #302E26;
	overflow: hidden; /* 1つ目の影を隠す */
 	 color: transparent; /* テキスト本体は透明にする */
 	 transition: all 0.5s;
}

.button_text:hover{
	text-shadow: 0 0 0 #302E26, 0 1.5em 0 #302E26;
}

@media screen and (min-width:960px){
	main{
		padding-top: 350px;
	}
	main p{
		width: 92.17527386541471%;
		margin-left:0;
		margin-top: 60px;
		line-height: 2em;
		
	}
		main h2{
		text-align:left;
			font-weight: 500;
	}
	.main_button{
		margin: 60px 0 0 0;
	}
}
.arrow{
	display: block;
	width: 100%;
	height: 1px;
	background: #76745E;
	position: absolute;
	top: 26px;
	left: 0.8em;
}
.arrow::before{
	content: "";
	width: 35px;
	height: 1px;
	background: #76745E;
	position: absolute;
	top: -7px;
	right: -2px;
	transform: rotate(25deg);
}

.arrow::after{
	content: "";
	width: 25px;
	height: 1px;
	background: #76745E;
	position: absolute;
	top: -2px;
	right: 19px;
	transform: rotate(90deg);
}
/*concept====================*/

.concept_img{
	width: 87.73333333333333%;
	align-items: flex-start;
	margin: 60px auto 0 auto;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.concept_img1{
	width:60.790273556231%;
	height: 100%;
	aspect-ratio: 200/255;
	position: relative;
}

.concept_img2{
	width: 33.1306990881459%;
	height: 100%;
	aspect-ratio: 109/157;
	margin-top: 143px;
}

.concept_img1::before{
	content: "";
	width: 100%;
	display: block;
	aspect-ratio:216/195;
	background: #676237;
	position: absolute;
	top: 37%;
	right: 57px;
	z-index: 1;
	opacity: 0.5;
}

.concept_text p{
	display: flex;
	flex-flow: column;
}
@media screen and (min-width:960px){
	
	.concept{
		width: 72.39583333333333%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	
	.concept_text{
		width: 45.97122302158273%;
		margin-top: 11.71153846153846%;
	}
	
	.concept_img{
		width: 46.69064748201439%;
		margin: 0;
		align-items: flex-start;
	}
	
	.concept_img1{
		width:60.86286594761171%;
		aspect-ratio: 395/515;
		height: auto;
		}
	
	.concept_img2{
		width: 33.12788906009245%;
		aspect-ratio: 215/317;
		height: auto;
		margin-top: 47.60330578512397%;
	}
	
	.concept_text h2::after{
		content: "Concept";
		font-family: "Noto Serif JP", serif;
		font-size: 156px;
		color: #000;
		opacity: 0.05;
		position: absolute;
		top: -12.8125vw;
		left: -5vw;
	}
}


/*stay==================*/
.stay{
	margin-top: 120px;
}
.stay_img{
	width: 81.86666666666667%;
	height: auto;
	margin: 60px auto 0 auto;
	display: flex;
	justify-content: space-between;
}
.stay_img1{
	width:54.72312703583062%;
	height: 100%;
	aspect-ratio: 168/274;
	position: relative;
}
.stay_img1::before{
	content: "";
	width: 100%;
	display: block;
	aspect-ratio:188/173;
	background: #7C8A6B;
	position: absolute;
	top: 20.3525641025641%;
	left: 31.0880829015544%;
	z-index: 1;
	opacity: 0.5;
}
.stay_img2{
	width:31.92182410423453%;
	height: 100%;
	aspect-ratio: 98/152;
	position: relative;
	margin-top: 41px;
}

.stay_text p{
	display: flex;
	flex-flow: column;
}
@media screen and (min-width:960px){
	.stay{
		width: 75.05208333333333%;
		margin-top: 350px;
		margin-left: 8.33333333333333%;
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	
	.stay_text{
		width: 40.94378903539209%;
		margin-top: 120px;
	}
	.stay_img{
		width: 47.2588480222068%;
		margin: 0;
		align-items: flex-start;
	}

	.stay_img1{
		width: 56.68135095447871%;
		aspect-ratio: 386/624;
		height: auto;
	}
	.stay_img2{
		width: 32.8928046989721%;
		aspect-ratio: 224/344;
		height: auto;
		margin-top:15.38461538461538%; 
	}
	.stay_text h2::after{
		content: "Stay";
		font-family: "Noto Serif JP", serif;
		font-size: 156px;
		color: #000;
		opacity: 0.05;
		position: absolute;
		top: -12.8125vw;
		left: 12.625vw;
	}
}
/*onsen================*/
.onsen{
	margin-top: 120px;
}

.onsen_img{
	width: 80.13333333333333%;
	height: auto;
	margin-top: 60px ;
	margin-left: 6.66666666666667%;
	display: flex;
	justify-content: space-between;
}
.onsen_img1{
	width:43.66666666666667%;
	height: 100%;
	aspect-ratio: 131/247;
	position: relative;
}
.onsen_img1::before{
	content: "";
	width: 180%;
	display: block;
	aspect-ratio:255/176;
	background: #91BAB7;
	position: absolute;
	top: 38.91891891891892%;
	left: 64.66666666666667%;
	z-index: 1;
	opacity: 0.5;
}
.onsen_img2{
	width:44.66666666666667%;
	height: 100%;
	aspect-ratio: 134/247;
	position: relative;
}

@media screen and (min-width:960px){
	.onsen{
		width: 73.95833333333333%;
		margin-top: 400px ;
		margin-left: 13.80208333333333%;
		display: flex;
		justify-content: space-between;
	}
	
	.onsen_text{
		width: 46.71532846715328%;
		margin-top: 7.71153846153846%;
	}
	.onsen_img{
		width: 49.635036496350368%;
		margin-bottom: 150px;
		align-items: flex-start;
	}

	.onsen_img1{
		width: 44.11764705882353%;
		aspect-ratio: 300/555;
		height: auto;
	}
	.onsen_img2{
		width:  44.11764705882353%;
		aspect-ratio: 300/555;
		height: auto;
	}
	
	.onsen_text h2::after{
		content: "Onsen";
		font-family: "Noto Serif JP", serif;
		font-size: 156px;
		color: #000;
		opacity: 0.05;
		position: absolute;
		top: -11.8125vw;
		left: -5vw;
	}
}
/*food=======================*/
.food{
	margin-top: 150px;
	background: #222;
	padding-top: 60px;
	padding-bottom: 100px;
}

.food_text h2{
	color: #fff;
}
.food_text p{
	color: #fff;
	display: flex;
	flex-flow: column;
}

.food_text p::before{
	content: "";
	width: 1px;
	height: 80px;
	background: #ddd;
	opacity: 0.7;
	position: absolute;
	top: 10px;
	left:-7.8125%;
}
.food_text a{
	color: #fff;
}

.food_text .button_text{
	text-shadow: 0 -1.5em 0 #fff, 0 0 0 #fff;
	overflow: hidden; /* 1つ目の影を隠す */
 	 color: transparent; /* テキスト本体は透明にする */
 	 transition: all 0.5s;
}

.food_text .button_text:hover{
	text-shadow: 0 0 0 #fff, 0 1.5em 0 #fff;
}
.food_img{
	width:89.33333333333333%;
	margin: 70px auto 0 auto;
	overflow: hidden;
}

.food_img_pc{
	display: none;
}
@media screen and (min-width:960px){
	.food{
		margin-top: 300px;
		padding-top: 0;
		padding-bottom: 230px;
 }
	
	.food_text{
		width: 42.13541666666667%;
		margin-left: 25.52083333333333%;
	}
	
	.food_960box{
		display: flex;
		justify-content: space-between;
	}
	
	.food_960box h2{
		margin-top: 220px;
		position: relative;
	}
	
	.food_960box h2::after{
		content: "Food";
		font-family: "Noto Serif JP", serif;
		font-size: 156px;
		color: #fff;
		opacity: 0.08;
		position: absolute;
		top:0;
		left: -12vw;
	}
	.food_text a{
		margin-top:  60px;
		margin-left: 47.21878862793572%;
	}
	.food_text p{
	width: 71.81705809641533%;
	margin-top: 200px;
	}		
	.food_img{
		display: none;
	}
	.food_img_pc{
		display: flex;
	}

	.food_img_pc li{
		width: 25%;
	}
}
/*Instagram================*/
.instagram{
	padding: 200px 0;
}

.instagram h2{
	font-size:24px;
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	transform: translate(-10px);
}

.instagram h2 span{
	padding-left: 45px;
}

.instagram h2::before{
	content: "";
	background: url("../img/instagrum.svg");
	width: 30px;
	height: 30px;
	position: absolute;
}

.instagram_img{
	margin-top: 50px;
	padding: 0 7px;
	transition: all 0.7s;
}

.instagram_img:hover{
	opacity: 0.5;
}