@charset "utf-8";

/*===================================
summerSale
===================================*/

[data-element-id] .summerSaleImg {
    height: auto;
}

.summerSaleImg {
    height: 400px;
    position: relative;
}

[data-element-id] .summerSaleImg .pic {
    position: static;
}

[data-element-id] .summerSaleImg .pic.show\@tb {
    width: 500px;
}

.summerSaleImg .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.search-wrap {
    background: #009944;
}

.search-wrap .tit {
    width: 100%;
    max-width: 700px;
    font-size: 2rem;
    font-weight: bold;
    background: #FFF;
    border-radius: 5px;
    margin: 0 auto 20px;
    padding: 5px 0;
    text-align: center;
    position: relative;
}

.search-wrap .tit:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: calc(50% - 7px);
    border-top: 14px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.tour_selectBox dl:not(:last-of-type) {
    margin-bottom: 3px;
}

.tour_selectBox dt {
    color: #fff;
    font-weight: bold;
    background: #910000;
    padding: 10px 15px;
    font-size: 1.8rem;
    margin-bottom: 3px;
}

.tour_selectBox dd {
    font-size: 1.6rem;
    background: #fff;
    padding: 10px 15px;
}

.tour_selectBox dd label {
    display: inline-block;
    margin-right: 20px;
}

.tour_selectBox input[type=radio] {
    margin-right: 5px;
}

.tour_selectBox .tourTxt {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}

.tour_selectBox .tourNum {
    color: #DD0000;
    margin-right: 3px;
}

.tour-list .tit01 {
    color: #910000;
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.tour-list .tit02 {
    color: #FFF;
    font-size: 3.6rem;
    font-weight: bold;
    background: #910000;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-align: center;
}

.tour-list .tour_box:not(:last-of-type) {
    margin-bottom: 30px;
}

.plan-wrap .tourBox > * {
    height: 100%;
    border: 1px solid #910000;
    -webkit-box-shadow: 3px 3px #910000;
    box-shadow: 3px 3px #910000;
    padding: 10px 10px 75px 10px;
    position: relative;
}

.plan-wrap .tourBox .area {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    background: #000;
    padding: 0 10px;
    position: absolute;
    top: -1px;
    left: 5px;
    z-index: 5;
}

.plan-wrap .tourBox .pic a {
    display: block;
}

.plan-wrap .tourBox .tit {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 10px 0;
}

.plan-wrap .tourBox .btn {
    width: calc(100% - 20px);
    text-align: center;
    position: absolute;
    left: 10px;
    bottom: 5px;
}

.plan-wrap .tourBox .btn a {
    display: block;
    color: rgb(255, 255, 255);
    font-size: 1.6rem;
    background: #009944;
    padding: 5px;
}

.plan-wrap .tourBox .btn .price {
    display: block;
    color: #DD0000;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 5px;
}

@media (max-width: 1024px) {
    .tour-list .tit01 {
        font-size: 3.2rem;
    }

    .tour-list .tit02 {
        font-size: 3.2rem;
    }
}

@media (max-width: 599px) {
    .search-wrap .tit {
        font-size: 1.8rem;
    }

    .tour-list .tit01 {
        font-size: 2.6rem;
    }

    .tour-list .tit02 {
        font-size: 2.6rem;
    }
}
