#openhouse .not-bxslider,
#search .not-bxslider {
  display: flex;
}
@media (max-width: 750px) {
  #openhouse .not-bxslider,
  #search .not-bxslider {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.recommend-outer {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 480px) {
  .recommend-outer {
    display: block;
  }
}

.heading.lv2 {
  background: #53c1e0; /*#0ea3cc*/
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #FFF;
  font-size: 1.2em;
  line-height: 1;
  padding: 13px 20px 11px;
  border-radius: 5px 5px 0 0;
  position: relative;
  font-weight: 200;
  text-align: center;
}

.recommend-inner {
  border: 1px solid #CCC;
  border-top: 0;
  padding: 15px 19px 10px;
  background-color: #fff;
}

.icoArrow a {
  background: url(https://www.sayama-f.co.jp/file/site_data/images/ico_arrow_blue.gif) no-repeat 2px 50%;
  padding-left: 15px;
}

.col-5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .col-5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.recommend-wrapper {
  margin: 0 10px;
  width: 210px;
}
@media (max-width: 480px) {
  .recommend-wrapper {
    margin-bottom: 20px;
    width: 95%;
  }
}

#osusume .common_title .en {
  background-color: #00B6E8;
}

@media (max-width: 480px) {
  #osusume .common_title h2 {
    font-size: 21px;
  }
}

#osusume .serach_box {
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  box-shadow: 0 0 25px 0 rgba(64, 70, 61, 0.3);
}
@media (max-width: 480px) {
  #osusume .serach_box {
    padding: 15px;
    border-radius: 8px;
  }
}

#osusume {
  background-image: url(../site_data/images/bg_check.svg);
  background-size: 18px;
  background-repeat: repeat;
  background-position: center;
  padding: 40px 0;
}/*# sourceMappingURL=aqua.css.map */