.l-lead {
  position: relative;
  padding-top: 10.6rem;
  margin-bottom: 8.5rem;
}
.l-lead_text {
  text-align: center;
}
.l-lead_illust-bus {
  position: absolute;
  top: -1.8rem;
  left: 9.7rem;
  width: 15.6rem;
}
@media screen and (max-width: 768px) {
  .l-lead {
    padding-inline: 2rem;
    padding-top: 5.8rem;
  }
  .l-lead_illust-bus {
    display: none;
  }
}

.l-place {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 12rem;
}
.l-place_heading {
  gap: 0.2rem;
  margin-bottom: 7.3rem;
}
.l-place_list {
  display: flex;
  justify-content: center;
  gap: 6rem;
  margin-bottom: 6rem;
  padding-inline: 16.6rem;
}
.l-place_list_item {
  flex: 1;
  padding: 6rem 2.8rem;
  border-radius: var(--radius);
  background-color: var(--color-white);
}
.l-place_list_item_logo {
  display: block;
  width: 8.8rem;
  margin-inline: auto;
  margin-bottom: 2.8rem;
}
.l-place_list_item_name {
  margin-bottom: 1.8rem;
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
  text-align: center;
}
.l-place_list_item_address, .l-place_list_item_email {
  font-weight: var(--font-weight-regular);
}
.l-place_list_item_email.is-small {
  letter-spacing: 0.18em;
}
.l-place_button.is-flex {
  gap: 1.2rem;
  width: 25rem;
  margin: auto;
  padding: 1rem 1.1rem 1rem 2.4rem;
}
.l-place_illust-flask {
  position: absolute;
  top: -10.5rem;
  left: 14.2rem;
  width: 33.7rem;
}
@media screen and (max-width: 768px) {
  .l-place {
    padding-top: 3.2rem;
    padding-bottom: 7rem;
  }
  .l-place_heading {
    gap: 1rem;
    margin-bottom: 5rem;
  }
  .l-place_list {
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 4.8rem;
    padding-inline: 2rem;
  }
  .l-place_list_item {
    padding: 4.4rem 2rem 4.5rem;
  }
  .l-place_list_item > * {
    max-width: 40rem;
    margin: auto;
  }
  .l-place_list_item_logo {
    width: 8.7rem;
    max-width: 100%;
    margin-bottom: 2.8rem;
  }
  .l-place_list_item_name {
    margin-bottom: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.2em;
  }
  .l-place_list_item_address, .l-place_list_item_email {
    font-weight: var(--font-weight-regular);
  }
  .l-place_list_item_address {
    margin-bottom: 0.2rem;
  }
  .l-place_button_text {
    width: max-content;
  }
  .l-place_button.is-flex {
    justify-content: flex-end;
    gap: 1.4rem;
    width: 27.5rem;
    max-width: calc(100% - 4rem);
    padding: 0.9rem 1.1rem 0.9rem 2.4rem;
    font-size: 1.4rem;
    letter-spacing: 0.14em;
  }
  .l-place_illust-flask {
    top: -8.2rem;
    left: 2.7rem;
    width: 27.36rem;
    max-width: 80%;
  }
}

.l-access {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 12rem;
}
.l-access_container {
  position: relative;
  padding-inline: 10.4rem;
}
.l-access_heading:has(+ .l-access_directions) {
  margin-bottom: 7rem;
}
.l-access_route {
  margin-bottom: 3.5rem;
  font-size: 2.2rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  text-align: center;
}
.l-access_lead {
  margin-bottom: 7.2rem;
  text-align: center;
}
.l-access_directions {
  display: flex;
  justify-content: center;
  gap: 5.8rem;
  margin-bottom: 9rem;
}
.l-access_directions_map {
  display: block;
  flex-shrink: 0;
  overflow: hidden;
  width: 63.5rem;
  border: var(--border);
  border-radius: var(--radius);
}
.l-access_directions_details {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 1.8rem;
  position: relative;
}
.l-access_directions_details_item {
  position: relative;
  margin-top: 3rem;
  padding: 3.8rem;
  border-radius: var(--radius);
  background-color: var(--color-bg-blue);
}
.l-access_directions_details_item_heading {
  display: grid;
  place-items: center;
  position: absolute;
  top: -3rem;
  left: 4rem;
  width: 17.1rem;
  height: 4.8rem;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  border-radius: 50vw;
  background-color: var(--color-blue);
}
.l-access_directions_details_item_text {
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
}
.l-access_directions_details_item_text_illust-bus {
  display: none;
}
.l-access_directions_details_item.is-white {
  background-color: var(--color-white);
}
.l-access_timetable {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 3.6rem 6rem;
}
.l-access_timetable_heading {
  grid-column: 1/3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.4rem;
  padding: 1.7rem 6.2rem;
  line-height: 1.6;
  color: var(--color-white);
  border-radius: var(--radius);
  background-color: var(--color-blue);
}
.l-access_timetable_heading_text {
  font-size: 3.2rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
}
.l-access_illust-bg {
  position: absolute;
  top: 34.8rem;
  right: -12rem;
  z-index: -1;
  width: 34.5rem;
}
.l-access:last-of-type {
  padding-bottom: 19rem;
}
@media screen and (max-width: 768px) {
  .l-access {
    padding-top: 3rem;
    padding-bottom: 7rem;
  }
  .l-access_container {
    padding-inline: 2rem;
  }
  .l-access_heading {
    margin-bottom: 1rem;
  }
  .l-access_heading:has(+ .l-access_directions) {
    margin-bottom: 4rem;
  }
  .l-access_heading:has(+ .l-access_directions) .l-access_heading_en {
    height: 7rem;
  }
  .l-access_route {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 1.7;
  }
  .l-access_lead {
    margin-bottom: 3rem;
  }
  .l-access_directions {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 5rem;
  }
  .l-access_directions_map {
    width: 100%;
    border: var(--border);
    border-radius: var(--radius);
  }
  .l-access_directions_details {
    gap: 2rem;
  }
  .l-access_directions_details_item {
    padding: 3rem 2rem;
  }
  .l-access_directions_details_item_heading {
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
  }
  .l-access_directions_details_item_text {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .l-access_directions_details_item_text_illust-bus {
    display: block;
    position: absolute;
    bottom: -3.6rem;
    right: -5.8rem;
    width: 8.4rem;
    max-width: 100%;
  }
  .l-access_timetable {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .l-access_timetable_heading {
    flex-direction: column;
    gap: initial;
    padding: 1.8rem 2rem;
    text-align: center;
  }
  .l-access_timetable_heading_text {
    font-size: 2rem;
    line-height: 1.6;
  }
  .l-access_timetable_heading_note {
    font-size: 1.6rem;
    line-height: 2.2;
  }
  .l-access_timetable_img {
    margin-bottom: 1rem;
  }
  .l-access_timetable_img:last-of-type {
    margin-bottom: initial;
  }
  .l-access_illust-bg {
    display: none;
  }
  .l-access:last-of-type {
    padding-bottom: 4.6rem;
  }
}
