@charset "utf-8";


h1 {
    text-align: center;
    color: #4caf50;
    margin-bottom: 40px;
}

.area-title {
    background: #4caf50;
    color: #fff;
    padding: 15px 20px;
    border-radius: 6px 6px 0 0;
    font-size: 22px;
    font-weight: bold;
}

table {
    width: 100%;
    border-collapse: collapse;
    /* background: #fff;*/
}

th {
    background: #7bc67e;
    color: #fff;
    padding: 12px;
    border: 1px solid #ddd;
    font-weight: bold;
}

td {
    padding: 14px;
    border: 1px solid #ddd;
    vertical-align: top;
    width: 25%;
}

tr:nth-child(even) {
    background: #fafafa;
}

.note {
    font-size: .9rem;
    color: #666;
}

@media(max-width:768px) {

    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    td {
        width: 100%;
    }

    thead {
        display: none;
    }

    tr {
        margin-bottom: 18px;
        background: #fff;
        border: 1px solid #ddd;
    }

    td {
        border: none;
        border-bottom: 1px solid #eee;
        padding-left: 42%;
        position: relative;
        min-height: 54px;
    }

    td:before {
        position: absolute;
        left: 15px;
        top: 14px;
        font-weight: bold;
        color: #4caf50;
    }

    td:nth-child(1):before {
        /*content: "園名";*/
    }

    td:nth-child(2):before {
        content: "日程";
    }

    td:nth-child(3):before {
        content: "時間";
    }

    td:nth-child(4):before {
        content: "";
    }

    td:nth-child(1),
    td:nth-child(4) {
        padding: 1rem 1rem;
    }


    .area-title {
        font-size: 20px;
    }

}

.btn_moudhikomi {}

.btn_moudhikomi a {
    background-color: #e23f80;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    padding: 4px 0;
    border-radius: 5px;
}

td:nth-child(1) {
    font-weight: bold;
}

/************/
.table_wrap {
    margin: 0 0 2rem;
}

.table_wrap.shinen {
    margin: 0 0 2rem;
}

.shinen td:before {
    color: #eb8c11;
}

.shinen .area-title,
.shinen thead th,
.shinen tfoot th {
    background-color: #eb8c11;
}

/******/
.minami_urawa td:before {
    color: #ffc300;
}

.minami_urawa .area-title,
.minami_urawa thead th,
.minami_urawa tfoot th {
    background-color: #ffc300;
}

/******/
.kita_urawa td:before {
    color: #e53636;
}

.kita_urawa .area-title,
.kita_urawa thead th,
.kita_urawa tfoot th {
    background-color: #e53636;
}

/******/
.urawa td:before {
    color: #8F83C1;
}

.urawa .area-title,
.urawa thead th,
.urawa tfoot th {
    background-color: #8F83C1;
}

/******/
.higashi_urawa td:before {
    color: #6aa81e;
}

.higashi_urawa .area-title,
.higashi_urawa thead th,
.higashi_urawa tfoot th {
    background-color: #6aa81e;
}

/******/
.omiya td:before {
    color: #fba000;
}

.omiya .area-title,
.omiya thead th,
.omiya tfoot th {
    background-color: #fba000;
}

/******/
.ageo td:before {
    color: #e77992;
}

.ageo .area-title,
.ageo thead th,
.ageo tfoot th {
    background-color: #e77992;
}

/******/
.tokyo td:before {
    color: #66c4da;
}

.tokyo .area-title,
.tokyo thead th,
.tokyo tfoot th {
    background-color: #66c4da;
}

/******/
.kanagawa td:before {
    color: #50a5e0;
}

.kanagawa .area-title,
.kanagawa thead th,
.kanagawa tfoot th {
    background-color: #50a5e0;
}

/**********/
.teiin {
    background-color: #eee;
    padding: 0 1em;
    display: inline-block;
}