/* キービジュアル */
.kv-by {
  background: url('/wp-content/themes/swell_child/edit/img/kv-facility-by.jpg') no-repeat center;
  background-size: cover;
  height: 498px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--fs-big-by);
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1024px){
  .kv-by {
    height: 200px;
  }
}
.kv-by::after {
  background: url("/wp-content/themes/swell_child/edit/img/kv-wave.svg");
  bottom: 0;
  content: '';
  height: 90px;
  position: absolute;
  width: 100%;
}
@media (max-width: 1024px){
.kv-by::after {
    background: url("/wp-content/themes/swell_child/edit/img/kv-wave.svg") center;
    height: 28px;
    bottom: -5px;
  }
}


/* page-contents-box-byを上に揃える */
.page-contents-box-by {
    align-items: flex-start;
}


/* コインランドリーの表の横幅 */
.table-by th {
    width: 25%;
}


/* h2の文字サイズ */
.h-left_line-by {
  font-size: var(--fs-middle-by);
  color: var(--black_color-by);
}


/* 施設の所在地 */
.facility_location-poka {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin-top: 8px;
  font-size: var(--fs-small-by) !important;
  color: var(--black_color-by);
}
.facility_location-poka:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: var(--black_color-by);
  left:0;
}