@charset "UTF-8";
/* CSS Document */
#soundimage_player_main3{
	opacity:0.1;
	bottom:0;
	z-index:-999999999;
	position:absolute;
}

html, body{height:100%;}

#container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

#container > .one,
#container > .two,
#container > .three,
#container > .four {
  flex: 1 1 calc(25% - 40px); /* 每行 4 个，减去间距 */
  box-sizing: border-box;
  min-width: 250px;
  max-width: 300px;
}



#container a:hover{
	opacity:1;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.8);
-moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.8);
box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.8);
}


.one {width:25%; }
.two {width: 25%; }
.three {width: 25%; }
.four {width: 25%; }

.left{
	background-image:url(../element/bg.jpg);
	width:250px;
	height:320px;
	opacity:0.8;
	padding:15px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.3);
box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.3);
-o-transition:0.5s;
  -ms-transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  /* ...and now for the proper property */
  transition:0.5s;
}


.left:hover{
	background-image:url(../element/navbg.jpg);
	opacity:1;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.8);
-moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.8);
box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.8);
-o-transition:0.5s;
  -ms-transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  /* ...and now for the proper property */
  transition:0.5s;
}


.right:hover{
background-image:url(../element/navbg.jpg);
	opacity:1;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.8);
-moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.8);
box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.8);
-o-transition:0.5s;
  -ms-transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  /* ...and now for the proper property */
  transition:0.5s;
}


.left p{
	color:#fff;
	font-weight:100;
	line-height:1.5em;
	font-size:14px;
}

.left h{
	color:#E3CC76;
	font-weight:300;
	font-size:30px;
	line-height:1em;
	font-family: 'Seaweed Script', cursive;}
	
	.left h span{
	color:#E3CC76;
	font-weight:300;
	font-size:20px;
	font-style:italic;
	line-height:0em;
	font-family: 'Roboto', sans-serif;}
	
	.right h span{
	color:#E3CC76;
	font-weight:300;
	font-size:20px;
	font-style:italic;
	line-height:0em;
	font-family: 'Roboto', sans-serif;}
	
	.right h{
	color:#E3CC76;
	font-weight:300;
	font-size:30px;
	line-height:1em;
	font-family: 'Seaweed Script', cursive;}

.left p span{
	color:#E3CC76;
	font-weight:300;
}

.right{
	background-image:url(../element/bg.jpg);
	width:250px;
	height:320px;
	opacity:0.8;
		padding:15px;
		-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.3);
box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.3);
-o-transition:0.5s;
  -ms-transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  /* ...and now for the proper property */
  transition:0.5s;
}

.right p{
	font-size:14px;
	color:#fff;
	font-weight:100;
	line-height:1.5em;
}

.right p span{
	color:#E3CC76;
	font-weight:300;
}


img{
	border:none;
}


a{
	text-decoration:none;
}

body{
 
	padding:0 auto;
	padding:0 auto;
	font-family: 'Roboto', sans-serif;
	background-image:url(../element/bg.jpg);
}

.wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

#header{
	text-align:center;
	width:100%;
	position:absolute;
	left:0;
	right:0;
	top:0;
	background-image:url(../element/bg.jpg);
	opacity:0.8;
	height:230px;
	z-index:-3;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.38);
-moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.38);
box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.38);
}

#logo{
	text-align:center;
	opacity:1;
	marin:0 auto;
	padding-top:10px;
	padding-left:20px;
}

#navbar{
	width:100%;
	left:0;
	right:0;
	background-image:url(../element/navbg.jpg);
	position:absolute;
	height:70px;
	z-index:-1;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 3px 8px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 3px 8px 0px rgba(0, 0, 0, 0.75);
}

.nav{
	margin-top:250px;
}

.slideshow{
	margin-top:-120px;
	height:650px;
	width:100%;
	left:0;
	right:0;
	position: absolute;
	z-index:-2;
}

#message{
	background-image: url(../element/messagebk.png);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
	width:950px;
	margin-top:550px;
	height:160px;
	
}

#message h{
	line-height:0;
	font-family: 'Seaweed Script', cursive;
	color:#FFF;
	font-size:50px;
	text-shadow: 0px 1px 14px rgba(0, 0, 0, 0.8);
	
}

#message p{
	margin:0 auto;
	padding:0 auto;
	text-align:center;
	width:600px;
	line-height:1.3em;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:15px;
	color:#D1962B;
	text-shadow: 0px 1px 14px rgba(0, 0, 0, 0.8);
}


#title{
	background-image: url(../element/titlebg.png);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	width:950px;
	margin-top:-120px;
	height:160px;
	
	
}

#title h{
	line-height:3em;
	font-family: 'Seaweed Script', cursive;
	color:#FFF;
	font-weight:100;
	font-size:40px;
	text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.8);
	
}

#title p{
	margin:0 auto;
	padding:0 auto;
	text-align:center;
	width:600px;
	line-height:1.3em;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:15px;
	color:#D1962B;
	text-shadow: 0px 1px 14px rgba(0, 0, 0, 0.8);
}


