@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
thead,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /* vertical-align: baseline; */
}

tr,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

/*ol, ul {
	list-style: none;
}*/
blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/*背景沒連結時用*/
.myMOUSE {
  cursor: default;
}

.error {
  font-size: 12px;
  color: #fc7314;
}

main[role="main"],
section,
article,
.index_product,
.newsBox,
.page,
header,
nav,
footer,
.footerBox,
.bannerBox,
.index_aboutBox_pc,
.index_aboutBox_mo,
.bookBg,
.index_roosBox,
.index_roosBox li,
.index_roosBox .roomBox,
.index_roosBox .roomContent,
.facility,
.newsPage.nlbox article,
.briefing,
.roomList,
.roomList li .room_icon,
.roomDetails .room_icon,
.facilityPage main[role="main"],
.trafficPage.nlbox article,
.contact,
.contact form {
  zoom: 1;
}
main[role="main"]:before,
section:before,
article:before,
.index_product:before,
.newsBox:before,
.page:before,
header:before,
nav:before,
footer:before,
.footerBox:before,
.bannerBox:before,
.index_aboutBox_pc:before,
.index_aboutBox_mo:before,
.bookBg:before,
.index_roosBox:before,
.index_roosBox li:before,
.index_roosBox .roomBox:before,
.index_roosBox .roomContent:before,
.facility:before,
.newsPage.nlbox article:before,
.briefing:before,
.roomList:before,
.roomList li .room_icon:before,
.roomDetails .room_icon:before,
.facilityPage main[role="main"]:before,
.trafficPage.nlbox article:before,
.contact:before,
.contact form:before,
main[role="main"]:after,
section:after,
article:after,
.index_product:after,
.newsBox:after,
.page:after,
header:after,
nav:after,
footer:after,
.footerBox:after,
.bannerBox:after,
.index_aboutBox_pc:after,
.index_aboutBox_mo:after,
.bookBg:after,
.index_roosBox:after,
.index_roosBox li:after,
.index_roosBox .roomBox:after,
.index_roosBox .roomContent:after,
.facility:after,
.newsPage.nlbox article:after,
.briefing:after,
.roomList:after,
.roomList li .room_icon:after,
.roomDetails .room_icon:after,
.facilityPage main[role="main"]:after,
.trafficPage.nlbox article:after,
.contact:after,
.contact form:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
main[role="main"]:after,
section:after,
article:after,
.index_product:after,
.newsBox:after,
.page:after,
header:after,
nav:after,
footer:after,
.footerBox:after,
.bannerBox:after,
.index_aboutBox_pc:after,
.index_aboutBox_mo:after,
.bookBg:after,
.index_roosBox:after,
.index_roosBox li:after,
.index_roosBox .roomBox:after,
.index_roosBox .roomContent:after,
.facility:after,
.newsPage.nlbox article:after,
.briefing:after,
.roomList:after,
.roomList li .room_icon:after,
.roomDetails .room_icon:after,
.facilityPage main[role="main"]:after,
.trafficPage.nlbox article:after,
.contact:after,
.contact form:after {
  clear: both;
}

a,
a:hover {
  transition: 0.4s;
}

/*----------------------通用設定------------------------*/
@font-face {
  font-family: "copperplat";
  src: url(../font/copperplat.ttf);
}
body {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-family: Arial, Verdana, 微軟正黑體;
  line-height: 1em;
  background: #f7f6f4;
  overflow: auto;
}

html img {
  max-width: 100%;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.jqimgFill {
  position: relative;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.jqimgFill img,
.jqimgFill-tc img {
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

hgroup {
  letter-spacing: 1px;
  width: 100%;
  padding-bottom: 70px;
  clear: both;
  text-align: center;
  color: #ffffff;
}
hgroup h2 {
  font-family: "copperplat";
  font-size: 2.9rem;
  margin-bottom: 24px;
  line-height: 2.9rem;
  letter-spacing: 3px;
}
hgroup h3 {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.16em;
}
/*----------------------大區塊------------------------*/
#wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 320px !important;
  overflow: hidden;
}

main[role="main"] {
  width: 100%;
  position: relative;
  z-index: 0;
  padding: 145px 0 48px 0;
}

section {
  position: relative;
  width: 100%;
  display: block;
}

article,
.index_product,
.newsBox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
article li,
.index_product li,
.newsBox li {
  list-style: none;
}

article {
  padding: 0 0;
}

.buycarpage #header_menu,
.aboutpage #header_menu,
.newspage #header_menu,
.productpage #header_menu,
.faqpage #header_menu,
.contactpage #header_menu {
  position: fixed;
}
.buycarpage header,
.aboutpage header,
.newspage header,
.productpage header,
.faqpage header,
.contactpage header {
  position: fixed;
  -webkit-box-shadow: 0 8px 13px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 8px 13px rgba(0, 0, 0, 0.16);
  box-shadow: 0 8px 13px rgba(0, 0, 0, 0.16);
}

.editorBox {
  margin-top: 30px;
  margin-bottom: 50px;
  padding-bottom: 7px;
  line-height: 34px;
  letter-spacing: 1px;
}
.editorBox img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .editorBox img {
    width: auto !important;
    height: auto !important;
  }
}
.editorBox p {
  margin-bottom: 24px;
}
.editorBox i,
.editorBox em {
  font-style: italic;
}

.mobileditor {
  display: none;
}

/*----------------------menu------------------------*/
.newsPage nav li:nth-child(1) a {
  font-weight: bold;
  color: #fff;
}
.newsPage nav li:nth-child(1):before {
  width: 100%;
}

.aboutPage nav li:nth-child(2) a {
  font-weight: bold;
  color: #fff;
}
.aboutPage nav li:nth-child(2):before {
  width: 100%;
}

.roomPage nav li:nth-child(4) a,
.roomContentPage nav li:nth-child(3) a {
  font-weight: bold;
  color: #fff;
}
.roomPage nav li:nth-child(4):before,
.roomContentPage nav li:nth-child(3):before {
  width: 100%;
}

.facilityPage nav li:nth-child(3) a {
  font-weight: bold;
  color: #fff;
}
.facilityPage nav li:nth-child(3):before {
  width: 100%;
}

.trafficPage nav li:nth-child(3) a {
  font-weight: bold;
  color: #fff;
}
.trafficPage nav li:nth-child(3):before {
  width: 100%;
}

/*----------------------共用按鈕------------------------*/
.backIcon {
  display: block;
  width: 62px;
  text-decoration: none;
  color: #a6937c;
  padding-top: 26px;
  margin-bottom: 42px;
  font-size: 0.875rem;
  background: url(../images/back_icon.png) top left no-repeat;
}
.backIcon span {
  position: relative;
  left: 0;
  transition: 0.4s;
}
.backIcon:hover span {
  transition: 0.4s;
  left: -5px;
}

/*----------------------語言關閉--------------------*/
.language_en .mapTxt.add_tw,
.language_en .title_tw,
.language_en .thank p:nth-child(1) {
  display: none;
}
.language_en .thank p:nth-child(1) {
  line-height: 43px;
}

/*----------------------頁數------------------------*/
.page {
  font-size: 0.875rem;
  clear: both;
  text-align: center;
  padding: 5px 0 0 0;
}
.page dt {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}
.page dt a {
  width: 100%;
  display: block;
  color: #434343;
  text-decoration: none;
}
.page .ltbn {
  margin-right: 10px;
}
.page .rtbn {
  margin-left: 10px;
}
.page dt.nopage a {
  color: #ccc;
  cursor: context-menu;
}
.page dd {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
  margin: 0 5px;
}
.page dd a {
  width: 100%;
  display: block;
  color: #434343;
  text-decoration: none;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
}
.page dd a.mark {
  color: #fff;
  background: #8a6d4a;
}
.page dd a:hover {
  color: #fff;
  background: #8a6d4a;
}
.page dt,
.page dd {
  vertical-align: top;
  display: inline-block;
}

