@charset "utf-8";
/* CSS Document */

.bannerArea:after{
  /* display:none; */
  }

/*****分店外連結******/
.storeArea ul{
  text-align:center;}

.storeArea ul li.col-3{
  float:none;
  display:inline-block;
  margin:0 -4px;
  padding:50px;
  text-align:center;
  }

.storeArea ul li a.item{
  display:block;}

.storeArea ul li .Img{
  position:relative;
  overflow:hidden;
  width:260px;
  height:260px;
  border:4px solid #d1d1d1;
  border-radius:100%;}

.storeArea ul li .Img img{
  display:block;
  width:100%;
  border-radius:100%;}

.storeArea ul li .Img:after{
  content:"Detail";
  display:block;
  width:100%;
  height:100%;
  line-height:260px;
  font-size:22px;
  color: #FFFFFF;
  text-decoration:underline;
  text-align:center;
  background: rgba(15,4,0,0.8);
  border-radius:100%;
  position:absolute;
  left:100%;
  top:0;
  opacity:0;
  transform:rotate(180deg);
  transition:all 0.4s ease;
  }

.storeArea ul li .Txt{
  padding-top:20px;}

.storeArea ul li .Txt h2{
  font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
  font-size:20px;
  font-weight:normal;
  color:#363636;}

.storeArea ul li .Txt h2 strong{
  font-weight:normal;}

.storeArea ul li .Txt p{
  padding-top:10px;
  height:100px;
  font-size:12px;
  line-height:1.8;
  color:#7b7b7b;}

.storeArea ul li a.item:hover .Img:after{
  left:0;
  opacity:1;
  transform:rotate(0deg);}

/***關於我們**/
.aboutArea{
  padding:60px 0;
  background:url(../img/bg_about.jpg) no-repeat fixed;
  background-size:100% auto;
  transition:all 0.4s ease;}

.aboutArea .Img{
  float:left;}

.aboutArea .Img img{
  max-width:100%;}

.aboutArea .Txt{
  font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
  font-size:15px;
  color: #FFFFFF;
  line-height:1.8;
  overflow:hidden;
  text-align:center;
  }

/***最新消息***/
.newsArea{background: url(../img/bg_store.jpg) no-repeat;background-size:100% auto;/* padding-top: 10px; */border-top: 1px solid #4caf50;/* display: none; */}

.newsArea a {
    color: #a82127;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #4caf50;
}

.newsArea h3 {
    text-align: left;
    font-size:16px;
    font-family:'微軟正黑體';
    color: #000;
    margin-bottom: 25px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0);
    display: inline-block;
    padding: 20px;
}

.newsArea h3 span{
    font-size: 30px;
}

.newsArea h2{
  text-align:center;
  width: 180px;
  margin: 0 auto;
  background: #4CAF50;
  border-radius: 0px 0 20px 20px;
  height: 60px;
  margin-bottom: 20px;
  /* margin-top: -10px; */
  /* border: 10px solid #094f94; */
  border-top: 0px;
  } 

.newsArea h2 em{
  display:block;
  font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  color: #ffffff;
  font-weight:normal;
  letter-spacing:2px;
  /* font-weight: bold; */
  padding-top: 8px;
  }

.newsArea h2 strong{
  font-size: 15px;
  font-weight:normal;
  color: #FFEB3B;
  font-family: "微軟正黑體";
  font-weight: bold;
  }

.newsArea ul{
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.newsArea ul li{
  padding:15px 0;
  text-align:center;}

.newsArea ul li .date{
  display:none;}
.newsArea ul li p{
  display:none;}

.newsArea ul li h3 a{
  display:block;
  font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
  font-size:20px;
  font-weight:normal;
  color: #656766;
  }

.newsArea ul li h3 a:hover{
  text-decoration:underline;}

.newsArea .btn{
  margin-top:25px;
  text-align:center;}

.newsArea .btn a{
  display:inline-block;
  font-size:19px;
  color: #656766;
  text-decoration:underline;
  }

/***推薦商品***/
.feathureArea{
  background: url(../img/bg_about.jpg) no-repeat center bottom;
  background-size:100% auto;
  border-top: 1px solid #4caf50;
  padding-bottom: 45px;
  }

.feathureArea h2{
  text-align:center;
  width: 180px;
  margin: 0 auto;
  background: #4CAF50;
  border-radius: 0px 0 20px 20px;
  height: 60px;
  margin-bottom: 45px;
  /* margin-top: -10px; */
  /* border: 10px solid #ffffff; */
  border-top: 0px;
  } 

.feathureArea h2 em{
  display:block;
  font-family: 微軟正黑體;
  font-size: 1.5em;
  color: #ffffff;
  font-weight:normal;
  letter-spacing:2px;
  /* font-weight: bold; */
  padding-top: 8px;
  }

.feathureArea h2 strong{
  font-size: 15px;
  font-weight:normal;
  color: #ffeb3b;
  font-family: "微軟正黑體";
  font-weight: bold;
  }

.feathureArea ul{
  margin: 0 -20px;
  }

.feathureArea ul li{
  padding:0 20px;}

.feathureArea ul li .Img{}

.feathureArea ul li .Img img{
  display:block;
  width:100%;
  /*border-radius:100%;*/
  -webkit-transition:all 0.4s ease;
  -moz-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
  /* border: 1px solid #990000; */
  }

.feathureArea ul li .Img:hover img{
  opacity: 1;
  /* -webkit-transform:rotate(15deg); */
  -moz-transform:rotate(15deg);
  -o-transform:rotate(15deg);
  /* transform:rotate(15deg); */
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  }

.feathureArea ul li .Txt{
  padding: 10px 0px;
  text-align:center;
  }

.feathureArea ul li .Txt h3{
  font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
  font-size:20px;
  font-weight:normal;
  height: 54px;
  /* width: 100%; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* display: -webkit-inline-box; */
  /* -webkit-line-clamp: 2; */
  /* -webkit-box-orient: vertical; */
  border-radius: 6px;
  /* background: #ffca00; */
  /* padding: 5px; */
  }

.feathureArea ul li .Txt h3 a{
  display:block;
  font-weight:normal;
  color: #191919;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  }

.feathureArea ul li .Txt h3 a:hover{
  /* text-decoration:underline; */
  }

.feathureArea ul li .Txt .price{
  display:none;
  font-size:13px;
  color:#727272;
  font-weight:normal;
  font-style:italic;}

.feathureArea ul li .Txt .price b{
  font-size:18px;
  color:#d91660;}

.feathureArea ul li .Txt p{
  display:none;
  font-size:13px;
  color:#010101;
  line-height:1.8;
  max-height:65px;}

.feathureArea ul li .ribbon_new{
  display:inline-block;
  background:url(../img/ribbon_new.png) no-repeat;
  width:40px;
  height:30px;
  text-indent:-9999px;}

.feathureArea ul li .ribbon_hot{
  display:inline-block;
  background:url(../img/ribbon_hot.png) no-repeat;
  width:40px;
  height:30px;
  text-indent:-9999px;}

@media (max-width: 1160px){
  .aboutArea{
    background-size:cover;}
  
  .feathureArea{
    background-size:cover;
    }

.newsArea{
  background-size:cover;
  }

.newsArea h3 {
    text-align: left;
    font-size: initial;
    color: #222;
    font-family: 微軟正黑體;
}

.newsArea h3 span{
    font-size: x-large;
}
}

@media (max-width: 767px){
  .storeArea ul li.col-3{
    display:block;
    width:100%;
    margin:0;}
  
  .storeArea ul li .Img{
    width:100%;
    height:auto;}
  
  .storeArea ul li .Img:after{
    line-height:100px;}
  
  .aboutArea .Img{
    float:none;}
  
  .feathureArea{
    background:url(../img/bg_about.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 0px;
    }
  
  .feathureArea ul li.col-4{
    width:50%;
    padding:20px;
    }
    
  .newsArea{
    background:url(../img/bg_store.jpg) no-repeat center bottom;
    background-size: cover;
    }
}



@media (max-width: 360px){
  .aboutArea .Img{
    float:none;
    margin:0 0 20px 0;}
  
}