/*************************************************

section

*************************************************/
.access-map {
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
  line-height: 0;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .access-map {
    border-radius: 20px;
  }
}
.access-map iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .access-map iframe {
    height: 300px;
  }
}

.access-info {
  max-width: 820px;
  margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
  .access-info {
    margin-top: 10px;
  }
}

.access-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  border-bottom: #DDDDDD solid 2px;
}
@media screen and (max-width: 767px) {
  .access-info__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0;
  }
}
.access-info__row .in-title {
  width: 46.0526315789%;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .access-info__row .in-title {
    width: 100%;
    font-size: 14px;
  }
}
.access-info__row .in-body {
  width: 53.9473684211%;
}
@media screen and (max-width: 767px) {
  .access-info__row .in-body {
    width: 100%;
  }
}