.access-wrap {
  line-height: 1.6;
}

.access-wrap .headingWrap .head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .access-wrap .headingWrap .head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.access-wrap .headingWrap .head .enTtl {
  color: #ffffff;
  font-family: "Cinzel", serif;
  font-weight: normal;
  margin-top: 4px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .access-wrap .headingWrap .head .enTtl {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .access-wrap .headingWrap .head .enTtl {
    font-size: 28px;
  }
}

.access-wrap .headingWrap .head .enTtl:before {
  background-color: #262c1e;
  content: '';
  display: inline-block;
  left: 0;
  margin-right: 8px;
  position: absolute;
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .access-wrap .headingWrap .head .enTtl:before {
    height: 24px;
    top: -1px;
  }
}

@media screen and (max-width: 768px) {
  .access-wrap .headingWrap .head .enTtl:before {
    height: 20px;
    top: 0;
  }
}

.access-wrap .headingWrap .txt {
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .access-wrap .headingWrap .txt {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .access-wrap .headingWrap .txt {
    margin-top: calc(32 / 390 * 100vw);
  }
}

.access-wrap .note {
  color: #666666;
  font-size: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}

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

@media screen and (max-width: 768px) {
  .access-wrap .note {
    margin-top: 120px;
  }
}

.airportbusSect__head .heading {
  text-align: center;
}

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

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

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

@media screen and (max-width: 768px) {
  .airportbusSect__cont {
    margin-top: calc(32 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .airportbusSect__cont .contentWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    grid-row-gap: 0;
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .airportbusSect__cont .contentWrap {
    margin-top: calc(32 / 390 * 100vw);
  }
}

.airportbusSect__cont .contentWrap--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
}

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

.airportbusSect__cont .contentWrap--left .txt {
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .airportbusSect__cont .contentWrap--left .txt {
    font-size: 16px;
  }
}

.airportbusSect__cont .contentWrap--left .contentWrap__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .airportbusSect__cont .contentWrap--left .contentWrap__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.airportbusSect__cont .contentWrap--left .contentWrap__item .photo img {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .airportbusSect + .airportbusSect {
    margin-top: 60px;
    width: 389px;
  }
}

@media screen and (max-width: 768px) {
  .airportbusSect + .airportbusSect {
    margin-top: calc(60 / 390 * 100vw);
  }
}

.localbusSect {
  font-weight: bold;
}

.localbusSect__head .heading {
  font-weight: bold;
  text-align: center;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .localbusSect__cont {
    margin-top: calc(32 / 390 * 100vw);
  }
}

.localbusSect__cont .contentWrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
}

@media screen and (min-width: 768px) {
  .localbusSect__cont .contentWrap {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .localbusSect__cont .contentWrap {
    grid-template-columns: 1fr;
    margin-top: calc(32 / 390 * 100vw);
  }
}

.localbusSect__cont .contentWrap__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  justify-items: center;
}

.localbusSect__cont .contentWrap__item .photo {
  grid-column: 1/2;
  grid-row: 1/2;
}

@media screen and (min-width: 768px) {
  .localbusSect__cont .contentWrap__item .photo .capIn {
    bottom: 2px;
  }
}

@media screen and (max-width: 768px) {
  .localbusSect__cont .contentWrap__item .photo .capIn {
    bottom: 2px;
  }
}

.localbusSect__cont .contentWrap__item .textCombi {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  align-self: end;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  grid-column: 1/2;
  grid-row: 1/2;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  letter-spacing: .06em;
  padding: 0 10px 10px 0;
  position: relative;
  text-align: right;
  width: 100%;
  z-index: 2;
}

.localbusSect__cont .contentWrap__item .textCombi:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), color-stop(3%, rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 3%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  content: '';
  display: inline-block;
  height: 50px;
  left: 0;
  position: absolute;
  width: 100%;
}

.localbusSect__cont .contentWrap__item .textCombi .title {
  font-size: 20px;
  position: relative;
}

.localbusSect__cont .contentWrap__item .textCombi .text {
  font-size: 14px;
  letter-spacing: .06em;
  line-height: 1;
  position: relative;
}

.localbusSect__cont .contentWrap__item .textCombi .text .text-sm {
  font-size: 14px;
  font-weight: normal;
}

.localbusSect__cont .contentWrap__item .textCombi .text .text-lg {
  color: #c9bc9c;
  font-size: 34px;
}

.localbusSect__cont .contentSubwrap {
  display: grid;
  gap: 40px;
  grid-column-gap: 0;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
}

@media screen and (min-width: 768px) {
  .localbusSect__cont .contentSubwrap {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .localbusSect__cont .contentSubwrap {
    grid-template-columns: 1fr;
    margin-top: calc(32 / 390 * 100vw);
  }
}

.localbusSect__cont .contentSubwrap--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
}

.localbusSect__cont .contentSubwrap--left .contentSubwrap__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #262c1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .localbusSect__cont .contentSubwrap--left .contentSubwrap__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.localbusSect__cont .contentSubwrap--left .contentSubwrap__item .photo {
  width: 68.5%;
}

