.head {
	margin-bottom: -3rem;
	z-index: -1;
}
.main {
	padding: 0.5rem;
	margin: 0.5rem;
	border-radius: 0.5rem;
	border: 1px solid orange;
	width: calc(100% - 1rem);
}
.set-title-box {
	display: flex;
	flex-direction: column;
	margin-top: 2rem;
}
.set-title-text {
	font-size: 1.7rem;
}
.set-title-en {
	font-size: 1.1rem;
	margin-top: 0.2rem;
}
.set-add {
	font-size: 0.9rem;
	margin-top: 1rem;
}
.set-menu-box {
	display: flex;
	margin-top: 0rem;
}
.menu-appetizer {
	display: flex;
	flex-wrap: wrap;
}
.menu-appetizer .set-menu-box {
	flex: 1 1 calc(50% - 2rem);
	flex-direction: column;
	margin: 1rem 0.5rem 0;
}
.menu-appetizer .set-menu-name {
	font-size: 1rem;
}
.menu-drink .set-menu-box {
	flex: 1 1 100%;
	flex-direction: row;
	margin-top: 0;
}
.menu-drink .set-menu-data-box {
	flex: 1 1 100%;
	flex-direction: row;
}
.menu-drink .set-menu-name {
	flex: 1 1 63%;
	font-size: 1rem;
	align-items: flex-end;
	margin-top: auto;
	margin-bottom: auto;
}
.menu-drink .set-menu-price {
	flex: 1 0 37%;
	align-items: flex-start;
	justify-content: flex-end;
	text-align: right;
	font-size: 0.9rem;
}
.set-menu-name .norice {
	font-size: 0.65em;
	letter-spacing: -1px;
}
.kakko.smaller {
	font-size: 0.8em;
}
.menu-drink .kakko.smaller {
	font-size: 0.8em;
}

.narrow.set-menu-box {
	flex: 1 1 calc(50% - 4rem);
	margin: 0 1rem;
	margin-top: 2rem;
}
.set-menu-image-box {
	flex: 1 1 43%;
}
.set-menu-image {
	width: 100%;
	height: auto;
	display: block;
}
.set-menu-data-box {
	flex: 1 1 57%;
	display: flex;
	flex-direction: column;
}
.menu-appetizer {
	text-align: center;
	margin-inline: -1rem;
}

.menu-appetizer .set-menu-data-box {
	padding-left: 0;
	margin-top: 0.2rem;
}
.wide .set-menu-data-box {
	text-align: center;
}
.set-menu-name {
	font-size: 1.7rem;
	margin-top: -0.13rem;
	line-height: 1.05;
	text-justify: inter-character;
}

