@charset "utf-8";

/*ーーーーーーーーーーーーーーーーーーーーーーーー*/
/*　全体の設定 ▼　*/
/*ーーーーーーーーーーーーーーーーーーーーーーーー*/
html {
    font-size: 10px;
    /*1rem=10px*/
    scroll-behavior: smooth;
    
}

* {
    /*画面崩れの予防*/
    float: none;
    /*テキスト等浮動しない*/
    position: static;
    /*文書の通常のフローに従って配置*/
}

body {
    color: #000000;
    font-size: 1rem;
    /*10pxと同等*/
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', 'YuGothic', '游ゴシック体', sans-serif;
    /*ボックス設定*/
    margin: 0 auto;
    padding: 0;
    border: none;
    text-align: center;
    background-color: #FFFFFF;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /*safari用*/
    position: relative;
    word-break: break-all;
    overflow: scroll;
}

img {
    /*画面崩れの予防*/
    max-width: 100%;
    height: auto;
    /*画像の高さ指定*/
    vertical-align: bottom;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーー*/
/*　共通 ▼　
/*ーーーーーーーーーーーーーーーーーーーーーーーー*/
header {
    position: fixed;
    z-index: 100;
    width: 100%;

    .lp {
        width: 750px;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    img {
        width: 100%;
        height: 100%;
        max-width: 100%;
    }

    @media screen and (min-width: 767px) {
        .wrapper {
            margin: auto;
            text-align: center;
            display: block;
            width: 750px;
        }
    }
}

footer{
    margin: -3px;
}

div {
    margin: 0 auto;

    img {
        width: 100%;
        height: 100%;
    }

    /* .lp {
        background-color: #f39801;
    } */
}

@media screen and (min-width: 767px) {
    .wrapper {
        margin: auto;
        text-align: center;
        display: block;
        width: 750px;
    }
}


.e-hojyokin-top {
    padding-top: 10%;
}


.reserve-murakami {
    background-color: #fff;
}





.description {
    display: inline-block;

    .item {
        display: flex;
        justify-content: center;
        text-align: center;
        gap: 1rem;
        min-width: 300px;

        @media screen and (min-width: 767px) {
            min-width: 360px;
        }

        /* ★ 電話番号のitemだけ縦並び */
        &:nth-of-type(1) {
            flex-direction: column;
        }

        &:nth-of-type(1) dt {
        padding: .5% 0;
        font-size: 2rem;
        font-weight: bold;
        font-family:'Yu Gothic Medium', '游ゴシック Medium', 'YuGothic', '游ゴシック体', sans-serif;;
        color: #333;
        letter-spacing:0.2rem;
        -webkit-text-stroke: .5px #333;

            @media screen and (min-width: 767px) {
                font-size: 3rem;
            }
        }


        &:nth-of-type(2) dt {
            font-weight: bold;
            font-size: 1.2rem;
            color:#ffffff;
            background-color: #00a39c;
            padding: .5% 3%;
            border-radius: 15px;
            display: inline-block;
            background-color: 00a39c;
        }

        dd {
            margin: 0;
            font-size: 1.5rem;
            color: #333;

            @media screen and (min-width: 767px) {
                font-size: 1.8rem;
            }
        }
                    /*フリーダイヤル*/
        &:nth-of-type(1) dd {
            font-size: 2.4rem;
            font-weight: bold;

            @media screen and (min-width: 767px) {
                font-size: 4.4rem;
            }
        }
    }

}


.e-hojyokin-question {
    margin-top: -20px;
}

.e_hojokin-select{
    margin-top: -3px;
}


/*ーーーーーーーーーーーーーーーーーーーーーーーー*/
/*　エステージモデル予約
/*ーーーーーーーーーーーーーーーーーーーーーーーー*/

#e_hojokin-reserve {
    background: #00a39c;
    background: #fff;

    p {
        margin: 0;
        font-size: 2rem;
        font-weight: bold;
        font-family: sans-serif;
        color: #fff;
        text-shadow: 2px 2px 5px #f7623f;
        letter-spacing: .2em;
        line-height: 1.2;

        @media screen and (min-width: 767px) {
            font-size: 4.5rem;
        }
    }

    .illustration {
        img {
            width: 50%;
        }
    }
}

.reserve-murakami {
    margin: 0 auto;
}


.lp.e-hojyokin-btn {
    margin-top: -5px;
    margin-top: -10px;

    @media screen and (min-width: 767px) {
        margin-top: -20px;
    }

}

.reserve-kashiwa {
    margin: 0 auto;
}

.e-hojyokin-modelhouse {
    margin-top: -5px;
    margin-top: -10px;
}



/*ーーーーーーーーーーーーーーーーーーーーーーーー*/
/*　モデルルーム　予約ボタン　
/*ーーーーーーーーーーーーーーーーーーーーーーーー*/

.banner {
    max-width: 600px;
    margin: 0 auto;
    padding: 3rem 1rem 4rem;
    text-align: center;
    font-family: sans-serif;
    position: relative;
    box-sizing: border-box;
    /* background-color: #fff; */
}

.banner-label {
    width: 60%;
    position: absolute;
    top: 1rem;
    right: 0;
    left: 0;
    display: inline-block;
    background-color: #3c1e0d;
    color: #ffffff;
    padding: 6px 16px;
    font-size: 1.4rem;
    border-radius: 26px;
    margin-bottom: 2rem;

    @media screen and (min-width: 767px) {
        display: inline-block;
        background-color: #3c1e0d;
        color: #ffffff;
        padding: 5px 16px;
        border-radius: 26px;
        margin-bottom: 10px;
        position: absolute;
        top: 1.5rem;
        right: 0;
        font-size: 2rem;
        width: 60%;
    }
}

.banner-button {
    display: inline-block;
    background-color: #ff2a2a;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.3rem;
    padding: 18px 28px 10px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 8px 8px 0 #3c1e0d;
    letter-spacing: 0.2em;
    line-height: 1.4;
    white-space: nowrap;

    @media screen and (min-width: 767px) {
        display: inline-block;
        background-color: #ff2a2a;
        color: #ffffff;
        font-weight: bold;
        border-radius: 50px;
        text-decoration: none;
        box-shadow: 8px 8px 0 #3c1e0d;
        margin-top: 10px;
        font-size: 2.2rem;
        padding: 24px 36px 14px;
        letter-spacing: 0.3em;
    }
}


/*ーーーーーーーーーーーーーーーーーーーーーーーー*/
/*　会社概要・プライバシーポリシーボタン　
/*ーーーーーーーーーーーーーーーーーーーーーーーー*/

.e-hojyokin-company {
    padding: 2rem 0;
    background-color: #00a39c;
    margin-top: -3px;

    .banner {
        padding: 1rem;

        @media screen and (min-width: 767px) {
            padding: 2rem;
        }
    }

    .banner-buttonwh {
        display: inline-block;
        width: 60%;
        /* 横幅を固定（必要に応じて%またはpx指定） */
        max-width: 360px;
        background-color: #fff;
        font-size: 1.2rem;
        color: #333;
        font-weight: bold;
        padding: 10px 28px;
        border-radius: 50px;
        text-decoration: none;
        box-shadow: 8px 8px 0 #3c1e0d;
        letter-spacing: 0.2em;
        line-height: 1.4;
        white-space: nowrap;
        text-align: center;

        @media screen and (min-width: 767px) {
            max-width: 400px;
            width: 80%;
            font-size: 2rem;
        }
    }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーー*/
/*　フッター下から画像が出てくる
/*ーーーーーーーーーーーーーーーーーーーーーーーー*/

#thumb-img {
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: relative;
}

#thumb-img .thumb {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .5s ease-out, transform .5s ease-out;
}

