/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 300px !important;
}

p {
    font-family: 'Poppins', sans-serif;
    /*font-size: 1.1em;*/
    font-size:16px;
    font-weight: 300;
    /*line-height: 1.7em;*/
    line-height: 24px;
    color: #555555;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.hpad-reset{padding-left:0px !important;padding-right: 0px !important;}
.vpad-reset{padding-top:0px !important;padding-bottom:0px !important;}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 20px 0;
}

/**/
.toolbar-bottom>div>a:after{
    position: absolute;
    top: 42px;
    color: white;
    text-transform: uppercase;
}
.icon-home:after {
    content: "Home";
    left: 10px;
}
.icon-about:after {
    content: "About Us";
    left: 0px;
}
.icon-menu:after {
    content: "Menu";
    left: 10px;
}
.icon-location:after {
    content: "Location";
    left: 0px;
}
.icon-chef:after {
    content: "Chef";
    left: 15px;
}
.icon-contact:after {
    content: "Contact Us";
    left: -10px;
}
.ja-icon-home:after {
    content: "ホーム";
    left: 10px;
    font-size: 12px;
}
.ja-icon-about:after {
    content: "私たちに関しては";
    left: -20px;
    font-size: 12px;
}
.ja-icon-menu:after {
    content: "メニュー";
    left: 5px;
    font-size: 12px;
}
.ja-icon-location:after {
    content: "ロケーション";
    left: -5px;
    font-size: 12px;
}
.ja-icon-chef:after {
    content: "シェフ";
    left: 12px;
    font-size: 12px;
}
.ja-icon-contact:after {
    content: "お問い合わせ";
    left: -8px;
    font-size: 12px;
}
#sidebar .companyTitle h3{
    text-transform: uppercase;
    margin-top: 0px;
}
#sidebar .companyTitle h4{
    font-size:16px;
    line-height: 20px;
    margin-bottom: -10px;
    margin-top:-6px;
}
#sidebar .companyTitle .fsize16 {
    font-size:16px;
}

.navbar-header .companyTitle{
    display: inline-block;
    position: relative;
    left: 0px;
    color: #fff;
}
.navbar-header .companyTitle h4{
    font-size:16px;
    line-height: 18px;
    text-transform: uppercase;
}
.navbar-header .companyTitle h4 span{
    font-size:14px;
    line-height: 16px;
    text-transform: capitalize;
}
.navbar-header .companyTitle .fsize16 {
    font-size:16px;
}
.btn {
    font-size: 24px;
    font-weight: 400;
    line-height: 0.9;
}
.btn-info, .btn-info:active{
    background-color: #a93634 !important;
    color: #fff;
    border:none;
}
.btn-info:hover{
    background-color: #fff !important;
    color: #a93634 !important;
}
.services-imgs{
    width: 100%;
}
.services-imgs2{
    width: 100%;
}
.row-next{
    margin-top: 30px;
}
.figcaption{
    padding:5px 0px 0px 0px;
}
.figcaption, .video{
    margin-bottom:15px;
}
.figcaption a{
    font-size: 14px;
}
/* Custom Video Gallery */
.demo-gallery > ul > li a .demo-gallery-poster {
    /*background-color: rgba(0, 0, 0, 0.1);*/
    bottom: 0;
    left1: 0px;
    position: absolute;
    right: 35%;
    top: 0px;
    margin-top:20%;
    margin-left1:85px;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.copyright-section {
    background: #333;
    padding: 15px 0;
    margin-top:50px;
    position: absolute;
    width: 100%;
}
.copyright-section .poweredby {
    font-size: 14px;
    color: #ddd;
    text-align: center;
    /*margin-bottom:50px;*/
}
.navbar-nav ul li a{
    color:#fff;
}
.lang-lbl-full[lang="ja"]::after {
    content: "\0065E5\00672C\008A9E\0000A0\0000A0" !important;
    color: #fff;
}
.lang-lbl-full[lang=en]:after {
    content: "English\0000A0\0000A0" !important;
    color: #fff;
}
#mCSB_1_container, .mCustomScrollBox, .mCSB_container{
    overflow: none !important;
}
.inner-content{
   /* padding-left:20px;*/
}
/* .navbar-header{
    float: left !important;
}
.navbar-collapse{
    float: right;
    box-shadow: none;
    border: none;
    display: block;
}
.glyphicon-menu-hamburger:before{content: "\e236";} */