.back_btn {
  margin-top: 36px;
  position: relative;
  left: 0;
  display: block;
  width: 72px;
  height: 16px;
  background: url(../images/back_btn.png) top left no-repeat;
  transition: 0.2s;
}
.back_btn:hover {
  left: 4px;
  transition: 0.2s;
}

@media screen and (max-width: 960px) {
  .page {
    padding: 20px 0 0 0;
    font-size: 16px;
  }
  .page dd {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 0 5px;
  }
  .page dt {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
  }
  .page .ltbn {
    margin-right: 23px;
  }

  .newsPage nav li:nth-child(1) a {
    font-weight: bold;
    color: #8d6f4a;
  }
  .newsPage nav li:nth-child(1):before {
    width: 100%;
  }

  .aboutPage nav li:nth-child(2) a {
    font-weight: bold;
    color: #8d6f4a;
  }
  .aboutPage nav li:nth-child(2):before {
    width: 100%;
  }

  .roomPage nav li:nth-child(3) a,
  .roomContentPage nav li:nth-child(3) a {
    font-weight: bold;
    color: #8d6f4a;
  }
  .roomPage nav li:nth-child(3):before,
  .roomContentPage nav li:nth-child(3):before {
    width: 100%;
  }

  .facilityPage nav li:nth-child(4) a {
    font-weight: bold;
    color: #8d6f4a;
  }
  .facilityPage nav li:nth-child(4):before {
    width: 100%;
  }

  .trafficPage nav li:nth-child(5) a {
    font-weight: bold;
    color: #8d6f4a;
  }
  .trafficPage nav li:nth-child(5):before {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .pceditor {
    display: none;
  }

  .mobileditor {
    display: block;
  }
}
/*1108*/
.ujmo {
  display: none;
}

@media screen and (max-width: 800px) {
  .ujmo {
    display: block;
  }

  .ujpc {
    display: none;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 70px;
  background: #17312a;
  text-align: center;
  padding: 0;
}

.navBox {
  display: inline-block;
  vertical-align: top;
}

.pc_Language {
  float: right;
  margin-top: 20px;
  width: 68px;
  height: 24px;
  border: 1px solid #ffffff;
  background: #17312a;
  position: absolute;
  right: 35px;
  top: 2px;
}
.pc_Language select {
  color: #fff;
  width: 100%;
  height: 24px;
  padding-left: 5px;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/select_arrw.png") no-repeat scroll right center transparent;
}
.pc_Language select option {
  color: #000;
}

.logo {
  margin-top: 16px;
  margin-left: 95px;
  text-indent: -10000px;
  width: 105px;
  height: 41px;
  background: url(../svg/logo.svg) top left no-repeat;
  background-size: contain;
  position: absolute;
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
}

nav li {
  position: relative;
  float: left;
  width: 115px;
  height: 69px;
  margin-right: 22px;
  padding-top: 28px;
  list-style: none;
}
nav li:last-child {
  margin-right: 0;
}
nav li:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  content: "";
  width: 0%;
  height: 4px;
  display: inline-block;
  background: #8b6f4c;
  transition: 0.4s;
}
nav li:hover:before {
  width: 80%;
}
nav li:hover a {
  font-weight: bold;
}
nav li a {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  color: #d6d8d7;
  text-decoration: none;
}
nav li a:hover {
  color: #fff;
}
nav li .submenu {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.35);
}
nav li .submenu li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #a0a0a0;
  height: auto;
}
nav li .submenu li:last-child {
  border: none;
}
nav li .submenu li a {
  color: #4c4c4c !important;
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px 0;
  text-decoration: none;
  transition: 0.4s;
}
nav li .submenu li a:hover {
  transition: 0.4s;
  font-weight: bold;
  color: #8b6f4c !important;
}
nav li .submenu li:before {
  display: none;
}

.reserve,
.mo_Language {
  display: none;
}

.menu-icon {
  display: none;
}

.mo_Language {
  display: none;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.mo_Language a {
  display: block;
  border: 1px solid #17312a;
  color: #17312a;
  font-size: 1.1rem;
  padding: 9px 0px;
  text-decoration: none;
  margin: 0 auto 10px;
  width: 70%;
}
.mo_Language a:nth-child(1) {
  background: #17312a;
  color: #fff;
}

.language_en .mo_Language a:nth-child(2) {
  margin: 0 auto 10px;
  background: #17312a;
  color: #fff;
}
.language_en .mo_Language a:nth-child(1) {
  background: none;
  color: #17312a;
}

.language_jp .mo_Language a:nth-child(3) {
  margin: 0 auto 10px;
  background: #17312a;
  color: #fff;
}

.language_en .mo_Language a:nth-child(1),
.language_jp .mo_Language a:nth-child(1) {
  background: none;
  color: #17312a;
}

@media screen and (max-width: 1440px) {
  header {
    padding: 0 17px;
  }

  .logo {
    margin-left: 0px;
  }

  nav li {
    margin-right: 14px;
    width:97px;
  }
}
@media screen and (max-width: 1130px) {
  .logo {
    width: 90px;
    height: 34px;
  }

  nav li {
    margin-right: 0px;
    width: 97px;
  }
}
@media screen and (max-width: 1050px) {
  .logo {
    width: 90px;
    height: 34px;
  }
}
@media screen and (max-width: 991px) {
  header {
    width: 100%;
    height: 55px;
    padding: 0;
  }
  .navBox {
    position: fixed;
    top: 55px;
    width: 100%;
    height: 91%;
    overflow: auto;
    display: none;
  }

  .mo_Language {
    display: block;
    margin-top: 46px;
  }

  nav {
    width: 100%;
    float: none;
    position: absolute;
    top: 0;
    background: rgba(239, 239, 239, 0.95);
    padding-bottom: 30px;
    padding-top: 33px;
  }
  nav li {
    float: none;
    width: 95%;
    height: auto;
    margin: 0 auto;
    border-bottom: 1px solid #17312a;
    margin: 0 auto 8px auto;
    padding: 0;
  }
  nav li:last-child {
    margin-right: auto;
  }
  nav li:before {
    display: none;
  }
  nav li a {
    padding: 15px 0;
    width: 100%;
    display: block;
    color: #17312a;
    font-size: 18px;
    font-weight: bold;
    outline: 0;
  }
  nav li a:hover {
    color: #8d6f4a;
  }
  nav li .submenu {
    position: static;
    float: none;
    background: none;
    box-shadow: none;
    padding-bottom: 28px;
  }
  nav li .submenu li {
    width: 100%;
    border: none;
  }
  nav li .submenu li a {
    padding: 20px 0 20px 0;
  }
  nav .roomMenu > a::after {
    content: "";
    width: 19px;
    height: 10px;
    display: inline-block;
    background: url(../images/mo_arrw.png) top left no-repeat;
    position: absolute;
    margin-left: 9px;
    margin-top: 2px;
  }

  

  .logo {
    width: 102px;
    height: 34px;
    margin: 11px auto 0 auto;
    position: static;
  }

  .pc_Language {
    display: none;
  }

  .reserve {
    position: absolute;
    top: 13px;
    left: 18px;
    display: block;
    width: 33px;
  }
  .reserve a {
    width: 100%;
    height: 100%;
    display: block;
  }

  .menu-icon {
    display: block;
    position: absolute;
    top: 67%;
    right: 1.4em;
    z-index: 100;
    width: 34px;
    height: 25px;
    margin-top: -20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
  }
  .menu-icon.open {
    top: 64%;
  }

  .menu-icon-block {
    position: relative;
    height: 100%;
    margin: auto;
  }
  .menu-icon-block i {
    position: absolute;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    display: block;
    margin: auto;
    width: 100%;
    height: 4px;
    background-color: #8d6f4a;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .menu-icon-block i.b1 {
    top: -6%;
  }
  .menu-icon-block i.b2 {
    top: 37%;
  }
  .menu-icon-block i.b3 {
    top: 80%;
  }

  .menu-icon.open .b1 {
    top: 49%;
    transform: rotate(45deg);
  }
  .menu-icon.open .b2 {
    opacity: 0;
  }
  .menu-icon.open .b3 {
    top: 49%;
    transform: rotate(-45deg);
  }
}
footer {
  clear: both;
  width: 100%;
  height: 100%;
  background: #17312a;
  color: #8b6f4c;
}

.top {
  width: 100%;
  padding: 9px 0 9px 0;
  display: block;
  text-align: center;
  background: #8b6f4c;
  color: #fff;
  text-decoration: none;
}
.top i {
  width: 23px;
  height: 10px;
  text-indent: -10000px;
  display: block;
  margin: 0 auto 9px auto;
  background: url(../images/top_arrw.png);
}

.footerBox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 45px;
  line-height: 24px;
  overflow: hidden;
}

