.item_title {
    width: 100%;
    font-size: 18px;
    color: #94243a;
    font-weight: bold;
    padding: 20px 0;
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 30px;
}

.item_discription {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    text-align: center;
    color: #575757;
}

.item_comment {
    text-align: left;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 30px;
    border-bottom: 1px solid #a0a0a0;
}

.comment {
    margin-bottom: 30px;
}

.gaiyou {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #94243a;
    margin: 50px 0 50px 0;
}

.sl_event_title {
    font-size: 20px;
    font-weight: bold;
    color: #94243a;
    margin: 50px 0 50px 0;
}

.iframe-css {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.iframe-css iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dam_card {
    width: 60%;
}

.td_day {
    width: 50%;
    font-size: 18px;
}

table {
    width: 60%;
}

.shoten_table {
    width: 100%;
}

.shoten_table th {
    width: 20%;
}

.sl_table {
    width: 50%;
    text-align: left;
}

.sl_table_th {
    width: 25%;
}

table,
td,
th {
    border: 1px solid #595959;
    border-collapse: collapse;
}

td,
th {
    padding: 3px;
    width: 30px;
    height: 25px;
}

th {
    background: #f0e6cc;
}

.even {
    background: #fbf8f0;
}

.odd {
    background: #fefcf9;
}

.jrsite {
    font-size: 20px;
    font-weight: bold;
    color: teal !important;
}

.card-container {
    display: flex;
    margin: 35px auto;
    height: 100%;
}

.sl_banner {
    font-size: 16px;
    width: 300px;
    margin: 0 10px 0 10px;
    text-align: center;
}

.sl_st {
    width: 400px;
    margin: 50px 0;
}

@media screen and (max-width: 768px) {
    .sl_event img {
        width: 100%;
    }

    .sl_table {
        width: 100%;
    }

    table {
        width: 100%;
    }

    .card-container {
        display: initial;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .sl_banner {
        margin: 0 auto;
    }

    .sl_st {
        width: 100%;
        margin: 0;
    }
}