@charset "UTF-8";
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 15px;
  color: #707070;
  background-color: #fff;
  line-height: 1.5;
  font-family: 'Alegreya Sans SC', 'Microsoft JhengHei' , '微軟正黑體' , sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pace:after {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(172, 227, 208, 0.8);
    z-index: 99999;
    display: block; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #ACE3D0;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px; }

.animate {
  -webkit-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-left {
  text-align: left !important; }

.clearfix:after, .clearfix:before {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

p {
  margin-bottom: 5px; }

/*共用屬性*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-overflow-scrolling: touch; }

a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
  color: inherit; }
  a:active, a:hover {
    outline: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0; }

/*泛用表格*/
.t {
  display: table; }
  .t > .t-row {
    display: table-row; }
    .t > .t-row > .t-cell {
      display: table-cell;
      vertical-align: middle;
      border-collapse: collapse;
      margin: 0;
      padding: 0; }

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1200px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

.pic {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 100%; }
  .pic > span {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0; }
    .pic > span:before {
      content: ' ';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
    .pic > span > img, .pic > span > iframe {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .pic > span > iframe {
      width: 100%;
      height: 100%; }

.cf:after,
.row:after,
dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden; }

.bg_img {
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }

.editor {
  word-break: break-all;
  /* Begin bidirectionality settings (do not change) */ }
  .editor i {
    font-style: italic; }
  .editor em, .editor b, .editor strong {
    font-weight: bold; }
  .editor img {
    height: auto !important; }
  .editor html, .editor address, .editor blockquote, .editor body, .editor dd, .editor div, .editor dl, .editor dt, .editor fieldset, .editor form,
  .editor frame, .editor frameset, .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor noframes, .editor ol, .editor p, .editor ul, .editor center,
  .editor dir, .editor hr, .editor menu, .editor pre {
    display: block; }
  .editor li {
    display: list-item; }
  .editor head {
    display: none; }
  .editor table {
    display: table; }
  .editor tr {
    display: table-row; }
  .editor thead {
    display: table-header-group; }
  .editor tbody {
    display: table-row-group; }
  .editor tfoot {
    display: table-footer-group; }
  .editor col {
    display: table-column; }
  .editor colgroup {
    display: table-column-group; }
  .editor td, .editor th {
    display: table-cell; }
  .editor caption {
    display: table-caption; }
  .editor th {
    font-weight: bolder;
    text-align: center; }
  .editor caption {
    text-align: center; }
  .editor body {
    margin: 8px; }
  .editor h1 {
    font-size: 2em;
    margin: .67em 0; }
  .editor h2 {
    font-size: 1.5em;
    margin: .75em 0; }
  .editor h3 {
    font-size: 1.17em;
    margin: .83em 0; }
  .editor h4, .editor p, .editor blockquote, .editor ul, .editor fieldset, .editor form, .editor ol, .editor dl, .editor dir, .editor menu {
    margin: 1.12em 0; }
  .editor h5 {
    font-size: .83em;
    margin: 1.5em 0; }
  .editor h6 {
    font-size: .75em;
    margin: 1.67em 0; }
  .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor b, .editor strong {
    font-weight: bolder; }
  .editor blockquote {
    margin-left: 40px;
    margin-right: 40px; }
  .editor i, .editor cite, .editor em, .editor var, .editor address {
    font-style: italic; }
  .editor pre, .editor tt, .editor code, .editor kbd, .editor samp {
    font-family: monospace; }
  .editor pre {
    white-space: pre; }
  .editor button, .editor textarea, .editor input, .editor select {
    display: inline-block; }
  .editor big {
    font-size: 1.17em; }
  .editor small, .editor sub, .editor sup {
    font-size: .83em; }
  .editor sub {
    vertical-align: sub; }
  .editor sup {
    vertical-align: super; }
  .editor table {
    border-spacing: 2px; }
  .editor thead, .editor tbody, .editor tfoot {
    vertical-align: middle; }
  .editor td, .editor th {
    vertical-align: inherit; }
  .editor s, .editor strike, .editor del {
    text-decoration: line-through; }
  .editor hr {
    border: 1px inset; }
  .editor ol, .editor ul, .editor dir, .editor menu, .editor dd {
    margin-left: 40px; }
  .editor ol {
    list-style-type: decimal; }
  .editor ol ul, .editor ul ol, .editor ul ul, .editor ol ol {
    margin-top: 0;
    margin-bottom: 0; }
  .editor u, .editor ins {
    text-decoration: underline; }
  .editor br:before {
    content: "\A"; }
  .editor :before, .editor :after {
    white-space: pre-line; }
  .editor center {
    text-align: center; }
  .editor :link, .editor :visited {
    text-decoration: underline; }
  .editor :focus {
    outline: thin dotted invert; }
  .editor BDO[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: bidi-override; }
  .editor BDO[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: bidi-override; }
  .editor *[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: embed; }
  .editor *[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: embed; }
  @media print {
    .editor h1 {
      page-break-before: always; }
    .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
      page-break-after: avoid; }
    .editor ul, .editor ol, .editor dl {
      page-break-before: avoid; } }

header {
  text-align: center;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  header.scroll .logo {
    background: rgba(255, 255, 255, 0.85);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  header.scroll .top-link li a {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  header .logo {
    padding: 10px 6px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 6px #888;
    box-shadow: 0 0 6px #888;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

/* collaspe btn */
.collapse-button {
  display: none; }

/* main nav start */
#main-nav {
  max-width: 1200px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  top: 120px; }
  #main-nav ul {
    padding: 0;
    vertical-align: middle;
    width: 100%;
    text-align: left; }
    #main-nav ul li {
      display: block;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      margin: 5px 0;
      vertical-align: middle;
      padding: 0px;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      #main-nav ul li a {
        font-size: 20px;
        font-weight: bold;
        color: #DFDFDF;
        text-shadow: 0 0 0px #000;
        letter-spacing: .1em;
        line-height: 2em;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        display: block; }
      #main-nav ul li .tw {
        display: none; }
      #main-nav ul li .en {
        display: block; }
      #main-nav ul li span {
        line-height: 1.8em; }
        #main-nav ul li span.line {
          width: 18px;
          height: 5px;
          background: #ACE3D0;
          display: inline-block;
          vertical-align: middle;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          margin-right: 5px; }
      #main-nav ul li:hover .tw, #main-nav ul li.active .tw {
        display: block; }
        #main-nav ul li:hover .tw .line, #main-nav ul li.active .tw .line {
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          background: #FE8401; }
      #main-nav ul li:hover .en, #main-nav ul li.active .en {
        display: none; }
      #main-nav ul li:hover a, #main-nav ul li.active a {
        color: #FE8401; }
      #main-nav ul li.rwd {
        display: none; }
        #main-nav ul li.rwd .r-info p {
          color: #fff;
          font-size: 16px;
          letter-spacing: 0em;
          line-height: 1.5em;
          height: auto;
          display: block;
          margin: 5px 0; }

