@charset "UTF-8";


.page_title {
	display: flex;
	max-width: 1620px;
	margin: 0 auto;
	padding-left: clamp(0rem, -5.417rem + 11.28vw, 8.125rem);
	border-bottom: 2px solid #2b1e1d;
	flex-direction: column-reverse;
}

.page_title-main {
	color: #df4f4d;
	font-weight: 500;
	font-size: clamp(0.938rem, 0.835rem + 0.21vw, 1.063rem);
	letter-spacing: 0.1em;
}

.page_title-sub {
	font-weight: bold;
	font-size: clamp(1.875rem, 0.698rem + 2.45vw, 3.313rem);
	letter-spacing: 0.1em;
}

.page_lead-text {
	max-width: 1620px;
	width: 95%;
	margin: 0 auto;
	padding-left: clamp(0rem, -5.417rem + 11.28vw, 8.125rem);
	font-size: clamp(0.875rem, 0.658rem + 0.45vw, 1.063rem);
	line-height: clamp(1.688rem, 1.181rem + 1.05vw, 2.125rem);
}

.icon-square {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../images/menu/square.webp);
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (min-width: 768px) {
	.page_title {
		width: 95%;
		margin-bottom: 45px;
		padding-bottom: 20px;
	}
	.menu_main-contents {
		margin-bottom: 90px;
	}
}

@media screen and (max-width: 767px) {
	.page_title {
		width: calc(100% - 40px);
		margin-bottom: 16px;
		padding-bottom: 10px;
	}
	.page_lead-text {
		width: calc(100% - 40px);
		margin-bottom: 16px;
		font-size: clamp(0.875rem, 0.639rem + 0.49vw, 1rem);
	}
	.menu_main-contents {
		margin-bottom: 80px;
	}
}


.lunch_main-contents {
	display: flex;
	flex-direction: column;
}

/*******************************************************************************
	ナカフードのお弁当メニュー
*******************************************************************************/
.menu_visual-container {
	display: flex;
	position: relative;
	width: 100%;
	margin-bottom: 135px;
}
.menu_visual-container::before {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: calc(100% - clamp(3.125rem, 0.625rem + 5.21vw, 6.875rem));
	background-color: #b97745;
	content: "";
}
.menu_visual-inner {
	display: flex;
	max-width: 1170px;
	margin: 0 auto;
	column-gap: 20px;
	justify-content: space-between;
	align-items: center;

	row-gap: 15px;
}
.menu_visual-content {
	display: flex;
	width: 100%;
	color: #ffffff;
	flex-direction: column;
}
.menu_visual-title {
	display: flex;
	font-weight: bold;
	font-size: clamp(1.25rem, 0.216rem + 2.16vw, 1.875rem);
	vertical-align: middle;
	column-gap: 3px;
	align-items: center;
}
.menu_visual-title i {
	color: #4d9a71;
	font-size: 18px;
}
.menu_visual-text {
	font-size: clamp(0.875rem, 0.668rem + 0.43vw, 1rem);
	line-height: clamp(1.563rem, 1.045rem + 1.08vw, 1.875rem);
}
.menu_visual-text strong {
	display: block;
	font-size: clamp(1.125rem, 0.711rem + 0.86vw, 1.375rem);
	line-height: clamp(1.75rem, 0.716rem + 2.16vw, 2.375rem);
}
.menu_visual-img {
	display: flex;
	position: relative;
	max-width: 630px;
	width: 100%;
	flex-direction: column;

	aspect-ratio: 63/58;
}
.menu_visual-img img {
	max-width: 330px;
	width: 57%;
	height: auto;
}
.menu_visual-img img:nth-last-of-type(1) {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;

/*margin-top: calc(0px - clamp(5.625rem, -15.582rem + 44.18vw, 18.438rem));*/
	margin-left: auto;
}
.cost_row {
	display: flex;
	width: fit-content;
	margin: 0 auto 70px;
	align-items: center;

	gap: 30px;
}
.cost_row-label {
	padding: 8px 20px;
	border: 2px solid #2b1e1d;
	font-weight: bold;
	font-size: clamp(1.25rem, -0.169rem + 2.96vw, 2rem);
}
.cost-row__text {
	font-size: clamp(1rem, 0.875rem + 0.26vw, 1.188rem);
}

