@charset "utf-8";
:root{
    --red:#BC0000;
    --yellow:#FAE1A4;
    --shadow:#DCDCDC;
    --text:#3b3b3b;
    --orange:#b34712;
    --green:#118143;
}
html{
    font-size: 62.5%;
    color:vat(--text);
}
img {
    width: 100%;
}


/* 大レイアウト */
div.wapper{
    width:100%;
    height:100vh;
    display: flex;
    font-size: 1.5rem;
}
/* #top .wapper {
    position: fixed;
} */
#top div.main.box{
    width:70%;
    background-size: cover;
    background-position: center right;
}
#top div.side{
    width:30%;
}
#sub div.main{
    width:75%;
    margin-left:25%;
}
#sub div.side{
    width:25%;
    background-image: url(../images/top.jpg);
    background-size: cover;
    position: fixed;
    height:100vh;
}

#top div.side img.logo{
    display: block;
    width:100%;
    margin:30px 0;
}

#sub div.main img.logo{
    display: block;
    width:30%;
    margin:10px auto;
}

#top div.side_in,div.side_in{
    width:90%;
    margin:auto;
}

/* 中レイアウト */
#sub section{
    margin-top:80px;
}
div.main_in{
    width:90%;
    margin:0 auto;
}

/* ナビゲーション */
#top nav ul,nav ul{
    writing-mode: vertical-rl;
    align-items: center;
    font-family: 'Noto Serif JP', serif;
    width:100%;
    margin-top:10vh;
}
#top nav ul li{
    width:20%;
    padding:0 20px;
    font-size: 1.7rem;
}
#top nav ul li a{
    display: inline-block;
    padding:  5px 15px;
    text-decoration: none;
    color:#000;
    font-size: 15px;
}

#sub nav ul li a{
    display: inline-block;
    padding:5px;
    text-decoration: none;
    color:#000;
    background-color: white;
    margin:0 5.5%;
    height:15em;
    font-size: 15px;
}

#top nav ul li a:hover{
    color:var(--red);
}

#sub nav ul li a:hover{
    background-color: var(--yellow);
}

/* サブページの固定ロゴ */
div.logo_area{
    width:72%;
    background-color: white;
    position: fixed;
    z-index: 100;
    top:0;
}

/* ボタン類 */
a.menu_data{
    display: block;
    max-width:100%;
    width: 400px;
    background-color: var(--red);
    padding:15px;
    text-align: center;
    font-size: 1.8rem;
    margin:20px auto;
    color:white;
    text-decoration: none;
    border: 3px solid var(--text);
    transition: all .3s;
}
a.menu_data:hover, a.reserve_data:hover{
    background-color: var(--orange);
}
a.reserve_data{
    display: block;
    max-width:100%;
    width: 400px;
    background-color: var(--green);
    padding:30px;
    text-align: center;
    font-size: 1.8rem;
    margin:20px auto;
    color:white;
    text-decoration: none;
    border: 3px solid var(--text);
}
div.reserve_box{
    display: block;
    /* max-width:100%;
    width: 500px; */
    width: 70%;
    padding:15px 5px;
    text-align: center;
    font-size: 1.6rem;
    margin:20px auto;
    border: 3px solid var(--red);
    line-height: 160%;
}
div.reserve_box a{
    text-decoration: none;
    color:darkorange;
}
div.reserve_box .big{
    color:darkorange;
}
div.reserve_box .big2{
    color:red;
    margin-top:15px;
}
div.reserve_box i{
    margin-right:20px;
}
a.map_data{
    display: block;
    max-width:100%;
    width: 400px;
    background-color: var(--shadow);
    padding:30px;
    text-align: center;
    font-size: 1.8rem;
    margin:20px auto;
    text-decoration: none;
    border: 3px solid var(--text);
    color:var(--text);
}
/* グローバルメニューの色変え */
#sub .about nav ul li.about a,#sub .menu nav ul li.menu a,
#sub .reserve nav ul li.reserve a,#sub .access nav ul li.access a,
#sub .info nav ul li.info a{
    background-color: var(--red);
    color:white;
}
/*iframe*/
iframe.map{
    width:100%;
    height:60vh;
    margin-top:20px;
}
iframe.info{
    width:100%;
    height:50vh;
    margin-top:20px;
    border: none;
}
iframe.news_top{
    width:100%;
    height:7em;
    border: none;
}
iframe.reserve{
width:100%;
    height:50vh;
    margin-top:20px;
    border: none;
}
div.map_image{
    width:80%;
    margin:20px auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
div.map_image img{
    width:45%;
}
/*フッター*/
#top footer{
    position: fixed;
    bottom:20px;
    font-size: 1.3rem;
    line-height: 200%;
    text-align: center;
    width:27%;
}
footer{
    font-size: 1.3rem;
    line-height: 180%;
    text-align: center;
    margin-top:50px;
}
footer .copyright{
    padding-top:15px;
}

