@charset "UTF-8";

.sp_no{display: none;}

.content {
    position: relative;
}

/*ご購入はこちら*/
.cv_bt {
    width: 80%;
    display: block;
    font-size: 4.5vw;
    color: #fff;
    background: #002d4e;
    text-align: center;
    padding: 2vw 0;
    box-sizing: border-box;
    position: relative;
}

.cv_bt::after {
    content: "";
    background: url(../img/arrow_white.svg) no-repeat;
    background-size: contain;
    background-position: center;
    width: 6vw;
    height: 2vw;
    display: block;
    position: absolute;
    top: 4.2vw;
    right: 2vw;
}

.cv_bt:hover {opacity: 0.6;}



.top_main_bg_sp {
    width: 100%;
    height: 60vw;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)), url(../img/top_bg_blue.png), url(../img/top_bg_white.png), url(../img/top_bg.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: bottom center, left bottom, right top, center;
    background-size: 100% 30%, 20%, 50% 100%, 120%;
    position: relative;
    margin: 0 0 10px 0;
}

/*ロゴ*/
.top_logo {
    width: 100%;
    background: #002d4e;
    justify-content: center;
    padding: 6px 0;
}

.top_logo li {margin: 0 10px;}
.top_logo li:nth-child(1) {width: 30%;}
.top_logo li:nth-child(2) {width:22%;}


