@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%;
  margin: 0 auto;
}

.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: #efefef;
  /*background:url(../img/bg_about.jpg) no-repeat fixed;*/
  background-size:100% auto;
  transition:all 0.4s ease;
font-family: 微軟正黑體;}

.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;
  }

.aboutArea h2 {
    margin-bottom: 10px;
    text-align: center;
}

.aboutArea h2 em {
    display: block;
    font-family: 'Aldrich', 微軟正黑體, sans-serif;
    font-size: 30px;
    color: #093f88;
    font-weight: normal;
    letter-spacing: 2px;
}

.aboutArea h2 strong {
    font-size: 15px;
    font-weight: normal;
    color: #656766;
    letter-spacing: 5px;
    font-family: "微軟正黑體";
}

/***最新消息***/
.newsArea{
  padding:50px;
  background:url(/style/img/bg_store.jpg) no-repeat;
  background-size:cover;
}

.newsArea h3 {
    text-align: center;
    font-size:16px;
    font-family:'微軟正黑體';
    color: #432e13;
}

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

.newsArea h2{
  margin-bottom:10px;
  text-align:center;} 

.newsArea h2 em{
  display:block;
  font-family:Arial, Helvetica, sans-serif;
  font-size:38px;
  color: #432e13;
  font-weight:normal;
  letter-spacing:2px;
  }

.newsArea h2 strong{
  font-size: 18px;
  font-weight:normal;
  color: #432e13;
  letter-spacing:15px;
  font-family: "微軟正黑體";
  }

.newsArea ul{
    text-overflow: ellipsis;
    overflow: hidden;
}

.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 {
    padding: 40px 0;
    /*background: #e6e6e6;*/
    background: url(../img/bg_about.jpg) no-repeat center bottom fixed;
    background-size: 100% auto;
}

.feathureArea h2 {
    text-align: center;
    margin-bottom: 30px;
}

.feathureArea h2 em {
    margin-bottom: 10px;
    display: block;
    font-family: 'Aldrich', 微軟正黑體, sans-serif;
    font-size: 30px;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 2px;
}

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

.feathureArea ul {
    /* margin:0 -25px; */
}

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

.feathureArea ul li .Img {
    display: block;
    overflow: hidden;
    background: #000;
}

.feathureArea ul li .Img img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-in;
}

.feathureArea ul li .Img:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.feathureArea ul li .Txt {
    padding: 10px 5px;
    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; */
}

.feathureArea ul li .Txt h3 a {
    display: block;
    font-weight: normal;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.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;
}

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

.feathureArea .btn a {
    display: inline-block;
    font-size: 19px;
    color: #ffffff;
    text-decoration: underline;
    /*margin-bottom: 40px;*/
}

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

.newsArea{
  padding-right:0px;
  padding-left:0px;
  /* background:url(../img/bg_store.jpg) no-repeat; */
  background-size:cover;
  background: #FFF;
  }

.newsArea h3 {
    text-align: center;
    font-size: initial;
    /* color: #656766; */
    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;}

  .aboutArea .col-4{
    width:100%;
    padding:20px;}

  .feathureArea{
    background:url(../img/bg_about.jpg) no-repeat center bottom;
    background-size: cover;
    }
  
  .feathureArea ul li.col-4{
    width:50%;
    padding:20px;}
}

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