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

[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 img {
    max-width: 100%;
}

.arrow {
    width: 100%;
    position: absolute;
    margin-top: -70px;
    text-align: center;
}
.news {
    color: #fff;
    text-align: center;
    font-weight: normal;
    padding: 10px 0;
    background: #000;
}
.news h2 {
    color: #a8ba18;
    font-size: 18px;
    margin-bottom:5px;
}
.news p {
    font-size:12px;
}

@media (max-width: 47.999em) {
    .news {
        margin-top:38px;
        padding: 10px 5px;
    }


}

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

.main-nav {
    position: absolute;
    z-index: 10;
    width: 100%;
    background-color: rgba(0,0,0,.6);
    color: #fff;
}

.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: 200px;
    margin: 10px 0 0 20px;
}

.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.2em;
    line-height: 2.2em;
}

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

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


.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%;
        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 img{
        width:80%;
    }

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


/* ------[ 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: #a8ba18;
    font-size: 1.8em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.contents header p, .contents h3, .news h2 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.news p span {
    display: inline-block;
    margin: 5px 0;
}
.contents header p {
    font-size: .9em;
}

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

.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 #a8ba18;
    color: #a8ba18;
    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;
    }
}

/* ------[ 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(../img/gallery/IMG_insara02.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 {
}

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

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

.foodmenu {
    background: url(../img/menu_background02.jpg) top center / cover no-repeat;
}
.foodmenu p {
    color: #eee;
}
.foodmenu .contents {
    background-color: rgba(0,0,0,.5);
    min-height: 500px;
}
.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;
}

/* ------[ INFO ]------ */

.info {
    background-color: #FFF;
	border-bottom: 1px solid rgba(204, 204, 204, .3);
}

.info p {
    color: #555;
}

.info h3, .info h4{
    color: #222;
}
.info .box-container  {
    text-align: center;
}
.info a{color: #555;
}


/* ------[ GALLERY ]------ */
.gallery {
    background-color: #fff;
}

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

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

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

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

.reservation h2 {
}

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

.reservation dt {
    clear: both;
    float: left;
    width: 80px;
    color: #fff;
}
.reservation dd {
    margin-left: 80px;
}


.reservation .shopname {
    display: inline-block;
    margin-top: 20px;
    font-size: 1.5em;
    color: #fff;
}

.reservation .tel-link {
    color: #a8ba18;
}

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

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

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

#footer a {
    color: #a8ba18;
}

#footer a:hover{
    color: #000;
}


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

.menu-btn {
    margin: 40px auto 0;
    border: 1px solid #fff;
    width:30%;
}
.menu-btn a {
    display: block;
    padding:5px;
}
.menu-btn a:hover {
    background:rgba(255, 255, 255, 0.2);
}

.info-btn {
    margin: 40px auto 0;
    border: 1px solid #555;
    width:30%;
}
.info-btn a {
    display: block;
    padding:5px;
}
.info-btn a:hover {
    background:rgba(0, 0, 0, 0.1);
}
/*------言語切り替えボタン------*/
.language{
	position: absolute;
	width: 100%;
	display: flex;
    justify-content: flex-end;
}
.language .language-menu-btn{
	margin: 10px;
    border: 1px solid #fff;
    width:10%;
	display: flex;
	justify-content: center;
}
.language .language-menu-btn a{
	display: block;
	padding: 10px;
	width: 100%;
    text-align: center;
}
.language .language-menu-btn a:hover {
    background:rgba(255, 255, 255, 0.2);
}

@media (max-width: 400px) {
    .menu-btn {
        width:80%;
    }
	.info-btn {
        width:80%;
    }
	
/*------言語切り替えボタン------*/
.language{
	display: flex;
    justify-content: flex-end;
}
.language .language-menu-btn{
	margin: 54px 10px auto;
    border: 1px solid #fff;
    width:20%;
	display: flex;
	justify-content: center;
}
.language .language-menu-btn a{
	display: block;
	padding: 10px;
}
.language .language-menu-btn a:hover {
    background:rgba(255, 255, 255, 0.2);
}

}
