@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
office
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.map {
  position: relative;
  padding-top: 50%;
}
.map .map_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
