﻿@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");


/* ---reset.css--- */
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, fREigure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1; 
}
ol, ul, li{
	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;
}
/* ---reset.css--- */
a { text-decoration:none;}

html {	
	-webkit-text-size-adjust:none;
	scroll-behavior: smooth; 

}

body{
	font-family: 'Noto Sans TC', sans-serif;
	background:
    radial-gradient(#FFF 2px, transparent 2px) 15px 15px,
    radial-gradient(#EEE 4px, transparent 4px) 0 0,
  linear-gradient(to bottom, #f8f8f8 0%, #f8f8f8 50%, #f8f8f8 100%);
  background-size: 36px 36px, 36px 36px, 100% 100%;
}

 	@media screen and ( max-width: 768px ){
		*{
			box-sizing:border-box; /* 讓 padding 與 width 解除關係 */
		}
		html,body{
			-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
		}
	}
/* --電腦版型------------------------------------- */

#WRAPPER{ width:100%; min-width:1200px; margin:0 auto; }
 	@media screen and ( max-width: 768px ){
		#WRAPPER{ min-width:100%;}
	}
	
header{
	clear:both;
	width:100%;
	margin:0 auto;
	background-color:#727171;
	padding:5px 0;

	}	
	
header img{
	padding-left:15px;
	}	

	@media screen and ( max-width: 768px ){
	#WRAPPER{ min-width:100%;}
	header img{
	width:80%;
	padding-left:5px;
	}	
}


article{
	width:100%;
	margin:0 auto;
	text-align:center;	
}


#title{
	width:100%;
	height:470px;
	margin: 0 auto;
	overflow: hidden;
	background:#3b6ca1 url(images/bg.png) no-repeat;
	background-position:right;
	background-size: cover;
}

#title_m, #m{
	display:none;
	}
	 @media screen and ( max-width: 768px ){
		#title{ display:none;}
		#m{display:block;}
		#title_m{display:block;
		 	width:100%;
	height:auto;
	overflow: hidden;
		 }
		#title_m img{
			width:100%;
			margin:0;
			padding:0;
			right:0;
			}
	}

section{
	width:100%;
	height:auto;	
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	}
section div{
	width:1100px;
	height:auto;
	overflow:hidden;
	margin:10px auto;
	padding-top:3px;
}	
	
section MENU{
	width:1020px;	
	height:45px; 
	margin:0 auto;
	text-align: center;padding:5px;
}	
section MENU ul{
	height:auto;
	color:#FFF;
	margin:10px auto;
	text-align: center;
}	
section MENU li{
	float:left;
	font-size:1.425rem;
	width:auto;
	height:auto;
	margin:0 auto;
	border-right:3px #333 solid;
	padding:0 20px;
	font-weight:bold;
}	
section MENU li:last-child,section MENU li:nth-child(6) {
	border-right:none;	
	}
section MENU li a{
	color:#111;
}

section MENU li a:hover{
	color:#be0027;
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index:999;
  padding: 3px;
  background-color: #fabf1b;
}
	 @media screen and ( max-width: 768px ){

section div{
	width:100%;
	margin:0 auto;
}	
	
section MENU{
	width:100%;
	height:auto;
}	
section MENU ul{
	width:100%;
	margin:0 auto;
}	
section MENU li{
	font-size:18px;
	width:auto;
	border-right:3px #069 solid;
	padding:5px 8px;
	font-weight:bold;
}	
section MENU li:nth-child(6)
{
	border-right:3px #069 solid;
}
section MENU li a{
	color:#111;
}

section MENU li a:hover{
	color:#8B4513;
}

section MENU #title_m{
	width:auto;
}	
	}


section h1{
	font-size:21px;
	color:#CD5555;
	letter-spacing: 0.3px;
	padding:10px;
	text-align:center;
}
h2{
	font-size:22px;
	color:#FFF;
	font-weight:bold;
}

#BOX {
	width:1200px;
	height:auto;
	overflow: hidden;
	margin: 10px auto;
 	text-align:center;
	}
	
