/* --------------------------------------
ブラウザスタイル初期化
--------------------------------------*/
*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
        background-color: black;
}
img {
    vertical-align: bottom;
}
@font-face {
    font-family: "NotoSerifJP";
    src:url(../font/NotoSerifJP-Medium.otf) format('opentype');
    font-display: swap;
}

/* --------------------------------------
背景＆基本設定
--------------------------------------*/
html {
    overflow:auto;
}
body {
    -webkit-text-size-adjust: none;
    min-width: 980px;
    font-family: 'NotoSerifJP', sans-serif;
    overflow-x: hidden;
    position: relative;
}
img {
    border: none;
}
a {
    color: white;
    text-decoration: underline;
}
a:link {
    color: white;
}
a:hover {
    color: white;
    text-decoration: none;
}
a:visited {
    color: white;
    text-decoration: underline;
}
p {
    margin: 0;
    padding: 0;
    line-height: 2;
}
ul {
    list-style: none;
    margin-bottom: 20px;
}
ol {
    margin-left: 25px;
}

/* --------------------------------------
レイアウト定義
--------------------------------------*/
.wrapper {
    padding: 0;
    z-index: 1;
    position: relative;
    padding-top: 0px;
}
#ibox {
    width: 100%;
    height: 100vh;
    position: relative;
}
#ibox:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(0 0 0 / 20%);
    z-index: 10;
}
#ibox-in {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    color: white;
    z-index: 100;
}
#ibox-in h1 {
    font-weight: normal;
    font-size: 1.2em;
    text-shadow: 1px 1px 3px #353535;
}

#ibox-in .ibox-big {
    font-size: 2.4em;
    padding: 2px 10px;
    text-shadow: 0px 0px 7px black, 0px 0px 10px #ffd625, 2px 2px 10px #ffd625;
}
#content {
    padding: 0px 0;
    width: 1080px;
    margin: 0px auto 30px;
    z-index: 10;
    position: relative;
}

#content #main {
    width: 1080px;
    float: none;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto;
    text-align: justify;
}

#content #main .post {
    margin-bottom: 40px;
    background-position: center;
    border: 2px solid #00000075;
}


/* --------------------------------------
ヘッダー定義
--------------------------------------*/
.wrapper_head {
    margin: 0px auto;
    width: 100%;
    z-index: 1000;
    position: relative;
    padding: 0 0 0;
}
header {
    padding: 0 0 0 0;
    margin: 0 0 0;
    position: absolute;
    right: 0;
}
#header {
    z-index: 1000;
    height: auto;
    position: relative;
    transition: all .3s ease-out;
    padding: 20px 0 0 0;
    color: white;
}

header .tel-zone {
    margin-right: 20px;
}

header .tel-zone i {
    margin-right: 3px;
    font-size: 1.3em;
    color: #ffd511;
}

header .tel-zone .tel-n {
    font-size: 2em;
}
header .tel-zone .open-t {
    font-size: 0.8em;
}
header .tel-zone a {
    text-decoration: none;
}

/* --------------------------------------
フッター定義
--------------------------------------*/
footer {
    margin-top:60px;
}
#footer {
    clear: both;
    text-align: center;
    font-size: 13px;
    padding-bottom: 0px;
}
.footer_com {
    height: auto;
    background-color: rgb(62 62 62);
    padding: 10px;
    text-align: center;
}
#copyright {
    padding: 0;
    font-size: 0.2em;
    color: white;
}
#copyright a {
    text-decoration: none;
    color: white;
}
/* --------------------------------------
コンテンツ共通パーツ
--------------------------------------*/

#content #main p {
    margin-bottom: 20px;
    padding: 0;
    color:white;
}

#submain {
    height: auto;
    text-align: center;
    margin: 0 0 0;
    padding: 120px 10px;
    background: url(../img/menu-img.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    border-bottom: 1px solid #62521c;
}
#submain:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(0 0 0 / 55%);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    z-index: 10;
}

#submain .h1wrap {
    width: auto;
    text-align: center;
    z-index: 100;
    position: relative;
}
#submain h1 {
    color: white;
    text-align: center;
    padding: 0px 0px 0px;
    font-size: 2.2em;
    font-weight: normal;
    display: block;
    margin-top: 0px;
    font-family: 'Shippori Mincho', serif;
    width: auto;
}

/* --------------------------------------
コンテンツ背景
--------------------------------------*/

/* --------------------------------------
見出し設定
--------------------------------------*/