/* 予約フォーム */
table.form_table{
    width:80%;
    margin:20px auto;
    border-collapse: collapse;
}
table.form_table td,table.form_table th{
    padding:8px;
    text-align: left;
    font-weight: normal;
    border: 1px solid var(--text);
    font-size: 1.6rem;
}
table.form_table th{
    width:20%;
    background-color: var(--yellow);
}
table.form_table td{
    width:80%;
}
span.hissu{
    padding:3px;
    font-size:1.1rem;
    color:white;
    background-color: var(--red);
    margin-left:10px;
    border-radius: 2px;
}
input{
    font-size:1.7rem;
}
textarea{
    width:90%;
    height:5em;
}
.submit{
    display: block;
    max-width:100%;
    width: 300px;
    background-color: var(--red);
    padding:10px;
    text-align: center;
    font-size: 1.8rem;
    margin:20px auto;
    color:white;
    text-decoration: none;
    border: 3px solid var(--text);
    cursor: pointer;
}
div.reserve_step{
    width:70%;
    margin:50px auto 0;
    display: flex;
    justify-content: space-between;
}
div.reserve_step div{
    width:30%;
    border:1px solid var(--text);
    background-color: var(--shadow);
    padding:5px;
    font-size: 1.3rem;
}
div.reserve_step div p:first-child{
    margin-bottom:10px;
}
/*ヘッダー内お知らせ*/
div.top_news{
    width:70%;
    position: fixed;
    bottom:20px;
    left:0;
}
div.top_news a{
    color:#000;
}
.news-list h3{
    margin:5px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color:var(--red);
    margin-bottom:15px;
} 
.news-list h3 i{
    margin-right:20px;
}
.news-list{ 
    width:85%;
    list-style:none outside;
    margin:auto;
    padding:10px 15px;
    background-color:rgba(255,255,255,.8);
    border:2px solid var(--red);
    border-radius:20px;
    font-size: 1.3rem;
}
.news-list .item{
    margin:.8rem 0;
    display:flex;
    align-items:center;
    flex-wrap:nowrap;
    text-decoration:none;
}
.news-list .item .date{
    margin:0 2rem 0 0;
    width:15%;
}
.news-list .news-title{
    padding-left:20 px;
    width:75%;
}

/* スタッフ募集 */
section.staff table {
    width: 95%;
    margin: 20px auto;
    border-collapse:collapse;
}
section.staff table td span {
    font-size:1.2rem;
}
section.staff .top-b {
    border-top: 1px solid #000;
}
section.staff th,section.staff td {
    padding: 20px;
    line-height: 2;
    text-align: start;
    border: 1px solid #000;
}
section.staff th {
    width: 30%;
    background-color:rgb(243, 243, 243);
}
section.staff td {
    width: 65%;
}
section.staff table ul {
    padding-left: 20px;
}
section.staff table ul li {
    list-style-type: circle;
}

/* NEW OPEN or 福生店リンク バナー */
.wapper div.banner {
    position: absolute;
    top:0;
}
.wapper div.banner div {
    margin: 10px;
    max-width: 250px;
    width: 100%;
}

/* スタッフ募集バナー */

.wapper div.banner_two img {
    width: 100%;
    transition:all .5s;
}
.wapper div.banner_two .s_link img:hover {
    opacity: 0.8;
}

/* スタッフ募集と肉の感謝祭 */
div.banner_two {
    display: flex;
    justify-content: space-between;
}
div.banner_two div {
    width: 45%;
}

