<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*  */
/*  */
#main-wrap {
    letter-spacing: .1em;
    background: url(https://www.travex.jp/image/ski/gelande/page_bg.jpg) center 0 repeat;
    padding: 55px 0 150px;
    position: relative;
    z-index: 0;
}
#main-wrap::before, #main-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
}
#main-wrap::before {
    background: url(https://www.travex.jp/image/ski/gelande/page_bg_t.png) center 0 no-repeat;
    /* background-size: contain; */
    padding-top: 43.22917%;
    top: 0;
    background-position-y: bottom;
    background-size: cover;
}
#main-wrap::after {
    background: url(https://www.travex.jp/image/ski/gelande/page_bg_b.png) center 100% no-repeat;
    padding-top: 46.875%;
    bottom: 0;
    background-position-y: bottom;
    background-size: cover;
}
#main-wrap.con_area {
    margin: 0;
}

.con_inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.top_area {
    margin-bottom: 80px;
}
.top_area .h2_lyt {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding-left: 20px;
    border-left: 10px solid #fff;
    line-height: 1;
}
.top_area .txt_box {
    max-width: 700px;
    width: 100%;
    border: 1px solid #B2B2B2;
    border-radius: 100px;
    background: #fff;
    padding: 8px 32px;
    margin-bottom: 30px;
}
.top_area .txt_box p {
    font-size: 14px;
}
.top_area .txt_box p span {
    color: #D86667;
    font-weight: bold;
}
.select_box .select_list {
    align-items: center;
    justify-content: flex-start;
}
.select_box .select_list .list_box {
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #D86667;
    border-radius: 6px;
    background: #fff;
    position: relative;
    /* padding: 9px 40px 8px 20px; */
    margin-right: 10px;

}
.select_box .select_list .list_box:last-child {
    margin-right: 0;
}
.select_box .select_list .list_box::before {
    position: absolute;
    content: '';
    background: #D86667;
    border-radius: 0px 6px 6px 0px;
    width: 27px;
    height: 100%;
    top: 0;
    right: -2px;
}
.select_box .select_list .list_box::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5.5px 0 5.5px;
    border-color: #fff transparent transparent transparent;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
}
.hotel_list {
    margin-bottom: 50px;
}
.hotel_list .list_ttl {
    border: 3px solid #C7E1F2;
    border-radius: 6px 6px 0px 0px;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(199,225,242,1) 100%);
    align-items: center;
    padding: 16px 10px;
    justify-content: space-between;
}
.hotel_list .list_ttl .h3_lyt {
    font-size: 18px;
    font-weight: bold;
    padding-left: 50px;
    position: relative;
    align-items: center;
    display: flex;
}
.hotel_list .list_ttl .h3_lyt::before {
    position: absolute;
    content: '';
    background: url(https://www.travex.jp/image/ski/hotel/gelaende_list/icon_ttl.png) no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.hotel_list .list_ttl .info_icon {
    margin-left: auto;
    margin-right: 10px;
}
.hotel_list .list_ttl .info_icon li,
.hotel_list .list_ttl p {
    display: flex;
    align-items: center;
}
/* .hotel_list .list_ttl .info_icon li {
    background: #669CC1;
    border-radius: 25px;
    padding: 6px;
    margin-right: 10px;
}
.hotel_list .list_ttl .info_icon li .icon_txt {
    text-align: center;
    color: #fff;
    font-size: 10px;
    padding: 0 10px;
} */
.cate_icon {
    height: 30px;
}
.info_icon li:not(:last-child) {
    margin-right: 2%;
}
.hotel_list .list_ttl .minutes {
    background: #fff;
    border-radius: 6px;
    padding: 2px 6px;
}
.hotel_list .list_ttl .minutes .txt {
    font-size: 12px;
    font-weight: bold;
    color: #669CC1;
    padding-left: 10px;
    text-align: center;
}
.hotel_list .list_ttl .minutes small {
    font-weight: normal;
    font-size: 10px;
}
.hotel_list .hotel_info {
    background: #fff;
    box-shadow: 0px 6px 0px #C7E1F2;
    border: 3px solid #C7E1F2;
    border-top: none;
    border-radius: 0px 0px 6px 6px;
    padding: 20px;
    justify-content: space-between;
}
.hotel_list .hotel_info .img_box {
    width: 37.1%;
}
.hotel_list .hotel_info .hotel_point {
    width: 61.845%;
}
 .hotel_point .tab_ttl {
    font-weight: bold;
    background: #F3EDE1;
    padding: 10px 0 10px 44px;
    width: 220px;
    border-radius: 6px 6px 0px 0px;
    position: relative;
 }
 .hotel_point .tab_ttl::before {
     position: absolute;
     content: '';
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 5px 0 5px 8px;
     border-color: transparent transparent transparent #D86667;
     top: 50%;
     left: 20px;
     transform: translateY(-50%);
 }
 .hotel_point .info_box {
    border: 2px solid #F3EDE1;
     border-top: 6px solid #F3EDE1;
     border-radius: 0px 0px 6px 6px;
     padding: 20px 18px;
     margin-bottom: 10px;
 }
 .hotel_point .info_box .point {
     flex-wrap: wrap;
     justify-content: flex-start;
     align-items: center;
     /* width: 98%; */
 }
 .hotel_point .info_box .comment {
     margin-bottom: 10px;
 }
 .hotel_point .info_box .point li {
     font-size: 10px;
     line-height: 1.2;
     color: #9F8055;
     background: #F3EDE1;
     border-radius: 6px;
     display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    text-align: center;
    margin: 0 10px 10px 0;
 }
 .hotel_point .info_box .point li:nth-child(8) {
     margin-right: 0;
 }
 .hotel_point .info_box .point li:nth-child(n+9) {
     margin-bottom: 0;
 }
.departing_area.flex {
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #DDDDDD;
}
.departing_area.flex:last-child {
    border-bottom: none;
}
.departing_area p {
    color: #787878;
    font-size: 16px;
    font-weight: bold;
    margin-right: auto;
    width: 70px;
}
.departing_area ul {
    justify-content: flex-start;
    width: 79.663%;
}
.departing_area ul li {
    width: 110px;
    /* color: #fff; */
    /* padding: 5px 30px 5px 12px; */
    position: relative;
    border: 1px solid;
    border-radius: 7px;
    /* font-size: 14px;
    line-height: 1.5; */
    margin-right: 10px;
}
.departing_area ul li:last-child {
    margin-right: 0;
}
.departing_area ul li::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 100%;
    top: 0;
    right: 0px;
    border-radius: 0px 6px 6px 0px;
}
.departing_area ul li.morning_lyt {
    background: #E95B5B;
    border: 1px solid #E95B5B;
}
.departing_area ul li.morning_lyt::before {
    background: #F3A9A9;
}
.departing_area ul li.night_lyt {
    background: #5A9CF7;
    border: 1px solid #5A9CF7;
}
.departing_area ul li.night_lyt::before {
    background: #A7CCFF;
}

