@charset "UTF-8";
@keyframes subNav {
  0% {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 5px;
  }
  100% {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
    margin-top: -8px;
  }
}
@keyframes floating {
  0% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation-fill-mode: forwards;
  }
  50% {
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-animation-fill-mode: forwards;
  }
}
@keyframes bookFlipOut {
  from {
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(600px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
  }
}
@keyframes bookFlipIn {
  from {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(600px) rotate3d(0, 1, 0, -20deg);
  }
}
@keyframes sideFlipOut {
  from {
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, 70deg) translateX(10px);
    transform: perspective(600px) rotate3d(0, 1, 0, 70deg) translateX(10px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, 90deg) translateX(10px);
    transform: perspective(600px) rotate3d(0, 1, 0, 90deg) translateX(10px);
  }
}
@keyframes sideFlipIn {
  from {
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, 90deg) translateX(10px);
    transform: perspective(600px) rotate3d(0, 1, 0, 90deg) translateX(10px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, 60deg) translateX(10px);
    transform: perspective(600px) rotate3d(0, 1, 0, 60deg) translateX(10px);
  }
}
@keyframes popIn {
  0% {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-fill-mode: forwards;
  }
  50% {
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-animation-fill-mode: forwards;
  }
  75% {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-animation-fill-mode: forwards;
  }
  85% {
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-animation-fill-mode: forwards;
  }
  95% {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-animation-fill-mode: forwards;
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-fill-mode: forwards;
  }
}
html,
body,
select,
option,
.modal,
input {
  font-family: "Noto Sans TC", "Heiti TC", "儷黑 Pro", "LiHei Pro", "文泉驛正黑", "WenQuanYi Zen Hei", "微軟正黑體", "Microsoft JhengHei", "新細明體", sans-serif, Arial, Helvetica, "Montserrat";
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #333333;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: right;
  padding: 15px 50px;
  height: 90px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header .logo {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 50px;
}
.header .logo a {
  display: inline-block;
  width: 173px;
  height: 60px;
  background: url("../images/logo.png") center center no-repeat;
  background-size: 100% 100%;
}
.header .mobile-nav {
  display: none;
  text-align: center;
}
.header .mobile-nav li {
  width: 100%;
  text-align: center;
}
.header .mobile-nav li a {
  width: 100%;
  display: block;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
  color: #333333;
  padding: 10px 0 8px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.header .mobile-nav li a span {
  display: block;
  margin-bottom: 5px;
}
.header .mobile-nav li a img {
  width: 50%;
  max-width: 45px;
  height: auto;
}
.header .main-nav {
  width: 100%;
}
.header .main-nav li {
  display: inline-block;
}
.header .main-nav li a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.header .main-nav li a:hover {
  color: #e47818 !important;
}
.header .main-nav li.cta {
  margin: 0;
  background: none;
}
.header .main-nav li.cta:hover {
  background: #e47818;
}
.header .main-nav li.cta a {
  padding: 0px;
}
.header .main-nav li.cta a:hover {
  color: #fff !important;
}
.header.fixtop, .header.attop {
  background: #fff;
  height: 80px;
  padding: 15px 50px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.header.fixtop .logo, .header.attop .logo {
  top: 10px;
  left: 50px;
}
.header.fixtop .logo a, .header.attop .logo a {
  background: url("../images/logo_dark.png") center center no-repeat;
  background-size: 100% 100%;
}
.header.fixtop .main-nav li a, .header.attop .main-nav li a {
  color: #333333;
}
.header.fixtop .main-nav li.cta, .header.attop .main-nav li.cta {
  border-color: #e47818;
}
@media screen and (max-width: 900px) {
  .header {
    height: auto !important;
    top: auto;
    bottom: 0;
    padding: 0 !important;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  }
  .header .logo,
  .header .main-nav {
    display: none;
  }
  .header .mobile-nav {
    display: flex;
  }
}

.gfont {
  padding-top: 80px;
  height: 100vh;
  background: #f8f8f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gfont iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .gfont {
    padding-top: 0;
    padding-bottom: 75px;
  }
}

.top {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .top {
    height: calc(100vh - 75px);
  }
}
.top .fbv {
  display: none;
  position: relative;
  width: 560px;
  height: 0;
  padding-top: 315px;
}
.top .fbv.fancybox-content {
  padding: 0 !important;
}
.top .fbv iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top .wording {
  text-align: center;
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-animation-fill-mode: forwards;
}
.top .wording h1 {
  font-size: 60px;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.top .wording h1 img {
  height: 60px;
  width: auto;
}
.top .wording h1 span {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .top .wording h1 {
    font-size: 36px;
  }
  .top .wording h1 img {
    height: 36px;
    width: auto;
  }
}
.top .wording span {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
}
.top .wording .playvideo {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px solid #fff;
  line-height: 48px;
  text-decoration: none;
  color: #fff;
  font-size: 25px;
}
.top .wording .playvideo::before {
  content: "\f04b";
  margin-left: 5px;
  font-family: "fontawesome";
}
.top .cta {
  margin: 5px;
}
.top .ytbg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  background: url("../images/banner.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 900px) {
  .top .ytbg {
    background-image: url("../images/banner_mobile.jpg");
  }
}
.top .ytbg.notfixed {
  background-attachment: local;
}
.top .ytbg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 2;
}
.top .ytbg iframe {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-left: -89vh;
  margin-top: -50vh;
  width: 178vh;
  height: 100vh;
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-animation-fill-mode: forwards;
}
@media screen and (max-width: 900px) {
  .top .ytbg iframe {
    display: none;
  }
}
@media (min-aspect-ratio: 16/9) {
  .top .ytbg iframe {
    width: 100vw;
    height: 56.25vw;
    margin-left: -50vw;
    margin-top: -23vw;
  }
}

.banner {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  z-index: 0;
}
.banner.ourroom {
  background: url("../images/bg2.jpg") no-repeat center center;
  background-size: cover;
}
.banner.aboutus {
  background: url("../images/bg4.jpg") no-repeat center center;
  background-size: cover;
}
.banner.contactus {
  background: url("../images/bg1.jpg") no-repeat center center;
  background-size: cover;
}
.banner.ourservice {
  background: url("../images/bg5.jpg") no-repeat center center;
  background-size: cover;
}
.banner.faqus {
  background: url("../images/bg3.jpg") no-repeat center center;
  background-size: cover;
}
.banner.coffee {
  background: url("../images/bg6.jpg") no-repeat center center;
  background-size: cover;
}
.banner.ahome {
  background: url("../images/bg7.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .banner {
    height: 200px;
  }
}
.banner .wording {
  text-align: center;
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-animation-fill-mode: forwards;
}
.banner .wording h1 {
  font-size: 48px;
  color: #f8f2ea;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .banner .wording h1 {
    font-size: 36px;
  }
}
.banner .wording h3 {
  font-size: 18px;
  color: #f8f2ea;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .banner .wording h3 {
    font-size: 15px;
  }
}
.banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 1;
}