#BOX h1 {
width:1000px;
	font-size:40px;
	font-weight:bold;
	line-height:1.2;
	margin:10px auto;
	LETTER-SPACING:8px;
	color:#ea5404;
	padding:5px 0;
	text-align:left;
	margin-top:15px; 
}

	
#BOX ul{
width:1000px;
	height:auto;
	overflow: hidden;
	margin: 0 auto;
 	text-align:center;
}


#BOX li {
	width:220px;
	height:420px;
	overflow: hidden;
	float:left;
	margin:20px 10px 15px 10px;
	background:rgba(255,255,255,0.75);
	border-radius: 10px;
}

#BOX li img {
	width: auto;
	height:250px;
	
}


#BOX li h2 {
	width: 100%;	
	overflow:hidden;
	color:#FFF;
	margin:0 auto;
	text-align: center;
  font-weight:500;
	background:#8B7E66;
	font-size:16px;
	height:50px;
  line-height:1.5;
	
}
 #BOX li h3 {margin:10px 0;
	 text-align: center; line-height:1.2;
} 
 #BOX li h3 span{
 font-size: 13px;
	 text-align: center; 
	
} 
 #BOX li h3 .font_price{
font-weight:bold;font-size: 23px;
color:#ff007e;
}

#BOX li div {
	width: 35px;
	margin:0 auto 0 auto;	
	
}

#BOX li div img {
	width:100%;
	margin:0;
	height:auto;
	border:none;
}

	 @media screen and ( max-width: 768px ){

section h1{
	font-size:15px;
	color:#CD5555;
	letter-spacing: 0.3px;
	padding:10px;
	text-align:left;
	display:inline-block;
	line-height:1.5;
}

.title{
	width:90%;
}


h2{
	font-size:16px;
}

#BOX {
	width:100%;
	}
	
#BOX h1 {
	width:90%;
	font-size:28px;
}

	
#BOX ul{
width:100%;
}


#BOX li {
	width:46%;
	height:360px;
	overflow: hidden;
	float:left;
	margin:20px 7px 15px 7px;
	border-radius: 20px;
}

#BOX li img {
	width: auto;
	height:180px;
	
}


#BOX li h2 {
	width: 100%;	
	background:#8B7E66;
	font-size:14px;
	height:auto;
  line-height:1.5;
	
}
 #BOX li h3 {margin:10px 0;
	 text-align: center; line-height:1.2;
} 
 #BOX li h3 span{
 font-size: 13px;
	 text-align: center; 
	
} 
 #BOX li h3 .font_price{
font-weight:bold;font-size: 23px;
color:#ff007e;
}

#BOX li div {
	width: 35px;
	margin:0 auto 0 auto;	
	
}

#BOX li div img {
	width:100%;
	margin:0;
	height:auto;
	border:none;
}

	}

footer{
	clear:both;
	width:100%;
	margin:0 auto;
	background:#4B3100;
	color:#FFF;
	padding:8px 0;
	text-align:center;
	font-size:0.85rem;
	line-height:1.5;
}



#car{ /* 購物車 */
	width:145px;
  position:fixed;
  z-index:999999;
}

#car a{ /* 購物車 */
width:25px;
  height:auto;
	margin:0 auto;
	border-radius: 15px;
	background: #ff4f81;
  color:#FFF;
  font-size:1.15rem;
  text-align:center;
  padding:5px 3px;
  position:fixed;
	display:inline-block;
  top:42px;
	right:5px;
	box-shadow: 0 5px 15px #193047;
  border:1px solid #EEE;
  font-weight:800;
  line-height:1.2;
}


iframe{ /* 購物車 */
width:140px;
  position:fixed;
  right:40px;
  top:42px;
  height:180px;
  overflow:hidden;
}  



@media screen and ( max-width: 768px ){	

	#car{ /* 購物車 */
		width:auto;
	}
	
	#car a{ /* 購物車 */
	width:35px;
	  height:auto;
		margin:0 auto;
		border-radius: 5px;
	  font-size:1.15rem;
	  top:80%;
	  line-height:1.5;
	}

	iframe{
	display:none;
	}

}

