@charset "utf-8";
/*露營老爹*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap');

/*預設解除背景輪播*/
#content_main { margin:0;background: transparent;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.me_tp_features{
    font-family: "Noto Serif TC", serif;
    font-size: 14px;
    font-weight: 500;
    color: #3D3938;
    letter-spacing: 2px;
    width: 100%;
}
.tp_links,.me_tp_features a.tp_btn_cart,.me_tp_features a.tp_btn_notice{
    display: none;
}

/*版面*/
.CampCalendarPage .main_part{
    width: 100%;
    max-width: 74%;
}
.services_page .main_part {
    width: 100%;
    max-width: 74%;
}
.product_page  .main_part {
    width: 100%;
    max-width: 74%;
}
.product_info_page  .main_part{
    width: 100%;
    max-width: 68%;
     font-family: "Noto Serif TC", serif;
}
.CampIndexPage  .main_part {
    width: 100%;
    max-width: 72%;
}
.contact_page  .main_part {
    width: 100%;
    max-width: 72%;
}
.CampOrderPage .main_part {
    width: 100%;
    max-width: 72%;
}
.remit_page .main_part,.Camp_recheck_page .main_part{
    width: 100%;
    max-width: 68%;
    font-family: "Noto Serif TC", serif;
}
.other_page .main_part {
    width: 100%;
    max-width: 80%;
} 
.blog_page .main_part{
    width: 100%;
    max-width:82%;
}
.blog_in_page .main_part{
    width: 100%;
    max-width: 76%;
}

/*抬頭*/
.main_header_area .container {
    max-width: 84%;
    width: 100%;
    margin: auto;
}
.navigation{
    grid-template-columns: 10% 1fr;
}
.pageIndex .header_area{
    position: fixed;
    background: #ffffffe6;
    width: 100%;
    padding: 4px;
}
.pageIndex .header_area.sticky {
    background: #ffffffe6; 
    position: fixed;
    padding: 4px;
}
.header_area,.header_area.sticky{
    position: relative;
    background: #ffffff;
}
/*選單按鈕*/
.stellarnav > ul > li > a{
    font-family: "Noto Serif TC", serif;
    font-size: 16px;
    font-weight: 700;
    color: #3D3938;
    letter-spacing: 2px;
    padding: 0;
    margin: 0 auto;
}
.stellarnav > ul > li > ul > li > a{
    font-family: "Noto Serif TC", serif;
    font-size: 15px;
    font-weight: 700;
    color: #3D3938;
    letter-spacing: 2px;
}
.stellarnav > ul > li > a:hover{
    color: #5C7A3E;
}
.stellarnav > ul > li{
    padding: 0 20px;
}
.stellarnav li.has-sub > a:after{
    display: none;
}
.stellarnav > ul > li.has-sub > a {
    padding-right: 0;
}
.stellarnav > ul > li:hover::after {
    transform: scaleX(1);
}
.stellarnav > ul > li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 12px;
    right: 12px;
    height: 2px;
    background-color: #5C7A3E;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
}
/*營位導覽/導覽圖用於下拉連結中*/
.stellarnav > ul > li:nth-child(8),.stellarnav > ul > li:nth-child(9){
    display: none;
}

/*好茶訂購_購物車客戶說先隱藏第6個*/
.stellarnav > ul > li:nth-of-type(6){
    display: none;
}

/*大圖*/
.swiper-wrapper .swiper-slide{
    position: relative;
}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before {
    content: '';
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/1230inshiny/big_slogan1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    animation: slideUpFade 1.5s ease-out forwards;
}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before {
    content: '';
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/1230inshiny/big_slogan2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    animation: slideUpFade 1.5s ease-out forwards;
    animation-delay: 3s;
}

@keyframes slideUpFade {
  from {
    transform: translateY(30px); 
    opacity: 0;
  }
  to {
    transform: translateY(0);   
    opacity: 1;
  }
}


