﻿@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: radial-gradient(ellipse at center, #d8c7a7 0%,#e4d6bc 49%,#ddcbac 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:1100px; 
	margin:0 auto; 
	background:url(images/ribbons.png) no-repeat;
	background-position: top center;
}

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

#title{
	width:100%;
	margin:0 auto;
	text-align:center;
background: linear-gradient(to bottom,  #007ac3 0%,#1e8ccd 50%,#61a8dc 100%); 
	}	
	
#title div{
	width:1200px;
	margin:0 auto;
	text-align:center;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	}	
	
#title img{
	width:100%;
	}	
	
	
#title_m{
	display:none;
	}

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

#title{
		display:none;
	}		

	#title_m{
		display:block;
		}

	#title_m img{
		width:100%;
		}


	}


nav{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	background: radial-gradient(ellipse at center, #d8c7a7 0%,#e4d6bc 49%,#ddcbac 100%);
}

nav div{
	width:850px;
	margin:0 auto;
	text-align:left;
	text-shadow: -1px -1px 0 #FFF,
              1px -1px 0 #FFF,
              -1px 1px 0 #FFF,
              1px 1px 0 #FFF;
     margin:0 auto 10px auto;
	padding:10px;
    font-size:1.55rem;
    font-weight:900;
    line-height:1.5;
	}	
nav div h1{
	width:140px;
     color:#a66c2c;
	float:left;
    text-align:right;
    font-size:1.75rem;
    line-height:1.4;

}
	
nav div span{
	width:700px;
	float:right;
     color:#b8364e;
}
nav img{
	width:1000px;
	margin:10px auto;
}

nav span{
	width:700px;
  color:#111;
}
nav ul{
	width:800px;
	height:100px;
	margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav ul li{
	width:200px;
  background:#95570e;
  padding:10px;
  border-radius: 20px;
  text-align:center;
}

nav ul li a{
	font-size:1.8rem;
	font-weight:700;
	align-items: center;
	color:#FFF;
	line-height:1.25;
	
}
nav ul li a:hover{
	color:yellow;
}

 	@media screen and ( max-width: 768px ){
 	
	nav{
		width:100%;
		margin:0 auto 0 auto;
	}
	
nav div{
	width:95%;
	padding:10px;
    font-size:1.15rem;
    font-weight:700;
    line-height:1.5;
    margin:0 auto 0 auto;
	}	
nav div h1{
	float:none;
    text-align:left;
    font-size:1.15rem;
    line-height:1.4;

}

nav div span{
	width:100%;
	display:block;
	float:none;
}

nav img{
	width:80%;
	margin:0 auto;
}

	nav ul{
		width:100%;
	height:auto;
	margin:15px auto;

	}
	
	nav ul li{
	width:30%;
	height:50px;
	  padding:10px;
	  margin:0 5px ;
	}
	
	
	nav ul li a{
		font-size:1.25rem;
	}
	
 	}

section{
  width: 1200px;
 	height:auto;
	overflow:hidden;
  padding: 0 20px 0 20px;
  margin:0 auto 0 auto;
  text-align:center;
	background:#url(images/couldbg.png) no-repeat;
	background-position: top center;
	}	
	
	
.box {
		width:200px;
    font-weight:900;
    font-size:3rem;
    margin:0 auto 20px auto ;
	text-shadow: -3px -3px 0 #EEE,
              3px -3px 0 #EEE,
              -3px 3px 0 #EEE,
              3px 3px 0 #EEE;
      color:#93570e;
      border-bottom:3px solid #b7a380;
      padding:0 15px 8px 15px;
}


section ul{
	width:95%;
 	height:auto;
	overflow:hidden;
	padding:2% 1%;
	background:#FFF;
 	text-align:center;
	Border:20px Solid #ae9668;
	Border-top:20px Solid #b7a380;
	Border-bottom:20px Solid #dfccac;b7a380
}

section ul li {
	width:235px;
	height:320px;
	float:left; 
  padding:10px 5px;
  margin:3px 8px 10px 8px;
}


section ul li img {
	width:100%;
	height:195px;
	object-fit:contain;
	margin:0 auto 5px auto;
	text-align:center;
}

section ul li h2{
	width:80%;
	height:45px;
	font-size:1.05rem;
  align-content: center; 
	text-align:center;
	line-height:1.4;
	display:inline-block;
}
section ul li h3{
	font-size:0.95rem;
	color:#333;
	line-height:1.5;
}
section ul li h3 span{
	font-size:1.25rem;
	color:#d20962;
	font-weight:700;
}

section ul li img.shop {
	width:35px;
	height:auto;
	margin:8px auto 0 auto;
}




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 ul{
  width: 100%;
}

section ul li {
	width:45%;
	height:330px;
  padding:3px 5px;
  margin:0 9px 0 8px;
}


section ul li img {
	height:175px;
	margin:0 auto 3px auto;
}

section ul li h2{
	width:95%;
	font-size:0.955rem;
	line-height:1.3;
}
section ul li h3{
	font-size:0.85rem;
}
section ul li h3 span{
	font-size:1rem;
}


footer{
	font-size:0.75rem;
	line-height:1.5;
}

footer span{
	display:block;
}

.box {
		width:200px;
    font-size:2rem;
}
.box img{
		width:50px;
}

}


button {
	border:none;
   cursor: pointer;
    border-radius: 4px;
    background: #ff4f81;
    color: #ffffff;
    font-size: 1.95rem;
    font-weight: bold;
    transition-duration: 0.4s;
    box-shadow: 0 5px 15px #193047;
  letter-spacing: 3px;
  	padding:3px 25px;
  display:inline-block;
  margin:10px auto;
	}

button:hover {
    background: #ffffff;
    box-shadow: 0px 2px 10px 5px #ffc2e5;
    color: #ff4f81;
}
	
	
/* -- sidemanu for pc -- */
.side-menu{
	position: fixed;
	width: 110px;
	top:15%;
	right:5px;
	padding:5px;
	border-radius:10px;
	box-sizing: border-box;
	background:#555 ;
	opacity:0.75; 
	display: flex;
	flex-direction: column;
	transform: translateX(0);
	transition: .3s;
	z-index:999999;
	font-size:1.15rem;
	text-align:center;
}
label a{
	display: block;
	padding: 10px 5px;
	color: #FFF;
	text-decoration: none;
	font-weight: 750;
	letter-spacing: 2px;
}
label a:hover{
	color: #2a5934;
	background-color:#FFF;
	border-radius:0;
}

label ul.area2 li{ 
	border-bottom:1px dotted #ffffff;
}
label ul.area2 li:nth-last-child(1){ 
	border-bottom:none;
}



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

	
/* -- sidemanu for pc -- */
.side-menu{
	width: 60px;
	top:10%;
	right: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;
	}

	iframe{
	display:none;
	}
}

