<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*----------------------------------------------------------------------------
	Common
----------------------------------------------------------------------------*/

.contents .main-summary { padding-bottom: 0; }
.anchor li { margin-bottom: 0; }
.sub-title {
	color: rgba(111,62,20,1);
	font-size: 2.8rem;
	line-height: 1.3;
	text-align: left;
	margin-bottom: 40px;
}
.heading-txt { color: rgba(111,62,20,1); font-size: 2rem; margin-bottom: 20px; }
.catch { font-size: 1.6rem; line-height: 1.8; margin-bottom: 40px; }

#kids th { width: 30%; }

.service:not(:last-child) { margin-bottom: 80px; }

.menu { border-top: 1px solid rgba(234,228,208,1); padding-top: 20px; }
.menu:not(:last-child) { margin-bottom: 60px; }
.menu h4 { font-size: 1.8rem; margin-bottom: 10px; }
.menu .menulist { display: flex; margin-right: -10px; flex-wrap: wrap; }
.menu .menulist li { width: calc(100%/2 - 10px); margin-right: 10px; margin-bottom: 50px; }
.menu .menulist li:last-child { margin-bottom: 0; }
.menu .menulist li table { margin-top: 0; width: 100%; margin-left: 20px; }
.menu .menulist li table th { width: auto; flex: 1; }
.menu .menulist li table .price { margin: 0; padding: 10px 0; display: table-cell; }
.menu .menulist li table .price:after { display: none; }

.menu .menulist h5 {
	color: rgba(111,62,20,1);
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	margin: 10px 0 0 0;
}
.menu .menu-summary { font-size: 1.5rem; margin-top: 10px; padding-right: 20px; }
.menu .menulist .price {
	font-size: 1.5rem;
	color: rgba(111,62,20,1);
	margin-top: 20px;
	position: relative;
	display: inline-block;
	padding: 0 5px;
}
.menu .menulist .price:after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(234,228,208,1);
}

.menu table { width: 50%; margin-top: 40px; border: none; }
.menu th, .menu td { font-size: 1.5rem; }
.menu thead th, .menu thead td { font-size: 1.6rem; }
.menu table .name { width: 70%; }
.menu table .price { width: 30%; text-align: right; white-space: nowrap; }

.annotation { color: rgba(51,51,51,.7); margin-top: 20px; }

.tag {
	font-size: 1.3rem;
	margin-left: 20px;
	margin-bottom: 0;
	color: rgba(111,62,20,1);
}

.summary { font-size: 1.6rem; line-height: 1.7; }
.summary-box .summary:not(:last-child) { margin-bottom: 20px; }

.allergy-list { margin: 50px 0 30px; }
.allergy-table th {
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid rgba(234,228,208,1);
}
.allergy-table th, .allergy-table td { padding: 10px 20px; }


@media (max-width: 1024px) {
	.menu table { width: 100%; }
}
@media (max-width: 560px) {
	#kids th { letter-spacing: 0; width: 45%; }
	.menu:not(:last-child) { margin-bottom: 30px; }
	.menu:last-child { margin-bottom: 40px; }
	.menu .menulist { margin-right: 0; flex-direction: column; }
	.menu .menulist li { width: 100%; margin: 0 0 30px 0; }
	.menu .menulist li table { margin-left: 0; }
	.menu .menulist .price { margin-top: 10px; }
	.menu .menu-summary { font-size: 1.4rem; }
	.sub-title { letter-spacing: 0; margin-bottom: 20px; }
	.anchor { margin-bottom: 50px; }
	.allergy-list { margin-top: 30px; }
	.heading-txt { margin-bottom: 10px; }
}
</pre></body></html>