@charset "UTF-8";
/* CSS Document */


/********************

お店

********************/
.shop {
	margin-bottom: 50px;
}

.shop h3 {
	margin-bottom: 20px;
	font-size: 2.4rem;
	border-bottom: 1px solid #666;
	color: #840002;
}
.shop img {
	width: 100%;
	height: auto;
}
.shopinfo {
	padding: 10px;
	font-size: 1.3rem;
	border: 2px solid #ccc;
}
.shopinfo dt {
	float: left;
}
.shopinfo dd {
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 7em;
	border-bottom: 1px dotted #ccc;
}
.shopinfo dd li {
	margin-left: 1em;
	list-style: outside disc;
}
.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.gmap iframe, .gmap object, .gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
