@charset "UTF-8";
@import url(css/reset.css);
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap" rel="stylesheet');


/*****************共通タグ設定*********************/
body{
    letter-spacing: 0.1em;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    word-break: break-all;
    align-items: center;
}

img{
    max-width: 100%;
}

/********** 共通クラス **********/
a{
    text-decoration: none;
}
.inner{
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
}
.content{
	padding-top: 140px;
}

/*****************ヘッダー（共通）*********************/
header{
    width: 100%;
    font-family: "Shippori Mincho", serif;
    font-size: 15px;
    color: #4f4f4f;
}

.head_bg{
    background-color: #e8d1d0;
    height: 300px;
}

.logoimage{
    display: flex;
    justify-content: center;
    align-items: center;
}

img.logo_img{
    width: 635px;
}

a{
    display: block;
}
.head_menu{
    height: 78px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head_menu li{
    letter-spacing: 0.3em;
}
.head_menu li a{
	font-size: 15px;
	letter-spacing: 0.2rem;
	color: #4f4f4f;
}



/*****************メインコンテンツ（共通）*********************/
main{
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
    color: #655046;
}
.title{
    font-size: 28px;
    margin-bottom: 35px;
}
#top{
    width: 100%;
    margin-bottom: 80px;
}

#about .inner{
    margin-bottom: 80px;
}

.top_image2{
    margin-top: 80px;
}

#concept{
    margin-bottom: 90px;
}

.concept_text{
    margin-bottom: 86px;
}

.link_button1{
    margin-bottom: 50px;
}

.link_buttonbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    column-gap: 80px;
}

.link_buttonbox li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.box1{
    padding: 22px 42px;
    border: solid 0.5px;
    font-size: 15px;
    border-color: #4f4f4f;
    background-color: #fff;
    color: #4f4f4f;
    text-decoration: none;
    transition: background-color 0.3s, border-color 0.3s;
}

.box1:hover {
    background-color: #e8d1d0;
}

.box_comment{
    padding-top: 5px;
    font-size: 15px;
}


#concept{
    margin-bottom: 100px;
}

.instagram_qr{
    width: 160px;
    margin-bottom: 35px;
}

.instagram_comment{
    font-size: 14px;
    padding-bottom: 80px;
}


/*****************フッター（共通）*********************/
footer{
    background-color: #a79c8f;
    font-family: "Shippori Mincho", serif;
    color: #fff;
    height: 432px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer .inner{
    margin-top: 65px;
    margin-bottom: 40px;
}
.footer_menu{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.footer_left{
    width: 46%;
}

.footer_right{
    width: 46%;
}

.footer_menu li{
    text-align: left;
    padding-top: 14px;
    padding-bottom: 14px;
}

#footer a{
    color: #fff;
}

.footer_insta{
    display: flex;
    align-items: baseline;
    column-gap: 5px;
}

.footer_insta_icon{
    width: 18px;
    height: 18px;
}

.time_box{
    width: 165px;
}

.time{
    border-bottom: #fff 0.5px solid;
}

.return{
    display: flex;
    justify-content: flex-end;
}

.return_button{
    width: 60px;
}


/*****************レスポンシブ*********************/
@media screen and (max-width: 1200px) {


    header{
        .head_menu li a{
            letter-spacing: 0.1rem;
            color: #4f4f4f;
        }
    }

    .inner{
        width: 100%;
        padding: 0 20px;
    }

    


    #top{
        width: 100%;
        padding: 0 20px;
    }
    

}


@media screen and (max-width: 1000px) {

    .title{
        font-size: 25px;
    }

    #about .inner p{
        text-align: left;
        font-size: 15px;
    }

    .concept_text{
        text-align: left;
        font-size: 15px;
    }

}

@media screen and (max-width: 800px) {
    .head_menu{
        display: none;
    }

    #top{
        margin-top: 20px;
        margin-bottom: 45px;
    }

    .footer_left{
        width: 46%;
    }

    .footer_right{
        width: 46%;
    }
}

@media screen and (max-width: 650px) {
    

    img.logo_img{
        width: 80%;
    }

    .link_button1 li{
        padding-bottom: 50px;
    }

    footer{
        height: 600px;
    }


    .footer_menu li{
        text-align: left;
        padding-bottom: 7px;
    }

    .footer_left{
        width: 100%;
    }

    .footer_right{
        width: 100%;
    }

    #about .inner{
        margin-bottom: 45px;
    }

    #concept{
    margin-bottom: 45px;
    }

    .concept_text{
        margin-bottom: 40px;
    }

    .link_button1{
    margin-bottom: 30px;
    }

    .top_image2{
        margin-top: 45px;
    }





}

@media screen and (min-width: 800px) {
    .hamburger-menu{
        display: none;
    }
}


@media screen and (max-width: 580px) {

    .head_bg{
        height: 160px;
}



@media screen and (max-width: 472px) {



    .footer_menu{
        justify-content: flex-start;
    }

}

}



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

/*********三本線の基本***********/
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #a79c8f;
    cursor: pointer;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}


/******タップすると三本線が×マークになる******/
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}



