@charset "UTF-8";
/* CSS Document */
@import url(https://cfb4c1.claudeassets.com/20220629104303cs_/https://hedohotel.com/css/help/reset.css);
@import url(https://f9eb8e.claudeassets.com/20220629104303cs_/https://hedohotel.com/css/font-awesome-4.7.0/css/font-awesome.min.css);
@import url(https://19bcc8.claudeassets.com/20220629104303cs_/https://hedohotel.com/css/help/rwdgrid.css);
body {
  background: #fff;
  font-family: "微軟正黑體", Helvetica, Arial, sans-serif, Heiti TC, "メイリオ";
  font-size: 13px; }

body, html {
  height: 100%; }

/*css3*/
a {
  cursor: pointer;
  color: #bd3d39;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

a:hover {
  color: #589000; }

[class*='col-'] {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.b-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.col-1 {
  width: 100%; }

.col-2 {
  width: 50%; }

.col-3 {
  width: 33.33%; }

.col-4 {
  width: 25%; }

.col-5 {
  width: 20%; }

a.btn_color1 {
  /*按鈕主色1*/
  background: #516190;
  color: #FFF; }

a.btn_color1:hover {
  background: #C85A56; }

a.btn_color2 {
  /*按鈕主色2*/
  background: #A0A0A0;
  color: #FFF; }

a.btn_color2:hover {
  background: #999; }

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

textarea {
  -webkit-appearance: none; }

.outerWrap {
  position: relative;
  overflow-x: hidden; }

.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 155px;
  box-sizing: border-box; }

#gmap {
  display: none;
  height: 400px; }

.label {
  display: none;
  padding: 5px 7px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.8); }

.mapTitle, .mapAdd, .btnMap {
  font-family: "微軟正黑體", Helvetica, Arial, sans-serif, Heiti TC, "メイリオ"; }

.btnMap a {
  display: inline-block;
  margin-top: 5px;
  padding: 5px 10px;
  background: #e27c47;
  color: #fff; }
  .btnMap a:hover {
    background: #2e2c2b; }

/*****網頁頭*****/
header {
  /*--logo--*/ }
  header .leftBox {
    float: left;
    width: calc(100% - 800px);
    height: 105px;
    background: url("https://d4035e.claudeassets.com/20220629104303im_/https://hedohotel.com/images/logoBg.jpg") no-repeat;
    background-size: cover; }
  header h1 {
    position: relative;
    left: 35px;
    bottom: -24px;
    z-index: 99;
    float: left;
    width: 372px; }
    header h1 a {
      display: block;
      width: 100%;
      height: 54px;
      background: url(https://26828f.claudeassets.com/20220629104303im_/https://hedohotel.com/images/logo.png) no-repeat;
      background-size: contain;
      text-indent: -9999px; }

.headerFixed {
  position: fixed;
  left: 0;
  top: -120px;
  width: 100%;
  z-index: 800;
  background: #e27c47;
  opacity: 0;
  transition: all 1s; }
  .headerFixed.headerFixedShow {
    top: 0;
    opacity: 1; }
  .headerFixed .wrap {
    padding: 0 20px; }
  .headerFixed .leftBox {
    background: none; }

.language {
  position: relative;
  z-index: 99;
  right: 50px;
  top: -16px;
  float: right;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  line-height: 40px;
  color: #fff;
  cursor: pointer; }
  .language span {
    display: block; }
    .language span:after {
      content: '';
      position: absolute;
      width: 11px;
      height: 6px;
      background: url("https://2541ed.claudeassets.com/20220629104303im_/https://hedohotel.com/images/icon_lan_down.png") no-repeat;
      left: 50%;
      bottom: 10px;
      transform: translateX(-50%); }
  .language ul {
    display: none;
    margin-top: 15px;
    line-height: 24px; }
    .language ul li {
      background: rgba(0, 0, 0, 0.8);
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      .language ul li a {
        display: block;
        color: #fff; }

/*menu*/
.menuBox {
  float: right;
  width: 800px;
  height: 105px;
  background: #e27c47; }

ul.menu {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 55px;
  box-sizing: border-box; }
  ul.menu > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: -3px; }
  ul.menu li {
    height: 48px;
    box-sizing: border-box; }
    ul.menu li > a {
      position: relative;
      display: block;
      height: 48px;
      font-family: "Exo", sans-serif;
      font-size: 16px;
      padding: 3px 40px 3px 0;
      letter-spacing: .05em;
      color: #fff;
      text-transform: uppercase;
      box-sizing: border-box;
      transition: all .5s; }
      ul.menu li > a:hover {
        color: #000; }
      ul.menu li > a:after {
        content: attr(data-menu);
        position: absolute;
        bottom: 0;
        left: 0;
        font-family: "微軟正黑體", Helvetica, Arial, sans-serif, Heiti TC, "メイリオ";
        font-size: 13px;
        letter-spacing: .1em; }
    ul.menu li > a.en {
      position: relative;
      width: 48px;
      height: 48px;
      border: 1px solid #fff;
      border-radius: 50%;
      padding: 0;
      text-align: center;
      line-height: 40px; }
      ul.menu li > a.en:after {
        content: '';
        width: 11px;
        height: 6px;
        background: url("https://2541ed.claudeassets.com/20220629104303im_/https://hedohotel.com/images/icon_lan_down.png") no-repeat;
        left: 50%;
        bottom: 10px;
        transform: translateX(-50%); }
  ul.menu > li .submenu {
    display: none;
    width: 150px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99; }
    ul.menu > li .submenu a {
      display: block;
      background: #FFF;
      padding: 10px;
      font-size: 15px;
      color: #666;
      border-bottom: 1px solid #dadada; }
      ul.menu > li .submenu a:hover {
        background: #516190;
        color: #FFF; }

/*手機menu*/
.m_menu {
  display: none; }

/*****banner******/
.bannerArea {
  clear: both;
  position: relative; }

/*文字跑馬燈*/
.marqueeArea {
  box-shadow: inset 0 10px 15px #283458;
  background: #061540;
  padding: 15px 0; }

.marqueeArea h2 {
  float: left;
  margin-right: 20px;
  font-size: 15px;
  font-weight: normal;
  color: #FFF; }

.marqueeArea h2 em {
  margin-left: 5px; }

.marqueeArea .marqueeBox {
  overflow: hidden;
  max-height: 30px; }

.marqueeArea ul {
  overflow: hidden; }

.marqueeArea ul li .date {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 13px;
  color: #DBDBDB; }

.marqueeArea ul li h3 {
  display: inline-block;
  vertical-align: middle; }

.marqueeArea ul li h3 a {
  display: block;
  font-size: 15px;
  color: #FFF;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/*頁尾資訊*/
footer {
  padding: 25px 0; }

footer .row {
  clear: both;
  padding: 15px 0;
  overflow: hidden; }

ul.downMenu {
  border: 1px solid #142F79;
  border-left: none;
  border-right: none;
  text-align: center; }

ul.downMenu li {
  display: inline-block; }

ul.downMenu li a {
  display: block;
  padding: 7px 10px;
  font-size: 12px;
  color: #142F79; }

/*headerTitle*/
.headerTitle {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0 40px;
  padding-top: 100px;
  box-sizing: border-box;
  letter-spacing: .06em;
  font-size: 27px;
  font-weight: normal;
  font-family: "Exo", sans-serif, "微軟正黑體", Helvetica, Arial, sans-serif, Heiti TC, "メイリオ"; }
  .headerTitle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.5px;
    width: 1px;
    height: 60px;
    background: #b2b2b2; }

/*addressArea*/
.addressArea {
  line-height: 24px; }
  .addressArea br {
    display: none; }
  .addressArea br.block {
    display: block; }
  .addressArea h4 {
    float: left;
    width: 56px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: .05em;
    color: #000; }
  .addressArea h5 {
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase; }
  .addressArea ul {
    float: left;
    width: calc(100% - 56px);
    border-top: 1px solid #b2b2b2;
    margin-top: 20px;
    font-size: 13px; }
  .addressArea li {
    position: relative;
    padding: 38px 0 0 25px;
    box-sizing: border-box; }
    .addressArea li:before {
      content: '';
      position: absolute;
      left: 12px;
      top: -5px;
      width: 1px;
      height: 10px;
      background: #b2b2b2; }
  .addressArea a {
    display: block;
    color: #000; }
    .addressArea a:hover {
      text-decoration: underline; }
  .addressArea .leftBox {
    float: left;
    width: calc(100% - 530px);
    margin-right: 100px;
    box-sizing: border-box; }
    .addressArea .leftBox li {
      float: left;
      width: calc(100% / 3); }
  .addressArea .rightBox {
    float: left;
    width: 430px; }

/*endArea*/
.endArea {
  margin-top: 100px;
  border: 1px solid #b5b5b5;
  box-sizing: border-box; }
  .endArea p {
    display: inline-block;
    font-size: 13px;
    padding-left: 100px;
    height: 53px;
    line-height: 53px;
    background: url("https://1490da.claudeassets.com/20220629104303im_/https://hedohotel.com/images/endLogo.jpg") no-repeat 30px center;
    box-sizing: border-box;
    text-transform: uppercase; }
    .endArea p a {
      color: #c3c3c3; }
      .endArea p a:hover {
        text-decoration: underline; }
  .endArea .downMenu {
    display: inline-block;
    margin-left: 120px; }
    .endArea .downMenu li {
      position: relative;
      display: inline-block;
      padding: 0 20px;
      box-sizing: border-box; }
      .endArea .downMenu li:last-child:after {
        content: '';
        position: absolute;
        right: 0;
        top: 4px;
        width: 1px;
        height: 12px;
        background: #000; }
      .endArea .downMenu li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 4px;
        width: 1px;
        height: 12px;
        background: #000; }
      .endArea .downMenu li a {
        color: #000;
        font-size: 13px;
        text-transform: uppercase; }
        .endArea .downMenu li a:hover {
          text-decoration: underline; }

/*share*/
.social {
  float: right;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-right: -1px; }

.social a {
  float: left;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #fff;
  text-align: center; }
  .social a.pinterest {
    background: #f4d14d; }
  .social a.twitter {
    background: #1da1f2; }
  .social a.fb {
    background: #3b589e; }
  .social a.gPlus {
    background: #ea4335; }
  .social a.ig {
    background: #cb1f59; }
  .social a.weibo {
    background: #52b439; }

.social a:hover {
  opacity: 0.8; }

footer .qrcode {
  display: inline-block;
  vertical-align: middle; }

footer .fbBox {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle; }

.translateIbest {
  display: inline-block;
  vertical-align: middle; }

.translateIbest .design span {
  /*網頁設計‧愛貝斯*/
  display: block;
  line-height: 22px;
  font-size: 9pt;
  color: #FFF; }

.translateIbest .design a {
  /*網頁設計‧愛貝斯*/
  color: #FFF;
  text-decoration: none; }

.translateIbest .design a:hover {
  text-decoration: underline; }

/*********內頁**********/
/**********************/
.bannerBox img {
  display: block;
  width: 100%; }

/*bx小圓點*/
.bx-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 100%; }

.bx-pager {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(-50%);
  width: 100% !important;
  padding: 0 !important; }

.bx-pager-item {
  margin-bottom: 10px; }

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a {
  border: 1px solid #FFF;
  border-radius: 100%;
  background: none; }

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: none;
  border-color: #ebd3a7;
  position: relative; }
  .bannerArea .bx-wrapper .bx-pager.bx-default-pager a:hover:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%; }

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: none;
  border-color: #ebd3a7;
  position: relative; }
  .bannerArea .bx-wrapper .bx-pager.bx-default-pager a.active:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%; }

.mainArea {
  /* background:url(https://8da358.claudeassets.com/20220629104303im_/https://hedohotel.com/images/bg_main.jpg); */
  padding: 30px 0; }

.mainArea .titleBox {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 25px; }

.mainArea .titleBox h2 {
  font-size: 27px;
  color: #061540;
  text-align: center; }

.mainArea .titleBox h2 strong {
  font-weight: normal; }

.mainArea .titleBox h2 em {
  margin-left: 8px;
  font-size: 15px;
  color: #bababa; }

/*網站導覽bread*/
.mainArea .titleBox .bread {
  font-size: 12px;
  color: #BBBBBB;
  position: absolute;
  right: 10px;
  top: 25px; }

.mainArea .titleBox .bread a {
  color: #BBBBBB; }

.mainArea .titleBox .bread a i {
  font-size: 20px; }

.mainArea .titleBox .bread span {
  padding: 0 3px;
  color: #BBBBBB; }

.mainArea .contentBox {
  clear: both; }

.mainArea .contentBox h3.articleTitle {
  /*文章標題*/
  clear: both;
  margin-bottom: 25px;
  border-bottom: 1px dashed #D6D6D6;
  padding: 10px;
  font-size: 20px;
  font-weight: normal;
  color: #061540; }

.mainArea .contentBox h3.articleTitle strong {
  font-weight: normal; }

/*文字編輯器*/
.textEditor {
  clear: both;
  font-size: 15px;
  color: #2f2f2f;
  line-height: 1.8; }

.textEditor a {
  color: #06F; }

.textEditor img {
  max-width: 100%; }

.textEditor ul {
  list-style: disc outside;
  padding-left: 30px; }

.textEditor ol {
  list-style: decimal outside;
  padding-left: 30px; }

.textEditor table {
  border-collapse: collapse; }

.textEditor table th {
  padding: 5px;
  text-align: center;
  background: #51649A;
  color: #FFF;
  border: 1px solid #e1e1e1; }

.textEditor table td {
  padding: 5px;
  border: 1px solid #e1e1e1; }

table.breakpoint > tbody > tr > td.expand {
  cursor: pointer;
  background: url(https://77a488.claudeassets.com/20220629104303im_/https://hedohotel.com/images/plus.png) no-repeat 5px center;
  padding-left: 40px; }

.textEditor strong.title {
  display: block;
  font-size: 22px;
  font-weight: normal;
  color: #51649A; }

.textEditor hr {
  border: none;
  height: 1px;
  background: #f1f1f1; }

/*類別*/
.m_classLink {
  display: none; }

.classBox {
  padding: 20px 0; }

ul.classLink {
  text-align: center; }

ul.classLink li {
  display: inline-block; }

ul.classLink li a {
  display: block;
  margin: 0 3px;
  font-size: 13px;
  padding: 5px 10px;
  color: #51649A;
  border: 1px solid #51649A;
  position: relative; }

ul.classLink li a:hover,
ul.classLink li a.current {
  background: #51649A;
  color: #FFF; }

ul.classLink li a.current:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 7.5px 0 7.5px;
  border-color: #51649A transparent transparent transparent;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -7.5px; }

/*標籤*/
.tagBox {
  padding: 20px 0; }

.tagBox b {
  display: inline-block;
  margin-right: 10px; }

.tagBox ul {
  display: inline-block; }

.tagBox ul li {
  display: inline-block; }

.tagBox ul li a {
  display: block;
  margin: 0 3px;
  font-size: 13px;
  padding: 5px 10px;
  color: #51649A;
  border: 1px solid #51649A;
  position: relative; }

.tagBox ul li a:hover,
.tagBox ul li a.current {
  background: #51649A;
  color: #FFF; }

.tagBox ul li a.current:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-right: 5px; }

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: normal;
  color: #061540;
  padding: 5px;
  border-bottom: 1px solid #D6D6D6; }

.sectionTitle strong {
  color: #061540;
  font-weight: normal;
  display: block;
  position: relative; }

.sectionTitle strong a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/******頁籤*******/
.tab {
  margin-top: 40px; }

.tab a {
  display: block;
  float: left;
  padding: 12px 10px;
  font-size: 15px;
  color: #1c1c1c; }

.tab a.current {
  border: 1px solid #C0C0C0;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #F8F3F0;
  box-shadow: inset 0 3px 5px -2px #CECECE; }

ul.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
  border-top: 1px solid #D6D6D6; }

ul.tabContent > li {
  display: none; }

ul.tabContent li .textEditor {
  margin: 0; }

ul.tabContent h3.sectionTitle {
  display: none; }

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px; }

.side_menu ul li {
  border-bottom: 1px solid #e1e1e1;
  position: relative; }

.side_menu ul li > a {
  display: block;
  padding: 10px 15px;
  font-size: 14px; }

.side_menu ul li > a.current {
  background: #8C8C8C;
  color: #FFF; }

.side_menu ul li > a b {
  margin-left: 10px;
  font-size: 13px;
  font-weight: normal;
  color: #808080; }

.side_menu ul li dl {
  padding-left: 25px; }

.side_menu ul li dl dt a {
  display: block;
  padding: 10px 15px;
  font-size: 14px; }

.side_menu ul li dl dt a.current {
  color: #000;
  text-decoration: underline; }

/*側邊_相簿*/
ul.side_album {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -10px; }

ul.side_album li {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px 0; }

ul.side_album li a {
  display: block;
  box-shadow: 2px 2px 5px #c3c3c3; }

ul.side_album li a img {
  display: block;
  width: 100%; }

/*側邊_線上訂房*/
.side_booking {
  margin-bottom: 30px; }

.side_booking a {
  display: block;
  background: #f05b8f;
  border-radius: 4px;
  box-shadow: 0 1px 1px #8D2121;
  font-size: 25px;
  font-weight: bold;
  color: #FFF;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.side_booking a i {
  display: inline-block;
  font-size: 28px;
  padding: 10px 15px;
  margin-right: 15px;
  border-right: 1px solid #D33434;
  box-shadow: 1px 0 #F38A8A; }

.side_booking a:hover {
  box-shadow: inset 0 3px 3px #8D2121; }

/*側邊_聯絡資訊*/
.side_contactInfo ul li {
  margin-bottom: 20px; }

.side_contactInfo ul li a {
  font-size: 16px;
  color: #414141; }

.side_contactInfo ul li a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  border: 2px solid #A5A5A5;
  width: 35px;
  height: 35px;
  font-size: 20px;
  color: #A5A5A5;
  line-height: 35px;
  text-align: center;
  border-radius: 100%; }

.side_contactInfo ul li a b {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal; }

/*側邊_房型*/
.side_room {
  margin-bottom: 50px; }

.side_room ul li .Img img {
  width: 100%; }

.side_room ul li .Txt {
  margin-top: 5px; }

.side_room ul li .Txt h3 strong a {
  font-size: 16px;
  font-weight: normal; }

.side_room ul li .Txt p {
  font-size: 13px;
  color: #858383;
  line-height: 1.8;
  max-height: 100px;
  overflow: hidden; }

.side_room .bx-wrapper .bx-controls-direction a {
  width: 25px !important;
  height: 25px !important;
  top: 0 !important;
  right: 0;
  margin: 0 !important; }

.side_room .bx-wrapper .bx-prev {
  left: auto;
  right: 25px !important;
  background: url(https://299c4a.claudeassets.com/20220629104303im_/https://hedohotel.com/images/bx_arrow_square_prev.png) !important; }

.side_room .bx-wrapper .bx-next {
  background: url(https://4303c6.claudeassets.com/20220629104303im_/https://hedohotel.com/images/bx_arrow_square_next.png) !important; }

/*側邊_分享*/
.side_share {
  clear: both;
  display: none;
  margin-top: 30px; }

.side_share a {
  width: 100%;
  margin-top: 5px;
  display: block;
  padding: 15px 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  -web-box-sizing: border-box;
  box-sizing: border-box; }

.side_share a.line {
  box-shadow: 0 0 0 1px #22a00b;
  border-top: 1px solid #e1ffa9;
  background: #a7e732;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTdlNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMWZiNTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a7e732), color-stop(35%, #1fb50e));
  background: -webkit-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
  background: -o-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
  background: -ms-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
  background: linear-gradient(135deg, #a7e732 0%, #1fb50e 35%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7e732', endColorstr='#1fb50e',GradientType=1 ); }

.side_share a.fb {
  box-shadow: 0 0 0 1px #235c9b;
  border-top: 1px solid #8DCFF5;
  background: #5da0ea;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5da0ea), color-stop(100%, #3d8ce6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5da0ea 0%, #3d8ce6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da0ea', endColorstr='#3d8ce6',GradientType=0 );
  /* IE6-8 */ }

.side_share a.gPlus {
  box-shadow: 0 0 0 1px #874138;
  border-top: 1px solid #fd816b;
  background: #d65130;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2NTEzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMDQ0MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #d65130 0%, #d0442b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d65130), color-stop(100%, #d0442b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d65130 0%, #d0442b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d65130 0%, #d0442b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d65130 0%, #d0442b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d65130 0%, #d0442b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d65130', endColorstr='#d0442b',GradientType=0 );
  /* IE6-8 */ }

.side_share a i {
  padding-right: 5px;
  font-size: 18px; }

/*側邊_其他相關訊息*/
.side_news {
  margin: 30px 0; }

.side_news ul {
  margin-top: 20px; }

.side_news ul li {
  margin-bottom: 25px; }

.side_news ul li .Img {
  float: left;
  margin-right: 12px;
  width: 60px;
  overflow: hidden; }

.side_news ul li .Img img {
  height: 60px; }

.side_news ul li .Txt {
  overflow: hidden; }

.side_news ul li .Txt a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5; }

.side_news ul li .Txt a:hover {
  text-decoration: underline; }

.side_news ul li .Txt b {
  display: block;
  font-size: 12px;
  color: #999;
  font-weight: normal;
  margin-top: 5px; }

/**********適應性**********/
/************************/
@media (max-width: 1680px) {
  .wrap {
    padding: 0 20px; } }
@media (max-width: 1500px) {
  /*endArea*/
  .endArea {
    margin-top: 50px;
    border: none; }
    .endArea .downMenu {
      display: inline-block;
      margin: 18px 0 20px 0;
      float: right;
      clear: both; }

  /*share*/
  .social {
    float: right;
    clear: both;
    margin: 0; } }
@media (max-width: 1366px) {
  header .wrap, .bannerArea .wrap {
    padding: 0; } }
@media (max-width: 1180px) {
  /*1160+20(卷軸寬度)*/
  .outerWrap {
    padding-top: 60px; }

  .wrap {
    width: 100%;
    padding: 0 20px; }

  header {
    display: none; }

  /*手機menu*/
  .bx-controls {
    display: none; }

  .m_menu {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999; }

  .m_menu .mask {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    top: 0;
    left: 0;
    z-index: 10; }

  .m_menu .controlBox {
    background: #e27c47;
    position: relative;
    z-index: 99; }

  .m_menu .controlBox a.main {
    display: block;
    float: left;
    margin-right: 5px;
    width: 50px;
    height: 60px;
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    text-align: center; }

  .m_menu .controlBox .m_logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }

  .m_menu .controlBox .m_logo img {
    display: block;
    height: 40px;
    padding-top: 7px; }

  .m_menu .controlBox .right {
    float: right;
    margin-right: 10px;
    line-height: 60px; }

  .m_menu .controlBox .right a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 13px;
    color: #FFF;
    position: relative; }

  .m_menu .controlBox .right .btn_cart {
    display: inline-block;
    vertical-align: middle; }

  .m_menu .controlBox .right a em {
    display: none; }

  .m_menu .controlBox .right a i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    border-radius: 100%;
    background: #799A1B; }

  .m_menu .controlBox .right b {
    display: block;
    font-size: 13px;
    color: #FFF;
    background: #C40000;
    line-height: normal;
    border-radius: 5px;
    padding: 3px 5px;
    position: absolute;
    top: 6px;
    right: -5px; }

  .m_menu .controlBox .language:hover .submenu {
    display: block; }

  .m_menu .hideBox {
    /*手機menu內容*/
    display: none;
    background: #2e2c2b;
    width: 100%;
    padding: 60px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    box-sizing: border-box; }

  .m_menu .hideBox p.sp {
    display: none;
    padding: 10px;
    font-size: 13px;
    color: #FFF;
    background: #C80303; }

  .searchBox_m {
    text-align: center;
    padding: 20px 0; }

  .searchBox_m input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 30px;
    border: 1px solid #CCC; }

  .searchBox_m a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    background: #9CC720;
    color: #FFF; }

  /*手機語系*/
  .language {
    position: relative;
    z-index: 99;
    right: 0;
    top: 0px;
    float: none;
    width: 180px;
    margin: 0 auto;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0; }
    .language span {
      display: block; }
      .language span:after {
        content: '';
        position: absolute;
        width: 11px;
        height: 6px;
        background: url("https://2541ed.claudeassets.com/20220629104303im_/https://hedohotel.com/images/icon_lan_down.png") no-repeat;
        left: auto;
        right: 10px;
        bottom: 50%;
        transform: translateY(50%); }
    .language ul {
      display: none;
      margin-top: 5px;
      line-height: 24px; }
      .language ul li {
        border-bottom: none;
        background: #e27c47;
        padding: 5px 0;
        margin-bottom: 1px; }
        .language ul li a {
          color: #fff; }

  /*手機翻譯*/
  .m_menu .hideBox .m_trans {
    text-align: center;
    padding-top: 30px; }

  .m_menu .hideBox .m_trans > a {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #FFF;
    color: #FFF; }

  .m_menu .hideBox .m_trans > a i {
    margin-left: 5px; }

  /*手機會員登入*/
  .m_menu .loginBox {
    padding: 30px 0;
    text-align: center; }

  .m_menu .loginBox a {
    display: inline-block;
    margin: 0 3px;
    font-size: 15px;
    color: #FFF; }

  .m_menu .loginBox a i {
    margin-right: 3px; }

  .m_menu .loginBox .submenu {
    margin-top: 10px;
    color: #CCCCCC; }

  .m_menu .loginBox .submenu span {
    margin: 0 5px; }

  .m_menu .mfun {
    padding: 30px 0;
    text-align: center; }

  .m_menu .mfun a {
    margin: 0 3px;
    display: inline-block;
    font-size: 18px;
    background: none;
    border: 1px solid #fff;
    color: #FFF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%; }

  .m_menu ul.nav li {
    box-shadow: 0 1px #21201f, 0 2px #3c3a38; }

  .m_menu ul.nav li a {
    padding: 20px 10px 40px;
    display: block;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    position: relative; }
    .m_menu ul.nav li a:after {
      content: attr(data-menu);
      position: absolute;
      bottom: 15px;
      left: 0;
      font-family: "微軟正黑體", Helvetica, Arial, sans-serif, Heiti TC, "メイリオ";
      font-size: 13px;
      letter-spacing: .1em;
      width: 100%;
      text-align: center; }

  .m_menu ul.nav li a:hover {
    background: #e27c47; }

  .m_menu ul.nav li a i {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px; }

  .m_menu ul.nav li .submenu {
    display: none; }

  .m_menu ul.nav li .submenu a {
    padding: 10px 20px; }

  .m_menu ul.nav li .submenu a:hover {
    background: #999; }

  /*addressArea*/
  .addressArea .leftBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px; }
    .addressArea .leftBox li {
      float: left;
      width: calc(100% / 3); }
  .addressArea .rightBox {
    float: left;
    width: auto; }

  /*endArea*/
  .endArea {
    margin-top: 50px;
    border: none; }
    .endArea p {
      display: inline-block;
      font-size: 13px;
      padding-left: 50px;
      height: auto;
      line-height: 24px;
      background: url("https://1490da.claudeassets.com/20220629104303im_/https://hedohotel.com/images/endLogo.jpg") no-repeat 0 center; }
    .endArea .downMenu {
      display: inline-block;
      margin: 18px 0 20px 0;
      float: left;
      clear: both; }
      .endArea .downMenu li {
        margin-bottom: 15px; }

  /*share*/
  .social {
    float: left;
    clear: both;
    margin: 0; } }
@media (max-width: 768px) {
  footer h5.copyright {
    display: block;
    text-align: center;
    margin-bottom: 15px; }

  footer .fbBox {
    display: block;
    margin: 0;
    text-align: center; }

  /*bread*/
  .mainArea .titleBox .bread {
    display: none; }

  /*main*/
  .mainArea .wrap {
    padding: 0 20px; }

  .mainArea .cotentBox {
    padding: 20px 0; }

  .mainArea .titleBox h2 em {
    display: block;
    margin: 0; }

  /*footer*/
  .translateIbest {
    float: none; }

  /*側邊_分享*/
  .side_share {
    clear: both;
    display: block;
    margin-bottom: 30px; } }
/*640*/
@media (max-width: 640px) {
  .marqueeArea h2 {
    display: none; }

  .marqueeArea ul li .date {
    display: none; }

  .mainArea .titleBox h2 {
    float: none; }

  ul.classLink {
    display: none; }

  .m_classLink {
    display: block;
    position: relative; }

  .m_classLink a.main {
    display: block;
    font-size: 15px;
    color: #222;
    border: 1px solid #CCC;
    position: relative;
    padding: 10px;
    border-radius: 5px;
    background: #eeeeee;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #eeeeee));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
    /* IE6-9 */ }

  .m_classLink a.main i {
    display: block;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px; }

  .m_classLink ul {
    padding: 0;
    list-style: none;
    display: none;
    width: 100%;
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #d1d1d1;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    box-sizing: border-box; }

  .m_classLink ul li {
    padding: 0; }

  .m_classLink ul li a {
    display: block;
    padding: 15px 10px;
    border-top: 1px solid #d1d1d1; }

  .m_classLink ul li:first-child a {
    border: none; } }
/*480*/
@media (max-width: 480px) {
  .col-2 {
    float: none;
    width: 100%; }

  .col-3 {
    float: none;
    width: 100%; }

  .col-4 {
    float: none;
    width: 100%; }

  .col-5 {
    float: none;
    width: 100%; }

  /*頁籤*/
  /*addressArea*/
  .addressArea ul {
    width: 100%; }
  .addressArea li {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px dotted #ddd;
    box-sizing: border-box; }
    .addressArea li:before {
      display: none; }
  .addressArea .leftBox {
    float: left;
    width: 100%;
    margin-right: 0;
    box-sizing: border-box; }
    .addressArea .leftBox li {
      float: left;
      width: 100%; }
  .addressArea .rightBox {
    float: left;
    width: 100%; } }
/***Hover效果1: 放大淡出***/
.imh_opacity {
  background: #000;
  overflow: hidden; }

.imh_opacity img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden; }

.imh_opacity:hover img {
  opacity: 0.8;
  transform: scale(1.05); }

/***Hover效果1: 放大淡出Detail***/
.imh_detail {
  background: #000;
  overflow: hidden; }

.imh_detail img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden; }

.imh_detail a:before {
  display: block;
  content: "Details+";
  padding: 10px 20px;
  font-size: 13px;
  color: #FFF;
  border: 2px solid #FFF;
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 50%;
  margin-top: -80px;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px; }

.imh_detail:hover img {
  opacity: 0.3;
  transform: scale(1.05); }

/***Hover效果1: 放大淡出zoom***/
.imh_zoom {
  background: #000;
  overflow: hidden;
  position: relative; }

.imh_zoom img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden; }

.imh_zoom a:before {
  display: block;
  font-family: 'FontAwesome';
  content: "\f002";
  font-size: 18px;
  color: #FFF;
  background: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.imh_zoom:hover a:before {
  top: 50%; }

.imh_zoom:hover img {
  opacity: 0.3;
  transform: scale(1.05); }

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

/*
     FILE ARCHIVED ON 01:42:49 Feb 18, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:04:12 Sep 19, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.507
  exclusion.robots: 0.049
  exclusion.robots.policy: 0.039
  esindex: 0.008
  cdx.remote: 11.567
  LoadShardBlock: 178.147 (3)
  PetaboxLoader3.datanode: 151.254 (5)
  PetaboxLoader3.resolve: 2272.765 (3)
  load_resource: 2289.805 (2)
*/