@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&family=El Messiri:ital,wght@0,100..900;1,100..900&display=swap');

body{
	overflow-x:hidden;
	font-family:"El Messiri","Noto Serif TC","Noto Sans TC","Source Sans Pro","微軟正黑體","arial","sans-serif";
	font-weight: 400;
  letter-spacing: 1px;
}

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.path p, .path p a {
  display: none;}
.navigation {grid-template-columns: 220px 1fr;grid-gap: 0 10px;}
.header_area {padding: 0;}
.edit_part {max-width: unset;margin: 0;padding: 0;}
.other_page .main_part {max-width: unset;padding: 0px;margin: 0;width: 100%;}
.main_part{max-width: 1400px;width: 90%;margin: auto;padding: 80px 0;}
.show_content{width: 100%;max-width: 100%;padding: 0;}
.me_tp_features {display: none;}
/*反白顏色/＝＝＝＝＝*/
::-moz-selection{  background-color: #444;  color: #fff;}
::selection{  background-color: #444;  color: #fff;}
.linkBox_Open + span i {transform:rotate(45deg);}
/*Header/＝＝＝＝＝*/
.nav-header {max-width: 350px;}
.main_header_area{
    background: #fff;
    transition: all ease .6s;}
.nav-brand {margin: 5px 0 0 0;}
.main_header_area .container {max-width:1600px;padding: 0 1%;}

/*sticky/＝＝＝＝＝*/
.header_area.sticky {background: #ffffffc7;}
.header_area.sticky .main_header_area  {max-width: unset;margin: auto;background:none;}
.main_part{max-width: 1400px}
.header_area.sticky .nav-brand img{max-width: 90%;}
.stellarnav > ul > li > a {margin:30px 25px 0 14px;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.stellarnav > ul > li::before{
  content: "";
  width: 26px;
  height: 30px;
  background-image: url(https://pic03.eapple.com.tw/jiaweispa/icon-02.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: -15px;margin-bottom: 8px;
}
.stellarnav > ul > li.has-sub > a {padding-right: unset;}
.stellarnav > ul > li > a {font-size: 15px;}
.stellarnav > ul > li > a:hover{color: #D0ABA1;}
/*bannerindex/＝＝＝＝＝*/
.bannerindex { position:sticky; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-banner { position:static; margin:0; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-slide img { height:auto;}/*custom原本有寫*/
.bannerindex .swiper-slide {position: relative;}/*因為偽元素，所以要加的*/
.bannerindex .swiper-slide:before ,.bannerindex .swiper-slide:after { content: ""; position: absolute;  z-index: 999; pointer-events:none;}

.bannerindex .swiper-slide:nth-child(1):before {
    background: url(https://pic03.eapple.com.tw/jiaweispa/banner-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);
}
.bannerindex .swiper-slide:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/jiaweispa/banner-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);
}


.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before { animation: fade-in-elegant  2.5s ease-in-out both;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before { animation: fade-in-elegant  2.5s ease-in-out both;}
/*上升特效*/
@keyframes slide-top {
    0% {-webkit-transform: translateY(100%);  /* 一開始的位置 在Y-100(最下方)*/
              transform: translateY(100%);
              opacity:0;/*透明度0*/}
    100% {-webkit-transform: translateY(0);/* 跑到最後終止的位置 在Y-0(最上方)*/
              transform: translateY(0);
              opacity:1;/*透明度顯示*/}
    }
  
    @keyframes fade-in-elegant {
      0% {
          opacity: 0;
          transform: translateY(20px); /* 從下方滑入 */
      }
      100% {
          opacity: 1;
          transform: translateY(0); /* 最終位置 */
      }
  }
  
  @keyframes slide-fade-in {
      0% {
          opacity: 0;
          transform: translateX(-20px); /* 從左側滑入 */
      }
      100% {
          opacity: 1;
          transform: translateX(0);
      }
  }
  @-webkit-keyframes fade-in-bck {
      0% {
        -webkit-transform: translateZ(150px);
                transform: translateZ(150px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        opacity: 1;
      }
    }
    @keyframes fade-in-bck {
      0% {
        -webkit-transform: translateZ(150px);
                transform: translateZ(150px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        opacity: 1;
      }
    }
    
    @media screen and (max-width: 768px) {
      .bannerindex {
          padding-bottom: 0%;
      }}
      .bannerindex .swiper-pagination, .stellarnav li.has-sub > a:after {display: none;}
/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過30個變大 */
.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;}
.stellarnav.mobile.left .close-menu {background: #C2B19C;}
.stellarnav .icon-close:after { border-bottom: solid 3px #fff;}
.stellarnav .icon-close:before { border-bottom: solid 3px #fff;}
.stellarnav a {color: #fff;}
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu {
  padding: 10px;}
@media screen and (max-width: 1024px) {
.stellarnav > ul > li > a {font-size: 15px;}
.stellarnav > ul > li:last-child > a { min-width: 80px;}
.nav-header {max-width: 180px;}
.navigation {grid-template-columns: 230px 1fr;}
.stellarnav > ul > li > a {margin: 15px 5px 0;}
.nav-brand {
  margin: 25px 0 0 0;
}}

@media screen and (max-width:768px) {
  .stellarnav > ul > li::before {
    content:unset;}
  .nav-brand {
    margin: 15px 0 5px;
}
#bottom_menu {display: flex;}
.stellarnav > ul > li > a {margin:unset;}
.stellarnav.mobile > ul > li > a {padding: 10px 43px 2px 10px;}
.stellarnav > ul > li:last-child > a { border-radius: unset;}
}
@media screen and (max-width:400px) {
  .nav-header {max-width: 200px;}
  .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu {
    padding: 5px;
}}

/* footer */
/*Footer*/
.footer_info li p.add:after {
  content: "本店采預約制：週一~週六10：00~20：00 \A週日公休";
  white-space: pre;
  display: inline-block;
  color: #604c3f;
  order: 5;
  width: 100%;}

.footer_logo img {display: none;}
.footer_menu a:first-child {display: none;}
.copy {
    background: #C2B19C;
    color: #ffffff;
  }
  .copy a{color: #ffffff;}
  .footer_menu a:hover {
    background: none;
    color: #805346;
    font-weight: 500;
  }
  .footer_menu a {    
    display: inline-block;
    padding: 5px 7px 5px 15px;
    border: none;
    margin: 0px 4px 4px 0px;
    font-size: 14px;
    line-height: 100%;
    color: #604c3f;
    background: none;
    border-left: 1px #ccc solid;
    transition: all 0.3s;}
  
  .box_link{ display: none;}
  
  
  .footer {
    background: #fdf9f5;
    border-top: 1px solid #E4E4E4;
    background-size: cover;}
  
  .footer_info ul {
    display: inline-block;
    vertical-align: top;
    width: 100%;}
  
  .footer_info li {
    display: block;
    padding: 10px 0 10px 0;
  }
  .footer_info li p {color: #604c3f;font-weight: 400;}
  
  .footer_info li p a {
    color: #604c3f;
  }
  .footer .center {
    position: relative;
    max-width: 90%;
  }
  .footer .center {
    position: relative;
    max-width: 90%;
    padding: 30px 0;
  }
  .footer_info {
    padding: 0;
    display: flex;
    grid-gap: 20px;
    padding-right: 0;
    flex-wrap: wrap;
  }
  .footer_info li:nth-child(2) {
    position: absolute;
    right: 0;
    top: 14px;
  }
  
  @media screen and (max-width: 1200px) {
  .footer_info li:nth-child(2) {position: unset;}
  .footer .center {padding: 0;}
  .footer_info li+li {margin-top: 0px;}}
  
  @media screen and (max-width: 768px) {
  .footer_menu a:nth-child(2) {border-left: 1px #ccc solid;}}

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.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-layer-two { 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;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.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;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
  background: #fafbf6;
  width: 100%;
  padding: 0;
  height: 0;
  padding-bottom: 35%;
  background-image: url(https://pic03.eapple.com.tw/642repair/banner-05.jpg );
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;}

.banner h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: .3em;
  width: 30%;
  text-indent: .3em;
  padding: 10px 0;
  display: flex;
  border-bottom: 1px #fff solid;
  justify-content: center;
  align-items: baseline;
  font-weight: bold;}

.banner h5::after {
  content: "";
  display: block;
  font-size: 16px;
  color: #fff;
  letter-spacing: .2em;
  text-indent: .2em;}

/*  */
.banner.banC{background-image: url(https://pic03.eapple.com.tw/jiaweispa/banner-02.jpg );}
.banner.banC h5::after{content: "CONTACT";}
/*  */
.banner.banblog{background-image: url(https://pic03.eapple.com.tw/jiaweispa/banner-01.jpg );}
.banner.banblog h5::after{content: "NEWS";}

.banner.banB {display: none;}
@keyframes banner-line {
  0%{
      width: 0;
      opacity: 0;
  }
  75%{
      width: 300px;
      opacity: .5;
  }
  100%{
      width: 300px;
      opacity: 1;

  }
}

@keyframes banner-text {
  0%{
      opacity: 0;
  }
  100%{
      opacity: 1;
  }
}
@media screen and (max-width: 670px) {
.banner h5 {
  font-size: 30px;
  width: 100%;}}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*首頁顯示文章*/
.animated-arrow {
  height: 45px;
  width: 200px;
  border-radius: 50px;
  background: #C2B19C;}
.i_blog_ri h5 {color: #fff;}
.module_i_news .title_i_box h4 {color: #ffffff;}
.i_blog_b {margin-top: 30px;}
.module_i_news ul, .blog_subbox {display: grid;gap: 10px;grid-template-columns: 1fr 1fr 1fr 1fr;}
.module_i_news li , .subbox_item {width: 100%;}
.module_i_news li a , .subbox_item a {padding: 5px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.i_blog_le , .blog_list_le{    position: relative;    padding-bottom: 100%;    height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img , .blog_list_le img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.module_i_news ul{width: 90%;	grid-template-columns:1fr 1fr 1fr 1fr;}
.module_i_news li a {
        position: relative;
        display: flex;
        flex-direction: column;}
.module_i_news_list, .module_i_news_list.swiper {display: flex;justify-content: center;}
.module_i_news_list{padding: 0;}
/*文章設定*/
.subbox_item a {display: flex;flex-wrap: wrap;grid-gap: 0;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {color: #C2B19C !important;}
.accordion li .link a {font-weight: 500;}

/*首頁文章*/
.module_i_news ul {max-width: 1400px;}
.i_blog_ri em {display: none;}
.i_blog_ri p {line-height: 180%;}


.blog_page .main_part , .blog_in_page .main_part  {max-width: 1400px;}
h4.blog_category_title{font-size: 28px;margin-bottom: 0;}
h4.blog_category_title span{font-size: 24px;}
.blog_ri {padding: 0 0 0 50px;}
/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {  display: grid;gap:50px 10px;}
.module_i_news li , .subbox_item {  width: 100%;}
.module_i_news li a , .subbox_item a {  padding: 5px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none; border-radius: 15px; border: 1px #f5efe8 solid;}
.subbox_item a:after {border: 0px #ddd solid;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {  width: 100%;}
.i_blog_le , .blog_list_le{  position: relative;  padding-bottom: 100%;  height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img , .blog_list_le img{
	display:block;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);}
  .i_blog_le img, .blog_list_le img {border-radius: 15px;}
  .blog_list_ri p {line-height: 180%; padding-top: 10px;}
  .blog_list_ri {padding: 17px 3px 3px 3px;}
  h5.blog_le_t span {display:none;}
	
/*側邊*/
.blog_le .accordion {border-radius: 15px;border-bottom: 1px #ccc solid;border: 0;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background:none !important;}
.submenu a{padding: 12px 12px 12px 30px; letter-spacing: 1px;}
.submenu a {background:#fff;}
.submenu a:hover {background: #dd5310;}
h5.blog_le_t em {display: none;}

/*首*/
.module_i_news {padding: 95px 20px;}
.module_i_news ul{width: 90%;	grid-template-columns:1fr 1fr 1fr 1fr;}

/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}

/*文章管理/內層＝＝*/
.blog_shareData {justify-content: flex-end;}
.blog_back a.article_btn_prev {background: #857367;color: #fff; border-radius: 30px 0 0 30px;}
.blog_back a.article_btn_prev:hover {background: #c2b7b3;}
.blog_back a.article_btn_back{background: #857367;color: #fff;}
.blog_back a.article_btn_back:hover {background: #c2b7b3;}
.blog_back a.article_btn_next {background: #857367;color: #fff; border-radius: 0 30px 30px 0;}
.blog_back a.article_btn_next:hover {background: #c2b7b3;}
.blog_search input[type=search] {border-radius: 15px;}
.news_related {background: #fff;}
/*特*/
.subbox_item a:before {display: none;}
.subbox_item a:after {display: none;}
.blog_page .blog_list_ri::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #C9C0B8;
  transition: all 0.3s ease-in-out;}
.blog_page .subbox_item:hover .blog_list_ri::before {width: 100%; transition: all 0.3s ease-in-out;}
.blog_le .accordion li .link:last-child {border-bottom:none;}
.accordion li .link {border-bottom: 1px solid #f5e9d4;}
.i_blog_ri {padding:0px 5px 5px 5px;}
.i_blog_ri h5{color:#444;}
.module_i_news .title_i_box h4 {display: none;}
.blog_list_ri h5 {color:#444;}
.blog_le .accordion li i {color: #fff;}
.blog_le .accordion li.open i {color: #fff;}

@media screen and (max-width: 1024px) {
/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}}

@media screen and (max-width: 768px) {
/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}
.blog_ri {padding: 0;}
.blog_page .main_part {
  padding: 30px 0;
}
}

@media screen and (max-width: 600px) {
/*文章管理/＝＝＝＝＝*/
.i_blog_le, .blog_list_le {  padding-bottom: 100%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}
.blog_subbox {grid-template-columns: 1fr 1fr ;}}

@media screen and (max-width:400px) {.blog_subbox {grid-template-columns:1fr ;}}
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*聯絡資訊/＝＝＝＝＝*/
.contact_form li.last cite { background: #C2B19C;}
.contact_form li.last blockquote, .contact_form li.last cite {
  border: none;
  padding: 0;
  border-radius: 50px;}
.contact_content {text-align: center; margin: 0;padding: 0;}
.contact_page .main_part {
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%;
  flex-direction: column-reverse;}
.blank_letter {font-family: "El Messiri", "Noto Serif TC", "Noto Sans TC", "Source Sans Pro", "微軟正黑體", "arial", "sans-serif";}
.contact_content .information_left {display: none;}
.contact_editbox {margin: 0; padding: 0;}
.contact_content .information_right {
  max-width: 1400px;
  width: 100%;
  padding: 40px 0 80px;
  margin: auto;}

@media screen and (max-width: 600px) {
  .contact_content .information_right {padding: 40px 5% 80px;}
.contact_form li .form__label {background: none;}
.contact_form li {grid-gap: 0;}}
/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




