@charset "utf-8";

.please {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 7.9rem;
    letter-spacing: 0.16rem;
}
.please br {
    display: none;
}
/* reservation_phoneここから */
/* phone_and_businessここから */
.phone_and_business {
    display: flex;
    justify-content: space-around;
}
/* phone_numberここから */
.phone_introduction {
    margin-top: 2rem;
}
.phone_font {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}
.phone_icon {
    margin-right: 1rem;
    margin-top: 1rem;
}
.phone_introduction h2 {    
    font-family: "Noto Serif JP";
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.26rem;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: -1rem;
}
.phone_introduction h3 {
    font-size: 5rem;
}
.business_time {
    font-size: 1.6rem;
    text-align: center;
    margin-top: -0.9rem;
    line-height: 1.8;
}
/* phone_numberここまで */
/* business_dateここから */
.business_date {
    font-size: 1.8rem;
    line-height: 1.7;
    text-align: left;
    margin-top: 0.4rem;
    margin-left: 3.7rem;
    letter-spacing: 0.04rem;
}
.left_space {
    margin-left: 10rem;
}
.holiday {
    margin-top: 3rem;
}
/* business_dateここまで */
/* phone_and_businessここまで */
/* reservation_phoneここまで */
/* reserve_formここから */
.reserve_form,
.inquiry_form {
    border: 1px solid #CCCCCC;
    text-align: center;
    margin-top: 5.7rem;
}
.reserve_form h2,
.inquiry_form h2 {
    font-family: "Noto Serif JP";
    font-size: 3rem;
    font-weight: 500;
    margin-top: 3.5rem;
    letter-spacing: 0.57rem;
}
.reserve_guidance,
.inquiry_guidance {
    font-size: 1.8rem;
    margin-top: 2rem;
    letter-spacing: 0.045rem;
    line-height: 1.6;
}
.reserve_guidance_br,
.inquiry_guidance_br {
    display: none;
}

/* formここから */
.form {
    font-size: 1.8rem;
    margin: 3.5rem auto 0 auto;
    width: 90%;
}
.form_area {
    display: flex;
    align-items: center;
    padding: 1.2rem 0 ;
    text-align: left;
}
.label_right {
    flex-grow: 1;
}
.white_line {
    border-bottom: 1px dashed #CCCCCC;
}
.label_area {
    font-weight: 500;
    width: 25%;
    max-width: 20.5rem;
}
.label_wrap {
    flex-grow: 1;    
    width: 100%;
}
.label_right_space1 {
    padding-right: 1.1rem;
}
.label_right_space2 {
    padding-right: 6.1rem;
}
.label_right_R,
.label_right_L {
    flex-grow: 1;
}
.label_right_L {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0rem;
}
.label_right_L .chois_course_title,
.label_right_L label {
    /* flex-grow: 1; */
    text-align: left;
}
.label_right_L .chois_course_title {
    display: inline-block;
    margin-right: 1rem;
}
.chois_course_title {
    text-align: left;
}
.calender_icon {
    display: inline-block;
}
.radio_menu {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    align-items: center;
}
.radio_menu label {
    margin-right: 5%;
}
.label_date {
    display: flex;
}
.one_line .chois_course_title {
    display: inline-block;
    margin-right: 3rem;
}
input[type="text"],
input[type="email"] {
    width: 44%;
    max-width: 50rem;
}
input[type="number"] {
    width: 44%;
    max-width: 8rem;
}
input[type="date"] {
    width: 51%;
    max-width: 19.7rem;
}
input[type="radio"] {
    transform:scale(1.6);
    margin-right: 1rem
}
.flex_start {
    align-items: flex-start;
}.flex_start .label_area {
    margin-top: 0.5rem;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
textarea {
    border: 1px solid #CCCCCC;
    border-radius: 0.5rem;
    height: 3.6rem;
}
textarea {
    width: 100%;
    padding: 1rem;
    height: 12.5rem;
}
.textarea {
    padding-top: 1rem;
}

.calender_icon_before {
    position: relative;    
}
.calender_icon_before::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 8rem;
    width: 3.5rem;
    height: 3.5rem;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 8rem;
    width: 3.5rem;
    height: 3.5rem;
    /* color: transparent; */
    cursor: pointer;
    background: url("../images/reserve/calender_icon.svg") no-repeat;
    background-size: contain;
}
.calender_icon {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 8rem;
    width: 3.5rem;
    height: 3.5rem;
    z-index: -1;
}
.form_caution {
    display: inline;
    font-size: 1.6rem;
    color: #555555;
    word-wrap: break-word;
    width: auto;
}
.button_area {
    display: flex;
}
#reserve .link,
#inquiry .link {
    color:#fff;
    max-width: 30rem;
    margin-bottom: 5rem;
    display: block;
    margin: 2rem auto 4.8rem auto;
    border: none;    
    position: relative;
}
.link:hover {
    opacity: 0.8;
}
.link:hover::before,
.link:hover::after {
    width: 0;
}
label {
    display: flex;
    align-items: center;
}
.choistime_h select,
.choistime_h2 select {
    margin-right: 1rem;
}
.choistime_m select,
.choistime_m2 select {
    margin-left: 1rem;
    margin-right: 1rem;
}
/* formここまで */
/* 修正追加分ここから */
.menu_area {
    padding: 1.7rem 0;
}
/* 修正追加分ここまで */

