@charset "UTF-8";
.busCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media print, screen and (min-width: 768px) {
  .busCont {
    gap: 48px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .busCont__item {
    width: calc(50% - 24px);
  }
}

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

@media screen and (max-width: 768px) {
  .busCont__item--map {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .busCont__item--map .touchFigure .photo {
    -webkit-box-shadow: 0 7px 12px rgba(34, 47, 40, 0.2);
            box-shadow: 0 7px 12px rgba(34, 47, 40, 0.2);
  }
}

@media print, screen and (min-width: 768px) {
  .busCont__item .photo + .photo {
    margin-top: 8px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .highwayCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media print, screen and (min-width: 768px) {
  .highwayCont__item {
    width: calc(50% - 24px);
  }
}

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

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

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

@media screen and (max-width: 768px) {
  .highwayCont__item--map .touchFigure .photo {
    -webkit-box-shadow: 0 7px 12px rgba(34, 47, 40, 0.2);
            box-shadow: 0 7px 12px rgba(34, 47, 40, 0.2);
  }
}

@media print, screen and (min-width: 768px) {
  .ICCard {
    border-left: 2px solid rgba(17, 18, 17, 0.5);
    padding-left: 22px;
  }
}

@media screen and (max-width: 768px) {
  .ICCard {
    border-left: 1px solid rgba(17, 18, 17, 0.5);
    padding-left: 20px;
  }
}

.ICCard__head {
  border-bottom: 1px solid rgba(87, 87, 82, 0.3);
  color: #4d524d;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .ICCard__head {
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 768px) {
  .ICCard__head {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 80px;
  }
}

.ICCard__heading {
  letter-spacing: .16em;
}

@media print, screen and (min-width: 768px) {
  .ICCard__heading {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 2.66667;
  }
  .ICCard__heading:before {
    content: '';
    margin-top: calc((1 - 2.66667) * .5em);
  }
  .ICCard__heading:after {
    margin-bottom: calc((1 - 2.66667) * .5em);
  }
  .ICCard__heading:before, .ICCard__heading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .ICCard__heading {
    font-size: 10px;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .ICCard__heading:before {
    content: '';
    margin-top: calc((1 - 1.6) * .5em);
  }
  .ICCard__heading:after {
    margin-bottom: calc((1 - 1.6) * .5em);
  }
  .ICCard__heading:before, .ICCard__heading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.ICCard__name {
  letter-spacing: .16em;
}

@media print, screen and (min-width: 768px) {
  .ICCard__name {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .ICCard__name {
    font-size: 16px;
  }
}

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

@media screen and (max-width: 768px) {
  .ICCard__name .small {
    font-size: 12px;
  }
}

.ICCard__length {
  font-family: "Archivo", "Cormorant Infant", serif;
  letter-spacing: .12em;
  position: absolute;
  right: 0;
}

@media print, screen and (min-width: 768px) {
  .ICCard__length {
    bottom: 15px;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .ICCard__length {
    bottom: 10px;
  }
}

.ICCard__length .ja {
  font-family: "YakuHanMP", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

@media print, screen and (min-width: 768px) {
  .ICCard__length .ja {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .ICCard__length .ja {
    font-size: 10px;
  }
}

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

@media screen and (max-width: 768px) {
  .ICCard__length .num {
    font-size: 24px;
  }
}

.ICCard__txt {
  color: rgba(77, 82, 77, 0.8);
  letter-spacing: .08em;
}

@media print, screen and (min-width: 768px) {
  .ICCard__txt {
    font-size: 12px;
    line-height: 2.66667;
  }
  .ICCard__txt:before {
    content: '';
    margin-top: calc((1 - 2.66667) * .5em);
  }
  .ICCard__txt:after {
    margin-bottom: calc((1 - 2.66667) * .5em);
  }
  .ICCard__txt:before, .ICCard__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .ICCard__txt {
    font-size: 10px;
    line-height: 1.6;
  }
  .ICCard__txt:before {
    content: '';
    margin-top: calc((1 - 1.6) * .5em);
  }
  .ICCard__txt:after {
    margin-bottom: calc((1 - 1.6) * .5em);
  }
  .ICCard__txt:before, .ICCard__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .ICGuide {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 32px;
  }
}

@media print, screen and (min-width: 768px) {
  .ICGuide__item {
    width: calc(50% - 10px);
  }
}

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

@media print, screen and (min-width: 768px) {
  .leadSect__inner .photo {
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .leadSect__inner .photo {
    margin-left: -40px;
    margin-right: -40px;
  }
}

.lifeSceneGallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .lifeSceneGallery {
    width: 672px;
  }
}

.lifeSceneGallery__item {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .lifeSceneGallery__item {
    width: 312px;
  }
}

@media screen and (max-width: 768px) {
  .lifeSceneGallery__item {
    width: 138px;
  }
}

.lifeSceneGallery__ttl {
  color: #ffffff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-orientation: upright;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

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

@media screen and (max-width: 768px) {
  .lifeSceneGallery__ttl {
    font-size: 18px;
  }
}

.placeDetail {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  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;
  padding-bottom: 16px;
  position: relative;
}

.placeDetail::after {
  background-color: #cccccc;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .placeDetail {
    font-size: 14px;
    line-height: calc(20 / 14);
  }
}

@media screen and (max-width: 768px) {
  .placeDetail {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}

.placeDetail__name {
  position: relative;
}

@media screen and (max-width: 768px) {
  .placeDetail__name {
    width: 100%;
    line-height: 1.83333;
  }
  .placeDetail__name:before {
    content: '';
    margin-top: calc((1 - 1.83333) * .5em);
  }
  .placeDetail__name:after {
    margin-bottom: calc((1 - 1.83333) * .5em);
  }
  .placeDetail__name:before, .placeDetail__name:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.placeDefinition {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .placeDefinition {
    font-size: 12px;
    line-height: calc(44 / 24);
    letter-spacing: 0.05em;
    width: 100%;
  }
}

.placeDefinition::before {
  background-image: linear-gradient(to right, #000, #000 1.5px, transparent 1.5px, transparent 5px);
  background-size: 5px 1.5px;
  background-repeat: repeat-x;
  display: block;
  content: "";
  width: auto;
  height: 1.5px;
  margin-top: 5px;
  margin-right: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .placeDefinition__distance {
    margin: 0 0 0 auto;
  }
}

.placeDefinition__distance:after {
  content: "／";
}

.stationCard {
  color: #ffffff;
  position: relative;
}

.stationCard__inner {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .stationCard__inner {
    -webkit-column-gap: 3px;
       -moz-column-gap: 3px;
            column-gap: 3px;
    top: 42%;
    width: 283px;
  }
}

@media screen and (max-width: 768px) {
  .stationCard__inner {
    top: 33%;
    width: calc(455 / 750 * 100vw);
  }
}

.stationCard__station {
  letter-spacing: .1em;
  z-index: 1;
}

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

@media screen and (max-width: 768px) {
  .stationCard__station {
    font-size: calc(38 / 750 * 100vw);
    height: 100%;
  }
}

.stationCard__station .bracket {
  display: inline-block;
  vertical-align: super;
}

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

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

.stationCard__station .bracket:nth-of-type(2) {
  vertical-align: bottom;
}

.stationCard__station .large {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .stationCard__station .large {
    font-size: 28px;
  }
}

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

.stationCard__time {
  letter-spacing: .12em;
  line-height: 1;
  z-index: 2;
}

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

@media screen and (max-width: 768px) {
  .stationCard__time {
    bottom: 3px;
    font-size: 16px;
    right: 7px;
  }
}

.stationCard__time .inner {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .stationCard__time .inner {
    padding-right: 1.2em;
  }
}

.stationCard__time .direct {
  letter-spacing: .1em;
}

@media print, screen and (min-width: 768px) {
  .stationCard__time .direct {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .stationCard__time .direct {
    font-size: calc(38 / 750 * 100vw);
  }
}

.stationCard__time .num {
  font-family: "Archivo", "Cormorant Infant", serif;
  font-style: italic;
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  .stationCard__time .num {
    font-size: 54px;
    line-height: .7;
  }
}

@media screen and (max-width: 768px) {
  .stationCard__time .num {
    font-size: calc(89 / 750 * 100vw);
    line-height: 1;
  }
}

.stationCard__time .sup {
  letter-spacing: .12em;
}

@media print, screen and (min-width: 768px) {
  .stationCard__time .sup {
    font-size: 12px;
    margin: 0 0 2px 7px;
  }
}

@media screen and (max-width: 768px) {
  .stationCard__time .sup {
    font-size: 10px;
    margin: 0 0 0 13px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .stationCard__time .unit {
    font-size: 24px;
    position: absolute;
    right: -4px;
  }
}

@media screen and (max-width: 768px) {
  .stationCard__time .unit {
    -ms-flex-item-align: center;
        align-self: center;
    font-size: calc(38 / 750 * 100vw);
  }
}

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

@media print, screen and (min-width: 768px) {
  .stationGallery {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .stationGallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .stationGallery__item {
    width: 355px;
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .stationSect__map + .stationGallery {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .stationSect__map + .stationGallery {
    margin-top: calc(120 / 750 * 100vw);
  }
}

.stationGallery + .caption {
  padding-top: 5px;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .stationGallery + .caption + .caption {
    margin: 50px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .stationGallery + .caption + .caption {
    margin: calc(60 / 750 * 100vw) 20px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .stationSect__map {
    margin: 80px auto 0;
    width: 1050px;
  }
}

@media screen and (max-width: 768px) {
  .stationSect__map {
    margin-right: -20px;
    margin-top: calc(120 / 750 * 100vw);
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .stationSect__map .touchFigure {
    -webkit-box-shadow: 0 7px 12px rgba(34, 47, 40, 0.2);
            box-shadow: 0 7px 12px rgba(34, 47, 40, 0.2);
  }
}

@media screen and (max-width: 768px) {
  .stationSect__map .touchFigure__capOut {
    text-align: left;
  }
}

@media print, screen and (min-width: 768px) {
  .stationSect__map .touchFigure .photo {
    border: 1px solid #dadada;
  }
}

.stationSect__map .touchFigure + .caption {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .stationSect__map .touchFigure + .caption {
    padding-right: 40px;
  }
}

/*
下層ページ実装に関して
・テンプレート各セクション(.keyVisual,.generalSect)のCSSはcommon.css内に追記しています。
・各ページの.keyVisualに関しては画像追加・情報の流し込みのみお願いします。細かいレイアウトの微調整はまとめてこちらで対応します。
・各コンテンツはダミーの命名としてunique-連番という命名を行なっていますが、固有の要素に合わせて命名変更をお願いします。
・metaと.header、.bottomArea(フッター注釈含む)、.footerの各共通要素に関してもこちらでまとめ調整するので、基本的に.container内のみを調整する形でコンテンツを実装していただけると助かります。
*/
.access-station {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .access-station {
    padding: 160px 0;
  }
}

@media screen and (max-width: 768px) {
  .access-station {
    padding: 120px 0 80px;
  }
}

.access-station:before {
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100vw;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .access-station:before {
    background: url("../imgs/pc/bg-pageintro.jpg") no-repeat top right;
    background-size: cover;
    height: 805px;
  }
}

@media screen and (max-width: 768px) {
  .access-station:before {
    background: url("../imgs/sp/bg-pageintro.jpg") no-repeat top right;
    background-size: cover;
    height: 472px;
  }
}

@media print, screen and (min-width: 768px) {
  .access-01 {
    padding-bottom: 165px;
  }
}

@media screen and (max-width: 768px) {
  .access-01 {
    padding-bottom: 100px;
  }
}

@media print, screen and (min-width: 768px) {
  .access-02 {
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 768px) {
  .access-02 {
    padding-bottom: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .access-02 .primarySect__head .subheading + .otherheading {
    margin-top: 55px;
  }
}

@media screen and (max-width: 768px) {
  .access-02 .primarySect__head .subheading + .otherheading {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .access-03 {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 768px) {
  .access-03 {
    padding-bottom: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .access-03 .primarySect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
    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;
  }
}

.access-03 .primarySect__head {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .access-03 .primarySect__head {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .access-03 .primarySect__cont {
    width: 624px;
  }
}

@media screen and (max-width: 768px) {
  .access-03 .primarySect__cont {
    margin-right: -40px;
  }
}

@media screen and (max-width: 768px) {
  .access-03 .primarySect__cont .touchFigure {
    -webkit-box-shadow: 0 7px 12px rgba(34, 47, 40, 0.2);
            box-shadow: 0 7px 12px rgba(34, 47, 40, 0.2);
  }
}

@media screen and (max-width: 768px) {
  .access-03 .primarySect__cont .touchFigure--swipe {
    height: calc(550 / 750 * 100vw);
  }
}
