html{
    color: #535353;
    font-size: 16px;
}
img{
    width: 100%;
}
section{
    margin: 40px auto;
}
li{
    list-style: none;
}
input{
    appearance: auto;
}
.inner{
    max-width: 900px;
    margin: 0 auto;
}
.inner_small{
    max-width: 580px;
    margin: 0 auto;
}
.inner_large{
    max-width: 1100px;
    margin: 0 auto;
}
h1{
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 2rem;
    text-align: center;
}
.menu_underline{
    text-align: center;
}
.menu_underline img{
    width: 368px;
}
/*header*/
header{
    position: relative;
}
.header_nav ul{
    width: max-content;
    margin: 0 auto;
    position: absolute;
    top: 38px;
    left: 25%;
}
.nav_list li{
    min-width: fit-content;
}
.header_nav_item{
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    padding: 0px 25px;
    display: inline-block;
    color: #fff;
}
.header_nav_link:hover{
    cursor: pointer;
    color: #535353;
}
.header_pc{
    width: 100%;
}
.header_sp{
    display: none;
}
/*メニュー*/
.menu{
    padding-top: 40px;
    padding-bottom: 40px;
}
.br_responsive{
    display: none;
}
.menu_contents{
    margin-top: 40px;
    margin-bottom: 40px;
}
.menu_detail{
    display: flex;
    border: #535353 1px solid;
    margin-bottom: 30px;
}
.menu_detail h2{
    font-size: 24px;
    font-family: "Hina Mincho", serif;
    font-weight: 400;
    font-style: normal;
    margin: 17px auto 0 30px;
    background: transparent;/*背景透明に*/
    border-left: solid 5px #85C7C8;/*左線*/
    padding-left: 0.5rem;
}
.first_time{
    color: #FB6161;
    padding-left: 18px;
}
.menu_detail_left{
    width: 70%;
}
.menu_detail_left p{
    margin: 10px 30px 17px 30px;
    line-height: 32px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.menu_price{
    width: 30%;
    border-left: 1px solid #535353;
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    padding-left: 30px;
}
.menu1_price{
    margin-top: 17px;
}
.menu2_price{
    margin-top: 17px;
}
.menu3_price{
    margin-top: 17px;
}
/*サービスの流れ*/
.flow{
    padding-top: 40px;
    padding-bottom: 40px;
}
.flow_contents{
    margin-top: 40px;
    position: relative;
}
.flow_wrapper{
    display: flex;
    margin-bottom: 60px;
}
.flow_wrapper{
    position: relative;
}
.flow_contents .flow_wrapper:not(:last-child)::before{
    content: '';
    position: absolute;
    top: 110px;
    left: 3rem;
    display: block;
    width: 0;
    height: calc(60%);
    border-right: 1px solid #85C7C8;
}
.flow_contents .flow_wrapper:nth-child(3)::before{
    content: '';
    position: absolute;
    top: 110px;
    left: 3rem;
    display: block;
    width: 0;
    height: calc(90%);
    border-right: 1px solid #85C7C8;
}
.flow_number{
    width: 100px;
}
.flow_detail{
    width: 480px;
}
.flow_detail h1{
    text-align: left;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 23px;
    margin-top: 27px;
}
.flow_detail p{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 50px;
    margin-left: 23px;
}
.flow_detail .point, .appointment_only{
    color: #FB6161;
}
.about_wear h2{
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 23px;
    border-left: solid 5px #85C7C8;/*左線*/
    padding-left: 0.5rem;
}
.about_wear .wear_course{
    font-weight: bold;
    padding-bottom: 10px;
}
.about_wear p{
    margin-top: 0;
}
.flow_contents img{
    width: 100px;
}
/*Q&A*/
.q_and_a{
    padding-top: 40px;
}
.q_and_a .inner{
    max-width: 866px;
}
.q_and_a_contents{
    padding-top: 40px;
    max-width: 863px;
    margin: auto 2.93vw 2.93vw 2.93vw;
    position: relative;
}
.q_and_a_contents h1{
    font-size: 32px;
    font-family: 'Shippori Mincho', serif;
    text-align: center;
    margin-bottom: 40px;
}
.q_and_a_contents dt{
    font-family: 'Fenix', serif;
    font-size: 32px;
    font-weight: normal;
    margin: 15.47px 10px 10px 0;
}
.q_and_a_contents dd{
    font-family: 'Zen Kaku Gothic New', sans-serif;
    margin-top: 25.65px;
    line-height: 23px;
}
.q_and_a_question{
    display: flex;
}
.q_and_a_question:nth-child(odd){
    border-bottom: #535353 1px dotted;
}
.q_and_a_question:nth-child(even){
    margin-bottom: 5.41vw;
    margin-left: 50px;
}
/*booking*/
.booking{
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(../img/contact_bg.png);
    background-size: 100%;
}
.booking p{
    line-height: 32px;
    width: 839px;
    margin: 40px auto;
}
.booking_buttons{
    display: flex;
    justify-content: center;
}
.booking_button_line, .booking_button_web{
    width: max-content;
    background-color: #85C7C8;
    color: #fff;
    padding: 16px 50px 16px 50px;
    border-radius: 30px;
    margin: auto 50px;
}
.booking_button_web::after, .booking_button_line::after{
    width: 16px;
    height: 16px;
    margin-left: 25px;
    background: url(../img/arrow_white.png);
    background-size: 100%;
    vertical-align: middle;
    display: inline-block;
    content: "";
}
.booking_button_line:hover, .booking_button_web:hover{
    color: #85C7C8;
    background-color: #fff;
    cursor: pointer;
    border: #85C7C8 1px solid;
    box-sizing: border-box;
}
.booking_button_web:hover::after, .booking_button_line:hover::after{
    width: 16px;
    height: 16px;
    margin-left: 25px;
    background: url(../img/arrow_blue.png);
    background-size: 100%;
    vertical-align: middle;
    display: inline-block;
    content: "";
}
/*注意事項*/
.warning{
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.warning li{
    line-height: 24px;
    padding-top: 20px;
}
.warning li:before{
    background-image: url(../img/warning.png);
    background-size: 100%;
    vertical-align: middle;
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
}
/*footer*/
.footer_wrapper{
    display: flex;
    justify-content: space-between
}
.fooer_logo{
    width: 216px;
}
.footer_logo img{
    width: 216px;
}
.sns{
    width: 410px;
}
.line img, .instagram img, .tiktok img, .blog img{
    width: 35px;
}
.youtube img{
    width: 156px;
}
.sns p{
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    padding-bottom: 10px;
}
.footer_nav{
    width: 322px;
    display: flex;
}
.footer_nav_1{
    width: 150px;
}
.footer_nav_2{
    width: 165px;
}
.footer_nav li{
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 20px;
}
.copyright{
    font-size: 12px;
    text-align: center;
    background-color: #85C7C8;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
}