/*

Project      : Resto - Complete Restaurant Template 
Version      : v2.0page-breadcrumb_menu
Author       : Design_mylife (Rakesh Sharma)
Support email: mylifedesign143@gmail.com
*/
@import 'https://fonts.googleapis.com/css?family=Poppins:500,600,700';
@import 'https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,900';
@import 'https://fonts.googleapis.com/css?family=Dancing+Script:400,700';
@font-face {
  font-family: "Ionicons";
  src: url("../ionicons/fonts/ionicons.eot?v=2.0.0");
  src: url("../ionicons/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../ionicons/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../ionicons/fonts/ionicons.woff?v=2.0.0") format("woff"), url("../ionicons/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

/***** Google fonts import ************/
/*
Base csss
*/


.quality_txt{
	padding-top:20px;
	font-weight: 400;
  font-size: 18px;
  line-height: 2.1;
}




html, body {
  height: 100%; }
body{
  width: 100%;
  
  margin: 0px;
  padding: 0px;
  /* 謎余白の対策 */
  overflow-x: hidden;
}
body {/*font-family: "Lato", sans-serif;*/
  font-family:"FOT-筑紫ゴシック Pro E", "TsukuGoPro-E", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.1em;
  
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #766a5d;
  background-color: #eae5db; 
  
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-overflow-style: scrollbar;
    overflow-x: hidden;
	width:100%;
  }



.wrapper{
overflow: hidden;
}

.num {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.num2 {
    
    margin-bottom: 50px;
}



a, button {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none; }

a {
  color: #0d0a16; }
  a:hover, a:focus {
    color: #aeaeae; }

a, a:hover, a:focus, button:hover, button:focus {
  outline: 0 !important;
  text-decoration: none; }

blockquote {
  font-style: normal;
  font-weight: 400;
  font-size: 15px; }

label {
  font-weight: 400; }

button:focus {
  outline: 0 !important; }

::-moz-selection {
  background-color: #191b1d;
  color: #fff; }

::selection {
  background-color: #191b1d;
  color: #fff; }
  
  .bg_g{
	  
	background-color: #f7f7f7;  
	  }
	  
	  .bg_g2{
	  
	background-color: #111111;  
	  }

.rowcopy{
	padding-top:20px;
	padding-bottom:20px;
}
/* Typography
================================================== */
h2, h3, h4, h5, h6 {
  margin-top: 0;
  /*font-family: "Poppins", sans-serif;*/
  font-weight: 500;
  color: #333; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1.list-inline-item{
	 color: #ffffff;
	 font-size: 13px;
}

h1 {
  /*font-size: 40px;
  line-height: 45px;
  margin-bottom: 10px;*/ }

h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px; }

h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 0px; }

h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 4px; }

h5 {
  font-size: 17px;
  line-height: 24px; }

h6 {
  font-size: 14px;
  line-height: 21px; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

small {
  font-size: 80%; }

.overflow-hidden {
  overflow: hidden; }

.full-wid {
  width: 100%; }

.no-padd {
  padding: 0px; }

.no-margin {
  margin: 0px; }



.arrow_carrot-right_alt::before {
    content: "";
	font-family: "ElegantIcons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    margin-right: 10px;
}



.list-unstyled li {
    border-bottom: 1px solid #111111;
    color: #111111;
    padding: 5px 0;
    text-align: left;menu-tabs li
}

.category {
    background: #0d0a16 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 9px;
    margin: 0 0 3px;
    padding: 3px 12px 3px 12px;
    text-decoration: none;
	border-radius: 100px;
}



/***spaces**/
.space-10 {
  width: 100%;
  height: 10px; }

.space-20 {
  width: 100%;
  height: 20px; }

.space-30 {
  width: 100%;
  height: 30px; }

.space-40 {
  width: 100%;
  height: 40px; }

.space-50 {
  width: 100%;
  height: 50px; }

.space-60 {
  width: 100%;
  height: 60px; }

.space-70 {
  width: 100%;
  height: 70px; }

.space-80 {
  width: 100%;
  height: 80px; }

.space-90 {
  width: 100%;
  height: 90px; }

.space-100 {
  width: 100%;
  height: 100px; }

.close {
  text-shadow: none;
  opacity: 1; }

/**margins**/
.margin-0 {
  margin: 0px; }

.margin-b-10 {
  margin-bottom: 10px; }

.margin-b-20 {
  margin-bottom: 20px; }

.margin-b-30 {
  margin-bottom: 30px; }

.margin-b-40 {
  margin-bottom: 40px; }

.margin-b-50 {
  margin-bottom: 50px; }
  
  
 .margin-b-100 {
  margin-bottom: 100px; }

.badge-primary {
  background-color: #0d0a16; }

.skin-bg {
  background-color: #0d0a16; }
  .skin-bg .title-1 {
    color: #fff; }
  .skin-bg .subtitle {
    color: #fff;
    opacity: 0.9; }

.gray-bg {
  background: #f7f9fa; }

.form-control, input[type="text"], input[type="email"], textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.03);
  min-height: 45px; }
  .form-control:focus, input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-color: #ddd; }

.dropcap:first-letter {
  font-size: 30px;
  color: #0d0a16; }

.center-img {
  display: block;
  margin: 0 auto;
  text-align: center; }

.full-img {
  width: 100%;
  height: auto; }

.text-color {
  color: #0d0a16; }

.display-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.verticle-middle {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  z-index: 2;
  position: relative; }

.title-1 {
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: -1px;
  line-height: 30px; }
  .title-1 span {
    font-weight: 400;
    /*font-family: "Dancing Script", cursive;*/
    text-transform: lowercase;
    font-size: 60px; }
.title_access{
	font-weight:bold;
	padding-top:8px;
	padding-bottom:8px;
	color:#766a5d;
	font-size:14px;
	background:  url("../images/icon_bg.png") no-repeat scroll center top;
}




.title_contact{
	font-weight: 800;
	font-size:15px;
	padding-top:5px;
	padding-bottom:5%;
	color:#0d0a16;
}

.title_contact2{
	font-weight: 800;
	font-size:13px;
	padding-top:0px;
	padding-bottom:5%;
	color:#0d0a16;
	    border-bottom: 3px double #111111;
    border-top: 3px double #111111;
    /*font-family: "Spinnaker",sans-serif;*/
    letter-spacing: 3px;
    line-height: 1;
    margin: 0 auto 25px;
    padding: 25px 0 25px;
    text-align: center;
	width:70%;
}


.s_title {
/*font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;*/
padding-bottom:1%;
}
.subtitle {
  text-transform: capitalize;
  font-size:13px;
  color: #ffffff;
  position: relative;
  display: inline-block;
  padding: 0px 70px;
  font-weight: 300; 
/*  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;*/}
  /*.subtitle:before {
    content: "";
    width: 10px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    margin-top: 0px;
    left: 0; }
  .subtitle:after {
    content: "";
    width: 10px;
    height: 1px;
   background: #ffffff;
    position: absolute;
    top: 50%;
    margin-top: 0px;
    right: 0; }*/


.ty-Footer-title {
    color: #575757;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 2.4rem;
    margin-top: 2.4rem;
}
.t-wsm-width1of7 {
    width: 14.2857%;
}
.Row-col {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}
.Row-col, .ty-List-img, .ty-List-title {
    min-height: 1px;
    position: relative;
}

.t-width1of2, .t-width2of4, .t-width3of6, .t-width4of8, .t-width5of10 {
    width: 50%;
}
.Row::after {
    clear: both;
}
.Row::after, .Row::before {
    content: " ";
    display: table;
}
*, *::after, *::before {
    box-sizing: border-box;
}
.Row {
    letter-spacing: -0.4em;
    word-spacing: -1em;
}
.t-alignCenter {
    text-align: center;
}
.Row {
    display: block;
    font-size: 0;
    margin: 0 -1.2rem;
    padding: 0;
    text-align: left;
}
.footer_title {
    color: #666666;
    /*font-family: "Roboto","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;*/
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.social-icons {
    list-style: outside none none;
    margin: 0;
    padding: 10px;
}
.social-icons > li {
    display: inline-block;
	padding-bottom:5%;
	/*padding-right:2%;*/
}
.social-icons > li > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #898989;
    margin: 0 20px 15px 0;
    opacity: 0.7;
}
.footer_txt_box{
	font-size: 12px;
}
.footer a{
	color: #ffffff;
}

li.list-inline-item2{
	font-size: 11px;
}
.f-social2 li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
}

.footer_navi li{
	font-size: 11px;
}



#footer_navi {
    padding-bottom: 60px;
    padding-top: 25px;
    text-align: center;
    width: 1000px;
}
#footer_navi ul {
    float: left;
    
}
#footer_navi li {
    float: left;
    margin-left: 0;
    padding: 0 30px 0 0;
    text-align: center;
}
#footer_navi li a:link {
    color: #333333;
    text-decoration: none;
}
#footer_navi li a:hover {
    color: #999999;
    text-decoration: underline;
}
#footer_navi li a:active {
    color: #999999;
}
#footer_navi li a:visited {
    color: #999999;
}
@media (min-width: 991px) {
  .vertical-align-child {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row; } }

/**********back to top*************/
.scrollToTop {
  text-align: center;
  font-size: 30px;
  background: #0d0a16;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  display: none;
  opacity: 0.5;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .scrollToTop:hover {
    text-decoration: none;
    opacity: 1;
    color: #fff; }

/**preloader**/
/**preloader**/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999; }

#preloader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 5px;
  width: 5em;
  height: 5em;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  border-top: 0.5em solid #0d0a16;
  border-right: 0.5em solid rgba(245, 245, 245, 0.5);
  border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
  border-left: 0.5em solid rgba(245, 245, 245, 0.5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

#preloader-inner,
#preloader-inner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.table-display {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: table; }

.table-cell-display {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  z-index: 3; }

/**parallax bg**/
.parallax-background {
  background-attachment: fixed !important;
  background-position: 50% 0; }

/**boxed layout styles**/
@media (min-width: 1200px) {
  body.boxed {
    background-color: #ddd;
    margin: 0px auto;
    position: relative; }
    body.boxed .page-layout {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      overflow: hidden;
      width: 1200px;
      margin: 10px auto;
      background-color: #fff; }
    body.boxed .header-top-transparent .top-bar {
      width: 1200px;
      margin: 0 auto;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
       } }

.error-digit {
  font-size: 140px;
  line-height: 140px;
  margin: 0px;
  font-weight: 400; }

.about-chefs {
  background: url("../images/bg4.jpg") no-repeat;
  background-position: 0 0;
  background-attachment: fixed;
  position: relative;
  background-size: cover;
  padding: 70px 0; }
  .about-chefs:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    position: absolute;
    /*background-color: rgba(0, 0, 0, 0.4);*/ }
  .about-chefs h1, .about-chefs p {
    color: #fff; }




.party-chefs {
  background: url("../images/main00.png") no-repeat;
  background-position: 0 0;
  background-attachment: fixed;
  position: relative;
  background-size: cover;
  padding: 80px 0; }
  .party-chefs:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4); }
  .party-chefs h1, .party-chefs p {
    color: #fff; }





.abso-img {
  position: relative;
  overflow: hidden; }
  .abso-img a {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -82px;
    margin-top: -22px; }

.full_screen_hero {
  height: 100%;
  background: url("../images/bg11.png") no-repeat;
  background-position: 0 0;
  background-attachment: fixed;
  position: relative;
  background-size: cover; }
  .full_screen_hero h1 {
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: #fff;
    margin: 20px 0;
    margin-bottom: 0px;
    font-weight: 400;
    /*font-family: "Poppins", sans-serif;*/ }
  .full_screen_hero p {
    color: rgba(255, 255, 255, 0.8); }

/**icon boxes**/
.icon-box {
  margin-bottom: 30px; }
  .icon-box i {
    font-size: 60px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    color: #0d0a16; }

.buttons-element button {
  margin: 5px; }

.modal {
  z-index: 9999; }

/*
Button style
*/
.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: 0px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0px;
  /*font-family: "Poppins", sans-serif;*/
  padding: 8px 12px 6px; }

.btn-rounded {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  padding: 12px 30px 10px; }

.btn-xl {
  padding: 16px 25px 13px;
  font-size: 14px;
  font-weight: 400; }

.btn-lg {
  padding: 12px 20px 9px;
  font-size: 13px;
  font-weight: 400; }

.btn-dark {
  background: #766a5d;
  color: #fff;
  border-radius: 100px; }
  .btn-dark:hover, .btn-dark:focus {
    color: #fff;
    background-color: #0d0a16; }

.btn-primary {
  background: #0d0a16;
  color: #fff; }
  .btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background: #333; }

.btn-white {
  background: #fff;
  color: #333; }
  .btn-white:hover, .btn-white:focus {
    color: #fff;
    background: #333; }

/*
Top bar styles
*/
.top-bar {
  /*background-color: #0d0a16;*/
   background: #786b5e url("../images/header_bg.png") repeat scroll center top;

  /* background-image: url(../images/header_bg.png.png); */ 
    background-repeat: repeat-x;  
  padding: 5px 0; }
  .top-bar ul {
    margin: 0px;
    padding: 0px; }
    .top-bar ul li.list-inline-item {
      color: #fff;
      vertical-align: middle;
      padding-left: 0px;
      padding-right: 0px; }
      .top-bar ul li.list-inline-item i {
        font-size: 20px;
        margin-right: 10px;
        vertical-align: middle; }
      .top-bar ul li.list-inline-item a {
        display: block;
        line-height: 30px;
        color: #fff;
        font-size: 13px; }
      .top-bar ul li.list-inline-item.b-table a, .top-bar ul li.list-inline-item.lang a {
        display: block;
        padding: 0px 10px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 400; }
      .top-bar ul li.list-inline-item.b-table a {
        background-color: #fff;
        color: #333; }
      .top-bar ul li.list-inline-item.lang a {
        background-color: rgba(0, 0, 0, 0.1);
        color: #fff;
        padding: 3px 10px; }
		.top-bar ul li.list-inline-item .ion-social-instagram::before {
          font-size: 17px;
          margin-right: 0px; }
		  .top-bar ul li.list-inline-item .ion-social-facebook::before {
          font-size: 17px;
          margin-right: 0px; }
        .top-bar ul li.list-inline-item.lang a i {
          font-size: 12px;
          margin-right: 0px; }
      .top-bar ul li.list-inline-item.lang {
        position: relative;
        padding: 0px;
        margin: 0px; }
      .top-bar ul li.list-inline-item:last-child {
        padding-left: 10px; }
    .top-bar ul.level-2 li a {
      margin: 0px; }

.top-bar .lang-dropdown.dropdown-menu {
  z-index: 99999;
  right: 0;
  left: auto; }
  .top-bar .lang-dropdown.dropdown-menu .flag {
    margin-right: 8px;
    width: 20px; }
  .top-bar .lang-dropdown.dropdown-menu > li > a {
    display: block;/*font-family: "Lato", sans-serif;*/
    font-size: 12px;
    line-height: 20px;
    padding: 5px 10px;
    color: #999; }
    .top-bar .lang-dropdown.dropdown-menu > li > a:hover {
      color: #0d0a16;
      background-color: transparent; }

/**Bootstrap 4 header style**/
.header-top-transparent {
  z-index: 999 !important; }

.navbar-light.sticky-header {
  z-index: 999 !important; }

body .sticky-wrapper, body .sticky-wrapper.is-sticky {
  height: auto !important; }



.logo-default{
visibility : hidden;

}

@media screen and (min-width:961px) {

body .sticky-wrapper, body .sticky-wrapper.is-sticky {
  /*height: auto !important;*/
  background: #e8e3d9;
  color: #786b5e; }

.logo-default{
visibility : visible;

}

.sticky-header{
  background: #e8e3d9;
  
  height: 100px;
   }

.navbar-nav{
padding-top: 50px;
  padding-bottom: 40px;
 }


.navbar-nav li{
  padding-top: 5px;
  padding-bottom: 4px;

 }
 
 
.navbar-nav li.dropdown-menu dropdown-menu-right li{
  padding-top: 0px !important;
  padding-bottom: 0px !important;

 }


/*pc用のcssを記述*/
.navbar-header{
  padding-top: -10px;
  position:relative;
top:-20px;
}
.header-top-transparent .navbar .nav-link {
    color: #786b5e;}

}

  .navbar-light.sticky-header {
    background: transparent !important; }
  .header-top-transparent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999 !important; }
  .header-top-transparent .sticky-wrapper.is-sticky .navbar-brand > img.logo-scroll {
    opacity: 1; }
  .header-top-transparent .sticky-wrapper.is-sticky .navbar-brand > img.logo-default {
    opacity: 0; }

  .header-top-transparent .navbar-light .navbar-nav .active > .nav-link, .header-top-transparent .navbar-light .navbar-nav .nav-link.active, .header-top-transparent .navbar-light .navbar-nav .nav-link.open, .header-top-transparent .navbar-light .navbar-nav .open > .nav-link {
    color: #786b5e !important; }
  .header-top-transparent .navbar-light .navbar-nav .nav-link:focus, .header-top-transparent .navbar-light .navbar-nav .nav-link:hover {
    color: #786b5e !important; }
  .header-top-transparent .sticky-wrapper.is-sticky .navbar-light {
    background: rgba(255, 255, 255, 0.98) !important;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25); }
  .header-top-transparent .sticky-wrapper.is-sticky .navbar .nav-link {
    color: rgba(0, 0, 0, 0.5); }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-left: .8rem;
    padding-right: .8rem; } }

.navbar-header{
  

}


.navbar-brand > img {
  position: absolute;
  top: 0px; }
  .navbar-brand > img.logo-scroll {
    opacity: 0; }

.navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 700; }

.cart-nav .dropdown-toggle:after {
  content: "";
  display: none; }

.offcanvas-nav-items .nav-link {
  font-size: 20px; }

.offcanvas-nav-items .cart-nav .badge {
  font-size: 9px;
  top: 5px;
  right: 10px; }

.pushy {
  z-index: 99999; }

.pushy-open-left .site-overlay, .pushy-open-right .site-overlay {
  z-index: 9999; }

.pushy-submenu > a::after,
.pushy-submenu > button::after {
  background: url("../bower_components/pushy/img/arrow.svg") no-repeat; }

.pushy-content ul {
  list-style: none;
  padding: 0px; }

.pushy {
  width: 260px; }
  .pushy a, .pushy button {
    text-transform: uppercase;
    /*font-family: "Poppins", sans-serif;*/
    font-weight: 500; }

.pushy-left {
  -webkit-transform: translate3d(-260px, 0, 0);
  -ms-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0); }

.pushy-right {
  -webkit-transform: translate3d(260px, 0, 0);
  -ms-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0); }

.pushy .pushy-submenu a {
  padding: 8px 25px;
  padding-left: 35px;
  font-size: 12px; }

.float-right.menu-phone {
  width: 150px;
  margin-left: 15px;
  position: relative;
  top: -2px; }

@media (min-width: 992px) {

  .navbar-light.sticky-header {
    background: transparent !important; }
  .header-top-transparent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999 !important; }
  .header-top-transparent .sticky-wrapper.is-sticky .navbar-brand > img.logo-scroll {
    opacity: 1; }
  .header-top-transparent .sticky-wrapper.is-sticky .navbar-brand > img.logo-default {
    opacity: 0; }
  .header-top-transparent .navbar .nav-link {
    /*color: rgba(255, 255, 255, 0.8); */}
  .header-top-transparent .navbar-light .navbar-nav .active > .nav-link, .header-top-transparent .navbar-light .navbar-nav .nav-link.active, .header-top-transparent .navbar-light .navbar-nav .nav-link.open, .header-top-transparent .navbar-light .navbar-nav .open > .nav-link {
    color: #0d0a16 !important; }
  .header-top-transparent .navbar-light .navbar-nav .nav-link:focus, .header-top-transparent .navbar-light .navbar-nav .nav-link:hover {
    color: #0d0a16 !important; }
	
  .header-top-transparent .sticky-wrapper.is-sticky .navbar-light {
   /* background: rgba(255, 255, 255, 0.98) !important;*/
	background:#e8e3d9 !important;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25); }
  .header-top-transparent .sticky-wrapper.is-sticky .navbar .nav-link {
    color: rgba(0, 0, 0, 0.5); }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-left: .8rem;
    padding-right: .8rem; } }

.cart-nav .badge {
  position: absolute;
  top: 6px;
  right: 0px; }
  
  


@media (max-width: 991px) {
  ul.nav.ml-auto.offcanvas-nav-items {
    position: absolute;
    right: 0;
    top: -3px; }
  .navbar-toggler {
    border: 0px; }
  .navbar-toggler-right {
	  margin-top:10px;
    margin-right: -30px; }
  .navbar-brand > img.logo-scroll {
    opacity: 1; }
  .float-right.cart-nav.nav-item {
    position: absolute;
    right: 0px;
    top: 0; }
  .cart-nav .badge {
    position: absolute;
    top: 0px;
    right: 6px; }
  .navbar-light.sticky-header {
    z-index: 9999 !important;
    background: #fff; }
  .header-top-transparent {
    position: static; }
  .dropdown-submenu > .dropdown-menu {
    display: block; }
  .collapse.show {
    overflow-y: auto;
    height: 280px; }
  .navbar-brand > img {
    position: absolute;
    top: -3px; }
  .navbar-header {
    min-height: 60px; } }

@media (max-width: 576px) {
  .navbar-toggleable-md > .container {
    width: 100%; } }

/*
=================
Drop down menu styles
==================
*/
.dropdown-menu {
  background-color: #000000;
  border: 0px;
  padding: 0px;
  min-width: 200px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }
  .dropdown-menu > li > a {
    color: #ccc;
    padding: 10px 20px;
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      background-color: rgba(255, 255, 255, 0.03);
      color: #fff; }

/******************

MULTI LEVEL DROPDOWN CSS

*********************/
.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0px;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  top: 11px;
  right: 15px;
  font-size: 11px;
  content: "\f3d3";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: "IonIcons"; }

.dropdown-menu.dropdown-cart {
  min-width: 300px;
  padding: 15px 20px; }
  .dropdown-menu.dropdown-cart li img {
    margin-right: 15px; }
  .dropdown-menu.dropdown-cart p {
    color: #fff;
    opacity: 0.8;
    font-size: .7rem; }
  .dropdown-menu.dropdown-cart h4 {
    font-size: 14px;
    margin-bottom: 0; }
    .dropdown-menu.dropdown-cart h4 a {
      color: #fff; }
  .dropdown-menu.dropdown-cart .close {
    color: #fff;
    opacity: .6;
    transition: all 0.3s;
    -webkit-transition: all 0.3s; }
    .dropdown-menu.dropdown-cart .close:hover {
      opacity: 1; }

@media (max-width: 767px) {
  .dropdown-submenu > .dropdown-menu {
    padding-left: 20px;
    display: block;
    margin-left: 15px; } }

/*
Paginations
*/
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0d0a16;
  background-color: #fff;
  border: 1px solid #ddd; }

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #0d0a16;
  border-color: #0d0a16; }

/*
Sidebar layout
*/
.sidebar-widget {
  margin-bottom: 10px;
  padding: 20px 0; }
  .sidebar-widget h4 {
    padding-bottom: 20px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px; }
  .sidebar-widget form {
    position: relative; }
    .sidebar-widget form button {
      position: absolute;
      right: 7px;
      top: 2px;
      background: transparent;
      border: 0;
      height: 100%; }
  .sidebar-widget .recent-post .post-content h5 a {
    color: #555; }
	
	

.cat-list li a {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
  position: relative; }
  .cat-list li a:before {
    content: "\f3d6";
    font-family: "Ionicons";
    margin-right: 10px; }

.tag-list li a {
  color: #999; }
  .tag-list li a:hover {
    text-decoration: underline; }

/*
==========================
Slider styles
==========================
*/
/* 
   Main flex slider
*/
/**rev slider**/
.slider-title {
  font-weight: 400;
  color: #fff;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  /*font-family: "Poppins", sans-serif;*/
  padding: 12px 20px;
  padding-top: 20px;
  border: 1px solid #fff; }

.slider-caption {
  color: #fff;
  font-size: 25px; }

.tp-caption.NotGeneric-Title, .NotGeneric-Title {
  /*font-family: "Poppins", sans-serif;*/
  font-weight: 500; }

.tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle {/*font-family: "Lato", sans-serif;*/ }

/*flex slider*/
.flex-direction-nav a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: #eee;
  text-shadow: none; }
  .flex-direction-nav a:before {
    font-family: 'Ionicons';
    content: "\f3d2";
    display: block;
    color: #eee;
    text-shadow: none; }
  .flex-direction-nav a.flex-next:before {
    content: "\f3d3"; }
  .flex-direction-nav a.flex-next {
    text-align: center; }

.slider-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1; }

/**gallery image slider**/
.gallery-slider {
  position: relative; }
  .gallery-slider .flex-direction-nav a {
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 20px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
  .gallery-slider:hover .flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 1; }
  .gallery-slider:hover .flex-direction-nav .flex-next {
    right: 10px;
    opacity: 1; }

/*testimonial slider*/
.testimonials {
  padding-top: 70px;
  /*padding-bottom: 70px;*/
  position: relative;
  /*background-color: #f5f5f5; */}

.testi-slider {
  position: relative;
  padding-bottom: 30px; }
  .testi-slider p {
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    line-height: 32px;
    opacity: 1;
    color: #777; }
  .testi-slider .testi-info {
    padding-top: 20px; }
    .testi-slider .testi-info img {
      margin-bottom: 10px; }
    .testi-slider .testi-info h4 {
      margin-bottom: 3px;
      /*font-family: "Poppins", sans-serif;*/
      font-weight: 500;
      color: #0d0a16; }
      .testi-slider .testi-info h4 small {/*font-family: "Lato", sans-serif;*/
        color: #777; }
    .testi-slider .testi-info i {
      color: #0d0a16; }
  .testi-slider .flex-control-nav {
    bottom: -20px;
    text-align: center; }
  .testi-slider .flex-control-paging li a {
    background: transparent;
    border: 2px solid #fff; }
    .testi-slider .flex-control-paging li a.flex-active {
      background-color: #fff;
      border-color: #0d0a16;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }

@media (max-width: 991px) {
  .main-slider h1 {
    font-size: 4rem; } }

/*
Page breadcrumb
*/
.page-breadcrumb_access {
  padding: 250px 0 150px;
  background: url(../images/bg_access.png) no-repeat;
  width:100%;
  background-size: cover;
  background-position: 0 0;
  position: relative; }
.page-breadcrumb_concept {
  padding: 250px 0 150px;
  background: url(../images/bg_concept.png) no-repeat;
  width:100%;
  background-size: cover;
  background-position: 0 0;
  position: relative; }

.page-breadcrumb_menu {
  padding: 250px 0 150px;
  background: url(../images/bg_menu02.png) no-repeat;
  width:100%;
  background-size: cover;
  background-position: 0 0;
  position: relative; }

.page-breadcrumb_atm {
  padding: 250px 0 150px;
  background: url(../images/bg_atm.png) no-repeat;
  width:100%;
  background-size: cover;
  background-position: 0 0;
  position: relative; }

.page-breadcrumb_contact {
  padding: 250px 0 150px;
  background: url(../images/bg_contact.png) no-repeat;
  width:100%;
  background-size: cover;
  background-position: 0 0;
  position: relative; }

.page-breadcrumb_style {
  padding: 250px 0 150px;
  background: url(../images/bg_style.png) no-repeat;
  width:100%;
  background-size: cover;
  background-position: 0 0;
  position: relative; }



.page-breadcrumb {
  padding: 250px 0 150px;
  background: url(../images/bg11.png) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 0;
  position: relative; }
  .page-breadcrumb:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4); }
  .page-breadcrumb .container {
    position: relative; }
	
	
	
	
	
  .page-breadcrumb:before_concept {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4); }
  .page-breadcrumb .container {
    position: relative; }
	
	
	
	
	
	
	
  .page-breadcrumb h1 {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    /*font-family: "Poppins", sans-serif;*/ }

/*
Menu Style
*/
.menu-box .thumb {
  float: left;
  margin-right: 20px; }

.menu-box .menu-content {
  overflow: hidden; }
  .menu-box .menu-content h4 {
    margin-bottom: 3px;
   /* font-family: "Poppins", sans-serif;*/
    border-bottom: 1px solid #a97d35;
    padding-bottom: 3px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px; }
    .menu-box .menu-content h4 a {
      color: #444; }
      .menu-box .menu-content h4 a:hover {
        color: #0d0a16; }
    .menu-box .menu-content h4 span {
      float: right;
      display: block;/*font-family: "Lato", sans-serif;*/ }

/**isoptope**/
.menu-filter-list {
  padding-bottom: 30px;
   }
  .menu-filter-list li {
    display: inline-block;
    cursor: pointer;
    padding: 10px 20px 6px;
    text-transform: uppercase;
    background: #f5f5f5;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /*font-family: "Poppins", sans-serif;*/ }
    .menu-filter-list li.is-checked, .menu-filter-list li:hover {
      background: #0d0a16;
      color: #fff; }

.menu-grid {
  display: block;
  position: relative;
  overflow: hidden; }
  .menu-grid img {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

.menu-grid-desc {
  padding: 13px 15px;
  background: #fff;
  color: #888; }
  .menu-grid-desc .price {
    color: #0d0a16;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px; }
  .menu-grid-desc h4 {
    padding: 5px 0;
    font-weight: 400;
    text-transform: capitalize; }
  .menu-grid-desc p {
    margin-bottom: 0px; }

/*
News & Events
*/
.recent-post li {
  padding-bottom: 15px; }

.recent-post img {
  float: left;
  margin-right: 15px; }

.recent-post .post-content {
  overflow: hidden; }
  .recent-post .post-content h5 {
    margin-bottom: 0px;
    font-weight: 400;
    /*font-family: "Lato", sans-serif;*/ }
    .recent-post .post-content h5 a {
      color: #fff; }
      .recent-post .post-content h5 a:hover {
        color: #0d0a16; }
  .recent-post .post-content span {
    display: block;
    font-style: italic;
    font-size: 12px; }

/**blog post**/
.post {
  padding-bottom: 50px; }

.post-meta {
  padding-top: 15px; }
  .post-meta h3 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 5px; }
    .post-meta h3 a {
      color: #333; }
      .post-meta h3 a:hover {
        color: #0d0a16; }
  .post-meta ul {
    margin-bottom: 0px; }
    .post-meta ul li a {
      color: #999;
      font-weight: 400;
      font-size: 13px; }
      .post-meta ul li a i {
        margin-right: 5px; }
      .post-meta ul li a:hover {
        color: #0d0a16; }
.masonry-item .post {
    border-bottom: 1px dotted #999999;
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 0;
}
/*.masonry-item .post {
  padding-bottom: 0px;

  background: #dddddd;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px; }*/
  .masonry-item .post .post-meta, .masonry-item .post .post-content {
    padding: 15px; }
  .masonry-item .post .post-content {
    padding-top: 0px; }

/**comments**/
.comment-list h5 {
  margin-bottom: 5px;
  font-weight: 700; }

.comment-list .thumb {
  float: left;
  margin-right: 20px; }

.comment-list li {
  padding: 20px 15px;
  border-bottom: 1px solid #eee; }
  .comment-list li p {
    margin-bottom: 0px; }
  .comment-list li:last-child {
    border-bottom: 0px; }

.comment-list li:nth-child(odd) {
  padding-left: 50px; }

/*
Call to actions
*/
.cta-background {
  background: url(../images/bg10.jpg) no-repeat;
  background-size: cover;
  padding: 150px 0;
  background-attachment: fixed;
  background-position: center center;
  position: relative; }
  .cta-background span {
    color: #fff;
    font-size: 20px;
    font-family: "Poppins", sans-serif; }
  .cta-background p {
    font-size: 35px;
    font-weight: 300;
    line-height: 44px;
    color: #fff; }

.cta-background-2 {
  background: url(../images/bg_menu.png) no-repeat;
  background-size: cover;
  padding: 70px 0;
  background-attachment: fixed;
  background-position: center center;
  position: relative; }
 .cta-background-3 {
  background: url(../images/bg_vegetable.png) no-repeat;
  background-size: cover;
  padding: 70px 0;
  background-attachment: fixed;
  background-position: center center;
  position: relative; }
  
   .cta-background-4{
  background: url(../images/bg_freedrink.png) no-repeat;
  background-size: cover;
  padding: 70px 0;
  background-attachment: fixed;
  background-position: center center;
  position: relative; }
  .cta-background-2 p, .cta-background-2 h1 {
    color: #fff; }
  .cta-background-2 p {
    margin-bottom: 30px; }
.cta-skin1 {
  background-color: #dddddd;
  padding: 50px 0;
  padding-bottom: 0px; }
.cta-skin {
  background-color: #0d0a16;
  padding: 10px 0;
  padding-bottom: 0px; }
  .cta-skin h3 {
    color: #fff;
    margin: 0px;
    font-weight: 300;
    /*font-family: "Lato", sans-serif;*/
    font-size: 30px; }
    .cta-skin h3 span {
      color: #fff;
      /*font-family: "Lato", sans-serif;*/
      display: inline-block;
      margin-left: 20px; }






.contact-info1 i {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  color: #dddddd;
  font-size: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 20px; }



.contact-info i {
  display: block;
  float: left;
  
  line-height: 40px;
  text-align: center;



 /* -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;*/

  margin-right: 15px; }


.contact-info {
	padding-top: 15px;
}






.contact-info h4, .contact-info p {
  color: #fff; }

.contact-info h4 {
	  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
    font-size: 16px;
  margin: 0px;
  margin-top: 7px; }
  
  .sns_btn {
	  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
    font-size: 11px;
  margin: 0px;
  margin-top: 7px; }
  
  
  .sns_btn a {
	 color: #fff; }
  
.contact-info p {
  margin: 0px; }

/*
Tabs style
*/
.menu-tabs {
  padding-bottom: 15px;
  padding: 0px; }
  .menu-tabs li {
    padding: 0px;
    margin: 5px; }
    .menu-tabs li a {
      padding: 10px 20px;
      font-size: 12px;
      display: block;
      text-transform: uppercase;
      background: #f5f5f5;
      color: #0d0a16;
      display: block;
      font-weight: 700; }
    .menu-tabs li.active a, .menu-tabs li a:hover {
      background-color: #0d0a16;
      color: #fff;
	  border-radius: 100px; }

/*
Our chefs
*/
.chef-box{
	text-align:center;
}
.chef-box span {
  text-transform: uppercase;
  color: #666; }

.chef-box h4 {
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 30px;

  }

/*
Gallery
*/
.gallery-box {
  display: block;
  position: relative;
  overflow: hidden; }
  .gallery-box .gallery-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .gallery-box .gallery-overlay span {
      display: block;
      text-align: center;
      font-size: 80px;
      margin-top: -40px;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0); }
  .gallery-box:hover .gallery-overlay span {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }

/*
Shop Pages
*/
.product-thumb {
  position: relative;
  overflow: hidden; }
  .product-thumb .btn-default {
    background: #fff; }
  .product-thumb .item-link {
    position: absolute;
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .product-thumb .product-item-tools {
    position: absolute;
    z-index: 2;
    bottom: 22px;
    right: 22px;
    text-align: right;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.35s,visibility 0.35s;
    -o-transition: opacity 0.35s,visibility 0.35s;
    transition: opacity 0.35s,visibility 0.35s; }

.product-detail {
  padding: 10px 0px; }
  .product-detail h4 {
    width: 50%;
    display: inline-block;
    margin: 0px; }
    .product-detail h4 a:hover {
      color: #aeaeae; }
  .product-detail span {
    width: 50%;
    text-align: right;
    display: block;
    float: right;
    font-weight: 700;
    color: #333; }

.product-box:hover .product-thumb .product-item-tools {
  opacity: 1;
  visibility: visible; }

.count-input {
  position: relative;
  width: 100px;
  margin: 0px auto; }
  .count-input input {
    width: 100%;
    height: 36px;
    border: 1px solid #ededed;
    border-radius: 0px;
    background: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
  .count-input .incr-btn {
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    font-size: 18px;
    color: #606060;
    font-weight: 300;
    text-align: center;
    line-height: 33px;
    text-decoration: none;
    top: 5px;
    right: 0; }
    .count-input .incr-btn:first-child {
      right: auto;
      left: 0; }

.cart-table > tbody > tr > td {
  vertical-align: middle;
  text-align: center; }
  .cart-table > tbody > tr > td.item-thumb {
    width: 70px; }

.shipping-calculator {
  border: 1px solid #eee; }
  .shipping-calculator .form-control {
    margin-bottom: 15px; }
  .shipping-calculator .shipping-calculator-title {
    padding: 15px; }
    .shipping-calculator .shipping-calculator-title h3 {
      margin: 0px; }
  .shipping-calculator .shipping-calculator-fields {
    padding: 15px;
    border-top: 1px solid #eee; }
    .shipping-calculator .shipping-calculator-fields input[type="submit"] {
      display: block;
      width: 100%; }

.cart-totals {
  border: 1px solid #eee; }
  .cart-totals .cart-totals-title {
    padding: 15px; }
    .cart-totals .cart-totals-title h3 {
      margin: 0px; }
  .cart-totals .cart-totals-fields .table {
    margin-bottom: 0px; }
    .cart-totals .cart-totals-fields .table > tbody > tr > td {
      border-top-color: #eee;
      padding: 10px 15px;
      color: #333; }

.cart-buttons a {
  margin: 5px; }

.payment-option label {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
  cursor: pointer;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #555; }

.payment-option img {
  margin-left: 10px; }

/**login-register**/
.login-register-left {
  padding-left: 999px;
  margin-left: -999px;
  padding-bottom: 999px;
  margin-bottom: -999px;
  background: #f9f9f9; }

.login-register-inner {
  padding: 80px 45px; }

.login-register-container label {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
  cursor: pointer;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #666; }

/*
contact page
*/
.contact-wrapper {
  background: #0d0a16; }

.address-bg {
  padding: 40px 15px;
  text-align: center; }
  .address-bg h3 {
    color: #fff;
    text-transform: uppercase; }
  .address-bg ul {
    margin: 0px; }
    .address-bg ul li {
      color: #fff;
      font-size: 18px;
      display: block; }

/*
Footer style
*/
.footer {
  background: #786b5e url("../images/bg_footer.png") repeat-x scroll center top;
  padding-top: 80px;
  padding-bottom: 0px;
  color:#ffffff;
  }
  
  .footer_title{
	  color:#ffffff;
	  font-size: 12px;
	  font-weight:bold;
	  padding-top: 2px;
	 }
  .footer h3 {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 15px;
    font-family: "Poppins", sans-serif; }
    .footer h3:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 50px;
      height: 1px;
      background-color: #0d0a16; }
  .footer hr {
	  border-color:#786b5e;}
  .footer .text-color {
    color: #fff;
    display: inline-block;
    padding-right: 10px; }
  .footer p a {
    color: #fff; }
    .footer p a:hover {
      color: #fff;
      text-decoration: underline; }
  .footer .recent-post .post-content h5 a:hover {
    color: #fff;
    text-decoration: underline; }

.f-social {
  padding-bottom: 10px;
  margin: 0px;
  margin-top: 10px; }
  .f-social li a {
    font-size: 25px;
    color: rgba(255, 255, 255, 0.7); }
    .f-social li a:hover {
      color: white; }

.datepicker-dropdown {
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px; }

.reservation-form {
  padding: 40px 30px;
  background-color: #fefefe;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px; }
  .reservation-form .input-group {
    margin-bottom: 20px; }
  .reservation-form .input-group-addon {
    background-color: #f5f5f5;
    border: 0px; }
  .reservation-form .form-control {
    padding-left: 15px;
    border-color: #f5f5f5; }

label.error {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -10px;
  color: #f00;
  font-size: 13px; }

.reservation-form .input-group {
  padding-bottom: 20px; }

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #eee;
  cursor: default; }

.reservation-form .alert {
  margin-top: 25px;
  margin-bottom: 0px; }

/**intro page style**/
.intro-header {
  padding: 130px 0;
  background: #0d0a16; }
  .intro-header h1 {
    color: #fff;
    margin-top: 30px;
    font-weight: 500;
    text-transform: uppercase; }
  .intro-header p {
    color: #eee; }

.demo-box {
  display: block;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .demo-box img {
    margin-bottom: 20px; }
  .demo-box:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }

/**responsive style**/
@media (max-width: 991px) {
  .full_screen_hero h1 {
    font-size: 55px;
    line-height: 55px; }
  .login-register-left {
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    background: #fff; }
  .login-register-inner {
    padding: 40px 0; } }

@media (max-width: 767px) {
	.page-breadcrumb {
  padding: 20% 0 150px;
  background: url(../images/bg11.png) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 0;
  position: relative; }
  
  
  .page-breadcrumb_concept{
  padding: 40% 0 150px;
  background: url(../images/bg_concept_sp.png) no-repeat;
  background-attachment: fixed;
  background-size:100% auto;
  background-position: 0 0;
  position: relative; }
  
    .page-breadcrumb_menu{
  padding: 40% 0 150px;
  background: url(../images/bg_menu_sp.png) no-repeat;
  background-attachment: fixed;
 background-size:100% auto;
  background-position: 0 0;
  position: relative; }
  
  
      .page-breadcrumb_access{
  padding: 40% 0 150px;
  background: url(../images/bg_access_sp.png) no-repeat;
  background-attachment: fixed;
 background-size:100% auto;
  background-position: 0 0;
  position: relative; }
  
        .page-breadcrumb_contact{
 padding: 40% 0 150px;
  background: url(../images/bg_contact_sp.png) no-repeat;
  background-attachment: fixed;
 background-size:100% auto;
  background-position: 0 0;
  position: relative; }
  
  
  .main-content {
    position: relative;
    height: 100%; }
  .full_screen_hero h1 {
    font-size: 27px;
    line-height: 27px; }
  .menu-tabs li a {
    padding: 10px 15px; }
  .space-80 {
    height: 40px; }
  .space-100 {
    height: 50px; }
  .space-70 {
    height: 35px; }
  .parallax-background, .about-chefs, .cta-background-2, .page-breadcrumb, .full_screen_hero {
    background-attachment: scroll !important;
    background-position: center center !important; } 
	
	}






.concept_txt_box {
    font-family: "HG正楷書体-PRO",sans-serif;
    font-size: 18px;
    font-style: italic;
    text-align: center;
    width: 100%;
	 line-height: 36px; 
}

.menu_title2 {
    font-family: "Times New Roman","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
    font-size: 230%;
    line-height: 1.6;
    padding-bottom: 0;
	font-weight:300;
	color:#000000;
}
.menu_title3 {
    font-family: "Times New Roman","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
    font-size: 90%;
    line-height: 1.6;
    padding-bottom: 10px;
	color:#333333;
}

.newarrival_title{
	font-size: 90%;
	padding-top: 10px;
	color:#333333;
	font-weight:600;
}
.newarrival_txt{
}

.chef-box p{
	font-size: 70%;
	font-weight:600;

}
.newarrival_main_title{
    border-bottom: 3px double #111111;
    color: #111111;
    font-family: "Spinnaker",sans-serif;
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 1;
    margin: 0 auto 25px;
    padding: 25px 0 30px;
    text-align: left;
    width: 980px;
}

.party_main_title2{
	border-top: 3px double #ffffff;
    border-bottom: 3px double #ffffff;
    color: #ffffff;
	font-weight:600;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 1;
    margin: 0 auto 25px;
    padding: 25px 0 30px;
	text-align:center;
    width: 70%;
}
.party_main_title{
	border-top: 3px double #111111;
    border-bottom: 3px double #111111;
    color: #111111;
    font-family: "Spinnaker",sans-serif;
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 1;
    margin: 0 auto 45px;
    padding: 25px 0 30px;
	text-align:center;
    width: 30%;
}


.party_txt_line{
	margin-top:5%;

	width:20%;
    
}


.party_main_title span {
    color: #555555;
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    margin-top: 8px;
	font-weight:600;
}



table.time {
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    table-layout: fixed;
    width: 100%;
}
table.time td, table.time th {
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    height: 2em;
    padding: 8px 3px 5px;
    text-align: center;
    white-space: nowrap;
}
table.time th {
    background-color: #eeeeee;
    color: #222222;
    font-weight: bold;
}
table.time th.date {
    background-color: #eeeeee;
    color: #222222;
    font-size: 12px;
    font-weight: bold;
    width: 20%;
}
table.time td {
    font-size: 12px;
}
table.newyear td {
    font-size: 12px;
}
table.primerib td {
    padding: 0;
}
table {
    border: medium none;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}
th, td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}
caption {
    text-align: left;
}

.presstitle{
 font-size: 11px;}
 
 
 
 
 
 
 
 
 
 


 
 
@media (max-width: 800px) {
 .insta_pc{display:none} 
}
 
 @media (min-width: 800px) {
 .insta_sp{display:none}
 
}


/* 550以下はPC画像タイトルを消す */
@media screen and (max-width: 550px) {
    .concept_title_pc{display:none}
	.concept_title_sp{padding-bottom:2%;}
	
}

/* 550以上はSPタイトルを消す */
@media screen and (min-width: 550px) {
    .concept_title_sp{display:none} 
	.concept_img{
	padding-top:13%;
}

}


@media (min-width: 800px) {
.title_atm{
	margin-top:150%;
	font-weight:bold;
	padding-top:8px;
	padding-bottom:8px;
	color:#766a5d;
	font-size:14px;
	background:  url("../images/icon_bg.png") no-repeat scroll left top;
}

.title_atm2{
	margin-top:150%;
	font-weight:bold;
	padding-top:8px;
	padding-bottom:8px;
	color:#766a5d;
	font-size:14px;
	background:  url("../images/icon_bg.png") no-repeat scroll left top;
}

.title_atm3{
	display:none
}
.sp_txt{
	display:none
}
}

@media (max-width: 800px) {
.title_atm{
	margin-top:15%;
	font-weight:bold;
	padding-top:8px;
	padding-bottom:8px;
	color:#766a5d;
	font-size:14px;
	background:  url("../images/icon_bg.png") no-repeat scroll left top;
}
.title_atm2{
	display:none
}
.pc_txt{
	display:none
}
.title_atm3{
	margin-top:15%;
	font-weight:bold;
	padding-top:8px;
	padding-bottom:8px;
	color:#766a5d;
	font-size:14px;
	background:  url("../images/icon_bg.png") no-repeat scroll left top;
}
.full_screen_hero {
  height: 50%;
  background: url("../images/bg11.png") no-repeat;
  background-position: 0 0;
  background-attachment: fixed;
  position: relative;
  background-size: cover; }

}



/* concept */

.title_concept_copy{
	font-weight:bold !important;
	font-size:22px !important;
	color:#c5954c !important;
	letter-spacing: 0.3em;
    line-height: 1.5;
}


/* menu */

.menu_title4{
	color:#a97d35 !important;
	font-weight:bold !important;
	font-size:24px !important;
	
}
.menu_title5{
	color:#70695d !important;
	font-weight:bold !important;
	font-size:14px !important;
}
.menu_txt_box{
	padding-top:3%;
	padding-bottom:3%;
	padding-left:4%;
	padding-right:4%;
	background-color:#cdc3ba;
	font-size:12px;
	filter: opacity(90%);
	line-height: 1.8!important;
}



.oniku_txt_box{
	padding-top:25px;
	padding-bottom:25px;
	padding-left:25px;
	padding-right:25px;
	background-color:#B68026;
	font-size:12px;
	color:#ffffff;
}

.oniku_txt_box h3{
	font-size:15px;
	color:#ffffff;
	font-weight:bold !important;
}




.drink_txt_box{
	padding-top:25px;
	padding-bottom:25px;
	padding-left:25px;
	padding-right:25px;
	background-color:#89877d;
	font-size:12px;
	color:#ffffff;
}

.drink_txt_box h3{
	font-size:15px;
	color:#ffffff;
	font-weight:bold !important;
}

.course_title4{
color:#70695d !important;
	font-weight:bold !important;
	font-size:24px !important;
}
.course_title5{
color:#70695d !important;
	font-size:14px !important;
}

.price2{
color:#70695d !important;
font-weight:bold !important;
	font-size:24px !important;
	padding-top:1px;
	padding-bottom:5px;
}



.menu_title4b{
	
	color:#70695d !important;
	font-weight:bold !important;
	font-size:24px !important;
	
}
.menu_title5b{
	color:#a97d35 !important;
	font-weight:bold !important;
	font-size:14px !important;
}



.subtitle_menu1{
	width:25%;
	padding-left:1%;
	padding-right:1%;
	padding-top:1%;
	padding-bottom:1%;
	background-color:#b68026;
	font-weight:bold;
	font-size:11px;
	color:#ffffff !important;
	line-height: 1!important;
	float:left;
	clear:both;
	margin-right:3%;
}

.subtitle_menu2{
	
	padding-left:1%;
	padding-right:1%;
	padding-top:1%;
	padding-bottom:1%;
	background-color:#706a5d;
	font-weight:bold;
	font-size:15px;
	color:#ffffff !important;
	margin-top:2%;
	line-height: 1!important;
	float:left;clear:both;
	
}

.subtitle_menu3{
	
	padding-left:1%;
	padding-right:1%;
	padding-top:1%;
	padding-bottom:1%;
	background-color:#b68026;
	font-weight:bold;
	font-size:15px;
	color:#ffffff !important;
	margin-top:2%;
	line-height: 1!important;
	float:left;
	
}




/* --- [ Links and Latest Posts Widgets ] --- */

#info ul,
#info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#info .info_data {
  clear: left;
    float: left;
 
    font-weight: bold;
  right: 2%;
  padding-right:20px;
}

#info ul > li,
#info ul > li {

  
}

#info ul > li:first-child,
#info ul > li:first-child {
    padding-top: 0;
}

#info ul > li:last-child,
#info ul > li:last-child {
    border: 0;
    padding-bottom: 0;
}

#info ul > li > a,
#info ul > li > a {
    display: block;
}

#info ul > li > span {
    opacity: 0.7;
}


#info .info{
    border-bottom: 1px solid #444444;
    /* color: #111111; */
    padding: 10px 0;
    text-align: left;
}















.news_tbl {
    display: table;
    width: 100%;
}
.news_row {
    display: table;
    width: 100%;
border-bottom: 1px solid #ccc;
}
.news_td, .news_th {
    /*border-bottom: 1px solid #ccc;*/
    display: table-cell;
    font-size: 12px;
    line-height: 2;
    padding: 28px 0;
    text-align: left;
    vertical-align: top;
}
.news_message_item, .news_td_half {
    display: inline-block;
    vertical-align: top;
}
.news_th {
    min-width: 6em;
width: 10%;
    
}

.news_th img{
    min-width: 6em;
    
}


.news_th span{
    font-size: 10px;
    color: #777777;
    display:block;
}
.news_td {
    text-align: left;
    padding-left: 5%;
    transform: translateZ(0px);
  width: 90%;

}

.news_td span{
    font-size: 10px;
    color: #111111;
    padding-right: 5%;

    
}
.news_td_half {
    width: 85%;
    color: #70c7d4;
}
.news_row:first-child .news_td, .news_row:first-child .news_th {
    border-top: 1px solid #ccc;
}

.news_title2{
    font-size: 130% !important;
    text-align: left;
    letter-spacing: .3em;
    font-weight: 400 !important;
}



.index-app-news {
    text-align: center;
    padding: 25px 0;
    /*background: #f9f9f9;*/
    border-bottom: 1px solid #786c62;
    color: #6e6e6e;
    font-size: 15px;
    margin-bottom: 5%;

}

.head_font2 {
    font-family: Maison Neue Book,Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: .2em;
}
.index-app-news span {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #786c62;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 10px;
    font-size: 11px;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.index-app-news strong {
    font-weight: 600;
    color: #333;
    margin-right: 10px;
}


/* 幅が 768px 以上であれば */
@media (max-width:600px){
.index-app-news {
    text-align: center;
    padding: 15px 0;
    position: relative;
  z-index: 1; /* z-indexを書き加えた */
    top: -70px;
    /*background: #f9f9f9;*/
    border-bottom: 1px solid #786c62;
    color: #6e6e6e;
    font-size: 15px;display: none;
    
}
/*.sticky-header{
display: none;
}*/

#news_spnon{
display: none;
}
.head_font2 {
    font-family: Maison Neue Book,Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: .2em;
}
.index-app-news span {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #786c62;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 10px;
    font-size: 11px;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.index-app-news strong {
    font-weight: 600;
    color: #333;
    margin-right: 10px;
}

}



/* ==========================================================================
   
   #フローティングバナーです。

   ========================================================================== */




.floating {
  position: fixed;
  right: 0px;
  top: 35%;
	z-index: 999;
}
.floating a {
  display: block;
  padding: 0px;
  text-decoration: none;
/*  opacity: 0.6;*/
}


@media screen and (max-width: 738px) {

	
	

.floating {
  position: fixed;
  right: 0px;
    top: 22%;
	z-index: 999;
}
.floating a {
  display: block;
  padding: 0px;
  text-decoration: none;
/*  opacity: 0.6;*/
}
	
	


}




/*表示するテキストが切り替わる*/
.btntextchange{
    /*テキストの基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	border-bottom: 2px solid #786c62;
	border-top: 2px solid #786c62;
	border-left: 2px solid #786c62;
    min-width:50px;
	height: 200px;
	padding: 20px;
    text-align: center;
	display: block;
writing-mode: vertical-rl;
	background:#786c62;
  color:#ffffff !important;
font-weight: bold;
    text-decoration: none;
    outline: none;
    /*アニメーションの指定*/
    transition: all .2s;
}

/*hoverした際の変化*/
.btntextchange:hover{
  background:#786c62;
  color:#ffffff !important;
}

.btntextchange:visited{
   color:#ffffff !important;
}

/*
.btntextchange:active{
  color:#fff;
}
*/

.btntextchange span{
    /*絶対配置でテキストの位置を決める*/
	position: absolute;
	left: 50%;
	top:50%;
	color:#ffffff !important;
    transform:translate(-50%,-50%);
    /*アニメーションの指定*/
    transition: all .5s;
  /*ブロック要素にしてテキスト折り返しなし*/  
	display: block;
	white-space: nowrap;
}

/*差し替わるテキストの設定*/
.btntextchange span:nth-child(2){
	opacity:0;/*透過0に*/color:#ffffff !important;
}

/*hoverするとテキストが入れ替わる設定*/
.btntextchange:hover span:nth-child(1){
	opacity:0;/*透過0に*/color:#ffffff !important;
}

.btntextchange:hover span:nth-child(2){
	opacity:1;/*不透明に*/color:#ffffff !important;
}

@media screen and (max-width: 738px) {

/*表示するテキストが切り替わる*/
.btntextchange{
    /*テキストの基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	border-bottom: 2px solid #786c62;
	border-top: 2px solid #786c62;
	border-left: 2px solid #786c62;
    min-width:30px;
	height: 150px;
	padding: 10px;
    text-align: center;
	display: block;
writing-mode: vertical-rl;
font-size: 70%;
font-weight: bold;
    text-decoration: none;
    color:#ffffff !important;
    outline: none;
    /*アニメーションの指定*/
    transition: all .2s;
}	
	
}	


