@charset "UTF-8";
*{ margin: 0; padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
ul, li { margin: 0; padding: 0; list-style-type: none;}
img, div, iframe{ border: 0; vertical-align: bottom;}
body, html { width: 100%; height: 100%;}
h1{ display: none;}
li li, li p, li span, li p span, p span{ font-size: 1em;}
a:link, a:visited ,a:hover ,a:active {text-decoration: none;}
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
body, html {
-webkit-text-size-adjust: 100%;
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
font-family: 'Noto Sans TC', 'Microsoft JhengHei', Arial, Helvetica, sans-serif;}

body{ margin-top: 10px;}

.action_wrap{ width: 100%; float: left;}
.action_td{ width: 1280px; padding: 30px; margin: 0 auto; text-align: center;}
.se_td{ margin: 20px 0; float: left; text-align: left; width: 100%;}
h2{ font-size: 1.75rem; color: #555; margin-bottom: 20px; border-bottom: 1px solid #adadad; padding-bottom: 5px;}
h3{ font-size: 1.25rem; color: #555; margin-bottom: 10px;}
p{ font-size: 1rem; color: #555; line-height: 1.75rem;}
.rg-container { font-size: 1rem; margin: 0 0 40px; color: #222; line-height: 1.5rem; width: 100%;}
.tit{ width: 100%; display: inline-block; margin: 20px 0 0; background: #36bec0;}
.tit h4{ padding: 10px 20px; color: #fff; font-size: 1.375rem; font-weight: 700;}
.tit h4 span{ color: #183b3c; font-size: 0.938rem; font-weight: 500;}

.price{ color: #fd5a2c; font-weight: 700;}

.dex_tit{ color: #139244; margin-bottom: 5px; font-weight: 700;}
.des{ width: 100%; display: inline-block; color: #555;}
.des li{ list-style-type: decimal; margin-left: 18px; margin-bottom: 10px; line-height: 1.5;}

.light{ display: inline-block; margin: 60px 0 0; width: 100%;}

/* table */
.text{ text-align: center;}

table {
  width: 100%;
  margin-bottom: 0.5em;
  border-collapse: collapse;
  border-spacing: 0;
}

table ul li{ list-style-type: decimal; margin-left: 20px;}

table.rg-table th{ color: #139244;}
table.rg-table tr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
  color: #555;
}
table.rg-table thead {
  border-bottom: 1px solid #ddd;
}
table.rg-table tr {
  border-bottom: 1px solid #ddd;
}
table.rg-table tr:last-child {
  border-bottom: none;
}
table.rg-table tr.highlight {
  background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
  background-color: #f6f6f6;
}
table.rg-table th {
  font-weight: bold;
  padding: 10px 1em;
  background: #d9f4f5;
  border: 1px solid #ddd;
}
table.rg-table td {
  padding: 1em;
  border: 1px solid #ddd;
}
table.rg-table .highlight td {
  font-weight: bold;
}
table.rg-table th.number,
td.number {
  text-align: right;
}
.room{ width: 30%;}
.room span{ color: #139244; font-weight: 700;}
.discount{ width: 70%;}
.ps{ width: 50%;}
.ps span{ color: #fd5a2c; font-weight: 700; padding: 0 5px;}

.cta { width: 300px; height: 60px; background: #fdaa2c; color: #fff; font-weight: 700;
font-size: 1.5rem; line-height: 60px; display: inline-block; border-radius: 40px; margin-bottom: 10px;}
.cta a { display: block; width: 100%; height: 100%; text-decoration: none; cursor: pointer;
border-radius: 40px; color: #fff;}
.cta a:hover { text-decoration: none; background: #fac505;}

/* back to top*/
#back-top { position: fixed; bottom: 200px; right: 0; z-index: 999;
text-align: center; width: 50px; height: 50px; display: block; border-radius: 3px;
background: rgba(85,85,85,0.5); line-height: 55px; font-size: 24px; color: #fff; font-weight: normal;
-webkit-transition: 1s; -moz-transition: 1s; transition: 1s;}
#back-top a { display: block; width: 100%; height: 100%; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; color: #fff;}
#back-top:hover { background-color: rgba(85,85,85,0.3);}

@media screen and (max-width: 1360px) {
.action_td{ width: 100%; float: left;}
}

@media screen and (max-width: 1280px) {
.cta_tit{ font-size: 1rem;}
.cta { width: 250px; height: 50px; line-height: 50px; font-size: 1.25rem;}
}

@media screen and (max-width: 1023px) {
#back-top { bottom: 50px; width: 40px; height: 40px; font-size: 22px; line-height: 45px;}
.action_td{ padding: 30px 5%;}
}

/* media queries */
@media screen and (max-width: 768px) {
  .rg-container { padding: 0;}

  table.rg-table tr.hide-mobile,
  table.rg-table th.hide-mobile,
  table.rg-table td.hide-mobile {
    display: none;
  }
  table.rg-table thead {
    display: none;
  }
  table.rg-table tbody {
    width: 100%;
  }
  table.rg-table tr,
  table.rg-table th,
  table.rg-table td {
    display: block;
    padding: 0;
  }

  table.rg-table td {
  border-bottom: none;
  border-top: none;
  padding: 1em;
}

  table.rg-table td:nth-child(odd) {
  padding: 1em 1em 0;
}

  table.rg-table tr:last-child {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0;
}

  table.rg-table tr.highlight {
    background-color: inherit !important;
  }

  table.rg-table.zebra tr:nth-child(odd) {
    background-color: transparent;
  }

  table.rg-table.zebra tr:nth-child(even) {
    background-color: #f6f6f6;
  }

  table.rg-table td:empty {
    display: none;
  }
  table.rg-table .highlight td {
    background-color: inherit;
    font-weight: normal;
  }
  table.rg-table td[data-title]:before {
    content: attr(data-title);
    font-weight: bold;
    display: inline-block;
    content: attr(data-title);
    float: left;
    margin-right: 0; color: #139244;
  }

  table.rg-table td[data-title2]:before {
    content: attr(data-title2);
    font-weight: bold;
    display: block; width: 100%;
    content: attr(data-title2);
    float: left;
    margin-right: 0; color: #139244;
  }

  .room, .discount, .ps{ width: auto;}
  .light{ text-align: left; margin: 20px 0 0;}
}

@media screen and (max-width: 500px) {
.action_td{ padding: 30px 5% 0;}
}