@charset "utf-8";
/* CSS Document */


/* ==========================================================================//
//
//　SP 767px以下
//
// ========================================================================== */

@media screen and (max-width: 767px) {
/* area_ttl
---------------------------------------------------------- */
.area_ttl {
    background-image: url("/facility/img/main_facility_sp.jpg");
    background-size: cover;
  }
  .area_ttl .ttl {
    background-position: 20px 49px;
    background-size: 207px;
  }



/* area_facility
---------------------------------------------------------- */
.area_facility {
  padding: 100px 0 120px;
}
.area_facility.inner {
  width: 80%;
}
.area_facility h2 {
  margin: 0 0 40px;
}
.area_facility .box_facility {
  font-size: 1.4rem;
  margin: 0 0 80px;
}
.area_facility .box_facility .list_facility {
  display: flex;
  flex-wrap: wrap;
}
.area_facility .box_facility .list_facility li {
  border-left: 1px solid #484e4e;
  width: 100%;
}
.area_facility .box_facility .list_facility li:nth-child(-n+4) {
  border-top: 0;
}
.area_facility .box_facility .list_facility li:first-child {
  border-top: 1px solid #484e4e;
}
.area_facility .box_facility .list_facility.li_03 li {
  min-height: 120px;
}
.area_facility .box_facility .list_facility li span.price {
  margin: 10px 0 0;
}


/*.box_facility_02*/
.area_facility .box_facility_02 {}
.area_facility .box_facility_02 dl {
  border: 1px solid #484e4e;
  border-top: none;
}
.area_facility .box_facility_02 dt {
  padding: 17px 0;
  width: 100%;
  border: none;
  border-top: 1px solid #484e4e;
  font-size: 1.4rem;
  line-height: 1.5;
}
.area_facility .box_facility_02 dd {
  margin: 0 auto;
  padding: 25px 0;
  width: 95%;
  border: none;
  border-top: 1px dashed #484e4e;
}



















}