@charset "UTF-8";
:root {
  --viewport-base-pc: 1420;
  --viewport-base-sp: 375;
  --vpx-ratio: 1;
}

@media screen and (min-width: 769px) and (max-width: 1420px) {
  :root {
    --vpx-ratio: var(--viewport-ratio-pc, calc(100vw / 1420px));
  }
}
@media screen and (max-width: 768px) {
  :root {
    --vpx-ratio: min(var(--viewport-ratio-sp, calc(100vw / 375px)), 1.4814814815);
  }
}
.location {
  width: 100%;
  padding-bottom: 40px;
  background: #fff;
}
.location__body {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.location__map {
  flex: 0 0 50%;
  aspect-ratio: 1/0.6;
}
.location__map-iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.location__content {
  flex: 0 0 37%;
}
.location__ttl {
  padding-block: 16px;
  margin-bottom: 24px;
  background: #E6E6E6;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
}
.location__address, .location__tel {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.8;
}
.location__address {
  margin-bottom: 18px;
}
.location__tel-link {
  font: inherit;
  display: inline;
  letter-spacing: 0.15em;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 768px) {
  .location {
    padding-bottom: 28px;
  }
  .location__body {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
    row-gap: 24px;
  }
  .location__content {
    width: 100%;
  }
  .location__ttl {
    padding-block: 14px;
    margin-bottom: 18px;
    font-size: 18px;
  }
  .location__address, .location__tel {
    font-size: 14px;
    text-align: center;
  }
  .location__address {
    margin-bottom: 16px;
  }
  .location__map {
    flex: 1;
    width: 100%;
  }
}
@media (hover: hover) {
  .location__tel-link:hover,
  .location__tel-link:focus-visible {
    opacity: 0.7;
  }
}
.route {
  width: 100%;
  padding-top: 40px;
  background: #fff;
}
.route__ttl {
  margin-bottom: 36px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
}
.route__img {
  width: 75%;
  margin-bottom: 24px;
  margin-inline: auto;
}
.route__subttl {
  width: 75%;
  padding: 10px 20px;
  margin-bottom: 18px;
  margin-inline: auto;
  background: linear-gradient(to right, #91d0c9, transparent);
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.route__list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 18px;
  width: 75%;
  margin-inline: auto;
}
.route__term {
  margin-bottom: 12px;
  font-size: 20px;
  color: #003686;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
.route__desc > * + * {
  margin-top: 12px;
}
.route__desc-txt, .route__desc-note {
  display: block;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
.route__desc-txt {
  font-size: 16px;
}
.route__desc-note {
  display: grid;
  grid-template-columns: max-content 1fr;
  font-size: 14px;
}
.route__desc-note::before {
  content: "※";
}
.route__desc-img {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .route {
    padding-top: 28px;
  }
  .route__ttl {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .route__img {
    width: 100%;
    margin-bottom: 16px;
  }
  .route__subttl {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 16px;
    font-size: 20px;
  }
  .route__list {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    row-gap: 16px;
  }
  .route__term {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .route__desc > * + * {
    margin-top: 10px;
  }
  .route__desc-txt {
    font-size: 14px;
  }
  .route__desc-note {
    font-size: 12px;
  }
  .route__desc-img {
    width: 100%;
  }
}
/*# sourceMappingURL=access.css.map */