/* タイトル類 */
h1{
    font-family: 'Noto Serif JP', serif;
    border-bottom:2px solid var(--yellow);
    font-size: 2rem;
    margin:50px auto 20px;
    padding-bottom:15px;
}

h1 .small {
    font-size: 14px;
    font-weight: normal;
}

h2{
    font-family: 'Noto Serif JP', serif;
    font-size: 1.8rem;
    margin:20px auto;
}

/* テキスト類 */
p.basic{
    font-size:1.6rem;
    line-height: 200%;
}
p.about_right{
    text-align: right;
    margin:20px 0 20px auto;
    font-size:1.6rem;
    line-height: 160%;
}

p.about_left{
    text-align: left;
    margin:20px auto 20px 0;
    font-size:1.6rem;
    line-height: 200%;
}
p.basic .pc {
    display:inline;
}


/* 画像丸く */
img.about_img{
    display: inline-block;
    width:40%;
    /* max-width: 320px; */
    border-radius:50px 50px 50px 50px;
    box-shadow: 3px 10px 15px 0px var(--shadow);
}

/* 姉妹店のご案内 */
.sister-store {
    border:1px solid var(--yellow);
    background-image: url(../images/about-fussa-bg.jpg);
    background-position: center;
    background-size: cover;
}
.sister-store h2 {
    margin-top: 0;
    padding: 2rem;
    border-bottom: 1px solid var(--yellow);
}
.sister-store img {
    width: 100%;
}
.sister-store .flex {
    width: 100%;
    margin: 2rem 0;
    padding: 0 2rem;
    justify-content: space-between;
    align-items: center;
}
.sister-store .flex.bottom {
    flex-direction: row-reverse;
}
.sister-store .flex div {
    width: 60%;
    line-height: 1.8;
}
.sister-store .flex div a {
    color: #000;
}
.sister-store .flex div.image {
    width: 35%;
}
.sister-store .flex div.image img {
    border-radius: 40px;
}

.sister-store .flex dl div {
    display: flex;
    width: 100%;
}
.sister-store .flex dl dt {
    width: 30%;
}
.sister-store .flex dl dd {
    width: 65%;
}

/* メニューページ */
section.menu div.al-c {
    margin: 10px 0;
}
.flex.menu-pdf {
    display: flex;
    justify-content: space-around;
}
.flex.menu-pdf div {
    width: 40%;
}
.flex.menu-pdf {
    justify-content: space-around;
}

    /* ページ内リンク */
.menu_btn-area.flex {
    width: 100%;
    justify-content: space-around;
    margin: 5rem auto;
}
.menu_btn-area div {
    width: 30%;
    margin: 20px 0;
    text-align: center;
    position: relative;
}
.menu_btn-area .menu_btn {
    display: block;
    margin: 0 auto;
    text-decoration: none;
    background-color: #BC0000;
    color: #fff;
    padding: 2rem 0;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
    font-family: 'Noto Serif JP', serif;
    transition: all .5s;
}
.menu_btn-area .menu_btn:hover {
    background-color: #750505;
    color: #ccc;
}
.menu_btn-area div span.arrow {
    border-style: solid;
    border-width: 1.5rem 1.5rem 0 1.5rem;
    border-color: #f6c347 transparent transparent transparent;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 50%;
    bottom: -35%;
    transform: translateX(-50%);
}
.menu_btn-area .sp {
    display: none;
}
    /* ページ内リンク */

