@charset "utf-8";
/* 簡單流變媒體
   注意: 流變媒體要求您必須移除 HTML 中媒體的高度和寬度屬性
   http://www.alistapart.com/articles/fluid-images/ 
*/
img {
	max-width: 100%;

}

object, embed, video {
	max-width: 100%;
}
/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {
	width:100%;
}

#map_canvas img,
.google-maps img,
#map img {
  max-width: none;
}




/*
	Dreamweaver 流變格線屬性
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	靈感來自於 Ethan Marcotte 的「具回應功能的網頁設計」 
	http://www.alistapart.com/articles/responsive-web-design
	
	以及 Joni Korpi 的「黃金格線系統」
	http://goldengridsystem.com/
*/

/* 行動版面: 480px 以下。 */


body{
	overflow:hidden;}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 89.36%;
	padding-left: 0.5%;
	padding-right: 0.5%;
	padding-top: 2em;
	padding-bottom: 2em;
	
}

#store {
	clear: both;
	/* [disabled]float: left; */
	width: 100%;
	
	display: block;
	margin: 0px;
}
.copyright {
	
	width: 100%;

	padding-bottom: 1em;
	letter-spacing: 0.1em;
}



.store-block-content {

	padding-right: 1em;
	padding-left: 1em;
	margin-right: 3em;
}


.store-block-content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
}




hgroup{
	clear: both;
	margin-left: 0;
	width: 90%;
	display: block;
	position: relative;
	z-index: 3;
	height:auto;
	clip: rect(auto,10%,auto,auto);

}


hgroup h1 {
	text-align: right;
	font-size: 180%;
	padding: 10px;
	color: #039;
	background-color: white\9;
	background-color: rgba(255,255,255,.6);
	float: right;
	clear: both;
}
hgroup h2 {
	font-family: "微軟正黑體", Arial, "新細明體";
	font-size: 85%;
	text-align: right;
	padding: 10px;
	background-color: white\9;
	background-color: rgba(255,255,255,.6);
	
	float: right;
	clear: both;
	font-weight: normal;
}


.titleBg{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height:670px;
	background-attachment: fixed;
	/* [disabled]top: 1550px; */
	background-repeat: no-repeat;
	background-position:center center;
	background-color: rgb(204,204,204)\9;
	clear: both;
	float: left;
	padding-top: 70px;
	padding-bottom: 50px;
	position:absolute;
	top:0;
	left:0;
	z-index:-12;
}

.whitebg{
	/*margin-top:200px;*/
}




#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

section {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #858383;
	padding-top: 0em;
	padding-bottom: 2em;
	margin-bottom: 20px;
}
.right-image {
	clear: both;
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}

.left-image {
	clear: both;
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}


#service {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#service .block-content {

	width: 100%;
	padding-bottom: 1em;
	padding: 1em;
	padding-right: 0em;
	padding-left: 0em;
}
.thumb-image {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
#news {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/*news*/
#news .entry {
margin: 0 0 30px;
}



.entry-header {
display: table;
margin: 0 0 36px;
padding: 15px 0;
font-family: 'PT Serif', Georgia, serif;
font-size: .95em;
letter-spacing: 0px;
font-weight: 400;
font-style: normal;
text-align: left;
line-height: 1.6em;
color: #999;
}

#news .entry-title-wrapper {
	float: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 4% 0 0;
	padding: 0;
}

#news .entry-title-wrapper .entry-title {
	margin: 0 0 .5em;
	line-height: 1em;
}
#news h1{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
	font-style: normal;
	margin: 1em 0 .5em;
	color: #000;
	line-height: 150%;
}

#news .entry-title-wrapper .date {
text-align: left;
}
#news .content {
	width: 100%;
}

#news .entry-title-wrapper p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

#news .entry-actions {
float:left;
margin-top: 0;
display: table-cell;
vertical-align: middle;
}

#news .entry-more-link {
display:none;

}

#news .entry-content {
	float: none;
	/* [disabled]margin: 1em 0 .5em; */
	width: 100%;
	color: #414141;
}
#news .entry-content p {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
#news .entry-content .pic {
	display: none;

}


#news .page-desc {
	box-sizing: border-box;
	display: inline-block;
	font-size: 75%;
	margin-top: 10px;
	/* [disabled]margin-bottom: 10px; */
}
#news .page-desc p {
	line-height: 2em;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	font-family:Arial;
	/* [disabled]margin: 0px; */
	/* [disabled]padding: 0px; */
}
#news .entry-author p {
	margin: 0px;
	padding: 0px;
}
#news h1.page-title {
font-size: 1.8em;
line-height: 1em;
text-transform: uppercase;
text-decoration: none;
font-weight: 400;
font-style: normal;
max-width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
color: #171717;
}



#news .blog-item {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#news .blog-item .entry-content {
	float: none;
	width: 100%;
	margin-bottom: 5px;
}
#news .blog-item .entry-content p {
	margin: 0px;
	padding: 0px;
}



#news .pagination {
	width: 40%;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	margin: 0;

}


#album{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/*album index-1*/

#album .album-block-content {
	width: 90%;
	padding: 0.8em;
	margin-bottom: 1.5em;
	margin-left: 0em;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #ccc;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	float: none;
	margin-top: 0px;

}

#album .album-block-content .thumb-image img{
	
		width: 130%;
	
}

/*album index-2*/
#album .title-desc:before {
  content: '';
  width: 250px;
  height: 1px;
  display: block;
  background-color: #696969;
  margin: 20px auto;
}

#album .gallery-block-content  {
	float: left;
	width: 40%;
	display: block;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 0m;
	padding-left: 0.5em;
	margin-right: 1.5em;
	margin-left: 0em;
}
#album .gallery-block-content   dd{
	padding: 0px;
	/* [disabled]display: block; */
	width: 100%;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/*videos*/

