@charset "uft-8";

.working_caretextbox {
    width: 49%;
}




/* 料金表 */

.table_workingtext p:nth-child(2) {
    font-size: 16px;
    margin-left: 20px;
    margin-top: 5px;
}

.table_workingtext span {
    font-size: 16px;
}

.session_box span {
    font-weight: 300;
    margin-left: 75px;
}

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

/* 予約ボタン */

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

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

@media (max-width: 768px) {

    .working_about {
        padding-bottom: 0;
    }

    .working_aboutbox {
        padding-bottom: 50px;
    }

}


@media (max-width: 500px) {

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

    .working_aboutbox {
        padding-bottom: 30px;
    }


    .button_care {
        font-size: 16px;
    }

    .button_care {
        font-size: 4vw;
    }
}