@charset "UTF-8";
/* 
E-United Group Stylesheet Reset
v2.0
Last Updated: 2020-03-25
by DEX
*/
/* css reset */
@import url(//db.onlinewebfonts.com/c/c126c6c0c439a1e85936921fd1c430d3?family=Effra+Medium);
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, b,
dl, dt, dd, ol, ul, li,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
footer, header, menu {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*body {
    line-height: 1;
}*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  vertical-align: middle;
}

ul li, ol li {
  list-style-position: inside;
}

body {
  font-family: arial, 微軟正黑體;
}

a,
a:link,
a:focus,
a:checked,
a:hover {
  color: inherit;
  text-decoration: none;
}

.text-con {
  text-align: justify;
}

.text-con p {
  margin: 0;
}

.nav {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  padding: 5vmin;
  width: 100%;
  z-index: 5;
}

.nav .nav-right {
  color: #fff;
  float: right;
  text-align: right;
  width: 87%;
}

.nav .nav-right div {
  display: inline-block;
}

.nav .nav-right .visible > div {
  display: inline-block;
}

.nav .nav-right .language {
  padding: 0 1vmin 0 2vmin;
}

.nav .nav-right .language a:not(:last-child)::after {
  content: "|";
  margin: 0 5px;
}

/*sidebar*/
.nav-sidebar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.98);
  display: none;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10;
}

.nav-sidebar .language a:not(:last-child)::after {
  content: "|";
  margin: 0 10px;
}

.nav-sidebar .line {
  background-color: #cecece;
  height: 1px;
  margin: 12px auto;
  width: 70%;
}

/*nav-icon*/
.nav-icon-theme {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #a70023;
  cursor: pointer;
  display: none;
  margin: 20px;
  opacity: 0.8;
  padding: 30px;
  position: fixed;
  right: 0;
}

.nav-icon-theme:hover {
  opacity: 1;
}

#nav-close {
  background-color: #222;
}

#nav-icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 25px;
  height: 30px;
}

#nav-icon span {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  right: 0;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/*responsive*/
@media (max-width: 1280px) {
  .logo-img {
    width: 80px !important;
  }
  .nav {
    padding: 20px !important;
    position: absolute;
    background-color: unset !important;
  }
  .nav .nav-right {
    display: none;
  }
  /*nav-icon*/
  .nav-icon-theme {
    display: block !important;
    margin: 0 20px;
    padding: 20px;
  }
  #nav-icon {
    width: 20px;
    height: 20px;
  }
  #nav-icon span:nth-child(1) {
    top: 0px;
  }
  #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
    top: 10px;
  }
  #nav-icon span:nth-child(4) {
    top: 20px;
  }
}

@media (max-width: 768px) {
  .logo-img {
    width: 50px !important;
    content: url("../img/icon/logo_m.png");
  }
  /*nav-icon*/
  .nav-icon-theme {
    background-color: rgba(0, 0, 0, 0.15);
    margin: 0 10px;
    padding: 15px;
  }
  #nav-icon {
    width: 15px;
    height: 15px;
  }
  #nav-icon span:nth-child(1) {
    top: 0px;
  }
  #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
    top: 7px;
  }
  #nav-icon span:nth-child(4) {
    top: 14px;
  }
  /*sidebar*/
  .nav-sidebar {
    max-height: 100%;
    overflow-y: scroll;
  }
}

.logo {
  display: inline-block;
}

.logo img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: top;
}

.logo .date {
  border-left: 2px solid #fff;
  color: #fff;
  font-size: 1.125em;
  padding-left: 15px;
  margin-left: 1vmin;
  margin-top: 5px;
}

.logo .date span {
  font-size: 1.875em;
}

.btn-reserve {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 3px;
  margin-left: 1vmin;
  padding: 7px 20px;
}

.btn-reserve:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.btn-ticket {
  bottom: 42px !important;
}

.sitemap {
  padding: 0 20px 0 10px;
}

.btn-fixed {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 5;
}

.btn-fixed a {
  background-color: #a70023;
  border-top: 1px solid #86001c;
  color: #fff;
  display: block;
  padding: 10px 0;
}

@media (max-width: 768px) {
  .logo .date {
    border-left: 1px solid #fff;
    font-size: .8em;
    padding-left: 10px;
    margin-left: 1vmin;
    margin-top: 0;
  }
  .logo .date span {
    font-size: 2em;
  }
}

html, body {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

body {
  background-color: #f4f4f4;
  background-position: top;
}

.pc {
  display: inline-block;
}

.tablet {
  display: none;
}

.mobile {
  display: none;
}

.space {
  height: 20px;
}

@media (max-width: 1280px) {
  .tablet {
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .mobile {
    display: inline-block;
  }
}

/*ul*/
ul.list-simple {
  display: block;
}

ul.list-simple li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 2rem;
}

ul.list-simple li ul {
  padding: 5px 0;
}

ul.list-simple li ul li {
  list-style-type: circle;
}

ul.list-simple li ul li ul {
  padding: 5px 0;
}

ul.list-float {
  display: inline-block;
  width: 100%;
}

ul.list-float li {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.2));
  -webkit-filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.2));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-bottom: 5px;
  padding: 0 10px;
  width: 33.3%;
  height: 35px;
  line-height: 35px;
  list-style: none !important;
}

ul.list-float li::before {
  content: "●";
  color: #cecece;
  margin-right: 1rem;
}

ul.list-float li:hover {
  background-color: rgba(240, 240, 240, 0.1);
}

ul.list-float-simple {
  display: inline-block;
  width: 100%;
}

ul.list-float-simple li {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-bottom: 5px;
  padding: 0 10px;
  width: 33.3%;
  height: 35px;
  line-height: 35px;
}

ul.list-float-simple li::before {
  margin-right: 1rem;
}

.list-reserve {
  text-align: center;
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-reserve li {
  list-style: none;
}

.list-reserve li:nth-child(2n) {
  margin-left: 20px;
}

.list-reserve li a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 1px solid #cecece;
  display: block;
  padding: 20px;
  text-align: center;
  width: 240px;
}

.list-reserve li a:hover {
  border-bottom: 1px solid #a70023;
}

.list-reserve li a span {
  color: #cecece;
}

/*text*/
.text-link {
  color: #db002e !important;
  text-decoration: underline !important;
}

/*input*/
input {
  background-color: unset;
  border: none;
  border-bottom: 1px solid #cecece;
}

textarea {
  border: 1px solid #cecece;
}

/*table*/
.content-table {
  margin: 16px 0;
}

.events .table-price tr td:first-child,
.events .table-price tr th:first-child {
  width: 100px !important;
}

.table-price {
  font-size: 0.875rem;
  margin: 10px 0 40px 0;
  text-align: left;
  table-layout: fixed;
  width: 100%;
}

