.page-access {
  color: #fff;
}
.page-access .u-sp {
  display: none;
}
.page-access .section {
  margin-bottom: 0;
}
.page-access .section__inner {
  max-width: 100%;
  margin: auto;
  margin-top: 20px;
  text-align: center;
}
.page-access .pan-label {
  max-width: 100%;
  margin-bottom: 1.18624rem;
}
.page-access .content-title {
  margin-bottom: 0.5rem;
}
.page-access .cot-title {
  margin-bottom: 0.8rem;
  text-align: left;
  color: #000;
}

.peripheral-list {
  display: flex;
  margin: 2.834rem 0;
  font-size: 1.1rem;
  text-align: center;
  font-weight: 600;
  justify-content: space-between;
  flex-wrap: wrap;
}
.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%;
}
.map-info {
  padding: 1rem;
  text-align: center;
  border: 1px solid #ababab;
  border-top-width: 0;
}
.map-info .map-btn {
  background: #48545D;
  color: #fff;
}
.map-image {
  width: 100%;
}
.map p {
  max-width: 100%;
  margin-bottom: 1rem;
  font-size: 1.325rem;
  font-weight: 600;
}
.map p big {
  font-size: 150%;
  margin: 0 0.4rem;
}
.map p small {
  display: block;
  font-size: 70%;
  line-height: 1;
  letter-spacing: 0.05rem;
}
.map-info a {
  display: flex;
  max-width: 24rem;
  height: 2.3rem;
  margin: 0 auto;
  font-size: 1.457rem;
  color: #000;
  font-weight: 600;
  background: url(../images/top/point_bg02.png) 50% 50% / cover no-repeat;
  align-items: center;
  justify-content: center;
}

.access-content {
  display: flex;
  justify-content: space-between;
}
.access-content div {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.access-content img {
  width: 100%;
}

.page-access .train {
  margin-bottom: 1.5rem;
  padding-bottom: 50px;
}
.page-access .train-title {
  margin-bottom: 1.827rem;
}
.train-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.train-content .cont-img {
  width: 100%;
}
.train-content {
  width: 100%;
  display: grid;
  grid-template-columns: 61.28% 1fr;
}
.train-content .train-map {
  width: 61.28%;
  max-width: 478px;
}
.train-content__text {
  max-width: 842px;
}

@media (max-width: 768px) {
  .page-access .site-main {
    padding-bottom: 40px;
  }
  .page-access .map,
  .page-access .train {
    width: 100%;
    padding: 0 5.33333vw;
  }

  .access-content div {
    width: 100%;
  }

  .page-access .map {
    margin-top: 20px;
  }

  .page-access .train {
    margin-bottom: 2rem;
  }
  .page-access .train-title {
    display: flex;
    flex-direction: column;
  }
  .page-access .train-title span {
    font-size: 4.25vw;
  }
  .train-content {
    display: block;
  }
  .train-content .train-map {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .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.6vw;
    line-height: 1.5;
  }
  .map p big {
    font-size: 140%;
  }
  .map p small {
    margin: 1vw 0 0;
    font-size: 3vw;
  }
  .map-info a {
    height: 11.5vw;
    font-size: 4.7vw;
  }

  .access-content {
    flex-direction: column;
    gap: 1rem;
  }
  .access-content .cont-img {
    width: 100%;
    margin-bottom: 1.56vw;
  }

  .train-content {
    display: block;
    margin: 0;
  }
  .train-content .cont-img {
    width: 100% !important;
  }
  .train-content .cont-img:last-child {
    margin-top: 2em;
  }
}
