@charset "utf-8";

#shop1, #shop2{
	margin-top: 20px;
	padding: 20px;
	border: 2px solid #DBC8B5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#shop1 a, #shop2 a{
	color: #222;
	text-decoration: none;
}
#shop1 h3, #shop2 h3{
	margin: 1.25em auto 0.5em;
	max-width: 420px;
	padding: 0.3em 0.25em 0.25em;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#shop1 dl, #shop2 dl{
	max-width: 420px;
	margin: 0 auto;
	font-size: 0.95rem;
	display: flex;
	flex-wrap: wrap;
}
#shop1 dl dt, #shop1 dl dd,
#shop2 dl dt, #shop2 dl dd{
	margin: 0;
	padding: 0.75em 0.25em 0.25em;
	border-bottom: 1px solid #DBC8B5;
}
#shop1 dl dt, #shop2 dl dt{
	width: 30%;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
}
#shop1 dl dd, #shop2 dl dd{
	width: 70%;
	display: flex;
	flex-direction: column;
}
.slide2{
	margin: 6px 0 0;
	padding: 0;
}
.slide2 img{
	width: 100%;
	height: auto;
}
.slide2 .slick-slide{
	margin: 0 3px;
}
.gmap{
	height: 0;
	overflow: hidden;
	margin: 20px auto 0;
	padding-bottom: 56.25%;
	position: relative;
	border: 1px solid #DBC8B5;
}
.gmap iframe{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}