@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+TC:wght@100..900&display=swap');

:root {

}

* {
	text-decoration: none;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
*:actived {
	text-decoration: none;
}
*:focus {
	outline: none;
}
input, textarea, button, select, button, blockquote {
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	border: none;
}
textarea {
    resize: none;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/*reset start*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'Noto Sans TC', serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}

/*reset end*/


/*自定義開始*/
body {
    background-color: #EEE6D6;
    font-family: "Kosugi Maru", 'Noto Sans TC', "微軟正黑體", sans-serif;
}
img {
	max-width: 100%;
}
a {
	cursor: pointer;
    color: inherit;
}



img.desktop {
    display: inline-block!important;
}
img.mobile {
    display: none!important;
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}
/**************\
* 通用邊界
\**************/
.row {
    position: relative;
}
.container-fluid{
    width: 100%;
	margin: 0 auto;
    position: relative;
}
.container {
	width: 100%;
    max-width: 1170px;
	margin: 0 auto;
    position: relative;
}

/*選單*/
nav {
    padding: 30px 0;
    position: relative;
    overflow: visible;
    z-index: 99;
}
nav.mobile {
    display: none;
}
.menu-area {
    transition: all 0.2s linear;
    width: 100%;
    height: auto;
}
.main-menu {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}
.toggle-mobile {
    padding: 5px;
    position: fixed;
    right: 0;
    top: 0;
    display: flex;
    justify-content:space-between;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    width: auto;
    flex-wrap: wrap;
    background-color: #F0BB24; 
}
.toggle-mobile p.toggle-title {
    color: #463E3A;
    margin: 0 5px;
}
.toggle-mobile p.toggle-icon {
    margin: 0 5px;
    position: relative;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.toggle-mobile span.top {
    width: 34px;
    height: 2px;
    background-color: #463E3A;
    display: inline-block;
    transition: all 0.1s linear;
}
.toggle-mobile span.bottom {
    width: 34px;
    height: 2px;
    background-color: #463E3A;
    display: inline-block;
    transition: all 0.1s linear;
}
.toggle-mobile.active p.toggle-icon {
    width: 70px;
    height: 70px;
}
.toggle-mobile.active span.top {
    width: 70px;
    height: 2px; 
    background-color: #463E3A;
    display: block;
    position: absolute;
    top: 37px;
    left: 0;
    transform: rotate(45deg);
    transition: all 0.1s linear;
}
.toggle-mobile.active span.bottom {
    width: 70px;
    height: 2px; 
    background-color: #463E3A;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    transform: rotate(-45deg);
    transition: all 0.1s linear;
}
.menu-area.active {
    background-color: #F0BB24;
    transition: all 0.2s linear;
    width: 100vw;
    height: 100vh;
    left: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
}
.toggle-mobile.active {
    background-color:transparent;
}
.toggle-mobile.active p.toggle-title {
    display: none;
}

li.menu-item {
    text-align: center;
    color: #463E3A;
    padding: 5px 0;
    font-size: 1.15rem;
    font-weight: 700;
/*    border-bottom: 5px solid #F0BB24;*/
    border-bottom: 5px solid rgba(0,0,0,0);
}
li.menu-item a {
    display: inline-block;
    padding: 10px 2px 2px 2px;
}
li.menu-item:hover, li.menu-item.active {
    border-bottom: 5px solid #F0BB24;
}
li.logotype {
    max-width: 120px;
}

.nav-icon-left {
    position: absolute;
    max-width: 80px;
    z-index: -1;
    margin-top: 30px;
    margin-left: 0px;
}
.nav-icon-right {
    position: absolute;
    max-width: 80px;
    z-index: -1;
    right: 120px;
    margin-top: -80px;
}
.logo-icon {
    width: 20%;
    max-width: 90px;
    bottom: 8%;
    position: absolute;
}
.goto-cart-btn {
    color: #FFF;
    width: 56px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    position: fixed;
    z-index: 99;
    right: 0;
    top: 46px;
}
.goto-cart-btn:hover {
    text-decoration: none;
}
@media only screen and (max-width: 945px) { 
    header .container {
        padding-left: 0;
        padding-right: 0;
    }
    nav.mobile {
        display: block;
    }
    nav.desktop {
        display: none;
    }
    .main-menu {
        display: none;
    }
    .active .main-menu {
        display: flex;
        flex-wrap: wrap!important;
        padding-top: 70px;
    }
    li.menu-item {
        width: 100%;
        padding: 10px 0;
    }
/*
    .slick-slide img {
        padding: 0 10%;
    }
*/
}





/*固定選單*/
.fixed-button-area {
    position: fixed;
    max-width: 65px;
    z-index: 99;
    top: 45%;
    right: 2.5%;
}
.fixed-button-area a.btn {
    transform: scale(1);
    margin-bottom: 10px;
    display: block;
    transition: 0.25s linear;
}
.fixed-button-area a.btn:hover{
    transform: scale(1.1);
    transition: 0.25s linear;
}


/*首頁新聞章節*/
.bg-1 {
    position: relative;
    width: 100%;
    line-height: 0;
    margin-top: -25vh;
}
.bg-2 {
    position: relative;
    width: 100%;
    line-height: 0;
}
section.content .row{
    padding: 0 5%;
}
.section-title {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.section-content {
    padding: 30px 0;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-start;
}
#shop .section-content {
    min-height: 75vh;
}
.section-title img {
    max-height: 40px;
}
.news-img {
    width: 100%;
    margin-bottom: 10px;
    line-height: 0;
}
.news-info, .news-desc, .news-more-btn, .news-title {
    padding: 10px 5%;
    width: 100%;
    font-size: 1.15rem;
}
.news-title h2 {
    font-size: 1.5rem;
}
.news-more-btn {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.news-more-btn a {
    display: inline-block;
    justify-content: center;
}
.news-desc {
    line-height: 1.5;
}
.news-hashtag {
    font-weight: 700;
    background-color: #F0BB24;
    padding: 8px 15px;
    border-radius: 25px;
    display: inline-flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 0 5px 0 0;
}
.news-date {
    font-weight: 700;
    padding: 10px;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    color: #F0BB24;
    margin: 0 5px 0 0;
}



section.contact {
    background-color: #F0BB24;
    padding-top: 60px;
}


/*首頁項目*/
header .slick-slider {
    max-width: 985px;
    margin:0 auto;
}

.slick-slider .slick-item, .slick-cover {
    line-height: 0;
}
.slick-cover {
    position: absolute;
    z-index: 1;
}





/*聯絡表單項目*/
.form-content {
    max-width: 700px; 
    margin: 0 auto;
    width: 100%;
}
.form-group {
    font-size: 1.25rem;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1rem;
}
.form-group label {
    padding-top: 8px;
    min-width:8rem; 
    display: inline-flex;
    align-items: center;
}
.form-group label span.radio {
    width: 30px;
    height: 30px;
    background-color: #FFF;
    display: inline-flex;
    border-radius: 50%;
    position: relative;
    margin-right: 6px;
    cursor: pointer;
}
.input-group.pt-1 {
    padding-top: 0px;
}
.input-group {
    width: calc(100% - 8rem);
}
.form-control {
    font-size: 1.25rem;
    padding: 10px;
    width: calc(100%);
}
.form-group .btn-send {
    margin-left: 8rem;
    padding: 8px;
    text-align: center;
    color: #FFF;
    background-color: #463E3A;
    width: calc(100% - 8rem);
    font-size: 1.25rem;
    cursor: pointer;
}
.form-group .btn-send:hover {
    opacity: .85;
}
input[type="radio"]:checked + span::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #000;
    border-radius: 50%;
    margin: 5px;
}
label.label-radio {
    padding-top: 0;
    cursor: pointer;
}



/*頁腳項目*/
footer {
    width: 100%;
    display: block;
    background-color:#F0BB24;
    padding: 60px 0;
}
footer a:hover {
    text-decoration: underline;
}
footer .row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
footer .col-12 {
    width: 100%;
    text-align: center;
}
footer h3 {
    color: #463E3A;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
footer h3.copyright-text{
    color: #463E3A;
    margin-top: 1rem;
    margin-bottom: 0;
}




/*彈出視窗*/

#dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#dialog_msg {
    font-size: 1.5rem;
    margin-top: 15px;
    line-height: 1.7;
}
#func_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    gap:10px;
    align-items: center;
    margin-top: 10px;
}
#func_btn a {
    display: inline-flex;
    justify-content: center;
    align-content: center;
    color: #463E3A;
    background: #F0BB24;
    border: 2px solid #463E3A;
    cursor: pointer;
    padding: 8px 15px;
    border-radius: 25px;
    align-items: center;
    font-size: 1.15rem;
}
#func_btn a:hover {
    color: #F0BB24;
    background: #463E3A;
    border: 2px solid #463E3A;
}
.ui-draggable .ui-dialog-titlebar {
    position: absolute!important;
    z-index: 1;
    right: 0;
}

@media screen and (max-width: 945px) {
    .container {
        padding-left: 5%;
        padding-right: 5%;
    }
    
    img.desktop {
        display: none!important;
    }
    img.mobile {
        display: inline-block!important;
    }
    .form-group {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .form-group label, .form-group .input-group, .form-group .btn-send {
        width: 100%;
        margin-bottom: 10px;
    }
    .pt-1 .label-radio {
        width: auto;
    }
    .form-group .btn-send {
        margin-left: 0;
    }
/*
    .slider-item {
        padding: 0;
    }
*/
    .slider-item {
        padding: 0 10%;
    }
}