.updates {
  position: relative;
  z-index: 1;
}
.updates .swiper-updates {
  position: relative;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  margin-top: -60px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 900px) {
  .updates .swiper-updates {
    width: 90%;
    margin-top: -50px;
    height: auto;
  }
}
.updates ul {
  height: 100%;
  padding-bottom: 50px;
}
.updates ul li {
  display: block;
  width: calc(100% - 160px);
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.updates ul li a {
  color: #333333;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
}
.updates ul li a span {
  padding: 0 8px;
  display: block;
  line-height: 1.5;
}
.updates ul li a span:first-child {
  color: #cfa972;
  border-right: 0px solid #cfa972;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .updates ul {
    height: auto;
    padding-bottom: 50px;
  }
  .updates ul li {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .updates ul li a {
    white-space: normal;
  }
  .updates ul li a span {
    padding: 0 8px;
    display: block;
    line-height: 1.5;
  }
  .updates ul li a span:first-child {
    font-size: 14px;
    color: #cfa972;
    border-right: 0px solid #cfa972;
    margin-bottom: 10px;
  }
}
.updates .swiper-pagination {
  bottom: -10px;
}
.updates .swiper-pagination .swiper-pagination-bullet-active {
  background: #e47818;
}
@media screen and (max-width: 900px) {
  .updates .swiper-pagination {
    display: block;
  }
}
.updates .swiper-button-next,
.updates .swiper-button-prev {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  background: #cfa972;
  margin: 0;
  width: 80px;
  height: 80px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-size: 60px;
  display: none;
}
.updates .swiper-button-next::before {
  content: "\f105";
  font-family: "fontawesome";
}
.updates .swiper-button-prev {
  right: 81px;
}
.updates .swiper-button-prev::before {
  content: "\f104";
  font-family: "fontawesome";
}
.updates .swiper-button-disabled {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
}

.main-service {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.main-service > div {
  display: flex;
}
.main-service > div.cafe {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .main-service > div {
    display: block;
  }
}
.main-service .thumb {
  width: 100%;
  max-width: 750px;
}
.main-service .thumb img {
  width: 100%;
  height: auto;
}
.main-service .intro {
  width: 100%;
  text-align: center;
  padding: 50px;
  padding-top: 130px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-service .intro h2 {
  font-size: 36px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.main-service .intro p {
  font-size: 18px;
  line-height: 1.5;
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: left;
}
.main-service .intro span {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  color: #cfa972;
}
@media screen and (max-width: 1280px) {
  .main-service .intro {
    padding-top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .main-service .intro {
    padding-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  .main-service .intro h2 {
    font-size: 24px;
  }
  .main-service .intro p {
    font-size: 16px;
  }
}

.side-service {
  position: relative;
  z-index: 0;
  background: #f8f2ea;
  padding: 120px 50px 50px;
  margin-top: -80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .side-service {
    padding: 50px 20px 20px;
    margin-top: 0px;
  }
}
.side-service ul {
  display: flex;
}
.side-service ul li {
  width: 100%;
  text-align: center;
}
.side-service ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.side-service ul li a .icon {
  width: 90%;
  max-width: 150px;
  position: relative;
  margin: 0 auto 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.side-service ul li a .icon img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
}
.side-service ul li a .icon::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 1px solid #f8f2ea;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.side-service ul li a h3 {
  color: #333333;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
}
@media screen and (max-width: 900px) {
  .side-service ul li a h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .side-service ul li a h3 {
    font-size: 16px;
  }
}
.side-service ul li a p {
  color: #999;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 900px) {
  .side-service ul li a p {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .side-service ul li a p {
    font-size: 14px;
  }
}
.side-service ul li a:hover .icon {
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.side-service ul li a:hover .icon::after {
  border-color: #cfa972;
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-animation-fill-mode: forwards;
}
@media screen and (max-width: 900px) {
  .side-service ul {
    display: block;
    text-align: center;
  }
  .side-service ul li {
    width: 32%;
    margin-bottom: 50px;
    display: inline-block;
  }
  .side-service ul li a .icon {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .side-service ul li {
    width: 49%;
  }
}

.plans {
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .plans {
    padding: 50px 20px;
  }
}
.plans h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  .plans h2 {
    font-size: 24px;
  }
}
.plans p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .plans p {
    font-size: 16px;
  }
}
.plans .planchart {
  border: 2px solid #ccc;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.plans .planchart tr {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.plans .planchart tr:first-child {
  background: #f8f2ea;
}
.plans .planchart tr:first-child td:nth-child(2) {
  background: #f8f2ea;
  color: #333333;
}
.plans .planchart tr td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 13px 4px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.plans .planchart tr td:last-child {
  border-right: 0px solid #f8f2ea;
}
.plans .planchart tr td:nth-child(1) {
  background: #f8f2ea;
}
.plans .planchart tr td:nth-child(2) {
  position: relative;
  border-bottom: 1px solid #a6937c;
  background: #cfa972;
  color: #fff;
}

.service {
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .service {
    padding: 50px 20px;
  }
}
.service > h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  .service > h2 {
    font-size: 24px;
  }
}
.service > p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .service > p {
    font-size: 16px;
  }
}
.service > ul {
  text-align: center;
}
.service > ul > li {
  display: inline-block;
  width: 33%;
  text-align: center;
}
.service > ul > li a {
  display: block;
  width: 100%;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
}
.service > ul > li a .icon {
  width: 90%;
  max-width: 150px;
  position: relative;
  margin: 0 auto 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.service > ul > li a .icon img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
}
.service > ul > li a .icon::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 1px solid #f8f2ea;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.service > ul > li a h3 {
  color: #333333;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .service > ul > li a h3 {
    font-size: 18px;
  }
}
.service > ul > li a h3 span {
  display: inline-block;
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-animation-fill-mode: forwards;
}
.service > ul > li a h3::after {
  content: "";
  width: 100%;
  height: 50%;
  background: #cfa972;
  position: absolute;
  z-index: 0;
  top: 60%;
  left: 0;
  opacity: 0.2;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  filter: alpha(opacity=20);
}
.service > ul > li a h2 {
  font-size: 18px;
  color: #cfa972;
  line-height: 1.5;
  margin-bottom: 25px;
}
.service > ul > li a p {
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  max-width: 250px;
  text-align: left;
  margin: 0 auto 15px;
}
.service > ul > li a ul {
  max-width: 250px;
  text-align: left;
  margin: 0 auto 15px;
}
.service > ul > li a ul li {
  display: block;
  font-size: 18px;
  line-height: 1.5;
}
.service > ul > li a ul li::before {
  content: "\f046";
  width: 25px;
  margin-left: -25px;
  display: inline-block;
  font-family: "fontawesome";
  color: #e47818;
}
.service > ul > li a:hover .icon {
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.service > ul > li a:hover .icon::after {
  border-color: #cfa972;
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-animation-fill-mode: forwards;
}
@media screen and (max-width: 900px) {
  .service > ul > li {
    width: 49%;
  }
  .service > ul > li a {
    padding: 0 10px 80px;
  }
}
@media screen and (max-width: 600px) {
  .service > ul > li {
    width: 100%;
  }
  .service > ul > li a {
    padding: 0 0 80px;
  }
}

.faq {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.faq h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
  margin-bottom: 25px;
  color: #cfa972;
}
.faq .faqgroup {
  text-align: left;
  margin-bottom: 50px;
}
.faq .faqgroup > div {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 8px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
@media screen and (max-width: 900px) {
  .faq .faqgroup > div {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
}
.faq .faqgroup > div > div {
  font-size: 18px;
  line-height: 1.5;
}
.faq .faqgroup > div > div.ask {
  font-weight: 500;
  cursor: pointer;
}
.faq .faqgroup > div > div.ask::before {
  content: "\f055";
  font-family: "fontawesome";
  margin-left: 15px;
  float: right;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.faq .faqgroup > div > div.ask:hover::before {
  color: #e47818;
}
.faq .faqgroup > div > div.ans {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
  display: none;
}
.faq .faqgroup > div > div.ans ul,
.faq .faqgroup > div > div.ans ol {
  display: block;
  list-style: disc outside none;
  margin: 1em 0;
  padding: 0 0 0 40px;
}
.faq .faqgroup > div > div.ans ol {
  list-style-type: decimal;
}
.faq .faqgroup > div > div.ans li {
  display: list-item;
}
.faq .faqgroup > div.active > div.ask::before {
  color: #e47818;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.faq .faqgroup > div.active > div.ans {
  display: block;
}

.about > div {
  margin: 50px auto;
  width: 80%;
  max-width: 900px;
}
.about .title {
  font-size: 36px;
  color: #cfa972;
  line-height: 1.5;
  font-weight: 500;
}
.about .title span {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .about .title {
    font-size: 30px;
  }
}
.about .content {
  margin-top: 50px;
  width: 80%;
  margin-left: 19%;
}
.about .content p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 18px;
}
.about .content h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 18px;
}
.about .content ul,
.about .content ol {
  display: block;
  list-style: disc outside none;
  margin: 1em 0;
  padding: 0 0 0 40px;
}
.about .content ol {
  list-style-type: decimal;
}
.about .content li {
  display: list-item;
}
.about .content img {
  max-width: 80%;
}
@media screen and (max-width: 900px) {
  .about .content {
    width: 100%;
    margin-left: 0;
  }
  .about .content img {
    max-width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .about .content img {
    max-width: 100%;
  }
}

.news {
  padding-top: 150px;
}
.news > h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .news > h2 {
    font-size: 24px;
  }
}
.news > ul {
  max-width: 1280px;
  margin: 0 auto 50px;
}
.news > ul > li {
  display: inline-block;
  width: 30%;
  margin: 0 1.5% 30px;
  border-top: 1px solid #eee;
}
.news > ul > li:nth-child(1), .news > ul > li:nth-child(2), .news > ul > li:nth-child(3) {
  border-top: none;
}
@media screen and (max-width: 900px) {
  .news > ul > li {
    width: 46%;
  }
  .news > ul > li:nth-child(3) {
    border-top: 1px solid #eee;
  }
}
@media screen and (max-width: 600px) {
  .news > ul > li {
    width: 100%;
    margin: 0 0 5px;
  }
  .news > ul > li:nth-child(1), .news > ul > li:nth-child(2), .news > ul > li:nth-child(3) {
    border-top: 1px solid #eee;
  }
}
.news > ul > li > a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  display: block;
  text-decoration: none;
}
.news > ul > li > a > .date {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  color: #cfa972;
  text-align: center;
  margin-bottom: 10px;
  width: 55px;
  margin-left: -10px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.news > ul > li > a > .date span {
  display: block;
}
.news > ul > li > a > .date span:first-child {
  font-size: 24px;
  line-height: 35px;
}
.news > ul > li > a > .thumb {
  width: 80px;
  display: inline-block;
}
.news > ul > li > a > .thumb img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .news > ul > li > a > .thumb {
    width: 80px;
  }
}
.news > ul > li > a > .des {
  display: inline-block;
  width: calc(100% - 150px);
  font-size: 18px;
  color: #333333;
  margin-left: 15px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .news > ul > li > a > .des {
    width: calc(100% - 150px);
  }
}
.news > ul > li > a > .des > .title {
  font-size: 24px;
  color: #333333;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .news > ul > li > a > .des > .title {
    font-size: 18px;
  }
}
.news > ul > li > a > .des > .cats {
  font-size: 13px;
  line-height: 1.2;
  color: #cfa972;
  margin-bottom: 10px;
}
.news > ul > li > a > .des > .cats span {
  display: inline-block;
  color: #fff;
  line-height: 24px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  padding: 0 10px;
  background: #cfa972;
  margin-right: 2px;
}
.news > ul > li > a:hover {
  background: #f8f8f8;
}
@media screen and (max-width: 600px) {
  .news {
    padding-top: 50px;
  }
}

.blog {
  padding-top: 80px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .blog {
    padding-top: 0px;
  }
}
.blog > div {
  margin: 50px auto;
  width: 80%;
  max-width: 900px;
}
.blog img {
  max-width: 100%;
  height: auto !important;
}
.blog .title {
  font-size: 36px;
  color: #cfa972;
  line-height: 1.5;
  font-weight: 500;
}
.blog .title span {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .blog .title {
    font-size: 30px;
  }
}
.blog .content {
  margin: 50px auto;
  width: 80%;
  margin-left: 19%;
}
.blog .content p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 18px;
}
.blog .content h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 18px;
}
.blog .content ul,
.blog .content ol {
  display: block;
  list-style: disc outside none;
  margin: 1em 0;
  padding: 0 0 0 40px;
}
.blog .content ol {
  list-style-type: decimal;
}
.blog .content li {
  display: list-item;
}
@media screen and (max-width: 900px) {
  .blog .content {
    width: 100%;
    margin-left: 0;
  }
}
.blog .footage {
  background: #f8f2ea;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.blog .footage p {
  font-size: 12px;
}
.blog .footage p a {
  color: #cfa972;
}

