/*FZCHSFW*/
@font-face{
    font-family: 'FZCHSFW';
    src: url('../fonts/FZCHSFW.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}
/*american-grotesk*/
@font-face{
    font-family: 'american-grotesk';
    src: url('../fonts/american-grotesk-thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}
@font-face{
    font-family: 'american-grotesk';
    src: url('../fonts/american-grotesk-light.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}
@font-face{
    font-family: 'american-grotesk';
    src: url('../fonts/american-grotesk-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face{
    font-family: 'american-grotesk';
    src: url('../fonts/american-grotesk-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face{
    font-family: 'american-grotesk';
    src: url('../fonts/american-grotesk-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face{
    font-family: 'american-grotesk';
    src: url('../fonts/american-grotesk-heavy.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}
@font-face{
    font-family: 'american-grotesk';
    src: url('../fonts/american-grotesk-black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

*{
    margin: 0;
    padding: 0;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
}

.wrapper{
    width: 100%;
    margin: auto;
    position: relative;
    background-color: #e3dcd2;
}
/*因為沒有大標題，SEO製作用隱藏*/
h1{
    display: none;
}
/*通用標題與內文*/
.title{
    width: 100%;
    margin: 100px auto 30px;
    text-align: center;
}
.title h2{
    font-family: "FZCHSFW", sans-serif;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
}
.title h2 span{
    color: #dd8100;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 0.7em;
    margin: 25px 0 0;
}
h2{
    font-family: "FZCHSFW", sans-serif;
}
/*主區塊*/
main{
    max-width: 1200px;
    width: 100%;
    margin: 30px auto;
}
main p{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
main p span{
    font-weight: 600;
}
input{
    display: none;
}

/*logo分割線*/
.logo-hr{
    max-width: 1280px;
    width: 100%;
    margin: 70px auto 250px;
    position: relative;
}
.logo-hr img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 120px;
    margin: auto;
    z-index: 5;
    background-color: #fff;
    padding: 10px;
}
.logo-hr span{
    position: absolute;
    top: 60px;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background-color: #000000;
}

header{
    width: 100%;
}

/*banner*/
header .banner{
    width: 100%;
    margin: auto;
}
header .banner .content{
    width: 100%;
    margin: auto;
}
header .banner .content picture{
    width: 100%;
}
header .banner .content picture img{
    width: 100%;
}

/*header 區塊2*/
header .store-pic{
    width: 100%;
    margin: 35px auto;
}
header .store-pic .content{
    max-width: 1200px;
    width: 90%;
    margin: auto;
}
header .store-pic .content img{
    width: 100%;
}

/*modal setting*/
.modal .modal-content{
    background-color: #e3dcd2;
    padding: 0 40px;
}
.modal .modal-header{
    border: none;
}
.modal .modal-header .modal-title{
    width: 100%;
    font-size: 32px !important;
    line-height: 42px !important;
    text-align: center;
    margin: auto;
    font-weight: 700;
    padding: 20px 0 0;
}
.modal .modal-body{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 0 70px;
    gap: 50px;
}
.modal .modal-body .imgbox{
    max-width: 700px;
    width: 90%;
    margin: auto;
}
.modal .modal-body .imgbox img{
    width: 100%;
}
.modal .modal-body .textbox{
    text-align: center;
    max-width: 700px;
    width: 90%;
    margin: auto;
}
.modal .modal-body .textbox p{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}


/*nav*/
nav{
    width: 100%;
    position: sticky;
    top: 0;
    margin: auto;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e3dcd2;
    z-index: 999;
}
nav a{
    color: #e3dcd2;
    background-color: #183528;
    padding: 7px 100px;
    margin: 0 15px;
    font-size: 26px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.4s;
}
nav a:hover{
    background-color: #faf6ec;
    color: #000000;
    transition: 0.4s;
}

/*第一區塊*/
.exclusive{
    width: 100%;
    margin: 100px auto 35px;
}
.exclusive .content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.exclusive .content .imgbox{
    width: 100%;
    margin: auto;
}
.exclusive .content .imgbox img{
    width: 100%;
}
.exclusive .content .textbox{
    text-align: center;
    width: 90%;
    margin: auto 10px;
}
.exclusive .content .textbox h2{
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin: 50px auto 20px;
}
.exclusive .content .textbox p{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 auto 50px;
}

/*第二區塊*/
.signboard{
    max-width: 1200px;
    width: 90%;
    margin: 35px auto;
    padding: 100px 0 125px;
}
.signboard .content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.signboard .content:nth-child(1){
    margin: 0 auto 100px;
}
.signboard .content{
    margin: 150px auto 0;
}
.signboard .content .imgbox{
    width: 45%;
    margin: auto 30px auto auto;
}
.signboard .content .imgbox img{
    width: 100%;
}
.signboard .content .textbox{
    width: 45%;
    margin: auto auto auto 30px;
}
.signboard .content .textbox h2{
    color: #f1a446;
    font-size: 32px;
    line-height: 46px;
    font-weight: 500;
    margin: 0 auto 20px;
}
.signboard .content .textbox p{
    width: 90%;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin: 0 auto 50px 0;
}
.signboard .content .textbox a{
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 5px 40px;
    transition: 0.4s;
}
.signboard .content .textbox a:hover{
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    transition: 0.4s;
}
.signboard .content2{
    width: 100%;
    margin: -20px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.signboard .content2 .item{
    width: 33%;
    margin: auto 10px;
}
.signboard .content2 .item img{
    width: 100%;
}

/*第三區塊*/
.tiy-service{
    width: 100%;
    margin: 100px auto 35px;
    position: relative;
}
.tiy-service .content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.tiy-service .content .imgbox{
    width: 45%;
    margin: auto 30px auto auto;
}
.tiy-service .content .imgbox img{
    width: 100%;
}
.tiy-service .content .textbox{
    width: 45%;
    margin: auto auto auto 30px;
}
.tiy-service .content .textbox h2{
    color: #000000;
    font-size: 32px;
    line-height: 46px;
    font-weight: 700;
    margin: 0 auto 20px;
}
.tiy-service .content .textbox p{
    width: 90%;
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin: 0 auto 50px 0;
}
.tiy-service .content2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.tiy-service .content2 .imgbox-fd{
    width: 100%;
    margin: 20px auto;
}
.tiy-service .content2 .imgbox-fd picture{
    width: 100%;
}
.tiy-service .content2 .imgbox-fd picture img{
    width: 100%;
}
.tiy-service .content2 .imgbox{
    width: 100%;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tiy-service .content2 .imgbox .item{
    width: 33%;
    margin: auto 10px;
}
.tiy-service .content2 .imgbox .item img{
    width: 100%;
}

/*第四區塊*/
.sales-event{
    width: 100%;
    margin: 35px auto;
    position: relative;
}
.sales-event .content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.sales-event .content article{
    width: 100%;
}
.sales-event .content article p{
    width: 90%;
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin: auto;
    text-align: center;
}
.sales-event .content .item{
    width: 45%;
    margin: 50px auto;
}
.sales-event .content .item img{
    width: 100%;
}
.sales-event .content .item p{
    text-align: center;
    width: 100%;
    color: #dfd3c9;
    background-color: #183528;
    padding: 25px 0;
    margin: 50px auto;
    font-size: 26px;
    font-weight: 400;
}
.sales-event .content .item p span{
    font-weight: 600;
    font-size: 1.2em;
    color: #d7b67c;
}
.sales-event .content .remark{
    width: 100%;
    margin: 10px auto;
}
.sales-event .content .remark p{
    width: 90%;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: auto;
    text-align: center;
}

.id-position{
    display: block;
    height: 0;
    visibility: hidden;
}

:target{
    scroll-margin-top: 100px;
}

/*地址資訊*/
.store-add{
    width: 100%;
    margin: 100px auto 50px;
    text-align: center;
}
.store-add p{
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin: auto auto 20px;
}
.store-add iframe{
    width: 100%;
    height: 400px;
    margin: 20px auto;
}

footer{
    width: 100%;
    margin: 50px auto 0;
    text-align: center;
}
footer img{
    width: 100%;
    margin: auto;
}

@media(max-width: 550px){
    /*通用標題-RWD*/
    .title{
        width: 100%;
        margin: 80px auto 30px;
    }
    .title h2{
        font-size: 28px;
        line-height: 28px;
    }
    main {
        width: 90%;
    }
    main p{
        font-size: 16px;
        line-height: 22px;
    }
    nav{
        padding: 20px 10px;
    }
    nav a{
        padding: 5px;
        margin: auto 5px;
        font-size: 16px;
    }

    /* 右邊浮標 */
    .fixicon{
        width: 100px;
    }

    /*logo nav-RWD*/
    header .logo a{
        max-width: 180px;
    }
    header .banner .content .item{
        margin: 80px auto 0;
    }
    header .banner .content .item h1{
        font-size: 26px;
    }
    header .banner .content .sub-logo {
        top: 20px;
        right: 20px;
        width: 56px;
    }

    /*第一區塊*/
    .exclusive{
        width: 100%;
        margin: 50px auto 35px;
        position: relative;
    }
    .modal .modal-content{
        padding: 0 10px;
    }
    .modal .modal-header .modal-title{
        font-size: 24px !important;
        line-height: 36px !important;
    }

    /*第二區塊*/
    .signboard{
        padding: 100px 0;
    }
    .signboard .content{
        flex-direction: column;
    }
    .signboard .content .textbox a{
        width: 70%;
        display: block;
        text-align: center;
        margin: auto;
    }
    .signboard .content2{
        flex-direction: column;
    }
    .signboard .content2 .item{
        width: 100%;
        margin: 10px auto;
    }

    /*第三區塊*/
    .tiy-service .content{
        flex-direction: column;
    }
    .tiy-service .content2 .imgbox{
        width: 100%;
        margin: 20px auto;
        flex-direction: column;
        gap: 20px;
    }
    .tiy-service .content2 .imgbox .item{
        width: 100%;
        margin: auto;
    }

    /*第四區塊*/
    .sales-event .content{
        flex-direction: column;
    }
    .sales-event .content .item{
        width: 100%;
        margin: auto;
    }
    .sales-event .content .item p{
        margin: 40px auto;
        font-size: 22px;
    }
    .sales-event .content article p{
        width: 100%;
        margin: 0 0 40px;
        font-size: 18px;
        line-height: 30px;
    }
    .sales-event .content .remark p{
        width: 100%;
    }

    /* 共同區塊 */
    .exclusive .content .textbox,.signboard .content .textbox,.tiy-service .content .textbox{
        width: 100%;
        margin: 40px auto 0;
    }
    .exclusive .content .textbox h2,.signboard .content .textbox h2,.tiy-service .content .textbox h2{
        font-size: 26px;
        text-align: center;
        margin: 0;
    }
    .exclusive .content .textbox p,.signboard .content .textbox p,.tiy-service .content .textbox p{
        width: 100%;
        margin: 40px auto;
        text-align: center;
        font-size: 18px;
        line-height: 30px;
    }
    .exclusive .content .imgbox img,.signboard .content .imgbox,.tiy-service .content .imgbox{
        width: 100%;
        margin: auto;
    }
    footer {
        width: 100%;
        /* 設定你希望頁尾圖片呈現的高度，例如高度 300px */
        height: 50px; 
        overflow: hidden;
    }

    footer img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

}


/*back to top*/
/* #btn-back-to-top{
    position: fixed;
    bottom: 30px;
    right: 230px;
    font-size: 36px;
    display: none;
    border: 0px;
    color: #000000;
    background: none;
    opacity: 0.5;
    transition: 0.6s;
    z-index: 99;
}
#btn-back-to-top:hover{
    opacity: 1;
    transition: 0.6s;
    transform: translateY(-5px);
} */

