/* キービジュアル */
.kv-by {
  background: url('/wp-content/themes/swell_child/edit/img/kv-info-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;
  }
}


/* h3の文字サイズ */
.h-left_line-by {
  font-size: var(--fs-middle-by);
}


/* 表の中身を左寄せ */
.table-by td {
  text-align: left;
}
@media (max-width: 768px){
.table-by td {
    text-align: center;
  }
}
/* 表の大分類 */
.table-index-poka {
    background-color: var(--black_color-by) !important;
    color: var(--white_color-by) !important;
  }
@media (max-width: 768px){
.table-index-poka {
    border-radius: 0 !important;
    color: var(--black_color-by) !important;
    background-color: var(--white_color-by) !important;
    padding: 0 !important;
  }
.table-index_text-poka {
    position: relative;
    display: inline-block;
    padding: 0 55px;
  }
.table-index_text-poka:before, .table-index_text-poka:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: var(--black_color-by);
  }
.table-index_text-poka:before {
    left: 0;
  }
.table-index_text-poka:after {
    right: 0;
  }
}


/* 回数券のお得テキスト */
.otoku-poka {
  color: var(--black_color-by);
  background-color: var(--accent_color-by);
  border-radius: 3px;
  margin-left: 8px;
  min-width: 195px;
  display: inline-block;
  text-align: center;
  padding: 4px 8px;
}


/* フェイスタオル無料テキスト */
.towel_text-poka {
    text-align: left;
    display: block;
    border: solid 2px var(--accent_color-by);
    padding: 16px;
    margin-top: 8px;
}


/* 表の横幅 */
.table-by th {
    width: 40%;
}