@charset "uft-8";

.nami {
    margin-top: -20px;
}


/* 料金表 */

.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_form {
    font-size: 20px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
    border: 1px solid #EDB6EF;
    background-color: #EDB6EF;
    padding: 20px 50px;
    display: inline-block;
    border-radius: 40px;
    box-shadow: 3px 4px 6px #6E5D4D;
}

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


/* スマホ */
@media (max-width: 768px) {
    .working_aboutbox .flex {
        justify-content: space-evenly;
    }

    .working_photo {
        width: 30vw;
    }

}

@media (max-width: 500px) {
    .working_photo {
        width: 85vw;
    }

    .button_form {
        font-size: 4vw;
    }

}