.top-link {
  position: absolute;
  top: 10px;
  right: 20px; }
  .top-link li a {
    padding: 5px 15px;
    display: inline-block;
    vertical-align: middle; }
    .top-link li a:hover {
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      -webkit-transform: translateY(-5px) rotate(0);
      -ms-transform: translateY(-5px) rotate(0);
      transform: translateY(-5px) rotate(0); }
    .top-link li a .active {
      display: none; }
  .top-link li.active .normal {
    display: none; }
  .top-link li.active .active {
    display: inline-block; }

#gotop {
  position: absolute;
  top: -28px;
  right: 7%;
  background: #ACE3D0;
  color: #707070;
  border-radius: 50%;
  opacity: 1 !important;
  bottom: 80px;
  font-size: 30px;
  width: 50px;
  height: 50px;
  padding: 10px;
  cursor: pointer;
  z-index: 998;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  #gotop:hover {
    background: #FE8401;
    color: #fff; }
  #gotop.show {
    visibility: visible;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }

footer {
  position: relative;
  color: #707070;
  text-align: center;
  font-size: 15px;
  padding: 0 15px; }
  footer a:hover {
    color: #FE8401; }
  footer .main p {
    margin: 5px 0;
    line-height: 1.7em; }
  footer .main .fb {
    font-size: 30px;
    color: #36978E;
    margin: 20px 0 25px; }
  footer .copyright {
    color: #6EC3C0;
    padding: 15px; }
  footer #footer-nav {
    text-align: center;
    margin: 0 auto;
    position: initial;
    border-bottom: 2px solid #ACE3D0;
    padding-bottom: 10px;
    display: inline-block; }
    footer #footer-nav ul li {
      display: inline-block;
      vertical-align: middle;
      font-size: 20px;
      padding: 0 10px;
      line-height: 1em;
      border-right: 1px solid #707070; }
      footer #footer-nav ul li:last-child, footer #footer-nav ul li:first-child {
        border: 0; }
      footer #footer-nav ul li i {
        color: #ACE3D0;
        padding: 5px; }

.right-icon {
  position: fixed;
  z-index: 8000;
  right: 0;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .right-icon .list li {
    margin: 5px 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    right: -150px;
    position: relative; }
    .right-icon .list li a {
      display: block;
      position: relative;
      color: #fff;
      padding: 10px 12px;
      background-color: rgba(110, 195, 192, 0.8); }
      .right-icon .list li a:after {
        content: '';
        clear: both;
        display: table; }
      .right-icon .list li a img, .right-icon .list li a span {
        float: left; }
      .right-icon .list li a img {
        display: block;
        visibility: visible !important; }
      .right-icon .list li a span {
        width: 135px;
        font-size: 25px;
        padding: 8px 0 2px;
        margin-left: 12px;
        border-bottom: 2px #fff solid;
        text-align: left; }
        .right-icon .list li a span i {
          font-size: .8em;
          padding-left: 5px; }
    .right-icon .list li:hover {
      right: 0;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear; }

#index {
  position: relative; }
  #index:after {
    position: absolute;
    content: '';
    width: 94.5%;
    height: 11%;
    background: #6EC3C0;
    bottom: 0;
    left: 0;
    z-index: 0; }
  #index #banner {
    overflow: hidden;
    position: relative;
    z-index: 1000;
    width: 100%;
    height: 100%; }
    #index #banner .banner-slider {
      margin: 0; }
      #index #banner .banner-slider .item {
        outline: none; }
        #index #banner .banner-slider .item .bg-img {
          background-size: cover;
          background-position: 50% 50%; }
        #index #banner .banner-slider .item .banner-txt {
          -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
          transform: translateY(50%);
          -webkit-transition: all 1s linear;
          -o-transition: all 1s linear;
          transition: all 1s linear;
          opacity: 0; }
        #index #banner .banner-slider .item.slick-active .banner-txt {
          -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
          transform: translateY(0%);
          -webkit-transition: all 1s linear;
          -o-transition: all 1s linear;
          transition: all 1s linear;
          opacity: 1; }
      #index #banner .banner-slider .slick-dots {
        bottom: 20px;
        right: 20px;
        text-align: right;
        z-index: 999; }
        #index #banner .banner-slider .slick-dots li button:before {
          font-size: 40px;
          color: #Fff;
          opacity: .8; }
        #index #banner .banner-slider .slick-dots li.slick-active {
          height: auto;
          width: auto; }
          #index #banner .banner-slider .slick-dots li.slick-active button {
            width: 25px;
            height: 0px;
            border-radius: 12px;
            font-size: 0;
            background: #ACE3D0; }
            #index #banner .banner-slider .slick-dots li.slick-active button:before {
              font-size: 0;
              color: #6EC3C0;
              opacity: 1; }
  #index .banner-txt {
    width: 100%;
    height: 100%; }
    #index .banner-txt .container {
      width: 100%;
      height: 100%; }
    #index .banner-txt .txt-inner {
      position: absolute;
      width: 100%;
      left: 0;
      text-align: center;
      top: 35%;
      z-index: 90; }
      #index .banner-txt .txt-inner .banner-title {
        font-size: 60px;
        font-weight: lighter;
        color: #ACE3D0;
        line-height: 1.2em; }
      #index .banner-txt .txt-inner .banner-img img {
        display: block;
        margin: 0 auto 10px; }
      #index .banner-txt .txt-inner .banner-detail {
        font-size: 50px;
        color: #fff;
        line-height: 1em; }
      #index .banner-txt .txt-inner a {
        outline: none; }
  #index .more {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: -50px; }
    #index .more a {
      color: #fff;
      font-size: 16px;
      background: rgba(110, 195, 192, 0.8);
      border: 1px #6EC3C0 solid;
      padding: 0px;
      line-height: 60px;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      display: inline-block;
      position: relative;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear; }
      #index .more a:before {
        position: absolute;
        content: '';
        background: #fff;
        height: 1px;
        width: 30px;
        top: 0;
        right: 35px;
        -webkit-transform: translateY(0px) rotate(90deg);
        -ms-transform: translateY(0px) rotate(90deg);
        transform: translateY(0px) rotate(90deg);
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear; }
      #index .more a:hover {
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        background: rgba(255, 255, 255, 0.7);
        color: #6EC3C0;
        font-size: 17px; }
        #index .more a:hover:before {
          background: #6EC3C0;
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear; }
  #index .fb {
    position: absolute;
    left: 5%;
    bottom: 8%;
    z-index: 999;
    color: #ACE3D0;
    font-size: 40px; }
    #index .fb:hover {
      color: #fff; }

