@charset "UTF-8";
/* font
---------------------------------------- */
/* color
---------------------------------------- */
/* 導入セクション
---------------------------------------- */
.access-intro {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .access-intro {
    padding: 160px 0;
  }
}
@media only screen and (max-width: 767px) {
  .access-intro {
    padding: calc(160 / 750 * 100vw) 0;
  }
}
.access-intro:before {
  /* セクション上端を基準に敷く共通背景（不透明度50%） */
  background: no-repeat center top/100% auto;
  content: "";
  inset: 0;
  opacity: 0.5;
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .access-intro:before {
    background-image: url("../img/pc/bg-common-01@1.5x.png?v=1789107904");
  }
}
@media only screen and (max-width: 767px) {
  .access-intro:before {
    background-image: url("../img/sp/bg-common-01.png?v=1789108015");
  }
}

.introSect {
  color: #364055;
}
.introSect__cont {
  align-items: center;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .introSect__cont {
    gap: 80px;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .introSect__cont {
    flex-direction: column;
    gap: calc(80 / 750 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .introSect__cont .txt {
    flex-shrink: 0;
    width: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .introSect__cont .txt {
    width: calc(590 / 750 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .introSect__photo {
    flex-shrink: 0;
    width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .introSect__photo {
    width: 100%;
  }
}
.introSect__photo .photo__image {
  width: 100%;
}

/* 航空写真（全幅・余白なし）
---------------------------------------- */
.access-aerial .photo__image {
  width: 100%;
}

/* 交通アクセスセクション
---------------------------------------- */
.access-traffic {
  background-image: linear-gradient(to left, #ffffff 0%, #ebf0f3 100%);
}
@media only screen and (min-width: 768px) {
  .access-traffic {
    padding: 160px 0;
  }
}
@media only screen and (max-width: 767px) {
  .access-traffic {
    padding: calc(160 / 750 * 100vw) 0;
  }
}

.trafficSect .heading {
  color: #797460;
}
.trafficSect {
  /* 図版下の注釈。共通の「.zoomFigure + .cap」（右寄せ・5px）を上書き */
}
.trafficSect .zoomFigure + .cap {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .trafficSect .zoomFigure + .cap {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .trafficSect .zoomFigure + .cap {
    margin-top: calc(64 / 750 * 100vw);
  }
}

/* 主要駅へのアクセスカード（全幅グリッド）
---------------------------------------- */
@media only screen and (min-width: 768px) {
  .access-station {
    padding: 160px 0;
  }
}
@media only screen and (max-width: 767px) {
  .access-station {
    padding: calc(120 / 750 * 100vw) 0;
  }
}

.stationList {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .stationList {
    gap: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .stationList {
    gap: 1px;
  }
}
.stationList + .cap {
  text-align: right;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .stationList__item {
    width: calc((100% - 16px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .stationList__item {
    width: calc((100% - 1px) / 2);
  }
}

.stationCard {
  align-items: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .stationCard {
    aspect-ratio: 474/267;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .stationCard {
    aspect-ratio: 187/105;
    padding: 0 calc(80 / 750 * 100vw);
  }
}
.stationCard {
  /* 写真の上に敷く暗幕 */
}
.stationCard:after {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  inset: 0;
  position: absolute;
}
.stationCard__image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.stationCard__txt {
  position: relative;
  z-index: 1;
}
.stationCard__route {
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .stationCard__route {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .stationCard__route {
    font-size: calc(10 / 375 * 100vw);
  }
}
.stationCard__name {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .stationCard__name {
    font-size: 24px;
    gap: 10px;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .stationCard__name {
    font-size: calc(18 / 375 * 100vw);
    gap: calc(20 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
  }
}
.stationCard__name .time {
  align-items: flex-end;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .stationCard__name .time {
    gap: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .stationCard__name .time {
    gap: calc(8 / 750 * 100vw);
  }
}
.stationCard__name .num {
  color: #dfe1d8;
  font-family: "Cinzel", serif;
  font-weight: 400;
  line-height: 0.7;
}
@media only screen and (min-width: 768px) {
  .stationCard__name .num {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .stationCard__name .num {
    font-size: calc(28 / 375 * 100vw);
  }
}
.stationCard__name .sm {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .stationCard__name .sm {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .stationCard__name .sm {
    font-size: calc(12 / 375 * 100vw);
  }
}/*# sourceMappingURL=access.css.map */