@charset "utf=8";

.hNavLinkLunch a {
	font-size: 2.6rem;
	border-bottom: 2px var(--primary) solid;
}

.hCvr {
	background: url(../../../../uploads/incover_lunch.jpg) no-repeat top center /cover;
}

/* ==========================================
ブロック
========================================== */

.wrapper01 {
	padding: 13rem 0 0;
}

.wrapper02 {
	padding: 13rem 0;
}

.inner {
	max-width: 165rem;
	width: 100%;
	margin: auto;
	padding: 0 1.5rem;
}

.frame01 {
	max-width: 177rem;
	width: 100%;
	padding: 13rem 1.5rem;
}

.area01 {
	max-width: 147rem;
	width: 100%;
	margin: auto;
	position: relative;
}

.area01:not(:first-child) {
	margin: 10rem auto 0;
}

.flex-box01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 8rem auto 0;
	position: relative;
}

.flex-box01-reverse {
	flex-direction: row-reverse;
}

.img-block01 {
	max-width: 76rem;
	width: 51.7%;
}

.img-box01 {
	max-width: 76rem;
	width: 100%;
	margin: auto;
	text-align: center;
}

.img-box02 {
	max-width: 38rem;
	width: 100%;
	margin: 10rem auto 0;
	text-align: center;
}

.img-box03 {
	max-width: 54rem;
	width: 100%;
	margin: 15rem auto 0;
	text-align: center;
}

.img-box03.sp{
	display: none;
}

.text-block01 {
	max-width: 61rem;
	width: 41.49%;
}

/* ==========================================
装飾
========================================== */

.area01-decoration01:before {
	content: "";
	display: block;
	background: url(../../../../uploads/lunch_decoration01.png) no-repeat center top / contain;
	max-width: 35rem;
	width: 23.8%;
	height: 75rem;
	position: absolute;
	top: 0;
	left: -15rem;
}

.area01-decoration02:before {
	content: "";
	display: block;
	background: url(../../../../uploads/lunch_decoration02.png) no-repeat center top / contain;
	max-width: 58.5rem;
	width: 39.79%;
	height: 75rem;
	position: absolute;
	top: -15rem;
	left: 0;
}

/* ==========================================
背景
========================================== */

.bg01 {
	background: url(../../../../uploads/bg02.jpg) repeat-y center top;
}

/* ==========================================
見出し
========================================== */

.title01 {
	font-size: 4.5rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.44em;
}

.title-decoration01 {
	display: inline-block;
	padding: 3rem 10rem;
	position: relative;
}

.title-decoration01:before,
.title-decoration01:after {
	content: "";
	display: block;
	width: 78.43%;
	border: solid 1px;
	position: absolute;
}

.title-decoration01:before {
	top: 0;
	left: 0;
}

.title-decoration01:after {
	bottom: 0;
	right: 0;
}

.lunch-read-br {
	display: none;
}

/* ==========================================
テキスト
========================================== */

