@charset "UTF-8";

/* -- reset.css ----------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -- /reset.css ---------------------------------------------------------------*/


html {
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
}
body {
	line-height: 1.5;
	font-size: 15px;
	font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-weight: 500;
	color: #503c3c;
	background-color: rgb(251, 246, 221);
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
#container {
	margin: 0 auto;
	max-width: 900px;
}
#footer {
	margin: 20px auto;
	text-align: center;
	font-size: 85%;
}
.title {
	margin: 20px auto;
	padding: 0 8px;
	text-align: center;
	font-size: 180%;
	font-weight: bold;
}
@media screen and (min-width: 576px) {
	.title {
		font-size: 210%;
	}
}
.top_image {
	display: block;
	margin: 1.8em auto;
	max-width: 96%;
	border-radius: 3px;
	box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.2);
}
.notice {
	box-sizing: border-box;
	margin: 2em auto;
	padding: 0 0.7em;
	max-width: 96%;
	background-color: #fff6f6;
	border: 2px solid #faa;
	border-radius: 8px;
	color: #710;
}
@media screen and (min-width: 576px) {
	.notice {
		padding: 0 1em;
		width: 90%;
	}
}
.notice .notice_header {
	margin: 0.8em 0;
	text-align: center;
	font-weight: bold;
}
.notice p {
	margin: 0.8em auto;
	font-size: 95%;
}
.greeting {
	box-sizing: border-box;
	margin: 2em auto;
	padding: 0 0.7em;
	max-width: 96%;
	background-color: #fff;
	border: 1px solid #fca;
	border-radius: 8px;
	color: #510;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 576px) {
	.greeting {
		padding: 0 1em;
		width: 90%;
	}
}
.greeting .greeting_header {
	margin: 0.8em 0;
	text-align: center;
	font-weight: bold;
}
.greeting .greeting_header::before, .greeting .greeting_header::after {
	content: '●';
	margin: 0 0.3em;
	font-size: 85%;
}
.greeting p {
	margin: 0.8em auto;
	font-size: 95%;
}
.info {
	margin: 1.7em 1px 0;
	padding: 1px;
	background-color: #fff;
	border: 1px solid #fda;
	border-radius: 7px 0 7px 7px;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
}
.info .info_label {
	padding: 0.4em 0.5em 0.3em;
	border-left: 13px solid #fa6;
	border-radius: 7px 0 0 0;
	background-color: #fda;
	font-size: 115%;
	font-weight: bold;
	color: #300;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.info .info_content {
	margin: 0 auto;
	padding: 0.7em 0 1.7em;
	width: 95%;
}
@media screen and (min-width: 576px) {
	.info .info_content {
		width: 93%;
	}
}
.info .info_item {
	margin-bottom: 0.5em;
}
.info .info_item_header {
	font-weight: bold;
}
.info .info_item_content {
	margin-left: 1.1em;
}
.info .info_note {
	margin-top: 0.4em;
	font-size: 90%;
	color: #a00;
}
.access_map {
	margin: 0.7em 0;
}
.access_map iframe {
	max-width: 100%;
}
.columns {
	display: grid;
	grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
	.columns {
		grid-template-columns: 1fr 1fr;
		grid-gap: 2.3rem;
	}
}
.menu-list_header {
	margin: 1.5em auto 0.3em;
	font-weight: bold;
	font-size: 110%;
}
.menu-list_header::before {
	content: '★';
	margin-right: 0.2em;
}
.menu-list {
	margin-top: 0.5em;
	width: 100%;
}
.menu-list td {
	padding: 0.1em 0.5em;
	border: 1px solid #da8a68;
	vertical-align: middle;
}
.menu-list td:nth-of-type(1) {
	width: 60%;
}
.menu-list .menu-list_name {
	background-color: #feb;
}
.menu-list .menu-list_price {
	text-align: right;
}
.topping-menu_wrapper {
	margin-top: 0.9em;
	padding: 6px 10px;
	border-radius: 5px;
	background-color: #d7e9f8;
}
.topping-menu_header {
	margin-bottom: 0.2em;
	font-weight: bold;
}
.menu-list.topping {
	margin-top: 0.2em;
	width: 100%;
}
.menu-list.topping td {
	border: 1px solid #5c78b4;
	background-color: rgba(255, 255, 255, 0.8);
}
.menu-list.topping .menu-list_name {
	padding: 0 0.5em;
	background-color: #aad6fa;
}
.sales-day {
	display: inline-block;
	margin-left: 0.5em;
	padding: 0 0.5em;
	font-size: 83%;
	font-weight: bold;
	color: #fff;
	border-radius: 0.5em;
}
.sales-day.tue {
	background-color: #b00;
}
.sales-day.wed {
	background-color: #03b;
}
.small {
	font-size: 87%;
}
.menu-photo {
	margin-top: 0.5em;
}
.menu-photo .menu-photo_box {
	float: left;
	width: 50%;
}
.menu-photo .menu-photo_image {
	display: block;
}

