@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;*/
}

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-decoratiaboutone;
}

/* 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_nv6rbe.eot');
    src:    url('fonts/icomoon_nv6rbe.eot#iefix') format('embedded-opentype'),
        url('fonts/icomoon_nv6rbe.ttf') format('truetype'),
        url('fonts/icomoon_nv6rbe.woff') format('woff'),
        url('fonts/icomoon_nv6rbe-icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[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;
}

h4 {
  line-height: 2em;
  font-size: 1.1em;
}
p {
  margin-bottom: 20px;
  font-size: 0.9em;
  line-height: 1.5em;
}

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: #fff;
}

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

.header-bg {
    opacity: .8;
}

.header-logo {
  position: absolute;
  top: 20px;
  left: 20px;
}

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


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

.main-nav {
    position: absolute;
    z-index: 10;
    width: 100%;
    background-color: #b28147;
    color: #fff;
    height: 2.5em;
}

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

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

.main-nav .title {

}
.main-nav .title img{
  margin-top: 5px;
}

.main-nav .menu-list {
    float: right;
    display: block;
    margin-right: 20px;
}

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

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

.main-nav .menu-list a:hover {
  background-color: rgba(255, 255, 255, .3);
}

.main-nav .menu-list a.menu-selected {
    background-color: rgba(255, 255, 255, .3);
}


.humberger {
    font-size: 1.4em;
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    display: none;
}


@media (max-width: 47.999em) {

    .main-nav .titles {
        width: 100%;
        height: 40px;
    }
    .main-nav .title img {
        margin-left: 10px;
    }
    .main-nav .menu-list {
        clear: both;
        float: none;
        display: none;
        margin-right: 0;
        background: #b28147;
        opacity: .8;
    }

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

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


    .humberger {
        display: block;
    }

}


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

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


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

.contents header {
    text-align: center;
    padding: 100px 0;
}
.about header {
    padding: 50px 0;
}
.gallery header {
   padding: 0 0 30px;
}
.contents header h2 {
    color: #ff593e;
    font-size: 1.8em;
}

.contents header p {
  margin-bottom: 0;
}

.contents h3 {
    color: #FFF;
    font-size: 1.4em;
    text-align: center;
    margin: 20px 0 20px;
}

.contents .box-inner img {
  margin-bottom: 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: 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;
    }
}

/* ------[ about ]------ */

.about {
    background-color: #FFF;
}
.about .content-2 .box-inner, .about .content-2 {
    padding-top: 0;
}

.about p {
    color: #555;
}

.about h3, .about h4{
    color: #000;
    font-weight: normal;
}

.about img {
    width: 100%;
}

.about-img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

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

.about-names {
    margin-top: 40px;
    color: #000;
    width: 100%;
    text-align: right;
}
.about-name {
    font-size: 1.2em;
}

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

@media (max-width: 47.999em) {
    .about-img {

    }
}

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

.foodmenu {
  background: #fff;
}
.foodmenu header {
  background: url(../img/menu_bg.jpg) top center no-repeat;
  margin-bottom: 20px;
}
.foodmenu h2 {
    color: #fff !important;
}
.foodmenu h4, .foodmenu p {
  text-align: left;
  color: #000;
}
.foodmenu h4 {
    font-size: 16px;
    margin-bottom: 5px;
}
.foodmenu p {
    font-size: 13px;
    margin-bottom: 5px;
}
.foodmenu header p {
    text-align: center;
    color: #fff;
}
.caution {
    text-align: right !important;

}

.foodmenu .contents {
    min-height: 500px;
}
.foodmenu .box-container  {

}
.box-inner-left {
    width: 40%;
    float: left;
}
.box-inner-left img {
    width: 100%;
}
.box-inner-right {
    width: 55%;
    float: right;
}
.box-inner-small {
    width: 18%;
    margin-right: 2.5%;
    margin-top: 20px;
    float: left;
}
.box-inner-small:nth-child(5n) {
    margin-right: 0;
}
.box-inner-small img {
    width: 100%;
}
.box-inner-small-info {
    min-height: 180px;
}
.foodmenu .main-btn {
    margin: 20px 0 30px;
}
.sliderbox {
    position: relative;
    height: 600px;
}
.cap1 {
    margin-top: 1em;
}
.small {
    font-size: .6em;
    color: #666;
}


/* ------[ GALLERY ]------ */
.gallery {
    background-color: #fff;
}
.gallery .contents {
    padding-bottom: 100px;
}
.main-gallery {
    margin-bottom: 20px;
}
.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 header {
  background: url(../img/info_bg.jpg) top center no-repeat;
}

.info {
    background-color: #fff;
    text-align: center;
}

.info h2 {
}

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

.info dt {
    clear: both;
    float: left;
    width: 80px;
    color: #000;
}
.info dd {
    margin-left: 80px;
    line-height: 1.7em;
}


.info .shopname {
    display: inline-block;
    font-size: 1.5em;
    color: #ff593e;
}

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

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

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

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

#footer {
    text-align: center;
    background-color: #b28147;
    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;
}

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

#footer, #footer a {
    color: #fff;
}

#footer a:hover{
    color: #fff;
}
.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);
}

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

.chef {
    background-color: #FFF;
}

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

.chef p {
    color: #555;
}

.chef h3, .chef h4{
    color: #222;
}

.chef img {
    width: 100%;
}

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

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

.chef-names {
    margin-top: 40px;
    color: #000;
    width: 100%;
    text-align: right;
}
.chef-name {
    font-size: 1.2em;
}

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

.lower-page-main header {
    padding: 50px 0;
    border-bottom: 1px solid rgba(204, 204, 204, .3);
}
.lower-page-main p {
    margin-bottom:0;
    font-size:1em;
}
.lower-page-main .contents {
    padding-bottom: 80px;
}


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

/* ------[ PAGE UP BUTTON ]------ */
.page-up-btn {
    position: fixed;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, .3);
    z-index: 99;
    bottom: 15px;
    right: 30px;
    font-size: 3.5em;
}


@media (max-width: 767px) {
  .header-logo {
    top: 60px;
  }
  .about header {
      padding: 50px 0 10px;
  }
  .about-img {
      height: auto !important;
  }
  .box-inner-left, .box-inner-right {
      width: 100%;
  }
  .box-inner-small:nth-child(5n) {
      margin-right: 6%;
  }
  .box-inner-small {
      width: 47%;
      margin-right: 6%;
  }
  .box-inner-small:nth-child(2n) {
      margin-right: 0;
  }
  .caution {
      padding-left: 20px;
      text-align: right;
  }
  .footer {
      background: #b28147 !important;
  }
  #footer, #footer a {
      color:#fff;
  }
  .gallery-inner {
      padding: 0 10px;
  }
}

.redCaution {
    color: #ff593e;
}