/* reserve_formここまで */
@media screen and (max-width: 1385px) {
    .form {
        margin: 3.5rem auto 0 auto;
        width: 95%;
    }
    .label_date {
        flex-direction: column;
    }
    .label_right_L .chois_course_title,
     .label_right_L label {
        flex-grow: 0;
    }
    .label_right_L {
        display: flex;
        justify-content: flex-start;
        margin-top: 1rem;
        align-items: center;
    }
    .label_right {
        flex-grow: 0;
    }
    .label_right_L .chois_course_title,
    .label_right_R .chois_course_title {
        margin-right: 2rem;
    }
    .time_pm_right {
        margin-left: 2rem;
    }
    .calender_icon_before::before {
        top: -0.5rem;
        right: -1.5rem;
        width: 3.5rem;
        height: 3.5rem;
    }
    input[type="date"]::-webkit-calendar-picker-indicator {
        top: -0.25rem;
        right: -1.5rem;
        width: 3.5rem;
        height: 3.5rem;
    }
    .calender_icon {
        top: -0.25rem;
        right: -1.5rem;
        width: 3.5rem;
        height: 3.5rem;
        /* display: none; */
        z-index: -1;
    }
}

@media screen and (max-width: 1215px) {
    .phone_and_business {
        flex-direction: column;
        /* display: block; */
    }
    .phone_font {        
        justify-content: center;
    }

    .business_date {
        margin: 5rem auto 0 auto;
    }
    .radio_menu label {
        margin-right: 5%;
    }
    .label_area {
        width: 48rem;
    }
    label {
        padding: 0.5rem 0;
    }
}

