.lowVisual .photo {
  background: #000;
}

.lowVisual .photo::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: url(../../imgs/img-slide-01.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0.5;
}

.bgGray {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rentalSection {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .rentalSection {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
.rentalSection .headingLv4 {
  padding: 15px;
  background: #444;
}
@media only screen and (max-width: 768px) {
  .rentalSection .headingLv4 {
    padding: 4vw;
  }
}
.rentalSection__block + .rentalSection__block {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .rentalSection__block + .rentalSection__block {
    margin-top: 21.3333333333vw;
  }
}

.btn--small {
  width: 240px;
  max-width: 240px;
}
@media only screen and (max-width: 768px) {
  .btn--small {
    margin-top: 4vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.defaultBtn__link {
  max-width: 420px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.defaultBtn__link + .defaultBtn__link {
  margin-top: 30px;
}
.defaultBtn__item {
  width: calc(50% - 10px);
}
.defaultBtn__item + .defaultBtn__item {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .defaultBtn__item + .defaultBtn__item {
    margin-top: 5.3333333333vw;
  }
}

.modal .defaultBtn__list {
  display: block;
  width: 100%;
  margin: 40px auto 0;
}
.modal .defaultBtn__link {
  cursor: pointer;
  max-width: inherit;
}
.modal .defaultBtn__item {
  width: auto;
}
/*# sourceMappingURL=style.css.map */