@charset "UTF-8";
/* -------------
    * reset 此區塊請勿更動
    * ---------- */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

blockquote, q {
  quotes: none;
}

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

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

ul, li, p {
  margin: 0;
  list-style: none;
  padding: 0;
}

img, object, embed, video {
  max-width: 100%;
}

a, img {
  border: none;
}

body {
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  display: none;
}

/* -------------
    * basic css
    * ---------- */
/* -------------
    * font color
    * ---------- */
/* -------------
    * background color
    * ---------- */
/* -------------
    * button
    * ---------- */
.btn-search:before {
  content: "";
  display: inline-block;
  background: url(../images/all_icon.png) 0 -153px no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  left: -3px;
}

.ui-btn-blue {
  color: #fff !important;
  text-shadow: 0em 0em 0em #fff !important;
  text-shadow: none !important;
  font: 15px/1.8 verdana, 微軟正黑體;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  min-width: 100px;
  height: 30px;
  text-align: center;
  background: #00a3e0;
  box-shadow: 0 2px 0 #1a78b4;
}

.ui-btn-blue:hover {
  background: #1a78b4;
  box-shadow: 0 2px 0 #0f5a8a;
}

.ui-btn-orange {
  color: #fff !important;
  text-shadow: 0em 0em 0em #fff !important;
  text-shadow: none !important;
  font: 15px/1.8 verdana, 微軟正黑體;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  min-width: 100px;
  height: 30px;
  text-align: center;
  background: #fc4c02;
  box-shadow: 0 2px 0 #c83d0d;
}

.ui-btn-orange:hover {
  background: #db1a00;
  box-shadow: 0 2px 0 #ab3d2a;
}

.ui-btn-gray {
  color: #fff !important;
  text-shadow: 0em 0em 0em #fff !important;
  text-shadow: none !important;
  font: 15px/1.8 verdana, 微軟正黑體;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  min-width: 100px;
  height: 30px;
  text-align: center;
  background: #b1b1b1;
  box-shadow: 0 2px 0 #8c8c8c;
}

.ui-btn-gray:hover {
  background: #919090;
  box-shadow: 0 2px 0 #7a7a7a;
}

.ui-btn-lineblue {
  border-radius: 2px;
  font: 15px/1.8 verdana, 微軟正黑體;
  background: #fff;
  display: inline-block;
  outline: none;
  cursor: pointer;
  min-width: 100px;
  height: 30px;
  text-align: center;
  color: #00a3e0;
  text-shadow: 0em 0em 0em #00a3e0;
  border: 1px solid #00a3e0;
}

.ui-btn-lineblue:hover {
  color: #fff;
  text-shadow: 0em 0em 0em #fff;
  background: #00a3e0;
}

/* -------------
    * 麵包屑 ui-breadcrumb
    * ---------- */
ul.ui-breadcrumb {
  display: inline-block;
}

ul.ui-breadcrumb li {
  display: inline-block;
  float: left;
}

ul.ui-breadcrumb li:last-child:after {
  background: none;
}

ul.ui-breadcrumb li:last-child a:hover {
  color: #333;
  cursor: auto;
}

ul.ui-breadcrumb a {
  font: 13px/1.8 verdana, 微軟正黑體;
  color: #333;
  display: inline-block;
}

ul.ui-breadcrumb a:hover {
  color: #00a3e0;
  text-shadow: 0em 0em 0em #00a3e0;
  cursor: pointer;
}

/* -------------
    * 內文
    * ---------- */
/*** 內文 - 無連結  ui-text ***/
ul.ui-text > li,
ul.ui-underline > li,
ul.ui-arrow-back > li {
  margin-bottom: 5px;
}

ul.ui-text a,
ul.ui-underline a,
ul.ui-arrow-back a,
ul.ui-arrow-right a {
  cursor: pointer;
  display: inline-block;
}

.ui-text li {
  float: left;
}

.ui-text a.ui-blue {
  color: #00a3e0;
  text-shadow: 0em 0em 0em #00a3e0;
}

.ui-text a.ui-blue:hover {
  color: #005eb8;
  text-shadow: 0em 0em 0em #005eb8;
}

