@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: 240px;
}
@media (max-width: 768px) {
    .header-front .icon-nakahigashi-logo img {
        width: 180px;
    }
}
.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(0,0,0,.8);
    color: #fff;
}
@media (max-width: 768px) {
    .main-nav {
        background: none;
    }
}

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

.main-nav .titles {
    float: left;
    height: 70px;
}

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

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

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

.main-nav .menu-list li {
    background-color: rgba(0,0,0,.8);
    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: #205666;
}

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


.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-bottom: 40px;
}

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

.contents header h2 {
    color: #BC9D51;
    font-size: 1.8em;
    font-family: "century", '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: "century", '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-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: 600;
    letter-spacing: 0.06em;
    margin-top: 50px;
    width: 100%;
    max-width: 300px;
    transition: all .4s;
    font-family: "century", 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

.main-btn:hover {
    background-color: #BC9D51;
    color: #fff;
}

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

.topReserve {
    background-color: #fff;
    text-align: center;
    padding: 0;
}

/* ------[ michelin ]------ */
.michelinBanner {
    background-color: #fff;
    padding: 60px 20px;
}
@media (max-width: 767px) {
    .michelinBanner {
        padding: 60px 12px 30px;
    }
}

.michelinBanner .contents {
    border: 1px solid #ccc;
    padding: 30px 20px;
    max-width: 900px;
    margin: 0 auto;
}

.michelinBanner  .michelinBanner__img {
    display: block;
    margin-inline: auto;
    margin-bottom: 20px;
    max-width: 500px;
    transition: opacity .4s;
}

.michelinBanner  .michelinBanner__img:hover {
    opacity: .7;
}

.michelinBanner  .michelinBanner__text {
    color: #333;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    line-height: 1.6;
    font-size: 14px;
}
.michelinBanner  .michelinBanner__text br {
    display: none;
}
@media (max-width: 767px) {
    .michelinBanner  .michelinBanner__text br {
        display: block;
    }
}

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

.chef {
    background-color: #FFF;
    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/chef2.jpg) top center / cover no-repeat;
}

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

.chef-names {
    margin-top: 40px;
    color: #000;
    width: 100%;
    text-align: right;
    font-family: "century", '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;
}
.chef-name span {
}

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

.chef-text {
    font-size: 14px;
    letter-spacing: 0.04em;
}

.chef-text + .chef-text {
    margin-top: 20px;
}

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

.foodmenu {
    background: url(../img/menu-bg.jpg) top center / cover no-repeat;
    font-family: "century", 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.foodmenu p {
    color: #fff;
    font-family: "century", 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    font-size: 14px;
}
.foodmenu .contents {
    background-color: rgba(0,0,0,.7);
    min-height: 500px;
}
.foodmenu .box-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4%;
}
@media (max-width: 767px) {
    .foodmenu .box-container {
        display: block;
        gap: 0;
    }
}

.foodmenu .box-u-1-2 {
    box-sizing: border-box;
    margin-top: 30px;
    padding: 3px;
    width: 48%;
    background: rgba(255,255,255,.15);
    padding: 20px;
    border-radius: 3px;
    float: none;
}
@media (max-width: 47.999em) {
    .foodmenu .box-u-1-2 {
        box-sizing: border-box;
        padding: 25px 20px;
        margin: 30px auto 50px;
        width: 90%;
    }
}
.foodmenu h3 {
    color: #fff;
    margin: 20px 0 5px;
}
.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: "century", '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-lists {
    display: flex;
    flex-wrap: wrap;
}
.course-concept {
    font-size: 18px !important;
    margin-bottom: 30px;
    position: relative;
}
.course-concept::after {
    content: "";
    background-color: #fff;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 20px;
}
.foodmenu-lists li {
    border-bottom: 1px solid #464646;
    display: flex;
    flex-direction: row;
    margin-bottom: 3px;
    padding: 7px 0px;
    width: 100%;
}
.foodmenu .foodmenu-lists p {
    text-align: left;
    width: 70%;
}
.foodmenu p.menu-en {
    padding-right: 20px;
    font-family: 'Lora', serif;
    font-weight: 400;
    text-align: right;
    width: 30%;
}
.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-color: #fff;
}

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

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

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

