@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: 10px;}
h3{ font-size: 1.25rem; color: #555; margin-bottom: 10px;}
h4{ font-size: 1rem; color: #555; margin: 10px 0; display: inline-block; width: 100%;}
p{ font-size: 1rem; color: #555; line-height: 1.75rem; padding: 0 1em;}

.rg-container { font-size: 1rem; margin: 0 0 40px; color: #222; line-height: 1.5rem; width: 100%;}
.tit{ width: 100%; display: inline-block; margin: 10px 0 0; background: #36bec0;}
.tit h4{ padding: 5px 10px; color: #fff; font-size: 1.375rem; font-weight: 700;}
.tit h4 span{ font-size: 1rem; color: #fff6e8; font-weight: 500;}

.se{ width: 100%; padding-left: 20px; float: left;}
.se li{ list-style-type: decimal; color: #555; margin-bottom: 5px; font-size: 1rem; line-height: 1.75rem;}

.price{ color: #fd5a2c; font-weight: 700;}
.sp{ color: #139244; font-weight: 700;}
.highlight{ background: #fff47a; padding: 2px 5px; font-weight: 700;}

.light{ display: inline-block; width: 100%; margin-top: 20px;}
.cta{ width: 300px; height: 60px; background: #fdaa2c; color: #fff; font-weight: 700; margin: 0 0 40px;
font-size: 1.5rem; line-height: 60px; display: inline-block; border-radius: 40px;}
.cta a{ display: block; width: 100%; height: 100%; text-decoration: none; cursor: pointer;
border-radius: 40px; color: #fff; transition: .5s;}
.cta a:hover { text-decoration: none; background: #fac505; transition: .5s;}

/* table */
table { width: 100%; margin-bottom: 0.5em; border-collapse: collapse; border-spacing: 0;}
table.rg-table tr { display: flex; flex-wrap: wrap; align-content: space-between; align-items: end; text-align: left;
border-right: 1px solid #adadad;}
table.rg-table.zebra tr:nth-child(even) { background-color: #f6f6f6;}
table.rg-table td { width: 33.33%; padding: 1em 1em 0.5em;
border-top: 1px solid #adadad; border-left: 1px solid #adadad; border-bottom: 1px solid #adadad;}

/* hotel */
.hotel-item{ overflow: hidden;}
.hotel-item ul{ width: 100%;}
.hotel-item ul li{ width: 100%; float: left; list-style-type: none; margin: 0;}
.hotel-item ul li img{ width: 100%; margin: 0 0 10px;}
.hotel-item ul li h2{ font-size: 1.25rem; line-height: 1.75rem; color: #555; border: none;margin: 5px 0; padding: 0;}
.hotel-item ul li p{ font-size: 0.938rem; line-height: 1.75rem; padding: 0; color: #139244; font-weight: 700;}
.bottom{ width: 100%; float: left; margin-top: 5px;}
.hotel-price-wrap{ padding: 0; font-size: 1.5rem; line-height: 1.75rem; color: #fd5a2c; float: right; font-weight: 700;}
.hotel-price{ font-size: 0.88rem;}

/* 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 screen and (max-width: 768px) {
.double_btn{ margin-bottom: 20px;}
.rg-container { padding: 0;}
.light{ text-align: left; margin: 20px 0 0;}
table.rg-table tr { border: 1px solid #adadad;}
table.rg-table td { width: 100%; border: none; padding: 1.2em 1.2em 0.7em; border-bottom: 1px solid #adadad;}
table.rg-table td:nth-child(3){ border-bottom: none;}
}

@media screen and (max-width: 550px) {
.cta{ width: 100%; margin-bottom: 40px;}
.action_td{ padding: 30px 5% 0;}
}