.ui-text a.ui-darkgreen {
  color: #009a44;
  text-shadow: 0em 0em 0em #009a44;
}

.ui-text a.ui-darkgreen:hover {
  color: #31b700;
  text-shadow: 0em 0em 0em #31b700;
}

.ui-text .ui-black {
  color: #333;
  text-shadow: 0em 0em 0em #333;
}

.ui-text .ui-red {
  color: #d6001c;
  text-shadow: 0em 0em 0em #d6001c;
}

/*** 內文 - 有連結 ui-underline ***/
.ui-underline li {
  float: left;
}

.ui-underline .ui-blue {
  color: #00a3e0;
  text-shadow: 0em 0em 0em #00a3e0;
  border-bottom: 1px dashed #00a3e0;
}

.ui-underline .ui-blue:hover {
  color: #005eb8;
  text-shadow: 0em 0em 0em #005eb8;
  border-bottom: 1px dashed #005eb8;
}

.ui-underline .ui-black {
  color: #333;
  text-shadow: 0em 0em 0em #333;
  border-bottom: 1px dashed #aaa;
}

.ui-underline .ui-black:hover {
  color: #005eb8;
  text-shadow: 0em 0em 0em #005eb8;
}

.ui-underline .ui-red {
  color: #de3349;
  text-shadow: 0em 0em 0em #de3349;
  border-bottom: 1px dashed #de3349;
}

.ui-underline .ui-red:hover {
  color: #d6001c;
  text-shadow: 0em 0em 0em #d6001c;
  border-bottom: 1px dashed #de3349;
}

.ui-underline .ui-orange {
  color: #fd7035;
  text-shadow: 0em 0em 0em #fd7035;
  border-bottom: 1px dashed #feb79a;
}

.ui-underline .ui-orange:hover {
  color: #ff9e1b;
  text-shadow: 0em 0em 0em #ff9e1b;
}

/*** 內文 - 功能和重要性 ui-arrow-back ***/
.ui-arrow-back li {
  float: left;
}

.ui-arrow-back a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  margin-right: 2px;
}

.ui-arrow-back a.ui-blue {
  color: #00a3e0;
  text-shadow: 0em 0em 0em #00a3e0;
}

.ui-arrow-back a.ui-blue:before {
  background: url(../images/all_icon.png) 0 0 no-repeat;
}

.ui-arrow-back a.ui-blue:hover {
  color: #005eb8;
  text-shadow: 0em 0em 0em #005eb8;
}

.ui-arrow-back a.ui-blue:hover:before {
  background: url(../images/all_icon.png) -20px 0 no-repeat;
}

.ui-arrow-back a.ui-lightblack {
  color: #666;
  text-shadow: 0em 0em 0em #666;
}

.ui-arrow-back a.ui-lightblack:before {
  background: url(../images/all_icon.png) -40px 0 no-repeat;
}

.ui-arrow-back a.ui-lightblack:hover {
  color: #00a3e0;
  text-shadow: 0em 0em 0em #00a3e0;
}

.ui-arrow-back a.ui-lightblack:hover:before {
  background: url(../images/all_icon.png) 0 0 no-repeat;
}

/*** 內文 - 向右箭頭 ui-arrow-right ***/
.ui-arrow-right li {
  float: left;
}

.ui-arrow-right a {
  color: #666;
  text-shadow: 0em 0em 0em #666;
}

.ui-arrow-right a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
}

.ui-arrow-right a.ui-lightblack:after {
  background: url(../images/all_icon.png) 0 -30px no-repeat;
}

.ui-arrow-right a:hover {
  color: #00a3e0;
  text-shadow: 0em 0em 0em #00a3e0;
}

.ui-arrow-right a:hover:after {
  background: url(../images/all_icon.png) -20px -30px no-repeat;
}

/* -------------
    * 頁籤 tab
    * ---------- */
.ui-tab-box {
  *zoom: 1;
  margin-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
}

.ui-tab-box:before, .ui-tab-box:after {
  content: "";
  display: table;
}

.ui-tab-box:after {
  clear: both;
}

/*** 頁籤 1 ui-tab-wireframe ***/
.ui-tab-wireframe .ui-tab-left {
  float: left;
}

