/* 機能の表示/非表示を制御するCSS */
/* このファイルはビルド後でも直接編集可能です */

/* ホームステイ合宿フィルターの表示制御 */
.p-result-control-homestay.homestay-filter-control {
  /* 表示する場合はコメントアウト、非表示にする場合は下の行のコメントを外す */
  display: none !important;
}

.p-card-facility-label .c-homestay {
  display: none !important;
}

.p-facility-header-label .c-homestay {
  display: none !important;
}