#index-box {
  position: relative;
  z-index: 9;
  padding: 80px 0;
  color: #ACE3D0; }
  #index-box h3 {
    font-size: 46px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }
  #index-box p {
    color: #707070;
    font-size: 20px;
    padding-bottom: 10px;
    margin: 0 0 10% 20%;
    border-bottom: 1px #ACE3D0 solid;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }
    #index-box p:hover p {
      border-bottom: 1px #FE8401 solid;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear; }
  #index-box .list {
    padding: 50px 0; }
    #index-box .list .img {
      display: inline-block;
      vertical-align: middle;
      width: 66%; }
      #index-box .list .img img {
        width: 100%;
        height: auto;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear; }
    #index-box .list .text {
      display: inline-block;
      vertical-align: middle;
      width: calc(34% - 4px);
      padding-left: 3%; }
    #index-box .list:hover p {
      color: #222;
      border-bottom: 1px #FE8401 solid;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear; }
    #index-box .list:hover img {
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear; }
    #index-box .list:hover h3 {
      color: #FE8401 !important;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear; }
    #index-box .list.s2 .text {
      vertical-align: bottom;
      padding-left: 0;
      padding-right: 7%;
      text-align: right; }
    #index-box .list.s2 p {
      margin: 0 8% 5% 0; }
    #index-box .list:last-child h3 {
      color: #DFDFDF; }

.main {
  padding: 80px 0; }

.button {
  clear: both;
  margin: 30px 0 10px;
  text-align: center; }
  .button span {
    display: inline-block; }
  .button a {
    display: inline-block;
    font-size: 20px;
    border: 1px #6EC3C0 solid;
    color: #6EC3C0;
    padding: 12px 30px 10px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    .button a:hover {
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      -webkit-transform: translateY(-5px) rotate(0);
      -ms-transform: translateY(-5px) rotate(0);
      transform: translateY(-5px) rotate(0); }
  .button.radius a {
    border-radius: 30px; }
  .button.bg a {
    border: 1px #6EC3C0 solid;
    color: #fff;
    background: rgba(110, 195, 192, 0.8); }
  .button.white a {
    border: 1px #fff solid;
    color: #fff; }
    .button.white a:hover {
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      background: rgba(255, 255, 255, 0.2);
      -webkit-transform: translateY(-5px) rotate(0);
      -ms-transform: translateY(-5px) rotate(0);
      transform: translateY(-5px) rotate(0); }
  .button.dark a {
    border: 1px #777 solid;
    color: #777; }
    .button.dark a:hover {
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      -webkit-transform: translateY(-5px) rotate(0);
      -ms-transform: translateY(-5px) rotate(0);
      transform: translateY(-5px) rotate(0);
      background: #707070;
      border: 1px #707070 solid;
      color: #fff; }

#page-banner {
  padding: 340px 0 0;
  min-height: 680px;
  position: relative;
  z-index: 0;
  text-align: right; }
  #page-banner .page_title {
    padding-right: 5%;
    text-shadow: 0 0 8px #aaa; }
    #page-banner .page_title h2 {
      color: #fff;
      font-size: 80px;
      line-height: 1.2em;
      letter-spacing: .04em; }
    #page-banner .page_title span {
      color: #fff;
      font-size: 26px;
      -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
      letter-spacing: .3em;
      padding-right: 5%; }

.concept-banner {
  background: url(../_img/concept/bn.jpg) center center no-repeat;
  background-size: cover; }

.room-banner {
  background: url(../_img/room/bn.jpg) top center no-repeat;
  background-size: cover; }

.cafe-banner {
  background: url(../_img/cafe/bn.jpg) center center no-repeat;
  background-size: cover; }

.news-banner {
  background: url(../_img/news/bn.jpg) top center no-repeat;
  background-size: cover; }

.faq-banner {
  background: url(../_img/faq/bn.jpg) top center no-repeat;
  background-size: cover; }

.facilities-banner {
  background: url(../_img/facilities/bn.jpg) center center no-repeat;
  background-size: cover; }

.location-banner {
  background: url(../_img/location/bn.jpg) top center no-repeat;
  background-size: cover; }

.breadcrumb-container {
  background-color: #f8f8f8;
  border-bottom: 1px solid #f4f4f4; }
  .breadcrumb-container .breadcrumb {
    font-size: 13px;
    padding-left: 0;
    padding: 8px 0;
    text-transform: uppercase; }
    .breadcrumb-container .breadcrumb i, .breadcrumb-container .breadcrumb svg {
      padding-right: 5px; }
    .breadcrumb-container .breadcrumb > li {
      display: inline-block; }
      .breadcrumb-container .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #ccc;
        content: "/"; }
    .breadcrumb-container .breadcrumb > .active {
      color: #777; }
    .breadcrumb-container .breadcrumb a {
      color: #6EC3C0; }

.pagination-container {
  padding: 30px 0;
  font-family: 'Microsoft JhengHei' , '微軟正黑體' , sans-serif;
  color: #fff; }
  .pagination-container .pagination {
    display: inline-block;
    padding-left: 0; }
    .pagination-container .pagination li {
      border-radius: 50%;
      display: inline-block;
      vertical-align: middle; }
      .pagination-container .pagination li.active a, .pagination-container .pagination li:hover a {
        background-color: #6EC3C0;
        color: #fff; }
      .pagination-container .pagination li.active.arrow a, .pagination-container .pagination li:hover.arrow a {
        color: #FE8401; }
      .pagination-container .pagination li.arrow a {
        border: 0;
        background: none;
        font-size: 30px;
        width: auto;
        height: auto; }
    .pagination-container .pagination a, .pagination-container .pagination span {
      line-height: 40px;
      border-radius: 50%;
      background-color: #fff;
      border: 1px solid #6EC3C0;
      color: #6EC3C0;
      margin-left: 4px;
      width: 40px;
      height: 40px;
      line-height: 38px;
      -o-transition: all 0.45s ease;
      transition: all 0.45s ease;
      -webkit-transition: all 0.45s ease;
      min-width: 34px;
      text-align: center;
      display: block; }

.main-title {
  font-size: 50px;
  color: #DFDFDF;
  position: relative;
  margin-bottom: 20px; }
  .main-title span {
    color: #ACE3D0;
    font-size: 45px;
    position: absolute;
    bottom: -15px;
    left: 0; }

#concept .concept-box {
  padding: 100px 0 0;
  font-size: 16px; }
  #concept .concept-box .box-1 {
    position: relative;
    z-index: 9; }
    #concept .concept-box .box-1 img {
      width: 81%;
      height: auto; }
    #concept .concept-box .box-1 .text {
      position: absolute;
      right: 5%;
      bottom: -300px;
      width: 30%;
      min-width: 550px;
      background: #fff;
      padding: 3%; }
  #concept .concept-box .box-2 {
    margin-top: 220px;
    position: relative;
    text-align: right; }
    #concept .concept-box .box-2 img {
      width: 45.5%;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    #concept .concept-box .box-2 .text {
      text-align: left;
      display: inline-block;
      vertical-align: middle;
      width: 48%;
      background: #ACE3D0;
      padding: 3%;
      margin-right: -4px; }
      #concept .concept-box .box-2 .text .main-title {
        color: #fff; }
        #concept .concept-box .box-2 .text .main-title span {
          color: #6EC3C0; }