.table-price thead {
  color: #db002e;
}

.table-price tbody tr:last-child {
  border-bottom: unset;
}

.table-price tr {
  border-bottom: 1px solid #e6e6e6;
}

.table-price tr td,
.table-price tr th {
  padding: 10px 15px 5px 15px;
}

.table-price tr td:first-child,
.table-price tr th:first-child {
  width: 120px !important;
}

.table-time {
  margin: 10px 0;
  vertical-align: text-top;
}

.table-time tr td:first-child,
.table-time tr th:first-child {
  padding: 0 15px 0 1.5rem;
}

@media (max-width: 1400px) {
  /*ul*/
  ul.list-float li {
    border: none;
    background-color: unset;
    padding: 0;
    height: 30px;
    line-height: 30px;
  }
  ul.list-float li:hover {
    background-color: unset;
    color: unset;
  }
  ul.list-float-simple li {
    border: none;
    background-color: unset;
    padding: 0;
    height: 30px;
    line-height: 30px;
  }
  /*table*/
  .content-table {
    overflow-x: scroll;
  }
  .content-table .table-simple {
    width: 1200px;
  }
  .content-table .table-price {
    width: 850px !important;
  }
}

@media (max-width: 768px) {
  /*ul*/
  ul.list-float li {
    border: none;
    background-color: unset;
    font-size: .75em;
    padding: 0;
    width: 50%;
    height: auto;
    line-height: 20px;
  }
  ul.list-float-simple li {
    border: none;
    background-color: unset;
    font-size: .75em;
    padding: 0;
    width: 50%;
    height: auto;
    line-height: 20px;
  }
  .list-reserve {
    max-height: 100vh;
    overflow-y: scroll;
    width: 100%;
  }
  .list-reserve li {
    width: 100%;
  }
  .list-reserve li:nth-child(2n) {
    margin-left: 0;
  }
  .list-reserve li a {
    padding: 10px 20px;
    width: 100%;
  }
  /*table*/
  .content-table {
    /* Shadows */
    /* Shadow covers */
    background-image: -webkit-gradient(linear, left top, right top, from(white), to(white)), -webkit-gradient(linear, left top, right top, from(white), to(white)), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 10, 0.1)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 10, 0.1)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 10, 0.1), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 10, 0.1), rgba(255, 255, 255, 0));
    background-position: left center, right center, left center, right center;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
    background-attachment: local, local, scroll, scroll;
  }
  .content-table .table-simple,
  .content-table .table-price {
    width: 800px !important;
  }
}

footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../img/footer.jpg);
  color: #1c1c1c;
  display: inline-block;
  line-height: 44px;
  letter-spacing: 1px;
  padding: 40px 10px;
  text-align: center;
  width: 100%;
}

footer span {
  color: gray;
}

footer img {
  vertical-align: middle;
}

footer .custom-line-height {
  font-size: 11px;
  line-height: 20px;
}

.menu-list {
  font-weight: bold;
  line-height: 18px;
  padding: 10px 10px 30px 10px;
}

.menu-list a {
  display: inline-block;
  padding: 0 10px;
}

.menu-list a span {
  color: gray;
  display: block;
  font-weight: lighter;
  font-size: 0.75em;
  letter-spacing: 0;
}

.mail {
  color: gray !important;
}

.footer-share-icon {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

.footer-share-icon img {
  width: 25px;
}

@media (max-width: 1200px) {
  footer {
    line-height: 38px;
    padding: 30px;
  }
}

@media (max-width: 768px) {
  footer {
    font-size: 0.875em;
    line-height: 24px;
    padding: 1rem 1rem 4rem 1rem;
  }
  footer span {
    font-size: 0.75em;
  }
  .menu-list {
    display: none;
  }
  .footer-share-icon {
    display: block;
    margin: 10px 0 0 0;
  }
  .footer-share-icon img {
    width: 25px;
  }
}

/*phone setup*/
.menu-btn {
  display: none;
  right: 0;
  top: 5px;
  z-index: 999;
}

.menu ul li {
  list-style: none;
}

.menu > ul > li > ul {
  display: none;
  margin: 3px 0;
}

.menu > ul > li > ul > li > a {
  border-bottom: 1px solid #cecece;
  color: gray;
  display: inline-block;
  font-size: .875em;
  font-weight: normal;
  padding: 8px 0;
  width: 60%;
}

.menu > ul > li > ul > li:last-child a {
  border-bottom: none;
}

.menu > ul > li > a {
  color: #444;
  display: inline-block;
  font-weight: bold;
  padding: 5px 0;
}

.menu > ul > li > a:active, .menu > ul > li > a:focus {
  color: #a70023;
}

.menu > ul > li > a > span {
  font-size: .75em;
  opacity: .6;
}

.menu > ul > li > a > span::before {
  content: " / ";
}

.menu.active {
  display: block;
}

/*desktop setup*/
._menu {
  font-weight: bolder;
  display: block !important;
  margin-top: 20px;
  margin-right: -10px;
}

._menu > ul li {
  list-style: none;
}

._menu > ul > li {
  display: inline-block;
  font-weight: lighter;
  padding: 5px 10px;
  text-align: center;
}

._menu > ul > li span {
  display: block;
  font-size: .75em;
  opacity: 0.6;
}

._menu > ul > li:hover > ul._submenu, ._menu > ul > li.focus ul._submenu {
  display: block;
  position: absolute;
  z-index: 9;
}

ul._submenu {
  display: none;
  height: 0;
  text-align: left;
  margin-left: -15px;
  padding-top: 20px;
}

ul._submenu li a {
  background-color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  font-weight: lighter;
  padding: 10px 15px;
  width: 130px;
}

ul._submenu li a:hover {
  background-color: #a70023;
}

/*responsive*/
@media screen and (max-width: 1024px) {
  /*phone setup*/
  .menu-btn {
    display: inline-block;
  }
  ._menu {
    margin: 5px auto;
  }
}

.btn-commit {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #a70023;
  color: #fff !important;
  padding: 10px 30px;
}

.btn-commit:hover {
  background-color: #86001c;
}

.btn-commit.right {
  float: right;
}

@media (max-width: 768px) {
  .btn-commit {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    float: unset;
    margin-right: unset;
    width: 100%;
  }
}

.pagination {
  display: inline-block;
  margin-bottom: 5vmin;
}

.pagination a {
  color: #8a8a8a;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.pagination a.active {
  background-color: #86001c;
  color: white;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin-bottom: 3vmin;
  }
  .pagination a {
    font-size: .75em;
    padding: 5px 10px;
  }
}

.accordion {
  border-bottom: 1px solid #cecece;
  margin-top: 0.5rem;
  padding: 1rem 0;
  text-align: left;
  width: 100%;
}

