<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	box-sizing: border-box;
}

img {
	width: 100%;
	height: auto;
}

.p4 {
	padding: 0 4%;
}

#sec1 {
	margin-top: 20%;
}
#sec1 .bg_parallax{
	height: 75vw;
	min-height: 50px;
	padding-top: 0;
	position: relative;
	overflow: hidden;
}
#sec1 .img_parallax{
	
}
#sec1 h2 {
	margin: 8% 0 6%;
}

#sec2 {
	margin-top: 15%;
}

#sec2 h2 {
	margin: 7% 0;
}

#sec2 .img {
	margin-bottom: 6%;
}

#sec3 {
	background-image: url("../img/lunch/bg_paper.jpg");
	margin-top: 11%;
	padding-top: 13%;
}

#sec3 .note {
	text-align: center;
	margin-top: 2%;
}

#sec3 .img1 {
	margin: 6% 0 8%;
}

#sec3 .box {
	width: 92%;
	margin: 0 auto;
	border: 1px solid #362e2b;
}

#sec3 .toggle {
	padding-bottom: 20px;
	margin-bottom: 6%;
}

#sec3 .toggle .toggle-link {
	padding-bottom: 25px;
}
#sec3 .toggle .toggle-link:before{
	border-top: 13px solid #000;
}
#sec3 .toggle .toggle-link:after {
	content: '\f107';
	color: #362e2b;
	right: auto;
	left: 50%;
	transform: translateX(-50%);
	top: auto;
	bottom: 0;
	font-size: 30px;
}

#sec3 .toggle .toggle-main {
	padding: 10px 0;
}

#sec3 .toggle .toggle-main ul {
	text-align: center;
}

#sec3 .active .toggle-link:after {
	content: '\f106';
}

#sec3 .price {
	text-align: center;
	color: #362e2b;
	margin-top: 2%;
}

#sec3 .price span {
	font-size: 18px;
}

#sec3 ul, #sec3 .txt {
	color: #716658;
}

#sec3 .set2 {
	background: #e9e6df;
	padding: 13% 0 10%;
	margin-top: 10%;
}

#sec3 .set2 .img2 {
	margin-bottom: 8%;
}

#sec3 .set3 {
	background: #e9e6df;
	padding: 0% 0 13%;
}

#sec3 .set3 .img3 {
	margin-bottom: 6%;
}

#sec3 .set3 h5 {
	margin-bottom: 5%;
}

#sec3 .set4 {
	background: #e9e6df;
	padding: 0% 0 13%;
}

#sec3 .set4 .img4 {
	margin-bottom: 6%;
}

#sec3 .set4 ul {
	text-align: center;
	margin: 20px 0;
}

#sec4 {
	background-image: url("../img/lunch/bg_paper.jpg");
	padding: 13% 0;
}

#sec4 h2 {
	margin: 6% 0;
}

#sec4 .btn a {
	display: block;
	width: 70%;
	margin: 6% auto 0;
	color: #362e2b;
	font-size: 16px;
	border: 4px double #362e2b;
	text-align: left;
	vertical-align: middle;
	position: relative;
	letter-spacing: 0.15em;
	padding: 3% 4%;
}

#sec4 .btn a:after {
	content: "\e82b";
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	right: 4%;
	line-height: 0;
	font-family: 'fontello';
}

</pre></body></html>