@charset "UTF-8";

/* // 背景設定
// --------------------------------------------- */

body {
    background-color: #fffef2;
    color: #333333;
    font-family: "Klee One", cursive;
    transition: .7s;
    box-sizing: border-box;
}

body {
    background-image:
        radial-gradient(290px 300px, rgba(248, 233, 185, 0.5) 20%, transparent 20%),
        radial-gradient(800px 780px, rgba(248, 233, 185, 0.5) 20%, transparent 20%),
        radial-gradient(1000px 990px, rgba(248, 233, 185, 0.5) 20%, transparent 20%),
        radial-gradient(400px 380px, rgba(248, 233, 185, 0.5) 20%, transparent 20%),
        radial-gradient(750px 750px, rgba(248, 233, 185, 0.5) 20%, transparent 20%),
        radial-gradient(100px 100px, rgba(248, 233, 185, 0.5) 20%, transparent 20%);
    background-size:
        1230px 1280px,
        810px 910px,
        1470px 990px,
        1200px 1700px,
        1520px 1200px,
        1100px 1300px;
    background-position:
        -300px -550px,
        -200px 100px,
        50px 510px,
        -200px -550px,
        -180px -250px,
        130px -150px;
}


/* ヘッダー */
.header {
    max-width: 450px;
    margin: 0 auto;
    background-color: #f3f3f3;
    padding-top: 25px;
}

.header .logo img {
    display: block;
    height: 50px;
    margin: 0 25px;
}


/* // ナビ
// --------------------------------------------- */

.nav_wrapper-right {
    display: none;
}

.nav_wrapper-left {
    display: none;
}


/*1200px以上に適用されるCSS */
@media screen and (min-width:1200px) {

    /* PC表示　右　写真 */
    .nav_wrapper-right {
        position: fixed;
        display: block;
        top: 25%;
        right: 6%;
    }

    .nav_wrapper-right::after {
        position: absolute;
        content: "";
        background-image: url(../images/pc-fv-himawari.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 69px;
        height: 41px;
        bottom: -24px;
        right: -30px;
    }


    .fade-img-box {
        width: 300px;
        height: 370px;
        position: relative;
    }

    .fade-img-box::after {
        position: absolute;
        content: "";
        width: 300px;
        height: 370px;
        border: 1px solid #433c0f;
        border-radius: 0 30px 0 30px;
        top: -19px;
        left: -19px;
    }

    .fade-img-box::before {
        position: absolute;
        content: "";
        width: 300px;
        height: 370px;
        background-color: #f8e9b9;
        border-radius: 0 30px 0 30px;
        bottom: -19px;
        left: 19px;
    }

    .fade-img-box img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0 30px 0 30px;
    }
}


/* PC表示 左　メニュー　 */

/*1200px以上に適用されるCSS */
@media screen and (min-width:1200px) {
    .nav_wrapper-left {
        display: block;
        position: fixed;
        top: 100px;
        left: 140px;
    }

    /* 上２つ */
    .nav_wrapper-left .nav_list01 {

        z-index: 5;

        li {
            margin-bottom: 20px;
            list-style: none;

            a {
                display: inline-block;
                color: #5a3429;
                text-decoration: none;
            }
        }
    }

    /* 施術メニュー */
    .nav_wrapper-left .nav_list02 {

        z-index: 5;
        margin-top: 40px;

        li {
            margin-bottom: 20px;

            /* リスト前　黒丸打ち消し */
            list-style: none;

            /* 横棒　装飾 */
            display: flex;
            align-items: center;

            a {
                display: inline-block;
                color: #5a3429;
                text-decoration: none;
            }
        }

    }

    /* 横棒　装飾 */
    .nav_list02 li::before {
        content: "";
        width: 20px;
        height: 0.5px;
        background-color: #5a3429;
        display: block;
        margin-right: 20px;
    }

    /* インスタグラム */
    .nav_wrapper-left .nav_list03 {

        z-index: 5;
        margin-top: 40px;

        li {
            margin-bottom: 20px;

            /* リスト前　黒丸打ち消し */
            list-style: none;

            /* インスタグラムicon　装飾 */
            display: flex;
            align-items: center;

            a {
                display: inline-block;
                color: #5a3429;
                text-decoration: none;
                font-family: "Cinzel", serif;
                letter-spacing: .2rem;
            }
        }
    }

    /* インスタグラムicon　装飾 */
    .nav_list03 li::before {
        content: "";
        display: block;
        background-image: url(../images/Instagram.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 30px;
        height: 30px;
        margin-right: 20px;
    }


    /* 吹き出し */
    .fukidashi-14 {
        position: relative;
        display: block;
        padding: 12px 0;
        border-bottom: solid 1px #333;
        margin-bottom: 20px;
        width: fit-content;
    }

    .fukidashi-14::before {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 50%;
        width: 18px;
        height: 18px;
        box-sizing: border-box;
        rotate: 135deg;
        translate: -50%;
    }

    .fukidashi-14::after {
        content: "";
        position: absolute;
        bottom: -7px;
        left: 39%;
        width: 20px;
        height: 20px;
        box-sizing: border-box;
        border-top: solid 1px;
        border-color: #333;
        rotate: 135deg;
    }

    .nav_wrapper-left .line-qr {
        display: block;
        width: 118px;
    }


    .service {
        width: 300px;
        height: 100px;
        background-color: #f8e9b9;
        border-radius: 0 30px 0 30px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        margin-top: 20px;
        font-size: 12px;
        color: #5a3429;
        padding: 5px;
    }

    .service img {
        display: block;
        height: 40px;
        width: 40px;
        margin-bottom: 10px;
    }

    .service .pay,
    .service .room,
    .service .clothes {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}


/* ====＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝==ハンバーガーメニュー====＝＝＝＝＝＝＝＝＝＝＝＝＝＝=*/


/* 1200px以上に適用するcss */
@media screen and (min-width: 1200px) {

    /* ハンバーガーメニューボタン */
    #js-open-btn {
        display: none;
    }

    /* ラインボタン */
    .linebtn {
        display: none;
    }
}

.nav-pc {
    display: none;
}

/* メニューボタン　bg */
#js-open-btn {
    position: fixed;
    top: 501px;
    right: 10px;
    background-image: url(../images/a-menu-open.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 70px;
    height: 70px;
    z-index: 10;
}

/* メニューボタン　bg */
/* ※「.open」の前にスペースしたら効かなくる！！ */
#js-open-btn.open {
    background-image: url(../images/a-menu-close.png);
}


