@charset "UTF-8";

.intro {}

.intro_title {
    text-align: center;
}

.intro_text {
    text-align: center;
}

.intro_table {}

.intro_table>caption {}

.intro_table>tbody {}

.intro_table>tbody>tr {}

.intro_table>tbody>tr>th {}

.intro_table>tbody>tr>td {}

.intro_list {
    list-style: none;
    font-size: 0;
    margin-bottom: 7px;
}

.intro_list:last-of-type {
    margin-bottom: 0;
}

.intro_list::after {
    content: "";
    display: block;
    clear: both;
}

.intro_list>li {
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    min-width: 67px;
    box-sizing: border-box;
    padding: 0 10px;
    background: #eeeeee;
    text-align: center;
    font-size: 16px;
    margin-right: 4px;
    color: #888888;
}

.intro_list>li.-active {
    background: #00448b;
    color: #fff;
}

.intro_list>li:first-child {}

.intro_list>li:nth-child(2n+1) {}

.intro_list>li:nth-child(n+3) {}

.intro_cautions {
    list-style: none;
    margin-top: 10px;
}

.intro_cautions>li {
    text-indent: -1em;
    padding-left: 1em;
}

.intro_cautions>li:first-child {}

.intro_cautions>li:nth-child(2n+1) {}

.intro_cautions>li:nth-child(n+3) {}

.intro_images {
    list-style: none;
}

.intro_images::after {
    content: "";
    display: block;
    clear: both;
}

.intro_images>li {
    width: 49%;
    float: left;
    margin-left: 2%;
}

.intro_images>li:first-child {}

.intro_images>li:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
}

.intro_images>li:nth-child(n+3) {}

.intro_images>li>img {}

.impression {
    text-align: end;
}

.menu {
    border-top: 1px solid #ccc;
    margin-top: 50px;
    padding-top: 50px;
}

.menu_title {}

.menu_title>b {
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.menu_title>small {
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2em;
}

.menu_list {
    list-style: none;
}

.menu_list::after {
    content: "";
    display: block;
    clear: both;
}

.menu_list>li {
    width: 49%;
    float: left;
    margin-left: 2%;
}

.menu_list>li:first-child {}

.menu_list>li:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
}

.menu_list>li:nth-child(n+3) {
    margin-top: 30px;
}

.menu_item {}

.menu_image {
    margin-bottom: 15px;
}

.menu_image>img {}

.menu_headline {
    margin-bottom: 5px;
}

.menu_headline>small {
    font-size: 75%;
}

.menu_headline>b {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-weight: normal;
}

.menu_headline>strong {
    background: #5f52a0;
    color: #fff;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px;
    padding: 0 12px;
    font-size: 14px;
}

.menu_price {
    margin: 0px 0px 5px;
    color: #948522;
}

