@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; background: #ffffff url("../img/bg.png");}

h2{ font-size: 2rem; color: #000; margin-bottom: 20px; border-bottom: 1px solid #666; padding-bottom: 10px; font-weight: 700;}
h3{ font-size: 1.25rem; color: #139244; padding: 0 15px; font-weight: 700; line-height: 2;}
p{ font-size: 1.06rem; color: #555; line-height: 1.75; padding: 0 2%; font-weight: 500;}

.action_wrap{ width: 100%; display: inline-block; margin-bottom: 10px;}
.action_td{ width: 1280px; padding: 0 30px; margin: 0 auto; text-align: center;}
.se_td{ margin: 20px 0 0; float: left; width: 100%; text-align: left;}
.se_td img{ width: 96%; margin: 10px 2% 20px;}
.introduce{ font-weight: 700; margin-bottom: 10px;}

.rg-container{ margin: 0 10%; width: 80%; background: #fff; float: left;}
.tit{ width: 100%; display: inline-block; margin: 40px 0 0; background: #36bec0; border-radius: 10px 10px 0 0;
background: linear-gradient(to right, #3a7bd5, #36bec0);
}
.tit h4{ padding: 10px 20px 12px; color: #fff; font-size: 1.375rem; font-weight: 700;}
.tit h4 span{ font-size: 1rem; color: #fff6e8; font-weight: 500;}

.price{ color: #fd5a2c; font-weight: 700;}
.sp{ color: #139244; font-weight: 700;}
.highlight{ background: #fff47a; padding: 2px 5px; font-weight: 700;}
.att{ font-size: 1rem; display: block; margin-top: 20px; color: #666; font-weight: normal;}

.button{ display: inline-block; padding: 0.75rem 5rem; border-radius: 10rem; color: #fff; font-size: 1.5rem; transition: all 0.3s; position: relative; overflow: hidden; z-index: 1;font-weight: 700; margin: 40px 0;}
.button:after{ content: ""; position: absolute; bottom: 0; left: 0; width: 100%;height: 100%; background-color: #fdaa2c; border-radius: 10rem;z-index: -2;}
.button:before{ content: ""; position: absolute; bottom: 0; left: 0; width: 0%;height: 100%; background: #fac505; transition: all 0.3s; border-radius: 10rem; z-index: -1;}
.button:hover { color: #fff;}
.button:hover:before { width: 100%;}

/* table */
.text{ text-align: center;}
table { width: 100%; border-collapse: collapse; border-spacing: 0;}
table.rg-table tr{ text-align: left; color: #333; border: 1px solid #b0b7bb;}
table.rg-table tr:last-child { border-bottom: none;}
table.rg-table.zebra tr:nth-child(even) { background:#fffaf6;}
table.rg-table th{ font-weight: 700; padding: 10px 1em; background: #e4f6ff; font-size: 1.06rem;}
table.rg-table th:first-child{ border-right: 1px solid #b0b7bb;}
table.rg-table td{ padding: 1em; border: 1px solid #b0b7bb;}
table.rg-table td p{ padding: 0;}
.place{ width: 50%; text-align: center; font-weight: 700;}

/* hotel */
.hotel-wrap{ width: 100%; display: flex; flex-wrap: wrap; background: #fff; justify-content: space-between; border: 1px solid #b0b7bb; border-bottom: none; text-align: left;}
.hotel-wrap li{ display: inline-flex; border-radius: 15px; width: 33.33%; padding: 1.2em 0.6em 0.6em;  border-bottom: 1px solid #b0b7bb; border-right: 1px solid #b0b7bb; border-radius: 0;}
.hotel-wrap li:nth-child(3), .hotel-wrap li:nth-child(6), .hotel-wrap li:nth-child(9){ border-right: none;}
.card{ padding: 0 15px; flex-grow: 1; display: flex; flex-direction: column;}
.card_td img{ width: 100%; margin: 0 0 10px;}
.card_td h2{ font-size: 1.25rem; line-height: 1.75; color: #139244; border: none; margin: 5px 0; padding: 0;}
.feature{ margin-bottom: 10px;}
.card_td ul.feature li{ list-style-type: disc; padding: 0 10px 0 0; margin: 0 0 0 1.2em; color: #666; width: 100%; display: list-item; border: none;}
.card_td ul.feature li p { padding: 0;}
.hotel-price-wrap{ padding: 0; font-size: 1.5rem; line-height: 1.75; color: #fd5a2c; font-weight: 700; margin: auto 0 0; text-align: right;}
.hotel-price-wrap span{ font-size: 0.88rem; color: #555; font-weight: 500;}

.m-br{ display: none;}

/* 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: 50px; 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) {
.button, .tit h4{ font-size: 1.25rem;}
}

@media screen and (max-width: 1023px) {
.rg-container{ width: 96%; margin: 0 2%;}
.se_td{ text-align: left;}
.action_td{ padding: 0 5%;}
.hotel-wrap{ border-right: none;}
.hotel-wrap li{ width: 50%;}
.hotel-wrap li:nth-child(3), .hotel-wrap li:nth-child(6), .hotel-wrap li:nth-child(9){ border-right: 1px solid #b0b7bb;}
}

@media screen and (max-width: 768px) {
.hotel-price-wrap{ display: block; text-align: right;}
h3{ padding: 0 10px;}
}

@media screen and (max-width: 640px) {
.hotel-wrap li{ width: 100%;}
}

@media screen and (max-width: 550px) {
.button{ width: 90%; padding: 0.75rem 2.5rem;}
}

@media screen and (max-width: 500px) {
h2{ font-size: 1.75rem;}
h3{ padding: 0 5px;}
p{ font-size: 1rem;}
table.rg-table td{ padding: 1em 0.6em 1em 0.7em;}
.m-br{ display: block;}
.place{ width: 140px;}
}