.access-content {
  padding-top: 10px;
}

.access-lead {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .access-lead {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}

.access-box {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 80px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .access-box {
    display: block;
  }
}
.access-box__map img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .access-box__map {
    margin-bottom: 30px;
  }
}
.access-box__photo {
  margin-bottom: 30px;
}
.access-box__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.access-route {
  margin-bottom: 30px;
}
.access-route:last-child {
  margin-bottom: 0;
}
.access-route__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.access-route__dots {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
}
.access-route__dots i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 5px;
}
.access-route__dots i:last-child {
  margin-right: 0;
}
.access-route__dots--purple i {
  background-color: #8B5FBF;
}
.access-route__dots--blue i {
  background-color: #0f46eb;
}
.access-route__dots--yellow i {
  background-color: #E0A926;
}
.access-route__dots--pink i {
  background-color: #E6399B;
}
.access-route h3 {
  display: inline;
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .access-route h3 {
    font-size: 1.6rem;
  }
}
.access-route__label {
  display: inline-block;
  padding-bottom: 2px;
  font-weight: 600;
}
.access-route__label--purple {
  color: #8B5FBF;
}
.access-route__label--blue {
  color: #0f46eb;
}
.access-route__label--yellow {
  color: #E0A926;
}
.access-route__label--pink {
  color: #E6399B;
}
.access-route p {
  font-size: 1.5rem;
  line-height: 1.9;
}
.access-route__note {
  color: #293b86;
  font-size: 1.5rem;
  line-height: 1.9;
}

.access-map-btn {
  text-align: center;
  margin: 20px auto 0;
}
@media only screen and (max-width: 991px) {
  .access-map-btn {
    margin: 20px auto 0;
  }
}
.access-map-btn a {
  display: inline-block;
  width: 340px;
  max-width: 90%;
  background: #00408F;
  color: white;
  padding: 20px 0;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  -webkit-box-shadow: 0px 1px 8px #919191;
          box-shadow: 0px 1px 8px #919191;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
.access-map-btn a:hover {
  opacity: 0.6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 991px) {
  .access-map-btn a {
    padding: 15px 0;
    font-size: 1.6rem;
  }
}