@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}
/*--------------------------------------------------------------------------
CSS　カスタム設定(top-style.css)ver.1 2026.04.16
--------------------------------------------------------------------------*/
/*■■■■■■ 基本設定 ■■■■■■■*/
/*FLAG 青緑　濃い*/
/*FLAG 青緑　薄い*/
/*FLAG 緑　*/
/*■　共有設定　■*/
.text-left {
  text-align: left;
}

/*■■■■■■　#0 アクセストップイメージ　■■■■■■■*/
.access-fv {
  margin: 80px auto 0;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #006ea1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 3;
  -webkit-mask-image: url("../images/crip-wave-bottom_16-9.svg");
  mask-image: url("../images/crip-wave-bottom_16-9.svg");
  /* ★ここを変更 */
  -webkit-mask-mode: luminance;
  mask-mode: luminance;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top;
  mask-position: top;
}

.access-fv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.access-fv img.sp-view {
  display: none;
}
.access-fv img.pc-view {
  display: block;
}

/*タイトル*/
.access-title {
  padding: 0 0 0 5%;
  font-family: "Noto Serif JP", serif;
  font-size: 4.6rem;
  line-height: 1.6;
  font-weight: 500;
  color: #FFF;
  position: absolute;
  top: 15%;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  alidn-items: flex-start;
  -webkit-box-pack: flec-start;
      -ms-flex-pack: flec-start;
          justify-content: flec-start;
  text-align: left;
  width: 100%;
  text-shadow: 0 0 6px #2b7cdd, 0 0 12px #2b7cdd, 0 0 18px #2b7cdd, 0 0 24px #2b7cdd;
  text-align: left;
}

.top-img-caption {
  padding: 5px 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  color: #FFF;
  position: absolute;
  right: 10px;
  bottom: 20px;
  text-shadow: 0 0 1px #000, 0 0 3px #000, 0 0 5px #000, 0 0 7px #000;
}

/*■■■■■■　#1 アクセス情報　■■■■■■■*/
.bg-access {
  margin: -2em auto 0;
  padding: 4em 0 4em;
  width: 100%;
  background-color: #FFF;
  position: relative;
  overflow: hidden;
}

/*■■■ アメーバオブジェクト ■■■*/
.bg-obj {
  position: absolute;
  pointer-events: none;
  will-change: transform;
  opacity: 0.5;
  z-index: 0;
}

.bg-obj img {
  display: block;
  width: 100%;
  height: auto;
}

.bg-obj-1 {
  top: -300px;
  right: -10%;
  width: 1200px;
  -webkit-animation: floatA 18s ease-in-out infinite alternate;
          animation: floatA 18s ease-in-out infinite alternate;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}

/* =========================
A
========================= */
@-webkit-keyframes floatA {
  0% {
    -webkit-transform: scale(1) scaleX(1) scaleY(1) rotate(0deg) translate(0, 0);
            transform: scale(1) scaleX(1) scaleY(1) rotate(0deg) translate(0, 0);
  }
  25% {
    -webkit-transform: scale(1.08) scaleX(1.04) scaleY(0.96) rotate(2deg) translate(10px, -8px);
            transform: scale(1.08) scaleX(1.04) scaleY(0.96) rotate(2deg) translate(10px, -8px);
  }
  50% {
    -webkit-transform: scale(0.96) scaleX(0.92) scaleY(1.08) rotate(-2deg) translate(-8px, 6px);
            transform: scale(0.96) scaleX(0.92) scaleY(1.08) rotate(-2deg) translate(-8px, 6px);
  }
  75% {
    -webkit-transform: scale(1.06) scaleX(1.08) scaleY(0.92) rotate(1deg) translate(6px, -4px);
            transform: scale(1.06) scaleX(1.08) scaleY(0.92) rotate(1deg) translate(6px, -4px);
  }
  100% {
    -webkit-transform: scale(1) scaleX(1) scaleY(1) rotate(0deg) translate(0, 0);
            transform: scale(1) scaleX(1) scaleY(1) rotate(0deg) translate(0, 0);
  }
}
@keyframes floatA {
  0% {
    -webkit-transform: scale(1) scaleX(1) scaleY(1) rotate(0deg) translate(0, 0);
            transform: scale(1) scaleX(1) scaleY(1) rotate(0deg) translate(0, 0);
  }
  25% {
    -webkit-transform: scale(1.08) scaleX(1.04) scaleY(0.96) rotate(2deg) translate(10px, -8px);
            transform: scale(1.08) scaleX(1.04) scaleY(0.96) rotate(2deg) translate(10px, -8px);
  }
  50% {
    -webkit-transform: scale(0.96) scaleX(0.92) scaleY(1.08) rotate(-2deg) translate(-8px, 6px);
            transform: scale(0.96) scaleX(0.92) scaleY(1.08) rotate(-2deg) translate(-8px, 6px);
  }
  75% {
    -webkit-transform: scale(1.06) scaleX(1.08) scaleY(0.92) rotate(1deg) translate(6px, -4px);
            transform: scale(1.06) scaleX(1.08) scaleY(0.92) rotate(1deg) translate(6px, -4px);
  }
  100% {
    -webkit-transform: scale(1) scaleX(1) scaleY(1) rotate(0deg) translate(0, 0);
            transform: scale(1) scaleX(1) scaleY(1) rotate(0deg) translate(0, 0);
  }
}
/*アクセスデータ*/
.access-data-block {
  padding: 6em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 40px;
}

