@charset "UTF-8";
.s-common_mv-img {
  background: url("../images/bg.jpg")no-repeat center center/cover;
}
.access_txt {
  border-bottom: 1px solid #9F9F9F;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  font-size: 1.4rem;
}
.s-access_map {
  width: 100%;
  overflow: hidden;
  height: 320px;
  border-radius: 20px;
}
@media only screen and (min-width: 769px) {
  .s-access .cont_inr {
    justify-content: space-between;
  }
  .s-access_txt {
    width: 34rem;
  }
  .s-access_map {
    width: calc(100% - 40rem);
  }
  .access_txt {
    font-size: 1.6rem;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .s-access_map {
    margin-top: 4rem;
  }
}