.accessBox {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .accessBox {
    width: 998px;
  }
}

.accessBox__head {
  border-bottom: 1px solid #b0aca2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .05em;
  padding-bottom: 20px;
}

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

@media screen and (max-width: 768px) {
  .accessBox__head {
    font-size: 14px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .accessBox__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    row-gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .accessBox__cont {
    margin: 20px -1px 0;
  }
}

.accessBox__item {
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .accessBox__item {
    width: 312px;
  }
}

.accessBox__item .caption {
  border-top: 1px solid #807e79;
  color: #262521;
  font-size: 10px;
  line-height: 1;
  margin-top: 16px;
  padding-top: 10px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .accessBox__item + .accessBox__item {
    margin-top: 20px;
  }
}

.accessBox__station {
  font-size: 18px;
}

.accessBox__station .middle {
  font-size: 22px;
}

.accessBox__station .large {
  font-size: 24px;
}

.accessBox__min {
  font-size: 18px;
}

.accessBox__min .num {
  font-family: "Cormorant Infant", serif;
  font-size: 44px;
  line-height: .7;
}

.accessBox__min .small {
  font-size: 10px;
}

.blockArea {
  position: relative;
}

.blockArea__bg {
  width: calc(100vw - var(--scrollbar));
  background-attachment: fixed;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  inset: 0;
  position: absolute;
}

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

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

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

.blockArea__bg:after {
  background: no-repeat center top / 100% 100%;
  background-image: url("../imgs/bg-keio-01@1.5x.jpg");
  content: '';
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.busDetail {
  position: relative;
}

.busDetail__head {
  color: #7d6628;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

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

@media screen and (max-width: 768px) {
  .busDetail__head {
    text-align: center;
  }
}

.busDetail__cont {
  border-top: 1px solid #b0aca2;
  padding-top: 20px;
}

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

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

.busDetail__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  .busDetail__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .busDetail__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.busDetail__list + .caption {
  margin-top: 10px;
}

.busDetail__item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  padding-left: 6px;
  position: relative;
  white-space: nowrap;
}

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

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

.busDetail__item:before {
  aspect-ratio: 1 / 1;
  background-color: #7d6628;
  border-radius: 50%;
  content: '';
  left: 0;
  position: absolute;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
}

.busDetail__item:first-child {
  padding-left: 14px;
}

.busSect {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .busSect {
    width: 1200px;
  }
}

@media screen and (min-width: 768px) {
  .busSect__head, .busSect__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .busSect__head .busSect__item:first-child {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .busSect__head .busSect__item:first-child .headingCombi {
    width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .busSect__head .busSect__item:first-child .headingCombi {
    margin: 0 -2px;
  }
}

@media screen and (max-width: 768px) {
  .busSect__head .busSect__item:first-child .headingCombi .heading + .txt {
    font-size: 13px;
    letter-spacing: 0;
  }
}

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

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

@media screen and (max-width: 768px) {
  .busSect__cont .busSect__item:first-child {
    margin: 0 -32px;
  }
}

@media screen and (min-width: 768px) {
  .busSect__item {
    width: 572px;
  }
}

.busSect__item .photo + .caption {
  margin-top: 10px;
  text-align: right;
}

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

@media screen and (max-width: 768px) {
  .distanceSect__head {
    margin-left: -32px;
    width: calc(100vw - var(--scrollbar));
  }
}

@media screen and (min-width: 768px) {
  .distanceSect__head {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .distanceSect__head {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    width: calc(1220px - ((1440px - 1200px) / 2) + ((calc(100vw - var(--scrollbar)) - 1200px) / 2));
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .distanceSect__head {
    margin-left: auto;
    width: calc(1220px);
  }
}

@media screen and (max-width: 768px) {
  .distanceSect__head {
    padding-right: 32px;
  }
}

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

@media screen and (max-width: 768px) {
  .distanceSect__head + .distanceSect__cont {
    margin-top: 60px;
  }
}

.distanceSect__item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .distanceSect__item {
    width: calc(406 / 1440 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .distanceSect__item .photo__image {
    max-width: unset;
    width: 100%;
  }
}

.distanceSect__item .ttl {
  bottom: 10px;
  color: #ffffff;
  font-family: "Cormorant Infant", serif;
  line-height: 1;
  position: absolute;
  right: 15px;
}

@media screen and (min-width: 768px) {
  .distanceSect__item .ttl {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .distanceSect__item .ttl {
    font-size: 20px;
  }
}

.distanceSect__item .caption {
  bottom: -20px;
  color: #262521;
  line-height: 1;
  margin-top: 15px;
  position: absolute;
  right: 0;
  text-align: right;
}

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

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .distanceSect__cont {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .distanceSect__copy {
    max-width: 415px;
    width: calc(415 / 1440 * 100vw);
  }
}

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

.distanceSect__copy .headingCombi .heading {
  color: #0d0d0c;
}

@media screen and (max-width: 768px) {
  .distanceSect__copy .headingCombi .heading {
    padding: 0 24px;
    text-align: center;
  }
}

.distanceSect__copy .headingCombi .heading + .txt {
  color: #262521;
}

@media screen and (max-width: 768px) {
  .distanceSect__copy .headingCombi .heading + .txt {
    padding: 0 24px;
  }
}

@media screen and (min-width: 768px) {
  .distanceSect__copy .headingCombi + .photo {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .distanceSect__copy .headingCombi + .photo {
    margin: calc(40 / 390 * 100vw) auto 0;
    width: 261px;
  }
}

@media screen and (min-width: 768px) {
  .distanceSect__map {
    width: calc(748 / 1440 * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .distanceSect__map {
    margin-left: -32px;
    width: calc(100vw - var(--scrollbar));
  }
}

@media screen and (min-width: 768px) {
  .introductionSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.introductionSect__head {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .introductionSect__head {
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    width: calc(748px - ((1440px - 1200px) / 2) + ((calc(100vw - var(--scrollbar)) - 1200px) / 2));
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .introductionSect__head {
    margin-right: auto;
    width: calc(748px);
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__head {
    margin-left: auto;
    margin-right: -32px;
    width: calc(100vw - 32px);
  }
}

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

@media screen and (max-width: 768px) {
  .introductionSect__head .photo {
    padding-left: 24px;
  }
}

@media screen and (min-width: 768px) {
  .introductionSect__cont {
    width: 400px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1220px) {
  .introductionSect__cont {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__cont .headingCombi {
    margin-right: -11px;
    padding: 0 0 0 24px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__cont .headingCombi .heading + .txt {
    letter-spacing: 0;
    width: 263px;
  }
}

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

@media screen and (max-width: 768px) {
  .introductionSect__bottom {
    margin: 80px -26px 0;
  }
}

.keioSect {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .keioSect {
    padding: 200px 0;
    width: 998px;
  }
}

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

@media screen and (min-width: 768px) {
  .keioSect__head {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .keioSect__head .keioSect__item:first-child .photo {
    margin-left: -32px;
  }
}

@media screen and (max-width: 768px) {
  .keioSect__head .keioSect__item:nth-child(2) .photo {
    margin-right: -32px;
  }
}

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

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

@media screen and (max-width: 768px) {
  .keioSect__cont .swipeFigure__body {
    height: 247px;
    margin-right: -32px;
  }
}

@media screen and (max-width: 768px) {
  .keioSect__cont .swipeFigure__capOut {
    padding-right: 5px;
  }
}

.keioSect__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .keioSect__bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .keioSect__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 104px;
  }
}

@media screen and (max-width: 768px) {
  .keioSect__bottom .keioSect__item:first-child {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .keioSect__bottom .keioSect__item:nth-child(2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .keioSect__item {
    width: 471px;
  }
}

@media screen and (min-width: 768px) {
  .keioSect__item .headingCombi .heading + .txt {
    letter-spacing: 0;
    margin-top: 26px;
  }
}

@media screen and (min-width: 768px) {
  .keioSect__item .headingCombi + .photo {
    margin-top: 35px;
  }
}

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

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

.keioSect__route {
  margin-top: 40px;
  position: relative;
}

.keioSect__route .ttl {
  color: #262521;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  padding-left: 14px;
  position: relative;
}

.keioSect__route .ttl:before {
  aspect-ratio: 1 / 1;
  background-color: #7d6628;
  border-radius: 50%;
  content: '';
  left: 0;
  position: absolute;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
}

@media screen and (min-width: 768px) {
  .keioSect__route .ttl {
    font-size: 15px;
  }
}

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

.keioSect__route .ttl + .photo {
  margin-top: 20px;
}

.keioSect__route .ttl + .photo + .caption {
  color: #262521;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  line-height: 1.5;
  margin-top: 10px;
  text-align: right;
}

.planeDetail {
  position: relative;
}

.planeDetail__head {
  color: #7d6628;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

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

@media screen and (max-width: 768px) {
  .planeDetail__head {
    line-height: 1.4;
    text-align: center;
  }
}

.planeDetail__cont {
  border-top: 1px solid #b0aca2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .planeDetail__cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .planeDetail__cont {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.planeDetail__item {
  color: #0d0d0c;
}

@media screen and (min-width: 768px) {
  .planeDetail__item {
    font-size: 18px;
    letter-spacing: .05em;
  }
}

@media screen and (max-width: 768px) {
  .planeDetail__item {
    font-size: 13px;
    letter-spacing: .1em;
  }
}

.planeDetail__item .num {
  color: #7d6628;
  font-family: "Cormorant Infant", serif;
  font-weight: 100;
  line-height: .7;
}

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

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

.planeDetail__item .caption {
  color: #0d0d0c;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 10px;
}

.planeDetail__item:first-child {
  position: relative;
}

.planeDetail__item:first-child:before {
  background-color: #b0aca2;
  content: '';
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
}

@media screen and (min-width: 768px) {
  .planeDetail__item:first-child:before {
    right: -18px;
  }
}

@media screen and (max-width: 768px) {
  .planeDetail__item:first-child:before {
    right: -18px;
  }
}

@media screen and (max-width: 768px) {
  .planeDetail__item:nth-child(2) .num {
    line-height: 1.2;
  }
}

.planeSect {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .planeSect {
    padding: 200px 0;
    width: 998px;
  }
}

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

.planeSect__head, .planeSect__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .planeSect__head, .planeSect__cont {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .planeSect__head, .planeSect__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .planeSect__head .planeSect__item:first-child {
    margin-top: 34px;
  }
}

@media screen and (min-width: 768px) {
  .planeSect__cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 180px;
  }
}

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

@media screen and (max-width: 768px) {
  .planeSect__cont .planeSect__item:first-child {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .planeSect__item {
    width: 471px;
  }
}

.planeSect__item .headingCombi .heading + .txt {
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .planeSect__item .headingCombi .heading + .txt {
    margin-top: 26px;
  }
}

.planeSect__item .headingCombi + .planeDetail,
.planeSect__item .headingCombi + .busDetail {
  margin-top: 40px;
}

.routeMapSect {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .routeMapSect {
    width: 998px;
  }
}

.routeMapSect__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.routeMapSect__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f4f3ef;
  border: 1px solid #ccc9c2;
  color: #7d6628;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: background .3s ease, color .3s ease;
  transition: background .3s ease, color .3s ease;
}

@media screen and (min-width: 768px) {
  .routeMapSect__btn {
    height: 64px;
    letter-spacing: .05em;
    width: 322px;
  }
}

@media screen and (max-width: 768px) {
  .routeMapSect__btn {
    font-size: 12px;
    height: 64px;
    letter-spacing: 0;
    text-align: center;
    width: calc(1/ 3 * 100vw);
  }
}

.routeMapSect__btn:before {
  background: #00492d;
  bottom: -8px;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transition: background .3s ease, -webkit-clip-path .5s ease;
  transition: background .3s ease, -webkit-clip-path .5s ease;
  transition: background .3s ease, clip-path .5s ease;
  transition: background .3s ease, clip-path .5s ease, -webkit-clip-path .5s ease;
  width: 100%;
}

.routeMapSect__btn:after {
  border: 1px solid #ccc9c2;
  content: '';
  height: calc(100% - 8px);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 8px);
}

.routeMapSect__btn:hover, .routeMapSect__btn.is-active {
  background: #00492d;
  color: #dec6a5;
  -webkit-transition: background .3s ease, color .3s ease;
  transition: background .3s ease, color .3s ease;
}

.routeMapSect__btn:hover:before, .routeMapSect__btn.is-active:before {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.routeMapSect__btn.is-active {
  pointer-events: none;
}

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

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

.routeMapSect__item {
  display: none;
}

.routeMapSect__item .headingCombi {
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .routeMapSect__item .headingCombi {
    width: 457px;
  }
}

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

.routeMapSect__item .headingCombi .heading {
  text-align: center;
}

.routeMapSect__item .headingCombi .heading + .txt {
  margin: 0 auto;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .routeMapSect__item .headingCombi .heading + .txt {
    margin-top: 40px;
    width: 370px;
  }
}

@media screen and (max-width: 768px) {
  .routeMapSect__item .headingCombi .heading + .txt {
    margin-top: 32px;
    width: 263px;
  }
}

.routeMapSect__item.is-active {
  display: block;
}

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

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

@media screen and (max-width: 768px) {
  .routeMapSect__map .swipeFigure__body {
    height: 247px;
    margin-right: -32px;
  }
}

@media screen and (max-width: 768px) {
  .routeMapSect__map .swipeFigure__capOut {
    padding-right: 5px;
  }
}

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

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

@media screen and (min-width: 768px) {
  .access-distance,
  .access-routeMap,
  .access-keio {
    padding-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .access-distance,
  .access-routeMap,
  .access-keio {
    padding-top: 104px;
  }
}

@media screen and (min-width: 768px) {
  .access-bus,
  .access-plane {
    padding-top: 200px;
  }
}

@media screen and (max-width: 768px) {
  .access-bus,
  .access-plane {
    padding-top: 104px;
  }
}

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

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