/*5-2. FOOTER TOOLBAR */

.toolbar-inner{
    position: absolute;
    left: 0;
    top: -5px;
    z-index:99999;
    width: 100%;
    height: 100%;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .toolbar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 125px;
    width: 100%;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity:1;
  }
  .toolbar {
  height: 100px;
  }
  ul.toolbar_icons{
  list-style:none;
  padding:0px;
  margin:0px;
  display: inline-block;
  text-align:center; 
  width:100%;
  }
  ul.toolbar_icons li{
  list-style:none;
  padding:0;
  display: inline-block;
  text-align:center; 
  width:14%; margin:0 1%;
  }
  ul.toolbar_icons li.menuicon{
  list-style:none;
  padding:5.5% 1%;
  display: inline-block;
  text-align:center; 
  width:20%; margin:0 1%;
  -webkit-border-radius:250px;-moz-border-radius:250px;border-radius:250px;
  }
  ul.toolbar_icons li img{
  max-width:65%;
  margin:20px 0 0 0;
  }
  ul.toolbar_icons li.menuicon img{
  max-width:60%;
  }
  .toolbar.toolbar-hidden,
  .tabbar.toolbar-hidden,
  .toolbar.tabbar-hidden,
  .tabbar.tabbar-hidden {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }

    .toolbar:before {
    background-color: #2e0c0b;
    }

    .toolbar {
      background: #2e0c0b;
    }

    /* === Toolbars === */
.toolbar-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.toolbar {
  height: 44px;
  width: 100%;
  box-sizing: border-box;
  font-size: 17px;
  position: relative;
  margin: 0;
  z-index: 500;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.toolbar b {
  font-weight: 500;
}
html.ios-gt-8 .toolbar b {
  font-weight: 600;
}


.toolbar a.link
 {
  line-height: 44px;
  height: 44px;
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
}

html:not(.watch-active-state) .toolbar a.link:active,
.toolbar a.link.active-state {
  opacity: 0.3;
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}
.toolbar a.link i + span,
.toolbar a.link i + i,
.toolbar a.link span + i,
.toolbar a.link span + span {
  margin-left: 7px;
}

.toolbar a.icon-only{
  min-width: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
}
.toolbar i.icon{
  display: block;
}

.center{text-align: center !important;}
.takeout{
    text-align: left;
    margin-left: 20px;
    float: left;
}


/*************** 
Map Sections
***************/
/*-----------------------------------------------------
　details
-----------------------------------------------------*/
#map_details {
	max-width: 1200px;
    margin: 0 auto;
    padding-top:75px;
    min-height: 560px;
}
#map_details .details_list {
	padding: 20px 0;
	/* border-bottom: solid 1px #b60008; */
	position: relative;
}
#map_details .details_list .map {
	float: left;
	margin: 0 0 0 30px;
	width: 43%;
}
#map_details .details_list_inner {
	float: right;
    width: 53%;
    text-align: left;
}
#map_details .details_list_inner h6 {
	font-size: 25px;
	font-weight: normal;
	color: #b60008;
	margin: 0 0 15px;
}
#map_details .details_list_inner h6 span {
	display: block;
	color: #000;
	font-size: 13px;
	line-height: 1.2;
}
#map_details .details_list_inner li {
	font-size: 14px;
	overflow: hidden;
	margin: 0 0 2px;
}
#map_details .details_list_inner .th {
	float: left;
	width: 80px;
	color: #fb3c4a;
}
#map_details .details_list_inner .td {
	float: left;
}
#map_details .details_list_inner .btn {
    margin: 18px 0 0 -10px;
}
#map_details .details_list_inner .btn a {
	font-size: 14px;
	color: #fff;
	padding: 15px 20px;
	background: #b60008;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}
#map_details .details_list_inner .btn a:hover {
	text-decoration: none;
}

