.routeMapSect {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .routeMapSect__head .headingCombi .heading {
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) {
  .routeMapSect__head .headingCombi .heading sup {
    font-size: 14px;
  }
}

.routeMapSect__head .headingCombi + .caption {
  letter-spacing: .06em;
}

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

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

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

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

.smoothSect {
  position: relative;
  z-index: 2;
}

.smoothSect__inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .smoothSect__inner {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    max-width: 1440px;
  }
}

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

@media screen and (min-width: 768px) {
  .smoothSect__head {
    max-width: 513px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .smoothSect__head {
    margin-top: 10px;
  }
  .smoothSect__head .headingCombi .heading {
    font-size: 18px;
    line-height: 1.4;
  }
  .smoothSect__head .headingCombi .heading + .txt {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .smoothSect__head {
    margin: 30px 20px 0 40px;
  }
}

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

.smoothSect__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .smoothSect__access {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    font-size: 14px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .smoothSect__access {
    font-size: 12px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .smoothSect__access .large {
    font-size: 16px;
  }
}

.smoothSect__access .num {
  color: #59472b;
  font-family: "Cinzel", serif;
  letter-spacing: 0;
}

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

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

.smoothSect__access + .caption {
  letter-spacing: .06em;
}

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

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

@media screen and (max-width: 768px) {
  .smoothSect__item:not(:first-child) {
    margin-top: 20px;
  }
}

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

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

@media screen and (min-width: 768px) {
  .smoothSect + .smoothSect {
    margin-top: 148px;
  }
}

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

.smoothSect + .smoothSect .smoothSect__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

@media screen and (max-width: 768px) {
  .smoothSect + .smoothSect .smoothSect__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.smoothSect + .smoothSect .smoothSect__inner:before {
  content: '';
  height: 100%;
  position: absolute;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .smoothSect + .smoothSect .smoothSect__inner:before {
    background: url("../imgs/img-access-line.svg") no-repeat top right;
    right: 0;
    top: -90px;
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .smoothSect + .smoothSect .smoothSect__inner:before {
    background: url("../imgs/img-access-line.svg") no-repeat top left;
    background-size: contain;
    right: 0;
    top: -20px;
    width: calc(380 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .smoothSect + .smoothSect .smoothSect__cont {
    bottom: -170px;
    position: absolute;
    right: 0;
  }
}

.smoothSect + .bgLight {
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .smoothSect + .bgLight {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100vw;
  }
}

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

.travelTimeCard__visual {
  position: relative;
}

.travelTimeCard__ttl {
  color: #ffffff;
  font-family: "Cinzel", serif;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  white-space: nowrap;
}

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

.travelTimeCard__cont {
  text-align: center;
}

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

@media screen and (max-width: 768px) {
  .travelTimeCard__cont {
    font-size: calc(16 / 390 * 100vw);
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .travelTimeCard__cont .large {
    font-size: 20px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 768px) {
  .travelTimeCard__cont .large {
    font-size: calc(20 / 390 * 100vw);
  }
}

.travelTimeCard__cont .num {
  color: #59472b;
  font-family: "Cinzel", serif;
  letter-spacing: .15em;
}

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

@media screen and (max-width: 768px) {
  .travelTimeCard__cont .num {
    font-size: calc(32 / 390 * 100vw);
  }
}

.travelTimeCard__cont + .caption {
  letter-spacing: .08em;
  text-align: center;
}

.travelTimeSect {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.travelTimeSect__inner {
  margin: 0 auto;
}

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

.travelTimeSect__head {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

@media screen and (max-width: 768px) {
  .travelTimeSect__head {
    font-size: calc(20 / 390 * 100vw);
    letter-spacing: .03em;
    padding-left: calc(20 / 390 * 100vw);
  }
}

.travelTimeSect__head:after {
  background-color: #666464;
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(100%) translateY(-50%);
          transform: translateX(100%) translateY(-50%);
  width: calc(100vw - var(--offset, 0px));
}

@media screen and (min-width: 768px) {
  .travelTimeSect__head:after {
    right: -18px;
  }
}

@media screen and (max-width: 768px) {
  .travelTimeSect__head:after {
    right: -10px;
  }
}

.travelTimeSect__cont {
  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) {
  .travelTimeSect__cont {
    margin: 32px -96px 0;
    max-width: 1440px;
  }
}

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .access-routeMap {
    margin-top: 74px;
  }
}

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

@media screen and (max-width: 768px) {
  .access-travelTime {
    margin-top: 100px;
  }
}

.access-smooth {
  margin-left: calc(50% - 50vw);
  position: relative;
  width: 100vw;
}

@media screen and (min-width: 768px) {
  .access-smooth {
    margin-bottom: 250px;
    margin-top: 110px;
  }
}

@media screen and (max-width: 768px) {
  .access-smooth {
    margin-bottom: 160px;
    margin-top: 140px;
  }
}

.access-smooth:before {
  content: '';
  height: 100%;
  position: absolute;
  width: 100vw;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .access-smooth:before {
    background: url("../../common/imgs/pc/bg-texture-01@2x.jpg") repeat center top;
  }
}

@media screen and (max-width: 768px) {
  .access-smooth:before {
    background: url("../../common/imgs/sp/bg-texture-01.jpg") no-repeat center bottom;
  }
}
