@charset "utf-8";
/*------基本CSS（PC用記述記載）------*/
#belluna-thanksgiving {
    color: #111;
    font-size: 13px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#belluna-thanksgiving img {
    width: 100%;
    height: auto;
}

#belluna-thanksgiving .fvBnr {
    text-align: center;
    margin-bottom: 0!important;
}

#belluna-thanksgiving .Bnr {
    margin-bottom: 0px;
    width: 900px;
}

#belluna-thanksgiving .fvText,
#belluna-thanksgiving .subText {
    margin: 4% auto 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    letter-spacing: normal;
}

#belluna-thanksgiving .benefits {
    text-align: center;
}

#belluna-thanksgiving .benefits img.title {
    width: 800px!important;
    margin: 10% 0 0;
}

#belluna-thanksgiving .cassette {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#belluna-thanksgiving .cassetteHotel {
    width: 30%;
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    font-size: 16px;
    flex-direction: column;
    margin: 5% 1.5% 0!important;
}

#belluna-thanksgiving p.hotelName {
    margin: 3% 0 0;
}

#belluna-thanksgiving  p.explanation {
    margin: 1% 0 0;
}

/* ボタン */
#belluna-thanksgiving .button {
    width: 50%;
    position: relative;
    /* -webkit-border-radius: 45px; */
    /* border-radius: 45px; */
    display: flex;
    justify-content: center;
    margin: 5% auto 0;
    background-color: #000;
}

#belluna-thanksgiving .button:hover {
    opacity: 0.75;
}

#belluna-thanksgiving .button a {
    font-size: 16px;
    padding: 5px 15px;
    color: #fff !important;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

#belluna-thanksgiving .button:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    pointer-events: none;
    margin: 13px 20px 0 auto;
}

/* ボタン大 */
#belluna-thanksgiving .buttonBig {
    width: 85%;
    position: relative;
    /* -webkit-border-radius: 45px; */
    /* border-radius: 45px; */
    display: flex;
    justify-content: center;
    margin: 10% auto 0;
    background-color: #000;
}

#belluna-thanksgiving .buttonBig:hover {
    opacity: 0.75;
}

#belluna-thanksgiving .buttonBig a {
    font-size: 18px;
    padding: 3% 5%;
    color: #fff !important;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

#belluna-thanksgiving .buttonBig:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    pointer-events: none;
    margin: 5% 5% 0 auto;
}

#belluna-thanksgiving .benefits img.image {
    width: 550px!important;
    margin: 3% 0 0;
}

/* キャンペーン概要 */
#belluna-thanksgiving .overview {
    margin-bottom: 40px;
}

#belluna-thanksgiving h2 {
    font-size: 20px;
    border-bottom: #b2b2b2 solid 2px;
    color: #333333;
    margin: 10% 0 3% 0;
    line-height: 1.6;
}

#belluna-thanksgiving .overview ul {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.8;
}

#belluna-thanksgiving .overview li {
    list-style: none;
    margin-bottom: 15px;
    display: flex;
}

#belluna-thanksgiving .overview .detail_1 {
    background: #333;
    color: #fff;
    width: 190px;
    text-align: center;
    margin: 0 10px 0 0;
    padding: 5px;
    height: fit-content;
}

#belluna-thanksgiving .overview .detail_2 {
    width: 880px;
}

#belluna-thanksgiving .overview .small {
    font-size: 13px;
}

#belluna-thanksgiving .overview li a {
    color: #000dee!important;
}

#belluna-thanksgiving .overview li a:hover {
    text-decoration: underline;
}

/* ステップ */
#belluna-thanksgiving .procedure {
    margin-bottom: 40px;
}

#belluna-thanksgiving .procedure .stepBox {
    border: 3px solid #152E82;
    border-radius: 8px;
    padding: 14px 40px 25px;
    position: relative;
    width: 550px;
    margin: 0 auto 30px;
    background: #fff;
    box-sizing: content-box;
}

#belluna-thanksgiving .procedure .stepBox p {
    padding-left: 17px;
    margin-bottom: 15px;
    font-size: 20px;
}

#belluna-thanksgiving .procedure .stepBox .text {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 15px;
}

#belluna-thanksgiving .procedure .step_num {
    background: #152E82;
    color: #fff;
    border-radius: 20px;
    display: block;
    width: 38px;
    height: 38px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding-top: 4px;
    box-sizing: border-box;
    position: absolute;
    top: 11px;
    left: 11px;
    line-height: 1.4;
}