/* h1共通部分 */
#content #main h1.singletitle, #content #main h1 {
    clear: both;
    color: #2c3b42;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: normal;
    text-align: center;
    position: relative;
    z-index: 10;
    padding: 0;
    margin-top: 18px;
}

#content #main h2 {
    clear: both;
    color: white;
    font-size: 32px;
    margin: 0 0 0 0;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: normal;
    padding: 80px 10px 50px;
    text-align: center;
}

#content #main h2:after {
    content: "";
    border-bottom: 1px solid #a58c16;
    display: block;
    width: 80px;
    margin: 12px auto 0;
}
#content #main h3 {
    clear: both;
    color: #e4e4e4;
    font-size: 24px;
    margin: 0 0 0 0;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    padding: 50px 10px 36px;
    text-align: center;
}
#content #main h3:after {
    content: "";
    border-bottom: 1px solid #969696;
    display: block;
    width: 40px;
    margin: 12px auto 0;
}
#content #main h4 {
    clear: both;
    color: #303030;
    font-size: 18px;
    margin: 0 0 0 0;
    padding: 30px 10px 32px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    padding: 0;
}


/* --------------------------------------
テキスト飾り設定
--------------------------------------*/

.fs70 {
    font-size: 70%;
}
.fs80 {
    font-size: 80%;
}
.fs90 {
    font-size: 90%;
}
.fs110 {
    font-size: 110%;
}
.fs120 {
    font-size: 120%;
}
.fs130 {
    font-size: 130%;
}
.fs160 {
    font-size: 160%;
}
.fs200 {
    font-size: 200%;
}


/* --------------------------------------
汎用クラス定義
--------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
}



/* --------------------------------------
コンテンツ部分のdiv&pにおけるimg飛び出しの解除
--------------------------------------*/
#main div:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#main div {
    min-height: 1px;
}
* html #main div {
    height: 1px;
}


/* --------------------------------------
中央寄せ・右寄せ
--------------------------------------*/
.ac {
    text-align: center;
}


/* --------------------------------------
レイアウトbox(2列・3列・4列)
--------------------------------------*/
.flexwrap {
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexeven {
  justify-content: space-evenly;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#main div.flexwrap:after,#main div.flex-even:after {
    content: none;
}

/*コンテンツ装飾
ここから*/

.access-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    text-align: center;
    line-height: 0;
    background: url(../img/washi.jpg);
    position: relative;
}
.access-wrap:before {
    content: "";
    background: rgb(12 12 12 / 90%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.menu-wrap,
.map-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    line-height: 0;
}
.menu-wrap {
    background: url(../img/menu-img.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    border-top: 1px solid #a28832;
    border-bottom: 1px solid #62521c;
}
.menu-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(41 36 26 / 55%);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    z-index: 10;
}
.menu-inner h2, .menu-inner p {
    z-index: 100;
    position: relative;
}
.menu-inner h2 {
    text-align: left !important;
    padding-left: 0 !important;
}
.menu-inner h2:after {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.menu-inner,
.access-inner {
    width: 1080px;
    margin: 0px auto;
    padding: 0 0 60px;
    z-index: 1000;
    position: relative;
}

.btn1 a {
    position: relative;
    display: inline-block;
    padding: 12px 66px 13px;
    border: 1px solid white;
    text-decoration: none;
    font-size: 110%;
    line-height: 1.3;
    transition: 0.4s;
}
.btn1 a:hover {
    background: rgb(255 255 255 / 28%);
}
.btn1 a:after {
    content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid white;
    border-right: 1px solid white;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}
span.big3 {
    font-size: 130%;
    text-shadow: 0px 0px 20px #644d0e, 0px 0px 10px #ffe25b;
}

/*お品書きページ*/
.menulead-inner {
    text-align: center;
}

.tanpin-menu-img img {
    width: 24%;
    height: auto;
    margin-bottom: 1%;
}
ul.menu-ul {
    color: #d5d5d5;
    font-size: 1em;
    text-align: center;
}
ul.menu-ul li {
    display: inline-block;
    line-height: 1.5;
}
ul.menu-ul li:last-child:after {
    content: none;
}
ul.menu-ul li:after {
    content: "／";
}

p.lunch-menu-lead {
    text-align: center;
    line-height: 1.3;
    font-size: 1.2em;
}


.tokubetsu-box-inner {
    width: 48%;
}
.tokubetsu-img {
    width: 50%;
}
.tokubetsu-img img {
    width: 100%;
    height: auto;
}
.tokubetsu-txt {
    width: 48%;
}

ul.menu-l-ul {
    color: white;
    line-height: 1.4;
    font-size: 0.9em;
    list-style: disc;
    margin-left: 20px;
}
ul.menu-l-ul li::marker {
color: #a58c17;
}

.lunch-box-inner {
    width: 50%;
}
.lunch-img {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
.lunch-img img {
    width: 100%;
    height: auto;
}
.lunch-txt {
    text-align: center;
}
p.yakimono-lead {
    text-align: center;
    line-height: 1.6;
}
.menulead-wrap,
.tanpin-menu-wrap,
.lunch-menu-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    text-align: center;
    line-height: 0;
    background: url(../img/washi.jpg);
    position: relative;
}
.menulead-wrap:before,
.tanpin-menu-wrap:before,
.lunch-menu-wrap:before {
    content: "";
    background: rgb(12 12 12 / 90%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.menulead-inner,
.menutop-inner,
.tanpin-menu-inner,
.tokubetsu-inner,
.lunch-menu-inner {
    width: 1080px;
    margin: 0px auto;
    padding: 0 0 60px;
    position: relative;
    z-index: 1000;
}
.menulead-inner {
    padding-top: 80px;
}
.menulead-inner p {
    font-size: 120%;
}

.menutop-wrap {
    padding-bottom: 4px;
}
.menutop-inner {
    text-align: center;
}

.last-btn-wrap {
    padding: 60px 0;
}

.sns-wrap {
    margin: 0 0 60px;
}
.sns-wrap a {
transition: 0.4s;
}
.sns-wrap a:hover {
    opacity: 0.72;
}
.sns-wrap img {
    width: 50px;
    height: auto;
}

/******************************
★ Media Queries タブレット・スマフォ表示の設定(1080px以下で読み込むcss)
******************************************************************************************************************************/

@media screen and (max-width: 1080px) {
/* 構造 */

body {
    min-width: 320px;
    overflow-x: hidden;
}
body, .home {
}
.wrapper {
    z-index: 10;
    width: 100%;
}
.wrapper_head {
    margin: 0px auto;
    width: 100%;
    z-index: 1000;
    position: relative;
}
#header .header_logo img {
    margin: 0;
    width: 300px;
    height: auto;
}
header .res-wrap {
    display: none;
}

#submain .h1wrap {
    width: auto;
}
    
#content #main {
    margin:0 auto;
        width: 94%;
    float:none;
}

#submain img {
    top: -250px;
}

#content img {
    max-width: 100%;
    height: auto;
}
#content {
padding-top: 0;
    width: auto;
}

