@charset "utf-8";
#contents .flex {
	margin-bottom: 0;
}
.shop {
	width: 100%;
	margin-bottom:200px;
	padding: 25px;
	background: #e6e5e5;
	border: 1px solid #472b19;
}
.shop h3 {
  margin-bottom: 10px;
	font-size: 18px;
  font-weight: bold;
}
.shop_inner_left {
	width: 45%;
}
.shop_inner_right {
	width: 50%;
}
.shop_inner_right iframe {
	width: 100%;
}
.shop_inner_photo {
  width: 48%;
}
.shop_inner_photo img {
  width: 100%;
}