@charset 'utf-8';


/* ------[ html5doctor.com Reset Stylesheet ]------ */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-weight: normal;
}

body {
    /*line-height:1;*/
    font-feature-settings: "palt";
}

.sponly {
 display: none;
}
@media (max-width: 768px) {
	.sponly {
	 display: block;
	 }
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration:none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

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

/* imgの下の隙間対策 */
img {
   vertical-align: bottom;
}
/* iframeの下の隙間対策 */
iframe {
    vertical-align: bottom;
}



/* --------------------------------------------- */

/* ------[ 共通 ]------ */
.serif {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.sans-serif {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


/* ------[ icon font ]------ */
@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?nv6rbe');
    src:    url('fonts/icomoon.eot?nv6rbe#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?nv6rbe') format('truetype'),
        url('fonts/icomoon.woff?nv6rbe') format('woff'),
        url('fonts/icomoon.svg?nv6rbe#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'century';
    src: url('fonts/century.woff') format('woff'),
         url('fonts/century.ttf') format('truetype');
  }

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


body {
    width: 100%;
    display: none;
    background-color: #000;
}

a {
    color: #fff;
}



/* ------[ header ]------ */

.header {
    position: absolute;
    width: 100%;
}

.header-image-container {
    width: 100%;
    height: 100%;
    background: #000;
}

.header-bg,
.header-front {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
}

.header-bg {
    opacity: .8;
}
.header-front .icon-nakahigashi-logo img {
    transform: translateY(-50%);
    width: 120px;
}
@media (max-width: 768px) {
    .header-front .icon-nakahigashi-logo img {
        width: 60px;
    }
}
.header-front .icon-nakahigashi-logo:before {
    /* content: "\e900"; */
    font-size: 2em;
    color: #fff;
}

.arrow {
    width: 100%;
    position: absolute;
    margin-top: -70px;
    text-align: center;
}


/* ------[ nav ]------ */

.main-nav {
    position: absolute;
    z-index: 10;
    width: 100%;
    background-color: rgba(105,73,9,.7);
    color: #fff;
}
@media (max-width: 768px) {
    .main-nav {
        background: none;
    }
}

.main-nav-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.main-nav .titles {
    float: left;
}

.main-nav .title {
    height: 2.2em;
}
.main-nav .title img {
    width: 25px;
    margin: 10px 0 10px 20px;
}

@media (max-width: 768px) {
    .main-nav .title img {
        background: #111;
        width: 30px;
        margin: 0 0 0 20px;
        padding: 6px;
    }
}

.main-nav .menu-list {
    float: right;
    display: block;
    margin-right: 20px;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

.main-nav .menu-list li {
    float: left;
}

.main-nav .menu-list a {
    display: block;
    padding: 0 20px;
    height: 5.2em;
    line-height: 7.2em;
}

.main-nav .menu-list a:hover {
    background-color: #9f750b;
}

.main-nav .menu-list a.menu-selected {
    background-color: #9f750b;
}


.humberger {
    font-size: 2em;
    display: block;
    position: absolute;
    top: 5px;
    right: 20px;
    display: none;
    text-shadow: 1px 1px 0px #919191;
}


@media (max-width: 47.999em) {


    .main-nav .titles {
        width: 100%;
        /* border-bottom: solid 1px #666; */
    }

    .main-nav .menu-list {
        clear: both;
        float: none;
        display: none;
        margin-right: 0;
    }

    .main-nav .menu-list li {
        float: none;
    }

    .main-nav .menu-list li a {
        text-align: center;
    }


    .humberger {
        display: block;
    }

    /* ロゴ縮小 */
    .header-front .icon-nakahigashi-logo:before {
        font-size: 1.5em;
    }
}

@media (max-width: 350px) {
    /* ロゴ縮小 */
    .header-front .icon-nakahigashi-logo:before {
        font-size: 1em;
    }
    .main-nav .icon-nakahigashi-logo:before {
        font-size: .8em;
    }
}


/* ------[ main ]------ */

#main {
    position: absolute;
    height: 100%;
    width: 100%;
}


/* ------[ main 共通 ]------ */
.contents {
    color: #aaa;
    padding: 40px 0;
}

.contents header {
    text-align: center;
    padding: 30px;
    border-bottom: 1px solid rgba(204, 204, 204, .3);
}

.contents header h2 {
    color: #111;
    font-size: 1.8em;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

.contents header p, .contents h3 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.contents header p {
    font-size: .9em;
}

.contents h3 {
    color: #FFF;
    font-size: 1.4em;
    text-align: center;
    margin: 20px 0 20px;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

.contents .box-inner {
    padding: 20px;
}


.contents h4 {
    color: #FFF;
    font-size: 1.1em;
}

.box-container {
    max-width: 1000px;
    margin: 0 auto;
}

.box-container.-flex {
    align-items: center;
    display: flex;
}

@media (max-width: 767px) {
    .box-container.-flex {
        display: block;
    }
}

.box-u-1-2 {
    width: 50%;
    float: left;
}

small {
    font-size: .8em;
}

/* ボタン */
.main-btn {
    display: inline-block;
    padding: 15px 0;
    border: solid 2px #BC9D51;
    color: #BC9D51;
    font-weight: bold;
    margin-top: 50px;
    width: 100%;
    max-width: 300px;
}

@media (max-width: 47.999em) {
    .box-u-1-2 {
        width: 100%;
    }
    .contents .box-inner {
        padding: 20px 30px;
    }
}

/* ------[ CHEF ]------ */

.chef {
    background: url(../img/bg.jpg) top center / cover repeat;
    letter-spacing: 1px;
}

.chef .content-2 .box-inner, .chef .content-2 {
    padding-top: 0;
}

.chef p {
    color: #555;
    line-height: 1.7;
}

.chef h3, .chef h4{
    color: #222;
}
.chef h4{
    color: #222;
    line-height: 1.8;
    margin-bottom: 20px;
}

.chef img {
    width: 100%;
}

.chef-img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    background: url(../img/chef.jpg) top center / cover no-repeat;
    min-height: 600px;
}

@media (max-width: 767px) {
    .chef-img {
        min-height: 400px;
    }
}

.chef .shop-name {
    margin-top: 30px;
}

.chef-names {
    margin-top: 40px;
    color: #000;
    width: 100%;
    text-align: right;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.chef-name {
    font-size: 1.2em;
}

.chef-name img {
    width: 120px;
    margin-left: 10px;
    margin-right: 20px;
}

@media (max-width: 47.999em) {
    .chef-img {
        max-height: 400px;
    }
}

/* ------[ MENU ]------ */

.foodmenu {
    background: url(../img/course__bg.jpg) top center / cover no-repeat;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.foodmenu .contents header h2 {
    color: #fff;
}
.foodmenu p {
    color: #fff;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    font-size: 14px;
}
.foodmenu .contents {
    min-height: 500px;
}

.foodmenu .box-u-1-2 {
    box-sizing: border-box;
    border-bottom: 1px solid #636363;
    margin: 0 auto;
    padding: 3px;
    width: 48%;
    padding: 20px 0;
    border-radius: 3px;
    float: none;
}
@media (max-width: 47.999em) {
    .foodmenu .box-u-1-2 {
        box-sizing: border-box;
        padding: 15px 0;
        margin: 30px auto 50px;
        width: 90%;
    }
}
.foodmenu h3 {
    color: #fff;
    margin: 0 0 10px;
}
@media (max-width: 47.999em) {
    .foodmenu h3 {
        font-size: 18px;
    }
}
.course-price {
    margin-bottom: 10px;
}
.foodmenu h4 {
    border-bottom: 1px solid #e0e0e0;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 22px;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
@media (max-width: 767px) {
    .foodmenu h4 {
        font-size: 18px;
        padding-bottom: 10px;
    }
}
.foodmenu .box-container  {
    text-align: center;
}
.foodmenu .main-btn {
    margin: 20px 0 30px;
}
.sliderbox {
    position: relative;
    height: 600px;
}
.cap1 {
    margin-top: 1em;
}
.small {
    font-size: .6em;
    color: #666;
}
.foodmenu p.menu-en {
    margin-bottom: 3px;
    font-family: 'Lora', serif;
    font-weight: 400;
}
.course-price-wrap {
    margin-bottom: 20px;
}
.course-price-wrap .price {
    font-size: 20px;
    margin-bottom: 5px;
    font-family: 'Lora', serif;
}
.course-price-wrap .price span {
    font-size: 12px;
    margin: 0 3px;
}

.foodmenu p.course-price-description {
    color: #dadada;
    font-size: 12px;
}

.foodmenu p.course-season {
    font-size: 18px;
    margin-bottom: 11px;
}

p.course-text {
    line-height: 1.7;
}

/* ------[ TAKEOUT ]------ */
#takeout {
  background: #FFF;
}
.takeout-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 10px;
}
#takeout .content-1 {
  border-bottom: 1px solid #D8D8D8;
  color: #333;
  line-height: 2;
  padding-bottom: 15px;
  margin-bottom: 50px;
  width: 48%;
}
@media (max-width: 767px) {
  #takeout .content-1 {
    width: 100%;
  }
}
.delivery-time {
  border: 1px solid #333;
  box-sizing: border-box;
  margin: 50px auto;
  padding: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .delivery-time {
    width: 95%;
  }
}
.delivery-time h4 {
  color: #333;
  margin-bottom: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.delivery-time-txt {
  color: #333;
  margin-bottom: 20px;
  line-height: 2;
}
#takeout .moreBtn {
  display: block;
  text-align: center;
  max-width: 300px;
  margin: 30px auto;
  width: 90%;
}
/* ------[ YOYAYA ]------ */
#yoyaya {
  background: #F5F5F5;
  text-align: center;
}
#yoyaya .content-1 {
  color: #333;
  margin: 50px 0;
  line-height: 2;
}
.moreBtn {
  border: 2px solid #BC9D51;
  color: #BC9D51;
  display: inline-block;
  padding: 20px 30px;
  transition: color .4s, background .4s;
  box-sizing: border-box;
}
.moreBtn:hover {
  color: #fff;
  background: #BC9D51;
}
.yaoyada {
	padding: 0 10px;
}
/* ------[ GALLERY ]------ */
.gallery {
    background: url(../img/bg_dark.jpg) top center / cover repeat;
}

.main-gallery {
    margin-bottom: 20px;
    display: none;
}

#gallery .contents header h2,
#gallery .contents header p {
    color: #fff;
}

