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

/*　カバー▼
---------------------------------------------------------　*/

#menu_cover {
	background-image: url(../menu/images/menu_cover_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 250px;
	text-indent: -9999px;
}

/*　カバー▲
---------------------------------------------------------　*/
#menu ul {
		padding-left:20px;
}

#menu li {
		list-style-type:none;
}

#menu hr {
	border-width:1px 0px 0px 0px;
	border-style:dashed;
	border-color:#C1AAA4;
	height:1px;
}

#lunch {
	float:left;
	border-bottom-color:#C1AAA4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom:30px;
}

#dinner {
	float:left;
	border-bottom-color:#C1AAA4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom:30px;
}

#alacarte {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color:#C1AAA4;
	padding-top:30px;
	padding-bottom:30px;
}

.content_image {
	float:right;
	margin-bottom:60px;
}

.explanation {
	font-size:9px;
}</pre></body></html>