#video .title-desc:before {
  content: '';
  width: 250px;
  height: 1px;
  display: block;
  background-color: #696969;
  margin: 20px auto;
}

#video .video-block-content  {
	float: left;
	width: 100%;
	display: block;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 0m;
	padding-left: 0.5em;
	margin-right: 1.5em;
	margin-left: 0em;
}
#video .video-block-content   dd{
	padding: 0px;
	/* [disabled]display: block; */
	width: 100%;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*video end*/

#contact{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


#menu-list{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


.menu-block .menu-big-pic{
	 float: none;
	 width:100%;
  
}

#reservation{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


#reservation .form-wrapper{
	width: 100%;

}


#sort{
	text-align: center;
}


#productList .product .product-image img {
  
 /* font-size: 0px; 
  top: 0px; 
  left: 18px;
  width: 108px;
  height: 143px;
  position: relative;*/
}


.add-to-cart-button-wrapper .add-to-cart-button {
	max-width: 170px;
	width: auto;

}


/* 表格版面: 650px 到 600px。樣式繼承自: 行動版面。 */

@media only screen and (min-width: 600px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}


#sort{
	text-align: right;
}

#store {
	clear: both;
	/* [disabled]float: left; */
	width: 100%;
	float: left;
	display: block;
	margin: 0px;
}
.copyright {
	
	width: 100%;

	padding-bottom: 1em;
	letter-spacing: 0.1em;
}



.store-block-content {
	float: left;
	padding-right: 1em;
	padding-left: 1em;
	margin-right: 3em;
}


.store-block-content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
}




hgroup{
	clear: both;
	margin-left: 0;
	width: 90%;
	display: block;
	position: relative;
	z-index: 3;
	clip: rect(auto,10%,auto,auto);
	padding-top: 50px;
}


hgroup h1 {
	text-align: right;
	font-size: 250%;
	padding: 10px;
	color: #039;
	background-color: white\9;
	background-color: rgba(255,255,255,.6);
	float: right;
	clear: both;
}
hgroup h2 {
	font-family: "微軟正黑體", Arial, "新細明體";
	font-size: 85%;
	text-align: right;
	padding: 10px;	
	background-color: white\9;
	background-color: rgba(255,255,255,.6);

	float: right;
	clear: both;
	font-weight: normal;
}




.titleBg{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height:670px;
	background-attachment: fixed;
	/* [disabled]top: 1550px; */
	background-repeat: no-repeat;
	background-position:center center;
	background-color: rgb(204,204,204)\9;
	clear: both;
	float: left;
	padding-top: 70px;
	padding-bottom: 50px;
	position:absolute;
	top:0;
	left:0;
	z-index:-12;
}

.whitebg{
	/*margin-top:45%;*/
}





#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

section {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #858383;
	padding-top: 0em;
	padding-bottom: 2em;
	margin-bottom: 55px;
}
.right-image {
	clear: both;
	float: right;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	width: 50%;
	overflow: hidden;
}

.left-image {
	clear: both;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	width: 50%;
	overflow: hidden;
}


#service {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#service .block-content {
	float: left;
	width: 45%;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
}
.thumb-image {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
#news {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/*news*/
#news .entry {
margin: 0 0 30px;
}



.entry-header {
display: table;
margin: 0 0 36px;
padding: 15px 0;
font-family: 'PT Serif', Georgia, serif;
font-size: .95em;
letter-spacing: 0px;
font-weight: 400;
font-style: normal;
text-align: left;
line-height: 1.6em;
color: #999;
}

#news .entry-title-wrapper {
	float: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 4% 0 0;
	padding: 0;
}

#news .entry-title-wrapper .entry-title {
	margin: 0 0 .5em;
	line-height: 1em;
}
#news h1{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
	font-style: normal;
	margin: 1em 0 .5em;
	color: #000;
	line-height: 150%;
}

#news .entry-title-wrapper .date {
text-align: left;
}
#news .content {
	width: 100%;
}

#news .entry-title-wrapper p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

#news .entry-actions {
float:left;
margin-top: 0;
display: table-cell;
vertical-align: middle;
}

#news .entry-more-link {
display:none;

}

#news .entry-content {
	float: none;
	/* [disabled]margin: 1em 0 .5em; */
	width: 100%;
	color: #414141;
}
#news .entry-content p {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
#news .entry-content .pic {
	clear: both;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	display: block;
	width: 25%;
	border: 1px solid #999;
}


#news .page-desc {
	box-sizing: border-box;
	display: inline-block;
	font-size: 75%;
	margin-top: 10px;
	/* [disabled]margin-bottom: 10px; */
}
#news .page-desc p {
	line-height: 2em;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
		font-size: 15px;
	font-family:Arial;
	/* [disabled]margin: 0px; */
	/* [disabled]padding: 0px; */
}
#news .entry-author p {
	margin: 0px;
	padding: 0px;
}
#news h1.page-title {
font-size: 1.8em;
line-height: 1em;
text-transform: uppercase;
text-decoration: none;
font-weight: 400;
font-style: normal;
max-width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
color: #171717;
}



#news .blog-item {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#news .blog-item .entry-content {
	float: none;
	width: 100%;
	margin-bottom: 5px;
}
#news .blog-item .entry-content p {
	margin: 0px;
	padding: 0px;
}



#news .pagination {
	width: 40%;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	margin: 0;

}

#album{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/*album index-1*/

#album .album-block-content {
	width: 28%;
	padding: 0.8em;
	margin-bottom: 2em;
	margin-left: 1em;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #ccc;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	float: left;
	margin-top: 0px;
	margin-right: 0em;
}


/*album index-2*/
#album .title-desc:before {
  content: '';
  width: 250px;
  height: 1px;
  display: block;
  background-color: #696969;
  margin: 20px auto;
}

#album .gallery-block-content  {
	float: left;
	display: block;
	width: 25%;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 2.5em;
	margin-right: 0em;
	margin-left: 0em;
}
#album .gallery-block-content   dd{
	padding: 0px;
	/* [disabled]display: block; */
	width: 100%;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/*videos*/

