@charset "UTF-8";
/* CSS Document */



/* ===============================================================
画面中央固定
================================================================== */

.inner {
    margin: 0px 20px 0px 100px;
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}


.section-wrap {
    flex: 1;
    width: 100%;
    position: relative;
    padding: 60px 0;
}

.center-fix {
    /*コンテンツの高さが700px以内だったらsectionに付ける*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.posi-edge-u {
    /*最上部のセクション*/
    height: 90vh;
    padding-top: 60px;
}

.posi-edge-b {
    /*最下部のセクション*/
    height: 90vh;
}

.posi-mid {
    /*上下のmooveがあるセクション*/
    height: 80vh;
}


.min-h {
    /*section-wrapの最低高*/
    min-height: 700px;
}



@media screen and (max-width: 559px) {

    .center-fix {
        /*コンテンツの高さが700px以内だったらsectionに付ける*/
        position: static !important;
        top: 0 !important;
        left: 0 !important;
        -webkit-transform: none;
        /* Safari and Chrome */
        -moz-transform: none;
        /* Firefox */
        -ms-transform: none;
        /* IE 9 */
        -o-transform: none;
        /* Opera */
        transform: none;
    }

    .inner {
        margin: 0px 20px;
        padding: 0px;
        padding-top: 0px;
        display: block;
    }


    .section-wrap {
        padding: 20px 0;
    }


    .posi-edge-u {
        /*最上部のセクション*/
        height: auto;
        padding-top: 0px;
    }

    .posi-edge-b {
        /*最下部のセクション*/
        height: auto;
    }

    .posi-mid {
        /*上下のmooveがあるセクション*/
        height: auto;
    }


    .min-h {
        /*section-wrapの最低高*/
        min-height: 100px;
    }
}

/***********/



/***************************** 画面移動 */

.move-wrap {
    text-align: center;
    height: 10vh;
    min-height: 68px;
    width: 100%;
}


.move-D a,
.move-U a {
    font-size: 1.2em;
    color: #5A3A15;
    position: relative;
    min-height: 68px;
}

.move-D a::after {
    background: url("/common/images/icon_arrow_01.png") no-repeat;
    top: 30px;
}

.move-U a::after {
    background: url("/common/images/icon_arrow_02.png") no-repeat;
    bottom: 30px;
}

.move-D a::after,
.move-U a::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media screen and (max-width: 559px) {
    .move-wrap {
        display: none;
    }
}

/***********/



/* ===============================================================
タイトル
================================================================== */

h1.TopPage {
    max-width: 700px;
    border-radius: 10px;
    padding: 10px;
    margin: auto;
    background: url("../images/bg_menu.png");
    text-align: center;
}

h1.TopPage span {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: rgba(90, 58, 21, 0.90);
    border-radius: 10px;
    padding: 15px 40px;
}

h1.TopPage span img {
    width: 100%;
    height: auto;
    max-width: 250px;
}

.introduction {
    max-width: 600px;
    margin: 2em auto;
}

@media screen and (max-width: 559px) {}

/***********/

/* ===============================================================
価格改定（臨時掲載）
================================================================== */

.temporary-info2 p {
    text-align: center;
}

.temporary-info2 img {
    max-width: 606px;
    width: 100%;
}


/* ===============================================================
営業時間（臨時掲載）
================================================================== */

.temporary-info {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
    display: flex;
    flex-wrap: wrap;
}

.temporary-info h2 {
    text-align: center;
    width: 100%;
}

.temporary-info div {
    width: 50%;
    padding: 10px;
}

.temporary-info .first {
    border-right: dotted 2px #ccc;
    color: #BA4C4D;
    font-weight: 700;
}

.temporary-info .last {
    font-size: 90%;
}

@media screen and (max-width: 559px) {

    .temporary-info {
        display: block;
    }

    .temporary-info div {
        width: 100%;
    }

    .temporary-info .first {
        border-right: none;
    }

}

/***********/


/* ===============================================================
営業時間
================================================================== */