/* ====メニュー開いた時の表示==== */
.nav-sp {
    display: none;
    background: rgba(91, 80, 69, 0.9);
    position: absolute;
    top: 0;
    left: 0px;
    width: 75%;
    z-index: 9999;
    position: fixed;
}

.header__nav-sp {
    display: block;
    transition: right .5s;
}

.nav-sp .open {
    right: 0;
}

.header__navItems {
    display: block;
    letter-spacing: .1rem;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header__navItems h3 {
    display: inline-block;
    font-family: "Cinzel", serif;
    font-size: 20px;
    color: #f3f3f3;
    margin-top: 50px;
}

.header__navItems .underline {
    width: 20px;
    height: 3px;
    background-color: #fff;
    border-radius: 10px;
    margin: 10px auto;
}

.header__navItems .nav01 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.header__navItems .nav02 li {
    border-top: .5px solid #f3f3f3;
}

.header__navItems .nav02 a {
    padding: 20px 0;
}

.nav01 .arrow,
.nav02 .arrow {
    position: relative;
}

.nav01 .arrow::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #f3f3f3;
    position: absolute;
    top: 0;
    right: -14px;
    bottom: 0;
    margin: auto;
}

.nav02 .arrow::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #f3f3f3;
    position: absolute;
    top: 0;
    right: 24px;
    bottom: 0;
    margin: auto;
}

.header .navItem a {
    color: #f3f3f3;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    display: block;
    padding: 24px 0;
    margin: 0 auto;
    transition: .5s;
}

.header .nav03 {
    border-top: .5px solid #f3f3f3;
}


/* インスタ */
.header .nav03 p {
    font-family: "Cinzel", serif;
    color: #f3f3f3;
    text-align: center;
}

.header .nav03 img {
    display: block;
    width: 20px;
    margin: 0 auto;
    padding: 5px 0;
}

.header__navItems .service {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 20px 0;
    font-size: 10px;
    color: #5a3429;
}

.header__navItems .service img {
    display: block;
    height: 30px;
    width: 30px;
    margin-bottom: 10px;
}

.header__navItems .service .pay,
.header__navItems .service .room,
.header__navItems .service .clothes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    letter-spacing: .01rem;
}


@media (hover: hover) and (pointer: fine) {
    .navigation__link:hover {
        background: #333;
    }
}

/* ====メニュー開いた時の表示 ここまで==== */




/* 1200px以上に適用されるCSS */
@media screen and (min-width: 1200px) {

    /* メニューボタンOPEN */
    #js-hamburger-menu img {
        display: none;
    }

    /* メニュー開いた時の表示 */
    .nav-sp {
        display: none;
    }

    .header__navItems {
        display: none;
    }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ハンバーガーメニューここまで＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* LINE予約ボタン */
.linebtn img {
    display: block;
    position: fixed;
    top: 586px;
    right: 10px;
    display: block;
    width: 70px;
    height: auto;
    z-index: 100;
}

