@charset "UTF-8";
/* ============================================ */
/* contact-access
/* ============================================ */
/*==== section共通 ====*/
/*==== contact ====*/
/*==== access ====*/
.map {
  width: 100%;
  margin: 0 0 30px;
}
.map iframe {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 768px) {
  .map iframe {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  .map iframe {
    height: 200px;
  }
}

/*# sourceMappingURL=contact-access.css.map */