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

/* ==========================================================================//
//
//　記事一覧ページ
//
// ========================================================================== */


/* area_ttl
---------------------------------------------------------- */
.area_ttl {
  background-image: url("/facility/img/main_facility_pc.jpg");
  background-size: cover;
}
.area_ttl .ttl {
  background-image: url("/facility/img/bg_ttl_facility_01.png");
  background-position: 6px 67px;
  background-repeat: no-repeat;
  background-size: 300px;
  padding: 0 35px 40px !important;

}


/* area_facility
---------------------------------------------------------- */
.area_facility {
  padding: 140px 0 170px;
  font-weight: 500;
}
.area_facility h2 {
  margin: 0 0 35px;
  font-size: 3rem;
  font-weight: 700;
}
.area_facility .box_facility {
  margin: 0 0 95px;
  font-size: 1.6rem;
}
.area_facility .box_facility .list_facility {
  display: flex;
  flex-wrap: wrap;
}
.area_facility .box_facility .list_facility li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 288px;
  min-height: 85px;
  border-bottom: 1px solid #484e4e;
  border-right: 1px solid #484e4e;
  line-height: 1.5;
}
.area_facility .box_facility .list_facility li:nth-child(-n+4) {
  border-top: 1px solid #484e4e;
}
.area_facility .box_facility .list_facility li:nth-child(4n+1) {
  border-left: 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 {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #484e4e;
}
.area_facility .box_facility_02 dt {
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  width: 290px;
  border-left: 1px solid #484e4e;
  border-bottom: 1px solid #484e4e;
  border-right: 1px dashed #484e4e;
  font-size: 1.6rem;
  line-height: 1.5;
}
.area_facility .box_facility_02 dd {
  padding: 35px 80px;
  width: 710px;
  border-right: 1px solid #484e4e;
  border-bottom: 1px solid #484e4e;
  line-height: 1.8;
}