/*內頁BANNER 設定*/
/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 500px; 
  overflow: hidden; 
  display: flex;
  justify-content: center;
  align-items: center;
}
.CampCalendarPage .banner::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://pic03.eapple.com.tw/1230inshiny/banner01.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1; 
  animation: kenburns-right 8s ease-out both;
}
.CampCalendarPage .banner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://pic03.eapple.com.tw/1230inshiny/banner01_decorate.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2; 
  pointer-events: none; 
}
.services_page .banner::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://pic03.eapple.com.tw/1230inshiny/banner02.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1; 
  animation: kenburns-right 8s ease-out both;
}
.services_page .banner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://pic03.eapple.com.tw/1230inshiny/banner02_decorate.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2; 
  pointer-events: none; 
}
.product_page .banner::after,.product_info_page .banner:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://pic03.eapple.com.tw/1230inshiny/banner03.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1; 
  animation: kenburns-right 8s ease-out both;
}
.product_page .banner::before,.product_info_page .banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://pic03.eapple.com.tw/1230inshiny/banner03_decorate.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2; 
  pointer-events: none; 
}
.CampIndexPage  .banner::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://pic03.eapple.com.tw/1230inshiny/banner04.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1; 
  animation: kenburns-right 8s ease-out both;
}
.CampIndexPage  .banner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://pic03.eapple.com.tw/1230inshiny/banner04_decorate.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2; 
  pointer-events: none; 
}
.contact_page  .banner::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://pic03.eapple.com.tw/1230inshiny/banner05.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1; 
  animation: kenburns-right 8s ease-out both;
}
.contact_page  .banner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://pic03.eapple.com.tw/1230inshiny/banner05_decorate.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2; 
  pointer-events: none; 
}
.remit_page  .banner::after,.Camp_recheck_page .banner::after,.CampOrderPage .banner::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://pic03.eapple.com.tw/1230inshiny/banner06.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1; 
  animation: kenburns-right 8s ease-out both;
}
.remit_page  .banner::before,.Camp_recheck_page .banner::before,.CampOrderPage .bannerr::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://pic03.eapple.com.tw/1230inshiny/banner06_decorate.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2; 
  pointer-events: none; 
}
.other_page .banner::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://pic03.eapple.com.tw/1230inshiny/banner07.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1; 
  animation: kenburns-right 8s ease-out both;
}
.other_page .banner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://pic03.eapple.com.tw/1230inshiny/banner07_decorate.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2; 
  pointer-events: none; 
}
.blog_page  .banner::after,.blog_in_page .banner::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://pic03.eapple.com.tw/1230inshiny/banner08.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1; 
  animation: kenburns-right 8s ease-out both;
}
.blog_page .banner::before,.blog_in_page .banner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://pic03.eapple.com.tw/1230inshiny/banner08_decorate.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2; 
  pointer-events: none; 
}

@keyframes kenburns-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 50%;
            transform-origin: 84% 50%;
  }
  100% {
    -webkit-transform: scale(1.1) translateX(10px);
            transform: scale(1.1) translateX(10px);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

.banner h5 {
   display: none;
}


/*麵包屑*/
.path p, .path p a{
    font-family: "Noto Serif TC", serif;
    font-size: 14px;
    font-weight: 700;
    color: #3D3938;
}
.path p a:nth-child(1) {
    line-height: 1.5;
    background-color: #a9c995;
    color: #ffffff;
    padding: 4px 28px;
    border-radius: 6px;
    margin: 0 auto;
}
.path p a:hover {
    color: #41620f;
}
/*您的預約*/
.CampOrderPage #page {
    font-family: "Noto Serif TC", serif;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: #333333;
}
.stepImg{
    width: 100%;
    max-width: 80%;
}
.rule_txt{
    text-align: center;
    margin: 0 auto;
}
.camp_lists li{
    width: calc(50% - 10px);
}
/*匯款通知*/
.form_content{
    width: 100%;
    max-width: 100%;
}
.camp_small_txt h6,.first_choice b,.add_choice b{
    color: #333333;
}
.camp_lists h5.part_title{
    background: #b7cc7f;
    border: none;
}
.camp_small_pic{
    margin-bottom:0;
    padding-bottom:75%;
}
.title_snd p span,.camp_lists h4.article_title span{
    color: #5C7A3E;
}
.camporder_bottom_20201220 h5:not(.rule_txt2 h5){
    filter: hue-rotate(272deg);
}
.camporder_bottom_20201220 section.camp_b_info03 .button_cart.next{
    background-color: #99be81;
}
.camporder_bottom_20201220 section.camp_b_info03 .button_cart{
    background-color: #a9a9a9;
}
.title_snd img{
    filter: hue-rotate(272deg);
}
.title_snd p span.checktime{
    color: #ff6937;
}
.price_total h5 span{
    color: #cc0000;
}
.send_simple{
    background: #99be81 url(../images/simple_right.png) 88% center no-repeat;
}
.border200,.longer{
    width: 100%;
}
/*訂單查詢*/
.searchbox li .title{
    background-color: #99be81;
}
.searchbox .button_cart{
    background-color: #848484;
    padding: 2%;
}
.searchbox .button_cart.next {
    background-color: #54743f;
    padding: 2%;
}

