@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

/* -----menu.css----- */

/* リセットcss */
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    vertical-align: bottom;
}

/* 共通css */
.ds_f {
    display: flex;
}

.jc_sb {
    justify-content: space-between;
}

body {
    width: 100vw;
    background-image: url(../images/common/bg_image.gif);
    background-repeat: repeat;
    margin: 0 auto;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #514d43;
    overflow-x: hidden;
}

/* background */
.bg_red {
    position: absolute;
    z-index: -10000;
    background: linear-gradient(rgba(200, 92, 49, .6), rgba(0, 0, 0, 0));
    width: 100vw;
    height: 1460px;
}

/* main_nav */
.main_nav {
    width: 100vw;
    height: 90px;
    margin: 0;
    position: absolute;
    z-index: 9999999999;
}

.main_nav.fixed {
    position: fixed;
    z-index: 9999999999;
}

/* header */
header {
    margin-bottom: 85px;
}

/* main_v */
.main_v {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.main_v img {
    width: 100%;
    height: 526px;
    object-fit: cover;
}

/* main */

/* menu */
.menu {
    width: 1260px;
    margin: 0 auto;
    padding: 40px 84px 164px;
    box-sizing: border-box;
    position: relative;
}

.circle {
    width: 47px;
    height: 47px;
    background-color: #e2471d;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    top: -20px;
    left: 605px;
}

.menu h2 {
    font-size: 2.25rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 52px;
}

.menu h2 span {
    display: block;
    font-size: 0.875rem;
}

.menu .tate_p {
    font-size: 0.9375rem;
    font-weight: 600;
    writing-mode: vertical-rl;
    line-height: 86px;
    margin: 0 auto;
    margin-bottom: 32px;
}

/* btn_box */
.btn_box {
    width: 1092px;
    height: 66px;
    margin: 0 auto;
    border-bottom: 1px solid #514d43;
    cursor: pointer;
}

.btn_box .hiru_btn img,
.btn_box .yoru_btn img {
    width: 25px;
    height: 25px;
}

/* hiru_btn */
.btn_box .hiru_btn {
    width: 546px;
    height: 66px;
    position: relative;
    z-index: 0;
}

.btn_box .hiru_btn p {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    line-height: 66px;
    margin-right: 25px;
}

.btn_box .hiru_btn img {
    display: block;
    margin: 20px 0 20px 25px;
}

.btn_box .hiru_btn.active{
    content: "";
    width: 546px;
    height: 66px;
    position: relative;
    z-index: 0;
    background: linear-gradient(to right, rgba(226, 71, 29), 20%, rgba(255, 255, 255, 0.1));
}

.btn_box .hiru_btn.active p {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    line-height: 66px;
    margin-right: 25px;
}

.btn_box .hiru_btn.active img {
    display: block;
    margin: 20px 0 20px 25px;
}

/* yoru_btn */
.btn_box .yoru_btn {
    width: 546px;
    height: 66px;
    position: relative;
    z-index: 0;
}

.btn_box .yoru_btn p {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    line-height: 66px;
    margin-left: 25px;
}

.btn_box .yoru_btn img {
    display: block;
    margin: 20px 25px 20px 0;
}

.btn_box .yoru_btn.active{
    content: "";
    width: 546px;
    height: 66px;
    position: relative;
    z-index: 0;
    background: linear-gradient(to left, rgba(123, 98, 35), 30%, rgba(255, 255, 255, 0.1));
}

.btn_box .yoru_btn.active p {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    line-height: 66px;
    margin-left: 25px;
}

.btn_box .yoru_btn.active img {
    display: block;
    margin: 20px 25px 20px 0;
}


/* menu_box */
.menu_box {
    padding: 76px 46px 0;
}

.sukiyaki_menu,
.kaiseki_menu {
    width: 435px;
}

.menu_box img {
    width: 100%;
}

.menu_box .menu_p {
    display: block;
    width: 242px;
    padding-top: 35px;
    margin: 0 auto;
}

.menu_p p {
    font-weight: 600;
    line-height: 1.8em;
}

.menu_p .title {
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 40px;
}

/* 表示・非表示 */
.menu_tab.active {
    display: block;
}

.menu_tab {
    display: none;
}

.footer_area {
    display: none;
}

/* ----------------------------------------------------------------------- */

/* レスポンシブ */
@media screen and (min-width:641px) {
    .footer_area {
        display: none;
    }
}

@media screen and (max-width: 640px) {

    .ds_f {
        flex-direction: row;
    }

    .f_nav {
        display: none;
    }

    .information dt {
        float: none;
    }

    .slide_l_btn {
        display: none;
    }

    .slide_r_btn {
        display: none;
    }

    /* 幅リセット */

    /* header */
    header {
        margin: 0;
        padding: 0;
    }

    /* main */
    main .inner {
        margin: 0;
    }

    /* menu */
    .menu h2 {
        margin: 0;
    }

    .menu .tate_p {
        margin: 0;
    }

    .menu_p .title {
        margin: 0;
    }

    .menu_box .menu_p {
        margin: 0;
        padding: 0;
    }

    /* reserve */
    .reserve {
        margin: 0;
    }

    .reserve_btn a {
        padding: 0;
    }

    .reserve_btn a::after {
        margin-left: 10px;
    }

    .reserve_btn {
        margin: 0;
    }

    /* footer */
    .f_inner {
        margin: 0;
    }

    .f_logo {
        margin: 0;
    }

    .restaurant_info .info_box {
        margin: 0;
        padding: 0;
    }

    .info_box .c_address {
        margin: 0;
    }

    footer small {
        padding: 0;
    }

    /* 調整 */
    body {
        width: 100vw;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    /* hedaer */
    .bg_red {
        width: 100vw;
        height: 880px;
    }

    header {
        width: 100vw;
        height: 50%;
        box-sizing: border-box;
    }

    .main_v {
        height: 50%;
    }

    .main_v img {
        max-width: 100%;
        object-fit: cover;
    }

    /* main_nav */
    .main_nav {
        position: fixed;
        z-index: 200000;
        top: -150%;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #f7f2e8;
        transition: all 0.8s;
    }

    .main_nav.panelactive {
        top: 0;
    }

    .main_nav ul {
        position: absolute;
        z-index: 200000;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        flex-direction: column;
    }

    /*リストのレイアウト設定*/
    .main_nav li {
        height: 90px;
        list-style: none;
        text-align: center;
    }

    .main_nav li a {
        color: #514d43;
        text-decoration: none;
        padding: 10px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    .main_nav .home{
        height:90px;
        position: absolute;
        z-index: 200000;
        top: -110%;
        left: 43%;
    }

    /*ボタン*/
    .h_btn {
        position: fixed;
        z-index: 300000;
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 50px;
        height: 50px;
        display: block;
    }

    /*×に変化*/
    .h_btn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #e2471d;
        width: 45%;
    }

    .h_btn span:nth-of-type(1) {
        top: 15px;
    }

    .h_btn span:nth-of-type(2) {
        top: 23px;
    }

    .h_btn span:nth-of-type(3) {
        top: 31px;
    }

    .h_btn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .h_btn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .h_btn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    /* main */
    main {
        width: 100%;
    }

    /* menu */
    .menu {
        width: 100%;
        padding: 70px 45px 0;
        box-sizing: border-box;
    }

    .circle {
        position: static;
        margin-bottom: 2px;
        box-sizing: border-box;
    }

    .menu h2 {
        padding-bottom: 35px;
        box-sizing: border-box;
    }

    .menu .tate_p {
        width: 100%;
        writing-mode: horizontal-tb;
        font-size: 0.8125rem;
        text-align: center;
        line-height: 50px;
        padding-bottom: 110px;
    }

    /* btn_box */
    .btn_box {
        width: 100%;
        height: 80%;
    }

    .btn_box .hiru_btn {
        width: 50%;
    }

    .btn_box .hiru_btn.active {
        width: 50%;
    }

    .btn_box .yoru_btn {
        width: 50%;
    }

    .btn_box .yoru_btn.active {
        width: 50%;
    }

    /* menu_box */
    .menu_box {
        width: 100%;
        padding: 76px 0px 0;
        box-sizing: border-box;
    }

    .menu_box .menu_p {
        padding: 10px 35px 32px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .menu_p .title {
        font-size: 1rem;
        padding-bottom: 5px;
    }

    .menu_p p {
        font-size: 0.75rem;
    }

    .sukiyaki_menu,
    .kaiseki_menu {
        width: 100%;
    }

    .menu_tab .hiru_menu {
        flex-direction: column;
    }

    /* reserve */
    .reserve {
        width: 100%;
        padding: 65px 45px 100px;
        box-sizing: border-box;
    }

    .reserve_btn {
        width: 80%;
        margin: 0 auto;
    }

    .reserve_btn a {
        border-radius: 35px;
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 64px;
        border: 2px solid #514d43;
    }

    .otoiawase {
        padding-top: 20px;
        box-sizing: border-box;
    }

    /* footer */

    /* f_slider */
    .f_slide {
        max-width: 100%;
    }

    .f_slide_box {
        max-width: 100%;
    }

    .f_slide_box .slide_l_btn {
        left: 40px;
    }

    .f_slide_box .slide_r_btn {
        right: 40px;
    }

    /* f_inner */
    .f_inner {
        width: 100%;
    }

    .restaurant_info {
        flex-direction: column;
        padding: 25px 0px 0px 35px;
        box-sizing: border-box;
    }

    .info_box p {
        padding-bottom: 5px;
    }

    .info_box .c_address {
        padding-left: 26px;
    }

    .f_logo .pc {
        display: none !important;
    }

    .f_logo .sp {
        display: block !important;
        width: 250px;
        padding-bottom: 10px;
    }

    footer small {
        width: 100%;
        padding: 120px 0 130px;
        box-sizing: border-box;
    }

    /*スマホ用予約ボタン*/
    .footer_area {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 120px;
        background-color: rgba(204, 168, 102, 0.8);
        z-index: 10000;
        display: none;
    }

    .footer_area .footer_area_inner {
        position: relative;
        width: 80%;
        margin: 0px auto;
        padding: 30px 0;
        text-align: center;
    }

    .footer_area .footer_area_inner .f_yoyaku_btn {
        width: 85%;
        padding: 15px 0;
        font-size: 1.75rem;
        font-weight: 600;
        line-height: 1.3;

    }

    .f_yoyaku_btn {
        color: #f7f2e8;
        background-color: #675831;
        border-radius: 50px;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        width: 80%;
        padding: 5px 0;
        font-size: 1.75rem;
        font-weight: 700;
    }

    .f_yoyaku_btn:link,
    .inquiry_btn:visited {
        color: #FFFFFF !important;
    }

}