.departing_area ul li.train_lyt {
    background: #4EB7B3;
    border: 1px solid #4EB7B3;
}
.departing_area ul li.train_lyt::before {
    background: #9EDED2;
}

.departing_area ul li.mycar_lyt {
    background: #FDA53C;
    border: 1px solid #FDA53C;

}
.departing_area ul li.mycar_lyt::before {
    background: #FFD29D;
}

.departing_area ul li::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 8px;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}
.departing_area ul li.morning_lyt::after {
    border-color: transparent transparent transparent #E95B5B;
}
.departing_area ul li.night_lyt::after {
    border-color: transparent transparent transparent #5A9CF7;
}
.departing_area ul li.train_lyt::after {
    border-color: transparent transparent transparent #4EB7B3;
}
.departing_area ul li.mycar_lyt::after {
    border-color: transparent transparent transparent #FDA53C;
}
.departing_area ul li a {
    color: #fff;
    border-radius: 7px;
    font-size: 14px;
    line-height: 1.5;
    padding: 5px 30px 5px 12px;
    display: block;
    text-decoration: none;
}
.remodal .txt_area {
    max-width: 600px;
    width: 100%;
    margin: 0 auto; 
}
.remodal .txt_area .ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.remodal .txt_area .select_txt {
    border: 1px solid #B2B2B2;
    border-radius: 100px;
    padding: 12px 10px;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.remodal .txt_area .select_txt span {
    color: #D86667;
    font-weight: bold;
}
.remodal .txt_area .plan_list {
    margin-bottom: 30px;
}
.remodal .txt_area .plan_list li {
    justify-content: flex-start;
    /* justify-content: space-between; */
    width: 100%;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #DBDBDB;
}
.remodal .txt_area .plan_list li:last-child {
    border-bottom: none;
    padding-bottom: 0;

}
.remodal .txt_area .plan_list li a {
    text-decoration: none;
    display: block;
    padding-right: 20px;
    background: #F3A9A9;
    position: relative;
    border: 1px solid #D86667;
    border-radius: 6px;
    width: 190px;
    margin-right: 2%;
}
.remodal .txt_area .plan_list li .plan_ttl {
    width: 170px;
    border-radius: 6px;
    background: #F3EDE1;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px 0;
    margin-right: 2%;
}
.remodal .txt_area .plan_list li a dl dt {
    background: #D86667;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 3px 0 0 0;
}
.remodal .txt_area .plan_list li a dl dd {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #333333;
    padding: 2px 0;
    background: #fff;
    border-radius: 0 0 0 6px;
}
.remodal .txt_area .plan_list li a::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #D86667;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}
.remodal .txt_area .remodal-cancel {
    box-shadow: 0px 3px 0px #E37E7E;
    border: 1px solid #E37E7E;
    border-radius: 16px;
    color: #E37E7E;
    background: #fff;
    width: 188px;
    padding: 9px 0;
}
.remodal h3, .remodal .remodal_ttl {
    line-height: 1.5;
}

/*  */
.nomodal .plan_list {
    margin-bottom: 30px;
    text-align: center;
}
.nomodal .plan_list li {
    justify-content: flex-start;
    /* justify-content: space-between; */
    width: 100%;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #DBDBDB;
}
.nomodal .plan_list li:last-child {
    border-bottom: none;
    padding-bottom: 0;

}
.nomodal .plan_list li a {
    text-decoration: none;
    display: block;
    padding-right: 20px;
    background: #F3A9A9;
    position: relative;
    border: 1px solid #D86667;
    border-radius: 6px;
    width: 190px;
    margin-right: 2%;
}
.nomodal .plan_list li .plan_ttl {
    width: 170px;
    border-radius: 6px;
    background: #F3EDE1;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px 0;
    margin-right: 2%;
}
.nomodal .plan_list li a dl dt {
    background: #D86667;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 3px 0 0 0;
}
.nomodal .plan_list li a dl dd {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #333333;
    padding: 2px 0;
    background: #fff;
    border-radius: 0 0 0 6px;
}
.nomodal .plan_list li a::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #D86667;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}
/*  */

/* select_box */
.select_box .input_text {
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 40px 8px 20px;
    border-radius: 6px;
}

.accordion .ac_btn {
    display: none;
}

.select_tbl td {
    line-height: 1.5;
}
#pageback_area .pageback_btn a, #pageback_area .pagetop_btn a {
    background: #fff;
}
#pageback_area.con_area {
    margin: 0;
}


