/*==================================================
Restaurant Bootstrap Template
Version: 1
=========== Table of contents ===========

				01. general styles
				02. page header
				03. page banner slider 
				04. Services
				05. Menu
				06. special
				07. gallery
				08. news
				09. testimonials
				10. contact
				11. Footer
				
================================================*/

/*general styles*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

::-moz-selection {
  background-color: transparent;
  color: #ffab0a;
}

::selection {
  background-color: transparent;
  color: #ffab0a;
}

::-webkit-scrollbar {
  width: 6px;
}

body {
  background: #fff;
  font-family: Meiryo, メイリオ, Verdana, Arial, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS P Gothic', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 300;
  color: #444;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom: 20px;
  margin-top: 0px;
  font-weight: 300;
  color: #333;
}

h1 {
  font-family: 'Sawarabi Mincho', Meiryo, メイリオ, Verdana, Arial, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS P Gothic', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 400;
}

h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
  color: #ffab0a;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  color: #333;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
  color: #ffab0a;
}

h1 {
  font-size: 40px;
}

a {
  color: inherit;
  text-decoration: none;
  color: #337ab7;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #333;
}

a,
.btn {
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

blockquote {
  border-left: 3px solid #ffab0a;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  font-style: italic;
}

p,
ul,
ol {
  margin-bottom: 20px;
}

.btn {
  border-radius: 4px;
  color: #fff;
}

#welcome .btn-primary {
  margin-top: 100px;
  background: rgba(0, 0, 0, .5);
  border: 2px solid #fff;
  color: #fff;
  padding: 8px 30px;
  font-weight: 300;
  font-size: 30px;
}

#welcome .btn-primary:hover {
  border: 2px solid #fff;
  background: #fff;
  color: #000;
}

.no-padding {
  padding: 0!important;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-pl-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pt-no {
  padding-top: 0px!important;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  background:#fff;
}
.parallax {
  background: rgba(0, 0, 0, 0) url(../images/parallax1.jpg) no-repeat fixed 0 0 / cover;
  position: relative;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  padding: 0px 15px;
}

.intro {
  font-weight: 300;
  font-size: 16px;
}

.section-title h1 {
  margin-bottom: 10px;
}
/*preloader*/
.preloader {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
}

.preloader .animation.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
  height: 36px;
  width: 36px;
  border-color: #ededed #ededed #323c47 #323c47;
  border-style: solid;
  border-width: 2px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-animation: circle-animation 0.6s infinite linear;
  animation: circle-animation 0.6s infinite linear;
  background: transparent;
}

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

/*header*/
.navbar {
  padding: 20px 0;
  -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
  transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.navbar .navbar-toggle{
color:#fff;
}

.navbar-brand {
  margin: 0px;
  padding: 10px 15px;
  height: 50px;
}

.navbar-nav > li > a {
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  line-height: 24px;
  text-shadow: 0 1px 1px rgba(0,0,0,1);
  font-size: 14px;
}

.navbar-sticky {
  box-shadow: 1px 1px 10px -5px rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, .85);
  transition: all linear .5s;
  padding: 2px 0px 0px;
}

.navbar-sticky .navbar-nav > li > a {
  color: #333;
  text-shadow: none;
  transition: all linear .5s;
}
.navbar.navbar-sticky .navbar-toggle{
color:#333;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  color: #337ab7;
  text-shadow: none;
}

/*page-banner*/
.max-700 {
  max-width: 700px;
  padding:0px 15px;
  margin-left: auto;
  margin-right: auto;
}

.text-up {
  text-transform: uppercase;
}

.text-cap {
  text-transform: capitalize;
}

.text-white {
  color: #ffffff!important;
}
/*home slider*/
.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

.carousel {
  height: 100vh;
}

.carousel-inner {
  position: relative;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  border-color: #001A43;
  background-color: #001A43;
}

.carousel-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  /*background: rgba(0,0,0,.50);*/
}