.access-data-box {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 360px;
}

/*メインステーション*/
.access-main-station {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 5px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.add-exit-1 {
  position: relative;
}
.add-exit-1:after {
  content: "※1番出入口";
  font-size: 1rem;
  font-weight: 400;
  position: absolute;
  right: -55px;
  top: 3.6rem;
  display: block;
  letter-spacing: 1px;
}

.access-walk-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.access-walk-box {
  padding: 0 20px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.access-walk-box:nth-child(2) {
  border-left: 1px solid #333;
}

.walk-start {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

.walk-time {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
}
.walk-time strong {
  padding: 0 2px;
  font-size: 4.3rem;
  line-height: 1;
  font-weight: 400;
}
.walk-time strong.text-color-keihan {
  color: #009151;
}
.walk-time strong.text-color-chikatetsu {
  color: #95a8b2;
}
.walk-time strong.text-color-jrnara {
  color: #0075b5;
}

.walk-way {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 500;
  text-align: right;
  width: 100%;
}

.walk-note {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  width: 100%;
}

.walk-hr {
  display: block;
  width: 100%;
  max-width: 370px;
  border: 0;
  border-bottom: 1px solid #333;
}

.access-title-keihan {
  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;
  width: 100%;
  min-width: 360px;
  height: 30px;
  border-radius: 6px;
  background-color: #009151;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

.access-title-chikatetsu {
  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;
  width: 100%;
  min-width: 360px;
  height: 30px;
  border-radius: 6px;
  background-color: #95a8b2;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

.access-title-jrnara {
  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;
  width: 100%;
  min-width: 360px;
  height: 30px;
  border-radius: 6px;
  background-color: #0075b5;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

.access-note {
  font-size: 1.1rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: 100%;
  max-width: 300px;
}

.access-table tr td {
  padding: 0 5px;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  vertical-align: baseline;
  font-weight: 500;
}
.access-table tr td strong {
  margin: 0 2px;
  font-size: 3rem;
  line-height: 0.6;
  font-weight: 400;
}
.access-table tr td strong.text-color-keihan {
  color: #009151;
}
.access-table tr td strong.text-color-chikatetsu {
  color: #95a8b2;
}
.access-table tr td strong.text-color-jrnara {
  color: #0075b5;
}
.access-table td:nth-child(1) {
  text-align: left;
}
.access-table td:nth-child(2) {
  text-align: right;
  font-size: 1.8rem;
}
.access-table td:nth-child(3) {
  text-align: right;
}

.text-note {
  font-size: 1rem;
}

/*路線図　mp4*/
.access-train-video {
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  height: auto;
  display: block;
}

/*■■■■■■　#2 最寄りのターミナル　■■■■■■■*/
.terminal-block {
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 460px) 60px minmax(0, 460px);
  grid-template-columns: repeat(2, minmax(0, 460px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  row-gap: 80px;
}

/* 左側（1,3,5） */
.terminal-box:nth-child(odd) {
  -ms-grid-column-align: start;
      justify-self: start;
}

/* 右側（2,4） */
.terminal-box:nth-child(even) {
  -ms-grid-column-align: end;
      justify-self: end;
  position: relative;
  top: 50%;
}

.terminal-box {
  margin: 0 auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  max-width: 460px;
}

.terminal-img {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}

.terminal-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.crip-right img {
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
}

.crip-left img {
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
}

.station-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.4rem;
  color: #FFF;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  letter-spacing: 2px;
  white-space: nowrap;
}

.img-caption {
  padding: 5px;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  color: #FFF;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  right: 0;
}

.terminal-mi {
  margin: 0 0 0.5em;
  font-size: 1.6rem;
  color: #007481;
  font-weight: 500;
}

.terminal-data {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
}
.terminal-data span {
  margin: 0 -10px 0 -20px;
  font-size: 3.2rem;
  font-weight: 400;
}
.terminal-data strong {
  margin: 0 0 0 2px;
  color: #007481;
  font-size: 5.2rem;
  line-height: 1;
  font-weight: 400;
}
.terminal-data strong small {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  top: -4px;
}
.terminal-data small.from-text {
  font-size: 1.1rem;
  position: absolute;
  top: -5px;
}

.terminal-read {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
  text-align: left;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.terminal-attent-text {
  margin: 0 15px 0 auto;
  font-size: 1.2rem;
  line-height: 1;
  text-align: right;
}

/*■■■■■■　#3 CAR 車・バスでの移動　■■■■■■■*/
.bg-access-car {
  margin: 0 auto;
  padding: 4em 0;
  width: 100%;
  background-color: #ede3d6;
}
.bg-access-car .text-mi-en {
  color: #ae917f;
}

.bg-gradation-bar-top-light {
  margin: 0 auto;
  height: 21px;
  width: 100%;
  display: block;
  background-color: #FFF;
  border-top: 7px solid #faf8f5;
  border-bottom: 7px solid #f6f1ea;
}

.bg-gradation-bar-top {
  margin: 0 auto;
  height: 21px;
  width: 100%;
  display: block;
  background-color: #ede3d6;
  border-top: 7px solid #FFF;
  border-bottom: 7px solid #FFF;
}

.bg-gradation-bar-bottom-light {
  margin: 0 auto 4em;
  height: 21px;
  width: 100%;
  display: block;
  background-color: #FFF;
  border-top: 7px solid #f6f1ea;
  border-bottom: 7px solid #faf8f5;
}

.bg-gradation-bar-bottom {
  margin: 0 auto;
  height: 21px;
  width: 100%;
  display: block;
  background-color: #ede3d6;
  border-top: 7px solid #FFF;
  border-bottom: 7px solid #FFF;
}

.access-car-block {
  margin: 0 auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.access-title-car {
  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;
  width: 100%;
  max-width: 640px;
  height: 30px;
  border-radius: 6px;
  background-color: #ae917f;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
}

.access-text-read {
  margin: 0 auto 2em;
  text-align: center;
}

.access-car-img {
  margin: 2em auto;
  position: relative;
  width: 100%;
  max-width: 640px;
  overflow: hidden;
}
.access-car-img img {
  border-radius: 6px;
}

.access-car-text {
  margin: 0 auto 0.5em auto;
  display: block;
}

.access-car-data {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.access-car-data span {
  font-size: 1.4rem;
  display: block;
}
.access-car-data small {
  font-size: 1.2rem;
  display: block;
  text-align: right;
}

.car-map {
  margin: 0 0 2em;
}

.access-car-hr-dot {
  margin: 2em 0;
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 3px dotted #ae917f;
}

.access-bus-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

.access-bus-box {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 420px;
}

.access-bus-in-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 10px;
}

.access-bus-img {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}

.access-bus-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.access-bus-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  width: 100%;
}

.access-bus-data {
  text-align: left;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
}
.access-bus-data small {
  display: block;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}
.access-bus-data small.access-text-caption {
  margin: 0 0 5px;
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  display: block;
}

.access-bus-read {
  text-align: left;
  font-size: 1.2rem;
}

hr.border-dotted {
  display: block;
  width: 100%;
  height: 0;
  border: 0;
  border-bottom: 2px dotted #ae917f;
}

/*===============================
■■　スマホ用　■■
===============================*/
/*------------(XS)------------*/
@media (min-width: 320px) and (max-width: 767px) {
  /*■　SP共有設定　■*/
  .sp-wide {
    margin: 0 auto;
    width: 100%;
    max-width: 310px;
  }
  /*■■■■■■　#0 アクセストップイメージ(XS)　■■■■■■■*/
  .access-fv {
    margin: 0;
    width: 100%;
    aspect-ratio: 4/6;
    overflow: hidden;
    background: #006ea1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    z-index: 3;
    -webkit-mask-image: url("../images/crip-wave-bottom_4-6.svg");
    mask-image: url("../images/crip-wave-bottom_4-6.svg");
    /* ★ここを変更 */
    -webkit-mask-mode: luminance;
    mask-mode: luminance;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top;
    mask-position: top;
  }
  .access-fv img.sp-view {
    display: block;
  }
  .access-fv img.px-c-view {
    display: none;
  }
  /*タイトル*/
  .access-title {
    padding: 0 0 0 5%;
    font-family: "Noto Serif JP", serif;
    font-size: 2.8rem;
    line-height: 1.6;
    font-weight: 500;
    color: #FFF;
    position: absolute;
    top: 15%;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    alidn-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 100%;
    text-shadow: 0 0 6px #2b7cdd, 0 0 12px #2b7cdd, 0 0 18px #2b7cdd, 0 0 24px #2b7cdd;
  }
  /*■■■■■■　#1 アクセス情報（XS）　■■■■■■■*/
  .bg-access {
    margin-top: -30px;
    padding: 5em 0 4em;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
  }
  /*■■■ アメーバオブジェクト ■■■*/
  .bg-obj {
    position: absolute;
    pointer-events: none;
    will-change: transform;
    opacity: 0.5;
    z-index: 0;
  }
  .bg-obj img {
    display: block;
    width: 100%;
    height: auto;
  }
  .bg-obj-1 {
    top: -160px;
    right: -30%;
    width: 600px;
    -webkit-animation: floatA 18s ease-in-out infinite alternate;
            animation: floatA 18s ease-in-out infinite alternate;
    -webkit-animation-duration: 18s;
            animation-duration: 18s;
  }
  /*アクセスデータ*/
  .access-data-block {
    padding: 6em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px 40px;
  }
  .access-data-box {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 370px;
  }
  /*メインステーション*/
  .access-main-station {
    font-family: "Noto Serif JP", serif;
    font-size: 3.6rem;
    font-weight: 400;
    letter-spacing: 5px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .access-walk-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-width: 370px;
  }
  .access-walk-box {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .walk-start {
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
    white-space: nowrap;
  }
  .walk-time {
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    font-weight: 500;
  }
  .walk-time strong {
    font-size: 4.3rem;
    line-height: 0.8;
    font-weight: 400;
  }
  .walk-time strong.text-color-keihan {
    color: #009151;
  }
  .walk-time strong.text-color-chikatetsu {
    color: #95a8b2;
  }
  .walk-time strong.text-color-jrnara {
    color: #0075b5;
  }
  .walk-way {
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    font-weight: 500;
    text-align: right;
    width: 100%;
  }
  .walk-note {
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    width: 100%;
  }
  .walk-hr {
    display: block;
    width: 100%;
    max-width: 370px;
    border: 0;
    border-bottom: 1px solid #333;
  }
  .access-title-keihan {
    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;
    width: 100%;
    min-width: 370px;
    height: 30px;
    border-radius: 6px;
    background-color: #009151;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
  }
  .access-title-chikatetsu {
    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;
    width: 100%;
    min-width: 370px;
    height: 30px;
    border-radius: 6px;
    background-color: #95a8b2;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
  }
  .access-title-jrnara {
    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;
    width: 100%;
    min-width: 370px;
    height: 30px;
    border-radius: 6px;
    background-color: #0075b5;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
  }
  .access-note {
    font-size: 1.1rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    width: 100%;
    max-width: 300px;
  }
  .access-table {
    width: 100%;
    max-width: 370;
  }
  .access-table tr td {
    padding: 0 5px;
    font-family: "Noto Serif JP", serif;
    font-size: 2.2rem;
    vertical-align: baseline;
    font-weight: 500;
    white-space: nowrap;
  }
  .access-table tr td strong {
    margin: 0 2px;
    font-size: 3.4rem;
    line-height: 0.6;
    font-weight: 400;
  }
  .access-table tr td strong.text-color-keihan {
    color: #009151;
  }
  .access-table tr td strong.text-color-chikatetsu {
    color: #95a8b2;
  }
  .access-table tr td strong.text-color-jrnara {
    color: #0075b5;
  }
  .access-table td:nth-child(1) {
    text-align: left;
  }
  .access-table td:nth-child(2) {
    text-align: right;
    font-size: 1.6rem;
  }
  .access-table td:nth-child(3) {
    text-align: right;
  }
  .text-note {
    font-size: 1rem;
  }
  /*■■■■■■　#2 最寄りのターミナル（XS）　■■■■■■■*/
  .terminal-block {
    margin: 0 auto;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
  .terminal-box {
    margin: 0 auto;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  /* 右側（2,4） */
  .terminal-box:nth-child(even) {
    -ms-grid-column-align: end;
        justify-self: end;
    position: relative;
    top: 0;
  }
  .terminal-img {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative;
  }
  .terminal-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .crip-right img {
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
  }
  .crip-left img {
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
  }
  .station-name {
    font-family: "Cormorant Garamond", serif;
    font-size: 3.4rem;
    color: #FFF;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
    letter-spacing: 2px;
    white-space: nowrap;
  }
  .img-caption {
    padding: 5px;
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    color: #FFF;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .terminal-mi {
    font-size: 1.6rem;
    font-size: clamp(1.5rem, 4vw, 1.6rem);
    color: #007481;
    font-weight: 500;
  }
  .terminal-data {
    font-family: "Noto Serif JP", serif;
    font-size: 2.1rem;
    font-weight: 500;
    position: relative;
  }
  .terminal-data span {
    margin: 0 -10px 0 -20px;
    font-size: 2.7rem;
    font-weight: 400;
  }
  .terminal-data strong {
    margin: 0 0 0 4px;
    color: #007481;
    font-size: 4.5rem;
    line-height: 1;
    font-weight: 400;
  }
  .terminal-data strong small {
    font-size: 2.2rem;
    font-weight: 700;
    position: relative;
    top: -4px;
  }
  .terminal-data small.from-text {
    font-size: 1rem;
    position: absolute;
    top: -5px;
  }
  .terminal-read {
    font-size: 1.5rem;
    line-height: 2;
    font-weight: 400;
    text-align: left;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .terminal-attent-text {
    margin: -10px 15px 0 auto;
    font-size: 1rem;
    line-height: 1;
    text-align: right;
  }
  /*■■■■■■　#3 CAR 車・バスでの移動（XS）　■■■■■■■*/
  .access-car-block {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .access-title-car {
    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;
    width: 100%;
    min-width: 340px;
    height: 30px;
    border-radius: 6px;
    background-color: #ae917f;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .access-car-img {
    margin: 0 0 2em;
    position: relative;
  }
  .access-car-img img {
    border-radius: 6px;
  }
  .access-car-text {
    margin: 0 auto 0 0;
    display: block;
  }
  .access-car-data {
    font-family: "Noto Serif JP", serif;
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .access-car-data span {
    font-size: 1.4rem;
    display: block;
  }
  .access-car-data small {
    font-size: 1.2rem;
    display: block;
    text-align: right;
  }
  .car-map {
    margin: 0 0 2em;
  }
  .access-car-hr-dot {
    margin: 2em 0;
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 3px dotted #ae917f;
  }
  .access-bus-block {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .access-bus-box {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .access-bus-in-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 370px;
    gap: 10px;
  }
  .access-bus-img {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative;
  }
  .access-bus-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 6px;
  }
  .access-bus-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
  .access-bus-data {
    text-align: left;
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif;
  }
  .access-bus-data small {
    display: block;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .access-bus-data small.access-text-caption {
    margin: 0 0 5px;
    font-size: 1.2rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    display: block;
  }
  .access-bus-read {
    text-align: left;
    font-size: 1.2rem;
  }
  hr.border-dotted {
    display: block;
    width: 100%;
    height: 0;
    border: 0;
    border-bottom: 2px dotted #ae917f;
  }
} /*xs*/
/*------------(SM)------------*/
@media (min-width: 768px) and (max-width: 1023px) {
  /*■■■■■■　#0 アクセストップイメージ(SM)　■■■■■■■*/
  .access-fv {
    margin: 0;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #006ea1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    z-index: 3;
    -webkit-mask-image: url("../images/crip-wave-bottom_16-9.svg");
    mask-image: url("../images/crip-wave-bottom_16-9.svg");
    /* ★ここを変更 */
    -webkit-mask-mode: luminance;
    mask-mode: luminance;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top;
    mask-position: top;
  }
  .access-fv img.sp-view {
    display: none;
  }
  .access-fv img.px-c-view {
    display: block;
  }
  /*タイトル*/
  .access-title {
    padding: 0 0 0 5%;
    font-family: "Noto Serif JP", serif;
    font-size: 3.8rem;
    line-height: 1.6;
    font-weight: 500;
    color: #FFF;
    position: absolute;
    top: 20%;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    alidn-items: flex-start;
    -webkit-box-pack: flec-start;
        -ms-flex-pack: flec-start;
            justify-content: flec-start;
    text-align: left;
    width: 100%;
    text-shadow: 0 0 6px #2b7cdd, 0 0 12px #2b7cdd, 0 0 18px #2b7cdd, 0 0 24px #2b7cdd;
  }
} /*SM*/
/*------------(MD)------------*/
/*------------(LG)------------*/
/*------------(XL)------------*/
/*------------(XXL)------------*/
@media (min-width: 1920px) {
  /*タイトル*/
  .access-title {
    font-size: 6.2rem;
    top: 15%;
    left: 0;
  }
} /*(XXL)*/