.ui-tab-wireframe .ui-tab-left p {
  line-height: 2;
  margin-left: 10px;
}

.ui-tab-wireframe .ui-tab-right {
  float: right;
  margin-bottom: -1px;
  height: 30px;
}

.ui-tab-wireframe .ui-tab-right ul {
  display: inline-block;
}

.ui-tab-wireframe .ui-tab-right ul li {
  float: left;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  text-align: center;
  line-height: 2;
}

.ui-tab-wireframe .wireframe {
  background: #fff;
  border: 1px solid #fff;
  border-bottom: none;
  padding: 0 12px;
  margin-left: 5px;
}

.ui-tab-wireframe .wireframe-active, .ui-tab-wireframe .wireframe:hover {
  border: 1px solid #d5d5d5;
  border-bottom: 1px solid #fff;
}

/*** 頁籤 2 ui-tab-purpleframe ***/
.ui-tab-purpleframe .ui-tab-left {
  float: left;
}

.ui-tab-purpleframe .ui-tab-left ul {
  display: block;
  height: 35px;
  margin-bottom: -1px;
}

.ui-tab-purpleframe .ui-tab-right {
  float: right;
  line-height: 2;
  margin-right: 10px;
}

.ui-tab-purpleframe .wireframe {
  float: left;
  min-width: 100px;
  cursor: pointer;
  height: 33px;
  line-height: 35px;
  text-align: center;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-bottom: 1px solid #d5d5d5;
}

.ui-tab-purpleframe .wireframe a {
  width: 100%;
  height: 100%;
  display: block;
}

.ui-tab-purpleframe .wireframe:hover a {
  color: #84329b;
}

.ui-tab-purpleframe .wireframe-active {
  background: #fff;
  border: 1px solid #d5d5d5;
  border-bottom: 1px solid #fff;
  line-height: 30px;
}

.ui-tab-purpleframe .wireframe-active a {
  color: #84329b;
  text-shadow: 0em 0em 0em #84329b;
  border-top: 3px solid #b34cd1;
}

/*** 頁籤 3 ui-tab-blueframe ***/
.ui-tab-blueframe ul, .ui-tab-blueframe li, .ui-tab-blueframe a {
  display: inline-block;
}

.ui-tab-blueframe a {
  width: 100%;
  height: 100%;
}

.ui-tab-blueframe a:hover {
  color: #00a3e0;
}

.ui-tab-blueframe .wireframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  min-width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.ui-tab-blueframe .wireframe-active {
  border-bottom: 2px solid #00a3e0;
}

.ui-tab-blueframe .wireframe-active a {
  color: #00a3e0;
  text-shadow: 0em 0em 0em #00a3e0;
}

/* -------------
    * 標題 ui-title
    * ---------- */
.ui-title {
  border-bottom: 1px solid #d5d5d5;
}

.ui-title p {
  font: 20px/1.8 verdana, 微軟正黑體;
  color: #84329b;
  text-shadow: 0em 0em 0em #84329b;
  padding: 0 10px 2px 10px;
  display: inline-block;
  border-bottom: 3px solid #b583c2;
  margin-bottom: -2px;
}

/* -------------
    * 表單 form
    * ---------- */
/*** input - text ***/
.ui-input-box input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-text-fill-color: #333;
}

.ui-input-box input[type=text],
.ui-input-box input[type=password],
.ui-input-box input[type=tel] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  padding: 7px 6px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
}

.ui-input-box input[type=text]:focus, .ui-input-box input[type=text]:hover,
.ui-input-box input[type=password]:focus,
.ui-input-box input[type=password]:hover,
.ui-input-box input[type=tel]:focus,
.ui-input-box input[type=tel]:hover {
  border: 1px solid #00a3e0;
  box-shadow: 0px 1px 3px #efefef;
}

.ui-input-box input[type=text]::placeholder,
.ui-input-box input[type=password]::placeholder,
.ui-input-box input[type=tel]::placeholder {
  color: #999;
  text-shadow: 0em 0em 0em #999;
}

/*** input - radio ***/
.ui-radio-box {
  display: inline-block;
}

