/* プラン9つ目, 10つ目を非表示
#sb_service_step_container > div:nth-child(9),
#sb_service_step_container > div:nth-child(10)
{
    display:none;
}*/
/* タイトル下予約ボタン消去*/
.inner>.bar{
  display: none !important;
}
/* 予約完了後の「サービスに戻る」ボタン消去*/
#sb_back_to_bookings>a[href="#book"]{
  display: none;
}
/* 予約完了後の「別の予約を入れる」ボタン消去*/
#sb_invoice_buttons_container > div > a[href="#book"]{
  display: none;
}
/* Tケアの予約ステップをクリックできなくする*/
.step_info_item>a[href="#book/count/1/"],.step_info_item>a[href="#book/service/10/count/1/"],.step_info_item>a[href="#book/service/10/count/1/provider/3/"]{
  cursor: not-allowed;
  pointer-events: none;
}
/* プロモ同意チェック消去*/
.promotions-letter-flag {
display: none;
}