#sections table{
	width:950px;
	margin:0 auto;
	padding:0 auto;
	height:315px;
	-webkit-box-shadow:0 0px 4px rgba(0, 0, 0, 0.2);
            box-shadow:0 0px 4px rgba(0, 0, 0, 0.2);
}

.sec01{
	background-color:#845E12;
}


.sec02{
	background-color:#A46D1E;
}


.sec03{
	background-color:#845E12;
}


.sec02 img{
	margin-top:5px;
}


.sec01:hover{
	background-color:#BA131F;
	color:#4B392D;
	text-decoration:none;
	-o-transition:0.5s;
  -ms-transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  /* ...and now for the proper property */
  transition:0.5s;
}

.sec02:hover{
	background-color:#BA131F;
	color:#4B392D;
	text-decoration:none;
	-o-transition:0.5s;
  -ms-transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  /* ...and now for the proper property */
  transition:0.5s;
}


.sec03:hover{
	background-color:#BA131F;
	color:#4B392D;
	text-decoration:none;
	-o-transition:0.5s;
  -ms-transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  /* ...and now for the proper property */
  transition:0.5s;
}


#sections table tr td{
	width:316px;
	height:300px;
	padding:0;
	margin:0;	
	vertical-align:top ;
}

 
#sections table tr td img{
	padding:0;
	margin:0;
	bottom:0;
	height:184px;
	border:none;
}

#caption{
	text-align:left;
	font-family: 'Seaweed Script', cursive;
	color:#fff;
	font-weight:200;
	font-size:30px;
	line-height:0.5em;
	height:60px;
}

#text{
	padding:10px;
}

#text p{
	line-height:1.5em;;
	color:#2B1D13;
	font-weight:400;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
}

#text p2{
	line-height:1.2em;
	color:#2B1D13;
	font-weight:400;
	font-size:13px;
	font-family: 'Roboto', sans-serif;
}

#storeinfo{
	background-image:url(../element/contentbg.jpg);
	background-position:left;
	width:100%;
	position:absolute;
	height:400px;
	left:0;
	right:0;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

#footer{
	text-align:center;
	background-image:url(../element/footerbg.jpg);
	height:900px;
	position:absolute;
	width:100%;
	left:0;
	right:0;
	z-index:55;
	
}

#footer h{
	line-height:0;
	font-family: 'Seaweed Script', cursive;
	color:#E8D481;
	font-size:30px;
	text-shadow: 0px 1px 14px rgba(0, 0, 0, 1);
}


#footer p{
	color:#8D5D1A;
	line-height:1.5em;
}

#footer p span{
	font-weight:500;
	color:#E1CB73;
}

#footer table{
	text-align:left;
	width:950px;
	margin:0 auto;
	padding:0 auto;
}

#footer table tr td{
	vertical-align:top;
}

.divideline{
	border-bottom:1px dotted #453021;
	padding-top:5px;
	padding-bottom:5px;
	width:100%;
}

.divideline2{
	border-left:1px solid #523A29;
	height:200px;
}

#footerbottom{
	opacity:0.9;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.75);
box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.75);
	height:60px;
	text-align:center;
	width:100%;
	left:0;
	right:0;
	position: fixed;
	bottom:0;
	background-image: url(../element/footerbg.jpg);
}

#map_canvas {
  
	opacity:0.7;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	 height:185px; width: 316px;
}


#map_canvas:hover {
  
	opacity:1;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	 
}


#map_canvas2 {
  
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	 height:186px; width: 480px;
}


#map_canvas2:hover {
  
	opacity:1;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	 
}




#topbar{
	background-image: url(../element/contentbg.gif);
	background-position:center;
	height:150px;
	width:100%;
	position:absolute;
	left:0;
	right:0;
	margin-top:-120px;
	z-index:-3;
		-webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 3px 8px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 3px 8px 0px rgba(0, 0, 0, 0.4);
	
}

#content h{
	color:#DCC27B;
	font-family: 'Seaweed Script', cursive;
	
	font-size:40px;
	width:100%;
}

#divideline{
	border-bottom:#593D2A solid 1px;
	width:100%;
	heigt:2px;
}

#content p{
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	 
	font-weight:300;
	line-height:1.3em;
		color:#A4896E;
	text-shadow: 0px 1px 14px rgba(0, 0, 0, 0.8);
}


#content table tr td{
	vertical-align:top;
}

 
img.example-image{
	opacity:0.8;
	-o-transition:0.5s;
  -ms-transition:0.5s;
  -moz-transition:0.5s;
  -webkit-transition:0.5s;
  /* ...and now for the proper property */
  transition:0.5s;
}

img.example-image:hover{
	opacity:1;
}

.gallery tr td{
	width:200px;
	height:220px;
	background-image: url(../element/navbg.jpg);
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow:    0px 2px 4px 0px rgba(0, 0, 0, 0.3);
box-shadow:         0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

#text{
	color:#E8E1C5;
	
}

#contact{
	color:#DCC27B;
}

#content table{
	margin:0 auto;
	padding:0 auto;
}

h11{
	font-family: 'Seaweed Script', cursive;
	color:#CBAD65;
	font-size:30px;
}