.sense__scale {
    background: #fff;
    padding: 48px 0 56px;
}
.sense__scale-inner {
    max-width: 1280px;
    width: calc(100% - 104px);
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.sense__scale-image {
    width: 40%;
    display: block;
}
.sense__scale-image img {
    width: 100%;
    height: auto;
}
.sense__scale-cal {
    width: 43.8%;
}
.sense__scale-info {
    margin-top: 24px;
    width: 52.5%;
}
.sense__scale-list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sense__scale-list li {
    display: flex;
    width: 29.7%;
    height: 240px;
    background: #d9e7e9;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #333;
}
.sense__scale-item01 {
    transform: rotate(26deg);
}
.sense__scale-item01 > * {
    transform: rotate(-26deg);
}
.sense__scale-item02 {
    transform: rotate(100deg);
}
.sense__scale-item02 > * {
    transform: rotate(-100deg);
}
.sense__scale-item03 {
    transform: rotate(154deg);
}
.sense__scale-item03 > * {
    transform: rotate(-154deg);
}
.sense__lv1 {
    font-size: 18px;
    font-weight: 500;
}
.sense__lv2 {
    font-size: 20px;
    font-weight: 500;
}
.sense__lv3 {
    font-size: 22px;
    font-weight: 500;
}
.sense__lv4 {
    font-size: 24px;
    font-weight: 500;
}
.sense__lv5 {
    font-size: 48px;
    font-weight: 500;
}
.sense__border {
    position: relative;
    margin-top: 18px;
}
.sense__border::before {
    content: "";
    position: absolute;
    transform: translate(-50%, 0);
    width: 32px;
    height: 2px;
    background: #333;
    left: 50%;
    top: -13px;
}
.sense__walk {
    margin-top: 14px;
}
.api-toptext {
    display: flex;
    width: calc(100% - 18px);
    justify-content: space-between;
    font-weight: 400;
    margin: auto;
    color: #333;
}
.api-toptext-left {
    font-size: 18px;
}
.api-toptext-right {
    font-size: 15px;
}
.reservable__tab-heading {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    padding: 0 9px;
}

span.api-timetable-title {
    display: block;
}
.api-timetable-title {
    font-size: 25px;
    font-weight: 600;
    padding: 14px 8px 0;
    text-align: left;
    line-height: 1;
    color: rgba(53, 87, 130, 1);
}

/** tab__apitable **/
.tab__apitable {
    margin-top: 15px;
}
.tab__apitable-btn {
    display: flex;
    justify-content: center;
    height: 37px;
    align-items: flex-end;
    gap: 5%;
    flex-wrap: wrap;
}
.tab__apitable-btn > li {
    width: 44.2%;
    display: flex;
    align-items: center;
    height: 34px;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding-top: 3px;
    cursor: pointer;
    transition: ease all 0.5s;
}
.tab__apitable-list-main {
    background: #888;
}
.tab__apitable-list-main:hover, .tab__apitable-list-main.tab__active {
    background: #3E577F;
}
.tab__apitable-list-ortho {
    background: #888;
}
.tab__apitable-list-ortho:hover, .tab__apitable-list-ortho.tab__active {
    background: #59A742;
}
.tab__apitable-area {
    background: #fff;
    height: auto;
    display: block;
}
.tab__apitable-area > div {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.tab__apitable-area > div.tab__active {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.api-frame {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .reservable__tab-link01 {
        color: #fff !important;
    }
    .api-timetable {
        padding: 7px 22px 5px;
        background: rgba(255, 255, 255, 0);
        width: auto;
        z-index: 2;
        font-weight: bold;
    }

    .api-timetable-table-wrap {
        margin: 0 auto 10px;
        background: #fff;
        padding: 0;
    }

    .api-timetable-title {
        font-size: 25px;
        font-weight: 600;
        padding: 14px 8px 0;
        text-align: left;
        line-height: 1;
        color: rgba(53, 87, 130, 1);
    }

    span.api-timetable-title {
        display: block;
    }
    .api-timetable-table {
        margin: 0 auto;
        width: 100%;
        border-spacing: 8px;
    }
    th.api-th-02 {
        width: 10em;
    }
    .api-timetable-table th,
    .api-timetable-table td {
        text-align: center;
        vertical-align: middle;
        color: #333;
        font-size: 16px;
        line-height: 1.4;
        font-weight: 400;
    }

    .api-timetable-table th {
        padding: 0;
        white-space: nowrap;
        font-size: 14px;
        background: #D9E7E9;
    }
    .api-timetable table tr:first-child th:not(:first-child) {
        font-size: 14px;
        padding: 4px 8px 6px;
    }
    .api-timetable-table th span {
        display: inline-block;
        margin-left: -4px;
    }

    .api-timetable-table td {
        padding: 0;
        font-size: 12px;
        background: #f6f6f6;
    }
    td.api__time-work {
        font-size: 15px;
        width: 152px;
    }
    .iphone4-only {
        display: none;
    }

    /*ポップアップ*/
    .api-timetable-table td span {
        width: 100%;
        display: block;
        padding: 5px 0;
    }
    .api-timetable-table td img {
        width: 12px;
        height: 16px;
    }

    .api-timetable-table td span:hover {
        background: #fff;
        border: 2px solid #799bad;
        color: #183e52;
        font-weight: 500;
    }

    .fukidashi em {
        font-size: 16px;
        font-style: normal;
    }

    .fukidashi {
        display: none;
        width: auto;
        position: absolute;
        top: -30px;
        left: -112px;
        padding: 8px;
        border-radius: 5px;
        background: rgba(24, 78, 136, 0.9);
        border: 1px solid #fff;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.6;
    }

    .popup:hover+.fukidashi {
        display: block;
    }

    .api-worktime-text {
        font-size: 14px;
    }

    .api-timetable-table th.api-bluecell {
        background: #3e577f;
    }

    .api-timetable-table th span.api-weekwhite {
        display: block;
        background: #fff;
        font-size: 12px;
        margin: 3px 0 0;
        line-height: 1;
        padding: 2px 0 3px;
    }

    .api-kyukan {
        text-align: right;
        display: block;
        color: #333;
        font-weight: 400;
        padding-bottom: 0;
        position: relative;
        font-size: 12px;
        line-height: 1.4;
    }

    .api-kyukan::before {
        content: "";
        position: absolute;
        transform: translate(0, -50%);
        top: calc(50% + 1px);
        background: url(/unit/api_config/time_main/img/tel.svg) no-repeat;
        width: 11px;
        height: 15px;
        right: 26.3em;
        background-size: 100%;
    }

    .api-worktime {
        display: flex;
        align-items: stretch;
        margin: 8px 0 0;
        gap: 32px;
    }

    .api-worktime-flex {
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 100;
        color: rgba(53, 87, 130, 1);
    }

    .api-worktime-white {
        background: #fff;
        display: flex;
        align-items: center;
        height: 26px;
        width: 7em;
        justify-content: center;
    }

    .reserve__timetbl {
        padding: 24px 0 32px;
        background: #eeede3;
    }
    th.api-sat {
        color: #6FB5D3;
    }
    th.api-sun {
        color: #c666ab;
    }

    /** reservable__tab **/
    .reservable__tab-box {
        padding: 0;
        margin: 16px 0;
    }

    .reservable__tab-flex {
        margin-bottom: 12px;
        border-bottom: 1px solid #fff;
        letter-spacing: 0.03em;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .reservable__tab-title {
        color: rgba(53, 87, 130, 1);
        font-weight: 700;
        font-size: 15px;
        padding-bottom: 8px;
        border-bottom: unset;
        margin-bottom: 0;
    }

    .reservable__tab-days {
        padding-bottom: 8px;
    }

    .reservable__time-list {
        display: flex;
        gap: 5px;
        align-items: stretch;
        flex-wrap: wrap;
    }

    .reservable__time-list li {
        width: calc((100% - 15px) / 4);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .reservable__time-list li.reservable__panel-nonarea {
        width: 100%;
        display: block;
    }

    .reservable__time-list li>a {
        display: flex;
        width: 100%;
        padding: 2px 0 0;
        font-size: 14px;
        letter-spacing: 0;
        font-weight: 500;
        line-height: 1;
        text-align: center;
        height: 24px;
        justify-content: center;
        align-items: center;
        background: #fff;
        border: 1px solid #ACBAD1;
        border-radius: 5px;
    }

    .reservable__time-list li>a:hover {
        background: #294168;
        color: #fff;
        opacity: 1;
    }

    .reservable__col {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
    }

    @media screen and (min-width: 768px) {
        .reservable__tab-box {
            padding: 0;
            margin: 2px 0 0;
        }

        .reservable__time-list {
            gap: 5px;
        }

        .reservable__tab-flex {
            margin-bottom: 10px;
            border-bottom: 1px solid #fff;
        }

        .reservable__tab-title {
            font-size: 16px;
            padding-bottom: 0;
        }

        .reservable__tab-days {
            padding-bottom: 8px;
        }

        .reservable__col {
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: space-between;
            flex-direction: row;
        }

        .reservable__tab-days {
            display: flex;
            gap: 10px;
        }

        .reservable__time-list li {
            width: calc((100% - 25px) / 6);
        }

        .reservable__time-list li>a {
            padding: 1px 2px 0px;
            font-size: 14px;
        }
    }
    @media screen and (min-width: 768px) and (max-width: 1792px) {
        .reservable__time-list {
            gap: 0.283vw;
        }

        .reservable__tab-title {
            font-size: 0.905vw;
            padding-bottom: 0.452vw;
        }

        .reservable__time-list li {
            width: calc((100% - 1.414vw) / 6);
        }

        .reservable__time-list li>a {
            padding: 0;
            font-size: 15px;
        }
        .reservable__before, .reservable__after, .reservable__link {
            font-size: 13px;
        }
        .reservable__tab-title {
            font-size: 16px;
        }
    }

    .reservable__tab-title {
        position: relative;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .reservable__tab-panel01,
    .reservable__tab-panel02,
    .reservable__tab-panel03,
    .reservable__tab-panel04,
    .reservable__tab-panel05,
    .reservable__tab-panel06 {
        display: none;
        visibility: hidden;
    }

    .reservable__tab-panel01.active,
    .reservable__tab-panel02.active,
    .reservable__tab-panel03.active,
    .reservable__tab-panel04.active,
    .reservable__tab-panel05.active,
    .reservable__tab-panel06.active {
        display: flex;
        visibility: visible;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .reservable__before,
    .reservable__after,
    .reservable__link {
        position: static;
        display: block;
        margin: 0;
        font-size: 0.8em;
        color: #fff;
        display: inline-block;
        background: #3e577f;
        border-radius: 3px;
        vertical-align: 2px;
        cursor: pointer;
    }

    .reservable__before:hover,
    .reservable__after:hover,
    .reservable__link:hover {
        background: #294168;
    }

    .reservable__before {
        padding: 5px 5px 4px 8px;
    }

    .reservable__before::before {
        content: "";
        border-right: 7px solid #fff;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        width: auto;
        height: auto;
        margin: 0 5px 0px 0;
        display: inline-block;
    }

    .reservable__after,
    .reservable__link {
        padding: 5px 5px 4px 8px;
    }

    .reservable__after::after,
    .reservable__link::after {
        content: "";
        border-left: 7px solid #fff;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        width: auto;
        height: auto;
        margin: 0 0 0px 5px;
        display: inline-block;
    }

    .reservable__only {
        display: none;
    }

    .reservable__time-list li.reservable__empty {
        width: 100%;
        font-size: 14px;
        text-align: left;
        justify-content: flex-start;
        line-height: 1.4;
    }

    @media screen and (min-width: 768px) {
        .reservable__tab-title>div {
            position: absolute;
            cursor: pointer;
            margin: 0;
            font-size: 0.9em;
            right: 0;
        }

        .reservable__before,
        .reservable__after,
        .reservable__link {
            font-weight: 100;
            vertical-align: 9px;
        }

        .reservable__before {
            padding: 8px 8px 6px 5px;
        }

        .reservable__after,
        .reservable__link {
            padding: 8px 5px 6px 8px;
        }

        .reservable__only {
            display: inline;
        }
    }

.cal-time {
    padding-top: 0;
    display: flex;
    justify-content: space-between;
}
.cal-time_in01 {
    width: 137px;
    background: #D9E7E9;
    height: 32px;
}
.cal-time_in02 {
    display: flex;
    flex-wrap: wrap;
    width: 71%;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-y: scroll;
    height: 37px;
}
.cal-time_in02:has(.reservable__tab-text) {
    align-items: flex-start;
}
.cal-time_in02 > div {
    background: #F6F6F6;
    width: 22%;
    height: 32px;
    margin-right: 8px;
    margin-bottom: 5px;
    padding-top: 2px;
    display: flex;
    align-items: center;
    transition: ease all 0s;
}
.cal-time_in02 > div:hover {
    background: #fff;
    border: 2px solid #799bad;
    opacity: 1;
}
.cal-time_in02 > div > a {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0 0 4px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: ease all 0s;
}
.cal-time_in02 > div:hover > a {
    color: #183e52;
    opacity: 1;
}
.cal-time_ttl-day {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 32px;
    padding-left: 6%;
}
    .cal-time_in02::-webkit-scrollbar {
      width: 8px;
    }

    .cal-time_in02::-webkit-scrollbar-track {
        background-color: rgba(255,255,255,0.5);
    }
    .cal-time_in02::-webkit-scrollbar-thumb {
    	background-color: #2d5469;
      	border-radius: 8px;
    }
    .board01 .cal-time_in02::-webkit-scrollbar-thumb {
    	background-color: #2d5469;
    }
.arrow-prev,
.arrow-next {
    position: relative;
	display: inline;
	cursor: pointer;
}
.arrow-prev::before,
.arrow-next::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.arrow-prev::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #333333;
    border-left: 0;
}
.arrow-next::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #333333;
    border-right: 0;
}
.cal-time_ttl-day > span {
	font-size: 2rem;
    vertical-align: 0.1em;
}
.in-num {
    margin-top: 24px;
}
.in-num_ttl {
    margin-bottom: 8px;
}
.in-num_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
}
.in-num_in figure {
    width: calc(100% / 3 - 8px);
}
.in-num_in figure:nth-last-of-type(-n+2) {
    margin-top: -16px;
}
.in-num_kome li {
    font-size: 1.4rem;
    line-height: 1.2em;
    padding-left: 24px;
    text-indent: -14px;
}
.reservable__tab-panel01, .reservable__tab-panel02, .reservable__tab-panel03, .reservable__tab-panel04, .reservable__tab-panel05, .reservable__tab-panel06, .reservable__tab-panel07 {
    display: none;
    visibility: hidden;
	width: 100%;
}
.reservable__tab-panel01.active, .reservable__tab-panel02.active, .reservable__tab-panel03.active, .reservable__tab-panel04.active, .reservable__tab-panel05.active, .reservable__tab-panel06.active, .reservable__tab-panel07.active {
    display: block;
    visibility: visible;
}
.reservable__tab-panel-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 16px);
    margin: auto;
}
.reservable__tab-text {
    display: flex;
    align-items: center;
    line-height: 1.4;
    justify-content: flex-start;
    font-weight: 400;
    text-align: center;
    width: 100%;
    font-size: 14px;
    margin-top: 5px;
    padding-left: 3px;
}
.fukidashi {
    display: none;
}
.api-frame .pc {
    display: none;
}
.cal_in .u__pc-only {
    display: none;
}
.cal-tbl_ttl > span {
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    background: #3E577F;
    font-weight: 100;
    display: flex;
    width: 100%;
    justify-content: center;
    height: 22px;
    align-items: center;
    margin-bottom: 2px;
}
.api-frame .cl01 {
    color: #3E577F;
    font-size: 20px;
    margin-right: 7%;
    font-weight: 400;
    width: 60%;
    text-align: center;
}

.board02 .api-timetable-table td a {
    color: #333;
}
.board02 .api-timetable-table td a, .api-timetable-table td span {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.board02 .api-kyukan::before {
    background: url(/unit/api_config/time_main/img/tel.svg) no-repeat;
    background-size: 100%;
}
.board02 .api-timetable-table th span.api-weekwhite {
    background: #fff;
}
.board02 .cal-tbl_ttl > span {
    background: #59a742;
}
.board02 .fukidashi {
    background: #799bad;
}
.board02 .api-frame .cl01 {
    color: #333;
}
.board02 .cal-time_in02::-webkit-scrollbar-thumb {
    background-color: #2d5469;
    border-radius: 8px;
}
.board02 .cal-time_in02::-webkit-scrollbar-thumb {
    background-color: #2d5469;
}

@media screen and (max-width: 1336px) {
    .sense__scale-info {
        width: 48%;
    }
    .sense__scale-list li {
        width: 27.7%;
        height: 210px;
        line-height: 1.4;
    }
    .sense__scale-list li.sense__scale-item02 {
        height: 180px;
    }
    .sense__border {
        margin-top: 10px;
    }
    .sense__lv1 {
        font-size: 13px;
    }
    .sense__lv2 {
        font-size: 14px;
    }
    .sense__lv3 {
        font-size: 16px;
    }
    .sense__lv4 {
        font-size: 18px;
    }
    .sense__lv5 {
        font-size: 35px;
    }
    .sense__border::before {
        width: 28px;
        height: 1px;
        top: -5px;
    }
    .sense__walk {
        margin-top: 0;
    }
    .sense__scale-cal {
        width: 51.8%;
    }
}
@media screen and (max-width: 1200px) {
    .sense__scale-inner {
        max-width: 560px;
        flex-direction: column-reverse;
        align-items: center;
    }
    .sense__scale-info {
        width: 100%;
    }
    .sense__scale-cal {
        width: 100%;
    }
    .cal-time_in02 {
        height: auto;
    }
}
@media screen and (max-width: 767px) {
    .sense__scale {
        padding: 32px 0;
    }
    .sense__scale-inner {
        width: calc(100% - 24px);
    }
    .api-timetable-table {
        border-spacing: 4px;
    }
    .api-timetable {
        padding: 0;
    }
    td.api__time-work {
        font-size: 11px;
        width: 88px;
        letter-spacing: -0.06em;
    }
    .api-toptext {
        width: calc(100% - 8px);
        margin-bottom: 2px;
    }
    .api-timetable table tr:first-child th:not(:first-child) {
        font-size: 13px;
        padding: 4px 5px 5px;
    }
    .api-timetable-table-wrap {
        margin-bottom: 24px;
    }
    .reservable__tab-heading {
        font-size: 18px;
        padding: 0 4px;
        display: block;
    }
    .reservable__tab-panel-inner {
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }
    .cal-time_in02 {
        width: 100%;
    }
    .reservable__tab-box {
        margin: 4px 0 0;
    }
    .reservable__tab-text {
        margin-top: 0;
        margin-bottom: 8px;
    }
    .sense__scale-info {
        margin-top: 48px;
    }
    .sense__scale-list {
        flex-direction: column;
        gap: 8px;
        width: calc(100% - 48px);
        margin: auto;
        align-items: center;
    }
    .sense__scale-list li {
        transform: unset;
        line-height: 1.5;
    }
    .sense__scale-list li > * {
        transform: unset;
    }
    .sense__scale-list li {
        transform: unset;
        width: 100%;
        border-radius: 16px;
        height: auto;
        padding: 16px 0 20px;
    }
    .sense__scale-list li.sense__scale-item02 {
        height: auto;
    }
    .sense__border {
        margin-top: 20px;
    }
    .sense__lv1 {
        font-size: 16px;
    }
    .sense__lv2 {
        font-size: 20px;
    }
    .sense__lv3 {
        font-size: 20px;
    }
    .sense__lv4 {
        font-size: 21px;
    }
    .sense__lv5 {
        font-size: 38px;
        line-height: 1;
    }
    .sense__walk {
        width: auto;
        display: inline;
    }
    .sense__border::before {
        width: 32px;
        height: 2px;
        top: -10px;
    }
}