#video .title-desc:before {
  content: '';
  width: 250px;
  height: 1px;
  display: block;
  background-color: #696969;
  margin: 20px auto;
}

#video .video-block-content  {
	float: left;
	display: block;
	width: 40%;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 2.5em;
	margin-right: 0em;
	margin-left: 0em;
}
#video .video-block-content   dd{
	padding: 0px;
	/* [disabled]display: block; */
	width: 100%;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*video end*/

#contact{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#menu-list{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


.menu-block .menu-big-pic{
	 float: left;
	 width:40%;
  
}
#reservation{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#reservation .form-wrapper{
	width: 100%;

}

#productList .product .product-image img {
  
  /*font-size: 0px; 
  top: 0px; 
  left: 38px;
  width: 226px;
  height: 301px;
  position: relative;*/
}

.add-to-cart-button-wrapper .add-to-cart-button {
	
	max-width: 140px;


}

}

@media only screen and (min-width: 800px)  {

	hgroup{
	clear: both;
	margin-left: auto;
	width: 85%;
	display: block;
	position: relative;
	z-index: 3;
	clip: rect(auto,10%,auto,auto);
	padding-top: 50px;
	margin-top: 0px;
	margin-right: auto;
}



hgroup h2 {
	
	font-size: 85%;
	
}

.titleBg{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height:670px;
	background-attachment: fixed;
	/* [disabled]top: 1550px; */
	background-repeat: no-repeat;
	background-position:center center;
	background-color: rgb(204,204,204)\9;
	clear: both;
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;
	position:absolute;
	top:0;
	left:0;
	z-index:-12;
}

.whitebg{
	/*margin-top:230px;*/
}


#service {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#service .block-content {
	float: left;
	width: 45%;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
}
.thumb-image {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
#news {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/*news*/
#news .entry {
margin: 0 0 120px;
}

.entry-header {
display: table;
margin: 0 0 36px;
padding: 15px 0;
font-family: 'PT Serif', Georgia, serif;
font-size: .95em;
letter-spacing: 0px;
font-weight: 400;
font-style: normal;
text-align: left;
line-height: 1.6em;
color: #999;
}

#news .entry-title-wrapper {
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 26%;
	margin: 0 4% 0 0;
	padding: 0;
}

#news .entry-title-wrapper .entry-title {
	margin: 0 0 .5em;
	line-height: 1em;
}
#news h1{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
	font-style: normal;
	margin: 1em 0 .5em;
	color: #000;
	line-height: 150%;
}

#news .entry-title-wrapper .date {
text-align: left;
}
#news .content {
	width: 100%;
}

#news .entry-title-wrapper p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

#news .entry-actions {

float:none;
*float:left;
margin-top: 0;
width: 75%;
display: table-cell;
vertical-align: middle;

}

#news .entry-more-link {

float:none;
*float:right;
margin-top: 0;
width: 25%;
text-align: right;
display: table-cell;

}

#news .entry-content {
	float: right;
	/* [disabled]margin: 1em 0 .5em; */
	width: 70%;
	color: #414141;
}
#news .entry-content p {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
#news .entry-content .pic {
	clear: both;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 169px;
	width: 169px;
	border: 1px solid #999;
}


#news .page-desc {
	box-sizing: border-box;
	display: inline-block;
	font-size: 75%;
	margin-top: 10px;
	/* [disabled]margin-bottom: 10px; */
}
#news .page-desc p {
	line-height: 2em;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
	/* [disabled]margin: 0px; */
	/* [disabled]padding: 0px; */
}
#news .entry-author p {
	margin: 0px;
	padding: 0px;
}
#news h1.page-title {
font-size: 1.8em;
line-height: 1em;
text-transform: uppercase;
text-decoration: none;
font-weight: 400;
font-style: normal;
max-width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
color: #171717;
}



#news .blog-item {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#news .blog-item .entry-content {
	float: none;
	width: 100%;
	margin-bottom: 5px;
}
#news .blog-item .entry-content p {
	margin: 0px;
	padding: 0px;
}



#news .pagination {
	width: 40%;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	margin: 0;

}

#album{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/*album index-1*/

#album .album-block-content {
	/*width: 25%;*/
	padding: 0.8em;
	margin-bottom: 2em;
	margin-left: 1em;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #ccc;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	float: left;
	margin-top: 0px;
	margin-right: 0em;
}

/*album index-2*/
#album .title-desc:before {
  content: '';
  width: 250px;
  height: 1px;
  display: block;
  background-color: #696969;
  margin: 20px auto;
}

#album .gallery-block-content  {
	float: left;
	display: block;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 2.5em;
	margin-right: 0em;
	margin-left: 1em;
}
#album .gallery-block-content   dd{
	padding: 0px;
	/* [disabled]display: block; */
	width: 100%;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/*videos*/

#video .title-desc:before {
  content: '';
  width: 250px;
  height: 1px;
  display: block;
  background-color: #696969;
  margin: 20px auto;
}

#video .video-block-content  {
	float: left;
	display: block;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 2.5em;
	margin-right: 0em;
	margin-left: 1em;
}
#video .video-block-content   dd{
	padding: 0px;
	/* [disabled]display: block; */
	width: 100%;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*video end*/

#contact{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#menu-list{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}





#reservation{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#reservation .form-wrapper{
	width: 80%;

}

#productList .product .product-image img {
  
 /* font-size: 0px; 
  top: 0px; 
  left: 38px;
  width: 226px;
  height: 301px;
  position: relative;*/
}
.add-to-cart-button-wrapper .add-to-cart-button {
	
	max-width: 140px;


}
}



@media only screen and (min-width: 1028px)  {
#service .block-content {
	/* [disabled]float: left; */
	width: 30%;
	/* [disabled]background-color: #F90; */
	margin: 0px;
	padding: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1em;	/*
	margin-right: 0.5em;*/
}


