@charset "UTF-8";

body {
  /* background: #fff; */
}

.access {
  margin-top: 130px;
}

@media screen and (max-width: 768px) {
  .access {
    margin-top: 50px;
  }
}

.access__inner {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrapper {
  text-align: center;
}

.title-image {
  display: block;
  margin: 0 auto 18px; /* 下に余白をつける */
  max-width: 376px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .title-image {
    max-width: 259px;
  }
}

.section-title {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.access__top {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .access__top {
    margin-top: 36px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.access__image {
  aspect-ratio: 1000 / 600;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .access__image {
    aspect-ratio: 350 / 210;
  }
}

.access__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.access-road {
  margin-top: 180px;
}

@media screen and (max-width: 768px) {
  .access-road {
    margin-top: 76px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.access-road__title {
  font-size: 30px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .access-road__title {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 1px;
  }
}

.access-road__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px 49px;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .access-road__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 14px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .access-road__item {
    gap: 5px;
  }
}

.access-road__number {
  font-size: 22px;
  font-weight: 900;
  line-height: 44px; /* 200% */
}

@media screen and (max-width: 768px) {
  .access-road__number {
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
  }
}

.access-road__image {
  aspect-ratio: 300 / 250;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .access-road__image {
    aspect-ratio: 168 / 140;
    margin-top: 6px;
  }
}

.access-road__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.access-road__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.14px;
}

@media screen and (max-width: 768px) {
  .access-road__text {
    font-size: 13px;
    line-height: 123.1%; /* 16.003px */
    margin-top: 6px;
  }
}

.access-map {
  margin-top: 180px;
  margin-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .access-map {
    margin-top: 70px;
    margin-bottom: 100px;
  }

}

.access-map__inner {
  padding-left: 61px;
  padding-right: 61px;
  display: flex;
  align-items: center;
  gap: 50px;
}

@media screen and (max-width: 768px) {
  .access-map__inner {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    gap: 20px;
  }
}

.access-map__image-wrap {
  width: 57%;
}

@media screen and (max-width: 768px) {
  .access-map__image-wrap {
    width: 100%;
  }
}

.access-map__map {
  text-align: center;
  margin: 0px auto 0;
  max-width: 500px;
  width: 100%;
}

.iframe-wrap {
  width: 100%;
  padding-top: calc(337 / 500 * 100%);
  position: relative;
}

@media screen and (max-width: 768px) {
  .iframe-wrap {
    padding-top: calc(272 / 350 * 100%);
  }
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access-map__contents {
  width: 37.2%
}

@media screen and (max-width: 768px) {
  .access-map__contents {
    width: 100%
  }
}

.access-map__content {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px; /* 175% */
}

@media screen and (max-width: 768px) {
  .access-map__content {
    font-size: 11px;
    font-weight: 700;
    line-height: 16px; /* 145.455% */
    text-align: center;
  }
}

.access-map__content + .access-map__content {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .access-map__content + .access-map__content {
    margin-top: 10px;
  }
}