.contactlinks {
  margin: 50px auto;
  width: 80%;
  max-width: 900px;
  display: flex;
}
.contactlinks a {
  width: 100%;
  display: inline-block;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin: 8px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333333;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.contactlinks a span {
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
}
.contactlinks a.pc {
  display: inline-block;
}
.contactlinks a.iphone, .contactlinks a.android {
  display: none;
}
@media screen and (max-width: 600px) {
  .contactlinks {
    display: block;
  }
  .contactlinks a {
    margin: 10px 0;
  }
  .contactlinks a.iphone, .contactlinks a.android {
    display: inline-block;
  }
  .contactlinks a.pc {
    display: none;
  }
}

.host {
  padding: 50px 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.host > h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .host > h2 {
    font-size: 24px;
  }
}
.host > p {
  text-align: center;
  margin-bottom: 50px;
}
.host h3 {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  letter-spacing: 0.1em;
}
.host h3 span {
  display: inline-block;
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-animation-fill-mode: forwards;
}
.host h3::after {
  content: "";
  width: 100%;
  height: 50%;
  background: #cfa972;
  position: absolute;
  z-index: 0;
  top: 60%;
  left: 0;
  opacity: 0.2;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  filter: alpha(opacity=20);
}
.host p {
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .host p {
    font-size: 16px;
  }
}
.host ul {
  text-align: center;
}
.host ul li {
  display: inline-block;
  text-align: center;
  width: 300px;
  margin: 25px;
}
.host ul li a {
  text-decoration: none;
  color: #333333;
}
.host ul li a:hover .bgImg {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-animation-fill-mode: forwards;
}
.host ul li .thumb {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 30px;
  overflow: hidden;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.host ul li .bgImg {
  width: 100%;
  height: 0;
  padding-top: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.host ul li.small {
  width: 180px;
}
.host ul li.small .thumb {
  max-width: 150px;
}

.rooms {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto 50px;
}
.rooms > div {
  text-align: left;
  width: 45%;
  margin: 0 auto 80px;
  display: inline-block;
}
.rooms > div .thumb {
  position: relative;
  width: 80%;
  max-width: 300px;
  margin-bottom: 40px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.rooms > div .thumb .remark {
  position: absolute;
  z-index: 5;
  width: 77px;
  height: 70px;
  background: url("../images/remark.png") no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.rooms > div .thumb .bgImg {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  overflow: hidden;
  z-index: 1;
}
.rooms > div .thumb .bgImg a {
  text-align: center;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 1;
  color: #f8f2ea;
  text-decoration: none;
  padding-top: calc(50% - 35px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.rooms > div .thumb .bgImg a::before {
  content: "\f03e";
  font-family: "fontawesome";
  font-size: 48px;
  display: block;
  margin-bottom: 5px;
}
.rooms > div .thumb .bgImg a:hover {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
}
.rooms > div .intro h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.1em;
}
.rooms > div .intro h3::after {
  content: "";
  width: 100%;
  height: 50%;
  background: #cfa972;
  position: absolute;
  z-index: 0;
  top: 60%;
  left: 0;
  opacity: 0.2;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  filter: alpha(opacity=20);
}
.rooms > div .intro p {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.rooms > div .intro ul {
  margin-bottom: 25px;
}
.rooms > div .intro ul li {
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .rooms > div {
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  .rooms > div {
    width: 90%;
    display: block;
    text-align: center;
    margin: 0 auto 80px;
  }
  .rooms > div .thumb {
    margin: 0 auto 40px;
    width: 100%;
  }
}

.equipment {
  margin: 0px auto 0;
  text-align: center;
  background: #f8f2ea;
  padding-bottom: 50px;
}
.equipment .chart {
  position: relative;
  top: -50px;
  width: 90%;
  max-width: 1280px;
  margin: 0px auto;
  border: 2px solid #cfa972;
  padding: 0 25px 25px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.equipment h3 {
  display: inline-block;
  font-size: 24px;
  padding: 0 15px;
  color: #cfa972;
  line-height: 30px;
  background: #fff;
  margin-top: -18px;
  letter-spacing: 0.1em;
}
.equipment ul {
  text-align: left;
}
.equipment ul li {
  display: inline-block;
  width: 31%;
  margin: 1%;
  line-height: 1.5;
  font-size: 18px;
  text-align: left;
}
.equipment ul li::before {
  content: "\f00c";
  font-family: "fontawesome";
  margin-right: 8px;
  color: #e47818;
}
@media screen and (max-width: 900px) {
  .equipment ul li {
    width: 47%;
  }
}
@media screen and (max-width: 600px) {
  .equipment ul li {
    width: 98%;
  }
}
@media screen and (max-width: 900px) {
  .equipment {
    margin-top: 150px;
  }
}

.environment {
  padding: 50px 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.environment h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .environment h2 {
    font-size: 24px;
  }
}
.environment p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .environment p {
    font-size: 16px;
  }
}
.environment .swiper-carousel {
  position: relative;
  margin: 0 auto;
}
.environment .swiper-carousel .swiper-slide {
  display: inline-block;
  width: auto;
}
.environment .swiper-carousel .swiper-slide img {
  height: 500px;
}
@media screen and (max-width: 900px) {
  .environment .swiper-carousel .swiper-slide img {
    height: 300px;
  }
}
.environment .swiper-carousel .swiper-pagination-bullet-active {
  background: #e47818;
}

.footer {
  text-align: center;
}
.footer .deco {
  margin: 0 auto 0;
  width: 95%;
  border-bottom: 1px solid #ccc;
}
.footer .deco img {
  height: 45px;
  width: auto;
}
.footer .deco span {
  background: #fff;
  position: relative;
  top: 23px;
  padding: 0 15px;
}
@media screen and (max-width: 900px) {
  .footer .deco img {
    height: 20px;
  }
  .footer .deco span {
    top: 10px;
  }
}
.footer .logo_footer {
  margin: 70px auto 30px;
}
.footer .logo_footer img {
  height: 150px;
  width: auto;
}
.footer p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.footer a {
  display: inline-block;
  position: relative;
  color: #333333;
  text-decoration: none;
}
.footer a.call {
  font-size: 36px;
  font-weight: 500;
}
.footer a.call::before {
  content: "\f095";
  font-family: "fontawesome";
  margin-right: 8px;
}
.footer a.call::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: #f8f2ea;
  left: 0;
  top: 60%;
  z-index: -1;
}
.footer .social-media {
  margin: 40px auto;
}
.footer .social-media li {
  display: inline-block;
}
.footer .social-media li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 3px;
}
.footer .social-media li a img {
  width: 100%;
  height: 100%;
}
.footer .social-media li a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  filter: alpha(opacity=70);
}
.footer .social-media li.pc {
  display: inline-block;
}
.footer .social-media li.iphone, .footer .social-media li.android {
  display: none;
}
@media screen and (max-width: 900px) {
  .footer .social-media li.iphone, .footer .social-media li.android {
    display: inline-block;
  }
  .footer .social-media li.pc {
    display: none;
  }
}
.footer .links {
  margin-bottom: 25px;
}
.footer .links li {
  display: inline-block;
}
.footer .links li a {
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #ccc;
  text-decoration: none;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  margin: 3px;
  padding: 0 15px;
}
.footer .links li a:hover {
  background: #e47818;
  border: 1px solid #e47818;
  color: #fff;
}
.footer .copyright {
  padding: 30px 50px;
  background: #f8f2ea;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.5;
}
.footer .copyright span::after {
  content: " | ";
}
.footer .copyright span:last-child::after {
  content: "";
}
@media screen and (max-width: 900px) {
  .footer .copyright {
    font-size: 14px;
    padding: 30px 20px 100px;
  }
  .footer .copyright span {
    display: block;
  }
  .footer .copyright span::after {
    display: none;
  }
}

.messenger {
  position: fixed;
  right: 20px;
  bottom: -40px;
  font-size: 15px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px 50px;
  font-weight: 500;
  text-align: center;
  background: #00c300;
  color: #fff;
  border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  z-index: 800;
  text-decoration: none;
  display: none;
  animation-name: bounceInUp;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
.messenger span {
  display: block;
}
.messenger.active {
  display: block;
}
.messenger::before {
  display: block;
  content: "\f2be";
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  font-family: "fontawesome";
  animation-name: floating;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
@media screen and (max-width: 900px) {
  .messenger {
    width: 100%;
    max-width: 400px;
    right: auto;
    left: 50%;
    padding: 0;
    line-height: 40px;
    top: 0;
    bottom: auto;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-animation-fill-mode: forwards;
    border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    animation: none;
  }
  .messenger span {
    display: inline;
  }
  .messenger::before {
    display: inline-block;
    margin-bottom: 0;
    animation: none;
    font-size: 20px;
    line-height: 40px;
  }
}

.cta {
  display: inline-block;
  color: #333333;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 25px;
  background: #cfa972;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  margin: 5px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cta.booking::before, .cta.video::before, .cta.price::before, .cta.menu::before {
  position: absolute;
  top: 0;
  left: 25px;
  content: "\f040";
  font-family: "fontawesome";
  color: #fff;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cta.video::before {
  content: "\f03d";
}
.cta.price::before {
  content: "\f236";
}
.cta.menu::before {
  content: "\f0f5";
}
.cta:hover {
  background: #e47818;
  color: #fff;
}
.cta:hover.booking, .cta:hover.price, .cta:hover.menu, .cta:hover.video {
  padding-left: 50px;
}
.cta:hover::before {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
}

.readmore {
  text-align: center;
}
.readmore a {
  color: #e47818;
  font-size: 16px;
  line-height: 80px;
  letter-spacing: 0.1em;
}
.readmore a:hover {
  color: #e47818;
}

.ap {
  position: relative;
  top: -200px;
  pointer-events: none;
}

.bgImg {
  background-position: center center;
  background-size: cover;
}

.maxW {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.disabled {
  pointer-events: none !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaa;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #aaa;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
}