/*TOPメイン全体*/
.top_box {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.top_item {
    width: 100%;
}


.top_item .catch {
    color: #002d4e;
    display: block;
    position: absolute;
    top: 5vw;
    right: 5vw;
    font-size: 5vw;
    line-height: 7.5vw;
    text-shadow: #fff 1px 1px 4px, #fff -1px 1px 4px,
        #fff 1px -1px 4px, #fff -1px -1px 4px;
    font-family: 'Shuei KakuGo Gin B', 'sans-serif';
}

.top_item .name {
    position: absolute;
    color: #002d4e;
    bottom: 0vw;
    left: 5%;
    font-size: 11vw;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

/*道民限定*/
.hayawari{
    width: 90%;
    margin: 0 auto;
}

.hayawari .limit {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background: #ff0000;
    position: relative;
    font-size: 4vw;
    letter-spacing: 0.05rem;
    color: #ffff00;
    font-family: 'Shuei KakuGo Gin B', 'sans-serif';
}

.hayawari .limit::after {
    content: "";
    background: url(../img/icon_hokkaido.png)no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    width: 90px;
    height: 60px;
    position: absolute;
    bottom: -10px;
    right: 10px;
}

.hayawari h1 {
    width: 100%;
    display: inline-block;
    border-left: 10px solid #002d4e;
    color: #002d4e;
    font-size: 9vw;
    line-height: 10.5vw;
    font-family: 'Shuei KakuGo Gin B', 'sans-serif';
    margin: 3vw 0 0 0;
    padding: 0 0 0 15px ;
    box-sizing: border-box;
}

.hayawari h1 span:nth-child(1) {
    font-size: 4vw;
    line-height: 3.8vw;
    display: block;
}

.hayawari h1 span.yellow {
    color: #f9cb38;
    font-size: 3vw;
    display: inline-block;
}

.price {
    margin: 10px 0;
    align-items: center;
}

.price div:nth-child(1) {
    width: 30%;
}

.price div:nth-child(2) {
    width: 68%;
}


/*通常28,800*/
.price div:nth-child(2) del {
    font-family: 'Shuei KakuGo Gin B', 'sans-serif';
    font-size: 2.8vw;
}

.price div:nth-child(2) del span {
    font-size: 3.8vw;
    font-family: 'Oswald', sans-serif;
}

/*大人22,000*/
.price div:nth-child(2) p.value {
    font-family: 'Shuei KakuGo Gin B', 'sans-serif';
    margin: 10px 0 3px 0;
}

/*大人*/
.price div:nth-child(2) p.value span:nth-child(1) {
    border: solid 1px #002d4e;
    background: #fff;
    padding: 2px;
    font-size: 3.8vw;
    vertical-align: 3px;
    margin: 0 5px 0 0;
}

/*￥*/
.price div:nth-child(2) p.value span:nth-child(2) {
    font-size: 8vw;
}
/*22,000*/
.price div:nth-child(2) p.value span:nth-child(3) {
    font-size: 13vw;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}
/*税込*/
.price div:nth-child(2) p.value span:nth-child(4) {
    font-size: 3vw;
    line-height: 3.5vw;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    vertical-align: -10px;
}


/*お得*/
.price div:nth-child(2) p.otoku {
    display: block;
    background: #f9cb38;
    text-align: center;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1vw;
    padding: 12px 0;
}

.price div:nth-child(2) p.otoku span:nth-child(2){
    font-family: 'Oswald', sans-serif;
    font-size: 5vw;
}


.hayawari ul.caution {
    font-size: 3vw;
    line-height: 5vw;
    margin: 0 0 10px 0;
}

.hayawari ul.caution li {
    text-indent: -3vw;
    padding-left: 3vw;
    margin: 0 0 3px 0;
}


/*販売終了*/
.term {
    display: block;
    font-family: 'Shuei KakuGo Gin B', 'sans-serif';
    font-size: 4.5vw;
    color: #002d4e;
    background: #fff;
    border: 1px solid #002d4e;
    text-align: center;
    margin: 0 0 15px 0;
    padding: 5px 0;
}

/*ご購入はこちら*/
.top_box .cv_bt {
margin: 30px auto;
}





/*スノースクール*/
.school{margin: 90px 0;}

/*レンタル*/
.rental{margin: 0 0 90px 0;}


/*共通*/
.common_box {
    width: 90%;
    padding: 10vw 7vw 5vw 7vw;
    margin: 0px auto;
    background: #f2f2f2;
    position: relative;
    box-sizing: border-box;
}

.common_content {
    width: 100%;
}

.common_img {
    width: 90%;
    margin: 0 auto;
    object-fit: contain;
}

.common_img img{width: 100%;}



/*オンライン予約*/
.common_img .online {
    position: absolute;
    top: -60px;
    left: 5%;
    width: 120px;
}

.common_content p.stepup {
    position: absolute;
    top: -5vw;
    width: 82%;
    display: block;
    font-size: 4vw;
    line-height: 5vw;
    font-family: 'Shuei KakuGo Gin B', 'sans-serif';
    color: #002d4e;
    background: #fff;
    border: 1px solid #002d4e;
    text-align: center;
    padding:10px 0px;
}

.common_content h2 {
    font-size: 10vw;
    line-height: 10vw;
    color: #002d4e;
    font-family: 'Oswald', sans-serif;
    margin: 20px 0 5px 0;
}

.common_content h2 span {
    display: block;
    font-family: 'Shuei KakuGo Gin B', 'sans-serif';
    font-size: 4vw;
}

.common_content p.txt {
    font-size: 4vw;
    margin: 0 0 15px 0;
}

.common_content p.caution {
    font-size: 3.5vw;
    margin: 0 0 15px 0;
}

/*ご購入はこちら*/
.common_content .cv_bt {
    margin: 30px auto;
    }
    





/*フッター*/
footer {
    width: 100%;
    background: url(../img/footer_bg_white_sp.png), url(../img/footer_bg_blue_sp.png), url(../img/footer_bg.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left bottom, right bottom, center bottom 0px;
    background-size: 35vw 30%, 15vw 30%, 150%;
    padding: 0px 0 0px 0;
    text-align: center;
    position: relative;

/* 販売終了用 */
    margin-top: auto;
}

/*TOPへ移動*/
footer .top {
    display: block;
    width: 100%;
    background: #f9cb38;
    box-sizing: border-box;
    text-align: center;
}

footer .top img {
    width: 35px;
    padding: 8px 0;
}


footer .logo {width: 256px; margin: 0 0 15px 0;}

footer h2 {
    font-size: 5vw;
    font-family: 'Shuei KakuGo Gin B', 'sans-serif';
}

footer .content .contact{
    margin: 0 0 120px 0;
}

footer .content .contact a.tel {
    font-size: 2.1rem;
    line-height: 1.8rem;
    font-family: 'Oswald', sans-serif;
    color: #002d4e;
}

footer .content ul.sp_sns {
    width: 80%;
    display: inline-block;
    margin: 30px 0;
}

footer .content ul.sp_sns li {
    width: 40px;
    display: inline-block;
    margin: 0 10px;
}



footer .content .contact a:nth-child(3){
    margin: 0 0 15px 0;
}


footer .content .contact a:nth-child(3),
footer .content .contact a:nth-child(4) {
    width: 80%;
    display: inline-block;
}

small {
    width: 100%;
    padding: 15px 0;
    font-size: 2vw;
    display: block;
    text-align: center;
    color: #fff;
    background: #002d4e;
}