#schedule {
    width: 95%;
    max-width: 1432px;
}

table thead th {
    padding: 15px;
    color: #fff;
    font-weight: bold;
    background: #461203;
    vertical-align: middle;
}

table#first-table th {
    font-size: 18px;
    font-weight: normal;
}

table tbody th.date {
    vertical-align: top;
}

table tbody th span.date {
    width: 80%;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px 0 3px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    background: #9c8a74;
    border-radius: 50rem;
    display: inline-block;
}

table tbody ul {
    margin-top: 10px;
    margin-left: 20px;
}

table tbody li {
    list-style: disc;
    list-style-position: outside;
}

#schedule p.stay {
    text-align: right;
    margin: 0;
}



@media screen and (min-width: 769px) {

    /* ///////// pc /////////// */
    #schedule table,
    #schedule th,
    #schedule td {
        border: #ccc thin solid;
        border-collapse: collapse;
    }

    #schedule thead.mob {
        display: none;
    }

    #schedule thead th.food {
        width: 15%;
    }

    #schedule tbody td.food {
        width: 7%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        /*        display: inline-block;*/
    }


    table#first-table {
        width: 100%;
    }

    table#second-table {
        width: 100%;
    }


    table#first-table,
    table#first-table th,
    table#first-table td {
        border-bottom: none;
    }


    #schedule tbody th {
        width: 15%;
    }

    #schedule th,
    #schedule td {
        padding: 15px 10px 10px;
        /* vertical-align: top; */
    }

    table tbody ul {
        margin-top: 0;
        margin-left: 30px;
    }


    #schedule img.airplane {
        max-width: 17px;
    }

    .read_more_tbody {
        display: none;
    }

    th.date .year {
        display: block;
    }

}


@media print,
screen and (max-width: 768px) {


    #schedule table {
        width: 100%;
        /* border: #f00 thin solid; */
    }

    #schedule .table-outer-mob {
        /* margin-bottom: 1em; */
        border: #ccc thin solid;
    }

    /* 
    #schedule table {
        margin-bottom: 1em;
    } */

    #schedule thead.pc {
        display: none;
    }


    #schedule th,
    #schedule td {
        padding: .5em .25em;
        vertical-align: top;
    }

    #schedule tbody tr {
        width: 100%;
        display: block;
    }

    #schedule tbody th {
        width: 100%;
        display: block;
    }

    table tbody th.date {
        text-align: left;
    }

    table tbody th.date span.date {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        padding: 5px 0;
        display: block;
        border-radius: 0;
    }

    table tbody th.date span.date2 {
        font-weight: bold;
        display: block;
        margin-left: 10px;
    }

    #schedule tbody td::before {
        padding: .25em 0.5em;
        color: #745541;
        text-align: center;
        font-weight: bold;
        content: attr(data-label);
        white-space: nowrap;
        background: #f7f0e8;
        border-radius: 2em;
    }

    #schedule tbody td.plan {
        /* width: 70.5%; */
        /* width: 61.5%; */
        width: 100%;
        padding-left: 3%;
        padding-right: 3%;
        display: block;
        /* border: #f00 thin solid; */
    }

    #schedule tbody td.plan dl {
        margin-bottom: 0;
    }

    #schedule tbody td.food {
        /* width: 7%; */
        /* width: 10%; */
        width: 100%;
        padding: 3px 10px;
        display: inline-block;
        text-align: left;
        line-height: 2;
        display: block;
        vertical-align: middle;
        /* border: #f00 thin solid; */
    }

    #schedule img.airplane {
        max-width: 14px;
        margin-left: 5px;
        margin-bottom: 5px;

    }


    .mobHide-tbody {
        display: none;
    }


    .read_more_tbody li {
        text-align: center;
        color: #fff;
        width: 60%;
        margin: auto;
        padding: 10px 10px;
        background: #990000;
        border-radius: 50rem;
    }

}



/*==========================
info-table
============================*/
/* .info-table {
    padding: 10px 10px;
} */


.info-table table {
    border-spacing: 0;
    border: #cec6bd 1px solid;
    border-bottom: none;
}

.info-table th,
.info-table td {
    text-align: left;
    display: block;
    /* border: #cec6bd 1px solid; */
}

.info-table th {
    /* padding: 5px 10px; */
    padding: 8px 15px 8px;
    background-color: #f7f0e8;
    border-right: #cec6bd thin solid;
    border-bottom: #cec6bd thin solid;
}

.info-table td {
    background-color: #fff;
    padding: 8px 15px 8px;
    border-bottom: #cec6bd thin solid;
}

@media screen and (min-width: 1000px) {

    .info-table th,
    .info-table td {
        display: table-cell;
    }

    .info-table th {
        width: 25%;
    }
}