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

.access {
  position: relative;
}
.access .access-bg1 {
  position: absolute;
  aspect-ratio: 804/416;
  max-width: 804px;
  width: 100%;
  height: 416px;
  top: 0;
  left: 0;
}
.access .access-bg1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.access .access-bg2 {
  position: absolute;
  aspect-ratio: 294/294;
  max-width: 294px;
  width: 20.4166666667vw;
  height: auto;
  top: 162px;
  right: 40px;
}
.access .access-bg2 img {
  width: 100%;
  height: auto;
}
.access .access-bg3 {
  position: absolute;
  aspect-ratio: 574/120;
  max-width: 574px;
  width: 39.8611111111vw;
  height: auto;
  bottom: 0;
  right: 0;
}
.access .access-bg3 img {
  width: 100%;
  height: auto;
}
.access .access-bg4 {
  position: absolute;
  aspect-ratio: 215/461;
  max-width: 215px;
  width: 14.9305555556vw;
  height: auto;
  bottom: 0;
  left: 0;
}
.access .access-bg4 img {
  width: 100%;
  height: auto;
}
.access__inner {
  position: relative;
}
.access__inner .access-info {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}
.access__inner .access-info span {
  font-size: 24px;
}
.access__inner .gmap-and-street {
  display: flex;
  height: 320px;
  box-shadow: 12px 12px 20px 0px rgba(0, 0, 0, 0.25);
}
.access__inner .gmap-and-street__gmap {
  width: 50%;
}
.access__inner .gmap-and-street__gmap iframe {
  width: 100%;
  height: 100%;
}
.access__inner .gmap-and-street__streetview {
  width: 50%;
}
.access__inner .gmap-and-street__streetview iframe {
  width: 100%;
  height: 100%;
}
.access__inner .two-maps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.access__inner .two-maps .single-map {
  max-width: 540px;
  width: 100%;
}
.access__inner .two-maps .single-map__head {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}
.access__inner .two-maps .single-map__head span {
  font-size: 24px;
}
.access__inner .two-maps .single-map__map {
  box-shadow: 12px 12px 20px 0px rgba(0, 0, 0, 0.25);
}
.access__inner .two-maps .single-map__map iframe {
  width: 100%;
  height: 360px;
}

@media (max-width: 768px) {
  .access__inner {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .access__inner .access-info {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }
  .access__inner .access-info span {
    font-size: 20px;
  }
  .access__inner .gmap-and-street {
    display: flex;
    flex-direction: column;
    height: 400px;
    box-shadow: 12px 12px 20px 0px rgba(0, 0, 0, 0.25);
  }
  .access__inner .gmap-and-street__gmap {
    width: 100%;
    height: 200px;
  }
  .access__inner .gmap-and-street__gmap iframe {
    width: 100%;
    height: 100%;
  }
  .access__inner .gmap-and-street__streetview {
    width: 100%;
    height: 200px;
  }
  .access__inner .gmap-and-street__streetview iframe {
    width: 100%;
    height: 100%;
  }
  .access__inner .two-maps {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
  }
  .access__inner .two-maps .single-map {
    max-width: none;
    width: 100%;
  }
  .access__inner .two-maps .single-map__head {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }
  .access__inner .two-maps .single-map__head span {
    font-size: 20px;
  }
  .access__inner .two-maps .single-map__map {
    box-shadow: 12px 12px 20px 0px rgba(0, 0, 0, 0.25);
  }
  .access__inner .two-maps .single-map__map iframe {
    width: 100%;
    height: 200px;
  }
}/*# sourceMappingURL=access.css.map */