@media screen and (max-width: 768px) {
  .localbusSect__cont .contentSubwrap--left .contentSubwrap__item .photo {
    width: 100%;
  }
}

.localbusSect__cont .contentSubwrap--left .contentSubwrap__item .photo img {
  height: auto;
  width: 100%;
}

.localbusSect__cont .contentSubwrap--left .contentSubwrap__item .textCombi {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cinzel", serif;
  gap: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .localbusSect__cont .contentSubwrap--left .contentSubwrap__item .textCombi {
    border-left: 1px solid #9fa0a0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100% - 20px);
    padding: 0 20px 0 0;
    width: calc(100% - 68.5%);
  }
}

@media screen and (max-width: 768px) {
  .localbusSect__cont .contentSubwrap--left .contentSubwrap__item .textCombi {
    border-top: 1px solid #9fa0a0;
    padding: 15px 0;
    width: calc(100% - 40px);
  }
}

.localbusSect__cont .contentSubwrap--left .contentSubwrap__item .textCombi .title {
  font-size: 20px;
  margin-bottom: -8px;
}

.localbusSect__cont .contentSubwrap--left .contentSubwrap__item .textCombi .title .text-md {
  font-size: 16px;
}

.localbusSect__cont .contentSubwrap--left .contentSubwrap__item .textCombi .text {
  font-size: 14px;
  letter-spacing: .06em;
  line-height: 1;
}

.localbusSect__cont .contentSubwrap--left .contentSubwrap__item .textCombi .text .text-lg {
  font-size: 36px;
}

.localbusSect__cont .contentSubwrap--right .textCombi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.localbusSect__cont .contentSubwrap--right .textCombi__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.localbusSect__cont .contentSubwrap--right .textCombi .title {
  font-size: 16px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .localbusSect__cont .contentSubwrap--right .textCombi .title {
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .localbusSect__cont .contentSubwrap--right .textCombi .title + .title {
    margin-top: 16px;
  }
}

.localbusSect__cont .contentSubwrap--right .textCombi .title .num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Cinzel", serif;
  font-size: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin-right: .5em;
  position: relative;
  width: 1em;
}

.localbusSect__cont .contentSubwrap--right .textCombi .title .num:after {
  background-color: #262c1e;
  border-radius: 500px;
  content: '';
  height: 120%;
  left: -10%;
  position: absolute;
  top: -10%;
  width: 120%;
  z-index: -1;
}

.localbusSect__cont .contentSubwrap--right .textCombi .title .text-md {
  font-size: 20px;
}

.localbusSect__cont .contentSubwrap--right .textCombi .title .text-lg {
  font-family: "Cinzel", serif;
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  .localbusSect__cont .contentSubwrap--right .textCombi .title .text-sm {
    margin-left: 2em;
  }
}

.localbusSect__cont .contentSubwrap--right .textCombi .text {
  display: block;
  font-size: 12px;
  letter-spacing: .06em;
}