.map {
  position: relative; }
  .map .info {
    -webkit-box-shadow: 0 0 8px #ccc;
    box-shadow: 0 0 8px #ccc;
    font-size: 15px;
    position: absolute;
    text-align: center;
    padding: 60px 20px 40px;
    top: 10%;
    right: 5%;
    background: #fff; }
    .map .info img {
      margin-bottom: 40px; }
    .map .info a {
      font-size: 16px; }

.video-box {
  margin: 80px 0;
  text-align: center;
  padding: 7% 9%;
  -webkit-box-shadow: 0 0 8px #ccc;
  box-shadow: 0 0 8px #ccc; }

.type {
  clear: both;
  margin: 0px 0 40px;
  text-align: center; }
  .type span {
    display: inline-block; }
  .type li {
    display: inline-block;
    border-radius: 30px;
    border: 2px #6EC3C0 solid;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    margin: 5px 8px;
    overflow: hidden; }
    .type li.active a {
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      background: #6EC3C0;
      color: #fff; }
    .type li:hover a {
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      background: #6EC3C0;
      color: #fff; }
    .type li a {
      color: #6EC3C0;
      padding: 10px 30px 8px;
      font-size: 20px;
      display: block;
      font-weight: bold; }

article {
  max-width: 700px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 35px;
  border-bottom: 1px #6EC3C0 solid; }

.room-list {
  margin: 50px 0 80px; }
  .room-list .slick-slider {
    margin-bottom: 0px; }
  .room-list .slick-prev, .room-list .slick-next {
    width: 50px;
    height: 50px;
    opacity: 1;
    z-index: 500;
    bottom: 50px;
    top: auto; }
    .room-list .slick-prev:before, .room-list .slick-next:before {
      font-family: 'Font Awesome 5 Pro';
      font-size: 25px;
      font-weight: lighter;
      display: block;
      z-index: 500;
      color: #fff; }
  .room-list .slick-prev {
    left: 40%; }
    .room-list .slick-prev:before {
      content: "\f049"; }
  .room-list .slick-next {
    right: 40%; }
    .room-list .slick-next:before {
      content: '\f050'; }
  .room-list .slick-slide {
    outline: none; }
    .room-list .slick-slide img {
      margin: 0 auto; }

.view-list {
  position: relative;
  text-align: center;
  margin: -40px auto 0;
  z-index: 9; }
  .view-list .info {
    max-width: 500px;
    border: 1px solid #6EC3C0;
    -webkit-box-shadow: 0 0 8px #aaa;
    box-shadow: 0 0 8px #aaa;
    background: #fff;
    padding: 25px 15px 35px;
    margin: 0 auto;
    font-size: 15px;
    position: relative;
    font-family: 'Microsoft JhengHei' , '微軟正黑體' , sans-serif; }
    .view-list .info h3 {
      font-size: 30px;
      color: #707070;
      font-weight: bold;
      line-height: 1.3em; }
    .view-list .info span {
      font-size: 18px;
      color: #6EC3C0;
      font-weight: bold;
      display: block;
      margin: 5px 0;
      line-height: 1.3em; }
    .view-list .info p {
      max-width: 400px;
      margin: 30px auto;
      text-align: left; }
    .view-list .info .room-book {
      position: absolute;
      right: 25px;
      bottom: 20px; }
  .view-list .item {
    margin-top: -31px; }
    .view-list .item .view {
      width: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      position: relative;
      cursor: pointer; }
      .view-list .item .view .txt {
        margin: 0 auto;
        font-size: 20px;
        color: #6EC3C0;
        position: relative;
        z-index: 9;
        overflow: hidden; }
        .view-list .item .view .txt:after {
          position: absolute;
          content: '';
          width: 46px;
          height: 46px;
          background: #FFFD5D;
          border-radius: 50%;
          z-index: -1;
          top: 0;
          left: -3px; }
      .view-list .item .view i {
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 99;
        font-size: 20px;
        color: #6EC3C0;
        bottom: -18px;
        cursor: initial; }
    .view-list .item .in {
      width: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 60px 0;
      border-top: 0;
      margin-top: 50px;
      border-top: 2px solid #6EC3C0;
      border-bottom: 2px solid #6EC3C0; }
      .view-list .item .in .txt {
        margin: 0 auto;
        max-width: 800px;
        width: 100%; }
        .view-list .item .in .txt span {
          font-size: 22px;
          letter-spacing: .05em;
          color: #6EC3C0;
          font-weight: bold;
          display: block; }
        .view-list .item .in .txt p {
          font-size: 20px;
          font-weight: bold;
          display: block;
          margin-bottom: 20px; }
        .view-list .item .in .txt .list {
          display: inline-block;
          width: calc(100% / 5 - 4px);
          margin: 30px 0 0; }
          .view-list .item .in .txt .list h4 {
            margin: 20px 0 0; }

.room-info {
  padding: 20px 0px 0;
  font-family: 'Microsoft JhengHei' , '微軟正黑體' , sans-serif; }
  .room-info span {
    font-size: 22px;
    letter-spacing: .05em;
    color: #6EC3C0;
    font-weight: bold;
    display: block; }
  .room-info h3 {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px; }
  .room-info .info-text {
    max-width: 980px;
    margin: 0px auto; }
  .room-info .view {
    width: 100%;
    cursor: pointer;
    text-align: center;
    margin-bottom: 30px; }
    .room-info .view .txt {
      color: #6EC3C0; }
  .room-info hr {
    background: #ACE3D0;
    border: 0;
    height: 2px;
    margin: 50px auto;
    max-width: 780px; }
  .room-info .info-box {
    max-width: 800px;
    margin: 50px auto 80px;
    position: relative; }
    .room-info .info-box .list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .room-info .info-box .list img {
        padding: 15px 25px; }
    .room-info .info-box a:hover {
      color: #FE8401; }
    .room-info .info-box .book-box {
      text-align: right; }
    .room-info .info-box .book {
      display: inline-block;
      color: #6EC3C0;
      padding: 10px 0;
      border-bottom: 2px #6EC3C0 solid;
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear; }
      .room-info .info-box .book:after {
        content: '';
        clear: both;
        display: table; }
      .room-info .info-box .book img, .room-info .info-box .book span {
        display: inline-block;
        vertical-align: bottom; }
      .room-info .info-box .book span {
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        font-size: 18px;
        margin-left: 20px;
        text-align: left; }
        .room-info .info-box .book span i {
          font-size: .8em;
          padding-left: 5px; }
      .room-info .info-box .book:hover {
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        border-bottom: 2px #FE8401 solid; }
        .room-info .info-box .book:hover span {
          color: #ACE3D0;
          -webkit-transition: all .2s linear;
          -o-transition: all .2s linear;
          transition: all .2s linear; }
    .room-info .info-box:hover {
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear; }

#cafe .box-1, #cafe .box-2, #cafe .box-3 {
  margin-bottom: 60px; }

#cafe .box-1 {
  font-size: 16px; }
  #cafe .box-1 .right, #cafe .box-1 .left {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 2 - 4px);
    padding: 10px 20px; }
  #cafe .box-1 .left {
    padding-left: 0;
    padding-right: 80px; }

#cafe .box-2 .ser {
  padding-bottom: 20px; }
  #cafe .box-2 .ser .list {
    display: inline-block;
    width: calc(100% / 7 - 4px);
    margin: 30px 0 0;
    text-align: center;
    vertical-align: bottom; }
    #cafe .box-2 .ser .list h4 {
      margin: 20px 0 0;
      color: #333; }
      #cafe .box-2 .ser .list h4 span {
        display: block;
        font-size: 20px;
        font-weight: bold;
        min-height: 60px;
        margin: 10px; }

#cafe .box-3 .right, #cafe .box-3 .left {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 2 - 4px);
  padding: 10px 20px;
  font-family: 'Microsoft JhengHei' , '微軟正黑體' , sans-serif; }

#cafe .box-3 .left p {
  padding: 10px 20px 0;
  font-size: 18px;
  color: #333; }
  #cafe .box-3 .left p span {
    font-size: 15px;
    color: #6EC3C0;
    padding-left: 5px; }

#cafe .box-3 .right .list {
  padding: 30px 0 0;
  text-align: center;
  display: inline-block;
  width: calc(100% / 2 - 4px);
  color: #6EC3C0;
  font-size: 30px;
  font-weight: bold; }
  #cafe .box-3 .right .list h4 {
    display: block;
    margin: 20px 0; }
  #cafe .box-3 .right .list span {
    font-size: 16px;
    padding-left: 5px; }