@media screen and (max-width: 800px) {
    #map_details .accordion_wrap_ajax dt {
        border-radius: 0;
    }
    #map_details .details_list {
        padding: 0;
    }
    #map_details .details_list h5 {
        border-radius: 0;
    }
    #map_details .details_list .map {
        float: none;
        height: 100%;
        margin: 20px auto;
        max-width: 320px;
        width: auto;
    }
    #map_details .details_list_inner {
        float: none;
        padding: 20px;
        position: static;
        width: 90%;
        margin: 0;
    }
    #map_details .accordion_wrap_ajax dt.acco01 {
        border-radius: 0px;
        margin: 0 0 2px;
    }
    #map_details .accordion_wrap_ajax dt.acco02 {
        margin: 0 0 -20px;
        border-radius: 0px;
    }
    #map_details .accordion_wrap_ajax dd.acco01dd {
    }
    .map_wrap .map {
        width: 90% !important;
        padding: 0 10px;
    }
    #map_details .accordion_wrap_ajax dd.acco02dd {
    }
}


#location_details {
    margin: 0 auto;
}
#location_details .details_list {
	padding: 20px 0;
	/* border-bottom: solid 1px #b60008; */
	position: relative;
}

#location_details .details_list_inner {
	float: left;
    width: 100%;
    text-align: left;
}
#location_details .details_list_inner h6 {
	font-size: 25px;
	font-weight: normal;
	color: #b60008;
	margin: 0 0 15px;
}
#location_details .details_list_inner h6 span {
	display: block;
	color: #000;
	font-size: 13px;
	line-height: 1.2;
}
#location_details .details_list_inner li {
	font-size: 14px;
	overflow: hidden;
	margin: 0 0 2px;
}
#location_details .details_list_inner .th {
	float: left;
	width: 80px;
	color: #fb3c4a;
}
#location_details .details_list_inner .td {
	float: left;
}
#location_details .details_list_inner .btn {
    margin: 18px 0 0 -10px;
}
#location_details .details_list_inner .btn a {
	font-size: 14px;
	color: #fff;
	padding: 15px 20px;
	background: #b60008;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}
#location_details .details_list_inner .btn a:hover {
	text-decoration: none;
}

@media screen and (max-width: 800px) {
    #location_details .accordion_wrap_ajax dt {
        border-radius: 0;
    }
    #location_details .details_list {
        padding: 0;
    }
    #location_details .details_list h5 {
        border-radius: 0;
    }
    #location_details .details_list .map {
        float: none;
        height: 100%;
        margin: 20px auto;
        max-width: 320px;
        width: auto;
    }
    #location_details .details_list_inner {
        float: none;
        padding: 20px;
        position: static;
        width: 90%;
        margin: 0;
    }
    #location_details .accordion_wrap_ajax dt.acco01 {
        border-radius: 0px;
        margin: 0 0 2px;
    }
    #location_details .accordion_wrap_ajax dt.acco02 {
        margin: 0 0 -20px;
        border-radius: 0px;
    }
    #location_details .accordion_wrap_ajax dd.acco01dd {
    }
    .map_wrap .map {
        width: 90% !important;
        padding: 0 10px;
    }
    #location_details .accordion_wrap_ajax dd.acco02dd {
    }
}