#thumb-img.show .thumb {
    opacity: 1;
    transform: translateY(0);
}

/* ---------------------------------------------------
/*　TOPボタン
/* --------------------------------------------------- */

        html {
                scroll-behavior: smooth;
        }

        #top .wrapper {
                span {
                        border-left: 2px solid #ffffff;
                        border-top: 2px solid #ffffff;
                        bottom: 0;
                        display: block;
                        height: 15px;
                        left: 0;
                        margin: auto;
                        position: absolute;
                        right: 0;
                        top: 15%;
                        transform: scale(1) rotate(45deg);
                        transition: transform .3s ease-in-out;
                        width: 15px;
                        z-index: 125;
                }

                a {
                        position: fixed;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        cursor: pointer;
                        width: 60px;
                        height: 60px;
                        background-color: #504333;
                        border-radius: 50%;
                        border: 1px solid #ffffff;
                        font-size: 1.6rem;
                        font-weight: 500;
                        text-align: center;
                        transition: opacity 0.5s ease, transform 0.5s ease;
                        opacity: 0;
                        transform: translateY(20px);
                        right: 10vw;
                        bottom: 5vh;
                        z-index: 10;

                        @media screen and (min-width: 767px) {
                        width: 50px;
                        height: 50px;
                        right: 8vw;
                        /* bottom: 8vh; */
                        }
                }

                a.show {
                        opacity: 1;
                        transform: translateY(0);
                        /* 元の位置に戻す */
                }
        }