hgroup{
	clear: both;
	margin-left: auto;
		max-width: 730px;
	display: table;
	vertical-align: middle;
	display: block;
	position: relative;
	z-index: 3;
	clip: rect(auto,10%,auto,auto);
	padding-top: 50px;
	margin-top: 0px;
	margin-right: auto;
}


hgroup h1 {
	max-width:100%;
  	display: block;
  	-webkit-transition: height .3s ease;
  	-moz-transition: height .3s ease;
  	-o-transition: height .3s ease;
  	transition: height .3s ease;
	text-align: center;
	font-size: 300%;
	letter-spacing: 0.1em;
	padding: 10px;
	color: #039;

	background-color: white\9;
	background-color: rgba(255,255,255,.8);
	float: none;
	clear: both;
}
hgroup h2 {
	max-width:100%;
  	display: block;
  	-webkit-transition: height .3s ease;
  	-moz-transition: height .3s ease;
  	-o-transition: height .3s ease;
  	transition: height .3s ease;
	font-family: "微軟正黑體", Arial, "新細明體";
	font-size: 85%;
	text-align: center;
	padding: 10px;
	display: block;
	background-color: white\9;
	background-color: rgba(255,255,255,.8);
	float: none;
	clear: both;
	font-weight: normal;
}



.titleBg{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 670px;
	width: 100%;
	background-attachment: fixed;
	/* [disabled]top: 1550px; */
	background-repeat: no-repeat;
	background-position:center center;
	background-color: rgb(204,204,204)\9;
	clear: both;
	float: left;
	position:absolute;
	top:0;
	left:0;
	z-index:-12;
}

.whitebg{
	/*margin-top:280px;*/
}

#productList .product .product-image img {
  
  
 /* font-size: 0px; 
  top: 0px; 
  left: 38px;
  width: 226px;
  height: 301px;
  position: relative;*/
}
.add-to-cart-button-wrapper .add-to-cart-button {
	
	width: 170px;

}
}


/* 桌面版面: 1200px 到最大 1232px。樣式繼承自: 行動版面和表格版面。 */

@media only screen and (min-width: 1280px)  {
.gridContainer {
	width: 88.2%;
	max-width: 996px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	padding-top: 1em;
	padding-bottom: 2em;
}
#store {
	clear: both;
	/* [disabled]float: left; */
	width: 95%;
	padding: 2em;
	display: block;
	margin: 0px;
}
.copyright {
	
	width: 100%;

	padding-bottom: 1em;
	letter-spacing: 0.1em;
}



.store-block-content {
	float: left;
	padding-right: 1em;
	padding-left: 1em;
	margin-right: 3em;
}






hgroup{
	clear: both;
	margin-left: auto;
	max-width: 750px;
	display: table;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
	clip: rect(auto,10%,auto,auto);
	padding-top: 70px;
	margin-top: 0px;
	margin-right: auto;
	

}


hgroup h1 {
	
	text-align: center;
	font-size: 300%;
	letter-spacing: 0.1em;
	padding: 10px;
	color: #039;

	background-color: white\9;
	background-color: rgba(255,255,255,.8);
	float: none;
	clear: both;
	
	max-width:100%;
  	display: block;
  
}
hgroup h2 {
	max-width:100%;
  	display: block;
	
	font-family: "微軟正黑體", Arial, "新細明體";
	font-size: 100%;
	text-align: center;
	padding: 10px;
	background-color: white\9;
	background-color: rgba(255,255,255,.8);
	float: none;
	clear: both;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
}



.titleBg{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 670px;
	width: 100%;
	background-attachment: fixed;
	/* [disabled]top: 1550px; */
	background-repeat: no-repeat;
	background-position:center center;
	background-color: rgb(204,204,204)\9;
	clear: both;
	float: left;
	position:absolute;
	top:0;
	left:0;
	z-index:-12;
}

.whitebg{
	/*margin-top:300px;*/
}



#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

section {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #858383;
	padding-top: 1.5em;
	padding-bottom: 2em;
	margin-bottom: 10px;
}
article {
	width: 100%;
	float: left;
}

.right-image {
	clear: both;
	float: right;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	width: 388px;
	overflow: hidden;
}

.left-image {
	clear: both;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	width: 388px;
}

#service {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#service .block-content {
	/* [disabled]float: left; */
	width: 29%;
	/* [disabled]background-color: #F90; */
	margin: 0px;
	padding: 1em;
	margin-bottom: 0.5em;
	margin-left: 0.8em;	/*
	margin-right: 0.5em;*/
}
.thumb-image {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}


#news {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/*news*/
#news .entry {
margin: 0 0 120px;
}

.entry-header {
display: table;
margin: 0 0 36px;
padding: 15px 0;
font-family: 'PT Serif', Georgia, serif;
font-size: .95em;
letter-spacing: 0px;
font-weight: 400;
font-style: normal;
text-align: left;
line-height: 1.6em;
color: #999;
}

#news .entry-title-wrapper {
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 26%;
	margin: 0 4% 0 0;
	padding: 0;
}

#news .entry-title-wrapper .entry-title {
	margin: 0 0 .5em;
	line-height: 1em;
}
#news h1{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
	font-style: normal;
	margin: 1em 0 .5em;
	color: #000;
	line-height: 150%;
}

#news .entry-title-wrapper .date {
text-align: left;
}
#news .content {
	width: 100%;
}

#news .entry-title-wrapper p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

#news .entry-actions {

float:none;
*float:left;
margin-top: 0;
width: 75%;
display: table-cell;
vertical-align: middle;

}

#news .entry-more-link {

float:none;
*float:right;
margin-top: 0;
width: 25%;
text-align: right;
display: table-cell;

}

