@import url("https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Herr+Von+Muellerhoff&display=swap");
@media only screen and (min-width: 768px) {
  .access-train {
    padding: 120px 0 140px;
  }
}
@media only screen and (max-width: 767px) {
  .access-train {
    padding: 20.5128205128vw 0 25.641025641vw;
  }
}

.access-yokohama {
  background-color: #F6F6F6;
}
@media only screen and (min-width: 768px) {
  .access-yokohama {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .access-yokohama {
    padding: 20.5128205128vw 0;
  }
}

.access-car {
  background-color: #F6F6F6;
}
@media only screen and (min-width: 768px) {
  .access-car {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .access-car {
    padding: 25.641025641vw 0;
  }
}

@media only screen and (min-width: 768px) {
  .access-airport {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .access-airport {
    padding: 30.7692307692vw 0 15.3846153846vw;
  }
}

@media only screen and (min-width: 768px) {
  .trainSection {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .trainSection {
    margin-top: 14.358974359vw;
  }
}
@media only screen and (min-width: 768px) {
  .trainSection__head {
    width: 620px;
  }
}
@media only screen and (min-width: 768px) {
  .trainSection__cont {
    width: 570px;
    margin-top: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .trainSection__cont {
    margin-top: 14.358974359vw;
    height: 200vw;
  }
}
@media only screen and (max-width: 767px) {
  .trainSection__cont .swipeFigure {
    height: 200vw;
  }
}
@media only screen and (max-width: 767px) {
  .trainSection__cont .swipeFigure .photo__image {
    height: 200vw;
    max-width: unset;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .trainSection__bottom {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .trainSection__bottom {
    margin-top: 20.5128205128vw;
  }
}
@media only screen and (min-width: 768px) {
  .trainSection__bottom .accessBox {
    width: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .trainSection__bottom .accessBox__item {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .trainSection__bottom .accessBox__cont {
    text-align: left;
  }
}
.trainSection__ttl {
  background-color: #000000;
  color: #FFFFFF;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .trainSection__ttl {
    height: 40px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .trainSection__ttl {
    height: 7.6923076923vw;
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) {
  .trainSection__ttl + .accessBox {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .trainSection__ttl + .accessBox:before {
    top: 48%;
  }
}

.accessBox {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .accessBox {
    width: 500px;
    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 only screen and (min-width: 768px) {
  .accessBox:before {
    content: "";
    background-color: #D9D9D9;
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
  }
}
.accessBox__item {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .accessBox__item {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .accessBox__item {
    padding: 4.1025641026vw 0;
    font-size: 4.6153846154vw;
  }
}
@media only screen and (min-width: 768px) {
  .accessBox__item:nth-child(even):before {
    content: "";
    background-color: #D9D9D9;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 100%;
    width: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .accessBox__item:nth-child(1), .accessBox__item:nth-child(2) {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .accessBox__item:nth-child(1) {
    margin-top: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) {
  .accessBox__item:nth-child(3), .accessBox__item:nth-child(4) {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .accessBox__item:after {
    content: "";
    background-color: #D9D9D9;
    bottom: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 1px;
    width: 100%;
  }
}
.accessBox__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 auto;
  letter-spacing: 0;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .accessBox__head {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 210px;
    font-size: 16px;
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .accessBox__head {
    width: 58.9743589744vw;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.accessBox__cont {
  color: #999999;
  letter-spacing: 0;
  margin: 0 auto;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .accessBox__cont {
    width: 220px;
    margin-top: 14px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .accessBox__cont {
    width: 58.9743589744vw;
    margin: 2.5641025641vw auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .accessBox__name {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .accessBox__name .large {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .accessBox__name .large {
    display: inline-block;
    margin-right: -2.5641025641vw;
    letter-spacing: 0;
    font-size: 6.6666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .accessBox__min {
    font-size: 16px;
  }
}
.accessBox__min .num {
  color: rgba(149, 119, 40, 0.8);
  font-family: "EB Garamond", serif;
  line-height: 0.7;
}
@media only screen and (min-width: 768px) {
  .accessBox__min .num {
    display: inline-block;
    font-size: 38px;
    margin-right: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .accessBox__min .num {
    font-size: 10.2564102564vw;
  }
}

.topicCard {
  background-color: #F2F1EA;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .topicCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 850px;
    margin-top: 90px;
    padding: 56px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .topicCard {
    padding: 10.2564102564vw 5.1282051282vw;
    margin-top: 20.5128205128vw;
  }
}
@media only screen and (max-width: 767px) {
  .topicCard__head .headingCombi {
    letter-spacing: 0.05em;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .topicCard__head .accessBox {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .topicCard__head .accessBox__item:last-child:after {
    content: none;
  }
}
.topicCard__head .accessBox + .cap {
  font-size: 10px;
  letter-spacing: 0;
  margin-top: 16px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .topicCard__cont {
    margin-top: 7.6923076923vw;
  }
}
.topicCard__txt {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .topicCard__txt {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .topicCard__txt {
    margin-top: 5.1282051282vw;
  }
}
@media only screen and (min-width: 768px) {
  .topicCard__txt + .photo {
    margin-top: 30px;
    width: 210px;
  }
}
@media only screen and (max-width: 767px) {
  .topicCard__txt + .photo {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .topicCard--car {
    padding-bottom: 15.3846153846vw;
  }
}
@media only screen and (max-width: 767px) {
  .topicCard--car .topicCard__head .headingCombi .txt {
    letter-spacing: 0.06em;
  }
}
@media only screen and (min-width: 768px) {
  .topicCard--car .topicCard__head .photo {
    width: 351px;
  }
}
@media only screen and (min-width: 768px) {
  .topicCard--car .topicCard__cont {
    width: 330px;
  }
}

.yokohamaSection {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .yokohamaSection {
    width: 800px;
  }
}
@media only screen and (min-width: 768px) {
  .yokohamaSection__head {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .yokohamaSection__cont {
    margin-top: 96px;
  }
}
@media only screen and (max-width: 767px) {
  .yokohamaSection__cont {
    margin-top: 14.358974359vw;
  }
}
@media only screen and (min-width: 768px) {
  .yokohamaSection__item + .yokohamaSection__item {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .yokohamaSection__item + .yokohamaSection__item {
    margin-top: 14.358974359vw;
  }
}
@media only screen and (min-width: 768px) {
  .yokohamaSection__visual {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .yokohamaSection__visual {
    margin-top: 14.358974359vw;
  }
}
@media only screen and (min-width: 768px) {
  .yokohamaSection__visual .photo {
    width: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .yokohamaSection__visual .photo + .photo {
    margin-top: 14.358974359vw;
  }
}
@media only screen and (max-width: 767px) {
  .yokohamaSection__visual--map {
    margin-top: 14.358974359vw;
    height: 160vw;
  }
}
@media only screen and (max-width: 767px) {
  .yokohamaSection__visual--map .swipeFigure {
    height: 160vw;
  }
}
@media only screen and (min-width: 768px) {
  .yokohamaSection__visual--map .swipeFigure .photo {
    margin: 0 auto;
    width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .yokohamaSection__visual--map .swipeFigure .photo__image {
    height: 160vw;
    max-width: unset;
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  .carSection {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .carSection {
    margin-top: 14.358974359vw;
  }
}
@media only screen and (min-width: 768px) {
  .carSection__head {
    text-align: center;
  }
}
.carSection__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .carSection__cont {
    margin-top: 80px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .carSection__cont {
    margin-top: 14.358974359vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 14.358974359vw;
  }
}
@media only screen and (min-width: 768px) {
  .carSection__item {
    width: 310px;
  }
}
@media only screen and (max-width: 767px) {
  .carSection__item {
    margin: 0 5.1282051282vw;
  }
}
@media only screen and (min-width: 768px) {
  .carSection__item .photo + .photo {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .carSection__item .photo + .photo {
    margin-top: 7.6923076923vw;
  }
}
@media only screen and (min-width: 768px) {
  .carSection__item--map {
    width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .carSection__item--map {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .airportSection {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .airportSection {
    margin-top: 14.358974359vw;
  }
}
@media only screen and (min-width: 768px) {
  .airportSection__head {
    width: 540px;
  }
}
@media only screen and (min-width: 768px) {
  .airportSection__head .headingCombi .heading {
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 768px) {
  .airportSection__head .accessDetail {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .airportSection__head .accessDetail {
    margin-top: 9.2307692308vw;
  }
}
@media only screen and (min-width: 768px) {
  .airportSection__cont {
    width: 356px;
  }
}
@media only screen and (max-width: 767px) {
  .airportSection__cont {
    margin-top: 14.358974359vw;
  }
}

.accessDetail {
  background-color: #F6F6F6;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .accessDetail {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 7px;
    font-size: 12px;
    width: 525px;
  }
}
@media only screen and (max-width: 767px) {
  .accessDetail {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10.2564102564vw;
    padding: 3.8461538462vw 3.8461538462vw;
  }
}
.accessDetail__head {
  position: relative;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .accessDetail__head {
    width: 101px;
    margin-left: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .accessDetail__head {
    text-align: center;
    font-size: 3.5897435897vw;
  }
}
.accessDetail__head:before, .accessDetail__head:after {
  content: "";
  background-color: #999999;
  position: absolute;
  width: 1px;
}
@media only screen and (min-width: 768px) {
  .accessDetail__head:before, .accessDetail__head:after {
    top: 50%;
    right: 0px;
    height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .accessDetail__head:before, .accessDetail__head:after {
    bottom: -10.2564102564vw;
    height: 8.2051282051vw;
  }
}
@media only screen and (min-width: 768px) {
  .accessDetail__head:before {
    -webkit-transform: translateY(-98%) rotate(-20deg);
            transform: translateY(-98%) rotate(-20deg);
  }
}
@media only screen and (max-width: 767px) {
  .accessDetail__head:before {
    right: 28.8461538462vw;
    -webkit-transform: translateX(-50%) rotate(-70deg);
            transform: translateX(-50%) rotate(-70deg);
  }
}
@media only screen and (min-width: 768px) {
  .accessDetail__head:after {
    -webkit-transform: translateY(-5%) rotate(20deg);
            transform: translateY(-5%) rotate(20deg);
  }
}
@media only screen and (max-width: 767px) {
  .accessDetail__head:after {
    left: 28.8461538462vw;
    -webkit-transform: translateX(-50%) rotate(70deg);
            transform: translateX(-50%) rotate(70deg);
  }
}
@media only screen and (min-width: 768px) {
  .accessDetail__cont {
    width: 295px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .accessDetail__cont {
    font-size: 3.0769230769vw;
  }
}
@media only screen and (min-width: 768px) {
  .accessDetail__min {
    margin-bottom: 14px;
  }
}
.accessDetail__min .large {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .accessDetail__min .large {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .accessDetail__min .large {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (max-width: 767px) {
  .accessDetail__min .time {
    display: block;
    margin-top: 2.5641025641vw;
  }
}
.accessDetail__min .num {
  font-family: "Cardo", serif;
  color: #7A6A44;
  line-height: 0.7;
}
@media only screen and (min-width: 768px) {
  .accessDetail__min .num {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .accessDetail__min .num {
    font-size: 6.1538461538vw;
  }
}
@media only screen and (max-width: 767px) {
  .accessDetail__fare {
    font-size: 10px;
    margin-top: 2.5641025641vw;
  }
}
.accessDetail__bottom {
  color: #ffffff;
  background-color: #000000;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .accessDetail__bottom {
    font-size: 14px;
    width: 83px;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .accessDetail__bottom {
    width: 21.2820512821vw;
    height: 18.9743589744vw;
    font-size: 3.5897435897vw;
  }
}
.accessDetail__bottom:before, .accessDetail__bottom:after {
  content: "";
  background-color: #F6F6F6;
  position: absolute;
}
.accessDetail__bottom:before {
  height: 1px;
  bottom: 1px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .accessDetail__bottom:before {
    width: 82px;
  }
}
@media only screen and (max-width: 767px) {
  .accessDetail__bottom:before {
    width: 21.0256410256vw;
  }
}
.accessDetail__bottom:after {
  width: 1px;
  top: 0;
  right: 1px;
}
@media only screen and (min-width: 768px) {
  .accessDetail__bottom:after {
    height: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .accessDetail__bottom:after {
    height: 18.7179487179vw;
  }
}