/***************チェックボックスを隠す****************/
#menu-btn-check {
    display: none;
}



/***************メニュー装飾*************************/
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #e8d1d0;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}



/*******三本線を押したらメニュー画面が出てくる*******/
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #e8d1d0;
    transition: all 0.5s;/*アニメーション設定*/
}


#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}


/********************以下下層ページ**********************/
/***下層共通***/

.kaso_title{
    font-size: 36px;
    padding-top: 80px;
    margin-bottom: 77px;
    position: relative;
}

.kaso_title::before{
    content: "";
    width: 75%;
    height: 0.5px;
    background-color: #4f4f4f;
    position: absolute;
    left: 0;
    bottom: 0;
}

.kaso_title::after{
    content: "";
    width: 75%;
    height: 0.5px;
    background-color: #4f4f4f;
    position: absolute;
    right: 0;
    bottom: -5px;
}

/*******問い合わせボタン*******/

.toiawase{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 90px;
}

.toiawase_button{
    max-width: 460px;
    padding: 15px 140px;
    border: solid 0.5px;
    font-size: 15px;
    border-color: #4f4f4f;
    background-color: #fff;
    color: #4f4f4f;
    text-decoration: none;
    transition: background-color 0.3s, border-color 0.3s;
}

.toiawase a{
    color: #4f4f4f;
}

.toiawase_button:hover {
    background-color: #e8d1d0;
}


/**************1.profileページ********************/


#name h3{
    font-size: 25px;
    padding-top: 52px;
    padding-bottom: 41px;
}

.name_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto;

}

.profile_photo{
    align-items: center;
    width: 48%;
    max-width: 560px;
}

.profile_box{
    max-width: 480px;
    text-align: left;
    padding-left: 45px;
}

.profile_box .profile_text{
    padding-left: 30px;
    line-height: 1.2;
}

#name{
    margin-bottom: 85px;
}

.achive_1{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 75px;
}

.profile_title{
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-size: 19px;
    margin-bottom: 30px;
    border-bottom: 0.5px solid #4f4f4f;
    border-width: 48%;
    padding-bottom: 2px;
}

.profile_title img{
    width: 12px;
}

.achive_left{
    min-width: 400px;
    width: 52%;
    text-align: left;
}

.achive_right{
    min-width: 400px;
    width: 45%;
    text-align: left;
    }

.profile_list{
    font-size: 15px;
    padding-left: 15px;
}

.profile_list br{
    display: none;
}

.achive_2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 80px;
}

.achive_2 li{
    align-items: center;
    margin: auto;
    max-width: 242px;
}

/*************2.profileページレスポンシブ******************/

@media screen and (max-width: 980px) {
    .achive_1{
        margin-bottom: 50px;
    }

    .achive_left{
        width: 100%;
        min-width: unset;
        margin-bottom: 40px;
    }

    .achive_right{
        width: 100%;
        min-width: unset;
        }
}

    .profile_title{
        margin-bottom: 20px;
        border-width: 95%;
    }

@media screen and (max-width: 800px) {
    .kaso_title{
        font-size: 25px;
        margin-bottom: 40px;
        padding-top: 50px;
    }

    .profile_photo{
        align-items: center;
        width: 100%;
        max-width: 300px;
    }

    #name h3{
        font-size: 18px;
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .profile_box{
        padding-left: 0;
    }

    .profile_box .profile_text{
            padding-left: 0;
    }

    .profile_list br{
        display: block;
    }
}


@media screen and (max-width: 580px) {
    .profile_title{
        font-size: 17px;
    }

    .achive_2 li{
        padding: 0;
        padding-bottom: 30px;
        max-width: 242px;
    }
}

/**************2.lesson&workshopページ********************/
#workshop_1{
    margin-bottom: 150px;
}

.explan{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    align-items: center;
    column-gap: 10px;
    font-size: 24px;
    padding: 10px 20px;
    border: solid 0.5px;
    border-color: #4f4f4f;
    background-color: #fff;
    margin: auto;
    margin-bottom: 45px;
}

.explan br{
    display: none;
}

.explan_comment{
    width: 77%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

/**問い合わせボタンは下層共通***/
#workshop_1 .toiawase{
    margin-bottom: 84px;
}

.workshop_image1{
    width: 100%;
}

#workshop_2{
    margin-bottom: 150px;
}

.workshop_ex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

.workshop_left{
    min-width: 400px;
    width: 40%;
    font-size: 15px;
    text-align: left;
}

.workshop_right{
    min-width: 480px;
    width: 50%;
}

.workshop_text{
    margin-bottom: 50px;
}

.motherchild_2{
    padding: 10px;
    border: solid 0.5px;
    border-color: #4f4f4f;
    background-color: #fff;
    text-align: center;
}

.motherchild_3{
    padding: 32px 32px;
    border: solid 0.5px;
    border-color: #4f4f4f;
}



.motherchild_bold{
    font-size: 19px;
    margin-bottom: 50px;
}

.mc_b{
    font-weight: bold;
}

.workshop_image2{
    width: 70%;
}

#lesson_1{
    margin-bottom: 150px;
}

