* {
	list-style: none;
	font-family: "微軟正黑體";
	box-sizing: border-box;
  vertical-align: baseline;
}
body {
	background: #fff;
}
a , .animation_ {
	text-decoration: none;
	-webkit-transition: ease .4s;
	-moz-transition: ease .4s;
	-ms-transition: ease .4s;
	-o-transition: ease .4s;
	transition: ease .4s;
}
li {
	list-style: none;
}
.center {
	width: 1000px;
	margin: 0 auto;
}
.container {
  padding: 20px;
}
.content {
	padding: 20px 0 40px 0;
}
.right {
  float: right;
}
.left {
  float: left;
}
.star { 
  color: #f00;
  padding: 0 3px;
}
.stayright {
  text-align: right;
}
.cell_title.staycenter {
  text-align: center;
}
.btn_area {
  margin: 30px 0 50px;
}
.btn_green {
  border: 1px solid #ccc;
  background: #439191;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  width: 146px;
  height: 43px;
  line-height: 43px;
  color: #fff;
  margin: 5px;
  cursor: pointer;
}
.btn_round {
  border: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 42px;
  color: #fff;
  margin: 5px;
  cursor: pointer;
  border-radius: 5px;
}
.btn_round.dark {
  background: #555;
}
.btn_round.lime {
  background: #76bb07;
}
.last_o {
  margin: 40px 0;
}

.last_page {
  background: #f0f0f0;
  font-family: "Times New Roman", Georgia, Serif;
  margin: 20px auto;
  width: 150px;
  height: 27px;
  line-height: 25px;
  color: #000;
  display: block;
  text-align: center;
}

/* ================================= */
.small_title {
  font-size: 12px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #ccc;
  width: 80px;
  line-height: 20px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  margin-top: 10px;
}
.activity_title {
  width: auto;
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  color: #444;
  line-height: 40px;
  vertical-align: bottom;
}
.activity_title span {
  font-size: 20px;
  padding: 0 15px 0 10px;
}
.title_snd {
  font-size: 15px;
  color: #fff;
  background: #999;
  line-height: 25px;
  padding: 5px;
  text-align: center;
  font-weight: 500;
}
.title_snd span {
  font-size: 20px;
  color: #ff0;
  padding: 0 5px;
  display: inline-block;
}
.article_title {
  font-size: 15px;
  margin: 35px 0 10px;
}
blockcell {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #BB1C38;
  margin-right: 10px;
}
.greentitle {
  background: #c7ec6f;
  position: relative;
  margin-bottom: 40px;
  margin-top: 20px;
}
.greentitle h2 {
  color:#fff;
  background: #439191;
  padding: 0.5em 1em;
  font-size: 15px;
  display: inline-block;
}
.greentitle h2:after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  bottom: -8px;
  left: 15px;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #439191 transparent transparent transparent;
}