.menu_price>b {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.menu_price>small {
    color: #333;
    font-size: inherit;
}

.menu_text {
    margin-top: 10px;
}

.menuNav {
    border-top: 1px solid #ccc;
    margin-top: 50px;
    padding-top: 50px;
}

.menuNav_list {
    list-style: none;
    font-size: 0;
    max-width: 840px;
    margin: 0 auto;
}

.menuNav_list::after {
    content: "";
    display: block;
    clear: both;
}

.menuNav_list>li {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    margin-left: 2%;
}

.menuNav_list>li:first-child {
    margin-left: 0;
}

.menuNav_list>li:nth-child(2n+1) {}

.menuNav_list>li:nth-child(n+3) {}

.menuNav_list>li>a {
    line-height: 50px;
    font-size: 18px;
}

.menuNav_list>li>a::before {
    content: "";
}

.menuNav_list>li>a::after {
    content: "";
}

.menuNav_list>li>a>small {}

.food {}

.food_title {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.food_title::before {
    content: "";
    display: block;
    background: url(/restaurant/img/bg-title01@2x.png);
    width: 379px;
    height: 8px;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.food_title::after {
    content: "";
    display: block;
    background: url(/restaurant/img/bg-title02@2x.png);
    width: 379px;
    height: 8px;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.food_title>b {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 9px;
}

.food_tabs {
    list-style: none;
    display: table;
    width: 100%;
    margin-bottom: 5px;
}

.food_tabs>li {
    display: table-cell;
    vertical-align: middle;
    width: 10%;
    box-sizing: border-box;
    padding-left: 5px;
}

.food_tabs>li:first-child {
    padding-left: 0;
}

.food_tabs>li:nth-child(2n+1) {}

.food_tabs>li:nth-child(n+3) {}

.food_tabs>li>button {
    text-align: center;
    line-height: 47px;
    border: 1px solid #ddd;
    width: 100%;
    position: relative;
    z-index: 1;
    color: #948522;
    font-size: 18px;
    transition-duration: .3s;
    transition-property: background-color, border-color;
}

.food_tabs>li>button::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #faf8ef;
    padding: 0 1px;
    left: -1px;
    position: absolute;
    z-index: 1;
    bottom: -6px;
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity;
}

.food_tabs>li>button.isCurrent::after {
    opacity: 1;
}

.food_tabs>li>button.isCurrent {
    background: #faf8ef;
    border-color: #faf8ef;
}

.food_contents {
    background: #faf8ef;
    padding: 50px 20px;
    display: none;
}

.food_contents.isCurrent {
    display: block;
}

.food_inner {
    max-width: 820px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    padding-top: 20px;
}

.food_sect {
    margin-bottom: 20px;
}

.food_sect {
    margin-bottom: 0;
}

.food_sect-noMargin {
    margin-bottom: 0;
}

.food_sub {}

.food_sub>b {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}

.food_sub>small {
    display: inline-block;
    vertical-align: middle;
    font-size: inherit;
    color: #f0762c;
    font-weight: normal;
}

.food_headline {}

.food_headline>b {
    display: inline-block;
    margin-bottom: 0;
}

.food_headline>small {
    display: inline-block;
    vertical-align: middle;
    font-size: inherit;
    color: #f0762c;
    font-weight: normal;
}

.food_text {
    margin-top: 5px;
}

.food_hr {
    width: 100%;
    border: none;
    height: 1px;
    background: #ddd;
    margin: 20px 0;
}

.food_note {
    max-width: 820px;
    margin: 20px auto 0;
    text-align: right;
}

.intro_sImages {
    list-style: none;
}

.intro_sImages::after {
    content: "";
    display: block;
    clear: both;
}

.intro_sImages>li {
    width: 23.5%;
    float: left;
    margin-left: 2%;
}

.intro_sImages>li:first-child {
    margin-left: 0;
}

.intro_sImages>li:nth-child(2n+1) {}

.intro_sImages>li:nth-child(n+3) {}

.intro_sImages>li>img {}

.restaurant {
    border-top: 1px solid #ccc;
    padding-top: 60px;
    margin-top: 60px;
}

.restaurant_title {
    margin-bottom: 20px;
}

.other {
    background: #faf8ef;
    padding: 35px 45px;
}

.other_title {
    font-size: 16px;
    line-height: 1;
}

.other_hr {
    width: 100%;
    height: 1px;
    background: #ccc;
    border: none;
    margin: 15px -10px;
}

.other_cols {
    display: table;
    width: 100%;
}

.other_cols::after {
    content: "";
    display: block;
    clear: both;
}

.other_col {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.other_col-no1 {
    padding-right: 20px;
}

.other_list {
    list-style: none;
}

.other_list::after {
    content: "";
    display: block;
    clear: both;
}

.other_list>li {}

.other_list>li:first-child {}

.other_list>li:nth-child(2n+1) {}

.other_list>li:nth-child(n+3) {}

.other_col-no2 {}

.other_text {}

.bar {}

.bar_cols {}

.bar_cols::after {
    content: "";
    display: block;
    clear: both;
}

.bar_col {}

.bar_col-no1 {
    float: left;
    width: 30%;
    padding-top: 20px;
}

.bar_title {}

.bar_text {}

.bar_col-no2 {
    float: right;
    width: 66%;
}

.bar_image {}

.bar_image>img {}

.menu_caution{
    text-align:right;
}

#revived_menu {}

.revived_dish {
    /* border-top: 1px solid #ccc;
    margin-top: 50px; */
    margin-top: 50px;
    background: beige;
    padding: 20px 13px 0px;
}
.revived_dish_cnt {
    padding-bottom: 20px;
}
.revived_dish_cnt h4 {
    font-size: 20px;
    font-family: serif;
    font-weight: bold;
}


@media screen and (min-width:1000px) {
    .menuNav_list>li>a:hover {}

    .food_tabs>li>button:hover {
        background: #faf8ef;
        border-color: #faf8ef;
    }
}

@media screen and (max-width:1199px) {
    .intro_list>li {
        font-size: 15px;
    }
}

@media screen and (max-width:999px) {
    .intro {}

    .intro_title {}

    .intro_text {}

    .intro_table {}

    .intro_table>caption {}

    .intro_table>tbody {}

    .intro_table>tbody>tr {}

    .intro_table>tbody>tr>th {}

    .intro_table>tbody>tr>td {}

    .intro_list {}

    .intro_list:last-of-type {}

    .intro_list::after {}

    .intro_list>li {
        font-size: 14px;
        line-height: 22px;
    }

    .intro_list>li.-active {}

    .intro_list>li:first-child {}

    .intro_list>li:nth-child(2n+1) {}

    .intro_list>li:nth-child(n+3) {}

    .intro_cautions {}

    .intro_cautions>li {}

    .intro_cautions>li:first-child {}

    .intro_cautions>li:nth-child(2n+1) {}

    .intro_cautions>li:nth-child(n+3) {}

    .intro_images {}

    .intro_images::after {}

    .intro_images>li {}

    .intro_images>li:first-child {}

    .intro_images>li:nth-child(2n+1) {}

    .intro_images>li:nth-child(n+3) {}

    .intro_images>li>img {}

    .menu {}

    .menu_title {}

    .menu_title>b {}

    .menu_title>small {}

    .menu_list {}

    .menu_list::after {}

    .menu_list>li {}

    .menu_list>li:first-child {}

    .menu_list>li:nth-child(2n+1) {}

    .menu_list>li:nth-child(n+3) {}

    .menu_item {}

    .menu_image {}

    .menu_image>img {}

    .menu_headline {}

    .menu_headline>b {}

    .menu_headline>strong {}

    .menu_price {}

    .menu_price>b {}

    .menu_price>small {}

    .menu_text {}

    .menuNav {}

    .menuNav_list {}

    .menuNav_list::after {}

    .menuNav_list>li {}

    .menuNav_list>li:first-child {}

    .menuNav_list>li:nth-child(2n+1) {}

    .menuNav_list>li:nth-child(n+3) {}

    .menuNav_list>li>a {
        font-size: 14px;
        line-height: 46px;
    }

    .menuNav_list>li>a::before {}

    .menuNav_list>li>a::after {}

    .menuNav_list>li>a>small {}

    .food {}

    .food_title {}

    .food_title::before {
        width: 185px;
        height: 4px;
    }

    .food_title::after {
        width: 185px;
        height: 4px;
    }

    .food_title>b {}

    .food_tabs {}

    .food_tabs>li {}

    .food_tabs>li:first-child {}

    .food_tabs>li:nth-child(2n+1) {}

    .food_tabs>li:nth-child(n+3) {}

    .food_tabs>li>button {
        font-size: 16px;
    }

    .food_tabs>li>button::after {}

    .food_tabs>li>button.isCurrent::after {}

    .food_tabs>li>button.isCurrent {}

    .food_contents {
        padding: 30px 20px;
    }

    .food_contents.isCurrent {}

    .food_inner {}

    .food_sect {}

    .food_sect-noMargin {}

    .food_sub {}

    .food_sub>b {}

    .food_sub>small {}

    .food_headline {}

    .food_headline>b {}

    .food_headline>small {}

    .food_text {}

    .food_hr {
        margin: 15px 0;
    }

    .food_note{
        margin-top: 10px;
        font-size: 12px;
    }

    .intro_sImages {}

    .intro_sImages::after {}

    .intro_sImages>li {}

    .intro_sImages>li:first-child {}

    .intro_sImages>li:nth-child(2n+1) {}

    .intro_sImages>li:nth-child(n+3) {}

    .intro_sImages>li>img {}

    .restaurant {
        padding-top: 45px;
        margin-top: 45px;
    }

    .restaurant_title {
        margin-bottom: 15px;
    }

    .other {
        padding: 25px;
    }

    .other_title {}

    .other_hr {}

    .other_cols {}

    .other_cols::after {}

    .other_col {}

    .other_col-no1 {}

    .other_list {}

    .other_list::after {}

    .other_list>li {}

    .other_list>li:first-child {}

    .other_list>li:nth-child(2n+1) {}

    .other_list>li:nth-child(n+3) {}

    .other_col-no2 {}

    .other_text {}

    .bar {}

    .bar_cols {}

    .bar_cols::after {}

    .bar_col {}

    .bar_col-no1 {
        width: 37%;
    }

    .bar_title {}

    .bar_text {}

    .bar_col-no2 {
        width: 60%;
    }

    .bar_image {}

    .bar_image>img {}
}

@media screen and (max-width: 699px) {
    .intro {}

    .intro_title {}

    .intro_text {
        max-width: 400px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

    .intro_table {
        display: block;
    }

    .intro_table>caption {
        display: block;
    }

    .intro_table>tbody {
        display: block;
    }

    .intro_table>tbody>tr {
        display: block;
    }

    .intro_table>tbody>tr>th {
        display: block;
        width: auto;
        border: none;
        padding: 5px 10px;
    }

    .intro_table>tbody>tr>td {
        display: block;
        width: auto;
        border: none;
        padding: 5px 10px;
    }

    .intro_list {
        margin-bottom: 4px;
    }

    .intro_list:last-of-type {}

    .intro_list::after {}

    .intro_list>li {
        font-size: 12px;
        line-height: 18px;
        min-width: 40px;
        margin-bottom: 2px;
    }

    .intro_list>li.-active {}

    .intro_list>li:first-child {}

    .intro_list>li:nth-child(2n+1) {}

    .intro_list>li:nth-child(n+3) {}

    .intro_cautions {
        font-size: 12px;
    }

    .intro_cautions>li {}

    .intro_cautions>li:first-child {}

    .intro_cautions>li:nth-child(2n+1) {}

    .intro_cautions>li:nth-child(n+3) {}

    .intro_images {}

    .intro_images::after {}

    .intro_images>li {}

    .intro_images>li:first-child {}

    .intro_images>li:nth-child(2n+1) {}

    .intro_images>li:nth-child(n+3) {}

    .intro_images>li>img {}

    .impression {
        font-size: 12px;
    }

    .menu {
        margin-top: 35px;
        padding-top: 35px;
    }

    .menu_title {}

    .menu_title>b {}

    .menu_title>small {
        font-size: 10px;
        margin-left: 10px;
    }

    .menu_list {
        max-width: 490px;
        margin: 0 auto;
    }

    .menu_list::after {}

    .menu_list>li {
        width: auto;
        float: none;
        margin: 15px auto 0;
    }

    .menu_list>li:first-child {}

    .menu_list>li:nth-child(2n+1) {}

    .menu_list>li:nth-child(n+3) {}

    .menu_item {}

    .menu_image {
        margin-bottom: 10px;
    }

    .menu_image>img {}

    .menu_headline {}

    .menu_headline>b {}

    .menu_headline>strong {}

    .menu_price {}

    .menu_price>b {}

    .menu_price>small {}

    .menu_text {}

    .menuNav {
        margin-top: 25px;
        padding-top: 25px;
    }

    .menuNav_list {}

    .menuNav_list::after {}

    .menuNav_list>li {
        display: block;
        width: auto;
        margin: 10px auto 0;
    }

    .menuNav_list>li:first-child {}

    .menuNav_list>li:nth-child(2n+1) {}

    .menuNav_list>li:nth-child(n+3) {}

    .menuNav_list>li>a {}

    .menuNav_list>li>a::before {}

    .menuNav_list>li>a::after {}

    .menuNav_list>li>a>small {}

    .food {}

    .food_title {}

    .food_title::before {}

    .food_title::after {}

    .food_title>b {}

    .food_tabs {}

    .food_tabs>li {}

    .food_tabs>li:first-child {}

    .food_tabs>li:nth-child(2n+1) {}

    .food_tabs>li:nth-child(n+3) {}

    .food_tabs>li>button {
        font-size: 14px;
        /*line-height: 42px;*/
    line-height: 22px;
    border: box;
    box-sizing: border-box;
    height: 60px;
    }

    .food_tabs>li>button::after {}

    .food_tabs>li>button.isCurrent::after {}

    .food_tabs>li>button.isCurrent {

    }

    .food_contents {
        padding: 15px 15px 25px;
    }

    .food_contents.isCurrent {}

    .food_inner {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .food_sect {}

    .food_sect-noMargin {}

    .food_sub {}

    .food_sub>b {}

    .food_sub>small {}

    .food_headline {}

    .food_headline>b {}

    .food_headline>small {}

    .food_text {
        font-size: 13px;
    }

    .food_hr {}

    .intro_sImages {}

    .intro_sImages::after {}

    .intro_sImages>li {
        width: 49%;
    }

    .intro_sImages>li:first-child {}

    .intro_sImages>li:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
    }

    .intro_sImages>li:nth-child(n+3) {
        margin-top: 5px;
    }

    .intro_sImages>li>img {}

    .restaurant {
        padding-top: 35px;
        margin-top: 35px;
    }

    .restaurant_menu {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .restaurant_menu>li {
        width: auto;
        float: none;
        margin: 15px auto 0;
    }

    .restaurant_title {}

    .other {
        padding: 15px;
    }

    .other_title {}

    .other_hr {
        margin: 10px 0;
    }

    .other_cols {}

    .other_cols::after {}

    .other_col {}

    .other_col-no1 {}

    .other_list {}

    .other_list::after {}

    .other_list>li {}

    .other_list>li:first-child {}

    .other_list>li:nth-child(2n+1) {}

    .other_list>li:nth-child(n+3) {}

    .other_col-no2 {}

    .other_text {}

    .bar {}

    .bar_cols {}

    .bar_cols::after {}

    .bar_col {
        width: auto;
        float: none;
        padding: 0;
    }

    .bar_col-no1 {}

    .bar_title {}

    .bar_text {}

    .bar_col-no2 {}

    .bar_image {
        margin-top: 15px;
        text-align: center;
    }

    .bar_image>img {}
}