.ui-radio-box input {
  display: none;
}

.ui-radio-box li, .ui-radio-box label {
  display: inline-block;
}

.ui-radio-box label {
  position: relative;
  cursor: pointer;
  padding-left: 23px;
}

.ui-radio-box label.not-choose {
  cursor: default;
}

.ui-radio-box label.not-choose .checkmark, .ui-radio-box label.not-choose:hover .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: url(../images/all_icon.png) -66px -89px no-repeat;
}

.ui-radio-box label.not-choose .checkmark:after, .ui-radio-box label.not-choose:hover .checkmark:after {
  background: none;
}

.ui-radio-box label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.ui-radio-box label input:checked ~ .checkmark:after {
  display: block;
}

.ui-radio-box label .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: url(../images/all_icon.png) 0 -89px no-repeat;
}

.ui-radio-box label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: url(../images/all_icon.png) -44px -89px no-repeat;
}

.ui-radio-box label:hover input ~ .checkmark {
  background: url(../images/all_icon.png) -22px -89px no-repeat;
}

/*** input - checkbox ***/
.ui-checkbox-box {
  display: inline-block;
}

.ui-checkbox-box input {
  display: none;
}

.ui-checkbox-box li, .ui-checkbox-box label {
  display: inline-block;
}

.ui-checkbox-box label {
  position: relative;
  cursor: pointer;
  padding-left: 23px;
}

.ui-checkbox-box label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.ui-checkbox-box label input:checked ~ .checkmark:after {
  display: block;
}

.ui-checkbox-box label.not-check {
  cursor: default;
}

.ui-checkbox-box label.not-check .checkmark, .ui-checkbox-box label.not-check:hover .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: url(../images/all_icon.png) -66px -121px no-repeat;
}

.ui-checkbox-box label.not-check .checkmark:after, .ui-checkbox-box label.not-check:hover .checkmark:after {
  background: none;
}

.ui-checkbox-box label .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: url(../images/all_icon.png) 0 -121px no-repeat;
}

.ui-checkbox-box label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: url(../images/all_icon.png) -44px -121px no-repeat;
}

.ui-checkbox-box label:hover input ~ .checkmark {
  background: url(../images/all_icon.png) -22px -121px no-repeat;
}

/*** select ***/
.ui-form-box {
  *zoom: 1;
  font: 15px/1.8 verdana, 微軟正黑體;
}

.ui-form-box:before, .ui-form-box:after {
  content: "";
  display: table;
}

.ui-form-box:after {
  clear: both;
}

.ui-form-box label {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 10%;
  text-align: right;
  padding-right: 5px;
  line-height: 35px;
}

.ui-form-box select {
  clear: none;
}

.ui-form-box .wide {
  width: calc(100% - 10%) !important;
  clear: none;
  font: 15px/35px verdana, 微軟正黑體;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  height: 35px;
  padding-left: 10px;
}

.ui-form-box .nice-select:active, .ui-form-box .nice-select.open, .ui-form-box .nice-select:focus {
  border: 1px solid #00a3e0;
}

.ui-form-box .nice-select ul.list {
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  box-shadow: 0px 1px 3px #efefef;
  margin-top: 1px;
  width: 100%;
}

.ui-form-box .nice-select .option.focus {
  background: #fff !important;
  color: #00a3e0;
  text-shadow: 0em 0em 0em #00a3e0;
}

.ui-form-box .nice-select .option:hover, .ui-form-box .nice-select .option .selected.focus {
  background: #00a3e0 !important;
  color: #fff;
  text-shadow: 0em 0em 0em #fff;
}

/*** textarea ***/
.ui-textarea {
  font: 15px/1.8 verdana, 微軟正黑體;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  padding: 8px;
}

.ui-textarea:focus {
  outline: none;
  border: 1px solid #00a3e0;
  box-shadow: 0px 1px 3px #efefef;
}

.ui-textarea::placeholder {
  color: #999;
  text-shadow: 0em 0em 0em #999;
}

/* -------------
    * desktop
    * ---------- */
/* -------------
        * pad
        * ---------- */
/* -------------
    * mobile
    * ---------- */