.accordion span {
  display: inline-block;
  font-weight: 700;
  min-width: 30px;
}

.accordion a {
  text-decoration: underline;
}

.accordion a::before {
  color: #cecece;
  content: "|";
  margin-right: 0.6rem;
}

.accordion .accordion-btn {
  background-color: unset;
  border: none;
  cursor: pointer;
  float: right;
}

.panel {
  display: none;
}

@font-face {
  font-family: "Effra Medium";
  src: url("//db.onlinewebfonts.com/t/c126c6c0c439a1e85936921fd1c430d3.eot");
  src: url("//db.onlinewebfonts.com/t/c126c6c0c439a1e85936921fd1c430d3.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/c126c6c0c439a1e85936921fd1c430d3.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/c126c6c0c439a1e85936921fd1c430d3.woff") format("woff"), url("//db.onlinewebfonts.com/t/c126c6c0c439a1e85936921fd1c430d3.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/c126c6c0c439a1e85936921fd1c430d3.svg#Effra Medium") format("svg");
}

section {
  width: 84%;
  text-align: center;
  margin: 0 auto;
  padding-top: 70px;
}

section.md {
  width: 1200px;
}

section .topic {
  display: inline-block;
  margin-bottom: 60px;
  width: 100%;
}

section .topic h2 {
  border-bottom: 1px solid #cecece;
  color: #1c1c1c;
  font-size: 1.5em;
  font-weight: normal;
  padding: 20px 0;
  margin-bottom: 10px;
}

section .topic > span {
  border-top: 4px solid #86001c;
  color: gray;
  font-size: 0.75em;
  letter-spacing: 2px;
  padding: 10px 40px 0 40px;
}

/*banner*/
#slides > .mask {
  background-color: rgba(0, 0, 0, 0.28);
  color: #fff;
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 2;
}

#slides > .mask .topic {
  position: absolute;
  text-align: center;
  bottom: 50px;
  width: 100%;
}

#slides > .mask .topic .title {
  font-size: 2.4em;
  font-family: Effra Medium, Arial, sans-serif;
  margin: 15px 0;
}

#slides > .mask .topic .location {
  margin-bottom: 40px;
  letter-spacing: 2px;
}

/*top news & rooms*/
.top-news .item,
.rooms-gallery .item {
  background-color: #fff;
  height: 540px;
}

.top-news .item .content,
.rooms-gallery .item .content {
  height: calc(540px - 1.6em);
  outline: 1px solid #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
  margin: 0.8em;
  padding: 5vmin;
  text-align: center;
  width: calc(32% - 1.6em);
}

.top-news .item .content h3,
.rooms-gallery .item .content h3 {
  font-weight: normal;
  font-size: 1.75em;
  letter-spacing: 1px;
}

.top-news .item .content h4,
.rooms-gallery .item .content h4 {
  font-weight: lighter;
  letter-spacing: 1px;
  padding: 20px 0 0 0;
  text-align: center;
}

.top-news .item .content p,
.rooms-gallery .item .content p {
  border-top: 1px solid #d2d2d2;
  padding-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.875em;
  /* letter-spacing: 2px; */
  line-height: 30px;
  text-align: left;
}

.top-news .item .content .btn-content-more,
.rooms-gallery .item .content .btn-content-more {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #a70023;
  color: #fff;
  /* display: inline-block; */
  float: right;
  /* letter-spacing: 3px; */
  margin-top: 20px;
  padding: 10px 25px;
  /* text-decoration: underline; */
  /* width: 100%;

                &:hover {
                     background-color: $color-main;
                 } */
}

.top-news .item .img,
.rooms-gallery .item .img {
  background-position: center;
  background-size: cover;
  float: left;
  height: 540px;
  width: 68%;
}

.rooms-gallery .item .img {
  float: right;
}

/*news*/
.main-news-list {
  display: inline-block;
  width: 100%;
}

.main-news-list .item {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 4%;
  text-align: left;
  /* img {
             width: 100%;
             visibility: hidden;
         } */
}

.main-news-list .item a {
  display: block;
}

.main-news-list .item .m {
  display: none;
}

.main-news-list .item .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin-bottom: 20px;
  height: 310px;
}

.main-news-list .item .date {
  color: gray;
  display: block;
  font-size: 0.75em;
  width: 100%;
  text-align: right;
}

.main-news-list .item h3 {
  color: #1c1c1c;
  font-size: 1.25em;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main-news-list .item p {
  font-size: 0.875em;
  color: gray;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main-news-list .item .tag {
  display: inline-block;
}

.main-news-list .item .tag a {
  background-color: #86001c;
  color: #fff;
  font-size: 0.75em;
  padding: 5px 10px;
  /* &:hover {
                    background-color: $color-secondary;
                    @include transition(0.2s);
                } */
}

.main-news-list :nth-child(3n) {
  margin-right: 0;
}

/*links*/
.links .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 500px;
  margin-right: 2%;
  margin-bottom: 4%;
  width: 23.5%;
  /* &:hover {
            div {
                @include border-radius(0);
                background-color: $color-main;
                height: 500px;
                opacity: 1;
            }
        } */
}

.links :last-child {
  margin-right: 0;
}

.links .mask {
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.28);
  background-position: center;
  height: 500px;
}

.links .link-name {
  border: 1px solid #fff;
  height: 150px;
  margin: -330px auto;
  width: 200px;
  /*flex*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.links .link-name h3 {
  /* @include transition(.5s); */
  color: #fff;
  font-size: 1.25em;
  font-weight: normal;
  margin-top: 10px;
}

.links .link-name span {
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 0.75em;
  margin-top: 10px;
  padding-top: 5px;
}

/*buttons*/
.btn-more {
  color: #1c1c1c;
  font-size: 0.75em;
  margin-top: -30px;
  position: absolute;
  right: 8%;
}

@media (max-width: 1366px) {
  /*top news & rooms*/
  .top-news .item,
  .rooms-gallery .item {
    height: 450px;
  }
  .top-news .item .content,
  .rooms-gallery .item .content {
    height: calc(450px - 1.6em);
    padding: 2em;
  }
  .top-news .item .content h3,
  .rooms-gallery .item .content h3 {
    font-size: 1.375em;
  }
  .top-news .item .img,
  .rooms-gallery .item .img {
    height: 450px;
  }
  /*news-list*/
  .main-news-list .item .img {
    height: 200px;
    margin-bottom: 10px;
  }
  .main-news-list .item h3 {
    font-size: 1em;
  }
  .main-news-list .item p {
    font-size: 0.75em;
    text-align: justify;
  }
  .main-news-list .item .tag a {
    padding: 3px 10px;
  }
}

