@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
    font-size: 16px;
}
body{
    font-family: "微軟正黑體", "Microsoft JhengHei", "Yu Gothic Medium", YuGothic, sans-serif;
    line-height: 1.7;

}

/*:root{
    --primary-h:12°;
    --primary-s:32%;
    --primary-l:30%;
}*/

a {
    text-decoration: none;
}
img {
    max-width: 100%;
}

header {
/*    background: #2C2F40;*/
    background: rgba(215, 188, 167, 0.8);
    height: 100px;
    width: 100%;
/*    position: fixed;*/
}

blockquote{
    font-size:x-large;
    font-style:italic;
    font-weight:300;
    text-align:center;
    color:white;
    margin-bottom: 10px;
    background: hsla(11, 34%, 26%, 1); 
    /*框框背景*/
    padding: 20px 20%; /*框內文字距離框*/
}

.wrapper {
/*    max-width: 1100px;*/
    margin: 0 auto;
    padding: 0 4%;
}

/* 大型背景影像 */
.big-bg {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

/* 標題 */
.page-title {
    font-size: 4rem;
    font-family: 'Noto Sans TC', "Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
/*    text-transform: uppercase;*/
    font-weight: normal;
    color: white;
    /* color: #c89f65; */
}
.sub-title {
    font-size: 20px;
    padding: 0 8px 8px;
    border-bottom: 5px #59342C solid;
    /* font-weight: normal; */

}

/* 按鈕 */
.button {
    font-size: 1.375rem;
/*    background: #0bd;*/
/*    background: #2C2F40;*/
/*    color: #fff;*/
    background: #D7BCA7;
    color: black;

    border-radius: 5px;
    padding: 18px 32px;
}
.button:hover {
    /* background: #6D8C3F; */
    background: #59342C;
    color: #fff;
}

/* iframe */
iframe {
    width: 100%;
}

/* HEADER
------------------------------- */
.page-header {
    display: flex;
    justify-content: space-between;
}
.logo {
    width: 210px;
    margin-top: 14px;
}

#TOP-MENU{
    display: none;
}

.main-nav {
    display: flex;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 34px;
    list-style: none;
}

.main-nav li {
    margin-left: 18px;
    margin-right: 18px;
}
.main-nav a {
    color: white;
}
.main-nav a:hover {
    /* color: #6D8C3F; */
    color: #59342C
}

/* HOME
------------------------------- */
#home {
    background-image: url(../images/main-bg.jpg);
    min-height: 100vh;
    /* background-color: rgba(92, 86, 76, 0.8); */
    background-color: rgba(96, 67, 51, 0.8);
    background-size: cover;
    background-blend-mode: multiply;
}
#home .page-title {
    text-transform: none;
}
.home-content {
    text-align: center;
    margin-top: 10%;
}
.home-content p {
    font-size: 1.125rem;
    margin: 10px 0 42px;
}

/* About
------------------------------- */
#about{
    background-color:rgba(96, 67, 51, 0.3) ;
    height: auto;
    min-height: 50vh;
}

.about-name p {
    padding: 12px 10px;
    margin-top: 1rem;
}

.about-us p {
    padding: 12px 10px;

}




/* NEWS
------------------------------- */
#news {
    background-image: url(../images/news-bg.jpg);
    background-color: rgba(96, 67, 51, 0.8);
    background-size: cover;
    background-blend-mode: multiply;
    height: 270px;
    margin-bottom: 40px;
}
#news .page-title {
    text-align: center;
}
.news-contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;

}

/* 報導部分 */
article {
    width: 74%;
}
.post-info {
    position: relative;
    padding-top: 4px;
    margin-bottom: 40px;
}
.post-date {
    /* background: #0bd; */
    background: #59342C;
    border-radius: 50%;
    color: #fff;
    width: 100px;
    height: 100px;
    font-size: 1.625rem;
    text-align: center;
    position: absolute;
    top: 0;
    padding-top: 10px;
}
.post-date span {
    font-size: 1rem;
    border-top: 1px rgba(255,255,255,.5) solid;
    padding-top: 6px;
    display: block;
    width: 60%;
    margin: 0 auto;

}
.post-title {
    font-size: 2rem;
    font-weight: normal;
    color:white;
}
.post-title,
.post-cat {
    margin-left: 120px;
    color:white;
}
article img {
    margin-bottom: 20px;
}
article p {
    margin-bottom: 1rem;
    
    
}

/* 邊攔 */
aside {
    width: 22%;
}
.sub-menu {
    margin-bottom: 60px;
    list-style: none;
}
.sub-menu li {
    border-bottom: 1px #ddd solid;
}
.sub-menu a {
    color: black;
    padding: 10px;
    display: block;
}
.sub-menu a:hover {
    /* color: #0bd; */
    color:#9A6852;
}
aside p {
    padding: 12px 10px;
}