/*線上預訂*/
.CampCalendarPage  #page {
    font-family: "Noto Serif TC", serif;
    color: #333333;
}
.stepImg p.act_step b::after{
    background: #ffe248;
}
.stepImg > i::before{
    background: #ffe248;
}
.stepImg p.act_step span {
    color: #535353;
    font-family: "Noto Serif TC", serif;
}
.stepImg p span{
    font-family: "Noto Serif TC", serif;
}
.calendar ol.days li a.event{
    background: #a5c292;
}
.calendar ol.days li a.event:hover{
    background: #5C7A3E;
}
.calendar ol.days li .text_total p em{
    color: #5C7A3E;
}
.calendar ol.days li.weekend{
    background: #f6e3e2;
}
.calendar ol.day-names li{
    padding: 14px 1px;
}
.calendar h2.month{
    font-size: 28px;
    padding: 30px 0;
}

/*營位類型-營區介紹功能*/
.camps_tabs .tab_content {
    font-family: "Noto Serif TC", serif;
    letter-spacing: 1px;
}
.camps_list li a > b{
    background-color: #c0cfb6;
    font-family: "Noto Serif TC", serif;
}
.camps_list li a:hover > b{
    background-color: #99be81;
    font-family: "Noto Serif TC", serif;
}
.camps_list .camp_name{
    filter: hue-rotate(230deg);
    font-family: "Noto Serif TC", serif;
    letter-spacing: 1px;
    font-size: 24px;
    color: #333333;
}
.camps_list .camp_price > p b{
    color: #5C7A3E;
    font-family: "Libre Baskerville", serif;
}
.camps_list{
    width: 100%;
    max-width: 100%;
}
.camps_tabs ul.tabs li.active:after{
    border-color:#99be81 transparent transparent transparent;
}