/*年末年始*/

.newyear ul {
    list-style: none;
}

.newyear ul li{
    border-bottom: dotted thin #333;
    padding-bottom: 2px;
}

.newyear ul li:last-child{
    border-bottom: none;
}

.newyear ul li b {
    margin-right: 1em;
    font-weight: bold;
}

 .newyear ul li span {
        font-size: 90%;
    }

.newyear ul li i {
    font-size: 80%;
    font-style: normal;
}

.newyear .txt-center {
    padding: 1em 0 0.5em 0;
}

@media screen and (max-width: 559px) {

    .newyear ul li span {
        display: block;
    }

}

/***********/


/*GW-Holiday*/

.holiday ul {
    list-style: none;
}

.holiday ul li span {
    margin-right: 1em;
    font-weight: bold;
}

.holiday ul li i {
    font-size: 80%;
    font-style: normal;
}

.holiday .txt-center {
    padding: 1em 0 0.5em 0;
}

@media screen and (max-width: 559px) {

    .holiday ul li span {
        display: block;
    }

}

/***********/





/*定休日+営業時間*/

.business-info {
    margin: auto;
    max-width: 650px;
    align-items: flex-start;
    font-weight: 300;
    color: #5A3A15;
}

.business-hours dl {
    font-size: 1.2em;
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
}

.business-hours dt {
    width: 20%;
    margin-bottom: 20px;
}

.business-hours dd {
    width: 80%;
    margin-bottom: 20px;
}

.business-hours.tmp {
    font-size: 80%;
}


/*予約+お問合せ*/

.contact-info {
    margin-bottom: 1em;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.contact-info dt {
    width: 30%;
}

.contact-info dd {
    width: 70%;
    padding-left: 2em;
}

.contact-info.reserve dt p,
.contact-info.contact dt p {
    display: block;
    color: #fff;
    border-radius: 4px;
    font-size: 1.8em;
    text-align: center;
    padding: 20px 10px;
}

.contact-info.reserve dt p {
    background-color: #E87B41;
}

.contact-info.reserve dd p:nth-child(3) {
    font-size: 90%;
}

.contact-info.contact dt p {
    background-color: #BA4C4C;
}

.contact-info.reserve dd a.tel {
    font-size: 2.8em;
    text-decoration: none;
    color: #5A3A15;
    position: relative;
    padding-left: 60px;
}

.contact-info.reserve dd a.tel::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/icon_tel_01.png") no-repeat;
    background-position: center center;
    background-size: auto 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.contact-info.reserve dd span {
    padding-bottom: 0.5em;
    display: inline-block;
}

.contact-info.contact dd a {
    font-size: 1.8em;
    text-decoration: none;
    color: #5A3A15;
    position: relative;
    padding-left: 80px;
}

.contact-info.contact dd a::before {
    content: '';
    display: block;
    width: 60px;
    height: 40px;
    background: url("../images/icon_mail_01.png") no-repeat;
    background-position: center center;
    background-size: auto 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
    .business-hours {
        font-size: 1em;
    }

    .contact-info.reserve dt p,
    .contact-info.contact dt p {
        font-size: 1.2em;
        padding: 10px 10px;
    }

    .contact-info.reserve dd a {
        font-size: 2em;
    }

    .contact-info.contact dd a {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 559px) {

    .business-hours p {
        margin-bottom: 1em;
    }

    .business-hours dt {
        width: 100%;
        text-align: center;
    }

    .business-hours dd {
        width: 100%;
        text-align: center;
    }

    .contact-info dt {
        width: 100%;
        margin-bottom: 1.5em;
    }

    .contact-info dd {
        width: 100%;
        padding-left: 0em;
        text-align: center;
    }
}

/* ===============================================================
料理メニュー
================================================================== */

.grand-menu {
    margin-bottom: 20px;
    padding: 20px;
    border: #ccc thin solid;
    border-radius: 10px;
    background: #fff;
}

.grand-menu ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.grand-menu ul li {
    width: 30%;
    min-width: 220px;
    margin: 10px 0;
}

.grand-menu ul li a {
    display: block;
    margin: auto;
    color: #5A3A15;
    line-height: 1em;
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    width: 220px;
    padding: 0 10px 0 50px;
}

.grand-menu ul li a span {
    display: block;
    font-size: 10px;
    color: #B58837;
}

.grand-menu ul li:nth-child(1) a {
    background-image: url("/common/images/btn_menu/btn_menu_01.jpg");
}

.grand-menu ul li:nth-child(2) a {
    background-image: url("/common/images/btn_menu/btn_menu_02.jpg");
}

.grand-menu ul li:nth-child(3) a {
    background-image: url("/common/images/btn_menu/btn_menu_03.jpg");
}

.grand-menu ul li:nth-child(4) a {
    background-image: url("/common/images/btn_menu/btn_menu_04.jpg");
}

.grand-menu ul li:nth-child(5) a {
    background-image: url("/common/images/btn_menu/btn_menu_05.jpg");
}

.grand-menu ul li:nth-child(6) a {
    background-image: url("/common/images/btn_menu/btn_menu_06.jpg");
}

@media screen and (max-width: 559px) {

    .grand-menu ul li,
    .grand-menu ul li a {
        width: auto;
        min-width: 200px;
    }
}

/***********/

/* ===============================================================
pickup-menu
================================================================== */

.pickup-menu * {
    box-sizing: border-box;
}

.pickup-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.pickup-menu li:nth-child(1) {
    flex: 2;
    text-align: center;
}

.pickup-menu li:nth-child(2) {
    flex: 1;
    min-width: 200px;
    margin-left: 20px;
}

.pickup-menu img {
    width: 100%;
    height: auto;
    min-width: 200px;
    max-width: 650px;
}

.pickup-menu li:nth-child(1) .box,
.pickup-menu li:nth-child(2) .box {
    display: block;
    height: 100%;
    border: thin solid #ccc;
    border-radius: 10px;
    padding: 20px;
}

.pickup-menu li:nth-child(1) .box {
    background: #fffbf5;
}

.pickup-menu #season .box {
    background: #fff;
}

.pickup-menu #season .box .thumb {
    max-height: 150px;
}