@media (max-width: 1280px) {
  section {
    padding-top: 30px;
    width: 95% !important;
  }
  section .topic {
    margin-bottom: 20px;
  }
  section .topic h2 {
    font-size: 1.25em;
    padding: 10px 0;
  }
  section .topic > span {
    font-size: 0.75em;
    letter-spacing: 3px;
  }
  /*top news & rooms*/
  .top-news .item,
  .rooms-gallery .item {
    height: 440px;
  }
  .top-news .item .content,
  .rooms-gallery .item .content {
    height: calc(440px - 1.6em);
    padding: 2rem;
  }
  .top-news .item .content h3,
  .rooms-gallery .item .content h3 {
    font-size: 1.125em;
    /* letter-spacing: 3px; */
  }
  .top-news .item .content h4,
  .rooms-gallery .item .content h4 {
    font-size: 0.75em;
  }
  .top-news .item .content p,
  .rooms-gallery .item .content p {
    font-size: 0.75em;
    letter-spacing: 2px;
    line-height: 24px;
    text-align: justify;
  }
  .top-news .item .content .btn-content-more,
  .rooms-gallery .item .content .btn-content-more {
    font-size: 0.75em;
    margin-top: 10px;
  }
  .top-news .item .img,
  .rooms-gallery .item .img {
    height: 440px;
  }
  /*links*/
  .links .item {
    height: 350px;
  }
  .links .mask {
    height: 350px;
  }
  .links .link-name {
    margin: -250px auto !important;
    width: 150px !important;
  }
  .links .link-name h3 {
    /* @include transition(.5s); */
    font-size: 1.25em;
    margin-top: 10px;
  }
  .links .link-name span {
    border-top: 1px solid #fff;
    font-size: 0.75em;
    margin-top: 10px;
    padding-top: 5px;
  }
  /*buttons*/
  .btn-more {
    right: 2rem;
  }
}

@media (max-width: 768px) {
  section {
    padding-top: 30px;
    width: 97% !important;
  }
  section .topic {
    margin: 30px 0;
    width: 60%;
  }
  section .topic h2 {
    font-size: 1.25em;
    margin-bottom: 2px;
    padding: 10px 0;
  }
  section .topic > span {
    border-top: unset;
    background-color: #a70023;
    color: #fff;
    font-size: 0.75em;
    letter-spacing: 0;
    padding: 5px 10px;
  }
  /*banner*/
  #slides > .mask .topic {
    bottom: 90px;
  }
  #slides > .mask .topic .diamond {
    width: 150px;
  }
  #slides > .mask .topic .title {
    font-size: 1.5em;
  }
  #slides > .mask .topic .location {
    font-size: 0.75em;
  }
  #slides > .mask .topic .location span {
    display: block;
    margin-bottom: 7px;
  }
  #slides > .mask .topic .icon-scroll {
    display: none;
  }
  /*top news & rooms*/
  .top-news .item,
  .rooms-gallery .item {
    background-color: #fff;
    display: inline-block;
    height: auto !important;
    width: 100%;
  }
  .top-news .item .content,
  .rooms-gallery .item .content {
    height: auto !important;
    color: #1c1c1c;
    float: left;
    margin: 0.4em;
    padding: 1.5rem;
    width: calc(100% - 0.8rem);
  }
  .top-news .item .content h3,
  .rooms-gallery .item .content h3 {
    border-bottom: none;
    font-weight: bold;
    padding: 0;
  }
  .top-news .item .content h4,
  .rooms-gallery .item .content h4 {
    padding: 10px 0 0 0;
  }
  .top-news .item .content p,
  .rooms-gallery .item .content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 70px;
    letter-spacing: 0;
    margin: 5px 0;
    overflow: hidden;
  }
  .top-news .item .content .btn-content-more,
  .rooms-gallery .item .content .btn-content-more {
    border-bottom: 1px solid #a70023;
    background-color: unset;
    color: #1c1c1c;
    display: inline-block;
    float: none;
    padding: 10px;
    text-decoration: none;
    width: 30%;
  }
  .top-news .item .content .btn-content-more:hover,
  .rooms-gallery .item .content .btn-content-more:hover {
    background-color: unset;
  }
  .top-news .item .img,
  .rooms-gallery .item .img {
    display: inline-block;
    height: 300px;
    width: 100%;
    margin: 0 auto;
  }
  .top-news ul.slick-dots,
  .rooms-gallery ul.slick-dots {
    position: relative;
    text-align: center;
  }
  .top-news ul.slick-dots li,
  .rooms-gallery ul.slick-dots li {
    margin: 0;
    margin-top: 10px;
  }
  .top-news ul.slick-dots li button:before,
  .rooms-gallery ul.slick-dots li button:before {
    background-color: #e3e3e3;
  }
  .top-news ul.slick-dots li.slick-active button:before,
  .rooms-gallery ul.slick-dots li.slick-active button:before {
    background-color: #a1a1a1;
  }
  /*news*/
  .main-news-list .item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    float: left;
    margin-bottom: 1%;
    padding: 12px 5px;
    width: 100%;
  }
  .main-news-list .item .img {
    background-size: cover;
    float: left;
    margin-bottom: 0;
    width: 140px;
    height: 100px;
  }
  .main-news-list .item .img:hover {
    background-size: cover;
  }
  .main-news-list .item .content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    padding: 0 10px;
    width: calc(100% - 140px);
  }
  .main-news-list .item .date {
    text-align: left;
    margin-bottom: 4px;
  }
  .main-news-list .item h3 {
    font-size: 0.875em;
    font-weight: bold;
  }
  .main-news-list .item p {
    font-size: 0.75em;
    margin: 5px 0 7px 0;
  }
  .main-news-list .item .tag {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    font-weight: bolder;
    width: calc(100% - 140px);
    padding: 0 10px;
  }
  .main-news-list .item .tag a {
    background-color: unset;
    color: #1c1c1c;
    display: inline-block;
    font-size: 0.75em;
    padding: 0;
  }
  .main-news-list .item .tag a:after {
    content: "｜";
  }
  .main-news-list .item .tag :last-child:after {
    content: "";
  }
  .main-news-list .item .tag:hover {
    background-color: unset;
  }
  /*links*/
  .links .item {
    height: 500px;
    margin-right: 2%;
    width: 100%;
  }
  .links .mask {
    height: 500px;
  }
  .links .link-name {
    height: 200px !important;
    margin: -350px auto !important;
    width: 200px !important;
  }
  .links .link-name h3 {
    /* @include transition(.5s); */
    font-size: 1.25em;
    margin-top: 10px;
  }
  .links .link-name span {
    border-top: 1px solid #fff;
    font-size: 0.75em;
    margin-top: 10px;
    padding-top: 5px;
  }
  /*buttons*/
  .btn-more {
    font-size: 0.75em;
    margin-top: -30px;
    position: absolute;
    right: 2.5%;
  }
}

