@charset "utf-8";

@media screen and ( min-width:641px ) {

#content p,
div.group p {
	margin: 0 0 1em;
}
p.small {
	font-size: 0.75rem;
	line-height: 2 !important;
}


/* ----------------------------------------
	#shop
---------------------------------------- */

#shop #shop_photo ul {
	margin-bottom: 50px;
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#shop #shop_photo li {
	width: 32%;
	transition: all 0.2s linear;
}
#shop #shop_photo li a {
	display: block;
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
}
#shop #shop_photo li:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#shop table {
	width: 80%;
	margin: 0 auto 30px !important;
	padding: 0;
	background: #FFFFFF;
	border-top: 1px solid #C4C4C4;
}
@media screen and (max-width:1000px){
		#shop table { width: 100%; }
}

#shop table tr {
	border-bottom: 1px solid #C4C4C4;
}
#shop table th,
#shop table td {
	margin: 0;
	padding: 20px;
	vertical-align:top;
}
#shop table tbody th {
	width: 25%;
	padding: 20px;
	white-space: nowrap;
	font-weight: bold;
}
#shop table td.map {
	padding: 20px 0;
}
iframe {
	width: 100%;
	height: 500px;
	border: none;
}


/* ----------------------------------------
	#menu / #drink
---------------------------------------- */
.menu_photo {
	margin-bottom: 60px;
}
.menu_photo li {
	margin-bottom: 40px;
	-js-display: flex;
	display: flex;
	justify-content: space-between;
}
.menu_photo li:nth-child(even) {
	flex-direction: row-reverse;
}
.menu_photo li .photo {
	width: 60%;
	padding: 0;
}
.menu_photo li .photo img {
	width: 100%;
}
.menu_photo li div {
	width: 40%;
	padding: 20px;
	text-align: center;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.menu_detail li {
	position: relative;
	padding: 15px 100px 15px 5px;
	border-bottom: 1px dashed #AAAAAA;
}
#drink .menu_detail li {
	padding-right: 180px;
}
.menu_detail li:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
.menu_detail li span {
	display: inline-block;
	padding-left: 200px;
}
.menu_detail li .price {
	position: absolute;
	right: 5px;
	bottom: 15px;
	margin-right: 0;
}
.menu_detail .note {
	font-size: 0.875rem;
	text-align: right;
}
.menu_detail small {
	display: inline-block;
	padding-top: 5px;
	font-size: 0.875rem;
	color: #6C6C6C;
}
.menu_flex_between {
	-js-display: flex;
	display: flex;
	justify-content: space-between;
}
.menu_flex_between .photo {
	width: 50%;
	text-align: center;
}
.menu_flex_between .photo span {
	display: block;
	padding-top: 15px;
}
.menu_flex_between .menu_detail {
	width: 48%;
}












}


