@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;
}

a, img {
  border: none;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: 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: 0 0 0 #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: 0 0 0 #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: 0 0 0 #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: 0 0 0 #00a3e0;
  border: 1px solid #00a3e0;
}

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

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

.ui-title p {
  font: 20px/1.8 verdana, 微軟正黑體;
  color: #84329b;
  text-shadow: 0 0 0 #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: 0 0 0 #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: 0 0 0 #00a3e0;
}

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

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  display: block;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  display: none;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?n89xe2");
  src: url("fonts/icomoon.eot?n89xe2#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?n89xe2") format("truetype"), url("fonts/icomoon.woff?n89xe2") format("woff"), url("fonts/icomoon.svg?n89xe2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-airplane:before {
  content: "\a900";
}

.icon-apartment:before {
  content: "\a901";
}

.icon-arrow:before {
  content: "\a902";
}

.icon-arrow-right:before {
  content: "\a903";
}

.icon-baggage:before {
  content: "\e904";
}

.icon-calendar:before {
  content: "\a904";
}

.icon-check:before {
  content: "\a906";
}

.icon-check-circle:before {
  content: "\e907";
}

.icon-content:before {
  content: "\a908";
}

.icon-cross:before {
  content: "\a909";
}

.icon-explanation:before {
  content: "\a90a";
}

.icon-filter:before {
  content: "\a90b";
}

.icon-minus:before {
  content: "\a90c";
}

.icon-people:before {
  content: "\a90d";
}

.icon-plus:before {
  content: "\a90e";
}

.icon-search:before {
  content: "\a90f";
}

.icon-sort:before {
  content: "\a910";
}

.icon-star-full:before {
  content: "\a911";
}

.icon-star-half:before {
  content: "\a912";
}

.icon-ticket:before {
  content: "\a913";
}

/* -------------
    * desktop
    * ---------- */
/* -------------
        * pad
        * ---------- */
/* -------------
    * mobile
    * ---------- */
/* -------------
        * landscape
        * ---------- */
a, a:hover, a:active, a:visited {
  color: #333;
  text-decoration: none;
  outline: none !important;
}

.mobile-fixTitle {
  display: none;
}

.orangefocus {
  color: #fc4c02;
  text-shadow: 0 0 0 #fc4c02;
}

.redfocus {
  color: #d6001c;
  text-shadow: 0 0 0 #d6001c;
}

.greenfocus {
  color: #009a44;
  text-shadow: 0 0 0 #009a44;
}

