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

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

.bicycleSect__intro {
  width: calc(100vw - var(--scrollbar));
}

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

@media only screen and (min-width: 736px) and (max-width: 1200px) {
  .bicycleSect__intro {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

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

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

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

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

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

@media print, screen and (min-width: 736px) {
  .bicycleSect__cont {
    margin: 0 auto;
    width: 993px;
  }
}

.carSect__intro {
  width: calc(100vw - var(--scrollbar));
}

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

@media only screen and (min-width: 736px) and (max-width: 1200px) {
  .carSect__intro {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

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

@media print, screen and (min-width: 736px) {
  .carSect__intro {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

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

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

@media print, screen and (min-width: 736px) {
  .carSect__head .sectHeadGroup .svgTtl {
    bottom: -42px;
    left: 84px;
    width: 201px;
  }
}

@media screen and (max-width: 736px) {
  .carSect__head .sectHeadGroup .svgTtl {
    bottom: calc(-17 / 390 * 100vw);
    left: calc(-20 / 390 * 100vw);
    width: calc(108 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .carSect__cont {
    margin: auto;
    width: 992px;
  }
}

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

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

.carSect__cont .subSect__head .heading .num {
  display: inline-block;
  line-height: 1.4;
}

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

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

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

@media print, screen and (min-width: 736px) {
  .introArea__head {
    margin: 0 auto;
    width: 993px;
  }
}

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

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

.introArea__cont {
  width: calc(100vw - var(--scrollbar));
  position: relative;
}

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

@media only screen and (min-width: 736px) and (max-width: 1200px) {
  .introArea__cont {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

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

.introArea__list {
  background-color: #ffffff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media print, screen and (min-width: 736px) {
  .introArea__list {
    gap: 4px;
  }
}

@media screen and (max-width: 736px) {
  .introArea__list {
    gap: 2px;
  }
}

.introArea__item {
  position: relative;
}

.introArea__item .ttl {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .introArea__item .ttl {
    font-size: 30px;
    line-height: .7;
    padding: 16px 0;
  }
}

@media screen and (max-width: 736px) {
  .introArea__item .ttl {
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.2;
    padding: calc(14 / 390 * 100vw) 0;
  }
}

.introArea__note {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

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

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

.schoolSect__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

.trafficList__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 736px) {
  .trafficList__item {
    gap: 10px 30px;
  }
}

@media screen and (max-width: 736px) {
  .trafficList__item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: calc(10 / 390 * 100vw);
  }
}

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

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

.trafficList__station {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #97bec6;
  -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
          clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0;
  line-height: .7;
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .trafficList__station {
    font-size: 20px;
    height: 36px;
    padding: 0 28px 0 16px;
    width: 200px;
  }
}

@media screen and (max-width: 736px) {
  .trafficList__station {
    font-size: calc(20 / 390 * 100vw);
    height: calc(36 / 390 * 100vw);
    padding: 0 calc(28 / 390 * 100vw) 0 calc(16 / 390 * 100vw);
    width: calc(200 / 390 * 100vw);
  }
}

.trafficList__station .direct {
  background-color: #786d4a;
  color: #ffffff;
  display: inline-block;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .trafficList__station .direct {
    border-radius: 5px;
    font-size: 14px;
    padding: 6px;
  }
}

@media screen and (max-width: 736px) {
  .trafficList__station .direct {
    border-radius: calc(5 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
    padding: calc(6 / 390 * 100vw);
  }
}

.trafficList__time {
  color: #786d4a;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: .7;
}

@media print, screen and (min-width: 736px) {
  .trafficList__time {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
    gap: 8px;
  }
}

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

.trafficList__time .option {
  color: #999999;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1;
}

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

@media screen and (max-width: 736px) {
  .trafficList__time .option {
    display: block;
    font-size: calc(14 / 390 * 100vw);
    margin-top: calc(10 / 390 * 100vw);
    text-align: right;
  }
}

.trafficList__note {
  text-align: left;
  width: 100%;
}

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

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

@media print, screen and (min-width: 736px) {
  .trainSect__head .sectHeadGroup .svgTtl {
    bottom: -24px;
    left: 84px;
    width: 298px;
  }
}

@media screen and (max-width: 736px) {
  .trainSect__head .sectHeadGroup .svgTtl {
    bottom: calc(-21 / 390 * 100vw);
    left: calc(-17 / 390 * 100vw);
    width: calc(171 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .trainSect__cont {
    display: grid;
    gap: 72px 48px;
    grid-template-columns: .4693877551fr 1fr;
  }
}

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

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

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

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

.trainSect__cont .swipeFigure + .caption {
  margin-top: 16px;
}

.trainSect__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 736px) {
  .trainSect__bottom {
    gap: 72px;
  }
}

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

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

.trainSect__bottom .subSect {
  background-color: #97bec6;
  -webkit-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

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

@media screen and (max-width: 736px) {
  .trainSect__bottom .subSect {
    padding: calc(60 / 390 * 100vw) calc(32 / 390 * 100vw) calc(12 / 390 * 100vw);
  }
}

.trainSect__bottom .subSect:before {
  border: 1px solid #ffffff;
  content: '';
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .trainSect__bottom .subSect:before {
    height: calc(100% - 24px);
    width: calc(100% - 24px);
  }
}

@media screen and (max-width: 736px) {
  .trainSect__bottom .subSect:before {
    height: calc(100% - (24 / 390 * 100vw));
    width: calc(100% - (24 / 390 * 100vw));
  }
}

@media print, screen and (min-width: 736px) {
  .trainSect__bottom .subSect__head {
    left: 56px;
    position: absolute;
    top: 60px;
    z-index: 1;
  }
}

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

.trainSect__bottom .subSect__head .heading {
  white-space: nowrap;
}

@media print, screen and (min-width: 736px) {
  .trainSect__bottom .subSect__head .heading + .txt {
    margin-top: 24px;
  }
}

.trainSect__bottom .subSect__cont {
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .trainSect__bottom .subSect__cont {
    margin: 0 auto;
    width: calc(100% - 24px);
  }
}

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

.trainSect__bottom .subSect__cont .capIn {
  bottom: 0;
  left: 0;
  position: absolute;
}

.trainSect__bottom .subSect__cont .capIn + .capIn {
  left: auto;
  right: 0;
}

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

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

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

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

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

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

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

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