/* access
 --------------------------------------------------------- */
/*Google Map*/
.access-map {
  width: 100%;
  height: 312px;
  margin-bottom: 1rem;
  border: solid 1px #8a8a9a;
}

.box-access {
  padding: 1rem;
  background: #e9e9ec;
}
.box-access::after {
  display: block;
  clear: both;
  content: "";
}
.box-access-img {
  float: left;
  margin-right: 1.5rem;
}
.box-access-text {}

@media (min-width:992px) {
  .access-map {
    height: 400px;
  }
}