.bluefocus {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

.darkbluefocus {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}

.mainContainer_search {
  color: #333;
  text-shadow: 0 0 0 #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 15px/1.8 verdana, 微軟正黑體;
  min-width: 600px;
  padding: 20px 15px;
}

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

.icon-calendar {
  color: #666;
  text-shadow: 0 0 0 #666;
  font-size: 20px;
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.icon-calendar:hover {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

.hoverColor input {
  border: 1px solid #00a3e0 !important;
}

.hoverColor .icon-calendar:before {
  color: #00a3e0 !important;
  text-shadow: 0 0 0 #00a3e0 !important;
}

button.ui-btn-orange, button.ui-btn-gray, button.ui-btn-blue, a.ui-btn-orange, a.ui-btn-gray, a.ui-btn-blue {
  font: 15px/1.8 verdana, 微軟正黑體;
  display: block;
  min-width: 100px;
  line-height: 30px;
}

@media (min-width: 960px) {
  button.ui-btn-orange, button.ui-btn-gray, button.ui-btn-blue, a.ui-btn-orange, a.ui-btn-gray, a.ui-btn-blue {
    min-width: 120px;
  }
}

.one-column,
.two-column {
  *zoom: 1;
}

.one-column:before, .one-column:after,
.two-column:before,
.two-column:after {
  content: "";
  display: table;
}

.one-column:after,
.two-column:after {
  clear: both;
}

.two-column {
  float: left;
  width: 50%;
}

@media (min-width: 600px) {
  .two-column label {
    width: 75px;
    text-align: right;
  }
}

.wrap-space {
  *zoom: 1;
  padding: 0 5px;
}

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

.wrap-space:after {
  clear: both;
}

.wrap-space:not(:last-child) {
  margin-bottom: 20px;
}

.pkg_search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  color: #333;
  text-shadow: 0 0 0 #333;
  width: 100%;
  line-height: 35px;
  height: 35px;
  outline: none;
  padding: 0 6px;
  border: 1px solid #d5d5d5;
  background: #fff;
  font: 14px/1.8 verdana, 微軟正黑體;
  display: inline-block;
}

.pkg_search input:hover {
  border: 1px solid #00a3e0;
}

.pkg_search input::placeholder {
  color: #999;
  text-shadow: 0em 0em 0em #999;
}

.pkg_search input.no-border {
  border: none;
}

.pkg_search span {
  display: inline-block;
}

.pkg_search span.day {
  vertical-align: middle;
}

.pkg_search p.info > span {
  display: block;
}

.pkg_search .ui-title {
  border-bottom: 3px solid #b583c2;
  margin-bottom: 20px;
}

.pkg_search .ui-title p {
  border-bottom: none;
  padding: 0 10px 2px 10px;
}

.pkg_search > ul {
  display: block;
  margin: 0;
  padding: 0 10px;
}

.pkg_search > ul p.info {
  font: 18px/1.8 verdana, 微軟正黑體;
  display: block;
  margin: 0 0 10px 0;
}

.pkg_search > ul > li {
  *zoom: 1;
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.pkg_search > ul > li:before, .pkg_search > ul > li:after {
  content: "";
  display: table;
}

.pkg_search > ul > li:after {
  clear: both;
}

.pkg_search .nice-select {
  display: inline-block;
  float: none;
  font: 14px/1.8 verdana, 微軟正黑體;
  line-height: 35px;
}

.pkg_search .nice-select > .list {
  width: 100%;
  max-height: 170px;
  overflow-y: auto;
}

.pkg_search .information-title {
  width: auto;
  display: inline-block;
  text-align: left;
  line-height: 35px;
}

.pkg_search .departure-select .ui-form-box {
  width: 50%;
}

.pkg_search .person-select input {
  width: 30px;
}

.pkg_search .explanation {
  color: #fc4c02;
  text-shadow: 0 0 0 #fc4c02;
  font: 13px/1.8 verdana, 微軟正黑體;
}

.pkg_search .explanation:before {
  content: "*";
  font: 15px/1.8 verdana, 微軟正黑體;
  position: relative;
  top: 4px;
  margin-right: 3px;
}

.pkg_search .departure-date input,
.pkg_search .return-date input,
.pkg_search .checkin-date input,
.pkg_search .checkout-date input {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  width: 130px;
  margin-left: 5px;
}

.pkg_search .btn_change {
  *zoom: 1;
  text-align: right;
  font: 15px/1.8 verdana, 微軟正黑體;
  padding-top: 20px;
  clear: both;
}

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

.pkg_search .btn_change:after {
  clear: both;
}

.pkg_search .btn_change .addBtn,
.pkg_search .btn_change .deleteBtn {
  color: #00a3e0;
  border-bottom: 1px dashed #00a3e0;
  cursor: pointer;
}

.pkg_search .btn_change .addBtn:hover,
.pkg_search .btn_change .deleteBtn:hover {
  color: #005eb8;
  border-bottom: 1px dashed #005eb8;
}

.pkg_search .selectarea {
  *zoom: 1;
  margin-bottom: 20px;
}

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

.pkg_search .selectarea:after {
  clear: both;
}

.pkg_search .selectarea > span {
  line-height: 35px;
  padding: 0 3px;
}

.pkg_search .btn_box {
  text-align: center;
}

.pkg_search .btn_box .search_btn {
  margin: 0 auto;
  width: 110px;
}

.pkg_search .btn_box .explanation,
.pkg_search .btn_box .remind {
  margin-top: 10px;
}

.pkg_search .select-region,
.pkg_search .select-city {
  float: left;
}

.pkg_search .select-region .nice-select,
.pkg_search .select-city .nice-select {
  width: 100% !important;
}

.pkg_search .select-region {
  margin-right: 10px;
  width: 150px;
}

.pkg_search .select-city {
  width: calc(100% - (160px + 70px));
}

.pkg_search .select-city .nice-select {
  max-width: 320px;
}

.check {
  clear: both;
  padding-top: 20px;
}

.check .stayBtn {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 2px;
  width: 100%;
  display: inline-block;
  background: #e5f6fc;
  text-align: center;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
}

.check .stayBtn > i {
  font-size: 20px;
  display: inline-block;
  vertical-align: sub;
  padding: 0 5px;
}

.check .stayBtn > i.icon-arrow {
  display: none;
}

.check .stayBtn:hover {
  background: #ccedf9;
}

.check .stayBtn.btnHover {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  background: #66c8ec;
}

.check .stayBtn.btnHover > i {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  text-shadow: none;
}

.check .stayBtn.btnHover > i.icon-plus {
  display: none;
}

.check .stayBtn.btnHover > i.icon-arrow {
  transform: rotate(90deg);
  display: inline-block;
}

.planOTA {
  counter-reset: section;
}

.planOTA .roomSelect {
  *zoom: 1;
  display: block;
}

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

.planOTA .roomSelect:after {
  clear: both;
}

.planOTA .roomSelect > li {
  display: block;
}

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

.planOTA .roomSelect span {
  float: left;
}

.planOTA .roomSelect .ui-form-box {
  float: left;
}

.planOTA .roomSelect .ui-form-box:not(:last-child) {
  margin-right: 15px;
}

.planOTA .roomSelect .nice-select {
  width: 70px !important;
}

.planOTA .roomNum {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  border-radius: 2px;
  background: #00a3e0;
  min-width: 65px;
  text-align: center;
  padding: 5px 0;
  margin-right: 20px;
}

.planOTA .roomNum:before {
  counter-increment: section;
  content: "房間" counter(section);
  letter-spacing: 1px;
}

.planOTA .hideBox {
  border-radius: 2px;
  position: relative;
  margin-top: 10px;
  border: 1px dashed #d5d5d5;
}

.planOTA .hideBox p.title {
  color: #666;
  text-shadow: 0 0 0 #666;
  background: #efefef;
  text-align: center;
  padding: 5px 0;
}

.planOTA .hideBox .explanation {
  padding: 0 20px 10px 20px;
}

.planOTA .hideBox .wrap {
  padding: 20px;
}

.planOTA .explanation-orangewrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  font: 13px/1.8 verdana, 微軟正黑體;
  border: 1px solid #fc4c02;
  margin: 0 18px 40px 18px;
  padding: 10px;
}

.planOTA .explanation-orangewrap > p {
  color: #fc4c02;
  text-shadow: 0 0 0 #fc4c02;
}

.planOTA .roomSelect-box {
  *zoom: 1;
}

.planOTA .roomSelect-box:before, .planOTA .roomSelect-box:after {
  content: "";
  display: table;
}

.planOTA .roomSelect-box:after {
  clear: both;
}
