.access-info {
  padding: 40px 0;
}
@media only screen and (max-width: 37.5em) {
  .access-info {
    padding: 20px 0;
  }
}
.access-info:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.access-info_header {
  margin-bottom: 40px;
}
@media only screen and (max-width: 37.5em) {
  .access-info_header {
    margin-bottom: 20px;
  }
}
.access-info_header:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.access-info_head-title {
  margin-bottom: 40px; 
  text-align: center;
  font-size: 2.4rem;
}
@media only screen and (max-width: 37.5em) {
  .access-info_head-title {
    margin-bottom: 20px;
  }
}

.access-info_mini-map {
  float: left; 
  width: 48%;
}
.access-info_mini-map img {
  width: 100%;
}
@media only screen and (max-width: 37.5em) {
  .access-info_mini-map {
    float: none;
    margin-bottom: 20px; 
    width: 100%;
  }
}

.access-info_description {
  float: right; 
  width: 48%;
}
@media only screen and (max-width: 37.5em) {
  .access-info_description {
    float: none; 
    width: 100%;
  }
  .access-info_description .btn {
    margin: auto;
  }
}

.access-info_caption {
  margin-bottom: 15px; 
  text-align: left;
  font-weight: bold;
  font-size: 1.7rem;
}
@media only screen and (max-width: 37.5em) {
  .access-info_caption {
    font-size: 1.5rem;
  }
}

.access-info_table {
  margin-bottom: 40px; 
  width: 100%;
  border-top: 1px solid #e6e6e6;
}
@media only screen and (max-width: 37.5em) {
  .access-info_table {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
}
.access-info_table th {
  padding: 10px 15px;
  border-bottom: 1px solid #e6e6e6; 
  text-align: left;
  font-weight: normal;
}
.access-info_table td {
  padding: 10px 15px;
  border-bottom: 1px solid #e6e6e6;
}

.access-info_box {
  position: relative; 
  padding: 40px 0;
}
@media only screen and (max-width: 37.5em) {
  .access-info_box {
    padding: 20px 0;
  }
}
.access-info_box .wrapper {
  margin-bottom: 40px;
}
@media only screen and (max-width: 37.5em) {
  .access-info_box .wrapper {
    margin-bottom: 20px;
  }
}

.access-info_box-gray {
  background: transparent url(/common/img/sand-wall-bg_gray.jpg) center center repeat;
}

.access-info_box-title {
  margin-bottom: 40px; 
  padding-bottom: 5px;
  border-bottom: 1px solid #bebebe;
  font-size: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .access-info_box-title {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}

.access-info_box-content {
  position: relative; 
  margin-bottom: 40px;
}
@media only screen and (max-width: 37.5em) {
  .access-info_box-content {
    margin-bottom: 20px;
  }
}

.access-info_box-sub-title {
  margin: 15px 0; 
  font-size: 1.7rem;
}
@media only screen and (max-width: 37.5em) {
  .access-info_box-sub-title {
    font-size: 1.5rem;
  }
}

.access-info_box-text {
  font-size: 1.4rem;
}
@media only screen and (max-width: 37.5em) {
  .access-info_box-text {
    font-size: 1.2rem;
  }
}

.access-info_box-description {
  position: relative; 
  font-size: 1.4rem;
}
@media only screen and (max-width: 37.5em) {
  .access-info_box-description {
    font-size: 1.2rem;
  }
}

.access-info_box-description-title {
  position: absolute;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px; 
  width: 100px;
}

.access-info_box-description-data {
  margin-top: -1px; 
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 110px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.access-info_box-caution {
  padding-left: 15px; 
  font-size: 1.3rem;
}

.access-info_map {
  margin-bottom: 40px;
}
.access-info_map:before {
  display: block;
  padding-top: 66.45833%; 
  width: 100%;
  content: "";
}
@media only screen and (max-width: 37.5em) {
  .access-info_map {
    margin-bottom: 20px;
  }
  .access-info_map:before {
    display: block;
    padding-top: 100%; 
    width: 100%;
    content: "";
  }
}