.pickup-menu #season .box ul.price-list {
    list-style: none;
    font-size: 90%;
}

.pickup-menu #season .box ul.price-list li {
    padding: 0;
    margin: 0;
    position: relative;
    text-align: left;
    border-bottom: thin dotted #ccc;
    padding-bottom: 1em;
}

.pickup-menu #season .box ul.price-list li:last-child {
    border-bottom: none;
}

.pickup-menu #season .box ul.price-list li span {
    position: absolute;
    right: 0;
}

.pickup-menu #season .box ul.price-list li .comment {
    display: block;
    width: 100%;
    font-style: italic;
    padding-left: 1em;
    font-size: 90%;
    font-weight: 400;
    line-height: 1.2em;
}


/*カキフライ*/
.kaki i {
    font-size: 10px;
    padding-left: 4px;
    font-style: normal;
}

/*正月メニュー*/

.pickup-menu .pickup-menu {
    text-align: center !important;
}

.pickup-menu .pickup-menu ul {
    list-style: none;
    width: 100%;
}

.pickup-menu .pickup-menu ul li {
    text-align: center;
}


.pickup-menu .pickup-menu img {
    max-width: 320px;
    width: 100%;
}


@media screen and (max-width: 959px) {

    .pickup-menu {
        display: block;
    }

    .pickup-menu li:nth-child(1) {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .pickup-menu li:nth-child(2) {
        width: 100%;
    }
}

/***********/

@media screen and (max-width: 559px) {

    #season {
        padding-top: 80px;
        margin-top: -80px;
        margin-left: 0px;
    }
}

/***********/

/* 飲み放題 */
.nomihoudai .box small {
    font-size: 80%;
}

