@charset "UTF-8";

/* =========================================================
   access page
   ========================================================= */
.access-page {
  padding: 7.2rem 0;
  background: #fff;
}

.access-page__inner {
  width: min(100% - 32px, 1120px);
  margin-inline: auto;
}

.access-page__head {
  margin-bottom: 3.2rem;
  text-align: center;
}

.access-page__eyebrow {
  margin: 0 0 0.8rem;
  color: var(--color-main-dark);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.access-page__title {
  margin: 0;
  color: #111;
  font-size: clamp(3rem, 3vw, 4.6rem);
  font-weight: 700;
  line-height: 1.3;
}

/* =========================================================
   hero
   ========================================================= */
.access-page__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 360px;
  gap: 3.2rem;
  align-items: start;
  margin-bottom: 4.8rem;
}

.access-page__map {
  overflow: hidden;
  border: 1px solid #dce8f0;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 10px 24px rgba(22, 90, 167, 0.05);
}

.access-page__map iframe {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
}

.access-page__info {
  padding: 2.4rem;
  border: 1px solid #dce8f0;
  border-radius: 2rem;
  background: linear-gradient(180deg, #fbfdff 0%, #f8fcfe 100%);
  box-shadow: 0 10px 24px rgba(22, 90, 167, 0.04);
}

.access-page__info-title {
  margin: 0 0 1.8rem;
  color: #1f2937;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.access-page__info-list {
  display: grid;
  gap: 1rem;
  margin: 0;
}

.access-page__info-list div {
  display: grid;
  grid-template-columns: 4.5em 1fr;
  gap: 1rem;
}

.access-page__info-list dt {
  color: var(--color-main-dark);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8;
}

.access-page__info-list dd {
  margin: 0;
  color: #374151;
  font-size: 1.7rem;
  line-height: 1.8;
}

.access-page__info-list a {
  color: inherit;
  text-decoration: none;
}

/* =========================================================
   routes
   ========================================================= */
.access-page__routes {
  display: grid;
  gap: 2rem;
  margin-bottom: 4.8rem;
}

.access-route {
  padding: 2.4rem;
  border: 1px solid #dce8f0;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 10px 24px rgba(22, 90, 167, 0.03);
}

.access-route__title {
  margin: 0 0 1.4rem;
  color: var(--color-main-dark);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.access-route__list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding-left: 1.4em;
  color: #374151;
  font-size: 1.7rem;
  line-height: 1.85;
}

.access-route__text {
  margin: 0;
  color: #374151;
  font-size: 1.7rem;
  line-height: 1.9;
}

.access-route__text span {
  color: #d13b3b;
  font-weight: 700;
}

/* =========================================================
   photos
   ========================================================= */
.access-page__photo-block,
.access-page__parking {
  max-width: 980px;
  margin-inline: auto;
}

.access-page__photo {
  position: relative;
  margin-bottom: 4rem;
}

.access-page__photo::before {
  content: "";
  position: absolute;
  top: 16px;
  right: -16px;
  bottom: -16px;
  left: 16px;
  border-radius: 2.4rem;
  background: rgba(220, 236, 247, 0.55);
  z-index: 0;
}

.access-page__photo img,
.access-page__parking-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border-radius: 2rem;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.access-page__parking-note {
  margin-top: 2rem;
  padding: 1.8rem 2rem;
  border-radius: 1.6rem;
  background: #f8fcfe;
  border: 1px solid #dce8f0;
}

.access-page__parking-note p {
  margin: 0;
  color: #4b5563;
  font-size: 1.6rem;
  line-height: 1.8;
}

.access-page__parking-note p + p {
  margin-top: 0.8rem;
}

/* =========================================================
   responsive
   ========================================================= */
@media screen and (max-width: 900px) {
  .access-page__hero {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .access-page {
    padding: 5.6rem 0;
  }

  .access-page__inner {
    width: min(100% - 24px, 1120px);
  }

  .access-page__head {
    margin-bottom: 2.4rem;
    text-align: left;
  }

  .access-page__title {
    font-size: clamp(2.8rem, 8vw, 3.8rem);
  }

  .access-page__hero {
    gap: 2rem;
    margin-bottom: 3.2rem;
  }

  .access-page__map,
  .access-page__info,
  .access-route {
    border-radius: 1.4rem;
  }

  .access-page__map iframe {
    min-height: 280px;
  }

  .access-page__info {
    padding: 1.8rem 1.6rem;
  }

  .access-page__info-title {
    margin-bottom: 1.4rem;
    font-size: 2rem;
  }

  .access-page__info-list div {
    grid-template-columns: 4em 1fr;
  }

  .access-page__info-list dt,
  .access-page__info-list dd {
    font-size: 1.5rem;
    line-height: 1.75;
  }

  .access-page__routes {
    gap: 1.6rem;
    margin-bottom: 3.2rem;
  }

  .access-route {
    padding: 1.8rem 1.6rem;
  }

  .access-route__title {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }

  .access-route__list,
  .access-route__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }

  .access-page__photo {
    margin-bottom: 3.2rem;
  }

  .access-page__photo::before {
    top: 10px;
    right: -10px;
    bottom: -10px;
    left: 10px;
    border-radius: 1.8rem;
  }

  .access-page__photo img,
  .access-page__parking-image img {
    border-radius: 1.4rem;
  }

  .access-page__parking-note {
    margin-top: 1.4rem;
    padding: 1.4rem;
    border-radius: 1.2rem;
  }

  .access-page__parking-note p {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}