.content-left {
  float: left;
  width: 240px;
  margin-bottom: 5vmin;
}

.content-left .list-title {
  color: #8a8a8a;
  cursor: default;
  display: inline-block;
  font-weight: lighter;
  font-size: 1.5em;
  padding: 15px 20px;
}

.content-left .content-left-list {
  /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
}

.content-left .content-left-list li {
  list-style: none;
}

.content-left .content-left-list li a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #fff;
  border-top: 1px solid #f4f4f4;
  color: gray;
  display: block;
  padding: 12px 10px;
}

.content-left .content-left-list li a.selected {
  background-color: #8a8a8a;
  cursor: default !important;
  color: #fff;
}

.content-left .content-left-list li a:hover {
  background-color: #8a8a8a;
  /* box-shadow: inset 0 -50px 100px rgba(0, 0, 0, 0.2); */
  cursor: pointer;
  color: #fff !important;
}

.content-right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  float: right;
  font-size: 1em;
  line-height: 24px;
  margin-bottom: 5vmin;
  padding: 5vmin;
  text-align: left;
  width: calc(98% - 240px);
}

.content-right.full {
  width: 100% !important;
}

.content-right.simple {
  float: unset;
  margin: 0 auto 5vmin auto;
  width: 70% !important;
}

.content-right img {
  max-width: 100% !important;
  height: unset !important;
}

.content-right h3 {
  color: #86001c;
}

.content-right .line {
  background-color: #e3e3e3;
  height: 1px;
  margin: 30px 0;
}

.content-right .title {
  margin-bottom: 30px;
  text-align: center;
}

.content-right .title h2 {
  color: #1c1c1c;
  font-size: 1.75em;
  font-weight: lighter;
}

.content-right .title .line {
  background-color: #86001c;
  height: 2px;
  margin: 10px auto 0 auto;
  width: 40px;
}

.content-right .title span {
  color: #d2d2d2;
  font-size: .875em;
}

.about .img {
  text-align: center;
}

@media (max-width: 1280px) {
  .content-left {
    width: 160px;
  }
  .content-left h2 {
    font-size: 1.125em;
    padding: 15px 5px;
  }
  .content-left .content-left-list li a {
    font-size: .875em;
  }
  .content-right {
    padding: 3vmin;
    width: calc(98% - 160px);
  }
}

@media (max-width: 768px) {
  .content-left {
    display: none;
  }
  .content-right {
    font-size: .875em;
    padding: 40px 3vmin;
    width: 100%;
  }
  .content-right .line {
    margin: 20px auto;
  }
  .content-right h3 {
    text-align: center;
  }
  .content-right .title h2 {
    font-size: 1.5em;
  }
  .content-right .title span {
    color: #d2d2d2;
    font-size: .75em;
  }
}

/*header*/
.list-header {
  /* border-bottom: 7px solid $color-secondary; */
  -webkit-box-shadow: inset 0 -100px 100px 10px rgba(0, 0, 0, 0.486);
          box-shadow: inset 0 -100px 100px 10px rgba(0, 0, 0, 0.486);
  background-position: center;
  background-size: cover;
  color: #fff;
  height: 420px;
  position: relative;
}

.list-header.short {
  height: 200px;
}

.list-header h2 {
  font-size: 1.5em;
  font-weight: lighter;
  /* font-family: AMGDT, 微軟正黑體; */
  position: absolute;
  top: 230px;
  text-align: center;
  width: 100%;
}

.list-header .line {
  background-color: #fff;
  height: 1px;
  margin: 0 auto;
  position: relative;
  top: 270px;
  width: 220px;
}

.list-header span {
  font-size: 0.875em;
  font-weight: lighter;
  font-family: 微軟正黑體;
  letter-spacing: 0.2vmin;
  position: absolute;
  top: 275px;
  text-align: center;
  width: 100%;
}

/*section*/
section .top {
  margin-bottom: 20px;
}

section .top .breadcrumbs {
  border-bottom: 1px solid #cecece;
  color: #cecece;
  padding-bottom: 15px;
  text-align: right;
}

section .top .breadcrumbs a {
  padding: 0 6px;
}

section .top .breadcrumbs a.this {
  color: #8a8a8a;
}

section .top .category {
  position: absolute;
  margin-top: -40px;
}

section .top .category .dropbtn {
  border: none;
  background-color: #a70023;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', arial, "Microsoft JhengHei", 微軟正黑體, sans-serif !important;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  position: relative;
  font-size: 1em;
}

section .top .category option {
  background-color: #fff;
  color: #111;
  height: 40px;
  line-height: 40px;
}

/*news-list*/
.news-list {
  display: table;
  width: 100%;
}

.news-list .item {
  display: inline-table;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 4%;
  text-align: left;
  /* img {
             width: 100%;
             visibility: hidden;
         } */
}

.news-list .item a {
  display: block;
}

.news-list .item .m {
  display: none;
}

.news-list .item .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin-bottom: 20px;
  height: 310px;
  width: 100%;
}

.news-list .item .date {
  color: gray;
  display: block;
  font-size: 0.75em;
  width: 100%;
  text-align: right;
}

