@charset "UTF-8";

article, aside, details, figcaption, figure, header, hgroup, menu, nav, section {
    display: block;
}

.container {
    display: flex;
    flex-direction: column; /* 上段と下段を縦に並べる */
}

.up-wrapper {
    display: flex;
    width: 100%;
    height: 59%;
    margin: 2px;
}

.left-wrapper {
    display: block;
    width: 58.8%;
    height: 59%;
}

    .left-wrapper table {
        width: 100%;
        height: 80%;
        border-collapse: collapse;
        table-layout: fixed;
        font-size: 20px;
    }

        .left-wrapper table td {
            line-height: 1;
            height: 50px;
            padding: 0px;
        }

        .left-wrapper table th.title {
            width: 9em;
        }

        .left-wrapper table th.clean {
            height: 12px;
            width: 117px;
            font-size: 12px;
        }

.left-wrapper1 {
    display: block;
    width: 100%;
    height: 80%;
}

.left-wrapper2 {
    display: block;
    width: 100%;
    height: 10%;
}


.table-wrapper {
    width: 41%;
    display: block;
    margin-left: auto;
    height: 59%;
}

    .table-wrapper th, .table-wrapper td {
        border: 1px solid black;
    }

.table-wrapper1 {
    width: 100%;
    display: block;
    margin-left: auto;
    height: 59%;
}

    .table-wrapper1 table {
        width: 100%;
        border-collapse: collapse;
        font-size: 20px;
        table-layout: fixed;
    }

        .table-wrapper1 table th.place {
            width: 4em;
        }

        .table-wrapper1 table th.rubbish {
            width: 9.5em;
        }

    .table-wrapper1 th {
        border: 1px solid black;
        padding: 2px;
        height: 50px;
    }

    .table-wrapper1 td {
        text-align: left;
        border: 1px solid black;
        padding: 2px;
        height: 50px;
        text-align: center;
        vertical-align: middle;
    }

    .table-wrapper1 tr td:first-child {
        text-align: left;
        padding-left: 10px;
    }

.table-wrapper2 {
    width: 100%;
    display: block;
    margin-left: auto;
    height: 40%;
}

    .table-wrapper2 table {
        width: 100%;
        border-collapse: collapse;
        font-size: 20px;
        table-layout: fixed;
    }

        .table-wrapper2 table th.place {
            width: 4.5em;
        }

    .table-wrapper2 th {
        border: 1px solid black;
        padding: 8px;
        height: 39px;
    }

    .table-wrapper2 td {
        text-align: left;
        border: 1px solid black;
        padding: 2px;
        height: 50px;
        text-align: center;
        vertical-align: middle;
    }

    .table-wrapper2 tr td:first-child {
        text-align: left;
        padding-left: 10px;
    }

.full-width-table table {
    width: 100%;
    margin-top: 5px;
    border-collapse: collapse;
    table-layout: fixed;
}

    .full-width-table table th.space {
        background-color: dimgray;
        width: 0.5em;
    }

    .full-width-table table th.remark {
        background-color: darkblue;
    }

    .full-width-table table td {
        line-height: 1;
        height: 54px;
    }

        .full-width-table table td.line {
            background-color: dimgray;
        }

#date {
    padding: 0.5em 1em;
    color: #fff;
    background: #5F8C04; /*背景色*/
    border-top: solid 6px #006400;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32); /*影*/
    font-size: 20px;
    font-weight: bold;
    width: 250px;
    /*display: inline-block;*/
    margin-right: 10px;
}

#h {
    font-size: 30px;
    font-weight: bold;
    margin-top: 15px;
}

.selectbox-001 {
    position: relative;
}

    .selectbox-001::before,
    .selectbox-001::after {
        position: absolute;
        content: '';
        pointer-events: none;
    }

    .selectbox-001::before {
        display: inline-block;
        right: 0;
        width: 2.8em;
        height: 2.8em;
        border-radius: 0 3px 3px 0;
        background-color: #D0D05C;
    }

    .selectbox-001::after {
        position: absolute;
        top: 50%;
        right: 1.4em;
        transform: translate(50%, -50%) rotate(45deg);
        width: 6px;
        height: 6px;
        border-bottom: 3px solid #fff;
        border-right: 3px solid #fff;
    }

    .selectbox-001 select {
        appearance: none;
        min-width: 230px;
        height: 2.8em;
        padding: .4em 3.6em .4em .8em;
        border: none;
        border-radius: 3px;
        background-color: #e6edf3;
        color: #333;
        font-size: 1em;
        cursor: pointer;
    }

        .selectbox-001 select:focus {
            outline: 2px solid #2589d0;
        }


