.trainSect__head {
  background: #fff;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .trainSect__head {
    padding: 18rem 0 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .trainSect__head {
    padding: 8rem 2rem 2.4rem;
  }
}
.trainSect__ttl {
  color: #231815;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .trainSect__ttl {
    font-size: 2.6rem;
    margin-top: 4.22rem;
  }
}
.trainSect__ttl {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .trainSect__ttl {
    font-size: 2rem;
    letter-spacing: 0.028em;
  }
}
.trainSect__body {
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .trainSect__body {
    padding: 4rem 0 18.9rem;
  }
}
@media screen and (max-width: 768px) {
  .trainSect__body {
    padding: 4rem 0 8rem;
  }
}
.trainSect__txt {
  color: #555;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .trainSect__txt {
    font-size: 1.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .trainSect__txt {
    font-size: 1.3rem;
    line-height: 1.6;
    padding: 0 2rem;
  }
}
.trainSect__cardsCap {
  color: #8a8a8a;
  font-family: "YakuHanMP", "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .trainSect__cardsCap {
    font-size: 1rem;
    max-width: 120.8rem;
    padding-top: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .trainSect__cardsCap {
    font-size: 1rem;
    max-width: 35rem;
    padding-top: 0.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .trainSect__map {
    margin: 9rem auto 0;
    width: 73.8rem;
  }
}
@media screen and (max-width: 768px) {
  .trainSect__map {
    margin: 3.2rem auto 0;
    width: 35rem;
  }
}
@media print, screen and (min-width: 768px) {
  .trainSect__cards {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .trainSect__cards {
    margin-top: 3.2rem;
  }
}
.trainSect__cards .usableList--access {
  display: grid;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .trainSect__cards .usableList--access {
    gap: 4rem;
    grid-template-columns: repeat(3, minmax(0, 37.6rem));
  }
}
@media screen and (max-width: 768px) {
  .trainSect__cards .usableList--access {
    gap: 3.2rem 2rem;
    grid-template-columns: repeat(2, 16.5rem);
  }
}
.trainSect__cards--sub {
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .trainSect__cards--sub {
    margin-top: 0;
    padding: 6rem 0 8.9rem;
  }
}
@media screen and (max-width: 768px) {
  .trainSect__cards--sub {
    margin-top: 0;
    padding: 4rem 0;
  }
}
.stationCard {
  margin: 0;
}
.stationCard__visual .photo__image {
  aspect-ratio: 376/250;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.stationCard__cap {
  align-items: flex-end;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .stationCard__cap {
    justify-content: space-between;
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .stationCard__cap {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 1.2rem;
  }
}
.stationCard__name {
  color: #231815;
  letter-spacing: 0.12em;
}
@media print, screen and (min-width: 768px) {
  .stationCard__name {
    font-size: 2.6rem;
    line-height: 1.6;
  }
}
@media print and (min-width: 900px), screen and (min-width: 768px) and (min-width: 900px) {
  .stationCard__name {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .stationCard__name {
    font-size: 2rem;
  }
}
.stationCard__nameSub {
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .stationCard__nameSub {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .stationCard__nameSub {
    font-size: 1.3rem;
  }
}
.stationCard__time {
  align-items: flex-end;
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .stationCard__time {
    gap: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .stationCard__time {
    align-self: flex-end;
    gap: 0.2rem;
  }
}
.stationCard__direct {
  line-height: 1.2;
}
.stationCard__direct:before {
  content: "";
  margin-top: calc((1 - 1.2) * 0.5em);
}
.stationCard__direct:after {
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
.stationCard__direct:before, .stationCard__direct:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.stationCard__direct {
  color: #231815;
  letter-spacing: 0.08em;
  white-space: normal;
}
@media print, screen and (min-width: 768px) {
  .stationCard__direct {
    font-size: 1.6rem;
    width: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .stationCard__direct {
    font-size: 1.2rem;
    letter-spacing: 0;
    width: 1.6rem;
  }
}
.stationCard__num {
  color: #00aec4;
  display: block;
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  height: 0.75em;
  letter-spacing: 0.12em;
  line-height: 0.75;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .stationCard__num {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .stationCard__num {
    font-size: 2.8rem;
  }
}
.stationCard__unit {
  color: #231815;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 768px) {
  .stationCard__unit {
    line-height: 2;
  }
  .stationCard__unit:before {
    content: "";
    margin-top: calc((1 - 2) * 0.5em);
  }
  .stationCard__unit:after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
  .stationCard__unit:before, .stationCard__unit:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .stationCard__unit {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .stationCard__unit {
    line-height: 1.6;
  }
  .stationCard__unit:before {
    content: "";
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .stationCard__unit:after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
  .stationCard__unit:before, .stationCard__unit:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .stationCard__unit {
    font-size: 1.2rem;
  }
}
.stationCard--magenta .stationCard__num {
  color: #d7167d;
}
.crossSect {
  background: #fff;
}
.crossSect__inner {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .crossSect__inner {
    display: block;
  }
}
.crossSect__cont {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .crossSect__cont {
    margin-left: -0.4rem;
  }
}
.crossSect__ttl {
  color: #231815;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.6;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .crossSect__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .crossSect__ttl {
    font-size: 2rem;
  }
}
.crossSect__txt {
  color: #555;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 768px) {
  .crossSect__txt {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 3.44rem;
  }
}
@media screen and (max-width: 768px) {
  .crossSect__txt {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .crossSect__figure {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .crossSect__figure {
    margin: 3.2rem auto 0;
  }
}
.crossSect__photoCap {
  color: #fff;
  filter: drop-shadow(0 0 0.2rem rgba(0, 0, 0, 0.8));
  font-family: "YakuHanMP", "Noto Serif JP", serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  position: absolute;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .crossSect__photoCap {
    bottom: 3.2rem;
    left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .crossSect__photoCap {
    bottom: 1.6rem;
    left: 1.6rem;
  }
}
.crossSect__photo {
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .crossSect__photo {
    margin-left: auto;
    margin-right: calc((120rem - 100vw) / 2);
  }
}
@media screen and (max-width: 768px) {
  .crossSect__photo {
    margin: 3.2rem -2.1rem 0;
  }
}
.crossSect__photo .photo__image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .crossSect__photo .photo__image {
    height: auto;
  }
}
.crossSect__photo .photo + .caption {
  bottom: 1rem;
  position: absolute;
  right: 1rem;
}
.crossSect__photo::before {
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../imgs/img-ghost.jpg");
  background-repeat: no-repeat, no-repeat;
  content: "";
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .crossSect__photo::before {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .crossSect--motogo .crossSect__inner {
    align-items: flex-start;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .crossSect--motogo .crossSect__inner {
    padding: 5.5rem 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .crossSect--motogo .crossSect__cont {
    margin-left: auto;
    margin-top: 8.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .crossSect--motogo .crossSect__photo {
    height: 39.2rem;
    width: 74.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .crossSect--motogo .crossSect__photo .photo,
  .crossSect--motogo .crossSect__photo .photo__pic,
  .crossSect--motogo .crossSect__photo .photo__image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.crossSect--motogo .crossSect__photo .photo__capOut {
  color: #231815;
  font-family: "YakuHanMP", "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .crossSect--motogo .crossSect__photo .photo__capOut {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .crossSect--motogo .crossSect__photo::before {
    background-position: 0 0, 31.99% 50.25%;
    background-size: 100% 100%, 147.24% 145.43%;
    height: 26.2rem;
    left: -11.2rem;
    top: -4rem;
    width: 52.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .crossSect--shinkansen {
    padding-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .crossSect--shinkansen {
    padding-top: 5.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .crossSect--shinkansen .crossSect__inner {
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 768px) {
  .crossSect--shinkansen .crossSect__cont {
    width: 50.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .crossSect--shinkansen .crossSect__figure {
    margin-left: auto;
    margin-right: auto;
    width: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .crossSect--shinkansen .crossSect__figure {
    width: 22rem;
  }
}
@media print, screen and (min-width: 768px) {
  .crossSect--shinkansen .crossSect__photo {
    height: 41.6rem;
    margin-top: 4.6rem;
    width: 74rem;
  }
}
@media print, screen and (min-width: 768px) {
  .crossSect--shinkansen .crossSect__photo::before {
    background-position: 0 0, 31.99% 50.25%;
    background-size: 100% 100%, 147.24% 145.43%;
    height: 27rem;
    left: -9.6rem;
    top: -3.2rem;
    width: 48rem;
  }
}
@media print, screen and (min-width: 768px) {
  .crossSect--airport .crossSect__inner {
    align-items: flex-start;
    flex-direction: row-reverse;
    padding-bottom: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .crossSect--airport .crossSect__inner {
    display: flex;
    flex-direction: column;
    padding-top: 5.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .crossSect--airport .crossSect__cont {
    margin-left: 0;
    margin-right: -0.4rem;
    width: 52.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .crossSect--airport .crossSect__figure {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .crossSect--airport .crossSect__figure {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .crossSect--airport .crossSect__photo {
    height: 41.6rem;
    margin-left: calc((120rem - 100vw) / 2);
    margin-right: auto;
    margin-top: 0.1rem;
    width: 74rem;
  }
}
@media screen and (max-width: 768px) {
  .crossSect--airport .crossSect__photo {
    order: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .crossSect--airport .crossSect__photo::before {
    background-position: 0 0, 17.32% 50.25%;
    background-size: 100% 100%, 245.41% 145.43%;
    height: 27rem;
    left: 54.8rem;
    top: 17.8rem;
    width: 28.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .crossSect--car .crossSect__cont {
    width: 52.1rem;
  }
}
@media screen and (max-width: 768px) {
  .crossSect--car .crossSect__inner {
    padding-top: 5.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .crossSect--car .crossSect__photo {
    height: 41.6rem;
    margin-bottom: 3.2rem;
    width: 74rem;
  }
}
@media print, screen and (min-width: 768px) {
  .crossSect--car .crossSect__photo::before {
    background-position: 0 0, 17.87% 70.26%;
    background-size: 100% 100%, 184.56% 135.21%;
    height: 38.4rem;
    left: -9.6rem;
    top: 6.4rem;
    width: 48rem;
  }
}
.rankSect {
  background: #ebf9fa;
}
@media print, screen and (min-width: 768px) {
  .rankSect__inner {
    align-items: center;
    display: flex;
    gap: 6.4rem;
    margin: 0 auto;
    max-width: 100rem;
    padding: 6rem 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .rankSect__inner {
    padding: 4rem 2.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .rankSect__cont {
    flex: 1;
    min-width: 0;
  }
}
.rankSect__ttl {
  color: #231815;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.6;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .rankSect__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .rankSect__ttl {
    font-size: 2rem;
  }
}
.rankSect__txt {
  color: #555;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 768px) {
  .rankSect__txt {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 3.44rem;
  }
}
@media screen and (max-width: 768px) {
  .rankSect__txt {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-top: 2rem;
  }
}
.rankSect__note {
  color: #8a8a8a;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.12em;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .rankSect__note {
    font-size: 1rem;
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .rankSect__note {
    font-size: 1rem;
    margin-top: 2rem;
  }
}
.rankSect__figures {
  display: flex;
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .rankSect__figures {
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .rankSect__figures {
    gap: 2rem;
    justify-content: center;
    margin-top: 3.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .rankSect__figure {
    width: 20.8rem;
  }
}
@media screen and (max-width: 768px) {
  .rankSect__figure {
    width: 15rem;
  }
}
.currentPage--access {
  background: transparent;
  font-family: "YakuHanMP", "Noto Serif JP", serif;
}
.access-slit {
  display: flex;
  height: 0.8rem;
}
.access-slit::before, .access-slit::after {
  background: #fff;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .access-slit::before, .access-slit::after {
    flex: 1;
  }
  .access-slit__window {
    flex: 0 0 120.9rem;
  }
}
@media screen and (max-width: 768px) {
  .access-slit::before, .access-slit::after {
    flex: 0 0 2rem;
  }
  .access-slit__window {
    flex: 1;
  }
}
.access-divider {
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .access-divider {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 768px) {
  .access-divider {
    padding: 4rem 0;
  }
}
.access-divider::after {
  border-top: 1px solid #999;
  content: "";
  display: block;
  margin: 0 auto;
  width: 4rem;
}
.access-roadMap {
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .access-roadMap {
    padding: 6rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .access-roadMap {
    padding: 4rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .access-roadMap .swipeFigure {
    height: 28.7rem;
  }
}
.access-roadMap .photo {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .access-roadMap .photo {
    width: 99.9rem;
  }
}
@media screen and (max-width: 768px) {
  .access-roadMap .photo {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .access-roadMap .photo__pic {
    display: block;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .access-roadMap .photo__image {
    height: 100%;
    max-width: none;
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
  }
}
/*# sourceMappingURL=style.css.map */
