@charset "utf-8";
/* CSS Document */
/*ファーストビュー=================*/
.fv{
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
}

.fv h2{
	font-size: clamp(28px,calc(64 / 1920 * 100vw),64px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}

.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){
.sns_icon{
	top: 76.2962962962963%;
	right: 80px;
	height: 130px;
	width: 30px;
}
}

main{
	width: 100%;
	position: relative;
	z-index: 1;
	margin-top: 100vh;
	background: url("../img/のいず.jpg");
}
/*food_about===========================*/
.food_about{
	position: relative;
}
.food_about_bg{
	height: 100vh;
}
.food_about_bg::after{
	content: "";
	background: rgba(255, 255, 255, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.food_about_text{
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 89.33333333333333%;
}
.food_about_text h2{
	font-size: 24px;
	color: #302E26;
	font-weight: 500;
	position: relative;
	padding-top: 40px;
}

.food_about_text h2::before{
	content: "月霞の料理について";
	font-size: 20px;
	color: #302E26;
	position: absolute;
	top:0;
	left: 0;
	z-index: 10;
}
.food_about_text p{
	font-family: "Noto Serif JP", serif;
	font-size: clamp(16px,calc(20/1920 * 100vw),20px);
	color: #302E26;
	padding-top: 40px;

}
.food_about_dis{
	display: flex;
	flex-flow: column;
}
.food_about_dis span{
	line-height: 1.5em;
}
.food_about_dis span:nth-child(4){
	display: block;
	padding-top: 10px;
}

@media screen and (min-width:960px){
	.food_about_text{
		width: 45.83333333333333%;
	}

	.food_about_text p{
		padding-top: 70px;
	}
}

/*menu===============================*/
.menu_wrap h2{
	color: #302E26;
	font-size: clamp(24px,calc(24 / 375 * 100vw),32px);
	position: relative;
}

.menu_wrap h2::after{
	content: "";
	width: 120px;
	height: 1px;
	background: #aaa;
	position: absolute;
	top: 50%;
	left: 120px;
}

.menu_concept{
	display: flex;
	flex-flow: column;
	color: #302E26;
	font-family: "Noto Serif JP", serif;
	margin-top: 30px;
	font-size: clamp(16px,calc(16 / 375 * 100vw),20px);
}

.menu{
	font-family: "Noto Serif JP", serif;
	color: #302E26;
}
.menu dt{
	font-size: 20px;
	margin-top: 30px;
}
.menu dd{
	font-size: 16px;
	margin-top: 10px;
}

.caution1{
	margin-top: 30px;
	font-size:clamp(12px, calc(12 /375 * 100vw),16px);
	color:#302E26; 
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.03em;
}
.caution2{
	margin-top: 15px;
	font-size:clamp(12px,calc(12 /375 * 100vw),16px);
	color:#302E26; 
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.03em;
}

.img_box{
	margin-top: 50px;
}

@media screen and (min-width:960px){
	.menu_wrap{
		width: 47.38139248305607%;
	}
	.menu dt{
		margin-top: 50px;
	}
	
	.menu dd{
		margin-top: 20px;
	}
	
	.caution1{
		margin-top: 50px;
		letter-spacing: 0.05em;
	}
	.img_box{
		margin-top: 0;
		width: 46.76524953789279%;

	}
}
.wagokoro_wrap, .kyouga_wrap, .saigetu_wrap{
	margin: 0 auto;
	margin-top: 150px;
	width: 89.33333333333333%;
}
/*wagokoro=============================*/
.wagokoro_img1{
	width: 100%;
	height: 100%;
	aspect-ratio:335 / 373;
}
.wagokoro_img2{
	width: 100%;
	height: 100%;
	aspect-ratio:335 / 151;
	margin-top: 30px;
}

@media screen and (min-width:960px){
	
	.wagokoro_wrap{
		width: 84.53125%;
		display: flex;
		justify-content: space-between;
		flex-flow: row-reverse;
		margin-top: 15.625vw;
	}
	
	.wagokoro_img1{
		width: 100%;
		height: auto;
		aspect-ratio:759 / 845;
}
	.wagokoro_img2{
		width: 100%;
		height: auto;
		aspect-ratio:759 / 342;
		margin-top: 200px;
	}
}

/*saigetu_img==============================*/
.saigetu_img1{
	width: 100%;
	height: 100%;
	aspect-ratio:335 / 151;
	margin-top: 100px;
}
.saigetu_img2{
	width: 100%;
	height: 100%;
	aspect-ratio:335 / 373;
	margin-top: 50px;
}

@media screen and (min-width:960px){
	
	.saigetu_wrap{
		width: 84.53125%;
		display: flex;
		justify-content: space-between;
		margin-top: 18.22916666666667vw;
	}
	
	.saigetu_img1{
		width: 100%;
		height: auto;
		aspect-ratio:759 / 312;
		margin-top: 0;
}
	.saigetu_img2{
		width: 100%;
		height: auto;
		aspect-ratio:759 / 879;
		margin-top: 200px;
	}
}
/*kyouga_img==============================*/
.kyouga_wrap{
	padding-bottom: 150px;
}

.kyouga_img1{
	width: 100%;
	height: 100%;
	aspect-ratio:335 / 373;
	margin-top: 100px;
}

.kyouga_imgbottom_box{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.kyouga_img2{
	width: 46.26865671641791%;
	height: 100%;
	aspect-ratio:155 / 155;
}
.kyouga_img3{
	width: 46.26865671641791%;
	height: 100%;
	aspect-ratio:155 / 155;
}

@media screen and (min-width:960px){
	
	.kyouga_wrap{
		width: 84.53125%;
		display: flex;
		justify-content: space-between;
		flex-flow: row-reverse;
		margin-top: 18.22916666666667vw;
		padding-bottom: 15.625vw;
	}
	
	.kyouga_img1{
		width: 100%;
		height: auto;
		aspect-ratio:759 / 845;
		margin-top: 0;
	}
	
	.kyouga_imgbottom_box{
		display: flex;
		justify-content: space-between;
		margin-top: 200px;
	}
	
	.kyouga_img2{
		width: 46.26865671641791%;
		height: auto;
		aspect-ratio:155 / 155;
	}
	
	.kyouga_img3{
	width: 46.26865671641791%;
	height: 100%;
	aspect-ratio:155 / 155;
}
}
/*dec=======================*/
.dec1{
	width: 83.2%;
	height: 100%;
	aspect-ratio:312 / 74;
	margin-left: auto;
	margin-top: 80px;
}

.dec2{
	margin-top: 80px;
}
.dec2_img1{
	width: 83.2%;
}
.dec2_img2{
	width: 94.66666666666667%;
	margin-top: 30px;
}

@media screen and (min-width:960px){
	
	.dec1{
		width: 68.64583333333333%;
		aspect-ratio:1318 / 200;
		margin-top:18.22916666666667vw;
	}

	.dec2{
		margin-top: 18.22916666666667vw;
	}
	
	.dec2_img1{
		width: 51.66666666666667%;
		aspect-ratio:992 / 95;
	}
	
	.dec2_img2{
		width: 66.04166666666667%;
		aspect-ratio:1268 / 168;
		margin-top: 100px;
	}
}