@charset "utf-8";

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


body {
  background: #FFFFFF;
  font-family: "微軟正黑體";
}

body.wrapper {
  overflow: hidden;
}

body.body_clear {
  overflow: hidden !important;
}

a,
.animation_ {
  text-decoration: none;
  -webkit-transition: ease.4s;
  -moz-transition: ease.4s;
  -ms-transition: ease.4s;
  -o-transition: ease.4s;
  transition: ease.4s;
}

ul,
li {
  list-style: none;
}

.red {
  color: #ba1b38;
}

.right {
  float: right;
}

.left {
  float: left;
}

.center {
  width: 100%;
  margin: 0 auto;
}
.top_center{width: 95%;}

.container {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #F9F9F9;
  background-image: url(../images/all_bg.jpg);
  background-repeat: no-repeat;background-position: bottom center;
  /* background-size: 100%; */
}

.other-edit-page .container,
.other-edit-page .content,
.other-select-page .container,
.other-select-page .content {
  padding: 0;
}

.content {
  max-width: 1200px;
  margin: auto;
  padding: 20px 0;
}

.edit {
  width: 100%;
}

.edit * {
  max-width: 100%;
}

.order-page.content {
  max-width: 1200px;
  margin: 0 auto;
}

/* 首頁 */
.mobile_wallpaper {
  width: 100%;
  height: 100vh;
  max-height: 698px;
  min-height: 660px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%
    /*100vh*/
  ;
  display: none;
}

.about_edit {
  position: relative;
}

/* 共同外掛區 */
.main_index_area {
  width: 100%;
  padding-bottom: 40px;
  padding-top: 60px;
  display: none;
}

.divide {
  height: 65px;
  margin-bottom: 60px;
  background-image: url(../images/divided1.png);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: contain;
}

.main_index_area li .fans,
.main_index_area li .link_area {
  display: block;
  float: right;
  position: relative;
  min-height: 135px;
}

.main_index_area li .fans {
  width: 35%;
}

.main_index_area li .link_area {
  width: 65%;
  padding-left: 135px;
  text-align: right;
}

.line_code {
  position: absolute;
  width: 135px;
  height: 135px;
  left: 0;
  top: 0;
}

.line_code span {
  display: block;
  position: absolute;
  bottom: -2px;
  color: var(--mainColor03);
  text-align: center;
  letter-spacing: 1px;
  width: 135px;
  left: 0;
  font-weight: bold;
}

.fb_fans {
  margin: 0 auto;
}

.line_code #qrcode-size {
  display: block;
  width: 135px;
  height: 135px;
  padding: 0 5px;
  text-align: center;
}

.main_index_area li .main_page_link {
  width: 250px;
  height: 66px;
  margin: 30px 10px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/index_btn_bg.png);
  border-radius: 33px;
  display: inline-block;
  position: relative;
}

.main_index_area li .main_page_link span {
  font-size: 20px;
  font-weight: 600;
  color: #2e5e86;
  background-color: #fff;
  line-height: 28px;
  border-radius: 14px;
  position: absolute;
  right: 0;
  top: 20px;
  padding: 0 21px;
  letter-spacing: 2px;
}

.main_index_area li .main_page_link:hover span {
  background-color: #86CB92;
  color: #fff;
}

.mainPagePic {
  width: 100%;
  height: 400px;
  background: center center no-repeat url(../images/notice_banner01.jpg);
  position: relative;
}
.mainPagePic::before{
  content: '';width: 100%;height: 250px;
  background: url(../images/banner_bottom.png) top center no-repeat;
  background-size: cover;
  position: absolute;bottom: 0;left: 0;
}