@media screen and (min-width: 768px) {
	.menu_visual-container {
		margin-bottom: 64px;
	}
	.menu_visual-container::before {
		top: 50%;
		transform: translateY(-50%);
		height: calc(100% - clamp(3.125rem, 0.625rem + 5.21vw, 6.875rem));
	}
	.menu_visual-inner {
		width: 95%;
	}
	.menu_visual-content {
		max-width: 450px;
	}
	.menu_visual-title {
		margin-bottom: 25px;
	}
	.menu_visual-text strong {
		margin-bottom: 10px;
	}
	.menu_visual-img {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.menu_visual-container {
		margin-bottom: 36px;
		padding-top: 20px;
	}
	.menu_visual-container::before {
		top: 0;
		height: calc(100% - 25px);
	}
	.menu_visual-inner {
		width: calc(100% - 40px);
		flex-direction: column;
		align-items: center;
	}
	.menu_visual-title {
		margin-bottom: 15px;
	}
	.menu_visual-text strong {
		margin-bottom: 5px;
	}
	.menu_visual-img {
		width: 85%;
		margin-left: auto;
	}
	.menu_visual-text {
		text-align: justify;
	}
	@media screen and (min-width: 431px) {
		.menu_visual-text br {
			display: none;
		}
	}
	.cost_row {
		margin-bottom: 36px;
		flex-direction: column;

		gap: 10px;
	}
	.cost-row__text {
		width: calc(100% - 40px);
		font-size: clamp(0.875rem, 0.52rem + 0.74vw, 1.063rem);
	}
}

/*******************************************************************************
	ナカフードのお弁当メニュー
*******************************************************************************/
.menu_list-container {
	display: block;
	position: relative;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}
.menu_list-container::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 2480px;
	width: 2480px;
	background-image: url(../images/menu/menu_list-bg.webp);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 100%;
	opacity: 0.1;
	content: "";

	aspect-ratio: 124/29;
}


.menu_list {
	display: flex;
	position: relative;
	overflow: hidden;
	max-width: 1360px;
	margin: 0 auto;
	padding-top: 85px;
	flex-direction: column;
}

.menu_list::before {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1360px;
	width: 1360px;
	height: 15px;
	background-image: url(../images/menu/menu_item-line.webp);
	background-repeat: repeat-x;
	background-position: center;
	background-size: 1360px 15px;
	content: "";
}

.menu_item {
	display: flex;
	position: relative;
	max-width: 1115px;
	width: 100%;
	margin: 0 auto;
	column-gap: 20px;
	justify-content: space-between;
	align-items: center;
}
.menu_item:not(:nth-last-of-type(1))::after {
	display: block;
	position: absolute;
	top: calc(100% + 100px);
	left: 50%;
	transform: translateX(-50%);
	max-width: 1360px;
	width: 1360px;
	height: 15px;
	background-image: url(../images/menu/menu_item-line.webp);
	background-repeat: repeat-x;
	background-position: center;
	background-size: 1360px 15px;
	content: "";
}
.menu_detail {
	width: 100%;
}
.menu_title {
	display: flex;
	position: relative;
	max-width: clamp(11.875rem, 7.146rem + 9.85vw, 14.375rem);
	padding: clamp(0.656rem, 0.479rem + 0.37vw, 0.75rem) 0;
	background-color: #2b1e1d;
	color: #ffffff;
	font-size: clamp(1.25rem, -0.169rem + 2.96vw, 2rem);
	justify-content: center;
	align-items: center;
}
.menu_title::before {
	position: absolute;
	top: 3px;
	left: 11.6px;
	transform: translate(0, -50%);
	width: 22px;
	height: 22px;
	background-image: url(../images/menu/square.webp);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
}

.menu_title img {
	position: absolute;
	bottom: 50%;
	left: calc(100% - 26.0802%);
	max-width: clamp(5.625rem, 2.078rem + 7.39vw, 7.5rem);
	width: 100%;
}
.menu_price {
	display: block;
	margin-bottom: 10px;
	font-size: clamp(0.938rem, 0.346rem + 1.23vw, 1.25rem);
}
.menu_price b {
	font-size: clamp(1.063rem, -0.002rem + 2.22vw, 1.625rem);
}
.menu_price span {
	font-size: clamp(0.875rem, 0.52rem + 0.74vw, 1.063rem);
}
.menu_detail p {
	width: 100%;
	margin-bottom: 15px;
	font-size: clamp(0.875rem, 0.52rem + 0.74vw, 1.063rem);
	line-height: clamp(1.563rem, 0.735rem + 1.72vw, 2rem);
}
.menu_material-container {
	display: flex;
	max-width: 445px;
	width: 100%;
	padding: 15px 10px 20px clamp(0.938rem, -0.836rem + 3.69vw, 1.875rem);
	background-color: #f5f1ed;
	flex-direction: column;

	row-gap: 5px;
}
.menu_material-title {
	font-weight: bold;
	font-size: clamp(1rem, 0.645rem + 0.74vw, 1.188rem);
}
.menu_material-list {
	display: flex;
	font-size: clamp(0.875rem, 0.757rem + 0.25vw, 0.938rem);

/*align-items: stretch;*/   /* 高さをそろえる */
	column-gap: clamp(0.625rem, -0.557rem + 2.46vw, 1.25rem);              /* 要素間のすき間 */
	flex-wrap: wrap;
	justify-content: space-between;
}
.menu_material-list li {
	display: inline-flex;
	line-height: clamp(1.625rem, 1.034rem + 1.23vw, 1.938rem);      /* 幅を揃えて調整（30%など） */
	white-space: nowrap;
	flex: 1 1 30%;
}
.menu_material-list li:not(:nth-last-of-type(1))::before {
	content: "･";
}