#news .news-list {
  margin: 0px auto 40px;
  width: 90%; }
  #news .news-list .news-item {
    display: inline-block;
    width: calc(100% / 3 - 24px);
    margin: 25px 10px;
    vertical-align: top;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    position: relative; }
    #news .news-list .news-item:hover {
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease; }
      #news .news-list .news-item:hover .img-box {
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
        overflow: hidden; }
        #news .news-list .news-item:hover .img-box img {
          -webkit-transition: 0.5s ease;
          -o-transition: 0.5s ease;
          transition: 0.5s ease; }
        #news .news-list .news-item:hover .img-box:before {
          opacity: 1; }
      #news .news-list .news-item:hover .h-title {
        z-index: 99;
        top: calc(45% - 138px);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 1; }
    #news .news-list .news-item .img-box {
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      overflow: hidden;
      position: relative; }
      #news .news-list .news-item .img-box:before {
        position: absolute;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        content: '';
        height: 100%;
        width: 100%;
        background: rgba(172, 227, 208, 0.6);
        bottom: 0px;
        left: 0;
        z-index: 9;
        opacity: 0; }
    #news .news-list .news-item .h-title {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: absolute;
      top: 10%;
      z-index: -2;
      opacity: 0;
      width: 100%;
      text-align: center; }
      #news .news-list .news-item .h-title a {
        display: block; }
    #news .news-list .news-item .news-title {
      padding: 15px;
      color: #707070;
      font-size: 15px;
      position: relative;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      #news .news-list .news-item .news-title h4 {
        color: #6EC3C0;
        font-size: 22px;
        margin-bottom: 0px; }
        #news .news-list .news-item .news-title h4:hover {
          color: #FE8401; }
      #news .news-list .news-item .news-title .date {
        font-size: 18px;
        color: #FE8401;
        display: inline-block;
        border-bottom: 1px #FE8401 solid;
        padding: 3px;
        margin: 0 auto 20px; }
    #news .news-list .news-item .more {
      text-align: center;
      border-bottom: 6px #6EC3C0 solid;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      #news .news-list .news-item .more:hover {
        border-bottom: 6px #ACE3D0 solid;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }

#news .news-in-box h4 {
  font-size: 26px;
  color: #333;
  margin-bottom: 5px; }

#news .news-in-box .date {
  font-size: 18px;
  color: #FE8401; }

#news .news-in-box p {
  line-height: 1.6em; }

#news .news-in-box .editor {
  border-top: 5px #6EC3C0 solid;
  border-bottom: 5px #6EC3C0 solid;
  margin: 10px 0;
  padding: 30px 0; }

#news .button a {
  border: 0;
  font-style: italic;
  border-bottom: 2px #6EC3C0 solid;
  padding: 10px 5px; }
  #news .button a img {
    vertical-align: bottom;
    display: inline-block; }
  #news .button a i {
    vertical-align: middle;
    padding-right: 15px;
    display: inline-block; }

.faq-box {
  width: 80%;
  margin: 0 auto; }
  .faq-box .list {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #6EC3C0 solid; }
  .faq-box h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold; }
  .faq-box p {
    font-size: 16px;
    padding-left: 20px; }
  .faq-box span {
    font-size: 30px;
    color: #6EC3C0;
    display: block; }

.facilities-box .list {
  width: 100%;
  margin: 40px 0;
  position: relative; }
  .facilities-box .list img {
    width: 100%;
    height: auto; }
  .facilities-box .list .title {
    position: absolute;
    bottom: 15px;
    right: 20px;
    min-width: 400px;
    z-index: 99; }
  .facilities-box .list:hover .main-title span {
    color: #FE8401;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
  .facilities-box .list:hover::before {
    width: 100%; }
  .facilities-box .list::before {
    position: absolute;
    height: 100%;
    width: 0%;
    background: rgba(172, 227, 208, 0.4);
    content: '';
    z-index: 9;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }

#location .map-2 .info {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 8px #ccc;
  box-shadow: 0 0 8px #ccc;
  font-size: 16px;
  background: #fff;
  padding: 40px 50px; }
  #location .map-2 .info .right {
    display: inline-block;
    vertical-align: middle;
    width: calc(25% - 4px);
    text-align: center;
    padding-left: 30px; }
  #location .map-2 .info .left {
    display: inline-block;
    vertical-align: middle;
    width: calc(75% - 4px); }
  #location .map-2 .info img {
    padding-left: 10px; }
  #location .map-2 .info a {
    font-size: 16px; }

#location .map-2 iframe {
  margin-top: -100px; }

#location .traffic-box {
  padding: 40px 0; }

#location .item {
  font-size: 16px;
  color: #707070;
  font-weight: bold; }
  #location .item .view {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    margin-top: 30px; }
    #location .item .view .txt {
      margin: 0 auto;
      text-align: center;
      width: 100%;
      padding-bottom: 10px;
      border-bottom: 1px solid #6EC3C0; }
      #location .item .view .txt img {
        margin: 10px auto;
        display: block; }
  #location .item .in {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px;
    border: 1px solid #6EC3C0;
    border-top: 0; }
    #location .item .in .txt {
      width: 100%;
      text-align: center; }
      #location .item .in .txt p {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% / 5 - 14px);
        margin: 10px 5px; }
      #location .item .in .txt .line {
        height: 2px;
        background: #ACE3D0;
        width: 100px; }
      #location .item .in .txt span {
        display: block;
        margin: 10px 0; }

#location .near-box {
  padding-top: 40px; }
  #location .near-box .text {
    margin: -100px auto 0;
    max-width: 800px;
    background: #ACE3D0;
    padding: 40px 50px;
    position: relative;
    z-index: 2; }
    #location .near-box .text .main-title {
      color: #fff; }
      #location .near-box .text .main-title span {
        color: #6EC3C0; }

/*----------------max-width:1680------------------*/
@media screen and (max-width: 1680px) {
  #concept .concept-box {
    padding: 80px 0 0px; }
    #concept .concept-box .box-2 img {
      width: 49.5%; }
  .main-title {
    font-size: 35px;
    margin-bottom: 20px; }
    .main-title span {
      font-size: 25px; } }

/* 1680 END */
/*----------------max-width:1440------------------*/
@media screen and (max-width: 1440px) {
  /* main-nav */
  #main-nav ul li {
    margin: 3px 0; }
    #main-nav ul li a {
      font-size: 18px;
      line-height: 1.8em; }
  #index-box .list.s2 p {
    margin: 0 5% 0% 0; }
  #page-banner {
    padding: 155px 0 0;
    min-height: 400px; }
    #page-banner .page_title span {
      font-size: 22px;
      letter-spacing: .2em; }
  .facilities-box {
    max-width: 960px;
    margin: 0 auto; }
    .facilities-box .list {
      margin: 25px 0; } }