/* メニュー */
.menu_box {
    /* max-width:px; */
    margin: 20px auto;
    font-size: 1.6rem;
    padding: 2.5rem;
    width: 95%;
    background-color: #FAF8EC;
}
.menu_box h2 {
    border-left: 6px double #face5f;
    padding: 1rem 2rem;
}
.menu_box h2 span.small {
    display: block;
    font-size: 15px;
    font-weight: normal;
    padding: 1rem 0 0;
}
.menu_box h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    margin: 2.5rem auto 0rem;
}
.menu_box p {
    line-height: 1.8;
    margin-bottom: 2rem;
    margin-top: 1rem;
}
.menu_box.kimchi p {
    font-size: 1.5rem;
    padding-top: 1.5rem;
}
.menu_box .t-beef {
    justify-content: space-around;
}
.menu_box .t-beef .item-left {
    width: 20%;
}
.menu_box .t-beef .item-right {
    width: 70%;
    line-height: 1.5;
}
.menu_box .sauce div {
    margin: 1.5rem 0;
    padding: 0.5rem 0;
    line-height: 1.5;
    font-size: 1.5rem;
    border-bottom: 1px solid #ccc;
}
.menu_box dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ccc;
    line-height: 1.8;
    position: relative;
}
.menu_box dt span.small {
    font-size: 1.2rem;
    display: block;
}
.menu_box .recommend::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../images/icon_recommend.png);
    background-size: contain;
    vertical-align: middle;

}
.menu_box dd {
    display: table-cell;
    padding: 0.4rem;
    text-align: end;
    width: 25%;
}
.menu_box dd:after {
    display: inline-block;
    content: "";
    width: 1em;
    font-size: .7rem;
}
.menu_box dd.from:after {
    margin: 20px 0;
}
.menu_box dt {
    display: table-cell;
    padding: 2rem 0.5rem 1rem;
    width: 70%;
}
.menu_box dl ul li {
    text-align: end;
}

.small.tax-in {
    font-size: 12px;
}

.flex.page-in-link .button001 a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.flex.page-in-link .button001 a:hover {
    background: #313131;
    color: #fff;
}
.flex.flex.page-in-link .button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.flex.page-in-link .button001 a:hover:after {
    border-color: #fff;
}

/* コースメニュー */
section.course-menu p.w-95 {
    width: 95%;
    margin: 0 auto;
}

section.course-menu {
    margin-top: 50px !important;
}
section.course-menu .flex {
    justify-content: space-between;
}
section.course-menu .flex .flex-box {
    width: 95%;
    margin: 20px auto;
    padding: 25px;
    background-color: #FAF8EC;
}
section.course-menu .flex .flex-box h2 {
    margin: 0;
    line-height: 1.5;
    letter-spacing: 1px;
    padding: 1rem 2rem;
    border-left: 6px double #face5f;
}
section.course-menu .flex .flex-box ul {
    width: 45%;
}
section.course-menu .flex .flex-box ul li {
    padding: 30px 10px 10px;
    line-height: 1.8;
}
section.course-menu .flex .flex-box ul ul {
    width: 100%;
    background-color:#ffeecb;
    padding: 1.5rem;
}
section.course-menu .flex .flex-box ul ul h3 {
    font-family: 'Noto Serif JP', serif;
    padding-bottom: 5px;
    background: linear-gradient(transparent 60%,#face5f 60%);
}
section.course-menu .flex .flex-box ul ul li {
    padding: 5px;
}

/* ランチメニュー */
.supplementary {
    display: inline;
}
.large {
    display: inline;
}
.red-belt {
    display: inline-block;
    margin: 0 5px;
    padding: 3px 5px;
    background-color: #BC0000;
    color: #fff;
    font-size: 13px;
}
.black-belt {
    display: inline-block;
    margin: 0 5px;
    padding: 3px 5px;
    background-color: #000;
    color: #face5f;
    font-size: 13px;
}
.text-attention {
    margin: 15px 0;
}
.lunch-drink__list {
    line-height: 1.8;
}

/* 年末年始限定コース */
.newyear-detail {
    width: 70%;
    margin: 0 auto;
    padding-left: 2rem;
}
.newyear-detail ul li {
    list-style-type: disc;
    padding: 10px 5px;
    font-size: 1.8rem;
}

.main .s_link.newyear {
    position: absolute;
    left: 5%;
    bottom: 190px;
}
.main .s_link.newyear a {
    display: block;
}
.main .s_link.newyear a:hover {
    filter: none;
    filter: grayscale(0.3);
    transition: all .5s;
}

/* 年末年始ポップ */


/* topへ戻る */
.page_top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    opacity: 1;
    background-color: #BC0000;
    border: 1px solid #fff;
    color: #fff;
    padding: 0.5rem;
    width: 5rem;
    height: 5rem;
}
/* @include mq(md) {
    // right: 0;
    // bottom: 0;
    // z-index: 11;
} */
a {
    text-decoration: none;
    opacity: 1;
    color: #fff;
    font-size: 1.3rem;
}
a .arrow_top {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 2rem;
    height: 2rem;
    transform: rotate(45deg);
    margin: 10px auto 0 auto;
}