.carousel-caption-inner {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-caption h1 {
  animation: fadeInDown 1s both 1s;
  font-size: 50px;
  font-weight: 400;
  color: #ffab0a;
  padding-bottom: 10px;
}

.carousel-caption p {
  animation: fadeInLeft 1s both 1.5s;
  font-size: 20px;
  line-height: 140%;
  font-weight: 100;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.bannar-img {
  background-image: url(../images/slide1.jpg);
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.bannar-img-2 {
  background-image: url(../images/slide2.jpg);
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.bannar-img-3 {
  background-image: url(../images/slide3.jpg);
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lead {
  font-weight: 300;
}

/*home slider*/
.pattern-bg-top::after {
  position: absolute;
  top: -9px;
  left: 0px;
  width: 100%;
  height: 9px;
  content: "";
  background: url(../images/bg_pattern_top.png) repeat top left;
  z-index: 10;
}

.pattern-bg-bottom::after {
  position: absolute;
  bottom: -9px;
  left: 0px;
  width: 100%;
  height: 9px;
  content: "";
  background: url(../images/bg_pattern_bottom.png) repeat bottom left;
  z-index: 1;
}

.section-about {
  padding-bottom: 50px;
}

/*services-list*/
.section-services .row {
  margin-left: -4px;
  margin-right: -4px;
}

.section-services div[class^="col"] {
  padding-left: 4px;
  padding-right: 4px;
}

.section-services .service-icon-list {
  transition: all 0.6s ease 0s;
  position: relative;
  border: 1px solid #f1f1f1;
  padding: 35px 25px 15px 25px;
  margin-bottom: 8px;
  text-align: center;
}

.section-services .service-icon-list:hover {
  background: #f7f7f7;
}

.service-icon {
  margin-bottom: 30px;
}

.service-icon-list h3 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  /*color:#ffab0a;*/
  position: relative;
  padding-bottom: 18px;
}

.service-icon-list h3:after {
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -32px;
  background: #ccc;
}

.service-icon-list h3:before {
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: -28px;
  background: #ccc;
}

/*section menu*/
.resto-menu-item {
  overflow: hidden;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(0,0,0,.3);
}

.resto-menu-item.last-item {
  border-bottom: none;
  margin-bottom: 0px;
}

.section-menu .tab-content h2 {

}

.resto-menu-item h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 300;
}

.resto-menu-item h5 {
  float: right;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px;
}

.resto-menu-item p {
  padding-right: 50px;
}

/*section special*/
.section-special {
  border-top: 1px solid #f1f1f1;
}

.special-item {
  padding: 25px;
  position: relative;
  border: 1px solid #f1f1f1;
  text-align: center;
  margin-bottom: 20px;
}

.special-item-thumbnail {
  margin-bottom: 30px;
}

.special-item h3 {
  font-size: 16px;
  font-weight: 500;
}

.section-special p {
  margin-bottom: 0px;
}



/*portfolio*/
.section-gallery {
  background: #f7f7f7;
}

.section-gallery .row {
  margin-left: -4px;
  margin-right: -4px;
}

.section-gallery div[class^="col"] {
  padding-left: 4px;
  padding-right: 4px;
}

.portfolio-filter {
  margin-bottom: 25px;
}

.portfolio-filter li {
  padding: 0px;
  margin: 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.portfolio-filter li a {
  position: relative;
  padding-bottom: 5px;
  color: #333;
}

.portfolio-filter li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ffab0a;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.portfolio-filter li a:hover:before,
.portfolio-filter li.current a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.portfolio-filter li a:hover,
.portfolio-filter li.current a {
  color: #ffab0a;
}

.portfolio-items > div {
  padding: 0;
}

.portfolio-item {
  background-size: cover;
  background-position: 50%;
}

.portfolio-item {
  margin-bottom: 0px;
}

.portfolio-item .a-img {
  background-size: cover;
  background-position: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
}

.portfolio-items .portfolio-item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.portfolio-item.height-2x:after {
  padding-bottom: 200%;
}

.portfolio-item.width-2x:after {
  padding-bottom: 50%;
}

.portfolio-item a {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  z-index: 2;
  background: rgba(35, 82, 124,0.6);
  transition: all 0.6s ease 0s;
  opacity: 0;
  text-align: center;
}

.portfolio-item a i {
  font-size: 20px;
  color: #fff;
  position: relative;
  height: 50px;
  width: 50px;
  line-height: 50px;
  line-height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.6s ease 0s;
  opacity: 0;
  top: 0;
}

.portfolio-item:hover a {
  opacity: 1;
}

.portfolio-item:hover a i {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.portfolio-item .caption {
  display: none;
  /*
  position: absolute;
  left: 4px;
  right: 9px;
  bottom: 4px;
  z-index: 10;
  text-align: right;
  opacity: 1 !important;
  font-family: 'Sawarabi Mincho';
  font-size: 14px;
  color: #000;
  text-shadow: 0.5px 0.5px 0.5px #fff;
  */
}

.mfp-title {
  padding-right: 0;
  text-align: right;
  font-family: 'Sawarabi Mincho';
}

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

.post-entry {
  margin-bottom: 30px;
}

.post-thumbnail {
  margin-bottom: 25px;
  position: relative;
}

.post-thumbnail a {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(0,0,0,0.6);
  transition: all 0.6s ease 0s;
  opacity: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}

.post-thumbnail:hover a {
  opacity: 1;
}

.post-thumbnail a i {
  font-size: 30px;
  color: #fff;
  position: relative;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.6s ease 0s;
  opacity: 0;
  top: 0;
}

.post-thumbnail:hover a i {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.post-entry h2 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  margin-bottom: 10px;
}

ul.entry-meta {
  padding: 0px;
  margin: 0 0 10px 0px;
  list-style: none;
}

ul.entry-meta li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #999;
  font-style: italic;
  font-weight: 300;
}

ul.entry-meta li:last-child {
  margin-right: 0px;
  margin-bottom: 0px;
}

ul.entry-meta li i {
  font-size: 13px;
  margin-right: 10px;
  color: #ffab0a;
}

ul.entry-meta li a {
  color: #999;
}

.read-more {
  font-style: italic;
  font-size: 17px;
  font-weight: 400;
  color: #ffab0a;
}

/*Testimonial crousel*/
.section-testimonials{
background: rgba(0, 0, 0, 0) url(../images/parallax3.jpg) no-repeat fixed 0 0 / cover;
}
#testimonial-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  border: 2px solid #ffab0a;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

#testimonial-carousel .owl-dots .owl-dot.active span,
#testimonial-carousel .owl-dots .owl-dot:hover span {
  background: #ffab0a;
}

.testimonial-item {
  padding-bottom: 30px;
}

.testimonial-item p {
  font-style: italic;
  font-size: 17px;
  font-weight: 300;
}

.testimonial-item .client-img {
  margin-bottom: 40px;
}

/*contact section*/
.section-contact {
}

.contact-detail {
  position: relative;
  padding-left: 64px;
}

.contact-detail i {
  width: 45px;
  height: 45px;
  position: absolute;
  text-align: center;
  line-height: 45px;
  border: 2px solid #ffab0a;
  color: #ffab0a;
  font-size: 22px;
  border-radius: 50%;
  left: 0px;
  top: 0px;
}

.form-control {
  box-shadow: none;
  border-radius: 0px;
  padding: 12px 12px;
  font-weight: 300;
  height: auto;
  font-size: 14px;
  line-height: 20px;
}

form label.error {
  font-weight: 300;
  font-size: 10px;
  color: #FF0000;
  position: absolute;
  right: 20px;
  top: 10px;
}

.form-control:focus {
  border-color: #ddd;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control.error {
  border-color: #e21c34;
}

/*booking*/
.section-booking{
background: rgba(0, 0, 0, 0) url(../images/parallax2.jpg) no-repeat fixed center 0 / cover;
}
.bookingform .form-control {
  box-shadow: none;
  border-radius: 0px;
  padding: 12px 12px;
  font-weight: 300;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  color: #eee;
  border: 2px solid #333;
  background: rgba(0,0,0,0.5);
}

.bookingform .form-control.error {
  border-color: #ffab0a;
}


/*section-parallax*/
.section-parallax {
  color: #fff;
  position: relative;
  padding: 0px!important;
}

.section-parallax .overlay {
  padding: 80px 0px;
  background: rgba(11,13,34,0.8);
  z-index:1000;
}

.large-title {
  font-size: 50px;
}

.decor {
  background: url(../images/title-img.png) no-repeat bottom center;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.colored-text {
  color: #ffab0a;
}

.colored-text a:hover {
  color: #ffab0a;
}

/*footer*/
.footer {
  padding: 50px 0px;
  background: #001A43;
}

p.copyright {
  color: #767083;
  margin-bottom: 0px;
}
/*social icons*/
.social-icons a {
  display: inline-block;
  border: 2px solid #999;
  color: #999;
  height: 35px;
  width: 35px;
  text-align: center;
  border-radius: 50%;
  line-height: 35px;
  font-size: 15px;
  margin: 0px 5px;
}

.social-icons a:hover {
  color: #ffab0a;
  border-color: #ffab0a;
}

.footer-social-icons a {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  height: 35px;
  width: 35px;
  text-align: center;
  border-radius: 50%;
  line-height: 35px;
  font-size: 15px;
  margin: 0px 5px;
}

.footer-social-icons a:hover {
  color: #ffab0a;
  border-color: #ffab0a;
}

.nav-tabs {
  padding: 0px;
  margin: 0px 0 40px 0px;
  text-align: center;
  list-style: none;
  border: none;
}

.nav-tabs > li {
  float: none;
  display: inline-block;
}

.nav-tabs > li > a {
  display: inline-block;
  margin-right: 1px;
  line-height: 1.42857143;
  border: 2px solid rgba(0, 26, 67, .7);
  border-radius: 6px;
  padding: 10px 30px;
  text-transform: uppercase;
  background: rgba(255,255,255,.7);
  color: #333;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.nav-tabs > li > a:hover {
  border-color: #001A43;
  color: #fff;
  background: #001A43;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #001A43;
  border: 2px solid #001A43;
}

.tab-pane {
  animation: slideInUp 0.5s both 0.5s;
  padding-top: 30px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.section-about table.table,
.section-menu table.table {
  margin-bottom: 40px;
  border-bottom: 1px solid #a28a65;
}

.section-about table.table {
  border-color: #adc1cc
}

.section-about table.table tr,
.section-menu table.table tr {
  border-color: transparent;
}

.section-about table.table>tbody>tr>th,
.section-menu table.table>tbody>tr>th {
  padding: 12px 8px 12px 0;
  border-top: 1px solid #a28a65;
}

.section-about table.table>tbody>tr>th {
    text-align: center;
    border-color: #adc1cc
}

.section-about table.table>tbody>tr>td,
.section-menu table.table>tbody>tr>td {
  padding: 12px 0 12px 8px;
  border-top: 1px solid #a28a65;
}

.section-about table.table>tbody>tr>td {
    border-color: #adc1cc
}

.section-menu table.table>tbody>tr>td {
  text-align: right;
}


.goto-top {
    /* background-color: transparent; */
    background: rgba(255, 255, 255, 0.8);
    border: 3px solid #001A43;
    border-radius: 50%;
    bottom: 13px;
    color: #001A43;
    cursor: pointer;
    display: none;
    font-size: 25px;
    padding: 10px;
    position: fixed;
    right: 15px;
    z-index: 2147483647;
}
.goto-top:hover {
    background: rgba(0, 26, 67, 0.3) none repeat scroll 0 0;
    border-color: #001A43;
    color: #fff;
    text-decoration: none;
}