/* 1440 END */
/*----------------max-width:1200------------------*/
@media screen and (max-width: 1200px) {
  #index:after {
    display: none; }
  #index .list:last-child h3 {
    color: #ACE3D0; }
  #concept .concept-box {
    padding: 60px 0 0;
    font-size: 15px; }
    #concept .concept-box .box-1, #concept .concept-box .box-2 {
      padding: 0 15px; }
      #concept .concept-box .box-1 img, #concept .concept-box .box-2 img {
        width: 90%; }
      #concept .concept-box .box-1 .text, #concept .concept-box .box-2 .text {
        width: 90%;
        position: initial;
        padding: 20px 15px;
        min-width: auto;
        text-align: left; }
    #concept .concept-box .box-2 {
      margin: 20px 0; }
      #concept .concept-box .box-2 .text {
        margin: 0; }
  #cafe .box-1, #cafe .box-2, #cafe .box-3 {
    margin-bottom: 40px; }
  #cafe .box-1 .left {
    padding-left: 20px;
    padding-right: 20px; }
  #news .news-list {
    width: 100%; }
    #news .news-list .news-item .news-title {
      padding: 15px 0; }
      #news .news-list .news-item .news-title h4 {
        font-size: 22px; } }

/*1200*/
/*----------------max-width:1024------------------*/
@media screen and (max-width: 1024px) {
  header .logo {
    text-align: left;
    padding: 10px 6px; }
    header .logo img {
      max-width: 260px; }
  .collapse-button {
    display: block;
    position: absolute;
    right: 10px;
    top: 33px;
    width: 40px;
    background-color: #ACE3D0;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
    color: #FFF;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 12px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 0.875em;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .collapse-button:hover, .collapse-button:focus {
      color: #FFF; }
    .collapse-button .icon-bar {
      background-color: #fff;
      border-radius: 1px 1px 1px 1px;
      display: block;
      height: 2px;
      width: 18px;
      margin: 2px auto;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .collapse-button.spread-out .icon-bar {
      width: 24px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .collapse-button.spread-out .icon-bar:first-child {
        -webkit-transform: translateY(2px) rotate(45deg);
        -ms-transform: translateY(2px) rotate(45deg);
        transform: translateY(2px) rotate(45deg); }
      .collapse-button.spread-out .icon-bar:nth-child(2) {
        display: none; }
      .collapse-button.spread-out .icon-bar:last-child {
        -webkit-transform: translateY(-2px) rotate(-45deg);
        -ms-transform: translateY(-2px) rotate(-45deg);
        transform: translateY(-2px) rotate(-45deg); }
    .collapse-button.spread-out :after {
      margin-top: 6px; }
  /* main-nav */
  #main-nav {
    position: relative;
    z-index: 999999;
    width: 100%;
    background: rgba(51, 51, 51, 0.7);
    border: 2px #ACE3D0 solid;
    max-height: 0;
    overflow: hidden;
    top: -1000px;
    -webkit-transition: 1.5s cubic-bezier(0.925, -0.365, 0.2, 1.455);
    -o-transition: 1.5s cubic-bezier(0.925, -0.365, 0.2, 1.455);
    transition: 1.5s cubic-bezier(0.925, -0.365, 0.2, 1.455); }
    #main-nav ul {
      margin: 0;
      display: initial; }
      #main-nav ul li {
        display: block;
        width: 100% !important;
        padding: .5em 0;
        border-bottom: 1px dotted #ACE3D0;
        text-align: center; }
        #main-nav ul li a {
          height: 30px;
          line-height: 30px;
          color: #fff; }
        #main-nav ul li.text-box p {
          display: none; }
        #main-nav ul li span.line {
          display: none; }
        #main-nav ul li.rwd {
          display: block; }
    #main-nav.active {
      max-height: 3000px;
      top: 0px;
      -webkit-transition: all 0.8s cubic-bezier(0.925, -0.365, 0.2, 1.455);
      -o-transition: all 0.8s cubic-bezier(0.925, -0.365, 0.2, 1.455);
      transition: all 0.8s cubic-bezier(0.925, -0.365, 0.2, 1.455); }
  .header-container {
    height: 0px; }
  .top-link {
    display: none; }
  #banner .banner-txt .txt-inner .banner-title {
    font-size: 30px; }
  #banner .banner-txt .txt-inner .banner-img img {
    max-width: 100px; }
  #banner .banner-txt .txt-inner .banner-detail {
    font-size: 20px; }
  .right-icon {
    display: none; }
  #index-box {
    padding: 60px 0; }
    #index-box h3 {
      font-size: 30px; }
    #index-box p {
      font-size: 18px;
      padding-bottom: 5px;
      margin: 0 0 5% 15%; }
    #index-box .list {
      padding: 25px 0; }
      #index-box .list .text {
        padding-left: 15px; }
      #index-box .list.s2 .text {
        padding-right: 15px; }
      #index-box .list.s2 p {
        margin: 0 5% 10% 0; }
  footer {
    padding: 0; }
    footer #footer-nav {
      display: none; }
    footer .main {
      padding: 20px 15px 0; }
      footer .main .fb {
        margin: 10px 0 0; }
  #page-banner {
    padding: 180px 0 0;
    min-height: 400px;
    text-align: center; }
    #page-banner .page_title h2 {
      font-size: 60px;
      letter-spacing: 0em; }
    #page-banner .page_title span {
      font-size: 25px;
      -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
      writing-mode: initial;
      padding-right: 0; }
  .map iframe {
    height: 250px; }
  .map .info {
    font-size: 15px;
    position: initial;
    padding: 40px 15px 30px; }
  .main {
    padding: 60px 0; }
  .type {
    margin: 0px 0 20px; }
    .type li {
      border-radius: 25px;
      margin: 5px; }
      .type li a {
        padding: 9px 15px 6px;
        font-size: 18px; }
  article {
    font-size: 15px;
    padding-bottom: 20px; }
  .room-list {
    margin: 40px 0 60px; }
    .room-list .slick-prev, .room-list .slick-next {
      bottom: 35px; }
      .room-list .slick-prev:before, .room-list .slick-next:before {
        font-size: 20px; }
  .view-list .info {
    padding: 30px 15px 40px;
    font-size: 15px; }
    .view-list .info h3 {
      font-size: 25px; }
    .view-list .info span {
      font-size: 18px;
      margin: 5px 0; }
    .view-list .info p {
      margin: 20px auto; }
    .view-list .info .room-book {
      right: 10px;
      bottom: 10px; }
  .view-list .item .in {
    padding: 30px 0; }
    .view-list .item .in .txt .list {
      width: calc(100% / 4 - 4px);
      margin: 25px 0 0; }
      .view-list .item .in .txt .list h4 {
        margin: 10px 0 0; }
  .room-info .info-text {
    font-size: 15px; }
  #cafe .box-2 .ser .list {
    width: calc(100% / 4 - 4px); }
  .faq-box {
    width: 100%; }
    .faq-box .list {
      margin-bottom: 30px;
      padding-bottom: 20px; }
    .faq-box h4 {
      font-size: 20px;
      margin-bottom: 20px; }
    .faq-box p {
      font-size: 15px;
      padding-left: 15px; }
    .faq-box span {
      font-size: 25px; }
  .facilities-box .list {
    margin: 30px 0; }
    .facilities-box .list .title {
      position: absolute;
      bottom: 15px;
      right: auto;
      left: 0;
      min-width: auto;
      width: 100%;
      padding-left: 15px; }
      .facilities-box .list .title .main-title {
        margin-bottom: 10px; }
  #location .map-2 {
    padding: 0 15px; }
    #location .map-2 .info {
      font-size: 15px;
      padding: 30px; }
      #location .map-2 .info .right, #location .map-2 .info .left {
        width: 100%;
        padding-left: 0px; }
      #location .map-2 .info .right {
        margin-top: 20px; }
    #location .map-2 iframe {
      margin-top: 20px;
      height: 300px; }
  #location .item .in {
    padding: 15px; }
    #location .item .in .txt p {
      display: block;
      width: 100%;
      margin: 15px 5px; }
    #location .item .in .txt .line {
      height: 50px;
      background: #ACE3D0;
      width: 3px;
      margin: 0 auto; }
  #location .near-box {
    padding: 40px 15px 0; }
    #location .near-box .text {
      margin: 20px auto 0;
      padding: 30px; }
  #news .news-list .news-item {
    width: calc(100% / 2 - 24px); } }

