@charset "UTF-8";

body {
    height: 100%;
}
.base_container {
    display: none;
    height: 100%;
    background: #DCDDDD;
    margin-top: 55px;
}
.container {
    margin-top: 0 !important;
    padding-top: 1rem !important;
}
header {
    position: fixed;
    width: 100%;
    max-width: 1200px;
    height: 55px;
    top: 0;
    color: #000;
    background: #DCDDDD;
    padding: 5px;
    /*background: rgb(0, 0, 0, 0.6);*/
    z-index: 9000;
    overflow: hidden;
}
header .logo {
    float: left;
    width: 60px;
    margin: 0 50px 0 30px;
}
@media screen and (max-width: 767) {
    header .logo {
        margin: 0 50px 0 10px;
    }
}
header .logo img {
    width: 100%;
}
header .menu {
    float: left;
}
header .menu ul {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
}
header .menu ul li {
    text-align: left;
    font-size: 1.3rem;
    margin-right: 40px;
}
header .menu ul li:last-child {
    margin-right: 0;
}
header .menu ul li a {
    color: #000;
}
header .menu ul li a:hover {
    color: #f00;
    font-weight: bold;
}
header .menu ul li a.active {
    color: #f00;
    font-weight: bold;
}
#top_logo {
    width: 100%;
    background: rgb(255, 255, 255, 0.4);
    text-align: center;
    margin: 0 0 20px;
}
#top_logo h1 {
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: normal;
    margin: 0;
}
@media screen and (min-width: 768px) {
    footer {
        width: 100%;
        margin: 20px 0 0;
        color: #000;
        background: #DCDDDD;
        overflow: hidden;
        /*background: rgb(0, 0, 0, 0.6);*/
    }
    footer .footer_area {
        position: relative;
        height: 100px;
        /*background: #999;*/
    }
    footer .footer_area .logo {
        position: absolute;
        width:80px;
        top: 20px;
        left: 120px;
    }
    footer .footer_area .logo img {
        width:100%;
    }
    footer .footer_area .address {
        position: absolute;
        font-size: 0.8rem;
        top: 20px;
        left: 240px;
    }
    footer .footer_area .address .shop_name {
        font-size: 1rem;
    }
    footer .footer_area .lunch_time {
        position: absolute;
        font-size: 0.8rem;
        top: 20px;
        left: 600px;
    }
    footer .footer_area .dinner_time {
        position: absolute;
        font-size: 0.8rem;
        top: 20px;
        left: 800px;
    }
    footer .footer_area .waku {
        border: 1px solid #000;
        padding: 1px 20px;
    }
    footer .bottom_line {
        background-color: #530915;
        width: 100%;
        height: 20px;
    }
}
@media screen and (max-width: 767) {
    footer {
        width: 100%;
        padding: 20px;
        text-align: center;
        color: #000;
        background: #DCDDDD;
    }
    footer .footer_area {
    }
    footer .footer_area .logo {
        width:40%;
        margin: 0 auto 10px;
    }
    footer .footer_area .logo img {
        width:100%;
    }
    footer .footer_area .address {
        font-size: 0.8rem;
        margin-bottom: 20px;
    }
    footer .footer_area .address .shop_name {
        font-size: 1rem;
        margin-bottom: 20px;
    }
    footer .footer_area .lunch_time {
        font-size: 0.8rem;
        margin-bottom: 20px;
    }
    footer .footer_area .dinner_time {
        font-size: 0.8rem;
        margin-bottom: 20px;
    }
    footer .footer_area .waku {
        border: 1px solid #000;
        padding: 1px 20px;
    }
    footer .bottom_line {
        display: none;
    }
}
.container {
    min-height: 100%;
    margin-top: 70px;
    padding-top: 20PX;
    padding-bottom: 1rem;
}
.content_wrap {
    width: 90%;
    margin: 0 auto 20px;
}
.content_wrap img {
    max-width: 100%;
}
.img80p, .img90p {
    text-align: center;
}
.img80p img {
    width: 80%;
}
.img90p img {
    width: 90%;
}
.img100p img {
    width: 100%;
}
.hl {
    width: 100%;
    height: 3rem;
    line-height: 3.4rem;
    font-size: 1.5rem;
    text-align: right;
    padding: 0 20px 0 40px;
    margin: 0 0 20px;
}
.hl02 {
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.img {
    width: 100%;
}


.menu_title {
    text-align: center;
    color: #fff;
    background-color: #530915;
    line-height: 40px;
    height: 40px;
}
@media screen and (min-width: 768px) {
    .menu_left, .menu_right {
        width: 45%;
    }
    .menu_left {
        float: left;
    }
    .menu_right {
        float: right;
    }
}
@media screen and (max-width: 767px) {
    .menu_area .menu th {
        width: 60%;
    }
}

@media screen and (min-width: 768px) {
    ul.item_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    ul.item_list li {
        flex-basis: 30%;
    }
    ul.item_list li .photo {
        height: 300px;
        overflow: hidden;
    }
    ul.item_list li .photo img {
        width: 100%;
    }
    ul.item_list li .text {
        text-align: center;
        box-sizing: border-box;
        padding: 20px;
        height: 120px;
        background-color: #fff;
    }
}
@media screen and (max-width: 767px) {
    ul.item_list {
        margin-bottom: 20px;
    }
    ul.item_list li {
        width: 100%;
        margin-bottom: 20px;
    }
    ul.item_list li:last-child {
        margin-bottom: 0;
    }
    ul.item_list li .photo {
        overflow: hidden;
    }
    ul.item_list li .photo img {
        width: 100%;
    }
    ul.item_list li .text {
        text-align: center;
        box-sizing: border-box;
        padding: 20px;
        background-color: #fff;
    }
}

table.menu {
	width: 100%;
	border-collapse: collapse;
}
table.menu th, table.menu td {
    padding: 15px;
}
table.menu th {
    text-align: left;
    font-weight: normal;
}
table.menu td {
    text-align: right;
}
@media screen and (max-width: 767px) {
    table.menu th, table.menu td {
        padding: 10px 15px;
    }
}

ul.menu_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #fff;
    padding: 0 20px;
    margin: 0 0 40px;
}
ul.menu_list li {
    flex-basis: 22%;
    overflow: hidden;
}
ul.menu_list li img {
    width: 100%;
}

