@charset "utf-8";
/* 全ページ 関東専用CSS（PCSP共通）国内海外共通*/

/*国内方面から選ぶ枠にはタイムセール非表示*/
.tour-navi__list--item.is-timesale {
  display: none;
}
/*国内下層ページ切替ボタン、タイムセール有時は最小サイズ指定解除＋USJサイズ指定*/
.is-pc .tour-page-navi__list--item.is-timesale,
.is-pc .tour-page-navi__list--item.is-timesale ~ .tour-page-navi__list--item {
  min-width: auto;
}
.is-pc .tour-page-navi__list--item.is-usj {
  width: 140px;
  max-width: 140px;
}
/*スケジュールページの国内ツアーTOPボタン改行調整*/
.is-sp.is-schedule .timetable__main-contents--link[href*="kokunai/tour/index"] br {
  display: none;
}