@media only screen and (max-width: 1024px) {
    .top_area .h2_lyt {
        line-height: 1.5;
    }
    .hotel_point .info_box .point li:nth-child(8) {
        margin-right: 10px;
    }
    .hotel_point .info_box .point li:nth-child(n+9) {
        margin-bottom: 10px;
    }
    .departing_area ul {
        flex-wrap: wrap;
    }
    .departing_area ul li {
        margin-bottom: 10px;
    }
    .departing_area.flex {
        padding-bottom: 0;
    }
}


@media only screen and (max-width: 768px) {

    #main-wrap {
        padding: 0;
    }
    #main-wrap::before {
        top: 0;
        padding-top: 60%;
        background-size: cover;
    }
    #main-wrap::after {
        bottom: -50px;
        padding-top: 100%;
        background-size: cover;
    }
    #pageback_area.con_area {
        margin: 40px 0 50px;
    }
    .con_inner {
        width: 90%;
    }
    .top_area {
        margin-bottom: 27px;
        padding-top: 20px;
    }
    .top_area .h2_lyt {
        font-size: 18px;
    }
    .top_area .txt_box {
        border-radius: 10px;
        margin-bottom: 17px;
        padding: 7px 17px;
    }
    .top_area .txt_box p {
        font-size: 12px;
    }
    .select_box .input_text {
        font-size: 12px;
        padding: 5px 40px 5px 15px;
    }
    .select_box .select_list {
        flex-wrap: wrap;
    }
    .select_box .select_list .list_box {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .hotel_list {
        margin-bottom: 25px;
    }
    .hotel_list .list_ttl .flex {
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }
    .hotel_list .list_ttl .h3_lyt {
        padding-left: 40px;
        margin-bottom: 15px;
    }
    .hotel_list .list_ttl .info_icon {
        flex-wrap: nowrap;
        margin: 0;
    }
    /* .hotel_list .list_ttl .info_icon li {
        border-radius: 100px;
        margin-bottom: 10px;
        display: block;
    } */
    .cate_icon {
        height: auto;
        max-height: 36px;
        margin-bottom: 0;
        display: inline-block;
    }
    .cate_icon:not(:last-child) {
        margin-right: 2%;
    }
    .hotel_list .list_ttl .minutes {
        padding: 10px 6px;
        line-height: 1.2;
        margin: 0 0 10px 10px;
    }
    .hotel_list .hotel_info {
        flex-wrap: wrap;
        padding: 15px;
        box-shadow: 0px 3px 0px #c7e1f2;
        border: 2px solid #C7E1F2;
        border-top: none;
        border-radius: 0px 0px 3px 3px;
    }
    .hotel_list .hotel_info .img_box {
        width: 100%;
        margin: 0 auto 15px;
        text-align: center;
    }
    .hotel_list .hotel_info .hotel_point {
        width: 100%;
    }
    .hotel_point .tab_ttl {
        padding: 7px 0 7px 36px;
        width: 170px;
        border-radius: 3px 3px 0px 0px;
    }
    .hotel_point .info_box {
        border-radius: 0px 0px 3px 3px;
        padding: 14px 15px;
        margin-bottom: 10px;
    }
    .hotel_point .info_box .point li {
        margin: 0 5px 5px 0;
    }
    .hotel_point .info_box .point li:nth-child(8) {
        margin-right: 5px;
    }
    .hotel_point .info_box .point li:nth-child(n+9) {
        margin-bottom: 5px;
    }
    .departing_area.flex {
        flex-wrap: wrap;  
    }
    .departing_area p {
        margin-bottom: 10px;
    }
    .departing_area ul {
        width: 100%;
    }
    .departing_area ul li {
        width: calc((100% / 2) - 10px);
        border-radius: 3px;
    }
    .departing_area ul li::before {
        border-radius: 0px 2px 2px 0px;
    }
    .departing_area ul li a {
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        padding: 10px 30px 10px 12px;
    }
    .remodal .txt_area .ttl {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .remodal .txt_area .select_txt {
        border-radius: 10px;
    }
    .remodal .txt_area .plan_list {
        margin-bottom: 25px;
    }
    .remodal .txt_area .plan_list li {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .remodal .txt_area .plan_list li .plan_ttl {
        width: 100%;
        padding: 5px 0;
        font-size: 14px;
        border-radius: 3px;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .remodal .txt_area .plan_list li a {
        width: calc((100% / 2) - 5px);
        margin-right: 0;
    }
    .remodal .txt_area .plan_list li a dl dt {
        font-size: 12px;
        padding: 7px 5px;
    }
    .remodal .txt_area .plan_list li a dl dd {
        font-size: 10px;
        padding: 9px 0;
    }
    .remodal .txt_area .remodal-cancel {
        font-size: 14px;
        box-shadow: 0px 2px 0px #e37e7e;
        width: 180px;
    }
    .remodal-wrapper .remodal {
        padding: 30px 12px;
        width: 95%;
    }
    .accordion .ac_btn {
        display: block;
        border-radius: 15px;
        background: #D01C73;
        color: #fff;
        text-align: center;
        position: relative;
        padding: 4px 0 4px 25px;
        font-size: 14px;
    }
    .accordion .ac_btn::before {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid;
        border-color: transparent transparent #fff #fff;
        transition: .5s;
        top: 30%;
        left: 14%;
        transform: translateY(-30%) rotate(-45deg);
        transition: .5s;
    }
    .accordion .ac_btn.open::before {
        transform: rotate(135deg) translateY(-30%);
    }
    .accordion .ac_inner {
        display: none;
    }
    .nomodal .plan_list li {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .nomodal .plan_list li .plan_ttl {
        width: 100%;
        padding: 5px 0;
        font-size: 14px;
        border-radius: 3px;
        margin-bottom: 10px;
    }
    .nomodal .plan_list li a {
        width: calc((100% / 2) - 5px);
        margin-right: 0;
    }
    .nomodal .plan_list li a dl dt {
        font-size: 12px;
        padding: 7px 5px;
    }
    .nomodal .plan_list li a dl dd {
        font-size: 10px;
        padding: 9px 0;
    }
}

@media only screen and (max-width: 600px) {
    .cate_luxury {
        width: 28.02548%;
    }
    .cate_meal {
        width: 22.92994%;
    }
    .cate_bath {
        width: 22.92994%;
    }
    .cate_girls {
        width: 18.47134%;
    }
}
/* 
@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 480px) {
} */



</pre></body></html>