
.pre-inc #contents {
  overflow: hidden;
}
.pre-inc .contents_tit {
  font-size: 1.6em;
  color: #34549a;
}
.pre-inc .station_route_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0;
}
.pre-inc .station_route_wrap > li {
  width: 50%;
}
.pre-inc .station_route {
  line-height: 1;
  display: inline-block;
}
.pre-inc .station_route > span {
  font-size: 0.7em;
  padding: 0.3em 0.5em;
  color: #fff;
  display: inline-block;
}
.pre-inc .station_route > span.tanimachi {
  background: #865e9d;
}
.pre-inc .station_route > span.midosuji {
  background: #c52f25;
}
.pre-inc .station_route > span.hanwa {
  background: #727171;
}
.pre-inc .station_route > span.kintetsu {
  background: #7992c0;
}
.pre-inc .station_route > p {
  font-size: 1.4em;
  margin-top: -0.5em;
}
.pre-inc .station_route > p strong {
  font-size: 2.14em;
  font-family: "EB Garamond", serif;
  color: #c2b121;
  vertical-align: -0.05em;
  line-height: 1;
}
.pre-inc .station_route > p small {
  font-size: 0.46em;
}
.pre-inc .station_route > p + small {
  display: block;
  text-align: right;
  font-size: 0.65em;
}
.pre-inc .route_map_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2.5em;
}
.pre-inc .route_map_wrap > dt {
  width: 20em;
  background: #f2f2f2;
  padding: 1em 0 1em 1em;
}
.pre-inc .route_map_wrap > dt .station_route > p {
  margin-top: -0.1em;
}
.pre-inc .route_map_wrap > dt .station_route + .station_route {
  margin-top: 0.5em;
}
.pre-inc .route_map_wrap > dd {
  width: 28.25em;
}
.pre-inc .station_img_wrap {
  margin-top: 2.5em;
}
.pre-inc .station_img_wrap li h4 {
  font-family: "Libre Caslon Text", serif;
  font-size: 2.6vw;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.9), 0 0 0.15em rgba(0, 0, 0, 0.9);
  position: absolute;
  left: 3%;
  top: 5%;
}
.pre-inc .station_img_wrap li p {
  font-family: "Libre Caslon Text", serif;
  font-size: 2.1vw;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 3%;
  bottom: 2%;
  filter: drop-shadow(0 0 0.05em rgba(0, 0, 0, 0.9)) drop-shadow(0 0 0.1em rgba(0, 0, 0, 0.9));
}
.pre-inc .station_img_wrap li p strong {
  background: linear-gradient(45deg, #d4b459, #e1cd7e, #bba25e);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.6em;
}

@media screen and (min-width: 1921px) {
  .pre-inc .station_img_wrap li h4 {
    font-size: 3em;
  }
  .pre-inc .station_img_wrap li p {
    font-size: 2em;
  }
}
@media screen and (min-width: 769px) {
  .pre-inc .station_route_wrap > li:nth-of-type(even) {
    animation-delay: 0.2s;
  }
  .pre-inc .route_map_wrap > dd {
    animation-delay: 0.2s;
  }
  .pre-inc .station_img_wrap {
    display: flex;
  }
  .pre-inc .station_img_wrap li:nth-of-type(2) {
    animation-delay: 0.2s;
  }
  .pre-inc .station_img_wrap li:nth-of-type(3) {
    animation-delay: 0.4s;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc .contents_tit {
    font-size: 1.4em;
  }
  .pre-inc .station_route_wrap > li {
    width: 100%;
  }
  .pre-inc .route_map_wrap {
    flex-wrap: wrap;
    margin: 1.5em -4vw 0 -4vw;
    background: #f2f2f2;
    width: 100vw;
  }
  .pre-inc .route_map_wrap > dt {
    width: 100%;
    background: none;
    padding: 1em 0 1em 1em;
    order: 2;
  }
  .pre-inc .route_map_wrap > dt .station_route > p {
    margin-top: -0.1em;
    display: inline-block;
  }
  .pre-inc .route_map_wrap > dt .station_route > p + small {
    display: inline-block;
  }
  .pre-inc .route_map_wrap > dt .station_route + .station_route {
    margin-top: 0.5em;
  }
  .pre-inc .route_map_wrap > dd {
    width: 100%;
    padding: 1em 0.5em 0;
  }
  .pre-inc .station_img_wrap {
    margin-top: 0;
  }
  .pre-inc .station_img_wrap li {
    width: 70vw;
    animation-name: fadeIn;
  }
  .pre-inc .station_img_wrap li h4 {
    font-size: 6.5vw;
  }
  .pre-inc .station_img_wrap li p {
    font-size: 6.5vw;
  }
}/*# sourceMappingURL=access.css.map */