/*內頁*/
.CampIndexPage .show_content{
    font-family: "Noto Serif TC", serif;
    letter-spacing: 1px;
}
.camp_info .info_title{
    color: #333333;
    font-weight: 800;
    background: transparent;
}
#go_calendar{
    background: url(../images/campInfo_img01.svg) left 8px bottom no-repeat, #a9c995;
}
.camps_tabs ul.tabs li.active{
    background-color: #9ab888;
}
/*好茶訂購*/
/* 商品下拉超過30個變大 */
.box_search{display: none;}
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 商品下拉超過30個--結束 */
.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}
.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}
.product_info_page .product_menu_list { display: none;} 
.product_info_page .products-list,
.product-wrapper { width: 100%;}
.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}
.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
.product_page .product_menu_list{
    display: none;
}
#spec_val_2{
    display: none;/*尺寸文字隱藏*/
}
.product_info li:nth-child(1) span{
    display: none;/*商品規格隱藏*/
}
.sidebarBtn .price span{
    font-size: 26px;
    font-family: "Libre Baskerville", serif;
}
.sidebarBtn{
    border: 1px #ddd solid;
}
.products-list .name{
    text-align: center;
    font-family: "Noto Serif TC", serif;
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 2px;
}
.products-list .price b{
    text-align: center;
    color: #ADA17E;
    font-size: 20px;
    font-family: "Libre Baskerville", serif;
    color: #f81f1f;
}
.product_page .show_content{
    padding: 0;
}
.product_page .products-list, .product-wrapper {
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5vw;
    padding-top: 5%;
    padding-bottom: 5%;
}
.products-list .item a:hover .more{
    background: #99be81;
}
.products-list .more{
    border: 1px solid #99be81;
    color: #99be81;
}
.prod_related h6 span:before{
    font-family: "Noto Serif TC", serif;
}
.related_list li a p{
    font-family: "Noto Serif TC", serif;
}
.prod_related{
    background: transparent;
}
.lastPage {
    font-size: 16px;
    color: #333333;
    background: transparent;
    font-family: 'Noto Serif TC';
    border: 1px solid #b0b0b0;
}
.related_list li a p {
    font-size: 18px;
    color: #333;
    line-height: 2;
    font-weight: 800;
    letter-spacing: 1px;
}
.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 24px;
    color: #1a1a1a;
    letter-spacing: 3px;
}
.pd_tabTitle li.activeTab a{
    font-size: 24px;
    color: #333;
    line-height: 2;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: left;
    padding: 0;
}
.pd_tabTitle li.activeTab::after{
    background: transparent;
}
.pd_tabInner_contain{
    font-family: "Noto Serif TC", serif;
}
.stellarnav li li{
    text-align: center;
}

/*文章*/
h5.blog_le_t em{
    font-family: "Noto Serif TC", serif;
    font-size: 20px;
    font-weight: 700;
    color: #becfb2;
    letter-spacing: 2px;
}
.blog_search input[type=search]{
    border: none;
    border-bottom: 1px solid #99be81;
    border-radius: 0;
}
.blog_search input[type=submit]{
    background: url(https://pic03.eapple.com.tw/1230inshiny/magnifier.svg) no-repeat center right;
    width: 100%;
    right: 4%;
}
h5.blog_le_t{
    text-align: center;
}
.articel_mainPic img{
    display: none;
}
.subbox_item a{
    grid-template-columns: 1fr;
}
.blog_le .accordion {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #cbcbcb;
}
.blog_list_ri h5{
    font-family: "Noto Serif TC", serif;
    -webkit-line-clamp: 1;
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 2px;
    order: 2;
}
.accordion li .link a{
    font-family: "Noto Serif TC", serif;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    letter-spacing: 1px;
}
.blog_le{
    width: 18%;
}
.blog_ri {
    width: calc(100% - 19% );
    padding: 0 0 0 4%;
    min-height: unset;
}
.blog_list_ri {
    display: flex;
    flex-direction: column;
    padding-bottom: 12%;
    border-bottom: 1px solid #99be81;
    padding-left: 2%;
    padding-right: 2%;
}
.blog_list_le{
    aspect-ratio: 4 / 3;
}
.blog_list_ri em{
    order: 1;
    font-family: "Noto Serif TC", serif;
    color: #99be81;
}
h4.blog_category_title {
    color: #333;
    font-size: 26px;
    letter-spacing: 2px;
}
.blog_list_ri p{
    font-family: "Noto Serif TC", serif;
    order: 3;
}
.blog_in_page #page{
     font-family: "Noto Serif TC", serif;
}
.blog_list_ri p{
    -webkit-line-clamp: 2;
}
.subbox_item a:after{
    background: transparent;
    border: none;
}
.blog_list_ri h5{
    padding-top: 4%;
}
.subbox_item a:before{
    opacity: 1;
    content: "MORE";
    font-size: 14px;
    color: #99be81;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category{
    background: #a7c79080 !important;
    
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #5C7A3E !important;
}
.news_tags a{
    color: #7ea164;
}
.blog_back{
    width: 100%;
    max-width: 92%;
    justify-content: center;
    margin: 0 auto;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    margin-top: 6%;
}
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next,
.blog_back a.article_btn_back{
    background: transparent;
}
.blog_back a{
    font-family: "Noto Serif TC", serif;
    color: #1F1F1F;
    font-weight: 600;
}
.blog_back a:hover{
    color: #5C7A3E;
}
.news_related h6 span:before {
    content: '相關文章';
    font-size: 22px;
    color: #272727;
}
.blog_subbox{
    grid-template-columns: 1fr 1fr 1fr;
}
.news_related{
    background: transparent;
}
.news_related_list{
    max-width: 74%;
}
.news_related_list li a p{
    padding-top: 5%;
}
.blog_list_ri p{
    line-height: 1.5;
}