.flogo,
.simap,
.community {
  float: left;
}
.flogo li,
.simap li,
.community li {
  list-style: none;
}

.flogo {
  width: 30%;
  max-width: 174px;
  margin-right: 182px;
}
@media screen and (max-width: 1000px) {
  .flogo {
    margin-right: 93px;
  }
}

.simap {
  width: 50%;
  margin-left: 20px;
  letter-spacing: 0.11em;
  line-height: 21px;
}
@media screen and (max-width: 1000px) {
  .simap {
    width: 56%;
  }
}
.simap .add {
  margin-bottom: 20px;
  　text-align: justify;
  　text-justify: inter-ideograph;
  　-ms-text-justify: inter-ideograph;
  /*IE9*/
  　-moz-text-align-last: justify;
  /*Firefox*/
  　-webkit-text-align-last: justify;
  /*Chrome*/
}
.simap li b {
  padding-right: 14px;
  font-weight: normal;
}
.simap .contactInformation {
  line-height: 24px;
  letter-spacing: 0.09em;
}

.community {
  float: right;
  position: relative;
  top: 12px;
  left: 13px;
}
.community li {
  width: 37px;
  float: left;
  margin-right: 13px;
}

.copyhight {
  padding-top: 32px;
  padding-bottom: 20px;
  font-size: 13px;
  letter-spacing: 0.112em;
}

.bannerBox {
  width: 100%;
  position: relative;
  margin-top: 70px;
}
.bannerBox .barrw {
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translateX(-50%);
  text-decoration: none;
  width: 38px;
  height: 30px;
  background: url(../images/bk_2.png) bottom center no-repeat;
  z-index: 1;
}
.bannerBox .barrw i {
  width: 17px;
  height: 47px;
  display: block;
  background: url(../images/bk_1.png) top left no-repeat;
  margin: -42px auto 0 auto;
}

