.airportSect__head {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .airportSect__head + .airportSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .airportSect__head + .airportSect__cont {
    margin-top: 40px;
  }
}

.airportSect__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .airportSect__head {
    gap: 80px;
  }
}

@media screen and (max-width: 768px) {
  .airportSect__head {
    gap: 40px;
  }
}

.airportSect__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .airportSect__cont {
    gap: 80px;
  }
}

@media screen and (max-width: 768px) {
  .airportSect__cont {
    gap: 40px;
  }
}

@media screen and (min-width: 768px) {
  .airportSect__cont .subSect {
    display: grid;
    gap: 75px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .airportSect__cont .subSect__head + .subSect__cont {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .airportSect__cont + .airportSect__bottom {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .airportSect__cont + .airportSect__bottom {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .airportSect__bottom .swipeFigure {
    margin: 0 -40px 0 -24px;
  }
}

@media screen and (max-width: 768px) {
  .airportSect__bottom .swipeFigure__inner {
    height: 140px;
    padding-top: 60px;
  }
}

.bulletSect__head {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .bulletSect__head + .bulletSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .bulletSect__head + .bulletSect__cont {
    margin-top: 40px;
  }
}

.bulletSect__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .bulletSect__head {
    gap: 80px;
  }
}

@media screen and (max-width: 768px) {
  .bulletSect__head {
    gap: 40px;
  }
}

.bulletSect__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .bulletSect__cont {
    gap: 80px;
  }
}

@media screen and (max-width: 768px) {
  .bulletSect__cont {
    gap: 40px;
  }
}

@media screen and (min-width: 768px) {
  .bulletSect__cont .subSect {
    display: grid;
    gap: 80px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .bulletSect__cont .subSect__head + .subSect__cont {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .bulletSect__cont .subSect__cont .photo + .caption {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .bulletSect__cont .subSect__cont .photo + .caption {
    margin-top: 28px;
  }
}

@media screen and (min-width: 768px) {
  .carSect__head .sectVisual__ttl {
    width: calc(234 / 1440 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .carSect__head .sectVisual__ttl {
    width: 167px;
  }
}

@media screen and (min-width: 768px) {
  .carSect__head + .carSect__cont {
    margin-top: 160px;
  }
}

@media screen and (max-width: 768px) {
  .carSect__head + .carSect__cont {
    margin-top: 120px;
  }
}

.carSect__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .carSect__cont {
    gap: 120px;
  }
}

@media screen and (max-width: 768px) {
  .carSect__cont {
    gap: 120px;
  }
}

@media screen and (min-width: 768px) {
  .carSect__cont > .subSect > .subSect__head + .subSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .carSect__cont > .subSect > .subSect__head + .subSect__cont {
    margin-top: 80px;
  }
}

.carSect__cont > .subSect > .subSect__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .carSect__cont > .subSect > .subSect__cont {
    gap: 80px;
  }
}

@media screen and (max-width: 768px) {
  .carSect__cont > .subSect > .subSect__cont {
    gap: 64px;
  }
}

@media screen and (max-width: 768px) {
  .carSect__cont > .subSect > .subSect__cont .pinchInFigure {
    margin: 0 -24px;
  }
}

@media screen and (min-width: 768px) {
  .carSect__bottom {
    margin-top: 114px;
  }
}

@media screen and (max-width: 768px) {
  .carSect__bottom {
    margin-top: 80px;
  }
}

.carSect__bottom .generalSlider {
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .carSect__bottom .generalSlider {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1120px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .carSect__bottom .generalSlider {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .carSect__bottom .generalSlider {
    margin-left: -40px;
  }
}

@media screen and (min-width: 768px) {
  .carSect__bottom .generalSlider .swiper-slide {
    width: calc(500 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .carSect__bottom .generalSlider .swiper-slide {
    width: 295px;
  }
}

.carSect__bottom .generalSlider .swiper-slide .photo__capOut {
  position: static;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .introductionSect__head + .introductionSect__cont {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__head + .introductionSect__cont {
    margin-top: 80px;
  }
}

.introductionSect__cont {
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .introductionSect__cont {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1120px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .introductionSect__cont {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__cont {
    margin-left: -40px;
  }
}

@media screen and (min-width: 768px) {
  .introductionSect__cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.introductionSect__item {
  position: relative;
}

.introductionSect__ttl {
  color: #ffffff;
  font-family: "Marcellus", "Cormorant Garamond", serif;
  line-height: .7;
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .introductionSect__ttl {
    font-size: 24px;
    left: 32px;
    top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__ttl {
    font-size: 20px;
    left: 32px;
    top: 32px;
  }
}

.roadGuide__body {
  background-color: #ede6dc;
}

@media screen and (min-width: 768px) {
  .roadGuide__body {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    padding: 24px;
  }
}

@media screen and (max-width: 768px) {
  .roadGuide__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding: 16px;
  }
}

.roadCard {
  background-color: #b49975;
  color: #ffffff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .roadCard {
    padding: 20px 24px;
  }
}

@media screen and (max-width: 768px) {
  .roadCard {
    padding: 16px 12px;
  }
}

.roadCard__line {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
  letter-spacing: .04em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .roadCard__line {
    font-size: 18px;
    padding: 12px;
  }
}

@media screen and (max-width: 768px) {
  .roadCard__line {
    font-size: 13px;
    padding: 8px 12px;
  }
}

.roadCard__purpose {
  line-height: 1.9;
  letter-spacing: .04em;
}

.roadCard__purpose:before {
  content: '';
  margin-top: calc((1 - 1.9) * .5em);
}

.roadCard__purpose:after {
  margin-bottom: calc((1 - 1.9) * .5em);
}

.roadCard__purpose:before, .roadCard__purpose:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .roadCard__purpose {
    font-size: 22px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .roadCard__purpose {
    font-size: 18px;
    margin-top: 8px;
  }
}

.roadCard__distance {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-top: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .roadCard__distance {
    font-size: 18px;
    gap: 12px;
    margin-top: 12px;
    padding-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .roadCard__distance {
    font-size: 14px;
    gap: 8px;
    margin-top: 8px;
    padding-top: 8px;
  }
}

.roadCard__distance .num {
  font-family: "Marcellus", "Cormorant Garamond", serif;
  letter-spacing: .04em;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .roadCard__distance .num {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .roadCard__distance .num {
    font-size: 28px;
  }
}

.routeSearch {
  background-color: #ebe5db;
  border: 1px solid  #ffffff;
  margin: 0 -1px;
}

@media screen and (min-width: 768px) {
  .routeSearch {
    padding: 64px 104px;
  }
}

@media screen and (max-width: 768px) {
  .routeSearch {
    margin: 0 -8px;
    padding: 40px 24px;
  }
}

.routeSearch__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .routeSearch__head {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .routeSearch__head {
    gap: 24px;
  }
}

@media screen and (min-width: 768px) {
  .routeSearch__head .routeSearch__lead {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .routeSearch__head .routeSearch__lead {
    font-size: 12px;
  }
}

.routeSearch__lead {
  line-height: 2.2;
  color: #91765d;
  letter-spacing: .05em;
  text-align: center;
  width: 100%;
}

.routeSearch__lead:before {
  content: '';
  margin-top: calc((1 - 2.2) * .5em);
}

.routeSearch__lead:after {
  margin-bottom: calc((1 - 2.2) * .5em);
}

.routeSearch__lead:before, .routeSearch__lead:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .routeSearch__lead {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .routeSearch__lead {
    font-size: 14px;
  }
}

.routeSearch__lead strong {
  font-weight: normal;
}

.routeSearch__txt {
  line-height: 1.8;
  color: #91765d;
  letter-spacing: .05em;
  text-align: center;
  width: 100%;
}

.routeSearch__txt:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.routeSearch__txt:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.routeSearch__txt:before, .routeSearch__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .routeSearch__txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .routeSearch__txt {
    font-size: 10px;
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .routeSearch__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .routeSearch__form {
    margin-top: 24px;
  }
}

.routeSearch__form .inputBox {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (min-width: 768px) {
  .routeSearch__form .inputBox {
    height: 45px;
    width: 448px;
  }
}

@media screen and (max-width: 768px) {
  .routeSearch__form .inputBox {
    height: 42px;
  }
}

@media screen and (max-width: 768px) {
  .routeSearch__form .inputBox + .inputBox {
    margin-top: 12px;
  }
}

.routeSearch__form .inputBox__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #beb098;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .04em;
}

@media screen and (min-width: 768px) {
  .routeSearch__form .inputBox__ttl {
    font-size: 18px;
    width: 88px;
  }
}

@media screen and (max-width: 768px) {
  .routeSearch__form .inputBox__ttl {
    font-size: 14px;
    width: 76px;
  }
}

.routeSearch__form .inputBox__field {
  border: 0;
  color: #996d26;
  letter-spacing: .05em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .routeSearch__form .inputBox__field {
    font-size: 16px;
    padding-left: 24px;
    width: calc(100% - 88px);
  }
}

@media screen and (max-width: 768px) {
  .routeSearch__form .inputBox__field {
    font-size: 14px;
    padding-left: 16px;
    width: calc(100% - 76px);
  }
}

.routeSearch__form .inputBox__field:focus {
  outline: 2px solid #1976d2;
  outline-offset: 2px;
}

.routeSearch__form .inputBox__field.error {
  border-color: #d32f2f;
  -webkit-box-shadow: 0 0 0 2px rgba(211, 47, 47, 0.2);
          box-shadow: 0 0 0 2px rgba(211, 47, 47, 0.2);
}

.routeSearch__form .inputBox__field.error:focus {
  border-color: #d32f2f;
  -webkit-box-shadow: 0 0 0 2px rgba(211, 47, 47, 0.3);
          box-shadow: 0 0 0 2px rgba(211, 47, 47, 0.3);
}

.routeSearch__form .submitButton {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #b49975;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .04em;
  line-height: 1;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .routeSearch__form .submitButton {
    font-size: 18px;
    gap: 8px;
    height: 60px;
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .routeSearch__form .submitButton {
    font-size: 16px;
    gap: 8px;
    height: 45px;
    margin-top: 24px;
    width: 240px;
  }
}

.routeSearch__form .submitButton__item {
  color: #ffffff;
  padding: 0;
}

.routeSearch__form .submitButton__item:focus {
  outline: 2px solid #1976d2;
  outline-offset: 2px;
}

.routeSearch__form .submitButton .icon {
  aspect-ratio: 1 / 1;
}

@media screen and (min-width: 768px) {
  .routeSearch__form .submitButton .icon {
    width: 32px;
  }
}

@media screen and (max-width: 768px) {
  .routeSearch__form .submitButton .icon {
    width: 24px;
  }
}

@media screen and (max-width: 768px) {
  .routeSearch__form .routeSearch__lead {
    font-size: 10px;
    margin-top: 24px;
    text-align: left;
  }
}

.routeSearch__form .error-message {
  color: #d32f2f;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .routeSearch__form .error-message {
    font-size: 14px;
    right: 24px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media screen and (max-width: 768px) {
  .routeSearch__form .error-message {
    font-size: 12px;
    right: 0;
    top: 100%;
  }
}

.routeSearch__form .error-message.error {
  display: block;
}

.trafficList + .caption {
  margin-top: 32px;
}

.trafficList__head {
  line-height: 1.9;
  border-bottom: 1px solid #beb098;
  letter-spacing: .02em;
}

.trafficList__head:before {
  content: '';
  margin-top: calc((1 - 1.9) * .5em);
}

.trafficList__head:after {
  margin-bottom: calc((1 - 1.9) * .5em);
}

.trafficList__head:before, .trafficList__head:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .trafficList__head {
    font-size: 18px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  .trafficList__head {
    font-size: 16px;
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 768px) {
  .trafficList__head + .trafficList__body {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .trafficList__head + .trafficList__body {
    margin-top: 16px;
  }
}

.trafficList__body {
  display: grid;
}

@media screen and (min-width: 768px) {
  .trafficList__body {
    gap: 24px 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .trafficList__body {
    gap: 32px 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.trafficCard__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: .04em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .trafficCard__head {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 8px;
  }
}

@media screen and (max-width: 768px) {
  .trafficCard__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.trafficCard__station {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .trafficCard__station {
    font-size: 24px;
    letter-spacing: .04em;
  }
}

@media screen and (max-width: 768px) {
  .trafficCard__station {
    font-size: 15px;
    letter-spacing: 0;
  }
}

.trafficCard__minutes {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .trafficCard__minutes {
    font-size: 24px;
    gap: 8px;
  }
}

@media screen and (max-width: 768px) {
  .trafficCard__minutes {
    -ms-flex-item-align: end;
        align-self: flex-end;
    font-size: 14px;
    gap: 4px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.trafficCard__minutes .num {
  color: #beb098;
  display: inline-block;
  letter-spacing: 0;
  line-height: .9;
}

@media screen and (min-width: 768px) {
  .trafficCard__minutes .num {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) {
  .trafficCard__minutes .num {
    font-size: 24px;
  }
}

.trafficCard__minutes .option {
  display: inline-block;
  letter-spacing: .04em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .trafficCard__minutes .option {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .trafficCard__minutes .option {
    font-size: 11px;
    text-align: right;
    width: 100%;
  }
}

.trafficCard__note {
  line-height: 1.5;
  letter-spacing: .05em;
}

.trafficCard__note:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.trafficCard__note:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.trafficCard__note:before, .trafficCard__note:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .trafficCard__note {
    font-size: 12px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .trafficCard__note {
    font-size: 10px;
    margin-top: 16px;
  }
}

.trafficSect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .trafficSect {
    gap: 80px;
  }
}

@media screen and (max-width: 768px) {
  .trafficSect {
    gap: 64px;
  }
}

@media screen and (max-width: 768px) {
  .trafficSect__cont .swipeFigure {
    margin: 0 -40px 0 -24px;
  }
}

.trafficSect__cont .swipeFigure + .caption {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .trafficSect__cont .swipeFigure + .caption {
    margin-left: -24px;
  }
}

@media screen and (max-width: 768px) {
  .trafficSect__cont .swipeFigure__inner {
    height: 318px;
  }
}

.trafficSect__cont .swipeFigure__capIn, .trafficSect__cont .swipeFigure__capOut {
  left: 0;
  right: auto;
}

@media screen and (min-width: 768px) {
  .trafficSect__figure {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .trafficSect__figure {
    padding: 64px 0;
  }
}

@media screen and (min-width: 768px) {
  .trafficSect__figure .subSect__head + .subSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .trafficSect__figure .subSect__head + .subSect__cont {
    margin-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .trafficSect__figure .subSect__cont .swipeFigure + .caption {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .trafficSect__figure .subSect__cont .swipeFigure + .caption {
    margin-top: 28px;
  }
}

@media screen and (max-width: 768px) {
  .trafficSect__figure .subSect__cont .swipeFigure__inner {
    height: 242px;
    margin: 0 -40px 0 -24px;
  }
}

.trafficSect__figure .subSect__cont .swipeFigure__capIn, .trafficSect__figure .subSect__cont .swipeFigure__capOut {
  left: 0;
  right: auto;
}

@media screen and (max-width: 768px) {
  .trafficSect__list {
    margin: 0 -24px;
  }
}

@media screen and (min-width: 768px) {
  .trafficSect__list .trafficList__item:nth-child(1) {
    grid-column: 1 / 4;
  }
}

.trafficSect__bottom .generalSlider {
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .trafficSect__bottom .generalSlider {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1120px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .trafficSect__bottom .generalSlider {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .trafficSect__bottom .generalSlider {
    margin-left: -40px;
  }
}

@media screen and (min-width: 768px) {
  .trafficSect__bottom .generalSlider .swiper-slide {
    width: calc(500 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .trafficSect__bottom .generalSlider .swiper-slide {
    width: 295px;
  }
}

.trafficSect__bottom .generalSlider .swiper-slide .photo__capOut {
  position: static;
  text-align: right;
}

.trainSect {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .trainSect {
    padding: 120px 0;
  }
}

@media screen and (max-width: 768px) {
  .trainSect {
    padding: 120px 0;
  }
}

.trainSect:after {
  width: calc(100vw - var(--scrollbar));
  background-color: #ffffff;
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .trainSect:after {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1120px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .trainSect:after {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .trainSect:after {
    margin-left: -40px;
  }
}

@media screen and (min-width: 768px) {
  .trainSect__head + .trainSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .trainSect__head + .trainSect__cont {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .trainSect__cont {
    margin: 0 -24px;
  }
}

.trainGuidance {
  background-color: #ffffff;
  border: 16px solid #ede6dc;
  line-height: 1;
  position: relative;
}

@media screen and (min-width: 768px) {
  .trainGuidance {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    padding: 24px;
  }
}

@media screen and (max-width: 768px) {
  .trainGuidance {
    border-width: 8px;
    padding: 8px 16px;
  }
}

@media screen and (min-width: 768px) {
  .trainGuidance + .caption {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .trainGuidance + .caption {
    margin-top: 24px;
  }
}

.trainGuidance__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000000;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .trainGuidance__label {
    font-size: 18px;
    height: 40px;
    left: 40px;
    top: -24px;
    width: 340px;
  }
}

@media screen and (max-width: 768px) {
  .trainGuidance__label {
    font-size: 13px;
    height: 24px;
    left: 32px;
    top: -8px;
    width: 167px;
  }
}

.trainGuidance__desc {
  letter-spacing: .04em;
}

@media screen and (min-width: 768px) {
  .trainGuidance__desc {
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  .trainGuidance__desc {
    font-size: 11px;
  }
}

.trainGuidance__desc .total {
  display: inline-block;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .trainGuidance__desc .total {
    font-size: 40px;
    margin-left: 12px;
  }
}

@media screen and (max-width: 768px) {
  .trainGuidance__desc .total {
    font-size: 18px;
    margin-left: 8px;
  }
}

.trainGuidance__desc .total .num {
  color: #beb098;
  font-family: "Marcellus", "Cormorant Garamond", serif;
  letter-spacing: .04em;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .trainGuidance__desc .total .num {
    font-size: 72px;
  }
}

@media screen and (max-width: 768px) {
  .trainGuidance__desc .total .num {
    font-size: 40px;
  }
}

.trainGuidance__option {
  background-color: #b49975;
  color: #ffffff;
  letter-spacing: .04em;
  line-height: 1.25;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .trainGuidance__option {
    font-size: 24px;
    padding: 4px 6px;
  }
}

@media screen and (max-width: 768px) {
  .trainGuidance__option {
    font-size: 14px;
    margin-top: 8px;
    padding: 4px 16px;
  }
}

@media screen and (min-width: 768px) {
  .travelSect__head .sectVisual__ttl {
    width: calc(220 / 1440 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .travelSect__head .sectVisual__ttl {
    width: 157px;
  }
}

@media screen and (min-width: 768px) {
  .travelSect__head + .travelSect__cont {
    margin-top: 160px;
  }
}

@media screen and (max-width: 768px) {
  .travelSect__head + .travelSect__cont {
    margin-top: 120px;
  }
}

.travelSect__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .travelSect__cont {
    gap: 120px;
  }
}

@media screen and (max-width: 768px) {
  .travelSect__cont {
    gap: 120px;
  }
}

@media screen and (min-width: 768px) {
  .travelSect__cont > .subSect > .subSect__head + .subSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .travelSect__cont > .subSect > .subSect__head + .subSect__cont {
    margin-top: 80px;
  }
}

.travelSect__cont > .subSect > .subSect__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .travelSect__cont > .subSect > .subSect__cont {
    gap: 120px;
  }
}

@media screen and (max-width: 768px) {
  .travelSect__cont > .subSect > .subSect__cont {
    gap: 120px;
  }
}

@media screen and (min-width: 768px) {
  .access-introduction {
    padding-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .access-introduction {
    padding-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .access-traffic {
    padding-top: 160px;
  }
}

@media screen and (max-width: 768px) {
  .access-traffic {
    padding-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .access-train {
    padding-top: 160px;
  }
}

@media screen and (max-width: 768px) {
  .access-train {
    padding-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .access-route {
    padding: 160px 0;
  }
}

@media screen and (max-width: 768px) {
  .access-route {
    padding: 120px 0;
  }
}

@media screen and (min-width: 768px) {
  .access-car {
    padding: 215px 0 160px;
  }
}

@media screen and (max-width: 768px) {
  .access-car {
    padding: 175px 0 120px;
  }
}