.main-gallery a {
    margin: 0 4px;
}

.main-gallery a img {
    height: 400px;
}

/*ナビゲーションボタンの色*/
.dot {
    border:1px solid #fff !important;
}
.dot.is-selected {
  background-color: #fff !important;
}

/* ------[ INFORMATION ]------ */
.info {
    background: url(../img/bg.jpg) top center / cover no-repeat;
    text-align: center;
}

.info .contents header h2 {
    color: #111;
}
.info p {
    color: #111;
}

.info dl {
    margin-top: 30px;
    text-align: left;
}

.info dt {
    font-size: 14px;
    clear: both;
    float: left;
    width: 80px;
    color: #111;
}
.info dd {
    color: #333333;
    font-size: 14px;
    margin-left: 80px;
    margin-bottom: 25px;
    padding-left: 10px;
}

@media (max-width: 768px) {
    .info dd {
        margin-bottom: 15px;
        padding-left: 0px;
    }
}


.info .shopname {
    display: inline-block;
    margin-top: 20px;
    font-size: 1.5em;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    color: #fff;
}

.info .tel-link {
    color: #00b0ff;
    text-decoration: underline;
}

@media (max-width: 400px) {
    .info dt {
        clear: both;
        float: none;
        width: 100%;
    }
    .info dd {
        margin-left: 0;
        width: 100%;
    }
    .gmaps {
        max-height: 350px;
    }
}