.nomihoudai .box a.pickup-menu .column {
    display: grid;
    grid-template-columns: 3fr 1fr;
    /* content-group:nomihoudai-image = 3:1 */
    gap: 20px;
    /* 余白が欲しければ */
    width: 100%;
    align-items: start;
    /* 高さ揃えたいなら center / stretch などに変更可 */
}

.nomihoudai .box a.pickup-menu .column .content-group {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    flex: 1;
}

/* 箇条書きを復活させ、左寄せにする */
.nomihoudai .box a.pickup-menu .column .content-group ul.menu-list {
    list-style: disc !important;
    /* 既存の list-style: none を打ち消す */
    list-style-position: outside;
    padding-left: 1.5em;
    /* リセットCSS対策：インデントを確保 */
    margin-left: 0;
    margin-bottom: 1em;
    text-align: left !important;
    /* 親の center を打ち消す */
}

/* タイポ修正：content-groupt -> content-group */
.nomihoudai .box a.pickup-menu .column .content-group ul.menu-list li {
    text-align: left !important;
    margin: 0;
}

.nomihoudai .box a.pickup-menu .column .content-group .price {
    border-top: thin solid #ccc;
    border-bottom: thin solid #ccc;
    padding: 20px 0;
}

.nomihoudai .box a.pickup-menu .column .content-group .price dl {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.nomihoudai .box a.pickup-menu .column .content-group .price dl dt {}

.nomihoudai .box a.pickup-menu .column .content-group .price dl dd {
    font-size: 30px !important;
}

.nomihoudai .box a.pickup-menu .column .content-group .note {
    text-align: left;
    font-size: 80%;
}

.nomihoudai .box a.pickup-menu .column .nomihoudai-image {
    max-width: 200px;
    /* 必要なら制限を残す */
    text-align: center;

}

.nomihoudai .box a.pickup-menu .column .nomihoudai-image img {
    width: 100%;
    min-width: 100px;
    height: auto;
}

@media screen and (max-width: 559px) {
    .nomihoudai .box small {
        display: block;
    }

    .nomihoudai .box a.pickup-menu .column {
        display: block;
    }
.nomihoudai .box a.pickup-menu .column .content-group ul.menu-list {
    padding-left: 0;
}
    .nomihoudai .box a.pickup-menu .column .nomihoudai-image {
        max-width: 150px;
        /* 必要なら制限を残す */
        margin: auto;

    }
}

/***********/


/* ===============================================================
info-bnr
================================================================== */

/*キッチンリンク*/

.bnr_kitchen_sakurai.sp {
    display: none;
}

.bnr_kitchen_sakurai {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    width: auto;
}


.bnr_kitchen_sakurai a {
    border: thin solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    background-image: url("../images/bnr_bg_kitchen_sakurai.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50% auto;
    position: relative;
    text-align: right;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}

.bnr_kitchen_sakurai span {
    background-color: #AC753E;
    color: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px 0 4px 0;
    padding: 0px 10px;
    font-size: 10px;
}

.bnr_kitchen_sakurai img {
    max-width: 282px;
    width: 100%;
    height: auto;

}

@media screen and (max-width: 959px) {

    .bnr_kitchen_sakurai.sp {
        display: block;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .bnr_kitchen_sakurai.pc {
        display: none;
    }


    .bnr_kitchen_sakurai {
        position: static;
        margin-top: 50px;
    }

    .bnr_kitchen_sakurai a {
        text-align: center;
    }

    .bnr_kitchen_sakurai span {
        display: none;
    }
}

/*******/

/*キッチンリンク*/


.info-bnr {
    display: flex;
    list-style: none;
    margin-bottom: 20px;
}


.info-bnr .info {
    flex: 2;
    margin-right: 20px;
}

.info-bnr .bnr {
    flex: 1;
    min-width: 200px;
}

.info-bnr .bnr .box {
    display: block;
    height: 100%;
    border: thin solid #ccc;
    border-radius: 10px;
    padding: 20px;
}

.info-bnr li:nth-child(1) .box {
    background: #fff;
}

.info-bnr li:nth-child(2) .box {
    background: #fffbf5;
}

.info-bnr .bnr img {
    width: 100%;
    height: auto;
    max-width: 320px;
}

.info-bnr .tab-area {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: solid thin #ccc;
    height: 100%;
    padding: 20px;
    position: relative;
}

.info-bnr .tab-list-wrap {
    flex-wrap: wrap;
}

.info-bnr .tab-list-wrap li {
    width: 50%;
    font-size: 14px;
    margin: 0;
    padding: 4px;
}

.info-bnr .tab-list {
    background: #F6EBD8;
    margin: auto;
    line-height: 1.2em;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    position: relative;
    padding-left: 40px;
}

.info-bnr .tab-list::before {
    display: block;
    font-family: "Material Icons";
    color: #5A3A15;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.info-bnr .tab-list-wrap li:nth-child(1) .tab-list::before {
    content: '\e88e';
}

.info-bnr .tab-list-wrap li:nth-child(2) .tab-list::before {
    content: '\e923';
}

.info-bnr .tab-list-wrap li:nth-child(3) .tab-list::before {
    content: '\f1ac';
}

.info-bnr .tab-list-wrap li:nth-child(4) .tab-list::before {
    content: '\e8a8';
}


.info-bnr .tab-content-wrap {}

.info-bnr .tab-content {}

#tab-btn1:checked~.tab-list-wrap #tab-list1,
#tab-btn2:checked~.tab-list-wrap #tab-list2,
#tab-btn3:checked~.tab-list-wrap #tab-list3,
#tab-btn4:checked~.tab-list-wrap #tab-list4 {
    border: thin solid #E2BE7D;
    /*対応するボタンにチェックが入ったときに背景を#ffffff（白）に*/
}

.info-bnr .bnr {
    text-align: center;
}

.info-bnr .bnr img {
    max-width: 300px;
    width: 100%;
}

.info-bnr .info-list {
    list-style: disc;
}

.info-bnr .info-list li {
    display: flex;
    flex-wrap: wrap;
}

.info-bnr .info-list li span:nth-child(2) {
    flex: 1;
}

.info-bnr .info-list .date {
    color: #5A3A15;
    margin-right: 1em;
    white-space: nowrap;
}

@media screen and (max-width: 959px) {
    .info-bnr {
        display: block;
    }

    .info-bnr .info {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .info-bnr .bnr {
        width: 100%;
    }
}

/***********/
@media screen and (max-width: 559px) {

    .info-bnr .info-list li span:nth-child(2) {
        flex: 1;
        width: 100%;
    }

    .info-bnr .info-list .date {
        margin-right: 0em;
        width: 100%;
    }

    .info-bnr .tab-list-wrap li {
        width: 100%;
    }
}

/***********/







/* ===============================================================
calendar
================================================================== */

.calendar {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: thin solid #ccc;
}

.calendar .calendar-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.calendar h2 {
    width: 100%;
}

.calendar div {
    width: 100%;
}

.calendar div iframe {
    display: block;
}

.calendar div img{
    width: 100%;
    height: auto;
}

@media screen and (max-width: 959px) {
    .calendar .calendar-wrap {
        display: block;
    }

    .calendar div {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* ===============================================================
invoice
================================================================== */

.invoice {
    margin-top: 1em;
    text-align: center;
    font-size: 14px;
}


/* [-] レスポンシブ対応
=========================================================================================== */

/* for - 1280px PC
=========================================================================================== */
@media screen and (max-width: 1279px) {}

/***********/
/* for - 960px タブレット
=========================================================================================== */
@media screen and (max-width: 959px) {}

/***********/
/* for - 560px スマートフォン
=========================================================================================== */
@media screen and (max-width: 559px) {}

/***********/
/* for - 399px スマートフォンS
=========================================================================================== */
@media screen and (max-width: 399px) {}

/***********/