.top-img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
@media (width < 430px) {
  .top-img {
    width: 103vw;
    margin-left: -7%;
    border-radius: 0;
  }
}

@media (width < 430px) {
  #access-map .google-map {
    height: 360px;
  }
}
#access-map .access_info-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 60px;
  margin-top: 80px;
}
@media (width < 430px) {
  #access-map .access_info-wrapper {
    gap: 40px;
    margin-top: 60px;
  }
}
#access-map .access_info-wrapper .l-box dt {
  font-size: 1.5rem;
  line-height: 1;
}
#access-map .access_info-wrapper .l-box dt:not(:first-child) {
  margin-top: 80px;
}
@media (width < 430px) {
  #access-map .access_info-wrapper .l-box dt:not(:first-child) {
    margin-top: 40px;
  }
}
#access-map .access_info-wrapper .l-box dd {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-top: 1em;
  font-weight: 700;
}
#access-map .access_info-wrapper .l-box dd:last-child {
  font-size: 2.4rem;
}
#access-map .access_info-wrapper .l-box dd span {
  font-size: 1.5rem;
  margin-left: 1em;
}
#access-map .access_info-wrapper .l-box p {
  margin-top: 1em;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: justify;
}
#access-map .access_info-wrapper .r-box .howto-access-item:not(:first-child) {
  margin-top: 40px;
}
#access-map .access_info-wrapper .r-box .howto-access-item h4 {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#access-map .access_info-wrapper .r-box .howto-access-item h4 span {
  font-size: 1.2em;
  font-weight: 700;
  padding: 0 0.08em 0.08em;
}
#access-map .access_info-wrapper .r-box .howto-access-item h4::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}
#access-map .access_info-wrapper .r-box .howto-access-item h4.by-car::before {
  background-image: url(../img/icon_car.svg);
}
#access-map .access_info-wrapper .r-box .howto-access-item h4.by-train::before {
  background-image: url(../img/icon_train.svg);
}
#access-map .access_info-wrapper .r-box .howto-access-item p.howto {
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: justify;
  margin-top: 0.7em;
}
@media (width < 430px) {
  #access-map .access_info-wrapper .r-box .howto-access-item p.howto {
    opacity: 0.8;
    font-size: 1.4rem;
  }
}
#access-map .access_info-wrapper .r-box .howto-access-item img {
  margin-top: 40px;
}
#access-map .access_info-wrapper .r-box .howto-access-item p.sub {
  margin-top: 1em;
  font-size: 1.4rem;
  line-height: 1.5;
  opacity: 0.8;
}/*# sourceMappingURL=pg_access.css.map */