@charset "utf-8";



/*===================================
timeSale
===================================*/

.timeSaleImg {
    height: 450px;
    background: #e32613;
    position: relative;
}

.timeSaleImg .pic {
    width: 580px;
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.areaSelect {
    background: #c11807;
    padding: 15px 0;
}

.areaSelect .txt {
    color: #fff;
    font-size: 1.8rem;
    margin-right: 10px;
}

.areaSelect select {
    width: 180px;
    font-size: 1.8rem;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    padding: 4px;
    cursor: pointer;
}

.areaList .tit {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.areaList li a {
    display: block;
    font-size: 3rem;
    font-weight: bold;
    border: solid 5px;
    padding: 10px;
    text-align: center;
    position: relative;
}

.areaList li:nth-of-type(4n+1) a {
    color: #198cb4;
}

.areaList li:nth-of-type(4n+2) a {
    color: #ff4000;
}

.areaList li:nth-of-type(4n+3) a {
    color: #208800;
}

.areaList li:nth-of-type(4n+4) a {
    color: #ff00c8;
}

.areaList li a:after {
    display: block;
    content: "\f078";
    font-size: 80%;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.areaBox {
    position: relative;
}

.areaBox:not(:last-of-type) {
    margin-bottom: 60px;
}

.areaBox .areaTitle {
    color: #fff;
    font-size: 3.6rem;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 15px;
}

.areaBox:nth-of-type(1) .areaTitle {
    background: #198cb4;
}

.areaBox:nth-of-type(2) .areaTitle {
    background: #ff4000;
}

.areaBox:nth-of-type(3) .areaTitle {
    background: #208800;
}

.areaBox:nth-of-type(4) .areaTitle {
    background: #ff00c8;
}

.areaBox:nth-of-type(5) .areaTitle {}

.areaBox:nth-of-type(6) .areaTitle {}

.areaBox .endTitle {
    width: 600px;
    max-width: 90%;
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-25deg);
    transform: translate(-50%, -50%) rotate(-25deg);
    z-index: 5;
}

.areaBox dl {
    position: relative;
}

.areaBox dl.end:before {
    content: "このツアーの販売は終了しました";
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 2rem;
    background: #000c;
    text-align: center;
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.areaBox dl:not(:last-of-type) {
    margin-bottom: 10px;
}

.areaBox dl a {
    border: 1px solid #bfbfbf;
    border-right: 24px solid #bfbfbf;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.areaBox dl a:after {
    display: block;
    content: "\f054";
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: -17px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.areaBox dt {
    width: 60%;
    border-right: 1px solid #bfbfbf;
    padding: 10px;
}

.areaBox dd {
    width: 40%;
    background: #fff;
    padding: 10px;
}

.areaBox .category {
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding: 5px 12px;
}

.areaBox .category-red {
    background: #fe0001;
}

.areaBox .category-orange {
    background: #ffb100;
}

.areaBox .tit {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.areaBox .point li:before {
    display: inline-block;
    content: "◎";
}

.areaBox .detail {
    margin-bottom: 10px;
}

.areaBox .detail li {
    display: inline-block;
    font-size: 1.2rem;
    border: solid 1px;
    border-radius: 30px;
    padding: 3px 10px;
    margin: 0 5px 10px 0;
}

.areaBox .detail li.icon_area {
    color: #459bef;
    border: 1px solid #459bef;
}

.areaBox .detail li.icon_rentacar {
    color: #ff1777;
    border: 1px solid #ff1777;
}

.areaBox .detail li.icon_meal {
    color: #3e824b;
    border: 1px solid #3e824b;
}

.areaBox .price .before, .areaBox .price .after {
    font-size: 1.6rem;
}

.areaBox .price .before .big, .areaBox .price .after .big {
    font-size: 140%;
    font-weight: bold;
    margin-left: 5px;
}

.areaBox .price .after .big {
    color: #f00;
    font-size: 160%;
}

.areaBox .more {
    margin-top: 20px;
    text-align: center;
}

.areaBox .more a {
    display: inline-block;
    width: 700px;
    max-width: 100%;
    color: #003567;
    font-size: 2.2rem;
    border: 5px solid #003567;
    border-radius: 20px;
    padding: 10px;
    position: relative;
}

.areaBox .more a:after {
    display: block;
    content: "\f101";
    font-size: 140%;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.areaBox .more a .big {
    font-size: 140%;
    margin-right: 10px;
}

@media (max-width: 1024px) {
    .timeSaleImg {
        height: 60vw;
    }

    .areaList .tit {
        font-size: 2rem;
    }

    .areaList li a {
        font-size: 2.4rem;
    }

    .areaBox .areaTitle {
        font-size: 3.2rem;
    }

    .areaBox .more a {
        font-size: 1.8rem;
    }
}

@media (max-width: 599px) {
    .areaList .tit {
        font-size: 1.8rem;
    }

    .areaList li a {
        font-size: 1.6rem;
    }

    .areaBox .areaTitle {
        font-size: 2.6rem;
    }

    .areaBox dt {
        width: 100%;
        border: none;
    }

    .areaBox dd {
        width: 100%;
        background: none;
    }

    .areaBox .category {
        font-size: 1.4rem;
    }

    .areaBox .price {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .areaBox .price:after {
        display: block;
        content: "\f061";
        color: #bbb;
        font-size: 2rem;
        font-family: 'Font Awesome 5 Free';
        font-weight: bold;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 15px;
    }

    .areaBox .price .before, .areaBox .price .after {
        font-size: 1.2rem;
        text-align: left;
    }

    .areaBox .price .before .big, .areaBox .price .after .big {
        display: block;
        margin: 0;
        margin-top: 5px;
    }

    .areaBox .price .before {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .areaBox .price .after {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .areaBox .more a {
        font-size: 1.4rem;
        border-width: 2px;
    }
}