table {
    border-collapse: collapse;
    font-size: 18px;
    font-weight: bold;
}

caption {
    font-size: 30px; /* キャプションの文字サイズを18pxに設定 */
    font-weight: bold; /* キャプションの太さを太字に設定 */
}

table td {
    /*/text-align: center;
    vertical-align: middle;*/
    line-height: 1;
    padding: 0px;
    border: 1px solid black;
    color: #000000;
    background-color: #D6FF5A;
}

table th {
    border: 1px solid black;
    color: #fff;
    background-color: #5F8C04;
}

.sani th {
    background-color: #5F8C04;
}

.week2 th {
    background-color: #000066;
    border: 1px solid white;
}

#week2 td {
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}

#weekly {
    table-layout: fixed;
}

    #weekly th {
        background-color: #5F8C04;
        border: 1px solid black;
    }

    #weekly td {
        height: 2.2em;
        padding: 2px;
        text-align: center;
        vertical-align: middle;
        box-sizing: border-box;
    }

#weekly_clean th {
    background-color: #5F8C04;
    border: 1px solid black;
}

#weekly tr td:first-child {
    font-size: 28px;
    padding: 10px;
    width: 8em;
    text-align: left;
    vertical-align: middle;
}

table tr:nth-child(even) td {
    background: #eee;
}

table tr:nth-child(odd) td {
    background: #fff;
}

.table-header-group {
    position: sticky;
}


body {
    background-color: wheat;
    color: #000;
    font-size: 15px;
    font-family: "MS Pゴシック";
}

.back {
    font-size: 15px;
    font-family: "Meiryo UI";
}

button {
    height: 30px;
    font-size: 15px;
    border-radius: 5px;
    margin: 1px
}

    button:hover {
        opacity: 0.5;
    }

input {
    font-size: 15px;
    height: 20px;
}
/* ドロップダウンメニュー全体 */
.dropdown {
    position: relative;
    display: inline-block;
}

/* ドロップダウンボタン */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* ドロップダウンコンテンツ */
.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
}

    /* ドロップダウンコンテンツのリンク */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* ドロップダウンコンテンツのリンクにマウスホバーしたときのスタイル */
        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.button-container {
    display: flex; /* フレックスボックスを使用して横に並べる */
    margin-top: 20px;
}

.menu-button {
    height: 2em;
    padding: 2px;
    margin: 2px;
    width: 9em;
    font-size: 15px;
}
/* スマホ */
@media(max-width: 1200px) {

    table {
        border-collapse: collapse;
        font-size: 20px;
    }

        table th {
            border: 1px solid black;
            color: #fff;
            background-color: #5F8C04;
        }

        table td {
            border: 1px solid black;
            color: #000000;
            background-color: #D6FF5A;
        }

        table tr:nth-child(even) td {
            background: #eee;
        }

        table tr:nth-child(odd) td {
            background: #fff;
        }

    .table-header-group {
        position: sticky;
    }

    body {
        background-color: wheat;
        color: black;
        font-size: 20px;
        font-family: "MS Pゴシック";
    }

    .tb-wrap {
        width: 100%;
        overflow-x: scroll;
    }

    .com {
        font-size: 10px;
    }

    input {
        font-size: 10px;
        height: 15px;
    }

    button {
        height: 25px;
        font-size: 20px;
        border-radius: 5px;
        margin: 1px
    }

    #text1 {
        font-size: 15px;
    }

    #date {
        padding: 0.5em 1em;
        color: #fff;
        background: #5F8C04; /*背景色*/
        border-top: solid 6px #006400;
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32); /*影*/
        font-size: 20px;
        font-weight: bold;
        width: 250px;
        display: inline-block;
        margin-right: 10px
    }

    .button-container {
        display: flex; /* フレックスボックスを使用して横に並べる */
        margin-top: 20px;
    }

    .menu-button {
        height: 2em;
        padding: 2px;
        margin: 2px;
        width: 8em;
        font-size: 15px;
    }
}