/* -------------
        * landscape
        * ---------- */
/* -------------
        * Firefox
        * ---------- */
/* -------------
        * IE
        * ---------- */
a {
  color: #333;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

body {
  background: #f8d08b;
}

.container {
  color: #333;
  font: 13px/1.8 verdana, 新細明體;
  width: 100%;
  min-width: 320px;
}

@media (min-width: 960px) {
  .container {
    background: url(../images/southeastasia_bg.jpg) center 0 no-repeat;
    max-width: initial;
  }
}

@media (min-width: 960px) {
  .wrapBox {
    margin: 0 15px;
  }
}

.clearbox {
  *zoom: 1;
}

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

.clearbox:after {
  clear: both;
}

@media (min-width: 960px) {
  .center-wrap {
    width: 960px;
    height: 350px;
    margin: 0 auto;
    position: relative;
  }
}

.center-wrap .topfix-logo {
  display: none;
}

@media (min-width: 960px) {
  .center-wrap .topfix-logo {
    display: block;
  }
}

@media (min-width: 960px) {
  .center-wrap .topfix-logo img {
    display: block;
    width: 960px;
    height: 70px;
    position: relative;
    z-index: 5;
    margin: 0 auto;
  }
}

.center-wrap .mobile {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 960px) {
  .center-wrap .mobile {
    display: none;
  }
}

.center-wrap .title {
  display: none;
}

@media (min-width: 960px) {
  .center-wrap .title {
    width: 590px;
    height: 340px;
    display: block;
    position: absolute;
    top: 0;
    left: -80px;
  }
}

.main-content {
  *zoom: 1;
  margin: 0 auto;
  width: 94%;
}

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

.main-content:after {
  clear: both;
}

@media (min-width: 960px) {
  .main-content {
    display: table;
    width: 960px;
    background: #f9f6ef;
  }
}

.main-content .wrap {
  width: 100%;
}

@media (min-width: 960px) {
  .main-content .wrap {
    display: table-row;
  }
}

@media (min-width: 960px) {
  .main-content .leftBox,
  .main-content .rightBox {
    display: table-cell;
    vertical-align: top;
  }
}

.main-content .leftBox {
  display: none;
  background: #db2228;
}

@media (min-width: 960px) {
  .main-content .leftBox {
    display: table-cell;
    width: 250px;
  }
}

@media (min-width: 960px) {
  .main-content .rightBox {
    width: calc( 960px - 250px);
  }
}

.rightBox p.period {
  font: 15px/1.8 verdana, 微軟正黑體;
  margin: 25px 0 15px 0;
}

@media (min-width: 960px) {
  .rightBox p.period {
    display: inline-block;
    margin: 25px 0 20px 0;
    padding: 5px 20px 5px 15px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #fed154;
  }
}

.rightBox span.label {
  font: 15px/1.8 verdana, 微軟正黑體;
  color: #fff;
  padding: 2px 10px;
  background: #db2228;
  position: absolute;
  left: -2px;
  top: -12px;
}

@media (min-width: 960px) {
  .rightBox span.label {
    position: static;
    float: left;
    height: 35px;
    line-height: 35px;
  }
}

.rightBox span.promotion-txt {
  display: block;
  font: 18px/1.8 verdana, 微軟正黑體;
  margin-top: 10px;
  padding: 20px 5px 5px 5px;
}

@media (min-width: 960px) {
  .rightBox span.promotion-txt {
    font: 20px/1.8 verdana, 微軟正黑體;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
  }
}

.rightBox span.promotion-txt span {
  display: inline-block;
}

.rightBox span.promotion-txt span:first-child {
  margin-right: 10px;
}

.rightBox span.price {
  display: inline-block !important;
  font: 22px/1.8 verdana, 微軟正黑體;
  color: #db2228;
}

.rightBox .icon-calender {
  border-radius: 50%;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 7px;
  background: #db2228;
  padding: 7px;
}

@media (min-width: 960px) {
  .rightBox .icon-calender {
    border-radius: 0;
    background: transparent;
    padding: 0;
    vertical-align: top;
  }
}

.rightBox .promotion {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  border: 2px solid #db2228;
  position: relative;
  margin-top: 30px;
  background: #f9f6ef;
}

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

.rightBox .promotion:after {
  clear: both;
}

@media (min-width: 960px) {
  .rightBox .promotion {
    margin-top: 0;
    background: transparent;
  }
}

.hotel-item {
  display: block;
  margin: 20px 0 50px 0;
}

@media (min-width: 960px) {
  .hotel-item {
    margin: 10px 15px 40px 15px;
  }
}

.hotel-item > li {
  display: block;
  background: #f9f6ef;
}

@media (min-width: 960px) {
  .hotel-item > li {
    background: transparent;
  }
}

.hotel-item > li:not(:last-child) {
  margin-bottom: 40px;
}

.hotel-item ul.numlist, .hotel-item ul.introduction {
  font: 14px/1.8 verdana, 微軟正黑體;
}

.hotel-item ul.introduction .title {
  color: #126d67;
  font: 15px/1.8 verdana, 微軟正黑體;
  display: block;
  margin: 10px 0 0 10px;
}

@media (min-width: 960px) {
  .hotel-item ul.introduction .title {
    margin: 0;
  }
}

.hotel-item ul.introduction .title:before {
  content: '★';
  font-family: serif;
  font-size: 18px;
  margin-right: 5px;
  color: #126d67;
}

.hotel-item ul.introduction span:not(.title) {
  margin: 0 10px 0 33px;
  display: block;
  font: 13px/1.8 verdana, 微軟正黑體;
  margin-bottom: 5px;
}

@media (min-width: 960px) {
  .hotel-item ul.introduction span:not(.title) {
    margin-left: 20px;
  }
}

.hotel-item ul.numlist > li {
  list-style: decimal;
  margin-left: 20px;
}

.hotel-item p.item-title {
  color: #fff;
  background: #af802f;
  font: 18px/1.8 verdana, 微軟正黑體;
  padding: 5px 0;
  text-align: center;
}

@media (min-width: 960px) {
  .hotel-item p.item-title {
    font: 30px/1.8 verdana, 微軟正黑體;
    font-weight: bold;
    color: #126d67;
    background: transparent;
    padding: 0;
  }
  .hotel-item p.item-title:before, .hotel-item p.item-title:after {
    content: '//';
    color: #5bad9b;
    font-family: serif;
    font-size: 40px;
    padding: 0 10px;
    position: relative;
    top: 3px;
    display: inline-block;
    text-shadow: 0em 0em 0em #f9f6ef;
  }
}

.hotel-item p.product-name {
  font: 18px/1.8 verdana, 微軟正黑體;
  font-weight: bold;
  color: #126963;
}

@media (min-width: 960px) {
  .hotel-item p.product-name {
    margin-top: 20px;
    border: none;
    padding: 0;
  }
}

.hotel-item p.checkin-date, .hotel-item p.product-price {
  font: 15px/1.8 verdana, 微軟正黑體;
  display: inline-block;
}

@media (min-width: 960px) {
  .hotel-item p.checkin-date {
    float: left;
  }
}

.hotel-item p.product-price {
  color: #fff;
  background: #fc4c02;
  box-shadow: 0 2px 0 #c83d0d;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  text-align: center;
  height: 33px;
}

@media (min-width: 960px) {
  .hotel-item p.product-price {
    float: right;
    position: static;
    margin-top: -8px;
    color: #db2228;
    text-shadow: 0em 0em 0em #db2228;
    background: none;
    box-shadow: none;
    text-align: left;
    height: auto;
  }
}

.hotel-item p.product-price > span {
  font: 20px/1.8 verdana, 微軟正黑體;
}

.hotel-item a.product {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 10px;
}

.hotel-item .productImg {
  width: 100%;
}

@media (min-width: 960px) {
  .hotel-item .productImg {
    display: block;
    width: 650px;
    height: 190px;
    position: relative;
    z-index: 1;
  }
}

.hotel-item .yellow-linebox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
}

