@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;
}

/* 国内ツアーページナビ 
-------------------------------------*/
.area_nav {
  display: flex;
  background: #fff;
  padding: 10px;
  margin: 4em 0;
  border: solid 1px #99151a;
}

.area_nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 86%;
}

.area_nav h3 {
  width: 12%;
  text-align: center;
  margin-right: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
  background: #d83800;
}

.area_nav ul li {
  margin: 5px 15px 5px 5px;
  position: relative;
  color: #FFF;
  padding: 0 13px 0 5px;
}

.area_nav ul li a {
  text-decoration: none;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.area_nav ul li a:hover {
  opacity: 0.9;
}

.area_nav ul li a:after {
  content: '▼';
}

.is-sp .area_nav {
  background: #b81c22;
  flex-wrap: wrap;
  padding: 0;
}

.is-sp .area_nav h3 {
  background: none;
  color: #fff;
  font-size: 1.2em;
  width: 100%;
  margin-right: 0;
  padding: .5em;
}

.is-sp .area_nav ul {
  width: 100%;
  justify-content: space-around;
}

.is-sp .area_nav ul li {
  margin: 0 0 2%;
  padding: 0;
  width: 47%;
}

.is-sp .area_nav ul li a {
  background: #fff;
  padding: .6em .3em;
  height: 100%;
}

@media(min-width:751px){
    .no_sp{
        display: none !important;
    }
}
@media(max-width:750px){
    .no_pc{
        display: none !important;
    }
}
.is-sp .product__wrapper .product__title:not(.is-type-image) + * {
    margin-bottom: calc(10vw /(375 / 100));
}