#belluna-thanksgiving .procedure .p_step {
    color: #152E82;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {
    /*------基本CSS（PC用記述記載）------*/
    #belluna-thanksgiving {
        font-size: 14px;
    }

    #belluna-thanksgiving .contentsWrap {
        padding: 0 2%;
    }

    #belluna-thanksgiving .Bnr {
        margin-bottom: 0px;
        width: 100%;
    }

    #belluna-thanksgiving .fvBnr {
        margin-bottom: 5%;
    }

    #belluna-thanksgiving .fvText,
    #belluna-thanksgiving .subText {
        margin: 5% auto 0!important;
        font-size: 16px;
        width: 90%;
        line-height: 1.6;
    }

    #belluna-thanksgiving .fvText br,
    #belluna-thanksgiving .subText br {
        display: none;   
    }

    #belluna-thanksgiving .notesText {
        font-size: 12px;
        line-height: 1.6;
    }

    #belluna-thanksgiving .fvText br {
        display: none;
    }

    #belluna-thanksgiving .benefits img.title {
        width: 70%!important;
        margin: 10% 0 0;
    }

    #belluna-thanksgiving p.hotelName {
        margin: 3% 0 0;
        font-size: 12px;
        height: 40px;
    }
    
    #belluna-thanksgiving  p.explanation {
        margin: 1% 0 0;
        font-size: 12px;
    }

    #belluna-thanksgiving .cassetteHotel {
        width: 49%;
        display: flex;
        /* justify-content: center; */
        flex-wrap: wrap;
        font-size: 16px;
        flex-direction: column;
        margin: 5% 0.5% 0!important;
    }

    #belluna-thanksgiving .benefits img.image {
        width: 70%!important;
        margin: 3% 0 0;
    }

    #belluna-thanksgiving .procedure {
        margin: 0 10px;
    }

    #belluna-thanksgiving .button {
        width: 80%;
        margin: 5% auto 8%;
    }

    #belluna-thanksgiving .button:after {
        top: 0;
        width: 7px;
        height: 7px;
        margin: 9% 9% auto;
    }

    #belluna-thanksgiving .button a {
        padding: 3% 0;
        font-size: 14px;
    }

    #belluna-thanksgiving .overview {
        margin-bottom: 10%;
    }

    #belluna-thanksgiving h2 {
        font-size: 22px;
        font-weight: bold;
        margin: 12% 0 5%;
        text-align: center;
        border: none;
    }

    #belluna-thanksgiving .overview li {
        margin-bottom: 0;
        display: block;
    }

    #belluna-thanksgiving .overview .detail_1 {
        width: 100%;
        text-align: left;
        line-height: 2.0;
        padding: 0 0 0 5px;
    }

    #belluna-thanksgiving .overview .detail_2 {
        width: 92%;
        margin: 0% 4% 3%;
        padding-top: 5px;
    }

    #belluna-thanksgiving .overview .small {
        font-size: 12px;
    }

    #belluna-thanksgiving .procedure .stepBox {
        padding: 15px;
        margin: 0 0 15px;
        width: 100%;
        box-sizing: border-box;
    }

    #belluna-thanksgiving .procedure .stepBox p {
        padding-left: 40px;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1.5;
    }

    #belluna-thanksgiving .procedure .stepBox .text {
        color: #333;
        font-size: 14px;
        margin-top: 5px;
    }

    #belluna-thanksgiving .procedure .p_step {
        margin: 40px 0;
    }

    #belluna-thanksgiving .spr_encloseMain .use .stepbox:nth-of-type(n+2) .step_text {
        padding-top: 2px;
    }

    #belluna-thanksgiving .spr_encloseMain .use .stepbox .step_num {
        background-color: #152E82;
        color: #fff;
        border-radius: 20px;
        display: block;
        width: 38px;
        height: 38px;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        padding-top: 2px;
        box-sizing: border-box;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    #belluna-thanksgiving .procedure .stepBox img {
        border: 1px solid #999;
        padding: 5px;
        box-sizing: border-box;
        margin-bottom: 0!important;
    }

    #belluna-thanksgiving .spr_encloseMain .p_step {
        color: #152E82;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin: 40px 0;
    }

}