@charset "utf-8";

/*　トップ
------------------------------------------------------------ */

#img_top {
    width: 990px;
    height: 450px;
}

#img_flash {
    width: 990px;
    height: 450px;
}

#top_new {
    width: 390px;
}

.top_new_in {
    width: 360px;
    _width: 390px;
    height: 113px;
    _height: 110px;
    padding: 15px;
    overflow: auto;
}

.top_new_in dt {
    color: #FFFFCC;
    font-weight: bold;
}

.top_new_in dd {
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
    margin-bottom: 5px;
}

#top_blog {
    width: 390px;
}

.top_blog_in {
    width: 360px;
    _width: 390px;
    /*height: 90px;
	_height: 120px;*/
    /* height: 201px; */
    _height: 230px;
    padding: 15px;
    overflow: auto;
}

.top_blog_in li {
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
    margin-bottom: 5px;
}

#footer .bnr {
    width: 180px;
    height: 34px;
    position: absolute;
    right: 5px;
    top: 10px;
}

.mode {
    font-size: 17px;
    border-left: 3px solid #d7c78c;
    padding-left: 11px;
    margin-bottom: 0 !important;
    font-family: 'Yuji Syuku', serif;
    font-weight: bold;
}

.calendar-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 15px;
    /* margin-bottom: 20px; */
}

.calendar-content table {
    width: 280px;
    text-align: center;
    font-size: 18px;
    margin: 10px 0;
    padding: 0 5px 10px;
}

.calendar-content table th {
    color: #ffffff;
}

.calendar-content table th,
.calendar-content table td {
    width: 41px;
    height: 36px;
    box-sizing: border-box;
}

.calendar-content table .red {
    color: #ff820a;
}

.calendar-content table .blue {
    color: #567d00;
}

.calendar-content table .mark {
    border: 2px solid #567d00;
    border-radius: 35px;
}

.lunch {
    background: #fff;
    border-radius: 35px;
    color: #000;
}

.calendar {
    font-family: 'Yuji Syuku', serif;
}

.calendar .note {
    font-size: 10px;
    color: #ff820a;
}

.list-calen {
    width: 250px;
    margin-right: 100;
    margin-top: 33px;
    text-align: center;
}

.list-calen .box-list {
    margin-top: 15px;
}

.list-calen .box-list .title-list {
    font-size: 15px;
    font-weight: bold;
}

.pc1000 {
    display: block;
}

.sp1000 {
    display: none;
}

.newyear {
    margin: 1em 0;
}

.box-newyear {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em 2.5em;
    background-color: #dcca98;
    border-radius: 6px;
    border: 2px solid #ffffffab;
}

.box-newyear p {
    color: #000;
    font-weight: bold;
    line-height: 1.6;
    font-size: 1.5em;
    text-align: center;
}

.box-newyear_title {
    margin-bottom: 0.5em;
    position: relative;
}

.box-newyear_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 65%;
    height: 1px;
    background-color: #000;
    transform: translateX(-50%);
}

.red {
    color: #f00;
}

@media screen and (max-width: 1000px) {
    address {
        padding-top: 50px;
    }

    .pc1000 {
        display: none;
    }

    .sp1000 {
        display: block;
    }

    #img_top {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .box_information {
        width: 100%;
        background: #191000;
        height: auto;
        min-height: auto;
        background-size: auto;
        padding: 10px;
    }

    .box_information dl {
        /* left: 20px; */
        /* top: 33rem; */
        position: initial;
    }

    img {
        height: auto;
    }

    #top_blog {
        width: 100%;
    }

    .top_blog_in {
        width: 93%;
        padding: 10px;
        margin: 0 auto;
        margin-left: 0;
    }

    #main {
        width: 100%;
    }

    #footer .bnr {
        /* display: none; */
        display: flex;
        justify-content: center;
        width: 100%;
    }

    #sub {
        margin: 0 auto;
        float: inherit;
    }
}

@media screen and (max-width: 767px) {
    .box_menu_l {
        width: 100%;
        margin-bottom: 0;
    }

    .box_menu_r {
        width: 100%;
    }

    .bg_lunch {
        width: 92%;
        padding: 10px;
        margin: 0 auto;
        background: #130c00;
        border: 2px solid #beb08d;
        height: auto;
        font-size: 10px;
    }

    #sub {
        width: 92%;
        padding: 10px;
    }

    .calendar-content {
        flex-direction: column;
        align-items: center;
    }

    .list-calen {
        margin-top: 10px;
    }

    .mode {
        margin-left: 10px;
    }

}
.lunch_oko_c{
    color: #CDDC39;
}
.lunch_Oko{
    background-color: #CDDC39;
}