@charset "utf-8"; /* CSS Document */
.bannerArea:after {
    /* display:none; */
}

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

.service li {
    padding:0 30px;
    margin-top:  30px;
}

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

.storeArea ul li a.item {
    display: block;
    text-align:  center;
}

.storeArea ul li .Img {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 260px;
    /* border: 4px solid #f7f7f7; */
    border-radius: 100%;
    margin: 0 auto;
    transition: all 0.4s ease;
    background: #be7a48;
}

.storeArea ul li .Img img {
    display: block;
    width: 100%;
    border-radius: 100%;
    transition: all 0.4s linear;
}

.storeArea ul li .Img:hover img {
    opacity: 0.1;
    transform: scale(1.05);
}

.storeArea ul li .Img:after {
    content: "Detail";
    display: block;
    width: 100%;
    vertical-align: middle;
    line-height:260px;
    font-size: 18px;
    color: #FFFFFF;
    /* text-decoration:underline; */
    text-align: center;
    background: transparent;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-table;
    opacity: 0;
    transform: rotateY(180deg);
    transition: all 0.4s ease;
    font-family: 'Aldrich', sans-serif;
}

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

.storeArea ul li .Txt h2 {
    font-family: 'Aldrich', 微軟正黑體, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #656766;
}

.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 .Img:hover:after {
    /* left: 0; */
    /* bottom: 0; */
    opacity: 1;
    transform: rotateY(0deg);
}

/***關於我們**/
.aboutArea {
    padding: 60px 0;
    /*background: url(../img/bg_about.jpg) no-repeat fixed;*/
  background-color: #eee;
    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;
}

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

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

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

/***最新消息***/

.newsArea {
    padding: 50px;
  background-color: #FFF;
    /*background: url(../img/bg_about.jpg) no-repeat;*/
    background-size: cover;
}

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

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

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

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

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

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

.newsArea ul li {
    padding: 20px;
    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: #fff;
}

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

.newsArea ul li .Img {
    display: block;
    overflow: hidden;
    background: #000;
  border-radius: 100%;
}

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

.newsArea ul li .Img:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  border-radius: 100%;
}

.newsArea ul li .Txt {
    padding: 10px 5px;
    text-align: center;
}

.newsArea 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; */
}

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

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

/***推薦商品***/
.feathureArea {
    padding: 70px 0;
    background-color: #fff;
    /*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: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #656766;
    font-weight: normal;
    letter-spacing: 2px;
}

.feathureArea h2 strong {
    font-size: 15px;
    font-weight: normal;
    color: #656766;
    letter-spacing: 2px;
    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: #656766;
    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: #666;
    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;
    }

    .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: 260px; */
    }

    .aboutArea .Img {
        float: none;
    }

    .newsArea {
  background-color: #FFF;
        /*background: url(../img/bg_about.jpg) no-repeat center bottom;*/
        background-size: cover;
    }

    .newsArea ul li.col-4 {
        width: 50%;
        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;
    }
}