.menu_slide {
	max-width: 525px;
	width: 100%;
	margin: 0 !important;
}
.menu_slide img {
	width: 100%;
	height: auto;
}
.menu_arrow {
	display: flex;
	position: relative;
	color: #4d9a71 !important;
	font-size: clamp(2.5rem, 0.727rem + 3.69vw, 3.438rem);
	justify-content: center;
	align-items: center;
	transition: all 0.3s;

	aspect-ratio: 1/1;
}
.menu_arrow:hover {
	color: #f23f46 !important;
}
.menu_arrow::before {
	display: block;
	position: absolute;
	z-index: -1;
	width: calc(100% - 10px);
	border-radius: 100%;
	background-color: #ffffff;
	content: "";

	aspect-ratio: 1/1;
}
.swiper-button-prev {
	left: clamp(0.625rem, 0.034rem + 1.23vw, 0.938rem) !important;
	transform: rotateZ(180deg);
	transform-origin: center;
}
.swiper-button-next {
	right: clamp(0.625rem, 0.034rem + 1.23vw, 0.938rem) !important;
}
.menu_arrow svg {
	display: none;
}
.menu_caution-text {
	display: block;
	width: 95%;
	margin: 0 auto;
	font-size: clamp(0.875rem, 0.639rem + 0.49vw, 1rem);
	text-align: center;
}

.menu_order-container {
	position: relative;

/* z-index: -2; */
	overflow: hidden;
	padding-top: 99px;
	padding-bottom: 99px;
	background-color: #efefef;
}
.menu_order-container-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	transform: translate(-50%, -50%);
}
.menu_order-container-inner {
	display: flex;
	z-index: 1;
	max-width: 785px;
	margin: 0 auto;
	flex-direction: column;
}
.menu_order-bg-decor {
	position: absolute;
	z-index: -1;
	transform: translate(-50%, -50%);
	opacity: 0.25;
}
.bg-decor-pos-01 {
	top: 148px;
	left: -720px;
	width: 553px;
	height: 553px;
}
.bg-decor-pos-02 {
	top: -184px;
	left: -360px;
	width: 250px;
	height: 250px;
}
.bg-decor-pos-03 {
	top: 148px;
	left: -164px;
	width: 154px;
	height: 154px;
}
.bg-decor-pos-04 {
	top: -92px;
	left: 232px;
	width: 224px;
	height: 224px;
}
.bg-decor-pos-05 {
	top: 184px;
	left: 584px;
	z-index: 1;
	width: 286px;
	height: 286px;
	opacity: 1;
}
.bg-decor-pos-06 {
	top: -92px;
	left: 768px;
	width: 528px;
	height: 528px;
}



.menu_order-container p {
	font-weight: bold;
	font-size: clamp(0.938rem, 0.583rem + 0.74vw, 1.125rem);
	line-height: clamp(1.813rem, 0.985rem + 1.72vw, 2.25rem);
	text-align: center;
}
.menu_order-container p span {
	display: inline-flex;
	position: relative;
	justify-content: flex-start;
}
.menu_order-container p span::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-image: url(../images/menu/menu_order-line.webp);
	background-repeat: repeat-x;
	background-position: left center;
	background-size: 48px 4px;
	content: "";
}
.menu_order-img , .menu_order-img img {
	width: 100%;
	height: auto;
}
.menu_order-img a {
	display: block;
	opacity: 0.99;
	transition: all 0.3s;
}
.menu_order-img a:hover {
	opacity: 0.85;
}
@media screen and (min-width: 768px) {
	.menu_list-container {
		margin-bottom: 100px;
	}
	.menu_list {
		width: 95%;

		row-gap: 140px;
	}
	.menu_title {
		margin-bottom: 15px;
	}
	.menu_item:nth-of-type(even) {
		flex-direction: row-reverse;
	}
	.menu_item:not(:nth-last-of-type(1))::after {
		top: calc(100% + 62px);
	}
	.menu_detail {
		max-width: 550px;
	}
	.menu_caution-text {
		width: 95%;
	}

	.menu_order-container-inner {
		width: 95%;

		row-gap: 25px;
	}
	.menu_order-container p {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.menu_list-container {
		margin-bottom: 45px;
	}
	.menu_list {
		width: calc(100% - 40px);
		margin-bottom: 30px;
		padding-top: 56px;

		row-gap: 110px;
	}
	.menu_title {
		margin-bottom: 10px;
	}
	.menu_item {
		flex-direction: column;

		row-gap: 20px;
	}
	.menu_item:not(:nth-last-of-type(1))::after {
		top: calc(100% + 47.5px);
	}
	.menu_detail p br {
		display: none;
	}
	.menu_caution-text {
		text-align: justify;
	}
	@media screen and (max-width: 400px) {
		.menu_material-list {
			justify-self: flex-start;
		}
		.menu_material-list li {
			flex: none;
		}
		.menu_caution-text {
			width: calc(100% - 40px);
			text-align: justify;
		}
	}
	.menu_order-container {
		padding-top: 56px;
		padding-bottom: 56px;
	}
	.menu_order-container-inner {
		width: calc(100% - 40px);

		row-gap: 20px;
	}
	.menu_order-container p {
		text-align: justify;
	}
	.menu_order-container p br {
		display: none;
	}
}

