@charset "utf-8";

/*===========================================================

===========================================================*/

.lunchImgBox01 {
	filter: drop-shadow(-20px 10px 0 var(--primary));
}

.lunchImgBox02 {
	filter: drop-shadow(20px 10px 0 var(--primary));
}

.lunchBlock {
	margin: 40px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.lunchBlock:first-child {
	margin: 0;
}

.lunchMenuTxtBx {
    width: 100%;
    max-width: max-content;
}

.lunchMenuTit {
	padding: 10px;
	width: 100%;
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 0.6472)), 30px);
    font-weight: 400;
    font-family: var(--font-family01);
	color: var(--white);
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
	background: var(--primary);
	border-radius: 8px;
}

.lunchMenuFlClm {
	margin: 40px 0 0;
}

.lunchMenuFlClm:first-child {
	margin: 0;
}

.lunchMenuPointText01 {
	text-decoration: underline;
}

.lunchMenuTxtBx p {
	text-decoration: underline;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {


/*===========================================================

===========================================================*/



} /* min-width: 414px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {


/*===========================================================

===========================================================*/



} /* min-width: 544px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {


/*===========================================================

===========================================================*/

.lunchBlock {
	margin: 60px 0 0;
	justify-content: space-between;
	flex-direction: row;
}

.lunchBlock:nth-of-type(even) {
	flex-direction: row-reverse;
}

} /* min-width: 768px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {


/*===========================================================

===========================================================*/

.lunchMenuFlClm {
	margin: 0;
}

} /* min-width: 1024px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {


/*===========================================================

===========================================================*/


} /* min-width: 1200px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {


/*===========================================================

===========================================================*/



} /* min-width: 1440px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1620px) {




} /* min-width: 1520px ここまで */

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