@charset "utf-8";

/*============================
MV
============================*/
.mv {
	background-image: url(../img/honohono/mv_pc.jpg);
}

/*============================
イントロ
============================*/
.intoroduction .intro_header {
	padding: 0.20rem 0 0.50rem;
	text-align: center;
}

.intoroduction .intro_header .header_title {
	font-family: 'Noto Serif JP', serif;
	font-size: 0.26rem;
	font-weight: 600;
	line-height: 1.75;
	color: #264526;
}
@media screen and (max-width: 640px) {
	.intoroduction .intro_header .header_title {
		font-size: 0.18rem;
	}
}


.intoroduction .intro_header .text {
	font-family: 'Noto Serif JP', serif;
	font-size: 0.17rem;
	padding: 0.10rem 0 0.30rem;
}
@media screen and (max-width: 640px) {
	.intoroduction .intro_header .text {
		font-family: 'Noto Serif JP', serif;
		font-size: 0.14rem;
		line-height: 2;
		padding: 0.13rem 0 0.33rem;
	}
}


.intoroduction .intro_header .kakomi {
	width: 100%;
	max-width: 8.80rem;
	margin: auto;
	background-color: #FFF;
	border: 2px solid #E08100;
	font-size: 0.18rem;
	font-weight: 700;
	color: #E08100;
	padding: 0.15rem 0;
	border-radius: 0.30rem;
}
@media screen and (max-width: 640px) {
	.intoroduction .intro_header .kakomi {
		font-size: 0.15rem;
		line-height: 1.4;
		padding: 0.1rem 0;
		border-radius: 0.5rem;
	}
}



.intoroduction .intro_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 10.80rem;
	margin: 0 auto 0.50rem;
	position: relative;
}

.intoroduction .intro_box:nth-child(odd) {
	flex-direction: row-reverse;
	margin-top: 1.00rem;
}

@media screen and (max-width: 640px) {
	.intoroduction .intro_box:nth-child(odd) {
		margin-top: 0.60rem;
	}
}

.intoroduction .intro_box::before {
	content: "";
	width: calc(100% + 3.50rem);
	height: calc(100%);
	min-height: calc(100% - 2.50rem);
	background-color: rgba(224, 129, 0, 0.1);
	position: absolute;
	right: -1.00rem;
	top: 0.50rem;
	z-index: 0;
	border-radius: 0.10rem;
}
@media screen and (max-width: 640px) {
	.intoroduction .intro_box::before {
		height: calc(100% - 0.3rem);
		border-radius: 0;
	}
}

.intoroduction .intro_box:nth-child(odd)::before  {
	right: auto;
	left: -1.00rem;
	background-color: rgba(226, 218, 184,0.4);
}

.intoroduction .intro_box .ph_wrap {
	width: 100%;
	max-width: 5.00rem;
	position: relative;
	margin-left: -0.60rem;
	z-index: 1;
}

.intoroduction .intro_box:nth-child(even) .ph_wrap {
	margin-left:0;
	margin-right: -0.60rem;
}

.intoroduction .intro_box .ph_wrap .ph_box {
	border-radius: 0.10rem;
	overflow: hidden;
}

.intoroduction .intro_box .textbox {
	width: 100%;
	max-width: 5.40rem;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	z-index: 1;
	padding-top: 0.50rem;
}
@media screen and (max-width: 640px) {
	.intoroduction .intro_box .textbox {
		padding-top: 0.30rem;
	}
}


.intoroduction .intro_box .textbox .menu_list {
	display: flex;
	justify-content: space-between;
	font-size: 0.23rem;
	font-weight: 600;
	color: #264526;
	padding-top: 0.50rem;
}
@media screen and (max-width: 640px) {
	.intoroduction .intro_box .textbox .menu_list {
		display: flex;
		font-size: 0.145rem;
		padding-top: 0;
		letter-spacing: 0;
	}
}

.intoroduction .intro_box .textbox .menu_list .price::after {
	content: "（税込）";
	font-size: 0.14rem;
}

@media screen and (max-width: 640px) {
	.intoroduction .intro_box .textbox .menu_list .price::after {
		font-size: 0.11rem;
	}
}

.intoroduction .intro_box .textbox .caption {
	font-size: 0.16rem;
	padding-top: 0.20rem;
}
@media screen and (max-width: 640px) {
	.intoroduction .intro_box .textbox .caption {
		font-size: 0.13rem;
		padding-top: 0.12rem;
		margin-bottom: 0.3rem;
		line-height: 1.65;
	}
}


/*============================
店舗情報
============================*/
.information .in::after {
	background-image: url(../img/honohono/info_illust_202506.png);
}