.product__list--minmax, .is-pc .tour_gross, .is-sp .media .priceText {
  font-size: 18px;
}
.nosp{
    display:block;
}
.is-sp .nosp{
    display: none;
}
.nopc{
    display:none;
}
.is-sp .nopc{
    display: block;
}
/*以下、オンライン予約限定アイコンなし*/
.media.ONLINE .media-dep::before{
    display:none;
}
p.product__list--point {
    background: #F01B1B;
    text-align: center;
    color: #fff;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}
/*.product__list--label.olive,.product__list--label.arex { position: relative;}
.is-sp .product__list--label.olive,.product__list--label.arex { margin-bottom: 0.2rem;}
.product__list--label.olive::before {
    position: absolute;
    content: 'オリーブヤングギフト券付';
    top:0;
    left: 0;
    color: #fff;
    background: #f70054;
    padding: 0.1rem 0.5rem;
}
.product__list--label.arex::before {
    position: absolute;
    content: 'A′REX片道乗車券付';
    top:0;
    left: 0;
    color: #fff;
    background: #ff7e08;
    padding: 0.1rem 0.5rem;
}*/
/*もっと見る非掲載*/
div#fes_kakaku .product__button--wrapper,
div#fes_hotel .product__button--wrapper,
div#fes_naiyo .product__button--wrapper{display: none;}

.is-sp div#fes_kakaku .product__button--wrapper,
.is-sp div#fes_hotel .product__button--wrapper,
.is-sp div#fes_naiyo .product__button--wrapper{display: block;}

/*2バナー*/
.twe_bnr{
    margin-top: 2rem;
    text-align: center; 
    display: flex;
}
.is-sp .twe_bnr{
    margin-top: 1rem;
    display: block;
}

