/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_facilities_post__txt {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p_facilities_post__txt {
    font-size: 1rem;
  }
}

.p_facilities_post__ttl {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p_facilities_post__ttl {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p_facilities {
    padding-bottom: 158px;
  }
}
.p_facilities_sec01 {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_facilities_sec01 {
    padding-top: 71px;
  }
}
.p_facilities_posts {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 30px;
}
@media screen and (min-width: 768px) {
  .p_facilities_posts {
    -ms-grid-columns: 1fr clamp(1.25rem, 2.4038461538vw + 0.0961538462rem, 2.5rem) 1fr clamp(1.25rem, 2.4038461538vw + 0.0961538462rem, 2.5rem) 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 77px clamp(1.25rem, 2.4038461538vw + 0.0961538462rem, 2.5rem);
  }
}
.p_facilities_post__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p_facilities_post__link {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .p_facilities_post__link:hover {
    opacity: 0.8;
  }
}
.p_facilities_post__infor {
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .p_facilities_post__infor {
    padding-top: 30px;
  }
}
.p_facilities_post__ttl {
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p_facilities_post__ttl {
    line-height: 1.45;
  }
}
.p_facilities_post__img {
  position: relative;
  overflow: hidden;
}
.p_facilities_post__img img {
  aspect-ratio: 360/230;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_facilities_post__txt {
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p_facilities_post__txt {
    line-height: 1.875;
    margin-top: 23px;
  }
}