@media screen and (max-width: 736px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 736px) {
  .sp {
    display: none;
  }
}

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

.busSect__bg {
  position: absolute;
  z-index: -1;
}

@media print, screen and (min-width: 736px) {
  .busSect__bg {
    right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    top: 0;
    width: calc(442 / 1440 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .busSect__bg {
    right: calc(-20 / 390 * 100vw);
    top: calc(84 / 390 * 100vw);
    width: calc(209 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .busSect__bg .photo__capIn {
    bottom: calc(65 / 390 * 100vw);
    right: 100%;
    white-space: nowrap;
  }
}

@media print, screen and (min-width: 736px) {
  .busSect__head + .busSect__cont {
    margin-top: 32px;
  }
}

@media screen and (max-width: 736px) {
  .busSect__head + .busSect__cont {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .busSect__cont {
    width: 900px;
  }
}

@media print, screen and (min-width: 736px) {
  .busSect__cont .txt + .swipeFigure {
    margin-top: 40px;
  }
}

@media screen and (max-width: 736px) {
  .busSect__cont .txt + .swipeFigure {
    margin-top: calc(80 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .busSect__cont .swipeFigure {
    margin-right: calc(-20 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .busSect__cont .swipeFigure__inner {
    height: calc(160 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .directSect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 736px) {
  .directSect__head + .directSect__cont {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .directSect__head .enTtl,
  .directSect__head .heading {
    text-align: center;
  }
}

@media print, screen and (min-width: 736px) {
  .directSect__cont {
    width: 657px;
  }
}

.directSect__cont .usableList__inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 736px) {
  .directSect__cont .usableList__inner {
    margin-right: calc(-20 / 390 * 100vw);
    margin-left: calc(-20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .directSect__cont .usableList__inner {
    gap: 5px;
  }
}

@media screen and (max-width: 736px) {
  .directSect__cont .usableList__inner {
    gap: calc(6 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .directSect__cont .usableList__item {
    width: 215px;
  }
}

@media screen and (max-width: 736px) {
  .directSect__cont .usableList__item {
    width: calc(126 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .directSect__cont .usableList__item:nth-child(1), .directSect__cont .usableList__item:nth-child(2) {
    width: 326px;
  }
}

@media screen and (max-width: 736px) {
  .directSect__cont .usableList__item:nth-child(1), .directSect__cont .usableList__item:nth-child(2) {
    width: calc(192 / 390 * 100vw);
  }
}

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

@media screen and (max-width: 736px) {
  .leisureSect {
    padding-bottom: calc(24 / 390 * 100vw);
  }
}

.leisureSect__bg {
  position: absolute;
  z-index: -1;
}

@media print, screen and (min-width: 736px) {
  .leisureSect__bg {
    left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    top: 0;
    width: calc(442 / 1440 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .leisureSect__bg {
    bottom: 0;
    left: calc(-20 / 390 * 100vw);
    width: calc(209 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .leisureSect__head + .leisureSect__cont {
    margin-top: 32px;
  }
}

@media screen and (max-width: 736px) {
  .leisureSect__head + .leisureSect__cont {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .leisureSect__cont .subSect__head {
    margin-left: auto;
    width: 824px;
  }
}

@media print, screen and (min-width: 736px) {
  .leisureSect__cont .subSect__head + .subSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 736px) {
  .leisureSect__cont .subSect__head + .subSect__cont {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .leisureSect__cont .subSect__cont {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 736px) {
  .leisureSect__cont .subSect__cont .usableList {
    width: 824px;
  }
}

.leisureSect__cont .subSect__cont .usableList__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media print, screen and (min-width: 736px) {
  .leisureSect__cont .subSect__cont .usableList__inner {
    gap: 40px;
  }
}

@media screen and (max-width: 736px) {
  .leisureSect__cont .subSect__cont .usableList__inner {
    gap: calc(40 / 390 * 100vw) calc(10 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .leisureSect__cont .subSect__cont .placeCard__name {
    font-size: 18px;
  }
}

@media screen and (max-width: 736px) {
  .leisureSect__cont .subSect__cont .placeCard__name {
    font-size: calc(15 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .leisureSect__cont .subSect__cont .trafficList {
    margin: calc(40 / 390 * 100vw) 0 0 auto;
    width: calc(152 / 390 * 100vw);
  }
}

.placeCard {
  position: relative;
}

.placeCard__desc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30.72%, rgba(63, 63, 63, 0)), to(rgba(63, 63, 63, 0.8)));
  background: linear-gradient(180deg, rgba(63, 63, 63, 0) 30.72%, rgba(63, 63, 63, 0.8) 100%);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  inset: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .placeCard__desc {
    gap: 16px;
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 736px) {
  .placeCard__desc {
    gap: calc(16 / 390 * 100vw);
    padding-bottom: calc(16 / 390 * 100vw);
  }
}

.placeCard__name {
  font-family: YakuHanMP, "Cinzel", "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .placeCard__name {
    font-size: 20px;
  }
}

@media screen and (max-width: 736px) {
  .placeCard__name {
    font-size: calc(16 / 390 * 100vw);
  }
}

.placeCard__minutes {
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: .7;
}

@media print, screen and (min-width: 736px) {
  .placeCard__minutes {
    font-size: 24px;
  }
}

@media screen and (max-width: 736px) {
  .placeCard__minutes {
    font-size: calc(24 / 390 * 100vw);
    padding: 0 calc(12 / 390 * 100vw);
  }
}

.placeCard__minutes .num {
  display: inline-block;
  font-family: "Cinzel", serif;
  line-height: .7;
}

@media print, screen and (min-width: 736px) {
  .placeCard__minutes .num {
    font-size: 40px;
  }
}

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

.placeCard__minutes .option {
  display: inline-block;
  line-height: .7;
}

@media print, screen and (min-width: 736px) {
  .placeCard__minutes .option {
    font-size: 16px;
  }
}

@media screen and (max-width: 736px) {
  .placeCard__minutes .option {
    font-size: calc(16 / 390 * 100vw);
  }
}

.placeCard__dist {
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: .7;
}

@media print, screen and (min-width: 736px) {
  .placeCard__dist {
    font-size: 24px;
  }
}

@media screen and (max-width: 736px) {
  .placeCard__dist {
    font-size: calc(24 / 390 * 100vw);
  }
}

.placeCard__dist .num {
  display: inline-block;
  font-family: "Cinzel", serif;
  line-height: .7;
}

@media print, screen and (min-width: 736px) {
  .placeCard__dist .num {
    font-size: 32px;
  }
}

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

.placeCard__dist .option {
  display: inline-block;
  line-height: .7;
}

@media print, screen and (min-width: 736px) {
  .placeCard__dist .option {
    font-size: 16px;
  }
}

@media screen and (max-width: 736px) {
  .placeCard__dist .option {
    font-size: calc(16 / 390 * 100vw);
  }
}

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

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

@media screen and (max-width: 736px) {
  .trafficArea__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .trafficArea__head .trafficList {
    width: 391px;
  }
}

@media print, screen and (min-width: 736px) {
  .trafficArea__figure {
    width: 750px;
  }
}

.trafficArea__cont {
  border-top: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 736px) {
  .trafficArea__cont {
    margin-top: 40px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 736px) {
  .trafficArea__cont {
    margin-top: calc(40 / 390 * 100vw);
    padding-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .trafficArea__cont .photo {
    width: 661px;
  }
}

.trafficList__head {
  border-bottom: 1px solid #b99e75;
}

@media print, screen and (min-width: 736px) {
  .trafficList__head {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 736px) {
  .trafficList__head {
    padding-bottom: calc(20 / 390 * 100vw);
  }
}

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

@media screen and (max-width: 736px) {
  .trafficList__head + .trafficList__body {
    margin-top: calc(20 / 390 * 100vw);
  }
}

.trafficList__ttl {
  line-height: 1.75;
  letter-spacing: .08em;
}

.trafficList__ttl:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.75) * .5em);
  width: 0;
}

.trafficList__ttl:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.75) * .5em);
  width: 0;
}

@media print, screen and (min-width: 736px) {
  .trafficList__ttl {
    font-size: 20px;
  }
}

@media screen and (max-width: 736px) {
  .trafficList__ttl {
    font-size: calc(20 / 390 * 100vw);
    text-align: center;
  }
}

.trafficList__ttl .num {
  color: #a88245;
  letter-spacing: .08em;
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .trafficList__ttl .num {
    font-size: 40px;
  }
}

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

@media screen and (max-width: 736px) {
  .trafficList__body {
    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: 0 auto;
    max-width: calc(308 / 390 * 100vw);
    row-gap: calc(24 / 390 * 100vw);
  }
}

.trafficCard {
  color: #222222;
  white-space: nowrap;
}

@media screen and (max-width: 736px) {
  .trafficCard {
    width: calc(150 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .trafficCard + .trafficCard {
    margin-top: 16px;
  }
}

.trafficCard__head {
  line-height: 1.75;
}

.trafficCard__head:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.75) * .5em);
  width: 0;
}

.trafficCard__head:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.75) * .5em);
  width: 0;
}

@media print, screen and (min-width: 736px) {
  .trafficCard__head {
    font-size: 18px;
    letter-spacing: .08em;
  }
}

@media screen and (max-width: 736px) {
  .trafficCard__head {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: 0;
  }
}

@media print, screen and (min-width: 736px) {
  .trafficCard__head + .trafficCard__bottom {
    margin-top: 16px;
  }
}

@media screen and (max-width: 736px) {
  .trafficCard__head + .trafficCard__bottom {
    margin-top: calc(10 / 390 * 100vw);
  }
}

.trafficCard__head .num {
  color: #a88245;
  letter-spacing: .08em;
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .trafficCard__head .num {
    font-size: 32px;
  }
}

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

@media print, screen and (min-width: 736px) {
  .access-direct {
    padding: 130px 0 120px;
  }
}

@media screen and (max-width: 736px) {
  .access-direct {
    padding: calc(80 / 390 * 100vw) 0;
  }
}

@media print, screen and (min-width: 736px) {
  .access-traffic {
    padding: 60px 0;
  }
}

@media screen and (max-width: 736px) {
  .access-traffic {
    padding: calc(32 / 390 * 100vw) 0;
  }
}

@media print, screen and (min-width: 736px) {
  .access-bus {
    padding-top: 120px;
  }
}

@media screen and (max-width: 736px) {
  .access-bus {
    padding-top: calc(80 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .access-leisure {
    padding: 120px 0 180px;
  }
}

@media screen and (max-width: 736px) {
  .access-leisure {
    padding: calc(80 / 390 * 100vw) 0 calc(180 / 390 * 100vw);
  }
}