/*交通資訊*/
.contact_content .information_left,
.contact_content .information_right{
    display: none;
}




@media screen and (max-width: 1600px) {
.main_header_area .container {
    max-width: 100%;
    width: 100%;
    margin: auto;
}

}
@media screen and (max-width: 1280px) {
.header_area,.header_area.sticky {
    position: relative;
}

.contact_page .main_part, .CampIndexPage .main_part,.product_page .main_part,.product_info_page  .main_part{
    width: 100%;
    max-width: 88%;
}
}
@media screen and (max-width: 1024px) {
/*抬頭*/
.pageIndex .header_area,.pageIndex .header_area.sticky{
    position: relative;
}

/*營位類型*/
.camps_list li{
    width: calc((100% / 2) - 10px);
}
/*好茶訂購*/
.product_page .products-list, .product-wrapper{
    grid-template-columns: repeat(3, 1fr);
}

}
@media screen and (max-width: 920px) {
.banner{
    height: 400px;
}
/*營位類型*/
.camps_list .camp_name{
    font-size: 22px;
}
.camps_list .camp_price > p b{
    font-size: 20px;
}

}
@media screen and (max-width: 1280px) {
/*最新資訊-文章管理1*/    
.blog_in_page .main_part,
.blog_page .main_part{
    width: 100%;
    max-width: 90%;
}
.blog_subbox{
    grid-template-columns: 1fr 1fr;
}
.blog_le {
    width: 24%;
}
.blog_ri{
    width: calc(100% - 25%);
}


}
@media screen and (max-width: 980px) {


    
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}
.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}

/*文章*/
.blog_le {
    width: 100%;
}
.blog_ri {
    width: 100%;
    padding: 0;
}
.blog_page .main_part{
    padding: 0 0 8% 0;
}
.fa-caret-down::before{
    color: #5c9952;
}
h5.blog_le_t em{
    color: #5c9952;
}
h5.blog_le_t{
    padding-top: 12%;
}


}







@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu{
    display: none;
}
.footer.with_shopping_mode { padding:30px 0 70px; }
.stellarnav .menu-toggle{
    padding: 15px;
}
/*大圖*/
.swiper-banner .swiper-slide img {
    max-width: unset;
    width: 100%;
    height: 45vh;
    object-fit: cover;
}

/*好茶訂購*/
.product_page .products-list, .product-wrapper{
    grid-template-columns: repeat(2, 1fr);
}

/*聯絡我們*/
.contact_editbox{
    padding: 5% 0;
}

}

@media screen and (max-width: 600px) { 
.banner {
    height: 300px;
}


/*營位類型*/
.camps_list li {
    width: 100%;
}
.camps_list .camp_price{
    flex-direction: column;
}
.camps_list .camp_price > p {
    width: 100%;
    max-width: 100%;
    display: flex;
}
.camps_list .camp_price > span{
    display: none;
}
.products-list .name{
    height: auto;
}

/*線上預訂*/
.CampCalendarPage .main_part {
    width: 100%;
    max-width: 90%;
}

/*好茶訂購*/
.product_page .products-list, .product-wrapper{
    grid-template-columns: repeat(1, 1fr);
}

/*聯絡我們*/
.contact_page .main_part{
    width: 100%;
    max-width: 86%;
}
}

@media screen and (max-width: 480px) { 
/*最新資訊-文章管理1*/   
.blog_subbox {
    grid-template-columns: 1fr;
} 

}