.set-menu-name > .smaller {
	font-size: 1.1rem;
}
.set-menu-name.menu-side {
	font-size: 1.6rem;
}
.menu-appetizer .set-menu-name {
	margin-top: -0.2rem;
}
.set-menu-price {
	font-size: 1.2rem;
	margin-top: 0.5rem;
}
.set-menu-price.align-center {
}
.set-menu-price.mb {
	margin-bottom: 1.25rem;
}
.menu-appetizer .set-menu-price {
	font-size: 0.8rem;
	margin-top: 0;
}
.menu-appetizer .set-menu-text {
	margin-top: 0;
}
.set-menu-text {
	margin-top: 0.5rem;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 0.2rem;
	text-justify: inter-character;
}
.set-menu-text.text-wide {
	/* margin-inline: -2rem; */
}
.garlic,
.option-drink,
.dinner-set,
.soup-set {
	display: flex;
	justify-content: center;
	border-radius: 0.5rem;
	border: 2px dotted var(--kit-orange);
	padding: 0.5rem 0;
	margin-bottom: 1.5rem;
	font-size: 1.2rem;
	line-height: 1.6;
}
.garlic,
.dinner-set {
	margin-top: 1rem;
}
.garlic {
	font-size: 1.1rem;
	padding-inline: 1.5rem !important;
	justify-content: flex-start;
	width: 100%;
}
.garlic .inner {
	width: 100%;
}
.option-drink {
	flex-direction: column;
	align-items: center;
	font-size: 0.7rem;
	line-height: 1.3;
	margin-top: 1.5rem;
	margin-bottom: 0;
	width: 100%;
}
.option-drink-head {
	font-size: 0.9rem;
	width: 100%;
	text-align: center;
}
.option-drink-text {
	margin-top: 0.5rem;
	width: 100%;
	text-align: center;
}
.float-text {
	line-height: 1.4;
}
.menu-tanpin {
	margin-top: auto;
}
.soup-set {
	margin-top: 1rem;
	margin-bottom: 0;
	width: 100%;
	flex: 1 1 100%;
	flex-direction: column;
	justify-content: center;
}
.soup {
	display: flex;
	justify-content: center;
	margin-top: 0rem;
	font-size: 0.9rem;
	flex-direction: column;
	align-items: center;
}
.spacer {
	margin-bottom: 1rem;
}
.divider {
	/* border-top: 1px dotted var(--kit-grey); */
	border: transparent;
}
.drink-genre {
	border-top: 1px solid var(--kit-yellow);

	padding-top: 0.5rem;
	font-size: 1.1rem;

	width: 66.6%;
	margin: 1.5rem auto 0.6rem auto;
}
.drink-genre:first-child {
	border: 0;
}
.float {
	font-size: 0.7rem;
	padding: 0 1rem;
}
.close-button {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1.5rem;
	margin-bottom: 1.75rem;
	font-size: 1.1rem;
	width: 100%;
	transition-duration: 0.33s;
	transition-property: filter;
	filter: brightness(100%);
}
.close-button:hover {
	filter: brightness(110%);
}
.close-button-text {
	border-radius: 3rem;
	display: flex;
	justify-content: center;
	flex: 0 1 25%;
	width: 25%;
	padding: 0.5rem 0;
}
.footer {
	display: flex;
	justify-content: center;
	align-items: center;
}
.loin {
	display: flex;
	align-items: center;
	margin-top: 2rem;
	flex-direction: column;
	margin-bottom: 2rem;
}
.loin-add {
	font-size: 0.8rem;
	margin-top: 0;
}
.head-box {
	text-align: center;
	width: 100%;
	font-weight: 500;
	margin-bottom: 3rem;
}
.head-box.drink-head {
	margin-top: 3rem;
}
.set-head {
	color: var(--kit-orange);
	font-size: 1.3rem;
}
.set-head > .star {
	color: var(--kit-yellow);
}
.set-desc {
	color: var(--kit-brown);
	margin-top: 1rem;
	font-size: 1.1rem;
}
.set-menu-box {
	flex: 0 1 100%;
	margin-inline: auto;
}
.lunch-flexbox .divider.narrow,
.drink-divider {
	margin: 2rem 0 !important;
}
.lunch-flexbox .divider.narrow.bold,
.drink-divider {
	border-top-width: 4px !important;
}
.brsp {
	display: none;
}
@media screen and (max-width: 768px) {
	.main {
		padding: 0 1rem 2rem;
	}
	.garlic {
		font-size: 0.9rem;
		padding-inline: 0.75rem !important;
		margin-bottom: 0;
	}
	.set-menu-box {
		flex-direction: column;
	}
	.set-menu-data-box {
		padding-left: 0;
		margin-top: 1rem;
	}
	.head-box {
		margin-bottom: 0;
		/* margin-top: 2rem; */
	}
	.head-box.drink-head {
		margin-top: 0;
	}
	.set-menu-name.menu-side {
		font-size: 1.1rem;
		margin-top: 0.5rem;
	}
	.menu-drink .set-head {
		font-size: 1rem;
	}
	.menu-drink .set-menu-data-box {
		margin-top: 0.5rem;
	}
	.menu-drink .set-menu-name {
		flex: 1 1 50%;
		align-items: center;
		margin-block: 0;
	}
	.menu-drink .set-menu-price {
		flex: 1 1 50%;
		margin-top: 0;
	}
	.menu-drink .kakko.smaller {
		font-size: 0.8em;
		display: inline-block;
		margin-top: -0.25rem;
	}
	.set-menu-name {
		font-size: 1.4rem;
	}

	.set-menu-name > .smaller {
		font-size: 1rem;
	}
	.set-menu-price {
		font-size: 1.1rem;
		line-height: 1.2;
	}
	.set-menu-name {
		line-height: 1.2;
	}
	.set-menu-text {
		font-size: 0.9rem;
	}
	.menu-appetizer {
		margin-inline: -0.5rem;
	}
	.menu-appetizer .set-menu-text {
		line-height: 1.2;
	}
	.divider.narrow {
		width: 100%;
	}

	.wide.set-menu-box {
		margin-inline: 25% !important;
		width: 50%;
		margin-top: 0;
	}
	.set-menu-data-box {
		text-align: left;
	}
	.brsp {
		display: block;
	}
	.set-desc {
		margin-bottom: 1rem;
	}
	.set-head {
		margin-block: 0 2rem;
	}
	.menu-drink .set-head {
		margin-block: 1.5rem 0rem;
	}
}
@media screen and (min-width: 1024px) {
	.main {
		margin: 0.5rem auto;
		padding: 0 3rem 2rem;
		border-radius: 1rem;
	}
	.set-add {
		margin-top: 2rem;
		font-size: 1rem;
	}
	.soup-text {
		font-size: 1rem;
	}
	.lunch-flexbox {
		display: flex;
		flex-wrap: wrap;
		margin-top: 2rem;
	}

	.option {
		width: stretch;
	}
	.garlic {
		margin-bottom: 0;
	}
	.garlic,
	.soup,
	.drink,
	.option-drink,
	.dinner-set,
	.soup-set {
		border-radius: 2rem;
		padding: 0.75rem 0;
	}
	.option-drink {
		font-size: 0.8rem;
		line-height: 1.4;
	}
	.divider.narrow {
		width: calc(var(--pc-width) - 6rem);
		margin-block: 2rem;
	}
	.loin {
		width: 50%;
		flex: 1 1 50%;
		align-items: flex-start;
		justify-content: flex-start;
		text-align: left;
		padding-right: 3rem;
	}
	.loin .set-menu-name,
	.loin-add {
		text-align: left;
	}
	.set-menu-image-box {
		flex: 1 1 50%;
	}
	.lunch-flexbox .set-menu-data-box {
		padding-left: 1.75rem;
	}
	.set-menu-data-box {
		/* padding-left: 1.75rem;
		padding-right: 3rem; */
		flex: 1 1 50%;
	}
	.set-menu-name,
	.menu-appetizer .set-menu-name {
		font-size: 1.7rem;
		line-height: 1.2;
	}
	.set-menu-name.menu-side {
		font-size: 1.4rem;
		margin-top: 0.5rem;
	}

	.close-button-text {
		border-radius: 3rem;
		display: flex;
		justify-content: center;
		flex: 0 1 12%;
		width: 12%;
		padding: 0.5rem 0;
	}
	.menu-appetizer {
		display: flex;
		flex-wrap: wrap;
	}
	.menu-appetizer .set-menu-box {
		flex: 0 1 calc(33.3% - 2rem);
		margin: 0 1rem 0;
	}
	.menu-appetizer .set-menu-data-box {
		padding-right: 0;
	}
	.menu-appetizer.appe .set-menu-data-box {
		min-height: 81px;
	}
	.menu-appetizer .set-menu-price {
		font-size: 0.9rem;
		margin-bottom: 1rem;
	}
	.menu-appetizer .set-menu-text {
		font-size: 0.9rem;
	}
	.menu-appetizer.side .divider {
		margin-left: 0;
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.narrow.set-menu-box {
		flex: 0 1 calc(33.3% - 4rem);
		margin: 2rem 2rem 0;
		justify-content: center;
		transform: translateX(calc(50% + 2rem));
	}
	.lunch-flexbox.bento .wide {
		flex: 1 1 50% !important;
	}
	.menu-drink {
		display: flex;
		flex-direction: row;
		/* margin-top: 2rem; */
		flex-wrap: wrap;
		width: 100%;
	}
	.menu-drink .head-box {
		width: 100%;
		margin-bottom: 1rem;
	}
	/* .menu-dessert {
		width: 50%;
		margin-inline: 25%;
	} */
	.menu-dessert,
	.menu-noalc,
	.menu-alc,
	.menu-soft {
		width: 44%;
		flex: 0 1 44%;
		margin-inline: 28%;
	}
	.menu-drink .set-menu-name {
		font-size: 1.2rem;
	}
	.menu-drink .set-head {
		font-size: 1.2rem;
	}
	/* .menu-alc .set-menu-data-box {
		margin-left: 2.5rem;
		margin-right: 1rem;
	}
	.menu-soft .set-menu-data-box {
		margin-right: 2.5rem;
		margin-left: 1rem;
	} */
	.menu-alc .drink-genre {
		transform: translateX(-0.3rem);
		width: 74%;
	}
	.menu-soft .drink-genre {
		transform: translateX(-1.75rem);
	}
	.float {
		padding: 0 2rem;
	}
	.menu-dessert,
	.menu-noalc,
	.menu-alc,
	.menu-soft {
		padding-bottom: 2rem;
	}
}
