@charset "utf-8";

/* locationmap */
body {
  background: #fff;
}
img {
  vertical-align: top;
}

.locationmap_wrap {
  position: relative;
  width: 100%;
}
.locationmap_wrap::before {
  content:"";
  display: block;
  padding-top: 70.7258%;
}
.locationmap_image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