/** New Map **/
.cid-qv7rl9AWVJ {
    padding-top: 150px;
    padding-bottom: 90px;
    /* background-color: #ffffff; */
    width:90%;
    margin:0 auto;
  }
  .cid-qv7rl9AWVJ .mbr-iconfont {
    font-size: 48px;
    padding-right: 1rem;
  }
  .cid-qv7rl9AWVJ .input {
    margin-bottom: 15px;
  }
  .cid-qv7rl9AWVJ .map {
    width: 100%;
    height: 30rem;
  }
  .cid-qv7rl9AWVJ .map iframe {
    width: inherit;
    height: 100%;
  }
  .cid-qv7rl9AWVJ .icon-block {
    margin-bottom: 10px;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
  }
  .cid-qv7rl9AWVJ .icon-block .icon-block__icon {
    display: inline-block;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
  .cid-qv7rl9AWVJ .icon-block .icon-block__title {
    display: inline-block;
    align-self: center;
    -webkit-align-self: center;
    margin-bottom: 0;
    line-height: 1;
    font-style: italic;
  }
  .cid-qv7rl9AWVJ .mbr-text {
    color: #767676;
  }
  .cid-qv7rl9AWVJ a:not([href]):not([tabindex]) {
    color: #fff;
    border-radius: 3px;
  }
  .cid-qv7rl9AWVJ .multi-horizontal {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    max-width: 100%;
  }
  .cid-qv7rl9AWVJ .input-group-btn {
    display: block;
    text-align: center;
  }
  .cid-qv7rl9AWVJ .google-map {
    height: 35rem;
    position: relative;
  }
  .cid-qv7rl9AWVJ .google-map iframe {
    height: 100%;
    width: 100%;
  }
  .cid-qv7rl9AWVJ .google-map [data-state-details] {
    color: #6b6763;
    font-family: Montserrat;
    height: 1.5em;
    margin-top: -0.75em;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
  }
  .cid-qv7rl9AWVJ .google-map[data-state] {
    background: #e9e5dc;
  }
  .cid-qv7rl9AWVJ .google-map[data-state="loading"] [data-state-details] {
    display: none;
  }
  @media (max-width: 767px) {
    .cid-qv7rl9AWVJ h2 {
      padding-top: 2rem;
    }
  }
  @media (min-width: 768px) {
    .cid-qv7rl9AWVJ .container > .row > .col-md-6:first-child {
      padding-right: 30px;
    }
    .cid-qv7rl9AWVJ .container > .row > .col-md-6:last-child {
      padding-left: 30px;
    }
	.food-menu-list a{min-height:175px !important;}
  }

/**  **/
/* From Header */
.companyTitle .logo {
    width: auto !important;
    height: 80px !important;
    margin: 10px 0;
}
.loader{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../images/rolling-0.9s-100px.svg")
    50% 50% no-repeat rgb(249,249,249);
}
/* From Footer */
.social-icons {text-align:center;margin:10px 0px;}
.social-icons a{margin:0 5px;}
.social-icons a span{
    background: url(../assets/social/social-circle-240.png) no-repeat;
    width: 45px !important;
    height: 45px !important;
    display: inline-block;
}
span.icon-facebook {
    background-position:-13px -12px !important;
}
span.icon-twitter {
    background-position:-125px -127px !important;
}
span.icon-instagram {
    background-position:-13px -70px !important;
}
/** From Index **/
#mu-slider {/*margin-top:85px !important;*/margin-bottom:50px;}
@media (max-width: 767px) {
    #mu-slider {/*margin-top:70px !important;*/margin-bottom:25px;}
}
.mu-top-slider-single{background-color: #ffa50040;}
.mu-top-slider-single img {max-height:689px !important;}
.slick-dots{z-index: 999;}
.section1 {
    margin: 100px 0;
    position: relative;
}
.row {
    /*display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;*/
    display: block;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
    padding: 60px 0;
}
.about_box {
    padding: 30px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.about_box p{
    color: #687188;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 400;
}
.box_shadow1 {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.heading_s1{
    margin-bottom: 15px;
}
.font_style1 {
    font-family: 'Kaushan Script';
}
.fancy_style1{
    margin-left: -65px;
    z-index: 0;
    position: relative;
}
@media (min-width: 992px and max-width:1199) {
    /*.about_box{margin-top:-25px;}*/
}
    @media (max-width: 992px){
        .fancy_style1 {
            margin-left: 0;
            z-index: 0;
            position: relative;
        }
        .fancy_style1 img{
            width: 100%;
        }
        .btn-dark{
            display: table;
            margin: 0 auto;
        }
    }
    .fancy_style1 img {
        width: 100%;
    }
    .font_style1.sub_heading {
        font-size: 24px;
        color: #FF324D;
        margin-bottom: 15px;
        display: inline-block;
    }
    .heading_s1 h1, .heading_s1 h2, .heading_s1 h3, .heading_s1 h4, .heading_s1 h5, .heading_s1 h6 {
        font-weight: 700;
        margin: 0;
        text-transform: capitalize;
        color: #222222;
        font-family: "Josefin Sans",sans-serif;
    }
    .btn-dark {
        background-color: transparent;
        border: 1px solid #333;
        color: #fff !important;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    .btn {
        border: 0;
        border-width: 1px;
        cursor: pointer;
        padding: 14px 34px;
        text-transform: uppercase;
        position: relative;
        transition: all 0.5s ease-in-out;
        z-index: 1;
        overflow: hidden;
    }
    .btn-dark::before {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        z-index: -1;
        content: '';
        background-color: #333;
        transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    }
    #about{
        padding:120px 0;
    }
    #features {
        padding: 60px 0;
        background-color:white;
    }
    .section-title {
        margin-bottom: 70px;
    }
    .section-title h2 {
        font-weight: 400;
        font-size: 38px;
        color: #333;
        text-transform: uppercase;
        position: relative;
        margin-top: 10px;
        margin-bottom: 15px;
        padding-bottom: 20px;
        text-align:center;
    }
    .section-title h2::after {
        position: absolute;
        content: "";
        background: #d43031;
        height: 2px;
        width: 70px;
        bottom: 0;
        margin-left: -35px;
        left: 50%;
    }
    #features .features-item {
        margin: 0 20px;
    }
    #features .features-item img{display:inline-block;}
    .features-item h3 {
        font-size: 24px;
        font-weight: 400;
        color: #333;
    }
    #features p {
        line-height: 24px;
        margin: 15px 0 30px;
    }