.lesson1_text{
    width: 70%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.lesson1_image{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}

.lesson1img_1{
    width: 47%;
    min-width: 300px;
}

.lesson1img_2{
    width: 47%;
    min-width: 300px;
}

/*************2.lesson&workshopページレスポンシブ******************/
@media screen and (max-width: 1000px) {
    .workshop_left{
        margin-bottom: 25px;
    }

    .workshop_left{
        min-width: unset;
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: unset;
    }

        .workshop_image2{
        width: 50%;
        margin: auto;
    }

    .workshop_text{
        margin-top: 30px;
    }
}


@media screen and (max-width: 800px) {
    .explan{
        font-size: 16px;
        width: 100%;
        margin: 20px auto;
    }

    #workshop_2{
    margin-bottom: 80px;
    }

    .motherchild_bold{
        font-size: 19px;
        margin-bottom: 25px;
    }

    .motherchild_3{
        padding: 10px 10px;
    }

    .lesson1_image{
        margin: auto;
    }

    .lesson1_text{
    width: 90%;
    margin-bottom: 25px;
    }

    .lesson1img_1{
        width: 85%;
        min-width: unset;
        padding-bottom: 25px;
        margin: auto;
    }

    .lesson1img_2{
        width: 85%;
        min-width: unset;
        margin: auto;
        padding-bottom: 80px;
    }

    #workshop_1{
        margin-bottom: 80px;
    }

    #workshop_1 .toiawase{
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 650px) {
    .toiawase{
        display: flex;
        justify-content: center;
        margin-bottom: 45px;
    }

    .explan_comment{
        font-size: 15px;
        margin-bottom: 35px;
    }

    .motherchild_3{
        font-size: 15px;
    }
    #lesson_1{
        margin-bottom: 30px;
    }

}

@media screen and (max-width: 580px) {
    .toiawase_button{
        padding: 15px 20px;
    }

    .explan{
        text-align: center;
    }

    .explan br{
        display: block;
    }

    .workshop_right{
        min-width: unset;
        width: 100%;
    }

    .motherchild_3 br{
        display: none;
    }

    #lesson_1{
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 472px) {


}



/**************3.SALONページ********************/
.otameshi{
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    align-items: center;
    column-gap: 10px;
    font-size: 24px;
    padding: 10px 20px;
    border: solid 0.5px;
    border-color: #4f4f4f;
    background-color: #fff;
    margin-bottom: 45px;
}

.otameshi br{
    display: none;
}

.otameshi img{
    width: 15px;
}

.otameshi_comment{
    text-align: left;
    margin: auto;
    width: 75%;
    margin-bottom: 42px;
}

.tp{
    width: 75%;
    margin: auto;
    padding: 52px;
    margin-bottom: 42px;
    background-color: #eeeeee;
}

.tp_title{
    font-size: 19px;
    text-align: left;
}

.tp_comment{
    padding-left: 15px;
    text-align: left;
}

.handtreatment_img{
    padding-bottom: 80px;
    width: 100%;
}


/*************3.SALONページレスポンシブ******************/
@media screen and (max-width: 1200px) {


}


@media screen and (max-width: 980px) {
}

@media screen and (max-width: 800px) {
    .otameshi{
        font-size: 16px;
        width: 100%;
        margin: 20px auto;
    }

    .tp{
    width: 100%;
    margin: auto;
    padding: 20px;
    margin-bottom: 25px;
    background-color: #eeeeee;
}

}

@media screen and (max-width: 650px) {
    .toiawase{
        display: flex;
        justify-content: center;
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 580px) {
    .toiawase_button{
        padding: 15px 20px;
    }

    .otameshi{
        text-align: center;
    }


}
@media screen and (max-width: 472px) {
    .otameshi br{
        display: block;
    }
}

/**************4.CONTACTページ********************/
#contact{
    background-color: #eeeeee;
}

.contact_dai{
    margin-bottom: 60px;
}

.insta_dm{
    display: flex;
    justify-content: flex-end;
    padding-bottom: 185px;
}

.instadm_button{
    max-width: 460px;
    padding: 15px 140px;
    border: solid 0.5px;
    font-size: 15px;
    border-color: #4f4f4f;
    background-color: #fff;
    color: #4f4f4f;
    text-decoration: none;
    transition: background-color 0.3s, border-color 0.3s;
    margin: auto;
}

.insta_dm a{
    color: #4f4f4f;
}

.instadm_button:hover {
    background-color: #e8d1d0;
}



/**************4.CONTACTレスポンシブ********************/
@media screen and (max-width: 800px) {
    .insta_dm{
        padding-bottom: 80px;
    }

    .formtitle{
        margin-top: 0px;
        font-size: 25px;
    }

    .contact_dai{
        margin-top: 60px;
    
    #contact .kaso_title{
        margin-bottom: 5px;
    }
}
}

@media screen and (max-width: 650px) {
    .insta_dm{
        display: flex;
        justify-content: center;
    }

    .contact_dai{
        text-align: left;
    }

    .contact_dai br{
        display: none;
    }

}

@media screen and (max-width: 580px) {
    .instadm_button{
        padding: 15px 20px;
    }

}




