@charset "UTF-8";

#global-nav{
    background: #00a0e9;
}
.container{
    width: unset;
}
.open{
    margin: 0;
}
.top_wrap{
    border-color: #00a0e9;
}
.img_ball_area > .ball:nth-child(1):after{
    background: url(img/snow/main1.png) no-repeat center center;
}
.img_ball_area > .ball:nth-child(2):after{
    background: url(img/snow/main3.png) no-repeat center center;
}
.img_ball_area > .ball:nth-child(3):after{
    background: url(img/snow/main2.png) no-repeat center center;
}
.small_ball_area > .ball:nth-child(1):after{
    background: url(img/snow/logo.svg) no-repeat center center;
}
@media screen and (max-width: 480px){
    .top_wrap{
        height: 100vh;
    }
    .img_ball_area .img_ball_2.ball:after{
        top: -50px;
    }
    .img_ball_area .img_ball_3.ball:after{
        top: -50px;
        left: -110px;
    }
    .img_ball_area > .ball:nth-child(3):after{
        width: 47vw;
        height: 47vw;
    }

}
.new p{
    font-size: 24px;
}
.activity_inner h2{
    color: #00a0e9;
}
.activity_part .activity_text .label_inner{
    background-color: #00a0e9;
}
.activity_part h3{
    font-size: 1.7rem;
}
.activity_2 h3 {
    color: #1c1c1c;
}
.activity_3 h3 {
    color: #1c1c1c;
}
.activity_4 h3 {
    color: #1c1c1c;
}
.activity .container{
    max-width: 1200px;
}
.activity .circle-wrap{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto 80px;
}
.activity .circle-wrap .box img{
    width: 100%;
}
.activity .circle-wrap .box{
    padding: 0 20px;
    width: calc(100% / 5);
}
.activity .circle-wrap h3{
    font-size: 1rem;
    margin: 5px 10px;
    text-align: center;
}
.activity .circle-wrap p{
    font-size: 0.9rem;
    font-weight: 300;
}

@media screen and (max-width: 768px){
    .activity .circle-wrap .box{
        padding: 0 10px;
        width: calc(100% / 2);
        text-align: center;
        margin-bottom: 20px;
    }
    .activity .circle-wrap h3{
        margin: 12px 5px;
    }
    .new p{
        font-size: 15px;
    }
}
.price .container{
    max-width: 90%;
}
.table-scroll{
    overflow: auto;
}
.price_inner{
    padding: 76px 60px 55px;
}
.price table.price-table{
    border-collapse: collapse;
}
.price table.price-table tbody tr:first-child th.long{
    width: 35%;
}
.price table.price-table th {
    color: #333333;
    background-color: #e4eef7;
    font-weight: unset;
}
.price table.price-table th, table.price-table td{
    padding: 8px 3px;
    border: 1px solid #dddddd;
    font-size: 1rem;
    line-height: 1.8;
    display: table-cell;
    vertical-align: middle;
}
.price table.price-table td span{
    font-size: 0.9rem;
}
.price table.price-table td.txt{
    padding-left: 10px;
}
.price table.price-table td.txt:first-child span{
    color: red;
    margin-left: 30px;
}
.price table.price-table td.time{
    text-align: center;
}
.price table.price-table td.money{
    text-align: right;
    padding-right: 10px;
}
.price ul.notice{
    margin: 10px 0 65px;
    padding-left: 25px;
}
.price ul.notice li{
    text-indent: -1em;
    line-height: 1.5;
    font-weight: 300;
}
.price ul.notice li::before{
    display: inline;
    content: "※";
}
.price ul.notice ul.biginer li{
    text-indent: 0;
}
.price ul.notice ul.biginer li::before{
    display: inline;
    content: "・";
}
.price .rental-place h3{
    display: inline;
    padding-left: 10px;
}
.price .rental-place .info{
    margin: 50px 0 30px;
    padding-left: 20px;
}
.price .rental-place a.link{
    margin-left: 20px;
    color: #00a0e9
}
.price .rental-place img{
    float: right;
    width: 380px;
    margin-right: 100px;
}
.open::after{
    background: unset;
}
.open_time span:nth-of-type(1){
    font-size: 2rem;
    line-height: 1.5;
    color: #00a0e9;
}
.open_time span:nth-of-type(2){
    line-height: 1.8;
    padding-bottom: 95px;
    color: unset;
}
.contact{
    position: relative;
}
.contact::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140%;
    background: #f2f0f1;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: skewY(
8deg);
    -ms-transform: skewY(8deg);
    transform: skewY(
8deg);
    z-index: -1;
}
footer h2{
    margin-bottom: 0;
}
@media (min-width: 768px){
    footer .footerinner div:first-child{
        font-weight: 400;
        padding: 0 100px;
    }
    footer .footerinner div{
        font-weight: 400;
    }
}

@media screen and (max-width: 768px){
    .price .container{
        max-width: 100%;
    }
    .price_inner{
        padding: 76px 8px 55px;
    }
    .price_wrap{
        margin: 0 5px;
    }
    .price .rental-place img{
        float: unset;
        width: 100%;
        margin-top: 20px;
    }
    .price .rental-place .info{
        margin: 40px 0 30px;
    }
    .price ul.notice{
        padding-left: 15px;
        font-size: 0.8rem;
    }
    .open_time span:nth-of-type(1){
        font-size: 1.5rem;
    }
    .price table.price-table td.money{
        padding-right: 0;
        padding: 0 5px;
    }
    .price table.price-table td.txt:first-child span{
        margin-left: 0;
        display: block;
    }
    .contact{
        padding: 70px 0 100px;
    }
}
@media (max-width: 767px){
    footer .address {
        font-size: 14px;
        font-weight: 400;
    }
    footer .termslink{
        font-size: 14px;
        font-weight: 400;
    }
    footer small {
        font-size: 11px;
        font-weight: 400;
    }
    footer .footerinner{
        margin: 0 auto 5px;
    }
    footer{
        padding: 50px 0 2px 0;
    }
}


