@charset "utf-8";

#treatment article {
    padding-bottom: 6.3rem;
}
/* reservation_methodここから */
.reservation_method {
    padding-top: 0.9rem;
    margin-bottom: 4rem;
}
.reservation_method_top {
    padding-top: 8rem;
}
.reservation_method {
    display: flex;
    align-items: center;
}
/* word_areaここから */
.reservation_word_area {
    /* margin-top: 1.9rem; */
    margin-left: 2rem;
    max-width: 94rem;
}
.section_title h2 {
    font-size: 2.8rem;
    letter-spacing: 0.6rem;
}
.word_detail {
    margin-top: 0.7rem;
}
.word_detail_font,
.under_line {
    font-size: 1.8rem;
}
.word_detail_font {
    letter-spacing: 0.091rem;
    line-height: 1.67;
}
.detail_font_top {
    margin-bottom: 3rem;
}
/* snsここから */
.sns {
    display: flex;
    align-items: center;
}
.sns_icon {
    display: inline-block;
    margin-top: 0.5rem;
}
.under_line {
    margin-left: 0.6rem;
    letter-spacing: 0.09rem;
    text-decoration:underline;
}
.option_chois {
    border: 1px solid #B2CDCE;
    margin: 2.4rem 0 0 0;
}
.option_chois_uesr {
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.24rem;
    margin: 2.8rem auto 0 auto;
}
.counseling_posture {
    font-size: 2rem;
    font-weight: 500;
    margin: 1.8rem 0 0 3.9rem;
}
.option_chois .word_detail_font2 {
    margin: 0rem 4rem 1.6rem 3.9rem;
}
.sp_display {
    display: none;
}
a {
    transition: all 0.5s;
}
a:hover {
    opacity: 0.8;
}
/* snsここまで */
/* word_areaここまで */
/* reservation_methodここまで */

.down_arrow_icon {
    margin: 0 auto;
}
.reservation_method_img {
    border-radius: 50%;
}

@media screen and (max-width: 960px) {
    .reservation_method {
        padding-top: 5rem;
        /* margin-bottom: 4rem; */
    }
    .reservation_method_top {
        padding-top: 6.9rem;
    }
    .reservation_method {
        display: flex;
        align-items: flex-start;
        margin-bottom: 5rem;
    }
    .reservation_word_area {
        width: 62%;
    }
    .section_title h2 {
        font-size: 3.2rem;
        letter-spacing: 0.6rem;
        margin-top: 0;
    }
    .word_detail {
        margin-top: 1.4rem;
    }
    .word_detail_font, .under_line {
        font-size: 2.6rem;
    }
    .word_detail_font {
        letter-spacing: 0.091rem;
        line-height: 1.73;
    }
    .sns_icon {
        display: inline-block;
        margin-top: 1rem;
        width: 3.3rem;
    }
    .under_line {
        margin-left: 1rem;
        letter-spacing: 0.14rem;
        text-decoration: underline;
    }
    .pc_display {
        display: none;
    }
    .sp_display {
        display: block;
        margin-top: -1.7rem;
        margin-bottom: 5rem;
    }
    .option_chois_uesr {
        font-size: 3.5rem;
        letter-spacing: 0.35rem;
        margin: 2.8rem auto 0 auto;
        line-height: 1.45;
    }
    .counseling_posture {
        font-size: 3rem;
        margin: 1.4rem 0 0 2.9rem;
        letter-spacing: 0.15rem;
    }
    .option_chois .word_detail_font2 {
        margin: -0.2rem 4rem 1.6rem 2.9rem;
        letter-spacing: 0.15rem;
    }
    #treatment article {
        padding-bottom: 5rem;
    }
    .reservation_method_img {
        width: 23.8rem;
        height: auto;
    }

}
