@CHARSET "UTF-8";

div.description {
    background-color: var(--light_yellow-col);
    margin: 2rem 0 1rem;
    padding: 0.5rem 1rem;
    word-break: break-word;
    white-space: normal;
}

div.explain {
    background-color: var(--light_yellow-col);
    margin: 2rem 0 1rem;
    padding: 0.5rem 1rem;
}
div.explain br {
    display: none;
}

body#web ol.num {
    list-style-type:none;
    counter-reset:list;
    text-align: left;
    margin: 2rem;
}
body#web ol.num li {
    padding: 0.5rem 0;
    font-size: 1.4rem;
}
/*
body#web ol.num li:before{
    counter-increment: list;
    content: counter(list);
    border: 2px solid var(--blue-col);
    border-radius: 5rem;
    padding: 0.2rem 0.6rem;
    color: var(--blue-col);
    font-weight: bold;
    margin-right: 0.5rem;
}*/
body#web ol.num select {
    border: 1px solid var(--dgray-col);
    font-size: 1rem;
    margin: 0;
}
body#web ol.num span.txt {
    width: 5rem;
}
body#web ol.num div {
    display: inline-flex;
    background-color: var(--ghost-col);
    padding-left: 0.5rem;
    margin: 0.5rem 1rem;
}
body#web ol.num div span.ok_icon,
body#web ol.num div span.ng_icon,
body#web ol.num div span.exp {
    font-size: 1.4rem;
    height: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
body#web ol.num div span.ok_icon {
    color: var(--red-col);
    font-weight: bold;
}
body#web ol.num div span.ng_icon {
    color: var(--blue-col);
}
body#web ol.num div span.exp {
    font-size: 0.8rem;
    margin-right: 1.2rem;
}
body#web ol.num div span:last-child {
    margin-right: 0.5rem;
}
body#web div.table_header {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
body#web button, body#web input[type="button"] {
    background: var(--base-col);
}
body#web div.table_header div.calendar_btn {
    display: flex;
}
body#web div.table_header div.calendar_btn button {
    margin: 0 0 1rem 1rem;
    border-radius: 0.75rem;
    height: auto;
    font-size: 0.9rem;
}
body#web div.table_header div.calendar_btn button.next {
    background-color: var(--white-col);
    border: 2px solid var(--silver-col);
    color: var(--black-col);
}
body#web div.table_header div.calendar_btn button.prev {
    background-color: var(--silver-col);
    border: 2px solid var(--silver-col);
    color: var(--black-col);
}
body#web div.table_header div.calendar_btn button.next.week_disabled {
    color: var(--silver-col);
}
body#web div.table_header div.calendar_btn button.prev.week_disabled {
    color: var(--white-col);
}
body#web div.table_header div.calendar_btn button.week_disabled {
    cursor: default;
}
body#web div.table_header div.calendar_btn button.prev::after,
body#web div.table_header div.calendar_btn button.next::after {
    top: calc(50% - 0.25rem);
}
body#web div.table_header .flatpickr-date {
    display: flex;
}
body#web div.table_header .flatpickr-date  .form-control {
    width: 7rem;
    margin: 0.25rem 0.5rem;
    border-color: var(--base-col);
    border-radius: 0.75rem;
    text-align: center;
    background-color: var(--slight_green-col);
}
body#web div.table_header .flatpickr-date  .calendar {
    margin: 0.3rem 0;
}
body#web div.table_header div.table_header_icon {
    margin-top: 0.5rem;
}
body#web span.ok_icon,
body#web span.ng_icon,
body#web span.exp {
    font-size: 1.4rem;
}
body#web span.ok_icon {
    color: var(--red-col);
    font-weight: bold;
}
body#web span.ng_icon {
    color: var(--blue-col);
    font-weight: bold;
    margin-left: 2rem;
}

body#web table {
    border: 1px solid var(--base-col);
}
body#web td, th {
    border: 1px solid var(--base-col);
    padding: 0.5rem;
    text-align: center;
}
body#web tr:first-child th {
    line-height: 1.2rem;
    background-color: var(--slight_green-col);
}
body#web th.holiday {
    line-height: 2rem;
    background-color: var(--silver-col);
    font-size: 1rem;
}
body#web td:first-child, th:first-child {
    background-color: var(--light_green-col);
}
body#web tr:first-child td:first-child {
}
/*
body#web tr:first-child th:nth-child(2),
body#web tr:first-child th.holiday {
    background-color: var(--sakura-col);
    color: var(--red-col);
    font-weight: bold;
}
body#web tr:first-child th:last-child {
    background-color: var(--water-col);
    color: var(--blue-col);
}*/