/* ------[ INFORMATION ]------ */
.info {
    background-color: #000;
    text-align: center;
}

.info h2 {
}

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

.info dt {
    clear: both;
    float: left;
    width: 80px;
    color: #fff;
}
.info dd {
    margin-left: 80px;
    margin-bottom: 15px;
    padding-left: 10px;
}

.info dd.century {
    font-family: "century", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

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


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

.info .tel-link {
    color: #BC9D51;
}

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

.info__closed {
    border: 1px solid;
    width: fit-content;
    margin: 20px auto;
    padding: 20px 50px;
}

.info__closedTitle {
    margin: 0 0 10px;
}

.info__closedText {
    text-align: left;
    margin: 0 auto;
    width: fit-content;
}

@media (max-width: 400px) {
    .info__closedText {
        margin: 20px;
        padding: 20px;
        width: auto;
    }
}

/* ------[ news ]------ */
.topNews {
    background-color: #fff;
    padding-top: 40px;
}

.topNews__lists {
    padding: 20px;
}

.topNews__item {
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 20px 0;
}

.topNews__lists time {
    font-size: 12px;
    font-family: "century", 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

.topNews__lists h3 {
    color: #111;
    text-align: left;
    margin: 5px 0 10px;
}
@media (max-width: 400px) {
    .topNews__lists h3 {
        font-size: 20px;
    }
}

.topNews__lists p {
    color: #6e6d6d;
    font-size: 14px;
    line-height: 1.6;
    font-family: "century", 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}


/* ------[ recruit ]------ */
.recruit {
    background-color: #f5f5f5;
    padding: 40px 0;
}

.recruit__flex {
    display: flex;
    gap: 30px;
}
@media (max-width: 768px) {
    .recruit__flex {
        flex-wrap: wrap;
        padding: 0 20px;
    }
    .recruit__banner {
        width: 100%;
    }
}
.recruit__banner {
    transition: opacity .4s;
}
.recruit__banner:hover {
    opacity: .8;
}
.recruit__banner img {
    max-width: 100%;
    width: 100%;
}

/* ------[ recruit ]------ */
.inquiries {
    background-color: #fff;
    padding: 60px 0 20px;
}
@media (max-width: 768px) {
    .inquiries .contents {
        padding: 0 20px;
    }
}
.inquiries__text {
    text-align: center;
    margin: 20px auto 0;
}
.inquiries__text .sponly {
    display: none;
}
@media (max-width: 768px) {
    .inquiries__text {
        font-size: 14px;
    }
    .inquiries__text .sponly {
        display: block;
    }
}
.inquiries__text span {
    display: block;
    text-decoration: underline;
    margin-top: 10px;
}
.inquiries__btn {
    background-color: #BC9D51;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 20px;
    padding: 20px 40px;
    margin: 20px auto 0;
    width: fit-content;
    transition: opacity .4s;
}
.inquiries__btn br {
    display: none;
}
@media (max-width: 768px) {
    .inquiries__btn {
        padding: 15px 40px;
        font-size: 16px;
        text-align: center;
    }
    .inquiries__btn br {
        display: block;
    }
}
.inquiries__btn:hover {
    opacity: .7;
}

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

#footer {
    text-align: center;
    background-color: #fff;
    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:#000;
    padding:10px;
    color:#fff;
}

#footer a {
    color: #BC9D51;
}

#footer a:hover{
    color: #000;
}
.footer-menu {
    background:rgba(204, 204, 204, .3);
    padding:10px;
    text-align: center;
}
.footer-menu ul li a {
    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;
}