@media screen and (min-width: 768px) {
  .airportSect {
    padding: 12rem 0 16rem;
  }
}
@media screen and (max-width: 768px) {
  .airportSect {
    padding: 7.2rem 0 8rem;
  }
}
.airportSect__head {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .airportSect__head + .airportSect__cont {
    margin-top: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .airportSect__head + .airportSect__cont {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .airportSect__cont {
    margin: 0 -2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .trainAccessSect {
    padding: 12rem 0 14rem;
  }
}
@media screen and (max-width: 768px) {
  .trainAccessSect {
    padding: 8rem 0;
  }
}
@media screen and (min-width: 768px) {
  .trainAccessSect__head + .trainAccessSect__cont {
    margin-top: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .trainAccessSect__head + .trainAccessSect__cont {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .trainAccessSect__cont {
    margin: 0 auto;
    max-width: 104.4rem;
  }
}
@media screen and (max-width: 768px) {
  .trainAccessSect__map {
    margin: 0 -2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .trainAccessSect__body {
    display: flex;
    gap: 4rem;
    margin-top: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .trainAccessSect__body {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .trainAccessSect__body + .caption {
    margin-top: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .trainAccessSect__body + .caption {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .trainAccessSect__item {
    flex: 1;
    max-width: 50.2rem;
  }
}
@media screen and (max-width: 768px) {
  .trainAccessSect__item + .trainAccessSect__item {
    margin-top: 4rem;
  }
}
.trainAccessSect__item--shinkansen {
  position: relative;
}
.trainAccessSect__photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .trainAccessSect__photos {
    gap: 3.8rem;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .trainAccessSect__photos {
    gap: 1rem;
    margin-top: 2rem;
  }
}
.trainAccessSect__photos .photo {
  height: -moz-fit-content;
  height: fit-content;
}
.trainAccessSect__photos .photo:nth-child(2) {
  margin-top: 4rem;
}
.accessList__ttl {
  align-items: center;
  background-color: #efece5;
  color: #17293a;
  display: flex;
  gap: 0.8rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .accessList__ttl {
    font-size: 2rem;
    height: 5.9rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .accessList__ttl {
    font-size: 1.6rem;
    height: 5rem;
    padding: 0 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .accessList__ttl + .accessList__body {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .accessList__ttl + .accessList__body {
    margin-top: 1.2rem;
  }
}
.accessList__ttl .dot {
  background-color: #17293a;
  border-radius: 50%;
  flex-shrink: 0;
  height: 0.6rem;
  width: 0.6rem;
}
.accessList__item {
  align-items: flex-end;
  border-bottom: 1px dashed #dcd7cb;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .accessList__item {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 768px) {
  .accessList__item {
    padding: 0.8rem 0;
  }
}
.accessList__item .station {
  letter-spacing: 0.05em;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .accessList__item .station {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .accessList__item .station {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .accessList__item .station .name {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .accessList__item .station .name {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .accessList__item .station .sub {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .accessList__item .station .sub {
    font-size: 1.4rem;
  }
}
.accessList__item .time {
  align-items: flex-end;
  color: #17293a;
  display: flex;
  line-height: 1;
  text-align: right;
}
.accessList__item .time .num {
  font-family: "EB Garamond", serif;
  letter-spacing: 0.04em;
  line-height: 0.7;
}
@media screen and (min-width: 768px) {
  .accessList__item .time .num {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .accessList__item .time .num {
    font-size: 2.8rem;
  }
}
.accessList__item .time .unit,
.accessList__item .time .sub {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .accessList__item .time .unit,
  .accessList__item .time .sub {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .accessList__item .time .unit,
  .accessList__item .time .sub {
    font-size: 1.4rem;
  }
}
.accessList__item .time .note {
  color: #475766;
  font-family: "YakuHanJP", "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .accessList__item .time .note {
    font-size: 1rem;
    padding-top: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .accessList__item .time .note {
    font-size: 1rem;
    padding-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .maglevSect {
    align-items: center;
    display: flex;
    gap: 4rem;
    padding: 16rem 0;
  }
}
@media screen and (max-width: 768px) {
  .maglevSect {
    padding: 8rem 0;
  }
}
@media screen and (min-width: 768px) {
  .maglevSect__head {
    width: 37.2rem;
  }
}
@media screen and (max-width: 768px) {
  .maglevSect__head + .maglevSect__cont {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .maglevSect__head .enTtl,
  .maglevSect__head .heading {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .maglevSect__head .accessList {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .maglevSect__head .accessList {
    margin-top: 2rem;
  }
}
.maglevSect__cont {
  position: relative;
}
@media screen and (min-width: 768px) {
  .maglevSect__cont {
    width: 78.8rem;
  }
}
@media screen and (min-width: 768px) {
  .maglevSect__cont .caption {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .maglevSect__cont .caption {
    margin-top: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .carAccessSect {
    padding: 14rem 0;
  }
}
@media screen and (max-width: 768px) {
  .carAccessSect {
    padding: 8rem 0;
  }
}
@media screen and (min-width: 768px) {
  .carAccessSect__head + .carAccessSect__cont {
    margin-top: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .carAccessSect__head + .carAccessSect__cont {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .carAccessSect__cont {
    margin: 0 auto;
    max-width: 89rem;
  }
}
@media screen and (max-width: 768px) {
  .carAccessSect__cont {
    margin: 0 -2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .taxiSect {
    align-items: center;
    display: flex;
    gap: 3.7rem;
    padding: 16rem 0;
  }
}
@media screen and (max-width: 768px) {
  .taxiSect {
    padding: 8rem 0;
  }
}
@media screen and (min-width: 768px) {
  .taxiSect__head {
    width: 54.3rem;
  }
}
@media screen and (max-width: 768px) {
  .taxiSect__head .enTtl {
    text-align: center;
  }
}
.taxiSect__cont {
  position: relative;
}
@media screen and (min-width: 768px) {
  .taxiSect__cont {
    width: 62rem;
  }
}
@media screen and (max-width: 768px) {
  .taxiSect__cont {
    margin-top: 4rem;
  }
}
/*# sourceMappingURL=style.css.map */
