.c-accessPage-section-title {
  text-align: center;
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .c-accessPage-section-title {
    font-size: 30px;
  }
}
.c-accessPage-section-title .en {
  display: block;
  font-size: 0.6em;
  margin-top: 10px;
}

.map {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .map {
    margin-top: 200px;
  }
}
.map__title {
  position: relative;
}
.map__title::after {
  content: "Access";
}
.map__contents {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .map__contents {
    margin-top: 120px;
  }
}

.map-contents {
  text-align: center;
}
.map-contents__text {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .map-contents__text {
    font-size: 22px;
  }
}
.map-contents__image {
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}

.car {
  text-align: center;
  padding: 80px 0;
  margin-top: 60px;
  background-color: rgba(136, 118, 96, 0.04);
}
@media screen and (min-width: 768px) {
  .car {
    padding: 100px 0;
    margin-top: 120px;
  }
}
.car__text {
  margin-top: 30px;
  line-height: 2.2;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .car__text {
    font-size: 18px;
    margin-top: 40px;
  }
}
.car__text span {
  margin-top: 20px;
  font-size: 14px;
  display: block;
}

.transport {
  margin-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .transport {
    margin-top: 100px;
    padding-bottom: 100px;
  }
}
.transport__map {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .transport__map {
    margin-top: 60px;
  }
}
.transport__howto {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .transport__howto {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .transport-map {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.transport-map__image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .transport-map__image {
    width: 43%;
  }
}
@media screen and (min-width: 768px) {
  .transport-map__textarea {
    width: 53%;
  }
}

.transport-map-textarea {
  line-height: 2;
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .transport-map-textarea {
    margin-top: 0;
    text-align: initial;
  }
}
.transport-map-textarea__time {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .transport-map-textarea__time {
    font-size: 18px;
  }
}
.transport-map-textarea__train {
  margin-top: 30px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .transport-map-textarea__train {
    margin-top: 5vw;
    font-size: 16px;
  }
}
.transport-map-textarea__train span {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .transport-map-textarea__train span {
    font-size: 22px;
  }
}

.transport-howto {
  text-align: center;
}
.transport-howto__title {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .transport-howto__title {
    font-size: 22px;
  }
}
.transport-howto__list {
  margin-top: 20px;
}

.transport-howto-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .transport-howto-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

.transport-howto-list-item__text {
  font-size: 12px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .transport-howto-list-item__text {
    font-size: 16px;
  }
}
.transport-howto-list-item:not(:last-child) .transport-howto-list-item__image {
  position: relative;
}
.transport-howto-list-item:not(:last-child) .transport-howto-list-item__image::after {
  content: url("../image/access/transport/arrow-right--brown.png");
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(100%) scale(0.6);
  right: -5px;
}
@media screen and (min-width: 768px) {
  .transport-howto-list-item:not(:last-child) .transport-howto-list-item__image::after {
    right: -10px;
    transform: translateY(-50%) translateX(100%) scale(1);
  }
}/*# sourceMappingURL=access.css.map */