@charset "UTF-8"; .clinic-hours__mv {
    position: absolute;
    bottom: 70px;
    right: 0;
}

.clinic-hours {
    /* margin-top: 42px; */
    /* margin-left: 17px; */
    /* letter-spacing: 2px; */
    text-align: center;
    /* margin: 40px; */
    max-width: 420px;
    width: 100%;
    margin: 40px 0;
}

.clinic-hours__clinic .clinic-hours {
    margin: 40px 0;
    padding-left: 20%;
    text-align: right;
}

.clinic-hours__mv .clinic-hours {
    margin: 0;
}

.clinic-hours p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 7px;
}

.clinic-hours__mv .clinic-hours p {
    color: #FFF;
    margin: 0 0 3px;
    text-align: left;
}

.clinic-hours__mv .clinic-hours p span.icon-leaf {
    background-image: url(../images/icon_leaf_01_white.svg);
}

.clinic-hours .icon-leaf {
    background: url(../img/icon_leaf_01_green.svg) no-repeat 0 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    position: relative;
    top: 1px;
}

.clinic-hours .text-align-center {
    text-align: center;
}

.clinic-hours .text-align-right {
    text-align: right;
}

.clinic-table {
    margin: 0 0 12px;
}

.clinic-hours__mv .clinic-table {
    background: #688225;
    padding: 16px 20px;
    border: 2px solid #8fa84d;
    border-radius: 10px;
    position: relative;
}

.clinic-hours__mv .clinic-info {
    background: #688225;
    padding: 7px 20px;
    border: 2px solid #8fa84d;
    border-radius: 20px;
}

.clinic-hours__mv .clinic-table::before {
    content: " ";
    display: block;
    width: 86px;
    height: 60px;
    background: #000;
    background: url(../images/icon_leaf_02_green.svg) no-repeat top left;
    position: absolute;
    top: -60px;
    left: 30px;
    margin: 0 auto;
}

.clinic-hours__mv .clinic-table thead th {
    color: #FFF;
    border: none;
}

.clinic-hours__mv .clinic-table tbody th {
    color: #FFF;
}

.clinic-hours__mv .clinic-table tbody th span {
    color: #FFF;
}

.clinic-hours__mv .clinic-table .clinic-day {
    background-image: url(../images/icon_apple_01_white.svg);
}

.clinic-hours__mv .clinic-table .clinic-sat {
    background-image: url(../images/icon_leaf_01_white.svg);
}

.clinic-hours__mv .clinic-table .clinic-rest {
    background: #FFF;
}

.clinic-table table {
    width: 100%;
    border-top: 1px solid #b1b3ac;
    border-bottom: 1px solid #b1b3ac;
    margin: 0 0 0px;
}

.clinic-hours__mv .clinic-table table {
    border: none;
}

.clinic-table thead {
}

.clinic-table thead tr {
}

.clinic-table thead th {
    border-bottom: 1px solid #b1b3ac;
    padding: 10px 10px;
    text-align: center;
    letter-spacing: 0;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.clinic-table thead th.clinic-table__title {
    letter-spacing: 0.2rem;
}

.clinic-table tbody {
}

.clinic-table tbody tr {
}

.clinic-table tbody th {
    padding: 10px 10px;
    text-align: center;
    letter-spacing: 0.1rem;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
}

.clinic-table tbody th span {
    padding: 0px 5px;
    font-size: 8px;
    color: #000000;
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: -2px;
}

.clinic-table tbody td {
    padding: 10px 10px;
    text-align: center;
    letter-spacing: 0.2rem;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
}

.clinic-table .clinic-day {
    display: block;
    background: url(../img/icon_apple_01_green.svg) no-repeat 0 0;
    width: 14px;
    height: 22px;
    background-size: contain;
    margin: auto;
}

.clinic-table .clinic-sat {
    display: block;
    background: url(../img/icon_leaf_01_green.svg) no-repeat 0 0;
    width: 19px;
    height: 19px;
    background-size: contain;
    margin: auto;
}

.clinic-table .clinic-rest {
    display: block;
    background: #647b2e;
    width: 1px;
    height: 18px;
    transform: rotate(40deg);
    margin: auto;
}

.clinic-info__sepa {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.clinic-info__sepa span {
    color: #FFF;
    display: block;
    font-size: 14px;
    /* width: 50%; */
    text-align: center;
}

.clinic-info__sepa span:last-child {
    /* border-left: 1px solid #FFF; */
    /* text-align: right; */
}

@media screen and (max-width: 640px) {
    .clinic-hours {
        margin: 40px 0 40px;
    }

    .clinic-hours p {
    }

    .clinic-hours .icon-leaf {
    }

    .clinic-hours .text-align-center {
    }

    .clinic-hours .text-align-right {
    }

    .clinic-table {
    }

    .clinic-table table {
    }

    .clinic-table thead {
    }

    .clinic-table thead tr {
    }

    .clinic-table thead th {
        font-size: 12px;
    }

    .clinic-table thead th.clinic-table__title {
        letter-spacing: 0.1rem;
    }

    .clinic-table tbody {
    }

    .clinic-table tbody tr {
    }

    .clinic-table tbody th {
        font-size: 10px;
        letter-spacing: 0;
    }

    .clinic-table tbody th span {
    }

    .clinic-table tbody td {
    }

    .clinic-table .clinic-day {
        width: 12px;
        height: 18px;
    }

    .clinic-table .clinic-sat {
        width: 16px;
        height: 16px;
    }

    .clinic-table .clinic-rest {
    }

    .clinic-hours__mv {
        display: none;
    }

    .clinic-hours__clinic .clinic-hours {
        padding: 0;
    }
}