/** Menu Page **/
    section.page-heading {
        padding: 80px 0px;
        background-image: url(../assets/img/menu/heading-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        text-align: center;
    }
    section.page-heading .row{
        display: block !important;
    }
    .page-heading h1 {
        margin-top: 0px;
        margin-bottom: 20px;
        /*font-family: 'Spectral', serif;*/
        font-family: "Josefin Sans",sans-serif;
        font-size: 48px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
    }
    .page-heading p {
        color: #fff;
        font-size: 14px;
        padding: 0px 25%;
        margin-bottom: 0px;
    }
    .menu-item-section-title {
        margin-bottom: 25px !important;
    }
    .menu-item-section-title h2 {
        font-weight: 400;
        font-size: 18px!important;
        color: #333;
        text-transform: none;
        position: relative;
        margin-top: 10px;
        margin-bottom: 15px;
        padding-bottom: 11px;
        text-align:center;
    }
    .menu-item-section-title h2::after {
        position: absolute;
        content: "";
        background: #d43031;
        height: 2px;
        width: 150px;
        bottom: 0;
        margin-left: -80px;
        left: 50%;
    }
    section.services {
        padding: 100px 0;
    }
    .services .service-item {
        text-align: center;
        margin-bottom:40px;
    }
    .services .service-item a {
        text-decoration: none;
        cursor: default;
    }
    .wraptocenter {
        display: flex;        
        justify-content: center;
        align-items: center;
        width: 360px;
        height: 360px;
        background-color: #dadada;
        border: 5px solid #ffa5004f;
        border-radius:5px;
    }
    .wraptocenter * {
        vertical-align: middle;
    }
    .services .service-item img {

        max-width:100%;
        max-height:100%;
    }
    .service-item a{
        border: 10px solid #ffa5004f;
        /*border-radius: 50%;*/
        border-radius:5%;
        display:block;
        overflow: hidden;
        max-width: 360px;
        height:360px;
    }

    .services .service-item h4 {
        margin-top: 20px;
        font-size: 18px;
        color: #121212;
        font-family: "Josefin Sans",sans-serif;
        font-weight: 400;
        margin-bottom: 0px;
        text-transform: capitalize;
        /*display: table-caption;*/
    }
    .service-item p{
        color: #d22428;
        font-weight: bolder;
        font-size: 18px;
    }

    @media (max-width: 767px) {
        section.page-heading .row{
            display: block !important;
        }
        .services .service-item h4 {
          display: grid;
        }
        .wraptocenter{
            display: flex;
            justify-content: center;
            align-items: center;
            margin:auto;
        }
        
    }