.news-list .item h3 {
  color: #1c1c1c;
  font-size: 1.25em;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-list .item p {
  font-size: 0.875em;
  color: gray;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-list .item .tag {
  position: absolute;
}

.news-list .item .tag a {
  background-color: #8a8a8a;
  color: #fff;
  font-size: 0.75em;
  padding: 5px 10px;
}

.news-list .item .tag a:hover {
  background-color: #a70023;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.news-list :nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1366px) {
  /*news-list*/
  .news-list .item .img {
    height: 200px;
    margin-bottom: 10px;
  }
  .news-list .item h3 {
    font-size: 1em;
  }
  .news-list .item p {
    font-size: 0.75em;
    text-align: justify;
  }
  .news-list .item .tag a {
    padding: 3px 10px;
  }
}

@media (max-width: 768px) {
  /*header*/
  .list-header {
    -webkit-box-shadow: inset 0 -50px 100px rgba(0, 0, 0, 0.486);
            box-shadow: inset 0 -50px 100px rgba(0, 0, 0, 0.486);
    height: 210px;
  }
  .list-header.short {
    height: 100px;
  }
  .list-header h2 {
    font-size: 1.125em;
    top: 100px;
    width: 80%;
    margin-left: 10%;
  }
  .list-header .line {
    top: 130px;
    width: 150px;
  }
  .list-header span {
    font-size: 0.875em;
    top: 135px;
  }
  /*section*/
  section .top {
    margin-bottom: 10px;
  }
  section .top .breadcrumbs {
    font-size: 0.75em;
    padding-bottom: 10px;
  }
  section .top .category {
    margin-top: -31px;
  }
  section .top .category .dropbtn {
    font-size: 0.75em;
    height: 30px;
    line-height: 30px;
  }
  section .top .category .dropbtn:after {
    padding-left: 5px;
  }
  section .top .category .dropdown-content {
    font-size: 0.875em;
  }
  section .top .category .dropdown-content a {
    padding: 10px 20px;
  }
  /*news-list*/
  .news-list .item {
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    float: left;
    padding: 12px 5px;
    width: 100%;
  }
  .news-list .item .img {
    background-size: cover;
    float: left;
    margin-bottom: 0;
    width: 140px;
    height: 100px;
  }
  .news-list .item .img:hover {
    background-size: cover;
  }
  .news-list .item .content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    padding: 0 10px;
    width: calc(100% - 140px);
  }
  .news-list .item .date {
    text-align: left;
    margin-bottom: 4px;
  }
  .news-list .item h3 {
    color: #1c1c1c;
    font-size: 0.875em;
    font-weight: bold;
  }
  .news-list .item p {
    font-size: 0.75em;
    margin: 5px 0 0 0;
  }
  .news-list .item .tag {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    font-weight: bolder;
    width: calc(100% - 140px);
    padding: 0 10px;
  }
  .news-list .item .tag a {
    background-color: unset;
    color: #d2d2d2 !important;
    display: inline-block;
    font-size: 0.75em;
    padding: 0;
  }
  .news-list .item .tag a:after {
    content: "｜";
  }
  .news-list .item .tag :last-child:after {
    content: "";
  }
  .news-list .item .tag:hover {
    background-color: unset;
  }
}

/*header*/
.content-header {
  border-bottom: 7px solid #86001c;
  -webkit-box-shadow: inset 0 -100px 100px 10px rgba(0, 0, 0, 0.486);
          box-shadow: inset 0 -100px 100px 10px rgba(0, 0, 0, 0.486);
  background-position: center;
  background-size: cover;
  color: #fff;
  height: 420px;
  position: relative;
  /* h1 {
         @include text-ellipsis(1);
         font-size: 1.5em;
         font-weight: lighter;
         font-family: AMGDT, 微軟正黑體;
         position: absolute;
         top: 230px;
         text-align: center;
         width: 100%;
     }

     .line {
        background-color: #fff;
         height: 1px;
         margin: 0 auto;
         position: relative;
         top: 270px;
         width: 220px;
     }

     span {
         font-size: .875em;
         font-weight: lighter;
         font-family: 微軟正黑體;
         letter-spacing: .2vmin;
         position: absolute;
         top: 275px;
         text-align: center;
         width: 100%;
     } */
}

/*section*/
section .top {
  display: inline-block;
  width: 100%;
  /* .btn-prev,
         .btn-next {
             @include transition(.2s);
             color: #fff;
             display: inline-block;
             letter-spacing: 5px;
             margin: 15px 0;
             padding: 5px 20px;
         }

         .btn-prev {
             background-color: $color-gray;
             float: left;

             &:hover {
                 background-color: $color-darkgray;
             }
         }

         .btn-next {
             background-color: $color-secondary;
             float: right;

             &:hover {
                 background-color: $color-main;
             }
         } */
}

/*content*/
.news-content .btn-gallery {
  color: #fff;
  float: right;
  line-height: 50px;
  width: 50px;
  height: 50px;
}

.news-content .btn-gallery::before {
  content: url(../img/icon/plus-03.png);
}

.news-content .left {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  height: 450px;
  width: 44%;
}

.news-content .right {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
  min-height: 450px;
  margin-top: 20px;
  padding: 5vmin;
  text-align: left;
  width: 56%;
}

.news-content .right .line {
  background-color: #e3e3e3;
  height: 1px;
  margin: 30px 0;
}

.news-content .right .title {
  margin-bottom: 30px;
  text-align: center;
}

.news-content .right .title h2 {
  color: #1c1c1c;
  font-size: 1.75em;
  font-weight: normal;
}

.news-content .right .title .line {
  background-color: #86001c;
  height: 2px;
  margin: 10px auto 0 auto;
  margin-bottom: 5px;
  width: 40px;
}

.news-content .right .title span {
  color: gray;
  font-size: .875em;
}

.news-content .right .tags a {
  background-color: #8a8a8a;
  color: #fff;
  font-size: .75em;
  padding: 5px 10px;
}

.news-content .right .content {
  line-height: 28px;
  letter-spacing: 1px;
  margin: 20px 0 40px 0;
}

.news-content .right img {
  max-width: 100% !important;
}

.news-content .right .btn-main,
.news-content .right .btn-next,
.news-content .right .btn-prev {
  /* @include transition(.2s); */
  background-color: #8a8a8a;
  color: #fff;
  float: right;
  padding: 5px 20px;
  /* &:hover {
                background-color: $color-main;
            } */
}

.news-content .right .btn-main {
  background-color: #cecece;
  /* &:hover {
                background-color: $color-third;
            } */
}

/*relation*/
.news-relation {
  background-color: #fff;
  display: inline-block;
  margin-top: 50px;
  width: 100%;
}

.news-relation .wrap {
  /* color: #fff; */
  margin: 50px auto 0 auto;
  width: 84%;
  /*news-list*/
}

.news-relation .wrap h2 {
  font-size: 1.5em;
  font-weight: normal;
  font-family: AMGDT, 微軟正黑體;
  top: 230px;
  text-align: center;
  width: 100%;
}

.news-relation .wrap .line {
  background-color: #cecece;
  height: 1px;
  margin: 0 auto;
  width: 220px;
}

.news-relation .wrap span {
  color: #cecece;
  display: inline-block;
  font-size: .875em;
  font-weight: lighter;
  font-family: 微軟正黑體;
  letter-spacing: .2vmin;
  text-align: center;
  width: 100%;
}

.news-relation .wrap .news-list {
  margin-top: 50px;
}

.news-relation .wrap .news-list .item {
  /* p {
                    color: $color-fourth;
                } */
  /* .tag {
                    a {
                        background-color: $color-fourth;
                        color: $color-main;

                        &:hover {
                            background-color: $color-gray;
                        }
                    }

                } */
}

.news-relation .wrap .news-list .item .date {
  color: #8a8a8a;
}

.news-relation .wrap .news-list .item h3 {
  color: #1c1c1c;
}

.news-relation .wrap .news-list :nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1200px) {
  /*relation*/
  .news-relation {
    margin-top: 30px;
  }
  .news-relation .wrap {
    width: 95%;
    /*news-list*/
  }
  .news-relation .wrap .news-list .item .img {
    margin-bottom: 10px;
  }
  .news-relation .wrap .news-list .item h3 {
    font-size: 1em;
  }
  .news-relation .wrap .news-list .item p {
    font-size: .75em;
    text-align: justify;
  }
  .news-relation .wrap .news-list .item .tag a {
    padding: 3px 10px;
  }
}

