#map-wrap {
  position: relative;
  width: 730px;
  height: 510px;
  background-image: url(/shop/components/map/img/map_bg.jpg);
  background-repeat: no-repeat;
  background-position: 35px 22px;
  z-index: 7;
  overflow: hidden;
}
.map-text {
  font-size: 12px;
  color: #4c4c4c;
}
.map-text-absolute {
  font-size: 12px;
  color: #4c4c4c;
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 0px;
  z-index: 33;
  background: #fff;
  width: 230px;
  height: 60px;
  line-height: 1.5;
}
#map-date {
  width: 157px;
  padding: 0px;
  margin: 0px;
  text-align: left;
  height: 28px;
  left: 37px;
  top: 65px;
  position: absolute;
  z-index: 50;
  font:
    normal 12px / 1.6em "ＭＳ Ｐゴシック",
    "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro",
    "Osaka",
    sans-serif;
}
#map-swap {
  width: 710px;
  padding: 0px;
  margin: 0px;
  text-align: left;
  height: 460px;
  left: 0;
  top: 22px;
  position: absolute;
  z-index: 9;
}
#map-button {
  width: 710px;
  padding: 0px;
  margin: 0px;
  text-align: left;
  left: 0;
  top: 22px;
  position: absolute;
  z-index: 10;
  height: 460px;
}
.area-menu p {
  padding: 1em 0 1em 1em;
}
.area-menu li {
  height: 48px;
  line-height: 48px;
  padding-left: 1em;
  border-bottom: 1px solid #cccccc;
}
.area-menu li a {
  display: block;
}

@media screen and (max-width: 780px) {
  #map-wrap {
    display: none;
  }
}