#news .entry-content {
	float: right;
	/* [disabled]margin: 1em 0 .5em; */
	width: 70%;
	color: #414141;
}
#news .entry-content p {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
#news .entry-content .pic {
	clear: both;
	float: right;
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 169px;
	width: 169px;
	border: 1px solid #999;
}


#news .page-desc {
	box-sizing: border-box;
	display: inline-block;
	font-size: 75%;
	margin-top: 10px;
	/* [disabled]margin-bottom: 10px; */
}
#news .page-desc p {
	line-height: 2em;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	font-family:Arial;
	/* [disabled]margin: 0px; */
	/* [disabled]padding: 0px; */
}
#news .entry-author p {
	margin: 0px;
	padding: 0px;
}
#news h1.page-title {
font-size: 1.8em;
line-height: 1em;
text-transform: uppercase;
text-decoration: none;
font-weight: 400;
font-style: normal;
max-width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
color: #171717;
}



#news .blog-item {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#news .blog-item .entry-content {
	float: none;
	width: 100%;
	margin-bottom: 5px;
}
#news .blog-item .entry-content p {
	margin: 0px;
	padding: 0px;
}



#news .pagination {
	width: 40%;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	margin: 0;

}


#album{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


/*album index-1*/

#album .album-block-content {
	width: 20%;
	padding: 1em;
	margin-bottom: 2em;
	margin-left: 1.2em;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #ccc;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	float: left;
	margin-top: 0px;
	margin-right: 0px;
}

/*#album .album-block-content {
	width: 26%;
	margin: 0px;
	padding: 1em;
	margin-bottom: 2em;
	margin-left: 1.8em;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid rgba(204,204,204,1);
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}*/

/*album index-2*/
#album .title-desc:before {
  content: '';
  width: 250px;
  height: 1px;
  display: block;
  background-color: #696969;
  margin: 20px auto;
}

#album .gallery-block-content  {
	float: left;
	width: 18%;
	display: block;
	padding-top: 2em;
	padding-right: 0.5em;
	padding-bottom: 3em;
	padding-left: 2.5em;
	margin-right: 0.5em;
	margin-left: 1em;
}
#album .gallery-block-content   dd{
	padding: 0px;
	/* [disabled]display: block; */
	width: 100%;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}



/*videos*/

#video .title-desc:before {
  content: '';
  width: 250px;
  height: 1px;
  display: block;
  background-color: #696969;
  margin: 20px auto;
}

#video .video-block-content  {
	float: left;
	width: 45%;
	display: block;
	padding-top: 1.5em;
	padding-right: 1em;
	padding-bottom: 1.5em;
	padding-left: 1em;
	margin-right: 0.5em;
	margin-left: 1em;
}
#video .video-block-content   dd{
	padding: 0px;
	/* [disabled]display: block; */
	width: 100%;
	max-height: 100%;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*video end*/


#contact{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#contact #map {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#contact .infor {
	float: left;
	width: 45%;
}
#contact .form-wrapper  {
	float: right;
	width: 55%;
}


#menu-list{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#reservation{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#reservation .form-wrapper{
	width: 60%;

}

#shopping{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#productList .product .product-image img {

  
 /* font-size: 0px; 
  top: 0px; 
  left: 38px;
  width: 226px;
  height: 301px;
  position: relative;*/
}
.add-to-cart-button-wrapper .add-to-cart-button {

	width: 170px;
	
}

}



@media screen and (min-width: 941px){
.header_logo{ float: left; }
.header_logo a{ display: block; height: 100%; }
.header_logo img{ max-width: 300px; }
header{ display: flex; align-items: center; position:inherit; height: auto;}
header nav{ flex:1;}
}

@media screen and (min-width: 681px) and (max-width: 940px){
header{ display: flex; align-items: center; justify-content: space-between; height: auto; padding: 10px;}
.header_logo{ width: 25%;}
header nav{ width: 75%; padding: 0;}
header nav ul{ margin: 0; padding: 0;}
.sf-menu a{ padding: 10px; }
.sf-menu{ margin: 0; }
}

@media (max-width: 700px){
    .title-desc-wrapper0.has-main-image{ margin-top: 50px;}
}

@media (max-width: 680px){

/*new_logo*/
.mean-container .mean-bar{ top: 80px; }
header{ height: 80px; padding: 0;}
.header_logo{
	position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    /*padding: 5px;*/
    box-sizing: border-box;
}
.header_logo a{ display: block; height: 100%; }
.header_logo img{
	max-height: 100%;
    width: auto;
}

}
/* -------------------------------- 

Stretchy Nav style - common to:
 - basic navigation
 - add-content navigation
 - edit-content navigation

-------------------------------- */
.cd-stretchy-nav {
  position: fixed;
  z-index: 97;
  bottom: 40px;
  right: 30px;
  pointer-events: none;
}
.cd-stretchy-nav .stretchy-nav-bg {
  /* this is the stretching navigation background */
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  /* background: #9acd91; */
  /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); */
  -webkit-transition: height 0.2s, box-shadow 0.2s;
  -moz-transition: height 0.2s, box-shadow 0.2s;
  transition: height 0.2s, box-shadow 0.2s;
}
.cd-stretchy-nav.nav-is-visible {
  pointer-events: auto;
}
.cd-stretchy-nav.nav-is-visible .stretchy-nav-bg {
  height: 100%;
  /* box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2); */
}

