﻿@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; 
	font-family:'Noto Sans TC', sans-serif;

}

body{
    background: #ffe363;

}


 	@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:1100px; 
	margin:0 auto; 
    background: linear-gradient(to right,#FFF 1px,transparent 1px),
     linear-gradient(to bottom,#FFF 1px,transparent 1px);
     background-repeat: repeat;/* 默认为 repeat */
     background-size: 35px 35px;
}

header{
	clear:both;
	width:100%;
	margin:0 auto;
	background-color:#727171;
	padding:5px 0;
	position: relative;
	z-index:99;
	}	

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

.title{
	width:1200px;
	height:800px;
	margin:0 auto;
	text-align:center;
	}	
	
.title img{
		}
		
.title_m{
	display:none;
	}
	
	
#title {
display:block;
	width:750px;
	height:auto;
z-index:999;
position: absolute;
font-size:1.35rem;
line-height:1.8;
top:375px;
margin-left:305px;
text-align:left;
    background:rgba(242,242,242,0.65);
    
	border-radius: 20px;
padding:20px 10px 20px 30px;
	}	
#title span{

font-size:1.55rem;
}

#title h1 {
margin:10px 0;

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

.title{
		display:none;
	}		

	.title_m{
		display:block;
		}

	.title_m img{
		width:100%;
		}

	
#title {
	width:100%;
position: relative;
font-size:1.15rem;
line-height:1.5;
top:0;
margin:0;
padding:3px 5px 3px 18%;
	border-radius: 0;
	}	

#title span{

font-size:1.3rem;
}

#title h1 {
margin:15px 0;

}
	}


section{
  width: 1200px;
 	height:auto;
	overflow:hidden;
  margin:0 auto 0 auto;
  text-align:center;
	}	

section div.product {
	margin:50px auto;

}

.product .icon{
	height:80px;
	position: absolute;
	margin-left:-70px;
	margin-top:-10px;
}

.product h1 {
	display:inline-block;
	font-size:2.15rem;
	font-weight:bold;
	margin:10px auto ;
	LETTER-SPACING:3px;
	color:#FFF;
	background:#e50061;
	border-radius: 20px;
	padding:5px 15px; 
	text-align:center;
}

.product h2 {
	width:500px;
	display:block;
	font-size:1.15rem;
	font-weight:550;
	margin:10px auto ;
	LETTER-SPACING:2px;
	color:#111;
	padding:5px 15px; 
	text-align:center;

}

.product-list {
	width:100%;
			list-style: none;
		padding: 0;
		display: block; /* 預設區塊模式 */
  	margin-top:20px;
}



.product-item {
	width:260px;
	height:340px;

	overflow: hidden;
	float:left;

    padding: 10px 0;
		margin:5px 10px ; 
    background:rgba(242,242,242,0.65);
    border-radius: 20px;

}

.product-image  {
	width:100%;
	height:200px;
	margin:0 auto;
	text-align:center;
	object-fit:contain;
}

.product-image a img {
	width:100%;
	height:200px;
	object-fit:contain;
	text-align:center;
}


.product-title {	
	overflow:hidden;
	margin:0 auto;
	font-size: 1.15rem;
	font-weight: 500;   
	height:52px;
  align-content: center;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	line-height:1.3;
}

.product-title a{	
	color:#333;
}

.product-price {
    font-size:1rem;
    margin-top:5px;
}
.highlight{
	color:#e50061;
		font-size:1.725rem;
		font-weight:700;
		text-shadow: -2px -2px 0 #FFF,
              2px -2px 0 #FFF,
              -2px 2px 0 #FFF,
              2px 2px 0 #FFF;

}
	
.product-button button {
    padding: 8px 10px;
    background: #d32f2f;
    color: #FFF;
    border: 1px solid #d32f2f;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
    margin:15px 3px 0px 3px;
}

.product-button button:hover {
    background: #FFF;
    color:#d32f2f;
}

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


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

section{
  width: 100%;
  padding: 0 5px 10px 5px;
  margin:0 auto 10px auto;
	}	
	
section div.product {
	margin:30px 0;

}

.product .icon{
	height:60px;
	margin-left:-50px;
}

.product h1 {
	font-size:1.65rem;
}


.product h2 {
	width:auto;
	display:block;
	font-size:1rem;
	font-weight:500;
	margin:10px 0 ;
	LETTER-SPACING:1px;
	padding:5px 5px; 
	text-align:left;

}

.product-list {
	margin:10px auto;
}



.product-item {
    
	width:48%;
	height:auto;
	float:left;
	margin:5px 1% ; 
}

.product-title {	
	font-size: 1rem;
	height:45px;
}


.product-price {
    font-size:1rem;
    line-height:1.5;
}

.highlight{
		font-size:1.25rem;
}
	
.product-button button {
    margin:10px 3px 0px 3px;
}

.product-button button:hover {
    background: #FFF;
    color:#d32f2f;
}
	
footer{
	font-size:0.75rem;
	line-height:1.5;
}

footer span{
	display:block;
}


}
	
/* -- sidemanu for pc -- */
.side-menu{
	position: fixed;
	width: 110px;
	top:20%;
	right:0;
	padding: 0;
	box-sizing: border-box;
	opacity:0.75; 
	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 ;
}

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



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

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

}


#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;
		right:0;
	}

	iframe{
	display:none;
	}
}

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

.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:60px;
}

	}