.pre-inc .layer_main .main_img figure {
  flex: 1;
  opacity: 0;
  animation: 2s fadeIn 0s forwards;
}
.pre-inc .layer_main .main_img figure:nth-of-type(1) {
  animation-delay: 0.2s;
}
.pre-inc .layer_main .main_img figure:nth-of-type(2) {
  animation-delay: 0s;
}
.pre-inc .layer_main .main_img figure:nth-of-type(3) {
  animation-delay: 0.4s;
}
.pre-inc .layer_main .main_img::before {
  animation-delay: 0.7s;
}
.pre-inc #contents {
  padding-bottom: 3.5em;
  background: url("../img/access/access_bk_pc.webp") no-repeat center center/cover;
}
.pre-inc .access_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2.4em;
}
.pre-inc .access_item > dt {
  width: 26.5em;
}
.pre-inc .route {
  letter-spacing: 0.1em;
}
.pre-inc .route small {
  font-size: 0.7em;
  display: block;
  text-align: left;
  margin-bottom: -0.7em;
  letter-spacing: 0;
}
.pre-inc .route big {
  font-size: 2em;
  line-height: 1;
}
.pre-inc .route span {
  font-size: 1.6em;
  line-height: 1;
}
.pre-inc .route strong {
  font-size: 3em;
  color: #c30d23;
  line-height: 1;
}
.pre-inc .route p {
  display: inline-block;
}
.pre-inc .route p small {
  text-align: right;
  margin-bottom: 0;
  line-height: 1.2;
}
.pre-inc .route + .route {
  margin-top: 0.4em;
}
.pre-inc .route.r_small big {
  font-size: 1.6em;
}
.pre-inc .route.r_small span {
  font-size: 1.4em;
}
.pre-inc .route.r_small strong {
  font-size: 2.5em;
}
.pre-inc .route.r_column2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5em;
}
.pre-inc .route.r_column2 > small {
  width: 100%;
}
.pre-inc .access_item > dd {
  width: 24.5em;
}
.pre-inc .access_item > dd figcaption {
  letter-spacing: 0.1em;
}
.pre-inc .access_item > dt:nth-of-type(2) {
  margin-top: 1em;
  width: 100%;
  padding-top: 1em;
}
.pre-inc .access_item > dt:nth-of-type(2) i {
  display: block;
  animation-name: scale_x_c !important;
  position: absolute;
  top: 0;
  left: 0;
  background: #555;
  height: 1px;
  width: 100%;
  animation-delay: 1.5s;
}
.pre-inc .access_map {
  margin-top: 2em;
}
@media screen and (min-width: 769px) {
  .pre-inc .access_item > dd {
    animation-delay: 0.8s;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc .layer_main .main_tit {
    top: 30%;
    bottom: auto;
  }
  .pre-inc .layer_main .main_img {
    flex-wrap: wrap;
  }
  .pre-inc .layer_main .main_img figure {
    flex: auto;
    width: 50%;
  }
  .pre-inc .layer_main .main_img figure:nth-of-type(1) {
    order: 2;
  }
  .pre-inc .layer_main .main_img figure:nth-of-type(2) {
    order: 3;
  }
  .pre-inc .layer_main .main_img figure:nth-of-type(3) {
    order: 1;
    width: 100%;
  }
  .pre-inc #contents {
    padding-bottom: 10vw;
    background: url("../img/access/access_bk_sp.webp") no-repeat center center/cover;
  }
  .pre-inc .access_item > dd {
    margin-top: 5vw;
  }
}

/*# sourceMappingURL=access.css.map */
