@charset "uft-8";

/* 共通パーツ */
body {
    overflow-x: hidden;
    color: #6E5D4D;
    font-size: 18px;
    font-family: 'Klee One', cursive;
}

.none {
    display: none;
}

.flex {
    display: flex;
}



.wrapper {
    overflow-x: hidden;
    margin-right: 0;
    margin-left: 50px;
    max-width: 1150px;
    width: 90%;
}




/* MV */
.mv {
    width: 80%;
}

.mv_imag {
    width: 100%;
    height: auto;
}


.header_inner {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    padding: 30px 10px;
    width: 20%;
    height: 100%;
    background-color: #F6EAE7;
}

.logo {
    margin: 0 auto;
    width: 80%;
}

.logo img {
    width: 100%;
}


/* ナビ */
.nav_list li {
    padding: 15px 0;
    text-align: center;
    line-height: 1.8;
}

.nav_list li:hover {
    transform: scale(1.3, 1.3);
}

.nav_list a {
    color: #6E5D4D;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Klee One', cursive;
}

.nav_list a::after {
    clear: both;
    content: "";
}

.blog {
    width: 130px;
}

.blog img {
    margin: 0 35px;
    width: 100%;
}


/* セクション */

.section {
    padding-top: 30px;
    width: 80%;
    background-color: #F6EAE7;
}


/* タイトル */
.title {
    padding: 50px 0;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
    font-size: 3vw;

    text-decoration-color: #EDB6EF;
}


/* セッション */
.session {
    width: 80%;
}

/*予約ボタン */
.contact {
    width: 80%;
}

.contact_text {
    margin-bottom: 50px;
    line-height: 1.8;
}

.contact_text p {
    text-align: center;
    font-weight: 400;
    font-size: 24px;
}