.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(15%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(15%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
.mo_banner {
  display: none;
}

@media screen and (max-width: 991px) {
  .bannerBox {
    margin-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .pc_banner {
    display: none;
  }

  .mo_banner {
    display: block;
  }
}
.index_aboutBox_pc,
.index_aboutBox_mo {
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 33px 0 42px 0;
}
.index_aboutBox_pc hgroup,
.index_aboutBox_mo hgroup {
  color: #ffffff;
  padding-bottom: 37px;
}

.index_aboutBox_mo {
  display: none;
}

.pc_poster {
  width: 100%;
  text-align: center;
}

.indexPage .newsBox hgroup {
  color: #17312a;
}

.bookBg {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 1032px;
  margin: 0 auto;
  padding: 70px 0 68px 0;
  background: url(../images/book.png) top center no-repeat;
  letter-spacing: 1px;
  margin-top: -17px;
}
.bookBg h2 {
  font-weight: bold;
  display: inline-block;
  font-size: 1.25rem;
  color: #8b6f4c;
  border-bottom: 2px solid #8b6f4c;
  padding-bottom: 10px;
  margin-bottom: 14px;
  letter-spacing: 2px;
}
.bookBg .boocont {
  display: block;
  font-size: 1rem;
  line-height: 32px;
  width: 681px;
  height: 350px;
  margin: 0 auto;
  color: #313131;
}
.bookBg .viewMore {
  float: right;
  text-indent: -100000px;
  position: relative;
  display: block;
  width: 117px;
  height: 85px;
  background: url(../images/viewmore.png) top left no-repeat;
  margin: -17px 119px 0 0;
}

.indexPage .newsBox {
  padding: 73px 0 0 0;
}

.index_roosBox {
  width: 100%;
  color: #8b6f4c;
  padding: 98px 0 88px 0;
  overflow: hidden;
  background: #fff;
}
.index_roosBox hgroup {
  color: #8b6f4c;
  padding-bottom: 32px;
}
.index_roosBox li {
  position: relative;
  width: 100%;
  margin-bottom: 64px;
}
.index_roosBox li .r1,
.index_roosBox li .r2,
.index_roosBox li .r3 {
  position: absolute;
}
.index_roosBox li .r1 {
  top: -34px;
  left: 39px;
  width: 78px;
  height: 54px;
  display: block;
  background: url(../images/r_icon1.png) top left no-repeat;
}
.index_roosBox li .r2 {
  bottom: -52px;
  left: -78px;
  width: 122px;
  height: 83px;
  display: block;
  background: url(../images/r_icon2.png) top left no-repeat;
}
.index_roosBox li .r3 {
  bottom: -68px;
  right: -60px;
  width: 154px;
  height: 143px;
  display: block;
  background: url(../images/r_icon3.png) top left no-repeat;
}
.index_roosBox li .roomTxt {
  float: left;
  position: relative;
  width: 33%;
  height: 450px;
}
.index_roosBox li .roomTxt .roomba {
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
}
.index_roosBox li .roomTxt h2 {
  text-align: center;
  font-size: 35px;
  line-height: 35px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
  font-family: copperplat, "微軟正黑體";
}
.index_roosBox li .roomTxt p {
  text-align: center;
  letter-spacing: 1px;
  height: 140px;
  overflow: hidden;
  margin-bottom: 19px;
  width: 371px;
  margin: 0 auto;
}
.index_roosBox li .roomTxt .roomTc {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.index_roosBox li .roomTxt .roomTc a {
  color: #8b6f4c;
  text-align: right;
  display: block;
  text-decoration: none;
  letter-spacing: 2px;
  position: relative;
  top: 11px;
  left: -31px;
}
.index_roosBox li .roomTxt .roomTc a:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 8px;
  background: url(../images/view_arrw.png) top left no-repeat;
  position: relative;
  top: -2px;
  left: -25px;
  transition: 0.4s;
}
.index_roosBox li .roomTxt .roomTc a:hover:before {
  left: -5px;
}
.index_roosBox li .rocont {
  max-width: 400px;
  margin: 73px auto 0 80px;
  line-height: 27px;
  letter-spacing: 1px;
}
.index_roosBox li .rocont h2 span {
  font-family: "copperplat";
}
.index_roosBox li .roomImg {
  position: relative;
  width: 67%;
  height: 450px;
  max-width: 963px;
  float: right;
}
.index_roosBox li:nth-child(2) .roomTxt {
  float: right;
}
.index_roosBox li:nth-child(2) .roomImg {
  float: left;
}
.index_roosBox .roomBox {
  width: 100%;
  max-width: 1508px;
  margin: 0 auto;
  border: 1px solid #8b6f4c;
  padding: 3px;
}
.index_roosBox .roomContent {
  border: 1px solid #8b6f4c;
}
.index_roosBox .roomContent .roomView {
  display: none;
}

.index_roosBox li:nth-child(even) .rocont {
  margin: 80px 80px 0 auto;
}
.index_roosBox li:nth-child(even) .roomTxt .roomTc a {
  top: 14px;
  left: -8px;
}

.facility {
  padding: 76px 0 93px 0;
  width: 100%;
  height: 100%;
  background: url(../images/facility_bg.jpg) top left repeat;
}
.facility hgroup {
  color: #8b6f4c;
  padding-bottom: 30px;
}

.facilityBox {
  width: 100%;
  max-width: 681px;
  margin: 0 auto;
  text-align: center;
  color: #313131;
  line-height: 32px;
  letter-spacing: 0.1em;
}
.facilityBox .facTxt_pc {
  display: block;
  margin-bottom: 30px;
}
.facilityBox .facTxt_mobile {
  display: none;
  margin-bottom: 30px;
}
.facilityBox .viewBtn a {
  display: inline-block;
  border: 2px solid #8b6f4c;
  padding: 2px;
  text-decoration: none;
  color: #8b6f4c;
}
.facilityBox .viewBtn a span {
  border: 1px solid #b9a992;
}
.facilityBox .viewBtn a:hover {
  background: #8b6f4c;
}

.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.simply-scroll-container {
  position: relative;
}

.l-people__slider {
  *zoom: 1;
}

.l-people__slider:before {
  content: " ";
  display: table;
}

.l-people__slider:after {
  clear: both;
}

.l-people__slider {
  margin-top: 1.25em;
}

.l-people__slider li img {
  width: 100%;
}

.l-people__slider li figcaption {
  margin-top: 19px;
}

.l-people__slider li {
  float: left;
  margin: 0 10px;
  width: 443px;
  font-size: 18px;
  list-style: none;
}
.l-people__slider li a {
  font-weight: bold;
  color: #8b6f4c;
  text-decoration: none;
}

.mobileaboutBox {
  display: none;
}

canvas {
  display: none;
}

@media screen and (max-width: 1600px) {
  .index_roosBox .roomBox {
    max-width: 1600px;
  }

  .index_roosBox li:nth-child(odd) {
    padding-left: 83px;
  }
  .index_roosBox li:nth-child(even) {
    padding-right: 83px;
  }
}
@media screen and (max-width: 1471px) {
  .index_roosBox li .rocont {
    width: 74%;
    margin: 0 !important;
  }

  .index_roosBox li .roomTxt p {
    max-width: 80%;
  }

  .index_roosBox li:nth-child(odd) {
    padding-left: 50px;
  }
  .index_roosBox li:nth-child(even) {
    padding-right: 50px;
  }

  .index_roosBox li:nth-child(even) .rocont {
    margin: 80px 0 !important;
  }
}
@media screen and (max-width: 960px) {
  .index_aboutBox_pc {
    display: none;
  }

  .index_aboutBox_mo {
    display: block;
  }

  .indexPage .newsList li:nth-child(3) {
    display: none;
  }

  .pcaboutBox {
    display: none;
  }

  .mobileaboutBox {
    background: rgba(255, 255, 255, 0.85);
    width: 93%;
    margin: 0 auto;
    display: block;
  }
  .mobileaboutBox .poster {
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
  }
  .mobileaboutBox .bookBg {
    background: none;
  }
  .mobileaboutBox .bookBg .boocont {
    width: 94%;
    height: auto;
    overflow: auto;
  }
  .mobileaboutBox .bookBg .viewMore {
    float: none;
    margin: 30px auto 0 auto;
  }

  .index_roosBox li {
    width: 98%;
    margin: 0 auto;
  }
  .index_roosBox li:nth-child(odd),
  .index_roosBox li:nth-child(even) {
    padding: 0;
  }
  .index_roosBox li .r1,
  .index_roosBox li .r2,
  .index_roosBox li .r3 {
    display: none;
  }
  .index_roosBox li .roomTxt {
    width: 100%;
    height: auto;
    padding: 40px 0;
  }
  .index_roosBox li .roomTxt p {
    height: auto;
    overflow: auto;
  }
  .index_roosBox li .roomTxt .roomTc a {
    display: none;
  }
  .index_roosBox li .roomImg {
    width: 100%;
  }

  .index_roosBox .roomContent .roomView {
    width: 100%;
    clear: both;
    display: block;
    text-align: center;
  }
  .index_roosBox .roomContent .roomView a {
    width: 100%;
    padding: 20px 0;
    color: #8b6f4c;
    display: block;
    text-decoration: none;
  }
  .index_roosBox .roomContent .roomView a:before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 8px;
    background: url(../images/view_arrw.png) top left no-repeat;
    position: relative;
    left: -20px;
    transition: 0.4s;
  }
  .index_roosBox .roomContent .roomView a:hover:before {
    left: -5px;
  }

  .contact form {
    margin: 19px auto 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .index_aboutBox_mo hgroup {
    padding-bottom: 54px;
  }

  .indexPage .newsBox {
    padding: 108px 0 0 0;
  }

  .index_aboutBox_mo {
    padding: 112px 0 42px 0;
  }

  .mobileaboutBox {
    width: 90%;
  }
  .mobileaboutBox .poster {
    width: 82%;
    padding-top: 60px;
  }

  .bookBg {
    letter-spacing: 1px;
    margin-top: 30px;
    padding: 70px 0 78px 0;
  }

  .mobileaboutBox .bookBg .boocont {
    width: 90%;
    height: auto;
    overflow: initial;
  }

  .mobileaboutBox .bookBg .viewMore {
    margin: 21px auto 0 auto;
  }

  .index_roosBox {
    padding: 107px 0 54px 0;
  }
  .index_roosBox hgroup {
    padding-bottom: 36px;
  }
  .index_roosBox hgroup h3 {
    letter-spacing: 0.05em;
    margin-left: 0px;
  }
  .index_roosBox li {
    width: 97.2%;
  }
  .index_roosBox li .roomTxt {
    padding: 77px 0 23px 0;
  }
  .index_roosBox li .roomTxt p {
    overflow: initial;
    width: 76%;
  }
  .index_roosBox li .rocont {
    width: 100%;
    max-width: 100%;
  }
  .index_roosBox .roomBox {
    padding: 2px;
  }

  .index_roosBox li .roomImg {
    height: 380px !important;
  }

  .index_roosBox .roomContent .roomView a {
    padding: 23px 0 24.5px 0;
  }
  .index_roosBox .roomContent .roomView a:hover:before {
    left: -27px;
  }

  .index_roosBox li:nth-child(odd) {
    margin-bottom: 8px;
  }

  .index_roosBox li:nth-child(even) .rocont {
    margin: 0px 0 !important;
  }

  .mobileaboutBox .bookBg p {
    width: 90%;
  }

  .simply-scroll-clip {
    padding-bottom: 20px;
  }

  .facilityBox .facTxt_pc {
    display: none;
  }

  .facilityBox .facTxt_mobile {
    display: block;
  }

  .facilityBox {
    width: 90%;
  }
  .facilityBox .viewBtn {
    margin-bottom: 53px;
  }
}
.newsBox {
  width: 100%;
  max-width: 1074px;
  margin: 0 auto;
  padding: 82px 0 0 0;
}

.newsPage hgroup {
  letter-spacing: 1px;
  width: 100%;
  padding-bottom: 50px;
  clear: both;
  text-align: center;
  color: #17312a;
}
.newsPage hgroup h2 {
  font-family: "copperplat";
  font-size: 2.9rem;
}
.newsPage hgroup h3 {
  font-size: 1.125rem;
  font-weight: bold;
}
.newsPage .newsBox {
  padding: 0;
}
.newsPage.nlbox article {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.newsPage main[role="main"] {
  background: #f6f5f3;
}

.pc_listBtn {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  font-size: 1.25rem;
}
.pc_listBtn li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border-left: 1px solid #17312a;
  line-height: 22px;
}
.pc_listBtn li:last-child {
  border-right: 1px solid #17312a;
}
.pc_listBtn li a {
  display: block;
  padding: 0 2.21em;
  color: #17312a;
  text-decoration: none;
}
.pc_listBtn li a:hover {
  color: #8b6f4c;
}
.pc_listBtn li.active a {
  color: #8b6f4c;
}

.newsList li {
  float: left;
  width: 30%;
  max-width: 300px;
  margin-right: 86px;
  margin-bottom: 52px;
}
.newsList li:nth-child(3n) {
  margin-right: 0;
}
.newsList li a {
  text-decoration: none;
}

.newsPhoto {
  position: relative;
  width: 248px;
  height: 248px;
  margin: 0 auto 29px auto;
  overflow: hidden;
  -webkit-border-radius: 99%;
  -moz-border-radius: 99%;
  border-radius: 99%;
}
.newsPhoto span {
  display: block;
  width: 100%;
  height: 248px;
}
.newsPhoto .iphoto_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.newsPhoto .iphoto_bg.qw {
  transition: 0.4s;
  background: rgba(0, 0, 0, 0.48);
}
.newsPhoto .iphoto_bg.qw .view i,
.newsPhoto .iphoto_bg.qw .view p {
  opacity: 1;
}

.newsTxt {
  width: 100%;
}
.newsTxt time {
  display: block;
  background: #17312a;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 17px;
  padding-left: 9px;
}
.newsTxt h3 {
  margin: 9px 0 12px 0;
  display: block;
  color: #17312a;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 32px;
  height: 58px;
  letter-spacing: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
}
.newsTxt div {
  width: 100%;
  padding: 20px 0;
  font-size: 1rem;
  color: #434343;
  background: url(../images/new_line.png) top left repeat-x, url(../images/new_line.png) bottom left repeat-x;
  line-height: 27px;
  letter-spacing: 2px;
}
.newsTxt div p {
  display: block;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
}

.view {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.view i {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.view p {
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 21%;
}
.view a {
  width: 100%;
  display: block;
}

.viewBtn {
  clear: both;
  width: 100%;
  margin-bottom: 82px;
  text-align: center;
}
.viewBtn a {
  display: inline-block;
  border: 2px solid #17312a;
  padding: 2px;
  text-decoration: none;
  color: #17312a;
}
.viewBtn a span {
  display: block;
  border: 1px solid #8e9a96;
  padding: 0px 37px;
  line-height: 28px;
  letter-spacing: 1px;
}
.viewBtn a:hover {
  background: #17312a;
  color: #ffffff;
}

.title {
  border-top: 1px solid #17312a;
  border-bottom: 2px solid #17312a;
  padding: 3px 0 30px 0;
}
.title time {
  text-align: center;
  display: block;
  background: #17312a;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 17px;
  margin-bottom: 29px;
}
.title p {
  font-weight: bold;
  padding: 0 63px;
  font-size: 1.25rem;
  line-height: 30px;
  text-align: center;
}

.mo_listBtn {
  display: none;
}

@media screen and (max-width: 1160px) {
  .newsList li {
    margin-right: 44px;
  }
}
@media screen and (max-width: 960px) {
  .newsPage main[role="main"] hgroup {
    padding-bottom: 36px;
  }
  .newsPage main[role="main"] .title {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 27px 0;
  }
  .newsPage main[role="main"] .title p {
    padding: 0;
  }
  .newsPage main[role="main"] .editorBox {
    width: 90%;
    margin: 32px auto 43px auto;
  }
  .newsPage main[role="main"] .backIcon {
    margin-left: 39px;
  }

  .newsPage main[role="main"],
  .nlbox main[role="main"] {
    padding: 130px 0 48px 0;
  }

  .newsBox {
    width: 90%;
  }

  .newsPhoto {
    width: 100%;
    border-radius: 0;
  }

  .newsList li {
    width: 45%;
    max-width: 100%;
  }
  .newsList li:nth-child(3n) {
    margin-right: 27px;
  }
  .newsList li:nth-child(2n) {
    margin-right: 0px;
  }

  .pc_listBtn {
    display: none;
  }

  .mo_listBtn {
    width: 100%;
    display: block;
    background: #f6f5f3;
    border: 1px solid #17312a;
    margin-bottom: 40px;
  }
  .mo_listBtn select {
    width: 100%;
    padding-left: 50px;
    font-size: 1.125rem;
    color: #17312a;
    line-height: 43px;
    border: none;
    background: none;
    font-family: Arial, Verdana, 微軟正黑體;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/news_list_arrw.png) no-repeat scroll right center transparent;
  }

  .newsList li {
    width: 48%;
    margin-right: 27px;
    margin-bottom: 60px;
  }

  .newsPhoto {
    margin: 0 auto 9px auto;
  }

  .view {
    display: none;
  }

  .newsPhoto .iphoto_bg.qw {
    background: transparent;
  }
}
@media screen and (max-width: 767px) {
  .newsList li {
    width: 46%;
  }
}
@media screen and (max-width: 480px) {
  .newsList li {
    width: 45.5%;
  }

  .newsPhoto span {
    height: 170px;
  }

  .newsPhoto {
    width: 100%;
    height: 170px;
    border-radius: 0;
  }
}
@media screen and (max-width: 375px) {
  .newsList li {
    width: 46.5%;
    margin-right: 20px;
  }

  .newsPhoto span {
    height: 174px;
  }

  .newsList li:nth-child(3n) {
    margin-right: 20px;
  }

  .newsList li:nth-child(2n) {
    margin-right: 0px;
  }

  .newsPhoto {
    height: 130px;
  }
  .newsPhoto span {
    height: 130px;
  }
}
@media screen and (max-width: 333px) {
  .newsList li {
    width: 45%;
    margin-right: 22px;
  }
}
@media screen and (max-width: 260px) {
  .newsList li {
    width: 100%;
    margin-right: 0px;
  }
}
.aboutPage hgroup {
  color: #8b6f4c;
  padding-bottom: 0;
}
.aboutPage .editorBox {
  margin-top: 50px;
  padding-top: 40px;
  background: url(../images/about_line.png) top left repeat-x;
}

@media screen and (max-width: 960px) {
  .aboutPage article {
    width: 90%;
    margin: 0 auto;
  }

  .aboutPage main[role="main"] {
    padding: 129px 0 48px 0;
  }

  .aboutPage hgroup h2 {
    margin-bottom: 40px;
  }
  .aboutPage .editorBox {
    margin-top: 36px;
    padding-top: 36px;
  }
}
.roomPage {
  background: #fff;
}
.roomPage hgroup {
  color: #8b6f4c;
  padding-bottom: 0;
  margin-top: -10px;
}
.roomPage .editorBox {
  margin-top: 50px;
  padding-top: 40px;
  background: url(../images/about_line.png) top left repeat-x;
}
.roomPage article {
  width: 100%;
  max-width: 100%;
}
.roomPage main[role="main"] {
  padding: 152px 0 0 0;
}

.briefing {
  width: 100%;
  background: #f6f5f3;
  padding-top: 50px;
  padding-bottom: 60px;
  margin-top: 50px;
  margin-bottom: 42px;
}
.briefing h2 {
  font-weight: 900;
  text-align: center;
  font-size: 1.563rem;
  color: #17312a;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 29px auto;
  padding-bottom: 37px;
  background: url(../images/room_line.png) bottom left repeat-x;
}
.briefing h2 span {
  font-family: "copperplat";
}
.briefing .briefTxt {
  width: 100%;
  max-width: 664px;
  text-align: center;
  margin: 0 auto;
  display: block;
  color: #313131;
  line-height: 34px;
}
.briefing .briefTxt b {
  font-weight: normal;
  color: #8b6f4c;
}

.roomList {
  width: 100%;
  color: #8b6f4c;
}
.roomList li {
  width: 100%;
  float: left;
  background: #f6f5f3;
}
.roomList li .room_img,
.roomList li .room_txt {
  float: left;
}
.roomList li .room_img {
  width: 68%;
  height: 452px;
}
.roomList li .room_txt {
  padding: 41px 55px;
  width: 32%;
}
.roomList li .room_txt h2 {
  font-weight: bold;
  display: block;
  font-size: 25px;
  margin-bottom: 28px;
  font-family: copperplat, "微軟正黑體";
}
.roomList li .room_txt .roomContent {
  padding: 15px 0;
  line-height: 34px;
  background: url(../images/room_line2.png) top left repeat-x, url(../images/room_line2.png) bottom left repeat-x;
}
.roomList li .room_icon {
  width: 100%;
  padding: 20px 0 2px 0;
}
.roomList li .room_icon li {
  width: 30%;
  margin-right: 20px;
  margin-bottom: 30px;
  font-size: 12px;
}
.roomList li .room_icon li:nth-child(3n) {
  margin-right: 0;
}
.roomList li .room_icon li i,
.roomList li .room_icon li p {
  display: inline-block;
  vertical-align: middle;
}
.roomList li .room_icon li i {
  width: 40px;
  margin-right: 3px;
}
.roomList li .room_icon li p {
  width: 78px;
}
.roomList li .roomView {
  width: 100%;
  text-align: center;
}
.roomList li .roomView a {
  height: 34px;
  line-height: 34px;
  display: inline-block;
  text-decoration: none;
  padding: 0 34px;
  color: #8b6f4c;
  border: 1px solid #8b6f4c;
  font-size: 14px;
}
.roomList li .roomView a:hover {
  color: #fff;
  background: #8b6f4c;
}
.roomList li:nth-child(even) .room_img {
  float: right;
}
.roomList li:nth-child(even) .room_txt {
  float: left;
}

.roomContentPage {
  background: #f6f5f3;
}
.roomContentPage hgroup {
  color: #8b6f4c;
  padding-bottom: 0;
}
.roomContentPage .slick-prev,
.roomContentPage .slick-next {
  display: none !important;
}
.roomContentPage .slick-dots li.slick-active button:before {
  background: #8a7246;
  border: 2px solid #fff;
}
.roomContentPage .slick-dots {
  text-align: right;
  right: 30px;
}
.roomContentPage article {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 76px;
}
.roomContentPage main[role="main"] {
  padding: 148px 0 0 0;
}
.roomContentPage .roomTitle {
  width: 100%;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: -13px;
}
.roomContentPage .roomTitle h2 {
  display: block;
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 40px;
  margin-bottom: 86px;
  color: #8b6f4c;
}
.roomContentPage .roomincontent {
  width: 100%;
  background: url(../images/room_line2.png) top left repeat-x;
  border-bottom: 1px solid #8b6f4c;
  padding: 25px 0 15px 0;
  text-align: center;
  line-height: 34px;
  color: #313131;
}
.roomContentPage .roomincontent .roomBriefing {
  width: 677px;
  margin: 0 auto;
  letter-spacing: 0.2em;
}
.roomContentPage .roomBanner {
  margin: 41px 0;
  width: 100%;
  text-align: center;
}
.roomContentPage .editorBox {
  border-bottom: 1px solid #8b6f4c;
}
.roomContentPage .backIcon {
  margin-top: 79px;
}

.roomDetails {
  color: #8b6f4c;
}
.roomDetails .rdtitle {
  font-weight: bold;
  margin-bottom: 40px;
}
.roomDetails .rdtitle b,
.roomDetails .rdtitle span {
  display: inline-block;
  vertical-align: middle;
}
.roomDetails .rdtitle b {
  margin-right: 5px;
  font-size: 1.875rem;
  letter-spacing: 0.095em;
}
.roomDetails .rdtitle span {
  font-size: 18px;
  letter-spacing: 0.1em;
}
.roomDetails .room_icon {
  font-size: 12px;
  padding: 5px 25px 0 18px;
  margin-bottom: 34px;
  border-bottom: 1px solid #8b6f4c;
}
.roomDetails .room_icon li {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  margin-right: 34px;
  margin-bottom: 31px;
}
.roomDetails .room_icon li:nth-child(4n) {
  margin-right: 0;
}
.roomDetails .room_icon i,
.roomDetails .room_icon p {
  display: inline-block;
  vertical-align: middle;
}
.roomDetails .room_icon i {
  width: 44px;
  margin-right: 7px;
}
.roomDetails .room_icon p {
  width: 140px;
  position: relative;
  top: 1px;
}

@media screen and (max-width: 1670px) {
  .roomList li .room_txt {
    width: 35%;
  }

  .roomList li .room_img {
    width: 65%;
  }
}
@media screen and (max-width: 1517px) {
  .roomList li .room_txt {
    width: 47%;
    padding: 41px 25px;
  }

  .roomList li .room_img {
    width: 53%;
  }
}
@media screen and (max-width: 1017px) {
  .roomList li .room_txt {
    width: 50%;
  }

  .roomList li .room_img {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .roomPage main[role="main"] {
    padding: 126px 0 0 0;
  }

  .roomPage hgroup {
    margin-top: 0;
    padding-left: 6px;
  }

  .briefing {
    margin-top: 27px;
  }
  .briefing h2 {
    width: 100%;
    margin: 0 auto 20px auto;
    padding-bottom: 47px;
    letter-spacing: 7px;
  }

  .briefBox,
  .roomList {
    width: 90%;
    margin: 0 auto;
  }

  .roomList li .room_img,
  .roomList li .room_txt {
    width: 100%;
    padding: 49px 16px;
  }
  .roomList li .room_img .roomContent,
  .roomList li .room_txt .roomContent {
    background: none;
    border-top: 1px solid #8b6f4c;
    border-bottom: 1px solid #8b6f4c;
    padding: 15px 0 12px 17px;
    letter-spacing: 0.176em;
  }

  .roomList li .room_icon {
    padding: 15px 0 2px 0px;
  }
  .roomList li .room_icon li {
    width: 126px;
    text-align: center;
    margin-right: 4px;
    font-size: 15px;
    margin-top: 14px;
    margin-bottom: 0;
  }
  .roomList li .room_icon li:nth-child(5n) {
    margin-right: 0;
  }
  .roomList li .room_icon li i {
    width: 60px;
    margin: 0 auto 14px auto;
  }

  .roomList li .roomView a {
    height: auto;
    padding: 3px 34px;
  }

  .roomList li .room_icon li i,
  .roomList li .room_icon li p {
    display: block;
  }

  .roomList li .room_icon li p {
    width: 126px;
    line-height: 24px;
    height: 96px;
  }

  .roomContentPage article {
    width: 90%;
    margin: 0 auto 7px auto;
  }

  .roomDetails .room_icon {
    padding: 0;
  }
  .roomDetails .room_icon i {
    margin-right: 0px;
  }
  .roomDetails .room_icon li {
    width: 26%;
    margin-right: 46px;
  }
  .roomDetails .room_icon li:nth-child(3n) {
    margin-right: 0;
  }
  .roomDetails .room_icon li:nth-child(4n) {
    margin-right: 46px;
  }
  .roomDetails .room_icon p {
    width: 130px;
  }

  .roomContentPage .backIcon {
    margin-top: 35px;
    margin-bottom: 40px;
  }

  .roomContentPage .roomincontent .roomBriefing {
    width: 100%;
  }

  .briefing {
    margin-bottom: 13px;
  }

  .roomList li {
    margin-bottom: 41px;
  }
  .roomList li .room_img {
    height: 290px;
  }

  .roomContentPage .slick-dots {
    text-align: center;
    right: 0;
    margin: -23px 0 0 0;
  }
  .roomContentPage .roomTitle h2 {
    margin-bottom: 29px;
  }
  .roomContentPage main[role="main"] {
    padding: 128px 0 0 0;
  }
  .roomContentPage .roomBanner {
    margin: 41px 0 54px 0;
  }
  .roomContentPage .roomDetails .rdtitle {
    margin-bottom: 35px;
  }
  .roomContentPage .roomDetails .room_icon {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
  }
  .roomContentPage .roomDetails .room_icon li {
    width: 30%;
    margin-right: 12px;
  }
  .roomContentPage .roomDetails .room_icon li:nth-child(3n) {
    margin-right: 0;
  }
  .roomContentPage .editorBox {
    padding-bottom: 0;
  }
  .roomContentPage .backIcon {
    margin-top: 79px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 740px) {
  .roomContentPage .roomDetails .room_icon li {
    width: 31%;
    margin-right: 10px;
  }

  .roomDetails .room_icon p {
    width: 90px;
  }
}
@media screen and (max-width: 525px) {
  .roomDetails .room_icon i {
    width: 29px;
  }
}
@media screen and (max-width: 480px) {
  .roomList li .room_icon li {
    text-align: center;
    margin-right: 18px;
  }

  .roomList li .room_txt {
    padding: 41px 15px;
  }

  .roomList li .room_icon li i {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .roomDetails .room_icon p {
    width: 70px;
  }
  .roomDetails .room_icon li {
    width: 45%;
    margin-right: 27px;
  }
  .roomDetails .room_icon li:nth-child(3n) {
    margin-right: 28px;
  }
  .roomDetails .room_icon li:nth-child(2n) {
    margin-right: 0;
  }

  .roomList li .room_img {
    height: 144px;
  }

  .roomDetails .rdtitle b {
    font-size: 1.575rem;
    letter-spacing: 0.045em;
  }
}
@media screen and (max-width: 385px) {
  .roomDetails .room_icon i {
    width: 23px;
  }

  .roomDetails .room_icon p {
    width: 50px;
  }
}
@media screen and (max-width: 375px) {
  .roomList li .room_icon li {
    margin-right: 16px;
  }

  .roomDetails .rdtitle b {
    font-size: 1.5rem;
  }

  .roomDetails .rdtitle span {
    font-size: 17px;
  }
}
@media screen and (max-width: 360px) {
  .roomList li .room_icon li {
    width: 29%;
  }
}
@media screen and (max-width: 354px) {
  .roomDetails .rdtitle b {
    font-size: 1.45rem;
    letter-spacing: 0.025em;
  }
}
@media screen and (max-width: 320px) {
  .roomDetails .rdtitle b {
    font-size: 1.2rem;
  }
}
.facilityPage {
  background: url(../images/facility_bg.jpg) top left repeat;
}
.facilityPage article {
  width: 100%;
  max-width: 100%;
}
.facilityPage main[role="main"] {
  padding: 145px 0 0 0;
}
.facilityPage hgroup {
  color: #8b6f4c;
  padding-bottom: 0;
}
.facilityPage .briefing {
  width: 100%;
  text-align: center;
  color: #313131;
  line-height: 32px;
  background: none;
  padding: 29px 0 37px 0;
  margin: 0;
  letter-spacing: 0.1em;
}
.facilityPage .briefing .briefTxt {
  width: 100%;
  max-width: 853px;
  margin: 0 auto;
  line-height: 32px;
}

.facilityList {
  width: 100%;
  position: relative;
}
.facilityList li {
  width: 100%;
  height: 430px;
  clear: both;
  position: relative;
}
.facilityList .factiImg {
  height: 430px;
}
.facilityList .factiTxt {
  width: 35%;
  max-width: 469px;
  color: #fff;
  line-height: 33px;
  margin: 0 0 0 56px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.facilityList .factiTxt h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  display: block;
  margin: -11px 0 15px 0;
  margin-bottom: 15px;
}
.facilityList .factiTxt p {
  text-align: center;
  display: block;
  height: auto;
  max-height: 233px;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 34px;
}
.facilityList .factiTxt a {
  width: 170px;
  font-size: 14px;
  display: block;
  padding: 4px;
  background: rgba(255, 255, 255, 0.8);
  color: #010101;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
}
.facilityList .factiTxt a span {
  width: 100%;
  display: block;
  border: 1px solid #606161;
  padding: 0px 30px;
  line-height: 24px;
}
.facilityList .factiTxt a:hover {
  background: #17312a;
  color: #ffffff;
}
.facilityList .factiTxt a:hover span {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.facilityList li:nth-child(odd) .factiImg {
  background-position: left center !important;
}
.facilityList li:nth-child(even) .factiImg {
  background-position: right center !important;
}
.facilityList li:nth-child(even) .factiTxt {
  right: 0;
  margin: 36px 56px 0 0;
}

.popupBox {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.4s;
  background: rgba(0, 0, 0, 0.81);
}
.popupBox .popupContent {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}
.popupBox .popupContent .slick-prev,
.popupBox .popupContent .slick-next {
  width: 44px;
  height: 44px;
}
.popupBox .popupContent .slick-prev {
  background: url(../images/are.png) 0px 0 no-repeat;
}
.popupBox .popupContent .slick-next {
  right: 0;
  background: url(../images/are.png) -44px 0 no-repeat;
}
.popupBox .popupContent .closeBtn {
  position: absolute;
  top: -46px;
  right: -21px;
  background: url(../images/close.png) top left no-repeat;
  width: 44px;
  height: 44px;
  display: block;
  z-index: 9;
  text-indent: -10000px;
  transition: 0.4s;
}
.popupBox .popupContent li img {
  margin: 0 auto;
}
.popupBox.pop {
  opacity: 1;
  z-index: 9;
  transition: 0.4s;
}
.popupBox .editorBox {
  margin: 0 auto;
  padding-bottom: 0;
}
.popupBox .editorBox p {
  margin-bottom: 0;
}
.popupBox .editorBox img {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  [class*="popupBox"] .popupContent {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .facilityPage main[role="main"] {
    padding: 129px 0 0 0;
  }

  .facilityPage .briefing .briefTxt {
    width: 90%;
  }

  .facilityPage .briefing {
    padding: 29px 0 37px 0;
  }

  .facilityList li {
    height: auto;
    background: #fff;
  }
  .facilityList li:nth-child(even) .factiTxt {
    margin: 0 auto;
  }
  .facilityList li:nth-child(odd) .factiImg,
  .facilityList li:nth-child(even) .factiImg {
    background-position: center center !important;
  }

  .facilityList .factiImg {
    height: 230px;
  }
  .facilityList .factiTxt {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
    position: static;
    top: 0;
    transform: translateY(0);
    padding: 54px 0 78px 0;
    letter-spacing: 0.1em;
  }
  .facilityList .factiTxt h2 {
    color: #8b6f4c;
    margin-bottom: 29px;
  }
  .facilityList .factiTxt p {
    color: #313131;
    overflow: initial;
    max-height: inherit;
  }
  .facilityList .factiTxt a {
    width: auto;
  }
  .facilityList .factiTxt a span {
    padding: 8px 66px;
    line-height: 32px;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  [class*="popupBox"] .popupContent {
    width: 93%;
    margin: 0 auto;
  }

  .popupBox .popupContent .closeBtn {
    right: -9px;
  }

  .popupBox .popupContent .slick-next {
    right: 0px;
  }

  .popupBox .popupContent .slick-prev,
  .popupBox .popupContent .slick-next {
    width: 26px;
    height: 26px;
    background-size: cover;
  }

  .popupBox .popupContent .slick-next {
    background: url(../images/are.png) -24px 0 no-repeat;
    background-size: cover;
  }
}
.trafficPage {
  background: #f6f5f3;
}
.trafficPage hgroup {
  letter-spacing: 1px;
  width: 100%;
  padding-bottom: 50px;
  clear: both;
  text-align: center;
  color: #17312a;
}
.trafficPage hgroup h2 {
  font-family: "copperplat";
  font-size: 2.9rem;
  margin-bottom: 22px;
}
.trafficPage hgroup h3 {
  font-size: 1.125rem;
  font-weight: bold;
}
.trafficPage article {
  max-width: 1200px;
}
.trafficPage main[role="main"] {
  padding: 145px 0 98px 0;
}
.trafficPage .trafficBox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.trafficPage .tratitle {
  width: 100%;
  max-width: 348px;
  margin: 0 auto 40px auto;
  text-align: center;
  margin-bottom: 40px;
}
.trafficPage.nlbox article {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.trafficPage #map {
  width: 100%;
  height: 458px;
}
.trafficPage #map iframe {
  width: 100%;
  height: 458px;
}
.trafficPage .mapTxt {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: #8b6f4c;
  line-height: 34px;
  padding: 0 0 28px 0;
  letter-spacing: 0.052em;
}
.trafficPage .mapTxt.add_tw {
  padding: 11px 0 0 0;
  letter-spacing: 2px;
}
.trafficPage .editorBox {
  margin-top: 0;
  padding: 30px 0 6px 0;
  border-top: 1px dashed #8b6f4c;
  border-bottom: 1px dashed #8b6f4c;
}

.language_en .mapTxt {
  padding: 11px 0 28px 0;
}

@media (max-width: 480px) {
  iframe[src*="google"] {
    height: 197px;
  }
}
@media screen and (max-width: 960px) {
  .trafficPage main[role="main"] {
    padding: 129px 0 63px 0;
  }
  .trafficPage .tratitle {
    max-width: 100%;
  }
  .trafficPage .mapTxt,
  .trafficPage .editorBox {
    width: 90%;
    margin: 0 auto;
  }

  .trafficPage #map {
    height: 420px;
  }
  .trafficPage #map iframe {
    height: 420px;
  }

  .trafficPage .mapTxt.add_tw {
    padding: 23px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .trafficPage #map {
    height: 320px;
  }
  .trafficPage #map iframe {
    height: 320px;
  }

  .trafficPage .tratitle {
    width: 75%;
    margin: 0 auto 40px auto;
  }
}
.contact {
  color: #17312a;
  width: 100%;
  overflow: hidden;
  padding-bottom: 82px;
  background: #ffffff;
}
.contact form {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 96px auto 0 auto;
  border: 4px solid #17312a;
  padding: 4px;
}
.contact form hgroup {
  position: relative;
  width: 752px;
  margin: 0 auto 16px auto;
  color: #17312a;
  border-bottom: 3px solid #17312a;
  padding-bottom: 15px;
}
.contact form hgroup small {
  font-size: 12px;
  color: #a40000;
  position: absolute;
  right: 6px;
  bottom: 4px;
  letter-spacing: 1px;
}
.contact form hgroup h2 {
  letter-spacing: 0.17em;
  margin-bottom: 12px;
}
.contact form hgroup h3 {
  font-size: 1.04rem;
}

.contactBox {
  position: relative;
  float: left;
  width: 100%;
  background: #f6f5f3;
  border: 1px solid #17312a;
  padding: 37px 0 24px 0;
}
.contactBox .co1 {
  position: absolute;
  top: -51px;
  right: -47px;
}
.contactBox .co2 {
  position: absolute;
  bottom: 64px;
  left: 37px;
}
.contactBox ul {
  width: 752px;
  margin: 0 auto;
}
.contactBox li {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 13px;
}
.contactBox li h4 {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.contactBox li input,
.contactBox li textarea {
  padding-left: 4px;
  outline: 0;
}
.contactBox li textarea {
  width: 100%;
  height: 88px;
  background: none;
  border: none;
  border-bottom: 1px solid #17312a;
}
.contactBox li input {
  width: 100%;
  height: 39px;
  background: none;
  border: none;
  border-bottom: 1px solid #17312a;
}
.contactBox li.name,
.contactBox li.gender {
  float: left;
  width: 50%;
  max-width: 351px;
}
.contactBox li.name {
  margin-right: 43px;
}
.contactBox li.thank {
  font-size: 12px;
}
.contactBox li.thank p {
  padding-bottom: 5px;
}
.contactBox li.code {
  width: 60%;
}
.contactBox li.code input,
.contactBox li.code .code-pic,
.contactBox li.code .captcha {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.contactBox li.code input {
  width: 176px;
  height: 36px;
  border: 1px solid #17312a;
}
.contactBox li.code .captcha {
  color: #17312a;
  text-decoration: none;
  padding-left: 25px;
  height: 16px;
  background: url(../images/repeat.png) top left no-repeat;
}
.contactBox li.sentBtn {
  width: 30%;
  max-width: 209px;
  float: right;
  border: 1px solid #17312a;
}
.contactBox li.sentBtn a {
  width: 100%;
  height: 100%;
  padding: 8px;
  color: #17312a;
  display: block;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.contactBox li.sentBtn a:hover {
  color: #ffffff;
  background: #17312a;
}
.contactBox li span {
  color: #a40000;
  font-size: 12px;
}

.col {
  position: relative;
  top: 10px;
  left: 12px;
}

.col .assess {
  width: 25%;
  margin: 0;
  margin-right: 29px;
  font-size: 16px;
  color: #17312a;
  display: inline;
}

.assess input[type="radio"],
.assess input[type="checkbox"] {
  width: 17px;
  display: none;
  margin-right: 5px;
}

.assess input[type="radio"] + label,
.assess input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
}

.col .assess input[type="radio"] + label:before,
.col .assess input[type="checkbox"] + label:before {
  width: 17px;
  height: 17px;
  transition: 0.2s;
  background: #ffffff;
  border: 1px solid #17312a;
}

.assess input[type="radio"] + label:before,
.assess input[type="radio"] + label:after,
.assess input[type="checkbox"] + label:before,
.assess input[type="checkbox"] + label:after {
  display: inline-block;
  content: "";
  vertical-align: 0.1ex;
  border-radius: 50%;
  line-height: 16px;
}

.assess input[type="radio"] + label:before,
.assess input[type="checkbox"] + label:before {
  width: 15px;
  height: 15px;
  background: #ffffff;
  position: relative;
  top: 4px;
  margin-right: 8px;
}

.col .assess input[type="radio"] + label:after,
.col .assess input[type="checkbox"] + label:after {
  width: 7px;
  height: 7px;
  transition: 0.2s;
  background: #000000;
  top: 12px;
  left: 5px;
}

.assess input[type="radio"]:checked + label:after,
.assess input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.assess input[type="radio"] + label:after,
.assess input[type="checkbox"] + label:after {
  width: 10px;
  height: 10px;
  background-color: #6bad3d;
  position: absolute;
  top: 12px;
  left: 5px;
  opacity: 0;
}

.assess input[type="radio"] + label:before,
.assess input[type="radio"] + label:after,
.assess input[type="checkbox"] + label:before,
.assess input[type="checkbox"] + label:after {
  display: inline-block;
  content: "";
  vertical-align: 0.1ex;
  border-radius: 50%;
  line-height: 16px;
}

.assess input[type="checkbox"] + label {
  width: auto;
}

.aslabe .assess {
  margin-right: 15px;
}

.assess input[type="checkbox"] + label:before,
.assess input[type="checkbox"] + label:after {
  border-radius: 0;
}

@media screen and (max-width: 1200px) {
  .contact form {
    width: 92%;
  }

  .contactBox .co2 {
    bottom: 77px;
    left: 5px;
  }
}
@media screen and (max-width: 1120px) {
  .contactBox .co2 {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .contact form {
    width: 100%;
    border: none;
  }
  .contact form hgroup {
    width: 100%;
  }

  .contactBox li span {
    margin: 5px 0;
    display: block;
  }
  .contactBox li.name,
  .contactBox li.gender {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .contactBox li.gender {
    margin-bottom: 30px;
  }

  .contact {
    width: 95%;
    margin: 0 auto;
  }

  .contactBox {
    border: none;
  }
  .contactBox ul {
    width: 100%;
  }
  .contactBox .co1,
  .contactBox .co2 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    padding-bottom: 13px;
  }

  .flogo,
  .simap,
  .community {
    width: 90%;
    margin: 0 auto;
    display: block;
    float: none;
    text-align: center;
  }

  .community {
    float: none;
    border-bottom: 1px solid #8b6f4c;
    padding: 47px 0 33px 0;
    margin-bottom: 42px;
  }
  .community li {
    float: none;
    width: 51px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
  }

  .contactBox li.code {
    width: 100%;
  }
  .contactBox li.code input {
    width: 100%;
    height: 40px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .contactBox li.sentBtn {
    width: 100%;
    max-width: 100%;
    clear: both;
    float: left;
    margin-top: 20px;
    border: 1px solid #17312a;
  }
}
@media screen and (max-width: 750px) {
  .contact {
    width: 100%;
  }
  .contact form {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 73px 0px 4px 0px;
  }
  .contact form hgroup {
    padding-bottom: 26px;
  }
  .contact form hgroup h3 {
    font-size: 1.25rem;
  }
  .contact form hgroup small {
    position: static;
    letter-spacing: 1px;
    margin-top: 10px;
    display: block;
  }

  .contactBox {
    background: none;
  }
  .contactBox ul {
    margin-top: 73px;
  }

  .col .assess {
    margin-right: 59px;
  }

  .contactBox li.sentBtn a {
    padding: 10px;
  }

  .community {
    left: 2px;
  }

  .community li {
    margin-right: 13px;
  }

  .simap .contactInformation {
    padding-top: 26px;
  }

  .copyhight {
    padding-top: 2px;
    padding-bottom: 20px;
    font-size: 0.89em;
    letter-spacing: 0;
  }
}

/*# sourceMappingURL=main.css.map */