@media screen and (max-width: 960px) {
    .please {
        font-size: 3.4rem;
        letter-spacing: 0rem;
        line-height: 1.6;
        margin-top: 10rem;
    }
    .please br {
        display: inline;
    }
    .phone_introduction h2 {
        font-size: 4rem;
        margin-top: 0.7rem;
        /* margin-bottom: -1rem; */
    }
    .phone_introduction h3 {
        /* font-size: 7rem; */
        font-size: clamp(3.5rem, 7vw + 1rem, 7rem);
    }
    .business_time {
        font-size: 2.4rem;
        margin-top: 0;
        line-height: 1.5;
    }
    .business_date {
        font-size: 3.4rem;
        line-height: 1.85;
        letter-spacing: 0.06rem;
    }
    .holiday {
        margin-top: 4.5rem;
    }
    .reserve_form,
    .inquiry_form {
        margin-top: 5rem;
    }
    .reserve_form h2,
    .inquiry_form h2 {
        font-size: 5rem;
        letter-spacing: 1.15rem;
        margin-top: 5.3rem;
    }
    .reserve_guidance,
    .inquiry_guidance {
        font-size: 3.4rem;
        margin-top: 3.4rem;
        letter-spacing: 0.045rem;
        line-height: 1.7;
    }
    .label_area {
        width: 25%;
        max-width: 100%;
    }
    .reserve_guidance_br,
    .inquiry_guidance_br {
        display: inline;
    }
    .form {
        font-size: 3.6rem;
        margin: 2rem auto 0 auto;
        width: 90%;
    }
    .form_area {
        flex-direction: column;
        align-items: flex-start;
        padding: 2.6rem 0;
    }
    .label_area {
        width: 100%;
        margin: 1rem 0 0 0;
    }
    .label_right {
        width: 100%;
        flex-grow: 0;
        margin-top: 2.4rem;
    }
    .sex_chois  {
        margin-top: 2rem;
        width: 100%;
    }
    .sex_chois label:nth-child(1),
    .sex_chois label:nth-child(2) {
        width: 50%;
        margin: 0;
    }
    .left_space {
        margin-left: 0;
    }
    input[type="text"], 
    input[type="email"], 
    input[type="tel"], 
    input[type="date"], 
    input[type="number"] {
        height: 7rem;
    }
    input[type="text"], 
    input[type="email"], 
    input[type="tel"] {
        width: 100%;
        max-width: 100%;
    }
    input[type="number"] {
        width: 100%;
        max-width: 12rem;
    }

    /* .radio_menu label {
        flex-grow: 1;
    } */
    .button_area {
        flex-direction: column;
    }
    label {
        padding: 1rem 0;
    }
    .calender_icon_before::before,
    input[type="date"]::-webkit-calendar-picker-indicator,
    .calender_icon  {
        top: 1.5rem;
        right: 0rem;
        width: 5.5rem;
        height: 5.5rem;
    }
    .calender_icon {
        z-index: -1;
    }
    .br_960 {
        display: inline;
    }
    .radio_double label {
        width: 50%;
        margin-right: 0;
    }
    .label_right_space2 {
        padding-right: 11rem;
    }
    .chois_time input {
        width: 50%;
    }
    input[type="date"] {
        width: 51%;
        max-width: 39.7rem;
    }
    .label_right_L .chois_course_title,
    .label_right_R .chois_course_title {
        margin-right: auto;
    }
    .chois_time select {
        width: 18rem;
    }
    .phone_and_business {
        flex-direction: column;
        margin: 0 auto;
        width: 89%;
    }
    .reserve_form {
        margin-top: 10rem;
    }
    .chois_time1 {
        padding-bottom: 0rem;
    }
    .chois_time2 {
        padding-top: 1rem;
    }
    .chois_time2 .label_right {
        padding-top: 0rem;
        margin-top: 0rem;
    }
    .required_menu {
        padding-bottom: 0;
    }
    .required_menu .label_right {
        margin: 0;
    }
    .facial_menu .label_right,
    .slimming_menu .label_right {
        margin-top: 0rem;
        flex-direction: column;
        align-items: flex-start;
    }
    .facial_menu label {
        padding:0;
        margin: 0;
        width: 100%;
    }
    .facial_menu {
        padding-bottom: 0rem;
    }
    .slimming_menu label {
        padding: 0;
    }
    .slimming_menu .label_right {
        flex-direction: row;
    }
    .consultation_menu {
        padding-top: 0rem;
    }
    .form_caution {
        font-size: 2.8rem;
        letter-spacing: 0.2rem;
    }
    .textarea textarea {
        width: 100%;
        padding: 2rem;
        height: 15.5rem;
    }
    .textarea {
        padding-bottom: 5rem;
    }
    #reserve .link,
    #inquiry .link {
        max-width: 43rem;
        height: 10rem;
        letter-spacing: 3rem;
    }
    input[type="radio"] {
        transform: scale(1);
        margin-right: 1rem;
    }
    #reserve .link_button,
    #inquiry .link_button {
        padding-top: 1rem;
    }
    #reserve main, 
    #inquiry main {
        margin-bottom: 8.5rem;
    }
    .link::before {
        top: calc(54%);
        right: 4rem;
    }
    .link::after {
        top: calc(46%);
        right: 3.6rem;
    }
}
@media screen and (max-width:749px) {
    .one_line .chois_course_title {
        width: 100%;
    }
}