.button_area {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.button_mein {
    display: inline-block;
    padding: 20px 50px;
    border: 1px solid #EDB6EF;
    border-radius: 40px;
    background-color: #EDB6EF;
    box-shadow: 3px 4px 6px #6E5D4D;
    font-weight: 500;
    font-size: 32px;
    font-family: 'Zen Maru Gothic', sans-serif;
}


.button_mein:hover {
    box-shadow: none;
    transform: translate(0, 5px);
}


/* なみの画像 */
.nami {
    padding-bottom: 50px;
    width: 100%;
    height: auto;
}

.nami img {
    width: 100%;
    height: auto;
}



.nami_bottom img {
    width: 100%;
    height: auto;
}




/* フッター */
.footer {
    padding-top: 80px;
    padding-bottom: 45px;
    width: 80%;
    background-color: #F6EAE7;
}

.footer_box {
    overflow: hidden;
    justify-content: space-between;
}

.footer_addbox {
    display: block;
    width: 47%;
}

.footer_add p {
    font-size: 1.2vw;
}

.footer_logo {
    margin-bottom: 25px;
}

.footer_logo h2 {
    margin-bottom: 5px;
    text-align: center;
    font-size: 1.7vw;
}

.footer_logo p {
    text-align: center;
    font-weight: 300;
    font-size: 1.5vw;
    font-family: 'Roboto Slab', serif;

}

.postcode {
    margin-bottom: 5px;
}

.footer_icom {
    margin-top: 10px;
}

.footer_icom .tel {
    margin: 0 10px 0 0;
}

.sns {
    margin-top: 10px;
}

.sns_inst {
    width: 25px;
    height: 25px;
}

.twiiter {
    margin: 0 15px;
}

.sns_twitter {
    width: 25px;
    height: 25px;
}


.sns_line {
    width: 25px;
    height: 25px;
}



.karada {
    margin-bottom: 15px;
    width: 280px;
    height: auto;
}

.karada img {
    width: 100%;
}



.copy {
    margin-top: 55px;
    text-align: center;
}


.tel {
    margin: 10px 0;
}

.tel_img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.tel p {
    font-weight: 300;
    font-size: 1.2vw;
    font-family: 'Roboto Slab', serif;
}

.mail_img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.mail p {
    font-weight: 300;
    font-size: 1.2vw;
    font-family: 'Roboto Slab', serif;
}

/* パーソナル説明 */

.working_about {
    padding-top: 100px;
    padding-bottom: 80px;
    width: 80%;
    background-color: #F6EAE7;
}

.working_photo {
    margin-right: 80px;
    width: 37%;
    height: auto;
}

.working_photo img {
    width: 100%;
    border-radius: 25px;
}

.working_firsttitlle {
    margin-bottom: 25px;
    font-size: 24px;
}

/* .working_secondtextbox {
    margin-top: 60px;
    width: 55%;
} */

.working_firsttextbox {
    width: 49%;
}

.working_firsttext {
    letter-spacing: 0.15em;
    line-height: 1.8;
}


/* パーソナルメニューリスト */
.session_title {
    margin-bottom: 40px;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
    font-size: 40px;

    text-decoration-color: #EDB6EF;
}

.session_list {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 80%;

}

.session_box {
    align-items: center;
}

table {
    margin: 0 auto;
}





.session_box:nth-child(even) {
    margin: 15px 0;
}

.circle_number {
    box-sizing: border-box;
    padding-top: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #F6EAE7;
    text-align: center;
    font-size: 32px;
    font-family: 'Roboto Slab', serif;
}

.session_text {
    margin-left: 25px;
    font-size: 24px;
}

.circle_texttitle {
    font-size: 18px;
}

.session_circle {
    padding: 10px 20px;
    text-align: center;
    font-size: 24px;
}


.circle_text {
    padding: 10px 10px;
    vertical-align: middle;
    text-align: left;
    font-size: 18px;
    line-height: 2;
}






/* 料金 */
.table_list {
    padding-top: 50px;
    padding-bottom: 80px;
}


.table_working {
    margin-left: 102px;
    width: 81%;
    table-layout: auto;
}

.table_working,
.table_workingtitle,
.table_workingtext {
    border: 2px #6E5D4D solid;
}

.table_workingtitle {
    padding: 37px 35px;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
}

.table_workingtext {
    /* padding: 37px 155px 37px 60px; */
    padding: 37px 60px;
    text-align: left;
    font-size: 19px;
    line-height: 2;
}



/* スマホ */

@media (max-width: 1065px) {
    .nami {
        margin-top: -15px;
    }
}

@media (max-width: 820px) {
    .table_workingtext {
        padding: 37px 20px;
    }

    .copy {
        margin-top: 35px;
    }
}


@media (max-width: 768px) {

    .phone_none {
        display: none;
    }


    .wrapper_sp {
        overflow-x: hidden;
        margin: auto;
        max-width: 768px;
        width: 90%;
    }

    .button_area {
        margin-bottom: 50px;
    }


    .nav_list {
        position: fixed;
        top: -25px;
        left: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 105%;
        background-color: #F6EAE7;
        font-size: 18px;
        transition: .4s;
    }

    .show .nav_list {
        left: 0;
    }

    .header_inner {
        background-color: #EDB6EF;
    }


    .logo {
        display: none;
    }

    .header_inner {
        margin: 10px 10px;
        padding: 20px 20px;
        width: auto;
        height: auto;
        border-radius: 65px;
    }

    ハンバーガーメニュー .header_humburger {
        position: relative;
        z-index: 200;
        display: flex;
        align-items: center;
        height: 100%;
    }

    .header_humburger::after {
        display: block;
        content: "\e5d2";
        font-weight: 400;
        font-size: normal;
        font-family: 'Material Icons';
        line-height: 1;
    }


    .show+.header_hamburger::after {
        content: "\e5cd";
    }


    .mv {
        width: 100vw;
    }


    /* 予約ボタン */
    .contact {
        width: 100%;
    }

    .contact_text p {
        font-size: 4vw;
    }

    .button_mein {
        font-size: 5vw;
    }


    .nami {
        margin-top: -15px;
        padding-bottom: 0;
    }

    .section {
        width: 100vw;
    }

    .title {
        font-size: 4.5vw;
    }

    /* フッター */
    .footer {
        padding-top: 40px;
        width: 100%;
    }

    .footer_add {
        width: 99%;
    }

    .footer_logo h2 {
        font-size: 20px;
    }

    .footer_logo p {
        font-size: 18px;
    }

    .footer_banner {
        margin-left: 80px;
    }

    .mail {
        margin-top: 5px;
    }

    .footer_icom {
        flex-direction: column;
    }

    .copy {
        margin-top: 35px;
    }

    /* パーソナル各メニュー */
    .working_about {
        padding-top: 50px;
        width: 100%;
    }

    .working_photo {
        margin-right: 5vw;
        width: 45vw;
    }

    .working_firsttext {
        font-size: 16px
    }

    .working_firsttitlle {
        margin-bottom: 3.5vw;
        font-size: 2.5vw;
    }


    /* .working_secondtextbox {
        margin-top: 20px;
    } */


    .session {
        width: 100vw;
    }

    .session_title {
        margin-top: 30px;
        font-size: 32px;
    }

    /* 料金 */
    .table_working {
        margin: auto;
    }

    .table_workingtitle {
        padding: 30px 20px;
    }

    .table_workingtext {
        padding: 30px 50px;
        font-size: 2.5vw;
    }

    .table_list {
        padding-top: 5vw;
        padding-bottom: 10vw;
    }

}






@media (max-width: 500px) {
    .wrapper_spmini {
        overflow-x: hidden;
        margin: auto;
        max-width: 350px;
    }

    .title {
        padding: 7vw 0;
        font-size: 6vw;
    }

    .contact_text p {
        margin: auto;
    }

    /* フッター */

    .footer_box {
        flex-direction: column;
    }

    .footer_addbox {
        width: 100%;
    }

    .footer_logo h2z {
        font-size: 18px;
    }

    .footer_logo p {
        font-size: 16px;
    }

    .footer_banner {
        margin: 40px auto;
    }

    .tel_img .mail_img {
        width: 15px;
        height: 15px;
    }

    .footer_add p {
        font-size: 3.2vw;
    }

    .tel p {
        font-size: 4vw;
    }

    .mail p {
        font-size: 4vw;
    }




    /* パーソナル各メニュー */
    .working_about {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .working_aboutbox {
        flex-direction: column;
    }

    .working_photo {
        margin: auto;
        width: 100%;
    }

    .working_firsttextbox {
        margin: 20px auto;
        width: 95%;
    }

    .working_firsttext {
        font-size: 16px;
    }

    .working_secondtextbox {
        margin: 20px auto;
        width: 95%;
    }


    .working_secondtextbox h3 {
        text-align: center;
        font-size: 4.5vw;
    }


    /* セッションの流れ */
    .session_title {
        font-size: 24px;
    }

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

    .circle_number {
        padding-top: 4px;
        width: 30px;
        height: 30px;
        font-size: 18px;
    }

    .session_list {
        padding-bottom: 30px;
    }

    .session_circle {
        padding: 10px 0;
        font-size: 24px;
    }

    .circle_text {
        padding: 5px 10px;
        font-size: 15px;
    }

    .circle_texttitle {
        font-size: 15px;
    }


    /* テーブル */
    .table_workingtitle {
        padding: 3vw 5vw;
        font-size: 4vw;
        line-height: 1.5;
    }

    .table_workingtext {
        padding: 7vw 4vw;
        font-size: 3.5vw;
    }

    /* .table_workingtext .flex {
        flex-wrap: wrap;
    } */


    .table_list {
        padding-top: 5vw;
        padding-bottom: 10vw;
    }

}


/* PCで消えるCSS */
@media (min-width: 769px) {
    .pc_none {
        display: none;
    }
}

@media(min-width:751px) {}