/* -- sidemanu for pc -- */
.side-menu{
	position: fixed;
	width: 135px;
	top:50%;
	right:0;
	padding: 0;
	box-sizing: border-box;
	opacity:0.95; 
	display: flex;
	flex-direction: column;
	transform: translateX(0);
	transition: .3s;
	z-index:999999;
	font-size:1.05rem;
	text-align:center;
}
label a{
	display: block;
	color: #FFF;
	text-decoration: none;
	font-weight: 550;
	letter-spacing: 2px;
	margin:15px 0;
	background:#e50061;
	padding: 8px 5px;
}

label ul.area2 li{ 
	margin:5px 0;
}
label ul.area2 li:nth-last-child(1){ 
}

.side-menu button{
	width: 135px;
	background:#222;
	color:#FFF;
	font-size:1.05rem;
	font-weight:bold;
	padding:3px 8px 3px 8px;
	cursor: pointer; 
	border:none;
}




	 @media screen and ( max-width: 768px ){


/* -- sidemanu for pc -- */
.side-menu{
	width: 60px;
	top:35%;
	padding:3px;
	font-size:0.955rem;
}

.side-menu button{
	width: 60px;
}


}


.yellow {
	height:30px;
	padding-top:30px;
	font-size:18px;
}

.yellow A {
	BORDER-RIGHT: #CDB79E 1px solid; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: #CDB79E 1px solid; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 2px; 
	MARGIN: 5px; 
	BORDER-LEFT: #CDB79E 1px solid; 
	COLOR: #8B5A00; 
	PADDING-TOP: 2px; 
	BORDER-BOTTOM: #CDB79E 1px solid; 
	TEXT-DECORATION: none;
}
.yellow A:hover {
	BORDER-RIGHT: #CDB79E 1px solid;
	BORDER-TOP: #CDB79E 1px solid; 
	BORDER-LEFT: #CDB79E 1px solid; 
	COLOR: #8B5A00; 
	BORDER-BOTTOM: #CDB79E 1px solid
}
.yellow A:active {
	BORDER-RIGHT: #eee 1px solid; 
	BORDER-TOP: #eee 1px solid; 
	BORDER-LEFT: #eee 1px solid; 
	COLOR: #000; 
	BORDER-BOTTOM: #8B7765 1px solid;
}
.yellow SPAN.current {
	BORDER-RIGHT: #8B3626 1px solid; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: #8B3626 1px solid; 
	PADDING-LEFT: 5px; FONT-WEIGHT: bold; 
	PADDING-BOTTOM: 2px; 
	MARGIN: 5px;  
	BORDER-LEFT: #8B3626 1px solid; 
	COLOR: #8B4C39; 
	PADDING-TOP: 2px; 
	BORDER-BOTTOM: #8B3626 1px solid; 
	BACKGROUND-COLOR: #EEDFCC;
	font-size:22px;
}
.yellow SPAN.disabled {
	BORDER-RIGHT: #eee 1px solid; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: #eee 1px solid; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 2px; 
	MARGIN: 5px; 
	BORDER-LEFT: #eee 1px solid; 
	COLOR: #ddd; PADDING-TOP: 2px; 
	BORDER-BOTTOM: #eee 1px solid;
}

	 @media screen and ( max-width: 768px ){

.yellow {
	height:80px;
}

	}



/* 彈跳視窗背景 */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

/* 彈跳視窗內容 */
.modal-content {
    padding: 15px;
    border-radius: 10px;
    width: 550px;
    margin: 15% auto 5% auto;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease-in-out;
    
background: radial-gradient(#CCC 2px, transparent 2px) 35px 35px,
            #EEE ;
background-size: 35px 35px;
    
}

/* 標題 */
.modal-content h1 {
 		width: 100%;
    text-align: center;
    padding: 12px;
    font-size: 1.25rem;
    margin: 0;
   letter-spacing: 0.05rem;
   line-height:1.3;
}


/* 關閉按鈕 */
.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

p{
    font-size:1.125rem;
    padding:5px;
    line-height:1.5;
   letter-spacing: 0.05rem;
}
p span{
	width:10px;
	height:10px;
	background:#5a4398;
	display:inline-block;
	margin-right:10px;
	margin-bottom:2px;
}


 	@media screen and ( max-width: 768px ){
 	

/* 彈跳視窗內容 */
.modal-content {
    width: 100%;
}

}