/* 1024 END */
/*----------------max-width:768-------------------*/
@media screen and (max-width: 768px) {
  #concept .concept-box {
    padding: 40px 0 0; }
    #concept .concept-box .box-1 img, #concept .concept-box .box-2 img {
      width: 100%; }
    #concept .concept-box .box-1 .text, #concept .concept-box .box-2 .text {
      width: 100%; }
  .video-box {
    padding: 20px;
    margin: 30px 0; }
    .video-box iframe {
      height: 400px; }
  .room-list .slick-prev, .room-list .slick-next {
    bottom: 0; }
  .room-list .slick-prev {
    left: 5%; }
  .room-list .slick-next {
    right: 5%; }
  .view-list {
    margin: 0 auto; }
    .view-list .info {
      max-width: 100%; }
    .view-list .item .in .txt .list {
      width: calc(100% / 3 - 4px); }
  #cafe .box-1, #cafe .box-2, #cafe .box-3 {
    margin-bottom: 30px; }
  #cafe .box-1 {
    font-size: 15px; }
    #cafe .box-1 .right, #cafe .box-1 .left {
      display: block;
      width: 100%;
      padding: 0;
      margin-bottom: 30px; }
  #cafe .box-2 {
    margin-bottom: 0px; }
    #cafe .box-2 .ser {
      padding: 0; }
      #cafe .box-2 .ser .list {
        margin: 15px 0;
        width: calc(100% / 2 - 4px); }
  #cafe .box-3 .right, #cafe .box-3 .left {
    width: 100%;
    padding: 10px 0px; }
  #news .news-list .news-item:hover .h-title {
    top: calc(38% - 134px); }
  #news .news-list .news-item .news-title h4 {
    font-size: 20px; }
  #news .news-in-box h4 {
    font-size: 22px; }
  .facilities-box .list {
    margin: 0 0 30px; }
    .facilities-box .list .title .main-title {
      font-size: 30px; }
      .facilities-box .list .title .main-title span {
        font-size: 20px; }
  .main-title {
    font-size: 30px;
    margin-bottom: 20px; }
    .main-title span {
      font-size: 20px; } }

/* 768 END */
/*----------------max-width:575-------------------*/
@media screen and (max-width: 575px) {
  #index-box {
    padding: 40px 0; }
    #index-box h3 {
      font-size: 20px; }
    #index-box p {
      font-size: 15px;
      padding-bottom: 3px;
      margin: 0; }
    #index-box .list {
      padding: 20px 0; }
      #index-box .list .text {
        padding-left: 10px; }
      #index-box .list.s2 .text {
        padding-right: 10px; }
      #index-box .list.s2 p {
        margin: 0; }
  #page-banner {
    padding: 145px 0 0;
    min-height: 300px; }
    #page-banner .page_title {
      padding: 0; }
      #page-banner .page_title h2 {
        font-size: 40px; }
      #page-banner .page_title span {
        font-size: 20px; }
  .video-box {
    padding: 0; }
    .video-box iframe {
      height: 305px; }
  .type li {
    margin: 2px; }
    .type li a {
      font-size: 15px; }
  .view-list .info {
    padding: 20px 15px 50px; }
    .view-list .info h3 {
      font-size: 18px; }
    .view-list .info span {
      font-size: 15px;
      margin: 5px 0; }
    .view-list .info p {
      margin: 15px auto; }
    .view-list .info .room-book {
      max-width: 50px;
      z-index: 99; }
  .view-list .item .in .txt .list {
    width: calc(100% / 2 - 4px); }
  .room-info hr {
    margin: 30px auto; }
  .room-info .info-box {
    margin: 40px auto; }
    .room-info .info-box .book-box {
      text-align: center; }
    .room-info .info-box .book {
      margin: 10px 0px; }
      .room-info .info-box .book img {
        display: block;
        margin: 0 auto 10px; }
  #news .news-list .news-item {
    width: 100%;
    margin: 20px 0; }
    #news .news-list .news-item:hover .h-title {
      top: calc(38% - 134px); } }

/* 575 END */
/*----------------max-width:360-------------------*/
@media screen and (max-width: 360px) {
  .video-box iframe {
    height: 200px; } }

/*320 END */
