@charset "UTF-8";

/*-------------------------------------------*/
/*メインイメージ*/
/*-------------------------------------------*/
body {
    overflow-x: hidden;
}

.mainimg {
    position: relative;
    margin-top: 97px;
}

.bgimg img {
    width: 100%;
    object-fit: cover;
    max-height: 252px;
    min-height: 252px;
}

.text_img {
    position: absolute;
    top: 50px;
    right: 0;
    left: 11px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.symbol_wrap {
    position: relative;
}

.symbol {
    position: absolute;
    top: -60px;
    right: 0;
    left: 0;
    bottom: 0;
}

.symbol img {
    margin: 0 auto;
    padding-right: 9px;
}




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

    .mainimg {
        margin-top: 72px;
    }
}

@media screen and (max-width: 480px) {
    .mainimg {
        margin-top: 58px;
    }

    .bgimg img {
        min-height: 200px;
    }

    .text_img img {
        max-height: 80px;
    }

    .symbol img {
        max-width: 80px;
        padding-right: 0;
    }

    .text_img {
        left: 0;
    }

}

/*-------------------------------------------*/
/*セレクション*/
/*-------------------------------------------*/
br.pc_none {
    display: none !important;
}

.selection .maxWid, .selection_bnr .maxWid {
    max-width: 800px;
}

section.selection {
    margin-top: 185px;
    margin-bottom: 130px;
}

.intro_text p {
    text-align: center;
    font-size: 1.8rem;
}

.intro_text {
    margin-bottom: 134px;
}

.selection_heading h3 {
    font-size: 3.0rem;
    text-align: center;
    font-weight: bold;
}

.selection_heading {
    margin-bottom: 25px;
}


.cat {
    background-color: #d01c97;
    width: 25%;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
}

.selection_detail {
    font-size: 1.7rem;
    padding: 50px 40px 50px 40px;
    width: 75%;
    background-color: #efefef;
}

.selection_detail .small {
    font-size: 1.2rem;
    margin-top: 7px;
    margin-bottom: 23px;
    padding-bottom: 23px;
}

.selection_detail span {
    display: block;
}

.detail_list.flex {
    margin-bottom: 2px;
}

.detail_list.flex.grade span:nth-of-type(4) {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.selection_detail .day {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 25px;
    padding-bottom: 20px;
    line-height: 1.3;
}

.selection_detail .day:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.detail_list.flex.price .small {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

span.other {
    line-height: 1.7;
}

.selection .selection_container .detail_list:first-child .cat {
    border-radius: 10px 0 0 0;
}

.selection .selection_container .detail_list:first-child .selection_detail {
    border-radius: 0 10px 0 0;
}

.selection .selection_container .detail_list:last-child .cat {
    border-radius: 0 0 0 10px;
}

.selection .selection_container .detail_list:last-child .selection_detail {
    border-radius: 0 0 10px 0;
}

.grade .selection_detail span:nth-of-type(2) {
    border-bottom: 1px dotted #ccc;
}


@media screen and (max-width: 768px) {
    .cat {
        font-size: 1.8rem;
    }

    .selection_detail {
        font-size: 1.5rem;
        padding: 30px 30px 30px 30px;
    }

    .intro_text p br {
        display: none !important;
    }

    .intro_text p {
        text-align: left;
        width: 80%;
        font-size: 1.5rem;
    }

    .intro_text {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    br.pc_none {
        display: block !important;
    }

    section.selection {
        margin-top: 100px;
        margin-bottom: 70px;
    }

    .intro_text {
        margin-bottom: 70px;
        width: 100%;
    }

    .intro_text p {
        text-align: left;
        font-size: 1.3rem;
        width: 100%;
    }

    .selection_heading h3 {
        font-size: 2.2rem;
    }

    .detail_list.flex {
        flex-direction: column;
        margin-bottom: 0px;
    }

    .cat {
        width: 100%;
        padding: 15px;
        border-radius: 0px !important;
        font-size: 1.6rem;
        font-weight: bold;
    }

    .selection_detail {
        width: 100%;
        font-size: 1.3rem;
        border-radius: 0px !important;
        padding: 20px 20px 40px 20px;
    }

    .selection_detail .small {
        font-size: 1.1rem;
        margin-top: 3px;
    }

    .selection_heading {
        margin-bottom: 15px;
    }
}


/*-------------------------------------------*/
/*バナーエリア*/
/*-------------------------------------------*/
section.selection_bnr {
    margin-bottom: 170px;
}