@charset "utf-8";

/* 仮想メニュー */
.virtual__menu {
    background-color: #FFD7DA;
    height: 300px;
    position: relative;
    margin-bottom: calc(23vw + 70px);
}

.virtual__menu::before {
    content: "";
    background: url(../img/common/kaso_menu.png);
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    background-size: cover;
}

.virtual__title {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.virtual__left {
    width: 50%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.virtual__logo {
    width: 80px;
    height: auto;
    margin: 0 auto;
}

.virtual__bold {
    font-size: 3.2rem;
    font-weight: bold;
}

/* 仮想メニュー pc */
@media screen and (min-width: 769px) {
    .virtual__menu {
    height: 500px;
    margin-bottom: 100px;
}

.virtual__left {
    height: 500px;
}

.virtual__logo {
    width: 160px;
}

.virtual__bold {
    font-size: 4.8rem;
}

    }
/* 仮想メニュー pc（ここまで） */

/* ===============================
price
=============================== */
.price {
    color: #ffffff;
    text-align: center;
    background-color: rgba(193, 39, 45, 0.7);
    padding: 100px 0px;
    position: relative;
}

.price::after {
    content: "";
    position: absolute;
    width: 100%;
    aspect-ratio: 757 / 174; /* 画像自体の高さを維持するための比率 */
    background-image: url(../img/sp/background_apple_top.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -23vw; /* 画面幅に対する画像の高さ比率 174px/768px*100 */
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
}



.price::before {
    content: "";
    position: absolute;
    width: 100%;
    aspect-ratio: 757 / 77;
    background-image: url(../img/sp/background_apple_bottom.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -10.1vw;
    left: 50%;
    transform: translateX(-50%);
}

/* 画面幅に対する画像の高さ比率  77px/768px*100*/

.menu__title {
    font-size: 2.4rem;
}

.menu__cut {
    padding: 30px 0 50px;
}

.menu__cut,.menu__color {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    width: calc(242/375*100%);
    margin: 0 auto;
}

.menu__color {
    margin-bottom: 20px;
}

.subject {
    text-align: right;
    width: 50%;
    padding-right: 5px;
}

.subject__price {
    width: 50%;
    text-align: left;
    padding-left: 30px;
}

.bleach {
    margin-bottom: 20px;
}

.reservationBtn.reservationBtn__price {
    margin: 40px auto;
        display: block;
        width: 100%;
}

/* price pc */
@media screen and (min-width: 769px) {
    .price {
        background-image: url(../img/pc/background_apple_pc.png);
        padding: 350px 0px 0px;
        height: 1590px;
        max-width: 1745px;
        margin: 0 auto;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: rgba(255, 255, 255, 0);
        color: #ffffff;
}

    .price::before {
        background-image: none;
    }

    .price::after {
        background-image: none;
    }

    .price__menu {
        display: flex;
        max-width: 1200px;
        margin: 0 auto;
    }

    .reservationBtn.reservationBtn__price {
        margin: 40px auto;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 100%;
}

}
/* price pc（ここまで） */

/* ===============================
contact
=============================== */
.contact {
    padding-top: calc(10.03vw + 70px);
}

.contact__open {
    font-size: 2.4rem;
}

.open {
    display: flex;
    margin-right: 30px;
}

.every {
    margin-right: 30px;
}

.contact__blank20 {
    margin-bottom: 20px;
}

.contact__blank50 {
    margin-bottom: 50px;
}

.sns {
    background-image: url(../img/sp/QA_background_sp.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30vw 0 20vw;
    text-align: center;
    aspect-ratio: 750 / 816;
}

.sns__pc {
    display: inline-block;
    text-align: left;
}

.sns__insta {
    padding-bottom: 40px;
}

.sns__tool {
    font-size: 2.4rem;
}

.sns__nav {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
    padding-top: 10px;
    padding-right: 60px;
}

.sns__iconImg {
    width: 40px;
}

/* contact pc */
@media screen and (min-width: 769px) {
    .contact__list {
        padding: 0 10vw;
        text-align: center;
        margin-bottom: 100px;
    }

    .contact {
        padding-top: 100px;
    }

    .contact__text {
        display: inline-block;
        text-align: left;
    }

    .sns__tool {
        font-size: 4rem;
    }

    .sns {
        background-image: url(../img/pc/QA_background_pc.png);
        padding: 110px 100px 40px;
        aspect-ratio: 1922 / 785;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .sns__pc {
        display: flex;
        justify-content: center;
        gap: 100px;
    }

    .sns__nav {
        padding-right: 120px;
    }
}
/* contact pc（ここまで） */


/* ===============================
cancel
=============================== */
.cancel {
    text-align: center;
    padding-bottom: 300px;
}

.cancel__text {
    padding: 50px 0 50px;
}

.cancel__attention {
    position: relative;
    text-align: center;
}

.attention__text {
    display: inline-block;
    text-align: left;
}

.cancel__attention::before {
    content: "";
    position: absolute;
    width: 126px;
    height: 170px;
    background-image: url(../img/common/terashimaru_sad.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 390px;
    right: -5px;
}

/* cancel pc */
@media screen and (min-width: 769px) {
    .cancel {
        padding-bottom: 500px;
    }

    .cancel__text {
    padding: 100px 0 100px;
    }

    .cancel__attention {
        height: 500px;
    }

    .cancel__attention::before {
        width: 220px;
        top: 360px;
    }
}

@media screen and (min-width: 520px) {
    .cancel__attention::before {
        top: 350px;
    }
}

@media screen and (min-width: 1100px) {
    .cancel__attention::before {
        top: 200px;
    }
}
/* cancel pc（ここまで） */

/* footer */
.footer__price_deco1 {
    height: 200px;
    position: relative;
}

.footer__price_deco1::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 100%;
    background-image: url(../img/common/flower_bamboo.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 70px;
    left: 100px;
    z-index: 100;
}


@media screen and (min-width: 769px) {
.footer__price_deco1::before {
    width: 350px;
    top: -120px;
    left: 240px;
}
}

@media screen and (min-width: 1100px) {
.footer__price_deco1::before {
        top: -120px;
        left: 610px;
}
}

