/* ---- HOME ---- */
.sc-title-page{
  position: relative;
  width:100%;
  height: 100vh;
}
.sc-title-page .slide-item{
  position: relative;
  width:100%;
  height: 100vh;
  background: center;
  background-size: cover;
}
.sc-title-page .slick-dots {
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: 0;
  z-index: 2;
  padding: 0 5px;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.sc-title-page .slick-dots li{
  display: block;
  padding: 12px;
}
.sc-title-page .slick-dots li:not(.slick-active) button {
  background: #fff;
  opacity: 0.8;
}
.sc-title-page .slick-dots li button:hover {
  opacity: 1;
}
.sc-title-page .slick-arrow{
  width: 44px;
  height: 44px;
  left: initial;
  right: 40px;
  color: #fff;
  opacity: 0.8;
}
.sc-title-page .slick-arrow:hover{
  opacity: 1;
  color: #fff;
}
.sc-title-page .slick-prev{
  margin-top: -90px;
}
.sc-title-page .slick-next{
  margin-top: 90px;
}
.sc-title-page .slick-arrow:before{
  font-size: 42px;
}
.sc-title-page .slick-prev:before{
  content: "\e904";
}
.sc-title-page .slick-next:before{
  content: "\e901";
}
.sc-title-page h1{
  padding-bottom: 0;
}
.header-mouse{
  position: absolute;
  left: 50%;
  bottom: 10px;
  color: #d47e00;
  font-size: 2em;
  line-height: 1em;
  text-align: center;
  font-family: 'icomoon';
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
  z-index: 5;	
}
.header-mouse:before{
  content: "\e900";
  display: block;
}
.header-mouse:after{
  display: block;  
  content: "\e901";
  font-size: 0.65em;
  font-weight: 500;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
}

/* about us */
.sc-aboutus{
  text-align: center;
}

/* sc-chef-rcm */
.recommend-slide{
  width: 100%;
  position: relative;
  padding: 0 50px;
}
.recommend-slide .slick-list{
  overflow: hidden;
}
.sc-chef-rcm .slide-item{
  padding: 0 5px;
}
.sc-chef-rcm .box-detail{
  padding-top: 30px;
  overflow: hidden;
  height: 220px;
}
.sc-chef-rcm h2{  
  color: #d47e00;
  font-size: 1.2em;
  font-weight: 500;
}
.sc-chef-rcm p{
  margin: 0;
  padding: 20px 0;
}
.sc-chef-rcm span{
  color: #d47e00;
  font-size: 1.4em;
  font-weight: 500;
}
.sc-chef-rcm .slick-arrow{
  top: calc(50% - 95px);
}
.chef-list-btn{
  text-align: center;
  display: block;
  padding: 1rem 0 0;
}
.chef-list-btn li{
  display: inline-block;
  padding: 10px;
}
.chef-list-btn .btn {
  min-width: 200px;
}

/* sp offer */
.sc-sp-offer .offer-slide{
  padding: 0 50px;
  overflow: hidden;
}
.offer-slide .slick-arrow{
  margin-top: -14px;
}
.offer-item{
  position: relative;
}
.offer-item .box-thumbnail{
  width: 45%;
  float: left;
  overflow: hidden;
}
.offer-item .box-detail{
  width: 55%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  background: #fff;
}
.offer-item .box-center{
  text-align: left;
  padding: 30px 40px;
  height: 100%;
}
.offer-item h2{  
  color: #d47e00;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 500;
  max-height: 2.4em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.offer-item h3{  
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  padding: 15px 0 0;
}
.offer-item p:not(.sp-offer-time){
  margin: 0;
  font-size: 0.9em;
  line-height: 1.4em;
  height: 4.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sp-offer-time{
  padding: 15px 0;
  color: #d47e00;
  font-weight: 500;
  font-size: 1em;;
  margin: 0;
}
.offer-item a{
  color: #d47e00;
  position: absolute;
  bottom: 30px;
  left: 40px;
  outline: none;
}
.offer-item a:focus,
.offer-item a:active{
  outline: none;
}
.offer-item a:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #d47e00;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.offer-item a:hover:after{
  width: 100%;
}

/* sc-gallery */
.sc-gallery{
  overflow: hidden;
  text-align: center;
}
.sc-gallery .gallery-type{
  padding: 0;
  display: block;
  font: normal 500 18px FS Lola ;
  color: #56565b;
}
.gallery-type li{
  padding: 15px 20px;
  display: inline-block;
}
.gallery-type li+li{
  border-left: 1px solid #333;
}
.gallery-type a{
  padding: 5px;
  color: #333;
  position: relative;
}
.gallery-type a:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #d47e00;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-type a:hover,
.gallery-type a.active{  
  color: #d47e00;
}
.gallery-type a:hover:after,
.gallery-type a.active:after{  
  width: 100%;
}
.sc-gallery .tab-content{
  padding-top: 2.5rem;
}
.slide-gallery-center,
.slide-gallery{
  margin: 0 -10px;
}
.sc-gallery .gallery-item{
  padding: 10px;
}
.sc-gallery .fancybox{
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 61%;
  position: relative;
}
.sc-gallery .gallery-item .box-img{
  position: absolute;
  width: 100%;
  height: 100%;
  background: center;
  background-size: cover;
  z-index: 1;
}
.sc-gallery .gallery-item a{
  position: relative;
}
.sc-gallery .gallery-item a:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  background: rgba(0,0,0,0.5);
}
.sc-gallery .gallery-item a:after{
  content: "";
  width: 64px;
  height: 64px;
  display: block;
  background: url(../image/i-zoom.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 3;
}
.sc-gallery .gallery-item a:before,
.sc-gallery .gallery-item a:after{
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sc-gallery .gallery-item a:hover:before,
.sc-gallery .gallery-item a:hover:after{
  opacity: 1;
}
.sc-gallery #picture .slick-arrow{
  color: #fff;
  opacity: 0;
}
.sc-gallery #picture .slick-slider:hover .slick-arrow{
  opacity: 1;
}
.sc-gallery #picture .slick-prev{
  left: 20px;
}
.sc-gallery #picture .slick-next{
  right: 20px;
}
.fancybox-nav span{
  background: none;
  color: #fff;
  text-align: center;
}
.fancybox-nav span:before{
  width: 36px;
  height: 34px;
  line-height: 34px;
  display: block;
  font-family: 'icomoon';
  font-size: 36px;
  text-align: center;
  display: block;
}
.fancybox-next span:before{
	content: "\e902";
}
.fancybox-prev span:before{
	content: "\e903";
}
.fancybox-close{
  background: #fff;
  top: 0;
  right: 0;
}
.fancybox-close:hover{
  color: #d47e00;
}
.fancybox-close:before{
  width: 36px;
  height: 36px;
  line-height: 42px;
  text-align: center;
  display: block;
  content: "✕";
  color: #000;
  font-size: 1.4em;
}
.sc-gallery #video {
  max-width: 1100px;
  margin: 0 auto;
}
.sc-gallery .box-vdo{
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.sc-gallery #video .wrap-loading{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease 1s;
  -moz-transition: all 0.3s ease 1s;
  -o-transition: all 0.3s ease 1s;
  -ms-transition: all 0.3s ease 1s;
  transition: all 0.3s ease 1s;
}
.sc-gallery #video.first .wrap-loading{
  opacity: 1;
  z-index: 3;
}
.sc-gallery #video .loading{
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
}
.sc-gallery #video .loading:before,
.sc-gallery #video .loading:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 4px solid #000;
  opacity: 1;
  border-radius: 50%;
  animation: loading 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.box-vdo .video-slide{
  padding: 0 50px;
  z-index: 2;
}
.box-vdo .box-iframe{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 5px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.box-vdo .box-iframe iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.sc-gallery .vdo-item{
  padding: 10px;
}

/* Guest Reviews */
.sc-guest-review{
  text-align: center;
}
.review-slide{
  margin-bottom: 40px;
}
.review-slide .slick-dots{  
  position: absolute;
  bottom: -40px;
  left: 50%;
  font-size: 0;
  line-height: 1em;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.sc-guest-review p{
  padding: 0 15%;
  font-weight: 300;
  font-size: 1.1em;
  -ms-flex-pack: center;
  justify-content: center;
}
.sc-guest-review strong{
  color: #d47e00;
  font-size: 1.2em;
  font-weight: 300;
}

/* events */
.sc-events .row + .row{
  margin-top: 30px;
}
.sc-events .box-img{
  width: 30%;
  float: left;
  padding: 0 10px;
  text-align: center;
}
.sc-events .box-img img{
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.sc-events .box-detail{
  width: 70%;
  padding-top: 10px;
  float: left;
}

/* reservation */
.sc-reservation{
  padding-bottom: 3.5rem;
  overflow: inherit;
}
.sc-reservation{
  background-image: url('../image/reseve_bg.jpg');
}
#frm-reservation > .form-group{
  margin-bottom: 0;
}

/* contact us */
.sc-contactus{
  padding-bottom: 0;
}
.footer-map{
  height: 600px;
}

/* animate */
@-webkit-keyframes loading {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}

@media screen and (max-width: 1370px) {
  .sc-title-page .box-center{
    top: 50%;
  }
}
@media screen and (max-width: 1300px) {  
  .sc-gallery #video{
    padding: 0 50px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .sc-gallery .tab-content{
    padding-top: 2rem;
  }
  .sc-reservation{
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {  
  .sc-title-page .box-center{
    padding: 0 30px;
  }
  .slide-gallery-center, .slide-gallery {
    margin: 0 -5px;
  }
  .sc-gallery .gallery-item {
    padding: 5px;
  }
  .sc-title-page,
  .sc-title-page .slide-item{    
    height: 0;
    padding-bottom: 56%;
  }
  .sc-title-page .slick-dots{
    right: 25px;
  }
  .sc-title-page .slick-dots li{
    padding: 9px;
  }
  .sc-title-page .slick-arrow{
    width: 38px;
    height: 38px;
    right: 25px;
  }
  .sc-title-page .slick-arrow:before{
    font-size: 38px;
  }
  .sc-title-page .slick-prev{
    margin-top: -80px;
  }
  .sc-title-page .slick-next{
    margin-top: 80px;
  }
  .sc-sp-offer .container,
  .sc-sp-offer .offer-slide{
    padding: 0;
  }
  .offer-slide .slick-list{    
    background: #fff;
  }
  .offer-slide .slick-dots{
    margin-top: 20px;
  }
  .offer-item .box-thumbnail{
    width: 100%;
  }
  .offer-item .box-detail{
    position: relative;
    width: 100%;
    top: initial;
    left: initial;
  }
  .offer-item .box-center{
    float: left;
    position: relative;
    text-align: center;
    top: initial;
    left: initial;
    background: #fff;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }
  .offer-slide .slick-arrow{
    bottom: 0;
    top: initial;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }
  .offer-item h2{
    height: 2.4em;
  }
  .offer-item a{
    position: relative;
    bottom: initial;
    left: initial;
    margin-top: 30px;
    display: inline-block;
  }
  .header-mouse:before{
    display: none;
  }
  .sc-gallery .gallery-item a:before,
  .sc-gallery .gallery-item a:after{
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .sc-title-page,
  .sc-title-page .slide-item{    
    padding-bottom: 110%;
  }
  .sc-title-page .box-center{
    padding: 0 55px 0 20px;
  }
  .sc-title-page .slick-dots {
    right: 20px;
  }
  .sc-title-page .slick-arrow {
    width: 30px;
    height: 30px;
    right: 20px;
  }
  .sc-title-page .slick-arrow:before{
    font-size: 30px;
  }
  .sc-title-page .slick-dots li {
    padding: 8px 5px;
  }  
  .sc-title-page .slick-prev{
    margin-top: -70px;
  }
  .sc-title-page .slick-next{
    margin-top: 70px;
  }
  .sc-gallery #video{
    padding: 0 30px 10px;
  }
  .box-vdo .video-slide {
    padding: 0px 30px;
  }
  .sc-chef-rcm .container,
  .sc-guest-review .container{
    padding: 0;
  }
  .sc-events .row > .col-12 +.col-12{
    margin-top: 30px;
  }
  .sc-events .box-img {
    padding: 0 15px 0 0;
  }
  .review-slide{
    font-size: 0.9em;
    padding: 0 30px;
    margin-bottom: 30px;
  }
  .recommend-slide{
    padding: 0 30px;
  }
  .sc-guest-review p{
    padding: 0;
  }
  .chef-list-btn{
    padding: 0 25px;
    margin-top: 20px;
  }
  .chef-list-btn li{
    display: block;
    padding: 10px 0;
  }
  .review-slide .slick-dots{
    bottom: -30px;
  }  
  .sc-reservation{
    background-image: url('../image/reseve_bg.jpg');
  }
  .fancybox-skin{
    padding: 10px !important;
  }
}
@media screen and (max-width: 380px) {
  
}
