@charset "utf-8";
/* 北海道 TOP専用CSS（PCSP共通）フェアTOP・ツアーTOP（海外・国内） 共通*/

/*PC商品カセット枠の高さ調整
　商材枠の位置変更や、リンクボタンの設置個数変更により要変更
*/

.is-pc .is-height-change .product__button {
  height: 104px; /*ボタン2つ分*/
}
.is-pc .is-height-change-3piece .product__button {
  height: 166px; /*ボタン3つ分*/
}
.is-pc .is-height-change-4piece .product__button {
  height: 228px; /*ボタン4つ分*/
}


/*一時的に海外TOP・海外ツアーTOPのツアー商品のフェアラベルなしへ*/
/*.is-kaigai.is-tour .product__list--label--fair,
.is-kaigai #product-tour .product__list--label--fair,
.is-kaigai #product-business .product__list--label--fair {
  display: none;
}*/

/*　国内TOP　AHサブタイトル文字間調整*/
.is-pc #product-airhotel .product__title--sub-text {
	letter-spacing: 0;
}
/*　国内TOP　ツアー下の方面から選ぶ　10以上の場合（調整用）*/
.tour-navi__maindst .tour-navi__list {
    margin: 0;
}


/*　国内TOP　出発日調整用*/
.is-pc .product__list--dep {
    letter-spacing: 0.2px;
}

/*　JQ祭り　海外ツアーポイント適用*/
#product-kaigai-tour .product__list--detail.itemtxet{
	background: #eee;
    font-size: min((22vw / 7.5), 11px);
    margin-top: 10px;
    color: #000;
    text-align: left;
    font-weight: normal;
    padding: min((20vw / 7.5), 10px) min((20vw / 7.5), 8px);
}

#product-kaigai-tour .product__list--point,
#product-kaigai-tour .product__list--label{
	display: none;
}