@media (max-width: 768px) {
  /*header*/
  /*section*/
  section .top .btn-prev,
  section .top .btn-next {
    color: #fff;
    padding: 5px 0;
    width: 50%;
  }
  /*content*/
  .news-content .left {
    height: 250px;
    width: 100%;
  }
  .news-content .right {
    margin-top: 0;
    min-height: unset;
    width: 100%;
  }
  .news-content .right .title h2 {
    font-size: 1.5em;
  }
  .news-content .right .title span {
    color: #d2d2d2;
    font-size: .75em;
  }
  .news-content .right .content {
    font-size: .875em;
    line-height: 20px;
    margin: 20px 0;
  }
  .news-content .right .btn-main,
  .news-content .right .btn-next,
  .news-content .right .btn-prev {
    display: inline-block;
    font-size: 0.4rem;
    padding: 5px 0;
    text-align: center;
    width: 20%;
  }
  /*relation*/
  .news-relation {
    margin-top: 30px;
  }
  .news-relation .wrap {
    /* color: #fff; */
    margin: 30px auto 0 auto;
    width: 95%;
    /*news-list*/
  }
  .news-relation .wrap h2 {
    font-size: 1.125em;
  }
  .news-relation .wrap span {
    font-size: .75em;
  }
  .news-relation .wrap .news-list {
    margin-top: 30px;
  }
  .news-relation .wrap .news-list .item {
    border-bottom: 1px solid #cecece;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    background-color: unset;
    padding: 0 0 12px 0;
  }
  .news-relation .wrap .news-list .item img {
    display: none;
  }
  .news-relation .wrap .news-list .item .img {
    background-size: cover;
    float: left;
    margin-bottom: 0;
    width: 140px;
    height: 100px;
    /* &:hover {
                            background-size: cover;
                        } */
  }
  .news-relation .wrap .news-list .item .content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    padding: 0 10px;
    width: calc(100% - 140px);
  }
  .news-relation .wrap .news-list .item .date {
    font-weight: bolder;
    text-align: left;
    margin-bottom: 4px;
  }
  .news-relation .wrap .news-list .item h3 {
    font-size: .875em;
    font-weight: bold;
  }
  .news-relation .wrap .news-list .item p {
    /* color: $color-gray; */
    font-size: .75em;
    margin: 5px 0 0 0;
  }
  .news-relation .wrap .news-list .item .tag {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    width: calc(100% - 140px);
    padding: 0 10px;
  }
  .news-relation .wrap .news-list .item .tag a {
    background-color: unset;
    color: #8a8a8a !important;
    display: inline-block;
    font-size: .75em;
    padding: 0;
  }
  .news-relation .wrap .news-list .item .tag a:after {
    content: "｜";
  }
  .news-relation .wrap .news-list .item .tag :last-child:after {
    content: "";
  }
  .news-relation .wrap .news-list .item .tag:hover {
    background-color: unset;
  }
}

/*content*/
.rooms-list {
  /*rooms*/
}

.rooms-list .rooms-cat .item {
  background-position: center;
  background-size: cover;
  float: left;
  height: 260px;
  margin-right: 2%;
  margin-bottom: 3vmin;
  text-align: center;
  width: 32%;
  /* &:hover {
                .rooms-name {
                    opacity: 1;

                    h3 {
                        margin-top: 80px;
                    }
                }
            } */
}

.rooms-list .rooms-cat .item:nth-child(3n) {
  margin-right: 0;
}

.rooms-list .rooms-cat .item .mask {
  background-color: rgba(0, 0, 0, 0.28);
  position: relative;
  width: 100%;
  height: 260px;
}

.rooms-list .rooms-cat .item .rooms-name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  height: 130px;
  margin: -195px auto;
  opacity: 0.99;
  width: 200px;
  /*flex*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.rooms-list .rooms-cat .item .rooms-name h3 {
  /* @include transition(.5s); */
  color: #fff;
  font-size: 1.25em;
  font-weight: normal;
  margin-top: 10px;
}

.rooms-list .rooms-cat .item .rooms-name span {
  border-top: 1px solid #fff;
  color: #fff;
  font-size: .75em;
  margin-top: 10px;
  padding-top: 5px;
}

@media (max-width: 768px) {
  /*content*/
  .rooms-list {
    /*rooms*/
  }
  .rooms-list .rooms-cat .item {
    background-image: unset !important;
    height: 75px;
    line-height: 18px;
    margin-bottom: 1%;
    margin-right: 1% !important;
    width: 49%;
  }
  .rooms-list .rooms-cat .item .mask {
    display: none;
  }
  .rooms-list .rooms-cat .item:nth-child(2n) {
    margin-right: 0;
  }
  .rooms-list .rooms-cat .item:nth-child(3n) {
    margin-right: unset;
  }
  .rooms-list .rooms-cat .item .rooms-name {
    background-color: #a70023;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    margin: 0;
    padding: 10px;
    width: 100%;
  }
  .rooms-list .rooms-cat .item .rooms-name h3 {
    font-size: .875em;
    margin-top: unset !important;
  }
  .rooms-list .rooms-cat .item .rooms-name span {
    margin-top: 3px;
    padding-top: 3px;
  }
}

/*header*/
.rooms-content-header {
  /* border-bottom: 7px solid $color-secondary; */
  color: #fff;
  height: 80vh;
  position: relative;
  top: 0;
  width: 100%;
}

.rooms-content-header #slides {
  height: 100% !important;
}

.rooms-content-header #slides .slides-pagination {
  display: none;
}

.rooms-content-header .btn-gallery {
  color: #fff;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: calc(80vh - 50px);
  width: 50px;
  z-index: 2;
}

.rooms-content-header .btn-gallery::before {
  content: url(../img/icon/plus-02.png);
}

.rooms-content-header .title {
  position: absolute;
  top: 330px;
  width: 100%;
  z-index: 2;
}

.rooms-content-header .title h1 {
  font-size: 1.5em;
  font-weight: lighter;
  font-family: AMGDT, 微軟正黑體;
  text-align: center;
}

.rooms-content-header .title .line {
  background-color: #fff;
  height: 1px;
  margin: 0 auto;
  position: relative;
  width: 220px;
}

.rooms-content-header .title span {
  font-size: .875em;
  font-weight: lighter;
  font-family: 微軟正黑體;
  letter-spacing: .2vmin;
  position: absolute;
  text-align: center;
  width: 100%;
}

/*content*/
.rooms-content .info {
  display: inline-block;
}

.rooms-content .info .left {
  float: left;
  width: 100%;
}