@media screen and (min-width: 1200px) {
    .linebtn img {
        display: none;
    }
}


/* // コンテンツ
// --------------------------------------------- */
header,
main,
footer {
    max-width: 450px;
    margin: 0 auto;
    position: relative;

    @media screen and (max-width:400px) {
        max-width: none;
        width: 100%;
    }

    .section {
        padding: 50px 0;
    }
}

.width {
    width: 93%;
    margin: 0 auto;
}

#sec01 {
    background-color: #F3f3f3;
    padding-top: 80px;
}


#sec01 .icon {
    display: block;
    width: 16px;
    margin: 0 auto;
}

#sec01 h2 {
    font-size: 24px;
    margin-top: 20px;
    text-align: center;
}

#sec01 .himawari {
    display: block;
    width: 230px;
    margin: 80px auto 0;
}


/* makanaが選ばれる理由 */
#sec02 {
    background-color: #f3f3f3;
}

.heading {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-end;
    align-items: baseline;
    margin: 0 0 50px 40px;
}

.heading::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(../images/bee.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: -31px;
}

.heading h2 {
    font-size: 22px;
    font-family: "Cinzel", serif;
    font-weight: 500;
        /* 英文大文字表記 */
    text-transform: uppercase
}

.heading p {
    font-size: 14px;
    margin-left: 20px;
}


/* 痛みの少ない施術 */
#sec02 .value01 img {
    display: block;
    width: 250px;
    margin: 0 auto;
}

/* 赤ちゃんとご一緒に */
#sec02 .value02 img {
    display: block;
    width: 250px;
    margin-left: 19%;
}

/* 完全個室 */
#sec02 .value03 img {
    display: block;
    width: 250px;
    margin-left: 17%;
}

/* 共通 */
#sec02 .value01,
#sec02 .value02,
#sec02 .value03 {
    position: relative;
    text-align: center;
    padding-top: 40px;
    margin-top: 50px;
}

/* ーー数字ーー */

/* 痛みの少ない施術 */
#sec02 .value01::before {
    position: absolute;
    content: "01";
    font-family: "Cinzel", serif;
    color: #f5e09c;
    font-size: 70px;
    font-weight: 500;
    top: 0;
    left: 0;
}

/* 赤ちゃんとご一緒に */
#sec02 .value02::before {
    position: absolute;
    content: "02";
    font-family: "Cinzel", serif;
    color: #f5e09c;
    font-size: 70px;
    font-weight: 500;
    top: 0;
    left: 0;
}

/* 完全個室 */
#sec02 .value03::before {
    position: absolute;
    content: "03";
    font-family: "Cinzel", serif;
    color: #f5e09c;
    font-size: 70px;
    font-weight: 500;
    top: 0;
    left: 0;
}

/* ーー数字　ここまでーー */

/* 共通 */
#sec02 .value01 h3,
#sec02 .value02 h3,
#sec02 .value03 h3 {
    position: relative;
    margin-top: 20px;
    font-size: 18px;
}

/* 共通 */
#sec02 .value01 h3::after,
#sec02 .value02 h3::after,
#sec02 .value03 h3::after {
    position: absolute;
    content: "";
    bottom: -15px;
    width: 60px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f5e09c;
}

/* 共通 */
#sec02 .value01 p,
#sec02 .value02 p,
#sec02 .value03 p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
}


/* <!-- 院長紹介 --> */
#sec03 {
    background-color: #f3f3f3;
}

#sec03 img {
    display: block;
    width: 250px;
    margin-left: 12%;
}

#sec03 .appeal {
    position: relative;
    padding: 50px 45px 50px 30px;
    border: 1px solid #f5e09c;
    border-radius: 10px;
}

#sec03 .appeal::after {
    position: absolute;
    content: "";
    background-image: url(../images/c-beginner-appeal-pic.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 50px;
    height: 50px;
    top: 63px;
    right: 7%;
}

#sec03 span {
    background: linear-gradient(transparent 50%, #f5e09c 50%);
}

#sec03 h3 {
    font-size: 24px;
    margin-bottom: 16px;
}

#sec03 .english {
    font-family: "Cinzel", serif;
}

#sec03 h4 {
    position: relative;
    padding-left: 20px;
    margin: 40px 0 20px;
    font-weight: 400;
}

#sec03 h4::before {
    position: absolute;
    content: "";
    border-left: 3px solid #f5e09c;
    width: 5px;
    height: 16px;
    top: 0;
    left: 0;
}

#sec03 h5 {
    margin: 16px 0;
}

#sec03 p {
    line-height: 1.5;
    font-size: 14px;
}


/* 施術の流れ */
#sec04 {
    background-color: #f3f3f3;
    height: 1500px;
}

.flow {
    position: relative;
}

.flow h3 {
    text-align: center;
}

