@charset "utf-8";

footer {
    margin-top: 80px;
}

.note {
    color: #000;
}

.cap {
    margin-top: 1%;
    font-size: 10px;
    line-height: 15px;
}

/* pc版 */
@media screen and (min-width:731px) {

    .title {
        font-family: 'Crimson Text', serif;
        color: #524517;
        text-align: center;
        font-size: 35px;
        font-weight: 800;
        letter-spacing: 3px;
        margin: 4% 0 3% 0;
    }

    .title span {
        display: block;
        color: #5e5d5c;
        font-size: 9px;
        letter-spacing: 1px;
        margin-top: -3px;
    }

    .note {
        margin-bottom: 7%;
    }

    .all_wrap {
        width: 80%;
        max-width: 1000px;
        margin: 0 auto;
    }

    .midashi {
        color: #000;
        font-size: 18px;
        margin: 7% 0 1% 0;
    }

    .midashi2 {
        color: #000;
        font-size: 15px;
        margin: 2% 0 1% 0;
        line-height: 27px;
    }

    .schedule {
        width: 100%;
        margin-bottom: 1%;
    }

    .sale {
        width: 100%;
        margin-bottom: 1%;
    }

    .outline {
        width: 100%;
        margin-bottom: 1%;
    }

    th {
        background-color: #e6e6e6;
        width: 25%;
    }

    th,
    td {
        border: 1px solid #000;
        padding: 20px;
        font-size: 16px;
        vertical-align: middle;
    }

    .schedule_midashi {
        font-size: 18px;
        line-height: 1.8;
        font-weight: 600;
    }
}

/* tab */
@media screen and (max-width:1000px) and (min-width:731px) {

    .title {
        font-family: 'Crimson Text', serif;
        color: #524517;
        text-align: center;
        font-size: 35px;
        font-weight: 800;
        letter-spacing: 3px;
        margin: 4% 0 3% 0;
    }

    .title span {
        display: block;
        color: #5e5d5c;
        font-size: 9px;
        letter-spacing: 1px;
        margin-top: -3px;
    }

    .disp-pc1001 {
        display: none;
    }

    .all_wrap {
        width: 90%;
        max-width: 800px;
        margin: 0 auto;
    }


    th {
        background-color: #e6e6e6;
        width: 30%;
    }

    th,
    td {
        font-size: 15px;
        padding: 20px 10px;
    }


}

/* スマホ版 */
@media screen and (max-width:730px) {

    .title {
        font-family: 'Crimson Text', serif;
        color: #524517;
        text-align: center;
        font-size: 28px;
        font-weight: 800;
        letter-spacing: 3px;
        margin: 10% 0 5% 0;
    }

    .title span {
        display: block;
        color: #5e5d5c;
        font-size: 10px;
        letter-spacing: 1px;
        margin-top: -3px;
    }

    .note {
        margin-bottom: 20%;
    }

    .disp-pc1001 {
        display: none;
    }

    .all_wrap {
        width: 90%;
        max-width: 800px;
        margin: 0 auto;
    }


    .midashi {
        color: #000;
        font-size: 14px;
        margin: 10% 0 2% 0;
    }

    .midashi2 {
        color: #000;
        font-size: 12px;
        margin: 2% 0 1% 0;
        line-height: 20px;
    }

    .schedule {
        width: 100%;
        margin-bottom: 3%;
    }

    .sale {
        width: 100%;
        margin-bottom: 3%;
    }

    .outline {
        width: 100%;
        margin-bottom: 3%;
    }

    table {
        width: 100%;
        border: 1px solid #000;
        border-bottom: none;
    }

    th {
        background-color: #e6e6e6;
    }

    th,
    td {
        display: block;
        border-bottom: 1px solid #000;
        padding: 10px 5px 10px 8px;
        font-size: 12px;
    }

    td {
        border-top: none;
    }

    .schedule_midashi {
        font-size: 15px;
        line-height: 1.8;
        font-weight: 600;
    }
}