@charset "UTF-8";

.accessSec .container {
  max-width: 950px;
  padding: 0;
}

.accessSec .inner {
  justify-content: space-around;
}

.accessSec .accessMap {
  margin-bottom: -40px;
}

.accessSec .inner .rightWrap {
  font-size: 15px;
}
.accessSec .inner .leftWrap h3 {
  margin-bottom: 0;
}

.facility-title {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 30px!important;
  color: #4EE069;
  font-weight: 400!important;
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .accessSec .accessMap {
    width: 90%;
    margin: 0 auto 30px;
  }
  
  .facility-img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #000;
  }
  .facility-img .auto_height {
    display: flex;
    justify-content: center;
  }
  .facility-img .auto_height img {
    height: 185px;
  }
  .accessSec .inner .rightWrap {
    width: 90%;
    margin: 30px auto 0;
    font-size: 13px;
  }
  .accessSec .inner .leftWrap {
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
  }
  .facility-title {
    font-size: 24px!important;
  }
}

<!-- テスト -->