@charset "UTF-8";

@import url("../../_config/_common.css");
@import url("../../_config/_template.css");



/* ʐݒ
--------------------------------------------------------- */
.right {
	background: #fff;
	padding: 10px;
	border-bottom: solid 2px #cba;
	text-align: left;
	font-size: 14px;
	color: #630;
	line-height: 1.8;
}

.bold {
	font-size: 19px;
	font-weight: bold;
	color: #630;
	line-height: 1.6;
} .bold span {
	margin-left: 1px;
	font-size: 12px;
}


/* .menu
--------------------------------------------------------- */
.menu {
	display: block;
	background: #fff;
	border-top: solid 2px #cba;
	border-bottom: solid 2px #cba;
}

.menu-header {
	display: block;
	overflow: hidden;
	padding: 15px 10px;
	background-color: #eec;
	border-bottom: dashed 1px #a98;
	font-size: 16px;
	font-weight: bold;
	color: #660;
	line-height: 1;
}

.menu-list {
	display: block;
	overflow: hidden;
	padding: 15px 10px;
	background: #fff;
	border-bottom: dashed 1px #a98;
} .menu-list:last-child { border-bottom: none; }

.menu-list-anchor:hover { background: #ffd; }

.menu-list-name {
	float: left;
	letter-spacing: -1px;
}

.menu-list-price {
	float: right;
	text-align: right;
}

.menu-list-content {
	padding: 5px 130px 0 240px;
	font-size: 14px;
	color: #555;
	line-height: 1.5;
}

.readmore {
	text-align: right;
	font-size: 13px;
	color: #00f;
	line-height: 1.8;
}

/* media -------- */
@media screen and (max-width: 767px) {
	.menu-list-content {
		clear: both;
		width: 100%;
		padding: 5px 0 0 0;
		font-size: 15px;
	}
}


/* .order-list
--------------------------------------------------------- */

.order-list {
	display: block;
	overflow: hidden;
	padding: 7px 3px 7px 10px;
	background: #fff;
	border-bottom: dashed 1px #a98;
} .order-list:last-child { border-bottom: none; }

.order-list-name {
	letter-spacing: -1px;
	font-size: 17px;
	font-weight: bold;
	color: #630;
	line-height: 1.6;
}

.order-list-content {
	padding: 5px 0 0 5px;
	font-size: 14px;
	color: #555;
	line-height: 1.5;
}



/* .photo
--------------------------------------------------------- */
.photo {
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	font-size: 0;
}

.photo li {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 10px;
	width: 50%;
}

.photo img { width: 100%; }

.photo p {
	line-height: 1.5;
	font-size: 16px;
}

.youtube {
	width: 100%;
	height: calc(9/16*100%) %;
}

/* media -------- */
@media screen and (max-width: 767px) {
	.photo li {
		width: 100%;
		padding: 0 0 10px;
	}
}

/* .voice
--------------------------------------------------------- */
.voice li {
	float: left;
	width: 33.333%;
}

.voice-box {
	margin: 5px;
	padding: 10px;
	background: #ffe;
	box-shadow: 1px 1px 3px #999;
	border-radius: 5px;
}

/* media -------- */
@media screen and (max-width: 767px) {
	.voice li { width: 100%; }
}