@media (min-width: 960px) {
  .hotel-item .yellow-linebox {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin: -20px 0 0 15px;
    border: 2px solid #fed154;
  }
  .hotel-item .yellow-linebox:hover {
    background: #fed154;
  }
}

.hotel-item .yellow-linebox .introduction {
  margin-top: 10px;
  margin-bottom: 70px;
}

@media (min-width: 960px) {
  .hotel-item .yellow-linebox .introduction {
    margin-bottom: 0;
  }
}

.hotel-item .yellow-linebox .introduction > li:not(:first-child):not(.remark) {
  margin-left: 22px;
  list-style: disc;
}

.hotel-item .yellow-linebox .introduction > li.remark {
  margin-top: 20px;
  color: #fc4c02;
}

.hotel-item .yellow-linebox .introduction > li.remark:before {
  content: none !important;
}

.precautions {
  font: 13px/1.8 verdana, 微軟正黑體;
  background: #ebebeb;
  padding: 15px;
  margin-bottom: 20px;
}

.precautions > p {
  color: #333;
}

.precautions .precautions-list > li {
  list-style: decimal;
  margin-left: 33px;
  color: #666;
}

.warning {
  display: none;
}

@media (min-width: 960px) {
  .warning {
    display: block;
    width: 710px;
    height: 95px;
    text-indent: 101%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/warn.gif) no-repeat;
  }
}