.rooms-content .info .right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
  width: 100%;
}

.rooms-content .info .right .price {
  font-size: 1.5em;
  font-weight: bolder;
  margin-bottom: 20px;
}

.rooms-content .btn-check {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  background-color: #86001c;
  color: #fff;
  margin: 60px auto 0 auto;
  padding: 10px 20px;
  right: 0;
}

.rooms-content .btn-check:hover {
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
  background-color: #a70023;
}

@media (max-width: 1400px) {
  /*content*/
  .rooms-content .info {
    display: inline-block;
  }
  .rooms-content .info .left {
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  .rooms-content .info .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}

@media (max-width: 1280px) {
  /*content*/
}

@media (max-width: 768px) {
  /*header*/
  .rooms-content-header {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .rooms-content-header .btn-gallery {
    top: calc(calc(var(--vh, 1vh) * 100) - 50px);
  }
  .rooms-content-header .title {
    top: 45vh !important;
  }
  .rooms-content-header .title h1 {
    font-size: 1.125em;
    width: 80%;
    margin-left: 10%;
  }
  .rooms-content-header .title .line {
    width: 150px;
  }
  .rooms-content-header .title span {
    font-size: .875em;
  }
  /*content*/
  .rooms-content .info .left {
    width: 100%;
  }
  .rooms-content .info .right {
    width: 100%;
    padding: 0;
  }
  .rooms-content .info .right .price {
    float: unset;
    text-align: center;
  }
  .rooms-content .btn-check {
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0));
    -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0));
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
    width: 100%;
  }
}

.contact {
  text-align: center;
}

.contact .info {
  margin-bottom: 20px;
}

.contact .form input,
.contact .form textarea {
  margin-left: 15px;
  margin-bottom: 10px;
  padding: 10px;
  width: 40%;
}

.contact .form textarea {
  background-color: #fff;
  height: 100px;
  vertical-align: text-top;
}

.contact .form .comm {
  margin: 30px 0;
}

@media (max-width: 1200px) {
  .contact .form input,
  .contact .form textarea {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .contact {
    font-size: .875em;
  }
  .contact .info {
    margin-bottom: 20px;
    text-align: left;
  }
  .contact .form input,
  .contact .form textarea {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 85%;
  }
  .contact .form textarea {
    margin-top: 10px;
  }
}

.location .left,
.location .right {
  float: left;
  width: 48%;
}

.location .left {
  margin-right: 4%;
  margin-bottom: 4%;
}

@media (max-width: 1366px) {
  .left,
  .right {
    margin-right: 0;
    width: 100% !important;
  }
  .left iframe {
    height: 280px;
  }
}

.yt-icon {
  background-image: url(../img/icon/_youtube.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 310px;
  margin-bottom: -310px;
  opacity: 0.8;
  width: 100%;
  z-index: 3;
}

.yt-icon.content {
  height: 450px;
  margin-bottom: -450px;
  width: 100%;
}

.yt-icon:hover {
  background-image: url(../img/icon/youtube.png);
  opacity: 0.95;
}

@media (max-width: 1366px) {
  .yt-icon {
    height: 200px;
    margin-bottom: -200px;
  }
  .yt-icon.content {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .yt-icon {
    background-image: url(../img/icon/youtube.png);
    height: 100px;
    margin-bottom: -100px;
    width: 140px;
    opacity: 0.9;
  }
  .yt-icon.content {
    height: 250px;
    margin-bottom: -250px;
  }
}

#slides {
  height: 100%;
  /*custom fix refresh jumping*/
  position: relative;
}

#slides .slides-container {
  display: none;
}

#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  /*right: 60px;*/
  text-align: center;
  width: 100%;
}

.slides-pagination a {
  border: 1px solid #fff;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 8px;
  overflow: hidden;
  text-indent: 100%;
}

.slides-pagination a.current {
  background: #fff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  z-index: 4;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background-color: #fff;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  opacity: .75;
  content: ' ';
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

.gotop {
  bottom: 10%;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: -50px;
  z-index: 10;
}

.gotop img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: .9;
  width: 100%;
}

.gotop :hover {
  opacity: 1;
}

.gotop.show {
  right: 0;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .gotop {
    bottom: 10%;
    width: 90px;
  }
  .gotop img {
    opacity: .95;
  }
  .gotop.show {
    right: -15px;
  }
}

#slides {
  height: 100%;
  /*custom fix refresh jumping*/
  position: relative;
}

#slides .slides-container {
  display: none;
}

#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  /*right: 60px;*/
  text-align: center;
  width: 100%;
}

.slides-pagination a {
  border: 1px solid #fff;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 8px;
  overflow: hidden;
  text-indent: 100%;
}

.slides-pagination a.current {
  background: #fff;
}

.icon-share {
  position: absolute;
  right: 5vmin;
  bottom: 5vmin;
  z-index: 2;
}

.icon-share a {
  /* @include transition(0.2s); */
  margin-right: 15px;
  /* filter: grayscale(100%);
        -webkit-filter: grayscale(100%); */
  /* &:hover {
            filter: grayscale(0%);
            -webkit-filter: grayscale(0%);
        } */
}

.icon-share a img {
  width: 40px;
}

.icon-share :last-child {
  margin-right: 0;
}

.icon-share-m {
  position: relative;
  right: unset;
  bottom: unset;
  margin-bottom: 20px;
}

.icon-share-m a {
  /* @include transition(0.2s); */
  margin-right: 10px;
  /* filter: grayscale(100%);
        -webkit-filter: grayscale(100%); */
  /* &:hover {
            filter: grayscale(0%);
            -webkit-filter: grayscale(0%);
        } */
}

.icon-share-m a img {
  width: 25px;
}

.icon-share-m a:last-child {
  margin-right: 0 !important;
}

@media (max-width: 768px) {
  .icon-share {
    right: 15px;
  }
  .icon-share a {
    display: block;
    margin-right: unset;
    /* filter: grayscale(0%);
            -webkit-filter: grayscale(0%); */
  }
  .icon-share a img {
    width: 30px;
  }
  .icon-share a:last-child {
    margin-right: 0 !important;
  }
}

a:focus, *:focus, button:focus {
  outline-width: 2px !important;
  outline-style: dotted !important;
  outline-color: #a70023 !important;
}

.brick {
  display: inline-block;
}

.brick.left {
  float: left;
}

#brick-top {
  position: absolute !important;
  color: #fff;
  z-index: 9;
}

.skipnav {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  top: 0;
  left: -76px;
  background-color: white;
  padding: 10px;
  color: black;
  z-index: 999;
}

.skipnav:focus {
  height: auto;
  width: auto;
  overflow: hidden;
  clip: auto;
  top: 0;
  left: 0;
  outline: none;
}
