@charset "UTF-8";
/*//////////////////////////////////////////////////
*
*	アクセスページスタイル
*
//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
.s-outer {
  position: relative;
  z-index: 1;
}
.s-outer .s-inner {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4.6rem 0;
}
.s-outer .base__outer {
  margin-bottom: 0;
}
.s-outer .base__outer-s {
  width: 82%;
}
.s-outer .section_bk img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.s-outer .lead {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}
.s-outer .lead ._s {
  font-size: 0.72em;
}

@media screen and (min-width: 768px) {
  .s-outer .s-inner {
    padding: 10rem 0;
  }
  .s-outer .lead {
    margin-bottom: 3rem;
    font-size: 2.5rem;
  }
}
.subway {
  color: #fff;
}
.subway .section_bk {
  padding-bottom: 2.4rem;
}
.subway .body {
  margin-bottom: 2.6rem;
  font-size: 1.3rem;
}
.subway .image {
  margin-bottom: 3.4rem;
}
.subway .train_route .train_route-read {
  margin-bottom: 1.8rem;
  font-size: 1.8rem;
  text-align: center;
}
.subway .st_time {
  position: relative;
  z-index: 1;
}
.subway .st_time .captions {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
}
.subway .st_time .captions .item {
  display: flex;
  align-items: flex-end;
}
.subway .st_time .captions .item .caption {
  font-size: 1rem;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .subway .section_bk {
    padding-bottom: 2.4rem;
  }
  .subway .base__outer-s {
    display: grid;
    grid-template-columns: 1fr 52.4rem;
    gap: 3.4rem;
    width: 100rem;
    margin-bottom: 10rem;
  }
  .subway .body {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
  .subway .image {
    margin-bottom: 0;
  }
  .subway .train_route .train_route-read {
    margin-bottom: 6rem;
    font-size: 2.5rem;
  }
  .subway .train_route .train_route-image {
    text-align: center;
  }
  .subway .train_route .train_route-image img {
    width: 72.4rem;
  }
  .subway .st_time .captions {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
  }
  .subway .st_time .captions .item .caption {
    font-size: 1.3rem;
    padding: 1rem 2rem;
  }
}
.bus {
  background: #f4f4f4;
}
.bus .s-inner {
  position: revert;
}

@media screen and (min-width: 768px) {
  .bus .base__outer-s {
    display: grid;
    grid-template-columns: 1fr 34rem;
    gap: 3rem;
    width: 100rem;
  }
  .bus .base__outer-s .caption {
    padding: 1.2rem 0;
    font-size: 1.2rem;
  }
}
.car {
  color: #fff;
}
.car .section_bk {
  padding-bottom: 5rem;
}
.car .body {
  margin-bottom: 1rem;
  font-size: 1.3rem;
}
.car .base__outer-s {
  margin-bottom: 2rem;
}
.car .gridwrap {
  margin-bottom: 1rem;
}
.car .gridwrap .caption {
  text-align: right;
  font-size: 0.9rem;
}
.car .image .caption {
  padding: 0.4rem 0;
  font-size: 0.9rem;
}
.car .highway_route {
  text-align: center;
}
.car .highway_route .highway_route-time {
  margin-bottom: 2.4rem;
}
.car .highway_route .highway_route-time img {
  width: 25rem;
}

@media screen and (min-width: 768px) {
  .car .base__outer-s {
    display: grid;
    grid-template-columns: 1fr 34rem;
    gap: 5rem;
    width: 100rem;
    margin-bottom: 6rem;
  }
  .car .section_bk {
    padding-bottom: 10rem;
  }
  .car .body {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
  .car .gridwrap {
    margin-bottom: 0;
  }
  .car .image .caption {
    font-size: 1.2rem;
  }
  .car .highway_route .highway_route-time {
    margin-bottom: 4.8rem;
  }
  .car .highway_route .highway_route-time img {
    width: 96.2rem;
  }
  .car .highway_route .highway_route-image img {
    width: 71.6rem;
  }
}
@media screen and (min-width: 1367px) {
  .car .section_bk {
    padding-bottom: 0;
  }
}
/*# sourceMappingURL=style.css.map */