.camping_choice li {
  background: #f2f2f2;
  width: 30%;
  margin: 10px 1.5% 30px 1.5%;
  float: left;
}
.camping_choice li a {
  display: block;
  text-decoration: none;
}
.camping_choice li .camping_img {
  width: 95%;
  max-width: 273px;
  margin: 0 auto;
}
.camping_choice li .camping_img img {
  max-height: 273px;
  width: 100%;
  padding: 5px;
  margin: 15px 0 5px;
}
.camping_choice li .camping_img h3 {
  background: url(../images/title_icon.png) no-repeat left top;
  background-size: contain;
  padding-left: 35px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.camping_choice li .camping_img p {
  color: #525252;
  font-size: 15px;
  margin: 10px 0 5px;
}
.camping_choice li .camping_img p span {
  display: inline-block;
  font-size: 15px;
  width: 80%;
  vertical-align: text-top;
  padding-left: 10px;
}
.camping_choice li .camping_img p span.cell_title_ {
  width: 50px;
  line-height: 20px;
  font-size: 12px;
  background: #aaa;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  padding-left: 0;
}
.camping_choice li .camping_img p span.max_txt {
  overflow: hidden;
  height: 60px;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  max-height: 60px;      /* fallback */
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.btnbtn {
  font-size: 15px;
  color: #fff;
/*  width: 175px;*/
  line-height: 30px;
/*  padding-left: 18%;*/
  text-align: center;
  margin: 10px auto 20px;
  /*border-radius: 6px;*/
  display: block;
}
.btnbtn:hover {
  opacity: 0.9;
}
.btnTwo .btnbtn {
  float:left;
  line-height: 40px;
}
.go_order .btnbtn {
  margin: 20px 0;
} 
.red_point {
  background: #bb1c38 url(../images/icon_point.png) 25% center no-repeat;
}
.orange_point {
  background: #ed6c47 url(../images/icon_calander.png) 25% center no-repeat;
}
.be_center {
  text-align: center;
}
/* ========================*/
.half_box {
  width: 45%;
  margin-right: 5%;
  float: left;
}
.camp_info_name {
  font-size: 22px;
  color: #444;
  font-weight: bold;
  }
.camp_info {
  display: block;
  margin: 30px 0;
}
.camp_info li {
  display: block;
  overflow: hidden;
  line-height: 28px;
  width: 100%;
  margin: 10px 0;
}
.info_title {
  width: 20%;
  float: left;
  font-size: 15px;
  color: #fff;
  background: #ed6c47;
  border-radius: 3px;
  text-align: center;
}
.info_text {
  width: 77%;
  float: right;
  font-size: 15px;
  color: #555;
  padding-left: 3%;
}
.out_link {
  border-width: 1px 0 1px 0;
  border-style: dotted;
  border-color: #999;
  padding: 15px 0; 
}
.out_link .info_title {
  background: none;
  color: #666;
  font-size: 15px;
  padding: 3px 0;
  border-radius: 15px;
  border: #999 1px solid;
}
.share_btn {
  width: 22px;
  height: 21px;
  margin: 3px 10px 0px 2px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
}
.share_fb { background: url(../images/share_facebook.png);}
.share_gl { background: url(../images/share_google.png);}
.share_tw { background: url(../images/share_twitter.png);}
.share_fb:hover {background: url(../images/share_facebook2.png);}
.share_gl:hover {background: url(../images/share_google2.png);}
.share_tw:hover {background: url(../images/share_twitter2.png);}
/* tabs */
.camps_tabs {
  margin: 50px 0;
}
li.money {
  margin: 15px 0;
  font-size: 15px;
  color: #535353;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left top;
}
ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 45px;
  width: 100%;
}
ul.tabs li {
  float: left;
  cursor: pointer;
  width:120px;
  height: 38px;
  line-height: 38px;
  background-color: #888;
  position: relative;
  font-size: 15px;
  margin-right: 10px;
  text-align: center;
}
ul.tabs li.active:after {
  bottom: -10px;
  left: 46%;
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 5px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ed6c47 transparent transparent transparent;
;}
ul.tabs li a {
  color: #fff;
}
ul.tabs li:hover {background-color:#ed6c47;}
ul.tabs li.active {background-color:#ed6c47;display: block;}
ul.tabs li:hover a {color:#fff;}
ul.tabs li.active a {color:#fff;}
.tab_container {
  clear: both;
  float: left;
  width: 100%;
  max-width: 1000px;
  overflow: auto;
  margin: 20px 0;
}
.tab_content {
  padding: 20px 0;
  display: none;
  font-size: 15px;
  color: #4D4D44;
  padding: 0.5em;
}
.tab_drawer_heading { display: none; }
.activities {
  display: block;
}
.activities li {
  margin: 5px;
}
.activities li:first-child .active_name,.activities li:first-child .active_amount {background:#9c9c8f;color:#fff;}
.active_name {
  max-width:500px;
  width: 60%;
  padding: 5px 10px;
  display:inline-block;
  border-bottom: 1px solid #efefef;
  line-height: 26px;
  vertical-align: top;
}
.active_amount {
  max-width:200px;
  width: 30%;
  text-align: center;
  margin-left: 3%;
  padding: 5px 10px;
  display:inline-block;
  line-height: 26px;
  border-bottom: 1px solid #efefef;
  vertical-align: top;
}
/* =========== order step =========== */
.step {
  border-top: 5px solid #acacac;
  border-bottom: 5px solid #acacac;
  margin: 20px 0;
}
.step li {
  background: #fff;
  width: 25%;
  display: inline-block;
  background-position: 15% center;
  background-repeat: no-repeat;
  padding: 20px 0;
}
.step li.active {
  background-color: #FFCECE;
}
.step li h6 { 
  border-left: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
  padding: 0 3% 0 48%;
  font-size: 15px;
  color: #525252;
}
.step li span {
  color: #BB1C38;
  font-size: 20px;
  font-weight: bold;
}
.step li:first-child {
  background-image: url(../images/step1.png);
}
.step li:nth-child(2) {
  background-image: url(../images/step2.png);
}
.step li:nth-child(3) {
  background-image: url(../images/step3.png);
}
.step li:nth-child(4) {
  background-image: url(../images/step4.png);
}
/* ======== responsive table ========= */
table.Rtable { 
  margin: 15px auto 20px;
  font-weight: 100; 
  background: #9C9C8F;
  color: #fff;
  width: 100%;
}
table.Rtable thead th, table.Rtable tbody td { 
  padding: 8px 10px;
  font-size: 15px;
  border: 1px solid #ddd;
  text-align: center;
}
table.Rtable tbody td { 
  background: #fff; 
  color: #444; 
}
table.Rtable tbody td select {
  width: 100%;
}
table.Rtable tbody td.nameL, table.Rtable thead th.nameL {
  font-weight: bold;
  text-align: left;
  width: 45%;
}
table.Rtable tbody td.pprice {
  color: #EC6C46;
}
table.Rtable tbody td img {
  vertical-align: middle;
}
table.Rtable tbody tr:not(:last-child) { 
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;  
}
.note_red {
  color: #B91A38;
  border: 1px #ddd solid;
  font-weight: bold;
}
.note_red span {
  padding: 5px;
  display: inline-block;
}
.note_red span.title {
  color: #fff;
  padding: 5px;
  background: #9C9C8F;
}
.price_total {
  background: #f7f7f7;
  margin: 12px 0;
  position: relative;
}
.price_total h5 {
  width: 300px;
  float: right;
  background: #fff;
  padding: 5px;
  line-height: 32px;
  font-size: 16px;
}
.price_total h5 span {
  float: right;
  font-size: 25px;
  color: #f00;
}
.price_total:before {
  position: absolute;
  content: '';
  display: block;
  border-bottom: 1px solid #ddd;
  bottom: -5px;left:0;
  width: 100%;
  height: 1px;
}
.price_total .note {
  float: left;
  color: #0059b2;
  font-size: 15px;
  padding-top: 10px;
  padding-left: 10px;
}
.box_nomall , .box_big {
  border: 1px solid #A9A9A9;
  padding: 5px;
  width: 100%;
}
tx {
  padding: 5px;
  width: 100%;
  display: inline-block;
}
.order_detail h4 {
  background: #ed6c47;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  padding-left: 5px;
  letter-spacing: 1px;
}
.order_detail p {
  font-size: 16px;
  color: #525252;
  text-align: center;
  padding: 10px;
}
.cell_title { 
  width: 18%; 
  display: block;
  float: left;
  height: 100%;
  background: #eee;
  padding: 9px 5px;
  text-align: right;
}
.cell_txt { 
  width: 80%; 
  display: block;
  float: right;
  padding: 5px;
}
.cell_title.high {
  height: 111px;
}
.order_detail ul li {
  display: block;
  overflow: hidden;
  zoom: 1;
  clear: both;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 100%;

}



/* ======== Calendar Styling ======== */
.month_choice {
  font-size: 15px;
  line-height: 35px;
  color: #fff;
}
.calendar {
  background: white;
  padding: 0.1em;
  margin-bottom: 50px;
  border: 1px solid #ccc;
}
.calendar .month {
  margin-top: 0;
  font-weight: normal;
  font-size: 25px;
  color: #fff;
  background: #439191;
  text-align: center;
  padding: 5px;
}
.calendar ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.calendar ol li {
  float: left;
  width: 14.28571%;
  padding: 0 3px;
}
.calendar .days li {
    height: 120px;
}
.calendar .day-names {
  border-bottom: 1px solid #eee;
}
.calendar .day-names li {
  padding: .25em 0;
  background: #FFCECE;
  text-align: center;
}
.calendar .days li {
  border: 1px solid #ccc;
  min-height: 7.8em;
}
.calendar .days li .date {
  padding: .5em;
  font-size: 16px;
}
.calendar .days li.holiday .date {color:#F90;}
.calendar .days li.weekend .date {color:#F03;}
.calendar .days li .text_total {
  padding: 0 0 .5em 5px;
  font-size: 16px;
}
.calendar .days li .event {
  background: #439191;
  font-size: 16px;
  color: white;
  overflow: hidden;
  border-radius: 1em;
  margin-bottom: 1px;
  display: block;
  text-align: center;
  padding: 4px 0;
}
.calendar .days li.booked_up {
  background: #FFE6E6;
}
.calendar .days li.booked_up .text_total {

}
.calendar .days li.booked_up .event {
  background: #ED6C47;
}
.calendar .days li:nth-child(n+29) {
  border-bottom: none;
}
.calendar .days li.outside .date {
  color: #ddd;
}

/* ****************** */  
.left_part {
  width: 30%;
  float: left;
}
.right_part {
  width: 70%;
  float: left;
}
.thx_img {
  text-align: center;
  background: #439191;
  font-size: 15px; 
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}
.thx_img p {
  padding: 1em;
  color: #fff;
}
.search_form {
  display: block;
  margin: 30px 0;
}
.search_form li {
  text-align: center;
}
.search_form li input[type="text"] {
  padding: 5px 5px 5px 50px;
  margin: 15px 0;
  background-position: left center;
  background-repeat: no-repeat;
  border: 1px solid #c9c9c9;
  width: 100%;
  height: 40px;
}
.search_form li .INPorder {
  background-image: url(../images/title_bg_list.png);
}
.search_form li .INPphone {
  background-image: url(../images/title_bg_phone.png);
}

@media screen and (max-width: 1200px) {
.center {
	width: 98%;
}

@media screen and (max-width: 886px) {
.container {
  padding: 10px;
}
.camping_choice li {
  width: 47%;
}
.calendar .days li {
    height: 125px;
}
.calendar .days li .date {
  padding: .4em;
}
table.Rtable caption {
  background-image: none;
}
table.Rtable thead {
  display: none;
}
table.Rtable tbody td { 
  display: block;
  padding: .6rem;
  text-align: left;
}
table.Rtable tbody td.nameL, table.Rtable thead th.nameL {
  width: 100%;
}
table.Rtable tbody td select {
  width: 50%;
}
table.Rtable tbody tr td:first-child { 
  background: #666;
  color: #fff; 
}
table.Rtable tbody td:before { 
  content: attr(data-th); 
  font-weight: bold;
  display: inline-block;
  width: 30%;  
}
.step li {
  background-position: top center;
  background-size: contain;
}
.step li h6 {
  padding: 16px 0 0 0;
  text-align: center;
}
.half_box {
  width: 95%;
  margin: 10px auto;
}
.go_order .btnbtn {
  width: 100%;
}
.go_order .btnbtn.red_point {
  background: #bb1c38 url(../images/icon_point.png) 30% center no-repeat;
}

@media screen and (max-width: 580px) {
.container {
  padding: 0;
}
.stayright {
  text-align: center;
}

.camping_choice li {
  width: 97%;
}

.price_total {
  background: #fff;
}
.price_total h5 {
  width: 100%;
  border-left: 15px solid #e0e0e0;
}
.note_red span {
  display: block;
}

.cell_title { 
  width: 100%; 
  float: none;
  background: #fff;
  text-align: left;
}
.cell_txt { 
  width: 100%; 
  float: none;
}
.cell_title.high {
  height: auto;
}
.seperate .cell_title { 
  width: 25%; 
  float: left;
  background: #eee;
  font-size: 15px;
}
.seperate .cell_txt { 
  width: 73%; 
  float: left;
}

/*****************/
.calendar { 
  padding: 0;
}
.calendar .month {
  border-radius: 4px 4px 0 0;
}
.calendar .days li .text_total span {
  display: none;
}
.calendar .days li .text_total {
  font-size: 14px;
  padding: 2px;
}
.calendar .days li .event { 
  margin: 0 auto;
  padding: 4px;
  line-height: 16px;
  font-size: 14px;
}

.left_part {
  width: 100%;
  float: none;
  margin: 0 0 20px;
}
.right_part {
  width: 100%;
  float: none;
}
.thx_img {
  max-height: 90px;
  max-width: initial;
  text-align: left;
  position: relative;
}
.thx_img img {
  height: 90px;
}
.thx_img p {
  position: absolute;
  right: 0;
  top: 10px;
}
.btn_round {
  width: 45%;
}
ul.tabs li {
  width: 105px;
}
.active_name {
  width: 72%;
  height: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.active_amount {
  width: 25%;
  height: 37px;
}


}/* 580*/
}/* 886*/
}/* 1200*/

select {
  -webkit-appearance: button;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  background-image: url(../images/arrow2.png);
  background-position: right center;
  background-repeat: no-repeat;
  display: inline-block;
  float: none;
  overflow: hidden;
  padding: 3px 5px;
  border: 1px solid #A9A9A9;
}
.shadow_txt {
  text-shadow: 
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}