.info .main-btn {
    margin-top: 15px;
}

/* ------[ RESERVE ]------ */
    #reserve {
        background: url(../img/bg_dark.jpg) top center / cover no-repeat;
    }
    #reserve .contents {
        padding: 0 0 20px;
    }
    #reserve .contents header h2 {
        color: #fff;
    }
    #reserve .contents header p {
        color: #fff;
    }
    
  .reserve__box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  .reserve__box header {
    border: none;
  }
  .reserve__btnWrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 50px auto;
    max-width: 700px;
  }
  .reserve__btn {
    background: #fff;
    color: #CE8F00;
    display: block;
    text-align: center;
    height: 70px;
    line-height: 70px;
    width: 300px;
    font-weight: bold;
    font-size: 18px;
    transition: opacity .4s;
  }
  .reserve__btn:hover {
    opacity: .7;
  }
  @media screen and (max-width: 768px) {
    .reserve__btn {
      margin-bottom: 50px;
      width: 90%;
    }
  }

/* ------[ FOOTER ]------ */

#footer {
    text-align: center;
    background-color: #342505;
    padding: 50px 0 0;
    color: #000;
}


#footer .footer-nav {
    display: inline-block;
    margin: 0 auto 20px;
}

#footer .footer-nav i {
    font-size: 2.5em;
}

#footer .footer-nav div {
    float: left;
    margin: 0 10px;
    width: 80px;
}

#footer .copyright {
    font-size: .8em;
    background: #342505;
    padding:10px;
    color:#fff;
}

#footer a {
    color: #fff;
    transition: opacity .4s;
}

#footer a:hover{
    opacity: .7;
}
.footer-menu {
    background: url(../img/bg.jpg) top center / cover no-repeat;
    padding:10px;
    text-align: center;
}
.footer-menu ul li a {
    color: #111 !important;
    font-size: 14px;
}
.lower-page {
    top:0 !important;
}
.lower-page-main {
    position:static !important;
}
.lower-page-main .contents {
    border-bottom:1px solid rgba(204, 204, 204, .3);
}

.media__link a {
  border: 2px solid #BC9D51;
  display: block;
  padding: 20px 0;
  margin: 30px auto;
  width: 90%;
  max-width: 300px;
}

/* ------[ PAGE UP BUTTON ]------ */
.page-up-btn {
    position: fixed;
    color: rgba(188, 157, 81, .6);
    z-index: 99;
    bottom: 15px;
    right: 30px;
    font-size: 3.5em;
}

.covid_time {
    box-sizing: border-box;
    margin: 50px auto 20px;
    border: 1px solid #3e3e3e;
    padding: 20px 10px;
    font-size: 14px;
    max-width: 1000px;
    width: 90%;
}

.covid_time_text {
    margin-bottom: 15px;
}

.covid_time_info {
    color: #fff;
    margin-bottom: 5px;
    font-weight: 900;
}


.menu2022 {
    font-size: 14px;
    background: #404040;
    width: 270px;
    margin: 10px auto;
    padding: 6px;
}

.xmas-caution {
    font-size: 14px;
    margin: 10px 0 0;
}
.caution_wrap {
    margin-top: 20px;
}
.caution {
    color: #d2d2d2 !important;
    font-size: 12px  !important;
    margin: 5px 0 0;
    padding: 0 10px;
    text-align: center;
}