<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menuWrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.menuBlock:nth-of-type(2n-1) {
	width: 48%;
	margin: 0 2% 0 0;
}
.menuBlock:nth-of-type(2n) {
	width: 48%;
	margin: 0 0 0 2%;
}
@media only screen and (max-width:800px) {
	.menuWrap {
		display: block;
	}
	.menuBlock {
		width: 100% !important;
		margin: 20px 0 !important;
	}
}
.menuPhotoBlock {
	position: relative;
}
.menuPhotoBlock img {
	width: 100%;
}
.menuPhotoBlock p.menuName {
	position: absolute;
	margin: 0;
	color: #FFFFFF;
	padding: 15px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4em;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.50);
}
.menuPhotoBlock p.menuPrice {
	position: absolute;
	margin: 0;
	color: #FFFFFF;
	padding: 15px;
	font-size: 1.2rem;
	line-height: 1.4em;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.50);
}
.menuPhotoBlock p.menuPrice em {
	font-size: 2rem;
	font-style: italic;
	margin-right: 0.2em;
}
.post p.menuText {
	margin: 15px 0 40px 0;
}
</pre></body></html>