#NAV {
  width: 100% !important;
}

.main-content .leftBox {background: none;}
@media (min-width: 960px) {
  .main-content .wrap {
    background-color: #bf7a67;
  }
    .rightBox {
    background-color: white;
  }
}  


/*201908 串接新版左側MENU而做的修改*/
#content {
	background: none;
	background-color: #bf7a67;
}
#NAV {
	width: auto !important;
}
#NAV, .pushy {
	font-family: verdana, "微軟正黑體" !important;
}
#NAV ul {
	margin: 10px 0 0 !important;
	font-size: 14px !important;
	font-weight: Verdana, "微軟正黑體" !important;
}
#NAV li {
	margin: 0 !important;
	padding: 0 10px !important;
}
#NAV li a {
	width: auto !important;
	height: auto !important;
	text-indent: 0 !important;
	text-align: left;
}
.main-con {
    padding:20px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-box {
    clear: both;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 9px;
    width: 100%;
}
.menu-box:hover {
	background: #b14d32;
}
.menu-box a {
    width: 100%;
    display: table;
	padding: 15px 10px !important;
	border-bottom: 1px solid rgba(255, 229, 222, 0.2) !important;
}
.menu-pic {
    width: 25px;
    display: table-cell;
    vertical-align: middle;
}
.menu-box img {
    width: 100%;
}
.menu-title {
    text-align: left;
    color:#ffffff;
    text-shadow: #ffffff 0em 0em 0em;
    font-size: 14px;
    line-height: 22px;
    display: table-cell;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 8px;
    vertical-align: top;
}
.menu-title span {
    color:#fff100;
    text-shadow: #fff100 0em 0em 0em;
}

	/*手機menu設定*/
	.pushy-index {
		font-size: 13px;
		color: #ffffff;
		text-align: right;
	}
	
	.pushy .pushy-index a {
		padding: 5px 10px 10px 10px;
		font-size: 13px;
		border: 0;
		font-family: Verdana,'微軟正黑體';
	}
	
	.icon-blankicon:after {
		content: "\e932";
		width: 13px;
		height: 13px;
		font-size: 11px;
		margin-left: 5px;
	}


	.pushy, .block-menu {
		background:#bf7a67 !important;
	}
	.main-bigtitle, .main-bigtitle span {
		color: #b14d32 !important;
	}
	.menu-btn {
		background:#b14d32 !important;
	}
	.pushy a:hover {
		background:#b14d32 !important;
	}
	.main-but a, .main-smalltitle a {
		background:#b14d32 !important;
		box-shadow: 0px 2px 0px #b14d32 !important;
	}
	.main-but a:hover, .main-smalltitle a:hover {
		background:#bf7a67 !important;
		box-shadow: 0px 2px 0px #b14d32 !important;
	}
	
@media screen and (max-width: 768px) {
	.menu-box {padding: 0;}
	.menu-pic {display: none;}
	.menu-title {padding: 0;}
}