.mobile_only {/* モバイルにだけ表示させたいものに使用する */
    display: block;
}
.pc_only {/* pcにだけ表示させたいものに使用する */
    display: none;
}

#copyright {
    text-align: center;
    font-size: 0.5em;
}

/*コンテンツ装飾
ここから*/  
.menu-inner,
.access-inner,
.menulead-inner,
.menutop-inner,
.tanpin-menu-inner,
.lunch-menu-inner,
.tokubetsu-inner {
    width: 100%;
    padding: 0 20px 60px;
}
.menulead-inner {
    padding-top: 80px;
}


}/*end*/

/******************************
★ Media Queries スマフォ表示の設定(599px以下で読み込むcss)
******************************************************************************************************************************/
@media screen and (max-width: 599px) {
    
header {
    right: 0;
    left: 0;
}
    
#ibox-in {
    width: 100%;
}
#ibox-in p {
    font-size: 26px;
    line-height: 1.4;
    background: rgb(255 255 255 / 70%);
    padding: 20px 6px;
    display: block;
}
#ibox-in .ibox-big {
    background: none;
    padding: 0;
}
    
#content #main {
        width: 94%;
    font-size: 15px;
    float:none;
}
#content #main h1.singletitle, #content #main h1 {
    font-size: 30px;
}
#content #main h2 {
    font-size: 26px;
    padding: 80px 0px 20px;
}
#content #main h3 {
    font-size: 22px;
}

#submain {
    height: auto;
    padding: 200px 10px;
}

#submain .h1wrap {
    margin: 0;
    text-align: center;
}
#submain h1 {
    font-size: 30px;
}

/*コンテンツ装飾
ここから*/  

.head-wrap.flexwrap {
    justify-content: center;
}

header .tel-zone {
    margin-right: 0px;
    text-align: center;
}

.tanpin-menu-img img {
    width: 48%;
    margin-bottom: 3%;
}

.tokubetsu-box-inner {
    width: 100%;
    margin-bottom: 20px;
}

.lunch-img {
    width: 80%;
}
    
}/*end*/


@media screen and (min-width: 751px) {
a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
}
}
