.page-access {
  color: #fff;
}

.page-access .section {
  margin-bottom: 0;
}

.page-access .section__inner {
  max-width: 100%;
  margin: 20px auto 0;
  text-align: center;
}

.page-access .cot-title {
  margin-bottom: 0.8rem;
  color: #000;
  text-align: left;
}

.peripheral-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2.834rem 0;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
}

.peripheral-list li {
  width: 23.6%;
}

.peripheral-list li p {
  max-width: 100%;
  margin: 0.2rem 0 1.4rem;
}

.page-access .map {
  margin-top: 60px;
  padding: 0;
  background-color: transparent;
}

.map {
  margin-bottom: 2rem;
}

.map p {
  max-width: 100%;
  margin-bottom: 1rem;
  font-size: 1.325rem;
  font-weight: 600;
}

.map p big {
  margin: 0 0.4rem;
  font-size: 150%;
}

.map p small {
  display: block;
  font-size: 70%;
  line-height: 150%;
  letter-spacing: 0.05rem;
}

.map .deco-car {
  position: relative;
}

.map .deco-car::before {
  content: "";
  position: absolute;
  left: -1rem;
  height: 3.1rem;
  aspect-ratio: 68 / 31;
  background: url("../images/access/i_access_map_deco.svg") center / contain no-repeat;
  transform: translateX(-100%);
}

.map-info {
  padding: 1rem;
  border: 1px solid #231f20;
  border-top-width: 0;
  background: #797d89;
  text-align: center;
}

.map-info a {
  display: flex;
  max-width: 24rem;
  height: 2.3rem;
  margin: 0 auto;
  background: #0071ae;
  color: #fff;
  font-size: 1.457rem;
  font-weight: 600;
  align-items: center;
  justify-content: center;
}

.access-content {
  display: flex;
  justify-content: space-between;
}

.access-content div {
  display: flex;
  flex-direction: column;
  width: 48%;
  gap: 1.5rem;
}

.access-content img {
  width: 100%;
}

.page-access .train {
  margin-bottom: 1.5rem;
  padding-bottom: 50px;
}

.page-access .train-title {
  display: flex;
  align-items: flex-end;
  gap: 3rem;
  margin-bottom: 1.827rem;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.page-access .train-title span {
  font-size: 2.4rem;
}

.page-access .train-title small {
  font-size: 1.4rem;
}

.train-content {
  display: block;
  margin: 0 auto;
}

.train-content .cont-img {
  width: 100%;
  margin: 0 auto 50px;
}

.train-content .train-content__map {
  width: 90%;
}

h4.cot-title.train-title.white {
  position: relative;
}

h4.cot-title.train-title.white::after {
  content: "";
  position: absolute;
  bottom: 1.1rem;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .page-access .site-main {
    padding-bottom: 40px;
  }

  .page-access .map,
  .page-access .bus,
  .page-access .train {
    width: 100%;
    padding: 0 5.33333vw;
  }

  .page-access .map {
    margin-top: 20px;
  }

  .page-access .train {
    margin-bottom: 0;
  }

  .access-content div {
    width: 100%;
  }

  .page-access .train-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    position: relative;
    padding-bottom: 1.5rem;
  }

  h4.cot-title.train-title.white::after {
    bottom: 2.6rem;
  }

  .page-access .train-title span {
    font-size: 1.2rem;
  }

  .page-access .train-title small {
    font-size: 0.78rem;
  }

  .train-title__note {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .map {
    width: 100%;
    padding: 0 5.33333vw;
  }

  .map .deco-car::before {
    position: relative;
    left: initial;
    display: block;
    height: 8vw;
    margin: 0 auto 0.5rem;
    transform: initial;
  }

  .peripheral-list {
    margin-top: 20px;
    padding: 0 5.3333333vw;
  }

  .peripheral-list li {
    width: 49%;
  }

  .peripheral-list li p {
    margin: 1vw 0 2.5vw;
    font-size: 3.33vw;
  }

  .map p {
    margin-bottom: 4vw;
    font-size: 4.4vw;
    line-height: 1.5;
  }

  .map p big {
    font-size: 132%;
  }

  .map p small {
    margin: 1vw 0 0;
    font-size: 3vw;
  }

  .map-info a {
    height: 11.5vw;
    font-size: 4.4vw;
  }

  .access-content {
    flex-direction: column;
    gap: 1rem;
  }

  .access-content .cont-img {
    width: 100%;
    margin-bottom: 1.56vw;
  }

  .train-content {
    margin: 0;
  }

  .train-content .cont-img {
    width: 100% !important;
  }

  .train-content .cont-img:last-child {
    margin-top: 2em;
  }
}