.cd-nav-trigger {
  position: absolute;
  z-index: 98;
  bottom: 0;
  right: 0;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #E74339;
  /* replace text with image */
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  pointer-events: auto;
}
.cd-nav-trigger span, .cd-nav-trigger span::after, .cd-nav-trigger span::before {
  /* this is the hamburger icon */
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #ffffff;
}
.cd-nav-trigger span {
  /* middle line of the hamburger icon */
  left: 50%;
  bottom: 50%;
  top: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-nav-trigger span::after, .cd-nav-trigger span::before {
  /* top and bottom lines of the hamburger icon */
  content: '';
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.cd-nav-trigger span::before {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.cd-nav-trigger span::after {
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
.no-touch .cd-nav-trigger:hover ~ .stretchy-nav-bg {
  /* box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2); */
}
.nav-is-visible .cd-nav-trigger span {
  background-color: transparent;
}
.nav-is-visible .cd-nav-trigger span::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-is-visible .cd-nav-trigger span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-stretchy-nav ul {
  position: relative;
  z-index: 97;
  padding: 15px 0 60px;
  visibility: hidden;
  -webkit-transition: visibility 0.3s;
  -moz-transition: visibility 0.3s;
  transition: visibility 0.3s;
  text-align: right;
}
.cd-stretchy-nav ul li{
  margin-bottom: 20px;
}
.cd-stretchy-nav ul a {
  position: relative;
  display: block;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /*line-height: 60px;*/
  padding: 0 calc(1em + 60px) 0 1em;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.4rem;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  /*background-color: #333;*/
}
.cd-stretchy-nav ul a span{
   border-radius: 12px;
   background-color: rgba(0, 0, 0, 0.6);
   padding: 5px 15px;
   display: inline;
   font-size: 13px;
   letter-spacing: 0;
   line-height: 1em;
   color: #fff;
}


.cd-stretchy-nav ul a::after {
  /* navigation item icons */
  content: '';
  position: absolute;
  height: 60px;
  width: 60px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  opacity: .8;
}
.cd-stretchy-nav ul a::before {
  /* line visible next to the active navigation item */
  content: '';
  position: absolute;
  width: 3px;
  height: 16px;
  top: 50%;
  right: 60px;
  -webkit-transform: translateX(3px) translateY(-50%) scaleY(0);
  -moz-transform: translateX(3px) translateY(-50%) scaleY(0);
  -ms-transform: translateX(3px) translateY(-50%) scaleY(0);
  -o-transform: translateX(3px) translateY(-50%) scaleY(0);
  transform: translateX(3px) translateY(-50%) scaleY(0);
  background-color: #0a9581;
}
.cd-stretchy-nav ul li:first-of-type a::after {
  /* change custom icon using image sprites */
  background: url(../img/socialMedia/line.svg) #4caf50 no-repeat center center;
  background-size: 30px 30px;
  border-radius: 50px;
}
.cd-stretchy-nav ul li:nth-of-type(2) a::after {
  background: url(../img/socialMedia/wechat.svg) #4caf50 no-repeat center center;
  background-size: 30px 30px;
  border-radius: 50px;
}
.cd-stretchy-nav ul li:nth-of-type(3) a::after {
  background: url(../img/socialMedia/phone.svg) #2298d0 no-repeat center center;
  background-size: 30px 30px;
  border-radius: 50px;
}

.cd-stretchy-nav ul span {
  /* navigation item labels */
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-25px);
  -moz-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  -o-transform: translateX(-25px);
  transform: translateX(-25px);
}

.cd-stretchy-nav.nav-is-visible ul {
  visibility: visible;
}
.cd-stretchy-nav.nav-is-visible ul a::after {
  /* navigation item icons */
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-animation: scaleIn 0.15s backwards;
  -moz-animation: scaleIn 0.15s backwards;
  animation: scaleIn 0.15s backwards;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-stretchy-nav.nav-is-visible ul a.active {
  color: #ffffff;
}
.cd-stretchy-nav.nav-is-visible ul a.active::after {
  opacity: 1;
}
.cd-stretchy-nav.nav-is-visible ul a.active::before {
  -webkit-transform: translateX(3px) translateY(-50%) scaleY(1);
  -moz-transform: translateX(3px) translateY(-50%) scaleY(1);
  -ms-transform: translateX(3px) translateY(-50%) scaleY(1);
  -o-transform: translateX(3px) translateY(-50%) scaleY(1);
  transform: translateX(3px) translateY(-50%) scaleY(1);
  -webkit-transition: -webkit-transform 0.15s 0.3s;
  -moz-transition: -moz-transform 0.15s 0.3s;
  transition: transform 0.15s 0.3s;
}
.cd-stretchy-nav.nav-is-visible ul span {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: slideIn 0.15s backwards;
  -moz-animation: slideIn 0.15s backwards;
  animation: slideIn 0.15s backwards;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover {
  color: #ffffff;
}
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover::after {
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
/*滑鼠滑過  文字向左移*/
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover span {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}
.cd-stretchy-nav.nav-is-visible ul li:first-of-type a::after,
.cd-stretchy-nav.nav-is-visible ul li:first-of-type span {
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(2) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(2) span {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(3) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(3) span {
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  animation-delay: 0.05s;
}


/* -------------------------------- 

add-content navigation style

-------------------------------- */
.cd-stretchy-nav.add-content {
  bottom: 50px;
  top: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
}
.cd-stretchy-nav.add-content .stretchy-nav-bg {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #8ac57f;
  -webkit-transition: width 0.2s, box-shadow 0.2s;
  -moz-transition: width 0.2s, box-shadow 0.2s;
  transition: width 0.2s, box-shadow 0.2s;
}
.cd-stretchy-nav.add-content.nav-is-visible .stretchy-nav-bg {
  width: 100%;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}

.cd-stretchy-nav.add-content .cd-nav-trigger {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #9acd91;
}
.cd-stretchy-nav.add-content .cd-nav-trigger span {
  background-color: transparent;
}
.cd-stretchy-nav.add-content .cd-nav-trigger span::before {
  /* used to create the plus icon */
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cd-stretchy-nav.add-content .cd-nav-trigger span::after {
  /* used to create the plus icon */
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.cd-stretchy-nav.add-content.nav-is-visible .cd-nav-trigger {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}
.cd-stretchy-nav.add-content.nav-is-visible .cd-nav-trigger span::before {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.cd-stretchy-nav.add-content.nav-is-visible .cd-nav-trigger span::after {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.cd-stretchy-nav.add-content ul {
  padding-bottom: 0;
}
.cd-stretchy-nav.add-content ul::after {
  clear: both;
  content: "";
  display: table;
}
.cd-stretchy-nav.add-content ul li {
  display: inline-block;
  float: left;
  width: 60px;
}
.cd-stretchy-nav.add-content ul li:nth-of-type(2) {
  /* space occupied by the navigation trigger */
  margin-right: 60px;
}
.cd-stretchy-nav.add-content ul a {
  padding: 0;
  height: 60px;
  width: 100%;
}
.cd-stretchy-nav.add-content ul a::after {
  bottom: 50%;
  left: 22px;
  right: auto;
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  background-image: url(../img/cd-sprite-2.svg);
}
.cd-stretchy-nav.add-content ul li:first-of-type a::after {
  background-position: -16px 0px;
}
.cd-stretchy-nav.add-content ul li:nth-of-type(2) a::after {
  background-position: 0px 0px;
}
.cd-stretchy-nav.add-content ul li:nth-of-type(3) a::after {
  background-position: -48px 0px;
}
.cd-stretchy-nav.add-content ul li:nth-of-type(4) a::after {
  background-position: -32px 0px;
}
.cd-stretchy-nav.add-content ul li:first-of-type a::after,
.cd-stretchy-nav.add-content ul li:nth-of-type(4) a::after {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.cd-stretchy-nav.add-content ul li:nth-of-type(2) a::after,
.cd-stretchy-nav.add-content ul li:nth-of-type(3) a::after {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.cd-stretchy-nav.add-content.nav-is-visible ul a::after {
  -webkit-animation-name: scaleIn;
  -moz-animation-name: scaleIn;
  animation-name: scaleIn;
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.cd-stretchy-nav.add-content ul span {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  padding: 0.6em 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  -moz-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  /* reset default style */
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-stretchy-nav.add-content ul span::after {
  /* triangle below the tooltip */
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.8);
}

.cd-stretchy-nav.add-content.nav-is-visible ul span {
  /* reset default style */
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}

.no-touch .cd-stretchy-nav.add-content.nav-is-visible ul a:hover span {
  opacity: 1;
  visibility: visible;
  /* reset default style */
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

/* -------------------------------- 

edit content

-------------------------------- */
.cd-editable-content {
  /* used to wrap the image and the navigation */
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
}
.cd-editable-content img {
  display: block;
  border-radius: .25em;
}

.cd-stretchy-nav.edit-content {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.cd-stretchy-nav.edit-content .stretchy-nav-bg {
  height: 30px;
  width: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: none;
  -webkit-transition: background 0.2s, height 0.2s;
  -moz-transition: background 0.2s, height 0.2s;
  transition: background 0.2s, height 0.2s;
}
.cd-stretchy-nav.edit-content.nav-is-visible .stretchy-nav-bg {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* reset default style */
  box-shadow: none;
}

.cd-stretchy-nav.edit-content .cd-nav-trigger {
  height: 30px;
  width: 30px;
}
.cd-stretchy-nav.edit-content .cd-nav-trigger span {
  opacity: 0;
  background-color: transparent;
}
.cd-stretchy-nav.edit-content .cd-nav-trigger span::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-stretchy-nav.edit-content .cd-nav-trigger span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-stretchy-nav.edit-content .cd-nav-trigger span, .cd-stretchy-nav.edit-content .cd-nav-trigger span::before, .cd-stretchy-nav.edit-content .cd-nav-trigger span::after {
  /* used to create the 'X' icon when the navigation is open */
  width: 12px;
}
.cd-stretchy-nav.edit-content .cd-nav-trigger::after {
  /* edit icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  bottom: 50%;
  top: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-sprite-3.svg) no-repeat 0 0;
}
.cd-stretchy-nav.edit-content .cd-nav-trigger span, .cd-stretchy-nav.edit-content .cd-nav-trigger::after {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touch .cd-stretchy-nav.edit-content .cd-nav-trigger:hover ~ .stretchy-nav-bg {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.8);
}

.cd-stretchy-nav.edit-content.nav-is-visible .cd-nav-trigger span {
  opacity: 1;
}
.cd-stretchy-nav.edit-content.nav-is-visible .cd-nav-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-stretchy-nav.edit-content.nav-is-visible .cd-nav-trigger span::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-stretchy-nav.edit-content.nav-is-visible .cd-nav-trigger::after {
  /* hide edit icon */
  opacity: 0;
}

.cd-stretchy-nav.edit-content ul {
  padding-bottom: 30px;
}

.cd-stretchy-nav.edit-content ul a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
}
.cd-stretchy-nav.edit-content ul a::after {
  right: 7px;
  background-image: url(../img/cd-sprite-3.svg);
}

.cd-stretchy-nav.edit-content ul li:first-of-type a::after {
  background-position: -16px 0;
}

.cd-stretchy-nav.edit-content ul li:nth-of-type(2) a::after {
  background-position: -32px 0;
}

.cd-stretchy-nav.edit-content ul li:nth-of-type(3) a::after {
  background-position: -48px 0;
}

.cd-stretchy-nav.edit-content ul li:nth-of-type(4) a::after {
  background-position: -64px 0;
}

.cd-stretchy-nav.edit-content ul span {
  position: absolute;
  bottom: 0;
  right: 35px;
  height: 30px;
  line-height: 30px;
  padding: 0 1em;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  text-align: center;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  -moz-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.cd-stretchy-nav.edit-content ul span::after {
  /* triangle below the tooltip */
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.55);
}

.cd-stretchy-nav.edit-content.nav-is-visible ul span {
  /* reset default style */
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.no-touch .cd-stretchy-nav.edit-content.nav-is-visible ul a:hover span {
  opacity: 1;
  visibility: visible;
  /* reset default style */
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

/* -------------------------------- 

main content basic style

-------------------------------- */
.cd-main-content {
  position: relative;
  z-index: 98;
  min-height: 100vh;
  padding: 100px 0;
  background-color: #003c5d;
}

/* -------------------------------- 

keyframes

-------------------------------- */
@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
  }
}
@-moz-keyframes scaleIn {
  from {
    -moz-transform: translateY(-50%) scale(0);
  }
  to {
    -moz-transform: translateY(-50%) scale(1);
  }
}
@keyframes scaleIn {
  from {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
}
@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideIn {
  from {
    opacity: 0;
    -moz-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}


/**/
.line_img{ max-width: 300px; position: fixed; /* right: 30px; */ right: 80px; bottom: 50px; z-index: 0; border-radius: 5px; overflow: hidden; background-color: #fff; 
  box-shadow: 0 0 10px rgba(0, 0, 0, .7); opacity: 0; transform: translateY(0px); transition: 0.3s;}
.line_img h2{ background-color: #00c300; color: #fff; padding:15px; position: relative; margin:0; font-size: 15px;}
.line_img span{padding: 10px 15px; display: block;margin-top: 5px; text-align: center;}
.line_img img{ max-width: 100%; border:1px solid #ababab;}
.line_img a{ display: block; color:#6f6f6f; font-size: 18px;}
.line_img a:hover{ color: #3d3d3d; }
.line_img .text_area{ color: #666; padding:0 15px 15px; text-align: center; font-size: 15px; line-height: 1.5em; margin-bottom: 10px;}
.line_img .text_area h4{font-size: 18px; margin-bottom: 15px; margin:10px 0 0;}

.close_btn{ position: absolute; top: 2px; right: 2px; width: 40px; height: 40px; cursor: pointer; z-index: 99;}
.close_btn::after,.close_btn::before{ content: ''; display: block; width: 20px; height: 3px; background-color: #fff; position: absolute; top: 47%; right: 28%;opacity: .7;}
.close_btn::after{ transform: rotate(45deg);}
.close_btn::before{ transform: rotate(-45deg);}
.close_btn:hover::after,.close_btn:hover::before{ opacity: 1;}

.line_img.active{ opacity: 1;  z-index: 9999; transform: translateY(-15px); transition: 0.3s;}

/**/
.wechat_img{ max-width: 300px; position: fixed; /* right: 30px; */ right: 80px; bottom: 50px; z-index: 0; border-radius: 5px; overflow: hidden;background-color: #fff; 
  box-shadow: 0 0 10px rgba(0, 0, 0, .7); opacity: 0; transform: translateY(0px); transition: 0.3s;}
.wechat_img h2{ background-color: #05b157; color: #fff; padding:15px; position: relative; margin:0; font-size: 15px;}
.wechat_img span{padding: 10px 15px; display: block;margin-top: 5px;text-align: center;}
.wechat_img img{ max-width: 100%; border:1px solid #ababab;}
.wechat_img .text_area{ color: #666; padding:0 15px 15px; text-align: center; font-size: 15px; line-height: 1.5em; margin-bottom: 10px;}
.wechat_img .text_area h4{font-size: 18px; margin:10px 0 0;}

.wechat_img.active{ opacity: 1;  z-index: 9999; transform: translateY(-15px); transition: 0.3s;}

/**/
.telphone{ width: 250px; position: fixed; /* right: 30px; */ right: 80px; bottom: 50px; z-index: 0; border-radius: 5px; overflow: hidden;background-color: #fff; 
  box-shadow: 0 0 10px rgba(0, 0, 0, .7); opacity: 0; transform: translateY(0px); transition: 0.3s;}
.telphone h2{ background-color: #e74339; color: #fff; padding:15px; position: relative; margin:0; font-size: 15px;}
.telphone span{display: flex; align-items: center; justify-content: center; font-size: 25px; height: 150px; color:#6f6f6f; font-size: 18px;}
.telphone a{ display: block; color:#6f6f6f; font-size: 18px; }
.telphone a:hover{ color: #3d3d3d; }

.telphone.active{ opacity: 1;  z-index: 9999; transform: translateY(-15px); transition: 0.3s;}

@media (min-width: 681px){
/* 固定式MENU */
.stable-nav{ position: fixed; display: block; z-index: 9999; right: 22px; bottom: 22px;}
.stable-nav ul{ display: block; }
.stable-nav ul li{ width: 50px; height: 50px; display: flex; margin-bottom: 10px; padding: 13px; box-sizing: border-box; border-radius: 25px; opacity: 0.8; 
	cursor: pointer;}
.stable-nav ul li img{ width: 100%; }
.stable-nav ul li:hover{ opacity: 1; }
.stable-nav ul li:first-child{ background-color: #00c300}
.stable-nav ul li:nth-child(2){ background-color: #05b157}
.stable-nav ul li:nth-child(3){ background-color: #e74339}
}

@media (max-width: 680px){
.stable-nav{ position: fixed; display: block; z-index: 9999; right: 0; bottom: 0;background-color: rgba(255, 255, 255, .8); width: 100%; padding:8px;}
.stable-nav ul{ display: flex; align-items: center; justify-content: center; }
.stable-nav ul li{ width: 45px; height: 45px; margin:0 5px; display: flex; padding: 10px; box-sizing: border-box; border-radius: 25px; opacity: 0.8; 
	cursor: pointer;}
.stable-nav ul li img{ width: 100%; }
.stable-nav ul li:hover{ opacity: 1; }
.stable-nav ul li:first-child{ background-color: #00c300}
.stable-nav ul li:nth-child(2){ background-color: #05b157}
.stable-nav ul li:nth-child(3){ background-color: #e74339}

.telphone{ right:calc(50% - 125px); }
.wechat_img,.line_img{ width: 250px; right:calc(50% - 125px);}
.line_img .text_area{ display: flex; padding: 0; margin: 5px 0 15px; justify-content: center; align-items: center;}
.line_img .text_area h4{ margin: 0; text-transform: none;}
}