body#web tr:nth-child(n+2) td:nth-child(n+2) {
    font-size: 1.5rem;
    padding: 0;
}
body#web td.ok {
    color: var(--red-col);
    font-weight: bold;
    cursor: pointer;
}
body#web td.ng {
    color: var(--blue-col);
}

table > tbody > tr > td.multi_select_background_color{
    background-color: var(--yellow-col);
}

div.f-container{
    display: flex;
    justify-content:flex-start;
}

div.f-item{
    flex-grow: 1;
}

table.scheduleCalendar{
    width:100%;
}

td.yoyaku_ok{
    cursor:pointer;
}
span.warningMes{
    color:red;
}

.timeHeader > span{
    color:black;
}

body#web div.table_footer {
    display: flex;
    margin: 1rem 2rem;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    body#web div.flow_box {
        padding: 0;
    }
    body#web div.flow_box div.flow ol li {
        margin: 0.5rem 0;
    }
    div.description {
        margin: 2rem 1rem 1rem;
    }
    div.explain {
        margin: 2rem 1rem 1rem;
    }
    body#web div.table_header {
        display: block;
    }

    body#web ol.num {
        margin: 1rem;
    }
    body#web ol.num li {
        padding: 0;
    }
    body#web ol.num span.txt {
        display: initial;
    }
    body#web ol.num li::before {
        content: counter(list)".";
        margin: 0;
        border: none;
        padding: 0;
    }
    body#web div.table_header {
        margin: 1rem 0;
        width: 100%;
        text-align: center;
    }
    body#web div.table_header div.calendar_btn {
        justify-content: space-between;
        margin: 0 1rem;
    }
    body#web div.table_header div.calendar_btn button {
        margin: 0;
    }
    body#web div.table_header div.calendar_btn button.prev {
        padding: 0.5rem 0.5rem 0.5rem 2rem;
    }
    body#web div.table_header div.calendar_btn button.next {
        padding: 0.5rem 2rem 0.5rem 0.5rem;
    }
    body#web div.table_header div.calendar_btn button.prev::after {
        left: 1rem;
    }
    body#web div.table_header div.calendar_btn button.next::after {
        right: 1rem;
    }
    body#web div.table_header .flatpickr-date .form-control {
        margin: 0 auto 1rem;
    }
    body#web #btnData_Date {
        /*display: none;*/
    }
    body#web .calendar_box {
        justify-content: center;
    }
    body#web button.btnPrevWeek {
        font-size: 0;
        padding-left: 1.5rem;
    }
    body#web button.btnNextWeek {
        font-size: 0;
        padding-right: 1.5rem;
    }
    body#web span.ng_icon {
        margin-left: 0;
    }
    body#web span.ng_icon::before {
        content: "\A" ;
        white-space: pre ;
    }
    body#web span.ok_icon,
    body#web span.ng_icon,
    body#web span.exp {
        font-size: 1rem;
    }
    body#web div.table_header div.table_header_icon {
        margin-top: 0;
    }
    body#web table {
        margin: 0;
        width: 100%;
    }
    div.f-container {
        width: calc(100% - 2rem);
        margin: 0 auto;
    }
    body#web table,
    body#web th.holiday {
        font-size: 0.8rem;
    }
    body#web tr:nth-child(n+2) td:nth-child(n+2) {
        font-size: 1.5rem;
    }

    body#web div.table_footer {
        margin: 1rem 0;
    }
    body#web div.table_footer button {
        margin: 0 0.5rem;
        font-size: 0.9rem;
        height: fit-content;
    }
    body#web div.table_footer button.prev {
        padding: 1rem 1rem 1rem 2.5rem;
    }
    body#web div.table_footer button.next {
        padding: 1rem 2.5rem 1rem 1rem;
    }
}/* max-width: 1024px */
@media screen and (max-width: 400px) {
    body#web ol.num li {
        font-size: 4vw;
    }
}/* max-width: 400px */

/*コンテンツ領域設定*/
body#web div.main {
    min-height: calc(100vh - 186px - 1rem - 52.66px - 1rem - 33.66px - 2rem - 82px);
}

body#web div.table_header div.calendar_btn {
    width: 100%;
    justify-content: center;
}

body#web div.table_header div.calendar_btn div.flatpickr-date {
    margin-right: 0.25rem;
}

body#web div.table_header div.calendar_btn button {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    margin-left: 0px;
    margin-right: 0px;
    height: 2.4rem !important;
}

body#web div.table_header div.calendar_btn button.prev::after,
body#web div.table_header div.calendar_btn button.next::after{
    width: 12px;
    height: 12px;
    top: calc(50% - 0.45rem);
}

body#web div.table_header div.calendar_btn button.prev {
    margin-right: 1rem;
}
body#web div.table_header div.calendar_btn button.next {
    margin-left: 1rem;
}