/* MENU
------------------------------- */
#menu {
    background-image: url(../images/menu-bg_v3.png); 
    background-color: rgba(96, 67, 51, 0.8);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 30vh;

}
.menu-content {
    max-width: 560px;
    margin-top: 10%;
    background-color: #f0e8de;
}
.menu-content .page-title {
    text-align: center;
}
.menu-content p {
    font-size: 1.125rem;
    margin: 10px 0 0;
}

.grid {
  display: grid;
  gap: 26px;
  /* grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); */
  grid-template-columns: 1fr 1fr;
  margin-top: 6%;
  margin-bottom: 50px;
}

#divflex{
    display:flex;
}

/* CONTACT
------------------------------- */
#contact {
    background-image: url(../images/contact-bg.jpg);
    min-height: 100vh;
/*    background: linear-gradient(#D7BCA7, #9A6852)*/;
/*    background-color: rgba(215, 188, 167, 0.8);*/
    background-color: #f0e8de;
    background-size: cover;
    background-blend-mode: multiply;
    /* #966751 */
}

#contact .page-title {
    text-align: center;
}

/* 表單*/
 form div {
    margin-bottom: 14px;
}
/*
label {
    font-size: 1.125rem;
    margin-bottom: 10px;
    display: block;
}
input[type="text"],
input[type="email"],
textarea {
    background: rgba(255,255,255,.5);
    border: 1px #fff solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
} 
input[type="text"],
input[type="email"] {
    width: 100%;
    max-width: 240px;
}
textarea {
    width: 100%;
    max-width: 480px;
    height: 6rem;
}
input[type="submit"] {
    border: none;
    cursor: pointer;
    line-height: 1;
}  */ 

/* 商店資料・地圖 */
#location {
    padding: 4% 0;
}
#location .wrapper {
    display: flex;
    justify-content: space-between;
}
.location-info {
    width: 30%;
}
.location-info p {
    padding: 12px 10px;
}
.location-map {
    width: 65%;
}

/* SNS */
#sns {
/*    background: #FAF7F0;*/
    background-color: #f0e8de;
    padding: 4% 0;
}
#sns .wrapper {
    display: flex;
    justify-content: space-between;
}
#sns .sub-title {
    margin-bottom: 30px;
}
.sns-box {
    width: 30%;
}

/*.sns-box-fb {
    margin: 0px auto;
}*/


/* 頁尾
------------------------------- */
footer {
    background-image: url("../images/footer.jpg");
    background-color: #DABEA7;
    background-blend-mode: multiply;
    background-repeat: repeat-x;
    text-align: center;
    padding: 26px 0;
}
footer p {
    color: #F1E8DE;
    font-size: 1.125rem;
}

/* 手機版
------------------------------- */
@media (max-width: 768px) {
    .page-title {
        font-size: 2.5rem;
    }
    .page-header {
        flex-direction: column;
        align-items: center;
    }

    /* HEADER */


    nav{
        width: 100%;
    }

    .main-nav {
        flex-direction: column;
        font-size: 1.125rem;
        margin-top: 0;
        background-color: rgba(215, 188, 167, 0.3);
        width: 100%;
        text-align: center;
        visibility: hidden;
        /*選單隱藏 */

    }
    .main-nav li {
        margin: 0 20px;
        /* visibility: hidden; 選單隱藏 */
        
    }

    #TOP-MENU{
        display: block;
        background-color: transparent;
        color: white;
        font-size: 35px;
        position: absolute;
        top:15px;
        left:20px;
        border:none;
        cursor: pointer;
    }

 
    /* HOME */
    .home-content {
        margin-top: 40%;
    }

    /* NEWS */
    .img_container,
    .news-contents {
        flex-direction: column;
    }
    #news .page-title {
        margin-top: 30px;
    }
    article,
    aside {
        width: 100%;
    }
    aside {
        margin-top: 60px;
    }
    .post-info {
        margin-bottom: 30px;
    }
    .post-date {
        width: 70px;
        height: 70px;
        font-size: 1rem;
    }
    .post-date span {
        font-size: 0.875rem;
        padding-top: 2px;
    }
    .post-title {
        font-size: 1.375rem;
    }
    .post-cat {
        font-size: 0.875rem;
        margin-top: 10px;
    }
    .post-title,
    .post-cat {
        margin-left: 80px;
    }

    /* MENU */
    .menu-content {
        margin-top: 20%;
    }

    #divflex{
        flex-direction: column;
    }
    #divflex .wrapper {
        text-align: center;
    }


    /* CONTACT */
    #contact .page-title {
        margin-top: 40px;
    }

    /* 表單 */
    input[type="text"],
    input[type="email"],
    textarea {
        max-width: 100%;
    }

    /* 商店資料・地圖 / SNS */
    #location .wrapper,
    #sns .wrapper {
        flex-direction: column;
    }
    .location-info,
    .location-map,
    .sns-box {
        width: 100%;
    }
    .sns-box {
        margin-bottom: 30px;
    }
}