@media screen and (min-width: 768px) {
  .localbusSect__cont .contentSubwrap--right .textCombi .text {
    margin-top: -8px;
  }
}

@media screen and (max-width: 768px) {
  .localbusSect__cont .contentSubwrap--right .textCombi .text {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .localbusSect + .localbusSect {
    margin-top: 60px;
    width: 389px;
  }
}

@media screen and (max-width: 768px) {
  .localbusSect + .localbusSect {
    margin-top: calc(60 / 390 * 100vw);
  }
}

.oedoSect__head {
  color: #c9bc9c;
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .oedoSect__head {
    padding: calc(60 / 390 * 100vw) 0;
  }
}

.oedoSect__head:after {
  background-color: #262c1e;
  content: '';
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.oedoSect__head .heading {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .oedoSect__head .heading {
    font-size: 36px;
    line-height: 1.6;
  }
}

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

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

@media screen and (max-width: 768px) {
  .oedoSect__cont {
    margin-top: calc(80 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .oedoSect__cont .headingWrap .txt {
    font-size: 16px;
  }
}

.oedoSect__cont .contentWrap {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
}

@media screen and (min-width: 768px) {
  .oedoSect__cont .contentWrap {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .oedoSect__cont .contentWrap {
    grid-template-columns: 1fr;
    margin-top: calc(32 / 390 * 100vw);
  }
}

.oedoSect__cont .contentWrap + .caption {
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  .oedoSect + .oedoSect {
    margin-top: 60px;
    width: 389px;
  }
}

@media screen and (max-width: 768px) {
  .oedoSect + .oedoSect {
    margin-top: calc(60 / 390 * 100vw);
  }
}

.trainSect__head .heading {
  text-align: center;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .trainSect__cont {
    margin-top: calc(32 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .trainSect__cont .touchFigure {
    margin: 0 calc(-24 / 390 * 100vw);
  }
}

.trainSect__cont .contentWrap {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
}

@media screen and (min-width: 768px) {
  .trainSect__cont .contentWrap {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .trainSect__cont .contentWrap {
    grid-template-columns: 1fr;
    margin-top: calc(32 / 390 * 100vw);
  }
}

.trainSect__cont .contentWrap__item {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #3e3a39;
  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) {
  .trainSect__cont .contentWrap__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.trainSect__cont .contentWrap__item .photo {
  width: 68.5%;
}

@media screen and (max-width: 768px) {
  .trainSect__cont .contentWrap__item .photo {
    width: 100%;
  }
}

.trainSect__cont .contentWrap__item .photo img {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .trainSect__cont .contentWrap__item .photo .capIn {
    right: 50px;
  }
}

@media screen and (max-width: 768px) {
  .trainSect__cont .contentWrap__item .photo .capIn {
    right: 40px;
  }
}

.trainSect__cont .contentWrap__item .textCombi {
  color: #ffffff;
  font-family: "Cinzel", serif;
  letter-spacing: .06em;
  padding: 0 20px 8px 0;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .trainSect__cont .contentWrap__item .textCombi {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px 0 4px;
    width: 100%;
  }
}

.trainSect__cont .contentWrap__item .textCombi .title {
  font-size: 24px;
  line-height: 1;
}

.trainSect__cont .contentWrap__item .textCombi .text {
  font-size: 34px;
  letter-spacing: .06em;
}

.trainSect__cont .contentWrap__item .textCombi .text .text-sm {
  font-size: 14px;
}

.trainSect__cont .contentWrap__item .textCombi .text .text-lg {
  color: #c9bc9c;
  font-size: 34px;
}

.trainSect__cont .contentWrap__item .textCombi .text .text-md {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .trainSect + .trainSect {
    margin-top: 60px;
    width: 389px;
  }
}

@media screen and (max-width: 768px) {
  .trainSect + .trainSect {
    margin-top: calc(60 / 390 * 100vw);
  }
}

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

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

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

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

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

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

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