@charset "UTF-8";
/* ==========================================================================
   Access page（アクセス） Figma 3311:69277 content-section__wrapper
   ========================================================================== */
.access-page {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .access-page {
    margin-bottom: 64px;
  }
}
.access-page .cmn-head2 {
  margin-bottom: 0;
}
.access-page__inner {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .access-page__inner {
    padding-inline: 16px;
  }
}
.access-page__stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1120px;
}
@media screen and (max-width: 768px) {
  .access-page__stack {
    gap: 24px;
  }
}
.access-page__address {
  margin: 0;
  box-sizing: border-box;
  max-width: 1120px;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .access-page__address {
    font-size: 16px;
    line-height: 165%;
  }
}
.access-page {
  /* Figma 3311:69284 Frame 8348 — row / align center / 白背景 / 560×320 ×2 */
}
.access-page__maps {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  align-self: stretch;
  box-sizing: border-box;
  width: 100%;
  max-width: 1120px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .access-page__maps {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    align-self: stretch;
  }
}
.access-page__map-pane {
  box-sizing: border-box;
  flex: 1 1 50%;
  max-width: 560px;
  width: 50%;
  height: 320px;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .access-page__map-pane {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    height: min(320px, 56vw);
    min-height: 200px;
  }
}
.access-page__map-embed {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 0;
}/*# sourceMappingURL=access.css.map */