.flow-list img {
    display: block;
    width: 110px;
    border-radius: 10px;
    margin: 16px auto;
}

.flow-list p {
    font-size: 14px;
}

.flow-list .flow01,
.flow-list .flow02,
.flow-list .flow03,
.flow-list .flow04,
.flow-list .flow05,
.flow-list .flow06 {
    position: absolute;
    width: 150px;
    list-style: none;
}

.flow-list .flow01 {
    top: 77px;
    left: 10px;
}

.flow-list .flow02 {
    top: 272px;
    right: 10px;
}

.flow-list .flow03 {
    top: 474px;
    left: 10px;
}

.flow-list .flow04 {
    top: 675px;
    right: 10px;
}
.flow-list .flow05 {
    top: 875px;
    left: 10px;
}
.flow-list .flow06 {
    top: 1072px;
    right: 10px;
}


/* フロー数字 */
.flow .count {
    position: absolute;
    top: 590px;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 01 */
.flow .count .c-01 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Cinzel", serif;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #f5e09c;
}

.flow .count .c-01::before {
    position: absolute;
    content: "";
    border-left: 1px solid #333333;
    height: 30px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.flow .count .c-01::after {
    position: absolute;
    content: "";
    border-left: 1px solid #333333;
    height: 150px;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

/* 02 */
.flow .count .c-02 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Cinzel", serif;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #f5e09c;
    margin-top: 150px;
}

.flow .count .c-02::after {
    position: absolute;
    content: "";
    border-left: 1px solid #333333;
    height: 150px;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

/* 03 */
.flow .count .c-03 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Cinzel", serif;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #f5e09c;
    margin-top: 150px;
}

.flow .count .c-03::after {
    position: absolute;
    content: "";
    border-left: 1px solid #333333;
    height: 150px;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

/* 04 */
.flow .count .c-04 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Cinzel", serif;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #f5e09c;
    margin-top: 150px;
}

.flow .count .c-04::after {
    position: absolute;
    content: "";
    border-left: 1px solid #333333;
    height: 150px;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

/* 05 */
.flow .count .c-05 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Cinzel", serif;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #f5e09c;
    margin-top: 150px;
}

.flow .count .c-05::after {
    position: absolute;
    content: "";
    border-left: 1px solid #333333;
    height: 150px;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

/* 06 */
.flow .count .c-06 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Cinzel", serif;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #f5e09c;
    margin-top: 150px;
}

.flow .count .c-06::after {
    position: absolute;
    content: "";
    border-left: 1px solid #333333;
    height: 150px;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}


/* <!--ご相談・ご予約について --> */
#sec05 {
    background-color: #f3f3f3;
}

/* LINE促し */
#sec05 img {
    display: block;
    width: 360px;
    margin: 0 auto;
}


/* フッター */
.footer {
    background-color: #5b5045;
    max-width: 450px;
    margin: 0 auto;
    position: relative;
    color: #f3f3f3;
    padding-top: 50px;

    @media screen and (max-width:768px) {
        max-width: none;
        width: 100%;
    }
}

.footer p {
    padding-top: 10px;
}

/* トップボタン */
.footer .topbtn {
    border: 1px solid #f3f3f3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
}

.footer .topbtn {
    color: #f3f3f3;
    font-size: 16px;
    font-family: "Cinzel", serif;
    text-decoration: none;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* ③次に作る上向きの三角と、TOPの文字の位置を揃えるためのcss */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer .topbtn::before {
    /* ④絶対必要 */
    content: "";
    display: block;

    /* ⑤三角のサイズ */
    width: 10px;
    height: 10px;

    /* ⑥三角の線と回転角度 */
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(-45deg);
    /* margin-bottom: 5px; */
}

/* インスタボタン */
.footer .follow {
    text-align: center;
    font-family: "Cinzel", serif;
    letter-spacing: 0.2em;
    margin-top: 60px;
}

.footer .insta {
    display: block;
    width: 30px;
    margin: 20px auto 0;
}

.footer .separator_line {
    border: .5px solid #f3f3f3;
    width: 100%;
    margin: 60px auto;
}

/* 営業時間 */
.footer .time {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
}

.footer .copyright {
    text-align: center;
    font-family: "Cinzel", serif;
    padding: 50px 0;
}

.footer span {
    font-family: "Cinzel", serif;
}

.footer .mapbtn {
    background-color: #f3f3f3;
    font-size: 16px;
    width: 150px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
}

.footer .mapbtn a {
    text-decoration: none;
    font-family: "Cinzel", serif;
    color: #5b5045;
    letter-spacing: .1rem;
}

.footer::after {
    position: absolute;
    content: "";
    background-image: url(../images/a-footer-himawari.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 50px;
    height: 90px;
    bottom: 0;
    right: 20px;
}