body#web div.table_header div.calendar_btn button.prev::after {
    left: 30px;
}

body#web div.table_header div.calendar_btn button.next::after {
    right: 30px;
}

/*
body#web div.dispSmartPhone {
    display:none !important;
}
*/
body#web table.scheduleCalendar tbody tr td.timeHeader {
    font-weight: bold;
}
body#web table.scheduleCalendar tbody tr td a {
    color: var(--base-col);
}

/*
カレンダーの日付部分の表示を変える
    「曜日 <br> ○○月△△日 <br> 祝日の名称」
        ↓↓↓
    「△△日 <br> 曜日」
*/
body#web div.notdispSmartPhone {
    display:block !important;
}
body#web div.dispSmartPhone {
    display:none !important;
}

@media screen and (max-width:932px) {
    /*コンテンツ領域設定*/
    body#web div.main {
        min-height: calc(100vh - 119.85px - 0.5rem - 57.83px - 0.5rem - 30.4px - 0.2rem - 0.2rem - 72px);
    }


    /*説明欄*/
     body#web div.explain {
        margin-top: 0.1rem;
        margin-right: 0.3rem;
        margin-bottom: 0.1rem;
        margin-left: 0.3rem;
        padding: 0.3rem 0.5rem;
        font-size: 0.8rem;
    }
    div.explain br {
        display: inline;
    }


    /*テーブルヘッダー*/
    body#web div.table_header {
        margin: 0.5rem 0;
    }
    body#web div.table_header .flatpickr-date .form-control {
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0rem;
        margin-left: 0.25rem;
        font-size: 1rem;
    }
    body#web #btnData_Date {
        margin-left: 0.25rem;
    }
    body#web div.table_header div.calendar_btn {
        margin: 0rem;
    }
    body#web div.table_header div.calendar_btn button {
        margin-top: 0rem;
        margin-bottom: 0rem;
        margin-right: 0px;
        height: auto !important;
    }
    body#web div.table_header div.calendar_btn button.prev::after,
    body#web div.table_header div.calendar_btn button.next::after{
        width: 8px;
        height: 8px;
        top: calc(50% - 0.3rem);
    }
    body#web div.table_header div.calendar_btn button.prev::after {
        left: calc(50% - 4px);
    }
    body#web div.table_header div.calendar_btn button.next::after {
        right: calc(50% - 4px);
    }
    body#web input[type="text"], body#web input[type="date"], body#web input[type="password"], body#web select, body#web textarea {
        height: auto;
        font-size: 0.8rem;
    }
    body#web div.table_header div.calendar_btn button {
        font-size: 0.6rem;
    }
    body#web div.table_header div.calendar_btn button.prev {
        padding: 0.2rem 0.5rem 0.2rem 2rem;
    }
    body#web div.table_header div.calendar_btn button.next {
        padding: 0.2rem 2rem 0.2rem 0.5rem;
    }
    body#web div.table_header .flatpickr-date .calendar {
        margin: 0;
    }





    /*カレンダー表*/
    body#web table {
        width: 100%;
        table-layout: fixed;
    }
    body#web td, th {
        padding: 0.1rem;
    }
    body#web tr:first-child th {
        line-height: 0.6rem;
    }
    body#web table, body#web th.holiday {
        font-size: 0.6rem;
    }
    body#web tr:nth-child(n+2) td:nth-child(n+2) {
        font-size: 0.8rem;
    }
    /*
    スマホの場合、カレンダーの日付部分の表示を変える
        「曜日 <br> ○○月△△日 <br> 祝日の名称」
            ↓↓↓
        「△△日 <br> 曜日」
    */
    body#web div.notdispSmartPhone {
        display:none !important;
    }
    body#web div.dispSmartPhone {
        display:block !important;
    }

    body#web div.calendar_btn button.prev {
        padding-top: 0.75rem !important;
        padding-right: 1rem !important;
        padding-bottom: 0.75rem !important;
        padding-left: 2rem !important;
        font-size: 13px !important;
    }

    body#web div.calendar_btn button.next {
        padding-top: 0.75rem !important;
        padding-right: 2rem !important;
        padding-bottom: 0.75rem !important;
        padding-left: 1rem !important;
        font-size: 13px !important;
    }

    body#web div.table_footer button.prev {
        padding-top: 0.75rem !important;
        padding-right: 1rem !important;
        padding-bottom: 0.75rem !important;
        padding-left: 2rem !important;
        font-size: 13px !important;
    }
    body#web div.table_footer button.next {
        padding-top: 0.75rem !important;
        padding-right: 2rem !important;
        padding-bottom: 0.75rem !important;
        padding-left: 1rem !important;
        font-size: 13px !important;
    }
}