html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

.access {
  position: relative;
}
.access__inner .info {
  color: var(--General-Primary-dark, #003571);
  font-family: "M PLUS 1p", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 150% */
}
.access__inner .gmap-and-street {
  display: flex;
  width: 100%;
}
.access__inner .gmap-and-street__gmap {
  width: 50%;
  height: 450px;
}
.access__inner .gmap-and-street__street {
  width: 50%;
  height: 450px;
}
.access__inner .gmap-and-street iframe {
  width: 100%;
  height: 100%;
}
.access__inner .cmn-btn {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .access {
    position: relative;
  }
  .access__inner .info {
    color: var(--General-Primary-dark, #003571);
    font-family: "M PLUS 1p", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 150% */
  }
  .access__inner .gmap-and-street {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .access__inner .gmap-and-street__gmap {
    width: 100%;
    height: 300px;
  }
  .access__inner .gmap-and-street__street {
    width: 100%;
    height: 300px;
  }
  .access__inner .gmap-and-street iframe {
    width: 100%;
    height: 100%;
  }
  .access__inner .cmn-btn {
    margin: 0 auto;
  }
}/*# sourceMappingURL=access.css.map */