.color-primary {
	color: var(--primary);
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.lead-text {
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 2.11em;
}

.text01 {
	letter-spacing: 0.05em;
	line-height: 2.11em;
}

.text01:not(:first-child) {
	margin: 4rem 0 0;
}

.text-strong01 strong {
	font-size: 1.44em;
	line-height: 1.44em;
	letter-spacing: 0.05em;
}

.text-strong02 strong {
	font-size: 1.22em;
	line-height: 1.45em;
}

.br-none br {
	display: none;
}

.inDnrMenuReadTxt {
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
}

/* ==========================================
お品書き一覧
========================================== */

.menu-frame {
	margin: 6rem auto 0;
	padding: 10rem 1.5rem;
}

.menu-frame-inner {
	max-width: 122rem;
	width: 100%;
	margin: 6rem auto 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8rem 10rem;
}

.menu-block:not(:first-child) {
	margin: 8rem 0 0;
}

.menu-title01 {
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.44em;
}

.menu-list {
	margin: 3rem 0 0;
}

.menu-list-item:not(:first-child) {
	margin: 2rem 0 0;
}

.menu-list-item {
	padding: 0 0 1rem;
	border-bottom: solid 1px #C4BEAF;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.menu-list-name-box {
	flex: 1;
}

.menu-list-name {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}

.menu-list-price-box {
	margin: 0 0 0 1.5rem;
	text-align: right;
}

.menu-list-tax {
	display: inline;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}

.menu-list-price {
	display: inline;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.45em;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1024px) {

	.hCvr {
		background: url(../../../../uploads/incover_lunch_sp.jpg) no-repeat top center /cover;
	}

	/* ==========================================
	ブロック
	========================================== */

	.wrapper01 {
		padding: 7rem 0 0;
	}

	.wrapper02 {
		padding: 7rem 0;
	}

	.frame01 {
		padding: 7rem 1.5rem;
	}

	.area01:not(:first-child) {
		margin: 5rem auto 0;
	}

	.flex-box01 {
		margin: 4rem auto 0;
	}

	.img-box02 {
		margin: 5rem auto 0;
	}

	.img-box03 {
		margin: 7rem auto 0;
	}

	/* ==========================================
	装飾
	========================================== */

	.area01-decoration01:before {
		left: -1.5rem;
	}

	.area01-decoration02:before {
		top: -7rem;
	}

	/* ==========================================
	見出し
	========================================== */

	.title01 {
		font-size: 3.6rem;
	}

	.title-decoration01 {
		padding: 1.5rem 5rem;
	}

	/* ==========================================
	テキスト
	========================================== */

	.text01:not(:first-child) {
		margin: 2rem 0 0;
	}

	.text-strong01 strong {
		font-size: 1.22em;
	}

	.text-strong02 strong {
		font-size: 1.11em;
	}

	/* ==========================================
	お品書き一覧
	========================================== */

	.menu-frame {
		margin: 3rem auto 0;
		padding: 5rem 1.5rem;
	}

	.menu-frame-inner {
		gap: 4rem 5rem;
	}

	.menu-block:not(:first-child) {
		margin: 4rem 0 0;
	}

	.menu-title01 {
		font-size: 2.2rem;
	}

	.menu-list {
		margin: 1.5rem 0 0;
	}

	.menu-list-item:not(:first-child) {
		margin: 1rem 0 0;
	}

	.menu-list-item {
		padding: 0 0 0.5rem;
	}


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=768px) {

	.hBxR::after {
		content: "昼のお品書き";
		position: absolute;
		z-index: 11;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		margin: auto;
		padding: 1rem 1.5rem;
		background: var(--cover-bg);
		font-size: 3rem;
		color: var(--white);
		line-height: 1.5em;
		text-wrap: nowrap;
	}

	.img-box02{
		width: 80%;
		margin: 2.5rem 0 0;
	}

	.img-box03.sp{
		display: block;
		margin: 2.5rem 0 0 auto;
		width: 80%;
	}

	.img-box03.pc{
		display: none;
	}

	/* ==========================================
	ブロック
	========================================== */

	.flex-box01 {
		display: block;
	}

	.img-block01 {
		width: 100%;
		margin: auto;
	}

	.text-block01 {
		max-width: 76rem;
		width: 100%;
		margin: 3rem auto 0;
	}

	/* ==========================================
	見出し
	========================================== */

	.title01 {
		font-size: 3rem;
	}

	/* ==========================================
	テキスト
	========================================== */

	.text-md-center {
		text-align: center;
	}

	.text-md-left {
		text-align: left;
	}

	.text-md-right {
		text-align: right;
	}

	.br-md-block br {
		display: block;
	}

	.br-md-none br {
		display: none;
	}

	/* ==========================================
	お品書き一覧
	========================================== */

	.menu-frame-inner {
		grid-template-columns: repeat(1, 1fr);
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=576px) {

	/* ==========================================
	見出し
	========================================== */

	.title01 {
		font-size: 2.5rem;
	}


	.lunch-read-br {
		display: block;
	}

	/* ==========================================
	お品書き一覧
	========================================== */

	.menu-title01 {
		font-size: 2rem;
	}

	.menu-list-name {
		font-size: 1.8rem;
	}

	.menu-list-tax {
		font-size: 1.6rem;
	}

	.menu-list-price {
		font-size: 1.8rem;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */