@charset "UTF-8";
#content:after, .freeArea:after, #content #shop .hamamatsu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* -------------------------- */
/* header */
/* -------------------------- */
#content .main .headerimg {
	background: url(../images/shop/headerimg.png) no-repeat center #000000;
}
#content #shop {
	padding: 80px 0 60px 0;
}
#content #shop .hamamatsu {
	padding-bottom: 80px;
}
#content #shop .mapBox {
	float: right;
	width: 300px;
  overflow: hidden;
}
#content #shop .map {
	width: 300px;
}
#content #shop .map:first-child {
	margin-bottom: 15px;
}
#content #shop .infoBox {
	float: left;
	width: 690px;
}
#content #shop dl {
	float: left;
	width: 690px;
	font-size: 1em;
}
#content #shop dl.feature {
  margin-top: 50px;
}
#content #shop h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 40px;
	width: 100%;
	clear: both;
}
#content #shop dl dt, #content #shop dl dd {
	margin: 0 0 15px 0;
	float: left;
	line-height: 1.4;
}
#content #shop dl dt {
	width: 135px;
	clear: both;
	font-weight: bold;
}
#content #shop dl dd {
}
#content #shop dl.feature dt {
	width: 100%;
	margin: 0 0 5px 0;
}
#content #shop dl.feature dd {
	margin: 0 0 40px 0;
}

@media screen and (max-width: 1034px) {
#content #shop {
	padding: 40px 0 30px 0;
}
#content #shop .hamamatsu {
	padding-bottom: 40px;
}
#content #shop h2 {
	margin-bottom: 20px;
}
#content #shop .mapBox {
	float: none;
	width: 100%;
	margin-bottom: 40px;
}
#content #shop .map {
	float: left;
	width: 48%;
  position: relative;
  padding-bottom: 40%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#content #shop .map iframe,
#content #shop .map object,
#content #shop .map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#content #shop .infoBox {
	float: none;
	width: 100%;
}
#content #shop .map:first-child {
	margin-right: 4%;
	margin-bottom: 0;
}
#content #shop dl {
	width: 100% !important;
}
#content #shop dl dt {
	width: 100% !important;
	margin: 0 0 3px 0 !important;
}
#content #shop dl dd {
	width: 100% !important;
	margin: 0 0 15px 0 !important;
}
#content #shop dl.feature {
  margin-top: 0;
}
}

@media screen and (max-width: 768px) {
#content #shop .map {
	float: none;
	width: 100%;
  padding-bottom: 56.25%;
  padding-top: 30px;
}
#content #shop .map:first-child {
	margin-bottom: 20px;
}
}