.about-page .mainPagePic{background: center center no-repeat url(../images/about_page_banner.jpg);}
.camp-page .mainPagePic{background: center center no-repeat url(../images/camp_page_banner.jpg);}
.promotions-page .mainPagePic{background: center center no-repeat url(../images//promotion_page_banner.jpg);}
.order-page .mainPagePic{background: center center no-repeat url(../images/order_page_banner.jpg);}
.contact-page .mainPagePic{background: center center no-repeat url(../images/contact_page_banner.jpg);}
.recheck-page .mainPagePic{background: center center no-repeat url(../images/recheck_page_banner.jpg);}
.remit-page .mainPagePic{background: center center no-repeat url(../images/remit_page_banner.jpg);}
.order_finish_page .mainPagePic{background: center center no-repeat url(../images/order_finish_page_banner.jpg);}

.camp-page .mainPagePic h2::before{content: 'CAMPING ROOM TYPE';}
.promotions-page .mainPagePic h2::before{content: 'NEWS';}
.order-page .mainPagePic h2::before{content: 'RESERVATION';}
.contact-page .mainPagePic h2::before{content: 'CONTACT US';}
.recheck-page .mainPagePic h2::before{content: 'ORDER TRACKING';}
.remit-page .mainPagePic h2::before{content: 'REMITTANCE';}
.order_finish_page .mainPagePic h2::before{content: 'RESERVATION';}

.mainPagePic h2 {
  position: absolute;
  font-size: 40px;
  color: #fff;
  padding: 10px;
  top: 0;right: 0;
  bottom: 0;left: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;text-align: center;
  letter-spacing: 0.2em;line-height: 1.2;
  text-shadow: 0px 0px 10px #00000080;
}
.mainPagePic h2::before{
  content: '';font-size: 20px;display: block;font-weight: normal;
  font-family: "Cardo", serif;letter-spacing: 0.07em;margin-bottom: 3px;
}

.mainPagePic h2:after {
  content: '';
  display: block;
  height: 2px;
  width: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 0;
  background: #e8da65;
  display: none;
}

.path {
  margin: 10px 0 20px 0;
  font-size: 13px;
  color: #555;
  float: right;
  padding: 10px 0;
  display: none;
}

.path a {
  color: #333;
}

.path a:hover {
  text-decoration: underline;
}

h3.page_title {
  font-size: 20px;
  color: #0c3376;
  padding: 20px 0 20px 60px;
  height: 70px;
  border-bottom: 1px dotted #999;
  display: none;
}

.page {
  display: flex;
  text-align: center;
  margin-top: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page li {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 10px;
  width: 27px;
  height: 27px;
  text-align: center;
  border-radius: 150px;
  line-height: 26px;
  border-radius: 150px;
  color: black;
}

.page li a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 150px;
  color: black;
}

.page li.now {
  color: white;
  font-weight: bold;
  background-color: #6B764B;
}

.stepImg {
  width: 100%;
  max-width: 500px;
  margin: 10px auto 40px;
  position: relative;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  position: relative;
  /* display: none; */
}

.stepImg>i {
  width: calc(100% - 80px);
  height: 5px;
  background: #D3D9C8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 18px;
  z-index: 0;
}

.stepImg>i::before {
  content: '';
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: #80943D;
}

.stepImg.step01_img>i::before {
  width: calc(100% / 4);
}

.stepImg.step02_img>i::before {
  width: calc((100% / 4) * 3);
}

.stepImg.step03_img>i::before {
  width: 100%;
}

.stepImg p {
  width: 63px;position: relative;
  max-width: 30%;
  text-align: center;
  font-size: 15px;
  color: #444444;
  font-weight: bold;
  z-index: 5;
}


.stepImg p b {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 100px;
  color: #444444;
  line-height: 1;
  z-index: 5;
  background: #ffffff;
  margin-bottom: 10px;
  font-size: 20px;
  border: 2px solid #f2f0eb;
}

.stepImg p:after {
  content: '';
  width: 44px;
  height: 44px;
  border-radius: 100px;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  top: -2px;
  z-index: -1;
}

.stepImg p.act_step::after {
  background: #D3D9C8;
  width: 54px;
  height:54px;
  top: -7px;
  opacity: .5;
}

.stepImg p.act_step b {
  background: #80943D;
  color: #FFFFFF;
  border-color: #80943D;
}

.stepImg p.next_step b {
  background: #D3D9C8;
  border: 2px solid #D3D9C8;
}

.stepImg p b a {
  position: relative;
  z-index: 5;
}

.stepImg p.done_step b {
  background: #FFFFFF;
  color: #444444;
  border: 2px solid #80943D;
}

.stepImg p.done_step b::after {
  border: 2px solid #80943D;
}

.stepImg img {
  display: block;
  width: 100%;
}

.thir_step .stepImg p b{border: 2px solid #D2DFAC;}

/* 首頁最新消息 */
.index_news {
  padding: 80px 20px;
}

.index_news section {
  width: 1200px;
  max-width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}

.index_news_title {
  width: 180px;
}

.index_news_title h4 b {
  font-size: 20px;
  display: block;
  font-weight: normal;
  font-family: "Cardo", serif;
  letter-spacing: 0.07em;
  margin-bottom: 3px;
}

.index_news_title h4 span {
  display: block;
  font-size: 40px;
  color: #2C5420;
  margin-bottom: 35px;
  font-weight: bold;letter-spacing: 0.2em;
}

a.i_news_link {
  width: 180px;
  border: 1px solid #6B764B;
  font-size: 16px;
  color: #6B764B;
  padding: 10px;
  height: 50px;
  text-align: center;
  transition: 0.5s;
}

a.i_news_link i.fa-arrow-right {
  margin: 0 10px;
  font-size: 1.1em;
  transition: all .05s;
}

a.i_news_link:hover {
  background-color: #6B764B;
  color: #FFF;
}

a.i_news_link:hover i.fa-arrow-right {
  margin: 0 0 0 20px;
  transition: all .05s;
}

.index_news_list {
  width: 900px;
  max-width: calc(100% - 200px);
  vertical-align: middle;
  background-color: #FFF;
  padding: 30px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.index_news_list a {
  padding: 12px 5px;
  border-bottom: 1px solid #CCC;
  transition: 0.5s;
  justify-content: space-between;
}

.index_news_list a:hover {
  background-color: rgba(109, 181, 181, 0.1);
}

.index_news_list a b {
  width: 100px;
  color: #6CB2B2;
  font-size: 15px;
  font-weight: bold;
}

.index_news_list a span {
  width: 705px;
  max-width: calc(100% - 110px);
  color: #525252;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  word-break: break-all;
}

/* camp index */
.camps_list {
  text-align: center;
  max-width: 1230px;
  width: 100%;
  margin: auto;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.camps_list li {
  width: calc((100% / 3) - 10px);
  margin: 5px;
  padding: 10px;
}

.camps_list li a {
  color: inherit;
}

.camp_pic {
  width: 100%;
  /* padding-top: 70%; */
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
}

.camp_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.camp_name {
  color: #273118;
  font-size: 20px;
  line-height: 35px;
  margin: 10px 0;
  padding-left: 45px;
  background-image: url('../images/camp_page_a1.png');
  background-repeat: no-repeat;
  background-position: left 4px;
  text-align: left;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.camp_price {
  justify-content: space-between;
  font-size: 1.05rem;color: #666666;
  margin-bottom: 10px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: left;
  position: relative;
}

.camp_price>span {
  height: calc(100% - .4em);
  width: 1px;
  background-color: #000000;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  opacity: 0;
}

.camp_price>p {
  width: 100%;
  max-width: calc(50% - 10px);
}

.camp_price>p b {
  color: #966418;
  font-size: 1.5rem;
  margin: 0 5px;
}

.camps_list li a>b {
  width: 100%;
  padding: 9px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #B1B4A9;
  color: white;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  border-radius: 5px;
  transition: .3s;
}

.camps_list li:hover a>b {
  background-color: #6B764B;
}

/*********************/
.campInfo_box {
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}

.half_box {
  width: 45%;
}

.half_box.pics {
  width: 50%
}

.camp_info_name {
  color: #2C5420;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;letter-spacing: 0.1em;
}

.camp_info {
  display: block;
  margin: 30px 0;
}

.camp_info li {
  display: flex;
  overflow: hidden;
  line-height: 30px;
  width: 100%;
  margin: 10px 0;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.info_title {
  width: 135px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  background: #B1B4A9;
  border-radius: 5px;
  text-align: center;
}

.info_text {
  width: calc(100% - 135px);
  font-size: 18px;
  color: #666666;
  padding-left: 3%;
  line-height: 1.6;
}

.camp_info li:last-child .info_text {
  width: 100%;
  padding: 0;
  margin-top: 10px;
}

.out_link {
  border-width: 1px 0 1px 0;
  border-style: dotted;
  border-color: #999;
  display: flex;
  align-items: center;
}

.out_link .info_title {
  background: none;
  color: #666;
  font-size: 18px;
  padding: 3px 0;text-align: start;
}

.share_btn {
  padding: 6px;
  display: inline-block;
  color: #999999;
  font-size: 22px;
}

.share_ln {
  font-size: 26px;
}

.share_fb:hover {
  color: #4267B2;
}

.share_gl:hover {
  color: #DD4B39;
}

.share_tw:hover {
  color: #1DA1F2;
}

.share_ln:hover {
  color: #00B900;
}

.go_order {
  padding: 15px 0;
  margin: 15px 0;
}

.go_order a {
  display: block;
  background-color: #BB1C38;
  background-image: url(../images/nav_bg3.png);
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 16px;
  text-align: center;
  max-width: 250px;
  line-height: 35px;
  color: #fff;
  border-radius: 3px;
}

/********* tabs ***********/
.camps_tabs {
  margin: 50px 0;
}

li.money {
  margin: 15px 0;
}

ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 50px;
  width: 100%;
  justify-content: flex-start;
}

ul.tabs li {
  cursor: pointer;
  width: 140px;
  height: 38px;
  line-height: 38px;
  background-color: #888888;
  position: relative;
  font-size: 20px;
  margin-right: 15px;
  text-align: center;
}

ul.tabs li.active:after {
  left: 46%;
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 5px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #6B764B transparent transparent transparent;
}

ul.tabs li a {
  color: #fff;
}

ul.tabs li:hover {
  background-color: #6B764B;
}

ul.tabs li.active {
  background-color: #6B764B;
  display: block;
}

ul.tabs li:hover a {
  color: #fff;
}

ul.tabs li.active a {
  color: #fff;
}

.tab_container {
  clear: both;
  width: 100%;
  padding-top: 20px;
  overflow: auto;
}

.tab_content {
  padding: 20px 0;
  display: none;
  font-size: 16px;
  color: #4D4D44;
  padding: 0.5em;
}

.tab_drawer_heading {
  display: none;
}

.activities {
  width: 100%;
  max-width: 650px;
  font-size: 15px;
  -moz-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .3);
}

.activities li {
  width: 100%;
  border: 1px solid #ddd;
  padding: 5px 10px;
  background: #f4f7f8;
  margin-top: -1px;
  justify-content: space-between;
}

.active_name {
  width: 75%;
  padding: 5px;
  padding-left: 15px;
  position: relative;
}

.activities li:nth-child(4n+2).active_name:before {
  background: #b3e03f;
}

.activities li:nth-child(4n+3).active_name:before {
  background: #7bd553;
}

.activities li:nth-child(4n).active_name:before {
  background: #3ad5a0;
}

.activities li:nth-child(4n+1).active_name:before {
  background: #45d0da;
}

.activities li:first-child {
  font-weight: bold;
  background: #8a97a0;
  color: #fff;
}

.activities li:first-child.active_name:before {
  display: none;
}

.activities li:nth-child(even) {
  background: #e8eeef;
}

.active_amount {
  width: 20%;
  float: left;
  padding: 5px 0;
}

/********************/
.slick-slider {
  margin-bottom: 0;
}

/* .slick-track{
  display: flex;
}

.slick-slide{
  height: auto;
} */

.slider img {
  width: 100%;
  height: auto;
}

.slider-nav {
  margin-top: 5px;
}

.slider-nav .slick-track {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  margin: -2px;
  min-width: 100%;
}

.slider-nav .slick-slide {
  margin: 2px;
  max-width: calc(25% - 4px);
  cursor: pointer;
  float: none;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow: hidden;
  height: auto;
  position: relative;
  padding-top: 6em;
}

.slider-nav .slick-slide:last-child:nth-child(5) {
  max-width: calc(20% - 4px);
}

.slider-nav .slick-slide:last-child:nth-child(6) {
  max-width: calc((100% / 6) - 4px);
}

.slider-nav .slick-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

#go_calendar {
  max-width: 250px;
  height: 35px;
  width: 100%;
  margin-top: 30px;
  background: url(../images/campInfo_img01.svg) left 8px bottom no-repeat, #80943D;
  color: #FFFFFF;
  text-align: center;
  border-radius: 5px;
}

#go_calendar:hover {
  margin-right: -5px;
  margin-left: 6px;
}

/********************/
.classified {
  text-align: center;
  margin-bottom: 45px;
}

.classified a {
  display: inline-block;
  padding: 7px 25px;
  font-size: 17px;
  color: #737E73;
  font-weight: bold;
  background: transparent;
  margin: 5px 10px 12px;
  border-radius: 5px;
  border: 1px solid #BCC5AA;
  transition: .5s;
}

.classified a:hover {
  background: #80943D;
  color: #fff;
  border: 1px solid #80943D;
}

.popup-gallery {
  justify-content: flex-start;
  margin: -5px;
}

.popup-gallery li {
  display: flex;flex-direction: column;align-self: stretch;
  margin: 5px 5px 0;
  width: calc((100% / 3) - 10px);
  padding: 5px 5px 0;
}

.popup-gallery li a {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 240px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.popup-gallery li a img {
  width: 100%;
}

.popup-gallery li.description_text {
  font-size: 15px;
  width: 100%;
  margin: 5px auto 0;
  max-width: 365px;
  height: 70px;
  padding: 10px;
}

.popup-gallery li.description_text p {
  height: 50px;
  overflow: hidden;
  line-height: 24px;
}

.description_text {
  line-height: 1.8;flex-grow: 1;
  color: #666666;font-size: 15px;margin-top: 10px;
}

/******** Calendar Styling **********/
.calendar {
  margin: 0 auto 30px;
}

.calendar h2.month {
  font-size: 24px;
  color: #444444;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  margin: auto;
}

.calendar h2.month:after {
  content: '';
  clear: both;
  display: block;
  width: 100%;
}

.calendar h2.month .month_choice {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  background: #6B764B;
  border-radius: 30px;
  padding: 3px 15px;
}

.calendar ol {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}

.calendar ol li {
  width: calc(100% / 7);
  background: #fff;
  margin: 0;
}

.calendar ol.day-names {}

.calendar ol.day-names li {
  padding: 7px 1px;
  background: #273118;
  color: #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.calendar ol.days {}

.calendar ol.days li {
  border: 1px solid #CCCCCC80;
  height: 120px;
  font-size: 15px;
  text-align: left;
}

.calendar ol.days li .date {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;color: #444444;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  background: #fff;
}

.calendar ol.days li .text_total {
  padding: 7px;
  font-size: 15px;
  color: #666;
  height: 45px;
  text-align: center;
}

.calendar ol.days li .text_total>* {
  width: 100%;
}

.calendar ol.days li .text_total p {
  justify-content: space-between;
  align-items: flex-end;color: #666666;font-size: 16px;
}
.calendar ol.days li .text_total p span:last-child{font-size: 14px;}

.calendar ol.days li .text_total p em {
  width: calc(100% - 60px);
  font-style: normal;
  color: #D6616C;
  font-weight: bold;
  font-size: 18px;
}

.full {
  color: #c21717;
  font-weight: bold;
}

.notYet {
  color: #0550f1;
  font-weight: bold;
}

.full br,
.notYet br {
  display: none;
}


/******* 可訂位連結style ******/
.calendar ol.days li a.event {
  display: block;
  background: #AAAAAA;
  color: #fff;font-weight: bold;
  text-align: center;
  border-radius: 5px;
  padding: 4px;
  width: 92%;
  margin: 0 auto;
}

.calendar ol.days li a.event:hover {
  background: #80943D;
  border-color: #fff;
}

.calendar ol.days li.weekend {
  background: #F3F3F3;
}

.calendar ol.days li.closed {
  background: #ffeeee;
}

.calendar ol.days li.holiday {
  background: #fadaa8;
}

.calendar ol.days li.booked_up {
  background: #f0f0f0;
}

.calendar ol.days li.booked_up .text_total {}

.calendar ol.days li.booked_up .event {}

.calendar ol.days li.outside.date {
  color: #ddd;
}

.calendar.more_total_amount ol.days li {
  height: 145px;
}

.calendar.more_total_amount ol.days li .text_total {
  height: 60px;
}

.calendar.more_total_amount .text_total p {
  margin-bottom: 5px;
}

/****** order page *******/
.title_snd {
  text-align: center;
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 20px;
  background: #fff;
}
.title_snd>img{margin-bottom: 10px;}

.title_snd svg {
  color: #9d0101;
  display: block;
  margin: auto;
  font-size: 36px;
}

.title_snd p {
  display: block;
  letter-spacing: 1px;
  line-height: 150%
}

.title_snd p span {
  color: #2C5420;
  display: block;
  font-size: 26px;
  padding: 5px;
  margin: 0;
}

.title_snd p span.checkname {}

.title_snd p span.checktime {
  color: #333;
}

.rule_txt {margin-bottom: 50px;}

.rule_txt table {
  max-width: 100%;
  margin: auto;
}

.rule_txt td {
  padding: 7px;
}

.camp_order_banner {
  text-align: center;
  margin: 50px auto;
  display: none;
}

.camp_order_banner img {
  max-width: 100%;
}

.date_and_nights {
  display: block;
  padding: 5px 5px 15px;
  width: 480px;
  margin: 0 auto 50px;
  background: #fff;
  border: 2px #BCC5AA dashed;
  border-radius: 30px;
}


.date_and_nights ul {
  list-style: none;
  display: block;
  margin: auto;
  max-width: 90%;
  text-align: center;
}

.date_and_nights li {
  display: inline-block;
  vertical-align: top;
  width: 48%;font-size: 18px;color: #666666;
  padding: 5px;
}

.date_and_nights li:nth-child(1) {}

.date_and_nights li:nth-child(2) {}

.date_and_nights li .date_night {
  padding: 5px;
}

.date_and_nights li .date_night p {
  font-size: 22px;
  font-weight: 1000;
  color: #8f5c00;
}

.date_and_nights li .date_night_choice {}

.date_and_nights li .date_night_choice span {
  display: block;font-size: 16px;padding: 4px 0;
}

.date_and_nights li .date_night_choice span.date_show {}

.date_and_nights li .date_night_choice span.activity_note {
  font-size: 15px;
  color: #c00;
  font-family: Arial, Helvetica, sans-serif;
  padding: 3px;
}

.date_and_nights li .date_night_choice .reselect {
  font-size: 14px;
  color: #80943D;
  display: block;
  margin-top: 5px;
}

.date_and_nights li .date_night_choice .main_select {
  border: 1px #ccc solid;
  padding: 2px 7px;border-radius: 5px;
  min-width: 120px;font-size: 16px;
}

/****/
.allCamp_plan {
  text-align: center;
  max-width: 700px;
  margin: 0px auto 50px;
}

.allCamp_plan h6 {
  font-weight: bold;
  font-size: 1.4rem;
  padding: 10px 0;
  color: #2B423C;
}

.allCamp_plan_table {
  overflow-x: auto;
}

.allCamp_plan table {
  min-width: 550px;
  border: 1px solid #2B423C;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.4;
}

.allCamp_plan table tr:not(:last-child) {
  border-bottom: 1px solid #2B423C;
}

.allCamp_plan table td,
.allCamp_plan table th {
  padding: 5px;
}

.allCamp_plan table thead {
  background: #2B423C;
  color: #FFFFFF;
}

.allCamp_plan table th,
.allCamp_plan table td {
  width: 20%;
}

.allCamp_plan table th:not(:last-child),
.allCamp_plan table td:not(:last-child) {
  border-right: 1px solid #2B423C;
}

.allCamp_plan table th:first-child,
.allCamp_plan table td:first-child {
  width: 5%;
}

.allCamp_plan table th:nth-child(2),
.allCamp_plan table td:nth-child(2) {
  width: 15%;
}

.allCamp_plan table th br {
  display: none;
}
/****/
.camp_lists {
  text-align: left;
  padding: 0 50px;
  background: #f9f9f9;
  margin: 10px auto;
}

.camp_lists.list_b {
  margin-top: 50px;padding: 50px;background-color: #fff;
  border-radius: 20px;border: 2px solid #BCC5AA;
}
.camp_lists.list_b b{
  display: block;font-size: 15px;color: #D6606C;margin-bottom: 5px;
}


.camp_lists h4.article_title {
  font-size: 24px;
  color: var(--mainColor03);
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.camp_lists h4.article_title span {
  z-index: 5;
  position: relative;
}

.camp_lists h4.article_title b {
  text-align: center;
  color: #BCC5AA;
  font-size: 60px;
  line-height: 50px;margin-bottom: 10px;font-weight: normal;
  margin-bottom: 5px;
  font-family: "Cardo", serif;
  display: block;
}

.camp_lists h5.part_title {
  display: block;
  width: 250px;
  margin: 20px auto;
  text-align: center;
  border-radius: 50px;
  background: #80943D;
  font-size: 20px;
  color: #fff;
  padding: 5px 10px;
  letter-spacing: 2px;
  line-height: 1;
}

.camp_lists section {margin-bottom: 50px;}
.camp_lists section:last-child{margin-bottom: 0;}

.camp_lists section:nth-child(1) {}

.camp_lists section:nth-child(2) {}

.camp_lists ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: flex-start;
  margin: -5px;
}

.camp_lists li {
  width: calc(25% - 10px);
  margin: 5px 5px 20px;
}

.camp_small_pic {
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 100%;
}


.camp_small_pic a {
  display: block;
}

.camp_small_pic a::before,
.camp_small_pic a::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  background-position: center;
  background-repeat: no-repeat;
  transition: .3s;
}

.camp_small_pic a::before {
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  background-image: url(../images/campOrder_more.svg);
  background-size: auto 100%;
  z-index: 6;
}

.camp_small_pic a::after {
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(.3);
  background-color: #2C5420CC;
  border-radius: 500px;
}

.camp_small_pic a:hover::before {
  width: 50px;
  height: 50px;
}

.camp_small_pic a:hover::after {
  transform: translate(-50%, -50%) scale(1);
  border-radius: 0;
}

.list_b .camp_small_pic a::before {
  width: 30px;
  height: 30px;
  background-image: url(../images/campOrder_max.svg);
}

.list_b .camp_small_pic a:hover::before {
  width: 40px;
  height: 40px;
}

.camp_small_pic img {
  width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


.camp_small_txt h6 {
  font-size: 20px;
  color: #fff;padding: 5px 10px;line-height: 1.6;
  background-color: #6B764B;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}

.camp_small_txt blockquote {
  display: block;
}

.camp_small_txt cite {
  display: block;
  font-style: normal;
  font-size: 15px;line-height: 1.5;
  color: #000;
  height: 90px;
  overflow-y: scroll;
  margin: 7px auto 20px;
}

.camp_small_txt select {
  border: 1px #e8e8e8 solid;
  color: #444;
  width: 100%;padding: 3px;
  font-size: 15px;
}

.camp_date_number {}

.camp_date_number b {
  font-size: 15px;
  padding: 0 0 3px 0;
  color: #bf8605;
}

.camp_date_number p {
  font-size: 15px;
  padding: 0 0 3px 0;
  color: #666;
}

.camp_date_number p span {
  font-weight: 1000;
  color: #d66;
}

.add_choice {}

.add_choice b {
  font-size: 15px;font-weight: normal;
  color: #444444;margin-top: 10px;display: block;
}

.add_choice p {
  font-size: 15px;
  padding: 0 0 3px 0;
  color: #666;
}

.add_choice p span {
  font-weight: 1000;
  color: #d66;
}

.first_choice {}

.first_choice b {
  font-size: 15px;
  padding: 0 0 3px 0;
  color: #bf8605;
  display: none;
}

.first_choice p {
  font-size: 15px;
  padding: 0 0 5px 0;
  color: #444444;
}

.first_choice p span {
  font-weight: 1000;
  color: #d66;
}

h5.article_title {
  position: relative;
  font-size: 24px;
  padding-left: 10px;
  margin-bottom: 10px;
  margin-top: 15px;
  width: 100%;
  display: inline-block;
}

.recheck-page .title_snd p span{font-size: 30px;}
.recheck-page.title_snd p span.checktime{font-size: 28px;}
.recheck-page h5.article_title{
  margin: 50px 0 20px;padding: 0;color: #2C5420;display: block;
  text-decoration: underline;text-underline-offset: 3px;
}
.recheck-page .camporder_bottom_20201220 .order_c_data p{background: none;padding: 7px;}
.recheck-page .camporder_bottom_20201220{border: 10px solid #BCC5AA;border-radius: 0;}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #eee;
}

::-webkit-scrollbar-thumb {
  background: #999;
}

::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

/******* responsive table *******/
table.Rtable {
  margin: 0;
  width: 100%;
  color: #444;
  border-spacing: 1px;
}

table.Rtable thead th {
  background: #6B764B;
  color: #fff;
}

table.Rtable thead th,
table.Rtable tbody td {
  padding: 8px 10px;
  font-size: 17px;
  text-align: center;
}

table.Rtable tbody tr {
  background: #fff;
}

table.Rtable tbody tr:nth-child(even) {
  background: #ecf0e9;
}

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 a {
  color: #555;
}

.note_red {
  color: #444444;font-size: 17px;
  background: #fff;margin-top: 10px;
}

.note_red span {
  padding: 5px;
  display: inline-block;
}

.note_red span.title {
  color: #fff;
  padding: 5px 10px;
  background: #6B764B;
}

.price_total {
  text-align: right;
  margin: 30px 0;
  /*border-left: 2px #ccc solid; border-right: 2px #ccc solid; padding:0 20px; */
}

.price_total h5 {
  display: inline-block;
  vertical-align: middle;
  padding: 7px;
}

.price_total h5 em,
.price_total h5 b,
.price_total h5 span {
  display: inline-block;
  vertical-align: bottom;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  padding: 0 3px;
}

.price_total h5 em {}

.price_total h5 b {
  color: #064072;
}

.price_total h5 span {
  color: #D6616C;
  font-weight: 1000;
  font-size: 28px;
  font-style: italic;
  line-height: 100%;
}

.price_total h6 {
  font-size: 16px;margin-bottom: 10px;
  color: #444444;
}

.price_total h6 span {
  display: inline-block;
  vertical-align: bottom;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #333;
  padding: 0 3px 0 10px;
  line-height: 100%;
}

.price_total h6.final_price {
  margin-top: 20px;
}
.price_total h6 s{color: #D6606C;}
.price_total h6 span {
  font-size: 24px;width: 100px;
  font-weight: bold;
}


.price_total p {
  font-size: 15px;
  color: #D6616C;font-weight: bold;
}

.box_nomall,
.box_big {
  border: 1px solid #A9A9A9;
  padding: 5px;
  width: 100%;
}

.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;
}

.order_detail ul li {
  display: block;
  overflow: hidden;
  zoom: 1;
  clear: both;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #fff;
  width: 100%;
}

.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;
}

.camporder_bottom_20201220 {
  background: #fff;
  border: 2px solid #BCC5AA;
  border-radius: 20px;
  padding: 50px;
}

.camporder_bottom_20201220 section+section {
  margin-top: 30px;
}

.camporder_bottom_20201220 section.yp_flex {
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

.camporder_bottom_20201220 section.order_c_data .halfForm_le,
.camporder_bottom_20201220 section.order_c_data .halfForm_ri {
  width: calc(50% - 20px);
}

.halfForm_le {
  width: 55%;
}

.halfForm_ri {
  width: 40%;
}

.btn_area {
  text-align: center;
}

.btn_area span {
  display: block;
}
.little_check input[type="checkbox"]{
  margin-right: 5px;
}

.camporder_bottom_20201220 h5:not(.rule_txt2 h5) {
  font-size: 28px;
  color: #2C5420;
  letter-spacing: 3px;
  padding: 7px;
  padding-left: 50px;
  background: url(../images/campOrder_a1.png) left center no-repeat;
  background-size: 40px;margin-bottom: 5px;
}

.camporder_bottom_20201220 strong:not(.rule_txt2 strong) {
  font-size: 15px;
  color: #c66;
  width: 100%;
  text-align: right;
  padding: 15px 0 0;
  display: block;
}

.camporder_bottom_20201220 p:not(.rule_txt2 p) {
  font-size: 15px;
  color: #444;
  width: 100%;
  padding: 0;
  word-break: break-all;
}

.camporder_bottom_20201220 .order_c_data p {
  background: #F7F7F7;
  padding: 7px;
  border-bottom: 2px solid #EFEFEF;
  min-height: 36px;
}

.camporder_bottom_20201220 .camp_b_info01 ul {
  list-style: none;
  display: block;
}

.camporder_bottom_20201220 .camp_b_info01 li {
  padding: 1px 0 1px 150px;
  position: relative;
}

.camporder_bottom_20201220 .camp_b_info01 li+li {
  margin-top: 5px;
}

.camporder_bottom_20201220 .camp_b_info01 li.note {}

.camporder_bottom_20201220 .title:not(.rule_txt2 .title) {
  position: absolute;letter-spacing: 0.1em;
  left: 0;
  top: 0;
  width: 150px;
  height: 100%;
  padding: 7px;
  font-size: 18px;
}

.camporder_bottom_20201220 .title:not(.rule_txt2 .title) span {
  font-size: 15px;
  color: #D6606C;
}

.camporder_bottom_20201220 .formTxt {}

.camporder_bottom_20201220 input[type="text"],
.camporder_bottom_20201220 input[type="email"],
.camporder_bottom_20201220 input[type="tel"] {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #AAAAAA;
  outline: none;
  padding: 7px;
  background: none;
}

.camporder_bottom_20201220 textarea {
  display: block;
  width: 100%;
  height: 100px;
  border: 1px solid #AAAAAA;
  outline: none;
  padding: 4px;
}

.camporder_bottom_20201220 .rule_txt2 {}

.searchbox {
  max-width: 500px;
  margin: 40px auto;
}

.searchbox>ul {
  margin-bottom: 50px;
}

.searchbox li {
  margin: 20px 0;
  height: 50px;
  width: 100%;
  padding-left: 86px;
  border: 1px solid #ddd;
  position: relative;
  justify-content: space-between;
  background: #fff;
}

.searchbox li .title {
  width: 85px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #444444;
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 48px;
}

.searchbox li input {
  border: none;
  width: 100%;
  line-height: 36px;
  padding: 5px 10px;
  outline: none;
  background-color: #FFFFFF;
}

.searchbox li input[name=checknum_into] {
  width: 80%;
  max-width: calc(100% - 80px);
}

/* 其他服務-lightbox */

body.addLightBox {
  overflow: hidden;
}

body.addLightBox>*:not(.lightbox) {
  filter: blur(10px);
}

.lightbox {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, .6);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 99999;
}

.lightbox>a {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.lightboxData {
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  position: relative;
  z-index: 5;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.lightboxData>a {
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 30px;
  position: relative;
  display: block;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -25px;
  cursor: pointer;
  z-index: 3;
}

.lightboxData>a::before,
.lightboxData>a::after {
  content: '';
  width: 5px;
  height: calc(100% - 20px);
  position: absolute;
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 50%;
  top: 50%;
  background: var(--mainColor03);
}

.lightboxData>a::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.lightboxData img {
  max-width: 100%;
  pointer-events: none;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .8));
}

/******* 訂單完成頁面 *******/

.order_finish_page .container.center .content{max-width: 1200px;}
.pure_notice{line-height: 1.8;font-size:18px;color:#444444;display: block;}
.pure_notice h4 {font-size:18px;font-weight:normal;justify-content: start;margin-bottom: 10px;}
.pure_notice h4>span{color:#D6616C;font-size:20px;margin-left: 10px;}
.pure_notice>dl.remitSteps{margin-top: 50px;}
.remitSteps dt{font-size: 20px; color: #2C5420;font-weight: bold;text-decoration: underline;text-underline-offset: 3px;}


.bankAccount_data {
  margin: 50px auto;
  width: 100%;
}

.bankAccount_data table {
  width: 100%;max-width: 480px;
  background: #FFFFFF;
  border: 3px solid #BCC5AA;
}

.bankAccount_data table tr+tr td {
  border-top: 1px solid #BCC5AA;
}

.bankAccount_data table tr+tr td:first-child {
  border-top: 1px solid #BCC5AA;
}

.pure_notice td {
  padding: 7px;
  background: #fff;
}

.pure_notice td:nth-child(1) {
  width: 120px;border-right: 1px solid #BCC5AA;
}

.pure_notice li {
  display: block;
}


.pure_notice h5 span {}

.pure_notice h6 {
  font-size: 20px;
  color: #7F933D;text-align: justify;
  padding: 0;margin-top: 20px;
  font-weight: bold;
}

.remitSteps {
  width: 100%;
  padding: 0;
  margin-top: 50px;
}

.remitSteps ol {
  display: block;
  margin-top: 10px;
}

.remitSteps li {
  margin-top: 10px;
}

a.remit_link {
  color: #2C531F;text-decoration: underline;text-underline-offset: 3px;
  font-weight: bold;
  margin: 0 5px;transition: .5s;
}

a.remit_link:hover {
  color: #7F933D;
}

a.remit_link:hover::after {
  height: 100%;
}

/****** other select page ********/
.news_main_title {
  color: #2C5420;
  margin: 0 0 20px;
}

.news_main_title h2 {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #CCCCCC;
  padding-right: 20px;
  padding-bottom: 10px;
  line-height: 1.6;
  font-size: 24px;
}

.news_main_title span {
  font-size: 15px;
  color: #fff;
  background-color: var(--mainColor03);
  padding: 0 8px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

.more_content {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  margin-top: 50px;
  position: relative;
}

.more_content.page {
  max-width: 720px;
  width: 65%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.other_page_list {
  display: block;
  float: left;
  position: relative;
  max-width: 720px;
  width: 65%;
}

.other_page_list:before {
  position: absolute;
  content: '';
  display: block;
  background-color: var(--mainColor01);
  width: 100%;
  margin: 0;
  height: 6px;
  top: 0;
  left: 0;
}

.other_page_choice {
  list-style: none;
  display: block;
  padding: 10px 0;
  border: 1px solid var(--mainColor01);
  background-color: #FFFFFF;
  /* -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset; */
}

.other_page_choice li {
  width: 100%;
  margin: auto;
  border-bottom: 1px solid #ddd;
  padding: 15px;
}

.other_page_choice li:last-child {
  border-bottom: none;
}

.other_page_choice li a span,
.other_page_choice li p {
  color: #aaa;
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
  text-decoration: none;
}

.other_page_choice li a {
  color: var(--mainColor01);
  font-size: 16px;
  /* text-decoration: underline; */
}

.basicInfo {
  display: block;
  float: right;
  width: 33%;
  margin-left: 2%;
}

.basicInfo li {
  display: block;
}

.basicInfo li+li {
  margin-top: 20px;
}

.basicInfo li a {
  position: relative;
  justify-content: flex-start;
  letter-spacing: .5em;
  font-size: 17px;
  color: #485057;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid var(--mainColor01);
}

.basicInfo li a .faspan {
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-right: 1px solid var(--mainColor01);
  color: var(--mainColor01);
}

.basicInfo li a em {
  width: calc(100% - 60px);
  vertical-align: middle;
  font-style: normal;
}

.basicInfo li.lineid a {
  letter-spacing: .05em;
}


/******* 文章 *******/
.blog_box {
  min-height: 20vw;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.blog_le {
  width: 220px;
}

.blog_ri {
  width: calc(100% - 220px);
  padding: 0 0 0 20px;
  min-height: 75vh;
}


h5.blog_le_t {
  font-size: 24px;
  font-weight: 500;
  color: #666;
  font-family: serif;
  letter-spacing: 2px;
  margin-bottom: 7px;display: none;
}

h5.blog_le_t em {
  display: inline-block;
  font-style: normal;
}

h5.blog_le_t span {
  display: inline-block;
}

.blog_le .accordion {
  list-style-type: none;
  margin: auto;
  border-radius: 15px;
  border: 1px #ccc solid;
  overflow: hidden;
  background-color: #FFFFFF;
}

.accordion li .link {
  cursor: pointer;
  display: block;
  color: #444;
  font-size: 18px;
  border-bottom: 1px solid #CCC;
  position: relative;
}

.accordion li .link.subTitle {
  padding: 15px 10px;
}

.accordion li .link a {
  color: #444444;transition: .5s;
  padding: 15px 10px;
  display: block;
}

.accordion li .link.subTitle a {
  padding: 0;
  display: inline-block;
}

.accordion li.active .link.subTitle,
.accordion li.active .link:not(.link.subTitle)>a,
.accordion li.active>a {
  color: #FFFFFF;
  background-color: #6B764B;
}

.accordion li.active .link.subTitle a {
  color: inherit;
}

.accordion li.active>a {
  background-color: var(--mainColor02);
}

.accordion li.active .link i::after,
.accordion li.active>a:before {
  filter: brightness(10);
}

.blog_le .accordion li:last-child .link {
  border: none;
}

.blog_le .accordion li.open .link {
  /* color: #999; */
}

.blog_le .accordion li i {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  color: #444;
  transition: all 0.4s ease;
  z-index: 5;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
}

.blog_le .accordion li i::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/news_down.svg) center no-repeat;
  background-size: 15px;
  display: block;
}

.blog_le .accordion li.open i::after {
  background: url(../images/news_up.svg) center no-repeat;
  background-size: 15px;
}

.blog_le .accordion li.default .submenu {
  display: block;
}
.blog_le .accordion>li{transition: .5s;}
.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
  background: #80943DB2 !important;
}

.blog_le .accordion>li:hover .link,
.blog_le .accordion>li.on_this_category .link {
  color: #fff !important;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
  color: #fff !important;
}

.blog_le .accordion>li:hover .link i,
.blog_le .accordion>li.on_this_category .link i {
  filter: brightness(10);
}

.submenu {
  display: none;
  background: #efefef;
  font-size: 14px;
}

.submenu li {
  background: none !important;
  border-bottom: 1px solid #ccc;
}

.submenu a {
  display: block;
  position: relative;
  color: #666;
  padding: 12px 12px 12px 30px;
  letter-spacing: 2px;
  transition: all 0.6s ease;
  word-break: break-all;
  line-height: 1.25;
}

.submenu a:before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 7px;
  width: 15px;
  height: 15px;
  background: url(../images/news_right.svg) center no-repeat;
  background-size: 15px;
}

.submenu a:hover {
  background: #888888;
  color: #FFF;
}

h4.blog_category_title {
  color: #333;
  font-size: 30px;
  /*border-bottom:1px #ccc solid;*/
  padding: 10px 0;
  margin-bottom: 20px;
}

h4.blog_category_title em {
  font-style: normal;
}

h4.blog_category_title em:after {
  content: '/';
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #666;
  margin: 0 10px;
}

h4.blog_category_title span {
  font-size: 24px;
  color: #666;
}

.blog_subbox {
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
}

.blog_subbox * {
  transition: all 0.6s ease;
}

.subbox_item {
  display: block;
  width: calc(100% / 3);
  padding: 5px;
  position: relative;
  margin-bottom: 10px;
}

.subbox_item:nth-child(n+4) {
  margin-top: 10px;
}

.subbox_item a {
  flex-direction: column;
  position: relative;height: 100%;
  border-bottom: 1px #eee solid;
}

.blog_coverImg::before {
  content: 'more';
  position: absolute;
  z-index: 19;width: 95px;background-color: #F8DF7C;
  bottom: 0;border-radius: 5px;height: 32px;
  right: 10px; opacity: 0;
  font-size: 15px;display: flex;align-items: center;justify-content: center;
  color: #747E74;text-align: center;
  transition: all .5s;
}

.blog_coverImg {
  /* width: 150px; */
  width: 100%;position: relative;
  line-height: 0;
}

.blog_coverImg img {
  width: 100%;
  display: block;
}

.subbox_item dl {
  padding: 10px;
  /* width: calc(100% - 155px); */
  width: 100%;background-color: #FFFFFF;
  flex-grow: 1;
}

.subbox_item dl h5 {
  font-weight: normal;
  font-size: 20px;
  color: #2C5420;letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}

.subbox_item dl dd {
  font-size: 14px;
  color: #888888;
  font-style: normal;
  display: block;border-bottom: 1px solid #CCCCCC;
  padding: 7px 0;margin-bottom: 10px;
}

.subbox_item dl p {
  font-size: 15px;
  color: #666;
  line-height: 130%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  word-break: break-all;
}

/* hover */
.subbox_item a:hover .blog_coverImg::before{
  opacity: 1;bottom: 10px;
}


/* article search */
.blog_search {
  position: relative;
  margin-bottom: 10px;
}

.blog_search input[type=search] {
  outline: none;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  color: #999;
  border: solid 1px #ccc;
  border-radius: 30px;
  padding: 10px 35px 10px 10px;
}

.blog_search input[type=submit] {
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 38px;
  height: 38px;
  background: url(../images/news_search.svg) no-repeat center center;
  background-size: 20px;
  border: none;
}

.blog_search input::-webkit-search-decoration,
.blog_search input::-webkit-search-cancel-button {
  display: none;
}

.blog_search input:-moz-placeholder,
.blog_search input::-webkit-input-placeholder {
  color: #999;
}

.blog_search input[type=search]:focus {
  color: #000;
}

.blog_back {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 50px;
}

.blog_back a {
  width: calc((100% / 3) - 5px);
  font-size: 16px;
  color: #fff;transition: .5s;
  padding: 7px 15px;
}
.blog_back a:hover{transform: translateY(-5px);}

.blog_back a.article_btn_next,
.blog_back a.article_btn_prev {
  background: #B1B4A9;
}

.blog_back a.article_btn_back {
  background: #6B764B;
}

.blog_back a.article_btn_next {}

/* search details */
.blog_box_edit {}

.blog_box_edit * {
  line-height: 150%;
}

.blog_box_edit img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}

.article_img {}


.recheck-page .date_and_nights{
  padding: 15px;border: 6px solid #BCC5AA;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
@media (max-width:1100px) {
  .camp_lists{padding: 0 20px;}
  .camp_lists.list_b,.camporder_bottom_20201220{padding: 50px 20px;}
}

@media screen and (max-width: 1024px) {
  .blog_subbox {
    justify-content: space-between;
  }

  .subbox_item {
    width: calc(50% - 10px);
    padding: 0;
  }

  .subbox_item a{
    padding-bottom: 10px;
  }

  .blog_coverImg {
    padding-top: 90%;
    position: relative;
  }

  .blog_coverImg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) {

  .mask_order_history {
    width: 100%;
    padding: 20px;
    overflow: auto;
  }

  .order_history {
    background: none;
  }

  .order_history tr:nth-child(1) {
    display: none;
  }

  .order_history tr {
    background: #fff;
    /*border: 1px #ccc solid;*/
    width: 48%;
    margin: 1% 1% 3%;
    float: left;
    display: block;
  }

  .order_history tr td {
    display: block;
    float: left;
    width: 100%;
    padding: 5px;
    border-bottom: 1px #f0f0f0 solid;
  }

  .order_history tr td:nth-child(1) {
    text-align: center;
  }

  .order_history tr td:nth-child(1) span {
    display: inline-block;
    font-weight: 1000;
    color: #fff;
    background: #429e39;
    padding: 15px;
    border-radius: 100%;
  }

  .order_history tr:nth-child(1) {
    width: 98%;
  }

  /* 20201002 */
  h5.blog_le_t{
    display: none;
  }

  .blog_search{margin-bottom: 30px;}
  .blog_le .accordion {
    display: none;
    margin-bottom: 30px;
    /* display: flex; */
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    overflow: unset;
    border-radius: 0;
  }

  .blog_le .accordion>li{
    width: 50%;
    position: relative;
  }

  .blog_le .accordion>li:nth-child(n+3)::before{
    content: '';
    border-top: 1px solid #cccccc;
    width: calc(100% - 10px);
    height: 1px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
  }

  .accordion li .link{
    border-bottom: 0;
  }

  .submenu{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 5;
  }

  .subbox_item {
    width: calc(50% - 5px);
  }

  .blog_le {
    width: 100%;
    display: block;
  }

  .blog_ri {
    width: 100%;
    display: block;
    padding: 0;
    margin: auto;
  }

  .subbox_item dl p {
    -webkit-line-clamp: 2;
  }
}


@media screen and (max-width: 450px) {
  .subbox_item {
    width: 100%;
  }

  .subbox_item a {
    flex-direction: row;
    align-items: stretch;
  }

  .blog_coverImg {
    width: 110px;
    padding-top: 110px;
  }

  .subbox_item dl {
    width: calc(100% - 110px);
    padding: 10px;
  }

  .blog_coverImg::before{
    width: 90px;height: 90px;left: 0;right: 0;top: 10px;bottom: 0;margin: auto;border-radius: 50%;
  }
}


@media screen and (max-width: 320px) {

  .subbox_item a {
    flex-direction: column;
  }

  .blog_coverImg,
  .subbox_item dl {
    width: 100%;
    padding: 0;
  }

  .subbox_item dl{
    padding: 10px;
  }

  .blog_coverImg img{
    position: relative;
    height: auto;
  }
}

/******* contact *******/
.contact-page .bigTel{display: none;}
.remit-page .content{
  padding: 50px;background-color: #ffffff99;
  border: 1px solid #BCC5AA;margin-bottom: 30px;
}
.remit-page .contact_form li{
  border-bottom: none;
}
.remit-page .contact_form h3{border-bottom: 1px solid #9797A6;padding-bottom: 20px;}
.remit-page .contact_form{width: 100%;}
.remit-page .contact_form li:first-child{border-top: none;}

.bigTel {
  margin: 0 auto 50px;
}

.bigTel dl {
  display: block;
}

.bigTel dt {
  justify-content: flex-start;
  position: relative;
  line-height: 44px;
}

.bigTel dt a {
  display: inline;
  font-size: 36px;
  color: #333;
  font-weight: 1000;
}

.bigTel dt>img {
  position: absolute;
  left: -55px;
  top: 0;
}

.bigTel dl dd {
  color: #666;
  margin: 15px 0;
}

.bigTel.bigsize {
  font-size: 46px;
  font-weight: bolder;
  position: relative;
  padding-left: 0;
}

.bigTel.bigsize:before {
  display: block;
  position: absolute;
  content: '';
  width: 108%;
  height: 1px;
  background-color: #EB6A59;
  bottom: 0;
  left: 0;
}

.bigTel span {
  font-size: 14px;
  display: inline-block;
}

.bigTel p {
  color: #666666;
  font-size: 16px;padding: 0 20px;
  line-height: 1.8;
}

.contact_left{
  width: 300px;margin-right: 50px;
  display: flex;flex-direction: column;
}
.contact_left i{flex-grow: 1;margin-top: 20px;}
.contact_left a{color: #666666;font-size: 16px;line-height: 1.8;}
.contact_left a span{color: #444444;width: 50px;display: inline-block;}
.contact-page .form_btn{margin-top: 50px;}
.contact-page .content {
	display: flex;padding: 50px;background-color: #ffffff99;
	border: 1px solid #BCC5AA;flex-wrap: wrap;margin-bottom: 30px;
}

.contact_form {
  display: block;
  width: calc(100% - 350px);
}

.contact_form h3 ,.contact_left h4{
  font-size: 30px;
  color: #2C5420;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.contact_form h3{padding-left: 20px;}

.contact_form li {
  border-bottom: 1px solid #DDDDDD;
  padding: 10px;
  color: #333333;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.contact_form li:first-child {
  border-top: 1px solid #DDDDDD;
}

.contact_form li .table-th .red {
  font-size: 14px;
  color: #D6616C;
}

.contact_form li .table-th,
.contact_form li .table-td {
  display: block;
  padding: 10px 10px;
}

.contact_form li .table-th {
  width: 160px;
}

.contact_form li .table-td {
  width: calc(100% - 160px);
}

.contact_form li .table-td .inputR {
  border: 1px solid #F6F6F6;
  background: #f6f6f6;
  padding: 4px 10px;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline-offset: -2px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.widthL {
  width: 100%;
  max-width: 420px;
}

.widthM {
  width: 295px;
  max-width: 100%;
}

.widthS {
  width: 200px;
  max-width: calc(100% - 80px);
}

.table-td.sex_choice {
  display: inline-block;
  width: 42px;
  height: 31px;
  line-height: 31px;
  position: relative;
  vertical-align: top;
  margin-left: 2px;
  float: none;
  margin-right: 0;
  margin-bottom: 0;
}

.table-td.sex_choice span {
  position: absolute;
  z-index: 10;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  top: 0;
  position: absolute;
  height: 31px;
  width: 42px;
  transition: all 0.15s ease-out 0s;
  background: #f1efef;
  display: block;
  outline: none;
  z-index: 9;
}

.option-input:checked {
  background: #575757;
}

.option-input:checked+span {
  color: #fff;
}

.tel_note {
  display: inline-block;
  padding: 0 4px;
  color: #B81938;
  font-size: 14px;
}

/*
.option-input:checked::before { height: 31px;  width: 42px;  position: absolute;  content: '';  display: inline-block;  font-size: 26.66667px;  text-align: center;  line-height: 32px; }
.option-input:checked::after { background: #40e0d0;  content: '';  display: block;  position: relative;  z-index: 100; }
*/
#rand-img {
  max-width: 75px;
  vertical-align: sub;
  margin: 0 10px;
}

/* campCheck_single */
.rule_with_bg {}

.rule_with_bg .rule_bg {}

.rule_with_bg .rule_txt {}

.box_width {}

.order_list {
  text-align: left;
  margin: 15px auto;font-size: 17px;
}

.order_list h5.part_title {
  display: block;
  width: 200px;
  margin: 10px auto 20px;
  text-align: center;
  border-radius: 50px;
  background: #6B764B;
  font-size: 20px;
  color: #fff;
  padding: 3px 10px;
  letter-spacing: 0.1em;
}

.order_list ul+h5.part_title {
  margin-top: 50px;
  border-top: 1px solid #6B764B;
}

.order_list ul {
  list-style: none;
  display: block;background-color: #fff;
  text-align: left;padding: 10px;
  margin: 10px auto;
}

.order_list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  padding: 10px;color: #666666;
  font-size: 17px;
  position: relative;
}
.order_list li blockquote:last-child p{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #B1B4A9;margin-right: 5px;
  color: #FFFFFF;width: 100px;
  border-radius: 50px;
  line-height: 1.6;
  padding: 0px 14px;
}

.order_list li+li::before {
  content: '';
  width: calc(100% - 40px);
  border-top: 1px dashed #6B764B;
  height: 1px;
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}
.order_list li blockquote {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin: 5px;
}

.order_list li blockquote>* {
  margin: 0 5px;
}

.order_list li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  color: #444444;
  background: #DDDDDD;border-radius: 5px;
  padding: 2px 10px;
}

.order_list li a {
  font-size: 17px;transition: .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #80943D;
  color: #FFFFFF;width: 100px;
  border-radius: 50px;
  line-height: 1.6;
  padding: 0px 14px;
}

.order_list li a:hover {
  background-color: #6B764B;color: #fff;
}

/* checkbox radio  樣式 */
.table-td label {
  display: block;
  position: relative;
  float: left;
  width: auto;
  margin-right: 20px;
  margin-bottom: 5px;
  color: #1f1f1f;
}

.table-td label.inputbox {
  width: 26px;
  height: 26px;
  position: relative;
  margin-right: 4px;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-color: transparent;
  top: 0;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  border: 0;
}

.table-td label.circle .inputbox {
  background-image: url(../images/circle.png);
}

.table-td label.circle input:checked {
  background-image: url(../images/circle_ok.png);
}

.table-td label.check .inputbox {
  background-image: url(../images/check.png);
}

.table-td label.check input:checked {
  background-image: url(../images/check_ok.png);
}

.table-td select {
  -webkit-appearance: button;
  background-color: #f1efef;
  background-image: url(../images/select_arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  vertical-align: middle;
  border: 1px solid #f1efef;
  color: #666;
  overflow: hidden;
  margin-right: 10px;
  padding: 4px 26px 4px 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

li.btnarea {
  text-align: center;
  border-bottom: none;
}


/**********shadow*****************/
/*.effect2shadow {
  position: relative;
}
.effect2shadow:before, .effect2shadow:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2shadow:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}*/

/* Wobble Horizontal */
@-webkit-keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.wobble-horizontal:hover,
.wobble-horizontal:focus,
.wobble-horizontal:active {
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-bubble-float-bottom:before {
  position: absolute;display: none;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: var(--mainColor03) transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  opacity: 0;
}

.hvr-bubble-float-bottom:hover,
.hvr-bubble-float-bottom:focus,
.hvr-bubble-float-bottom:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.hvr-bubble-float-bottom.now:before,
.hvr-bubble-float-bottom:hover:before,
.hvr-bubble-float-bottom:focus:before,
.hvr-bubble-float-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 1;
}

.hvr-bubble-float-bottom.now {
  background: #80943D;
  color: #fff;
}

.form_btn {
  display: flex !important;
  max-width: 320px;
  width: 90%;
  justify-content: space-between;
  margin: 30px auto 0;
}

.button_cart {
  background-color: #B1B4A9;
  border: none;border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  line-height: 1em;
  outline: none;
  width: 140px;
  max-width: calc(50% - 10px);
  padding: 10px 5px;
  position: relative;
  transition: .3s;
}

.button_cart:hover {
  transform: translateY(-3px);
}

.button_cart.next {
  background-color:#6B764B;
}

.button_cart.svg-inline--fa {
  display: block;
  position: absolute;
}

.button_cart.next.svg-inline--fa {
  right: 13px;
}

.button_cart.prev.svg-inline--fa {
  left: 13px;
}



@media screen and (max-width: 1200px) {
  .camp_price>p span {
    display: block;
  }
}

@media screen and (max-width: 1110px) {

  .bigTel dt {
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
  }

  .bigTel dt>img {
    position: unset;
    display: block;
    margin-bottom: 10px;
  }
  .contact-page .content,.remit-page .content{padding: 50px 20px;}
  .contact_left{margin-right: 20px;}
  .contact_form{width: calc(100% - 320px);}
}

@media screen and (max-width: 1064px) {

  .main_index_area li.fans,
  .main_index_area li.link_area {
    width: 90%;
    margin: 0 5%;
    float: none;
    padding-left: 0;
    text-align: center;
  }

  .fb_fans {
    margin: 30px auto;
  }

  .line_code {
    display: inline-block;
    position: relative;
    margin: 0 10px 0 30px;
  }

  /* camp_index */
  .camps_list li {
    padding: 5px;
  }

  /* camp_in */

}
@media (max-width:1024px) {
  .contact-page .content{padding: 30px 20px;}
  .contact_left{width: 100%;margin: 0 0 50px;}
  .contact_left i{height: 300px;}
  .contact_form{width: 100%;}
  .contact_form h3{padding-left: 0;}
  .contact_form li{padding: 10px 0;}
  .contact_form li .table-th, .contact_form li .table-td{padding: 10px 0;}
  .contact-page .form_btn{margin-top: 30px;}
  .remit-page .content{padding: 30px 20px;}
  .bigTel p{padding: 0;}
  .remit-page .contact_form li{padding: 0;}
}

@media screen and (max-width: 960px) {

  /* A區 + B區 服務 */
  .camp_lists li {
    width: calc((100% / 3) - 10px);
  }

  .halfForm_le {
    width: 100%;margin-bottom: 50px;
  }

  .halfForm_ri {
    width: 100%;
  }
}

@media (max-width:890px) {

  /* 營區介紹-列表 */
  .camp_price {
    font-size: 1rem;
  }

  .camps_list li {
    width: calc(50% - 10px);
  }

  /* promotion */
  .basicInfo li a {
    letter-spacing: .05em;
  }

  .basicInfo li.lineid a {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 824px) {
  .main_index_area {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .main_index_area li.main_page_link {
    margin: 15px 10px;
  }

  .line_code {
    display: block;
    margin: 15px auto;
  }

  .half_box {
    width: 100%;
  }

  .half_box.pics {
    width: 100%;
  }
  .info_title{width: 100px;}
  .info_text {
    font-size: 16px;width: calc(100% - 105px);
  }
  #go_calendar{max-width: 200px;}
  .camps_tabs{margin: 30px 0;}

  ul.tabs li {
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }

  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: #6B764B;
    color: #fff;
  }

  table.Rtable tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 30%;min-width: 105px;
  }

  table.Rtable tbody tr td:first-child:before {
    display: none;
  }

  .widthL {
    max-width: initial;
  }
}

@media screen and (max-width: 768px) {
  .mainPagePic {
    /* margin-top: 80px; */
    height: 300px;
    background-size: cover;
  }

  /* 首頁最新消息 */
  .index_news {
    padding: 40px 20px;
  }

  .index_news_title {
    width: 100%;
    text-align: center;
  }

  .index_news_list {
    width: 100%;
    max-width: 100%;
  }

  .index_news section {
    padding-bottom: 80px;
  }

  .index_news_title a {
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
  }

  .index_news_title h4 b {
    margin-bottom: 0;
  }

  .index_news_title h4 span {
    margin-bottom: 20px;
  }

  /* */
  .calendar ol.days li {
    font-size: 14px;
  }

  .calendar ol.days li .date {
    text-align: center;
    padding: 2px;
    width: 22px;
    height: 22px;
    line-height: 20px;
  }

  .calendar ol.days li a.event {
    font-size: 12px;
    padding: 2px;
    border-radius: 0;
    width: 100%;
  }

  .calendar ol.days li a.event span {
    display: none;
  }

  .calendar ol.days li .text_total {
    height: 75px;
    padding-top: 0;
  }

  .calendar ol.days li .text_total p {
    flex-direction: column;
    align-items: center;
  }

  .calendar ol.days li .text_total p em {
    width: 100%;
    font-size: 20px;
  }

  .calendar.more_total_amount ol.days li {
    height: 110px;
  }

  .calendar.more_total_amount ol.days li.text_total {
    height: 80px;
  }

  .calendar.more_total_amount span.disappearWord,
  .calendar.more_total_amount ol.days li.text_total span.disappearWord {
    display: none;
  }

  .more_content {
    padding-bottom: 0;
  }

  .other_page_list {
    float: none;
    max-width: 100%;
    width: 100%;
  }

  .other_page_choice {
    width: 100%;
    margin-bottom: 30px;
  }

  .more_content.page {
    position: relative;
    max-width: initial;
    width: 100%;
  }

  .basicInfo {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
    margin-top: 5vw;
  }

  .basicInfo li {
    margin: 5px;
    width: calc(50% - 10px);
    font-size: 15px;
  }

  .basicInfo li+li {
    margin: 5px;
  }

  .basicInfo li a.faspan {
    font-size: 20px;
  }

  .contact_form li .table-th,
  .contact_form li .table-td {
    width: 100%;
    float: none;
    padding: 7px 0;
  }
  .contact_form li{font-size: 15px;}

  .widthS,
  .widthM {
    width: 100%;
    max-width: 100%;
  }

  .widthS[name=checknum] {
    width: calc(100% - 80px);
  }

  /* A區 + B區 服務 */
  .camp_lists li {
    width: calc(50% - 10px);
  }

  .camp_small_txt h6 {
    overflow: auto;
    font-size: 16px;
    -webkit-line-clamp: inherit;
  }

  .camporder_bottom_20201220 section.order_c_data .halfForm_le,
  .halfForm_le {
    width: 100%;
    margin-bottom: 50px;
  }

  .camporder_bottom_20201220 section.order_c_data .halfForm_ri,
  .halfForm_ri {
    width: 100%;
  }

  .camporder_bottom_20201220 strong {
    text-align: center;
  }
  .camporder_bottom_20201220 h5:not(.rule_txt2 h5){font-size: 24px;}
  .camporder_bottom_20201220 .title:not(.rule_txt2 .title){font-size: 16px;}

  .slider-nav .slick-slide {
    aspect-ratio: 4/3;
  }

  .contact_form h3, .contact_left h4{font-size: 24px;margin-bottom: 10px;}
  .contact_left a{font-size: 15px;padding: 5px 0;}
  .tel_note{margin-top: 5px;}
  .contact_form li .table-th{padding-bottom: 3px;}

  .accordion li .link{font-size: 16px;}
  .subbox_item dl h5{font-size: 18px;}

  .pure_notice{font-size: 16px;}
  .pure_notice h6{font-size: 18px;}

  table.Rtable thead th,
  table.Rtable tbody td {font-size: 15px;}

  .note_red{font-size: 15px;}
  .order_list li,.order_list li a{font-size: 15px;}
  .bigTel p {font-size: 15px;}
}

@media screen and (max-width: 572px) {

  /* banner */
  .mainPagePic h2 {
    font-size: 30px;
  }
  .mainPagePic h2::before{font-size: 16px;}

  /* 首頁最新消息 */
  .index_news_list {
    padding: 20px 15px;
  }

  .index_news_list a {
    padding: 10px 0;
  }

  .index_news_list a span {
    width: 100%;
    max-width: 100%;
  }
  .index_news_title h4 span{font-size: 16px;}
  .index_news_title h4 span{font-size: 30px;}

  /* camp_calendar */

  .calendar {
    padding: 0;
  }


  .calendar h2.month {
    width: 100%;
    font-size: 20px;
  }

  .calendar h2.month .month_choice {
    line-height: 20px;
    padding: 2px 10px;
  }

  .calendar ol.days li .text_total {
    width: 100%;
    font-size: 13px;
    padding: 4px 0;
  }

  .calendar ol.days li .text_total span {
    display: block;
  }

  .calendar ol.days li .text_total span i {
    display: none;
  }

  .calendar.more_total_amount ol.days li {
    height: 130px;
  }

  .calendar.more_total_amount ol.days li .text_total {
    height: 80px;
  }

  .calendar ol.days li .text_total p{font-size: 14px;}

  .popup-gallery li a {
    height: 200px;
  }

  .basicInfo li,
  .basicInfo li+li {
    margin: 5px 0;
    width: 100%;
  }

  .basicInfo li a.faspan {
    min-width: 40px;
  }

  .bigTel.bigsize {
    font-size: 38px;
    padding-top: 5px;
  }

  .bigTel span {
    padding-left: 0;
  }

  .bigTel p {
    font-size: 14px;
  }

  .contact_form li {
    padding: 5px 2px;
  }

  .news_main_title span {
    display: block;
    width: 100px;
  }

  /* 相簿 */
  .popup-gallery li {
    width: calc(50% - 10px);
  }

  .popup-gallery li a {
    height: auto;
    aspect-ratio: 1/1;
  }

  /* camp_index */
  .camps_list {
    justify-content: center;
  }

  .camps_list li {
    margin: 10px 0;
    width: 100%;
    max-width: 350px;
  }
  .title_snd p span{font-size: 24px;}
  .recheck-page .title_snd p span{font-size: 24px;}
.recheck-page.title_snd p span.checktime{font-size: 20px;}
  

  /* A區 + B區 服務 */
  .date_and_nights {
    width: 96%;
  }

  .date_and_nights li {
    display: block;
    width: 100%;
  }

  .camp_lists{padding: 0;}
  .camp_lists ul {
    margin: 0;
  }

  .camp_lists li {
    width: 100%;
    margin: 5px 0 20px;
  }

  .camp_small_pic {
    padding: 0;
  }

  .camp_small_pic img {
    position: static;
    transform: none;
  }

  .camp_small_txt cite {
    height: auto;
    overflow: auto;
  }

  .camporder_bottom_20201220 .camp_b_info01 li {
    padding: 3px;
  }

  .camporder_bottom_20201220 h5:not(.rule_txt2 h5) {
    padding: 7px 7px 7px 40px;background-size: 30px;
  }

  .camporder_bottom_20201220 .title:not(.rule_txt2 .title) {
    position: static;
    width: 100%;
    height: auto;
    padding: 7px 0;
  }

  .camporder_bottom_20201220 input[type="text"],
  .camporder_bottom_20201220 input[type="email"],
  .camporder_bottom_20201220 input[type="tel"] ,
  .recheck-page .camporder_bottom_20201220 .order_c_data p{
    border: 1px solid #ccc;
  }
    /****/	
    .allCamp_plan table th,
    .allCamp_plan table td {
      width: 15%;
    }
  
    .allCamp_plan table th:nth-child(2),
    .allCamp_plan table td:nth-child(2) {
      width: 10%;
    }
  
    .allCamp_plan table th:first-child,
    .allCamp_plan table td:first-child {
      display: none;
    }
  
    .allCamp_plan table th br {
      display: inline;
    }
    /****/

    .recheck-page .date_and_nights{margin-bottom: 30px;padding: 5px;}
    .searchbox>ul{margin-bottom: 30px;}
    .bigTel{margin-bottom: 30px;}
    .remit-page .contact_form h3{padding-bottom: 10px;}
    .bigTel p:last-child br{display: none;}
}

@media (max-width:500px) {
  .container {
    padding: 30px 5%;
  }

  /* 相簿 */
  .classified {
    justify-content: center;
  }

  .classified a {
    width: calc(50% - 12px);
    margin: 10px 4px;
    padding: 5px 15px;
  }

  .classified a:last-child:nth-child(odd) {
    width: calc(100% - 12px);
  }

  /* 線上訂位 */
  .lightboxData>a {
    width: 30px;
    height: 30px;
    top: -15px;
  }

  .lightboxData>a::before,
  .lightboxData>a::after {
    height: calc(100% - 15px);
    width: 3px;
  }

  /* 訂單完成 */
  .pure_notice{font-size: 15px;}
  .pure_notice h6{font-size: 16px;}
  .bankAccount_data {
    margin: 30px auto;
  }

  .pure_notice>dl.remitSteps {
    margin-top: 30px;
  }

  /* 聯絡我們 */
  .contact_form li .table-td.inputR {
    width: 100%;
    max-width: 100%;
  }

}

@media screen and (max-width: 425px) {

  /* 相簿 */
  .popup-gallery li {
    width: calc(50% - 10px);
  }

  .popup-gallery li a {
    height: auto;
    aspect-ratio: 1/1;
  }

  .searchbox {
    margin: 0;
  }


  /* campCheck_single */
  .order_list ul {

  }

  .order_list li blockquote {
    width: 100%;
    margin: 0 0 3px;
    justify-content: space-between;
  }

  .order_list li blockquote+blockquote {
    margin-top: 1px;
  }

  .order_list li blockquote>* {
    padding: 5px;
    margin: 0;
  }

  .order_list li span {
    font-size: inherit;
    width: 90px;
    text-align: center;
    letter-spacing: 0;
  }

  .order_list li blockquote:last-child {
    flex-wrap: wrap;
  }
  .order_list li{padding: 10px 0;}

  .order_list li blockquote p {
    width: calc(100% - 100px);
  }
  .order_list li blockquote:last-child p{border-radius: 0;width: calc(100% - 100px);margin-left: 10px;margin-right: 0;}

  .order_list li blockquote:last-child a {
    margin: 10px auto 0;
    width: 120px;
    border-radius: 10px;
  }
}

@media (max-width:392px) {
  input[type="reset"].contactBtn {
    /* margin: 0;
    margin-top: 45px;
    margin-right: 25px; */
  }

  .contactBtn {
    /* width: 117px;
    height: 34px; */
    /* width: 99px; */
  }

  input[type="reset"].contactBtn {
    /* margin-top: 50px;
    margin-right: 15px; */
  }

  /* A+B 區 */
  .camporder_bottom_20201220 {
    padding: 20px 10px;
  }
  .camporder_bottom_20201220 p:not(.rule_txt2 p){font-size: 14px;}
  .contact-page .content{padding: 20px 10px;}
}


/* 2023.10.02 首頁文章管理 */
.index_blog {
  padding: 50px 20px;
}

.index_blog .index_news_title {
  text-align: center;
  width: 100%;
}

.index_blog .index_news_title h4 span {
  margin-bottom: 30px;
}

.index_blog .index_news_title h4 b {
  margin: 0;
  line-height: 1.2;
}

.index_blog ul {
  list-style: none;
  max-width: 1220px;
  margin: 0px auto;
  align-items: stretch;
  align-content: stretch;
  justify-content: flex-start;
}

.index_blog li {
  text-align: left;
  width: 25%;
  padding: 10px;
}

.index_blog li a {
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
}

.i_blog_le {
  vertical-align: top;
  padding: 3px;
  width: 100%;
  line-height: 0;
  position: relative;
  z-index: 5;
}
.i_blog_le::before{
    content: 'more';
    position: absolute;
    z-index: 19;
    width: 95px;
    background-color: #F8DF7C;
    bottom: 0;
    border-radius: 5px;
    height: 32px;
    right: 10px;
    opacity: 0;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #747E74;
    text-align: center;
    transition: all .5s;
}
.index_blog li a:hover .i_blog_le::before {
  opacity: 1;
  bottom: 10px;
}

.i_blog_le img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.i_blog_ri {
  padding: 5px;
  width: 100%;
  position: relative;
  z-index: 5;
}

.i_blog_ri h5 {
  font-weight: 500;
  font-size: 20px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}

.i_blog_ri em {
  font-size: 14px;
  color: #999;
  font-style: normal;
  display: block;
  margin: 7px 0;
}

.i_blog_ri p {
  font-size: 15px;
  color: #666;
  line-height: 130%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  word-break: break-all;
}

.i_blog_b {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  margin-top: 30px;
}

.i_blog_b a {}

/* hover */
.index_blog li a:hover:before,
.index_blog li a:hover:after {
  opacity: 1;
  transition: all .5s;
}

@media (max-width:768px) {
  .index_blog li {
    display: block;
    width: 50%;
    border-bottom: 1px #eee solid;
    padding: 10px 0;
  }
}

@media (max-width:425px) {
  .index_blog li {
    width: 100%;
  }

  .index_blog li a {
    flex-direction: row;
  }

  .i_blog_le {
    width: 120px;
    padding: 0;
  }

  .i_blog_ri {
    width: calc(100% - 120px);
    padding: 5px 0 0 10px;
  }

  .i_blog_ri p {
    -webkit-line-clamp: 2;
  }
}

@media (max-width:350px) {
  .index_blog li a {
    flex-direction: column;
  }

  .i_blog_le,
  .i_blog_ri {
    width: 100%;
    padding: 0;
  }

  .i_blog_ri {
    padding-top: 10px;
  }
}