@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: 1.5em;
	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;
	/* [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;
}

.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: 1.5em;
	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;
	/* [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%;

}

.add-to-cart-button-wrapper .add-to-cart-button {
	
	max-width: 140px;


}

.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%;

}
}



@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;
}

.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: 2em;
	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;
	/* [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%;

}
.add-to-cart-button-wrapper .add-to-cart-button {

	width: 170px;
	
}


}

@charset "utf-8";
/* CSS Document */
/*header_bg*/

header {
	background-color: #fafafa;
}
/*Menu*/
header nav ul li a {
	color: #1F578D;
}


header nav ul li a:hover,
header nav li.current_page_item a,
header nav li.current-menu-item a,
header nav li.current_page_ancestor a,
header nav li.current_page_parent a,
header nav li.current-post-ancestor a,
header nav li.current-page-ancestor
a{
	color: #5BABCF;
}


/*slider*/
.bx-wrapper .bx-caption{

	text-decoration: none;	
	color: #FFF;
	background: #069;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#069), to(#069));
	background: -webkit-linear-gradient(#069, #069);
	background: -moz-linear-gradient(#069, #069);
	background: -ms-linear-gradient(#069, #069);
	background: -o-linear-gradient(#069, #069);
	background: linear-gradient(#069, #069);
	-pie-background: linear-gradient(#069, #069);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0.3em;
	display: block;
	*behavior: url(corner/PIE.php);
}


.bx-wrapper .bx-prev{
	color: #FFF;
	background: rgba(0,51,153,0.8);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,51,153,0.8)), to(rgba(0,51,153,0.8)));
	background: -webkit-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: -moz-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: -ms-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: -o-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	-pie-background: linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 110%;
	line-height: 180%;
	
	behavior: url(corner/PIE.php);
	}

.bx-wrapper .bx-prev:hover{

	background: rgba(0,51,153,0.5);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,51,153,0.5)), to(rgba(0,51,153,0.5)));
	background: -webkit-linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	background: -moz-linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	background: -ms-linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	background: -o-linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	background: linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	-pie-background: linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	behavior: url(corner/PIE.php);

	
}

.bx-wrapper .bx-next{
	color: #FFF;
	background: rgba(0,51,153,0.8);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,51,153,0.8)), to(rgba(0,51,153,0.8)));
	background: -webkit-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: -moz-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: -ms-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: -o-linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	background: linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	-pie-background: linear-gradient(rgba(0,51,153,0.8), rgba(0,51,153,0.8));
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 110%;
	line-height: 180%;	
	behavior: url(corner/PIE.php);

}
.bx-wrapper .bx-next:hover{
	background: rgba(0,51,153,0.5);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,51,153,0.5)), to(rgba(0,51,153,0.5)));
	background: -webkit-linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	background: -moz-linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	background: -ms-linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	background: -o-linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	background: linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	-pie-background: linear-gradient(rgba(0,51,153,0.5), rgba(0,51,153,0.5));
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	behavior: url(corner/PIE.php);

}

.more a{
	color: #115784;
}

.more a:hover{
	color: #1778B9;
}

/*h1-h4*/

 h2,h3 {
	color: #16161d;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding: 0px;
	margin-top: 0px;
}
section hgroup h2{
	color: #2b1731;
	float: left;
	padding-right: 0.5em;
	display: block;
	line-height: 105%;
}

section hgroup h3{
	color: #2b1731;
	font-size: 100%;
	font-weight: 300;
	float: left;
	display: block;
	line-height: 150%;
}
section h4 {
	color: #2B1731;
	line-height: 150%;
	font-weight: 400;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/*news*/
#news .block-content:hover{
	display: block;
	background-color: #E2F1F5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E2F1F5), to(#E2F1F5));
	background: -webkit-linear-gradient(#E2F1F5, #E2F1F5);
	background: -moz-linear-gradient(#E2F1F5, #E2F1F5);
	background: -ms-linear-gradient(#E2F1F5, #E2F1F5);
	background: -o-linear-gradient(#E2F1F5, #E2F1F5);
	background: linear-gradient(#E2F1F5, #E2F1F5);
	-pie-background: linear-gradient(#E2F1F5, #E2F1F5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(corner/PIE.php);
}


section h4 a{
	color: #115784;
	text-decoration: none;
}


section h4 a:hover{
	color: #1778B9;
	text-decoration: underline;
}

#page-top a{
	text-decoration: none;
	display: block;
	color: #FFF;
	background: #094485;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0094485), to(#094485));
	background: -webkit-linear-gradient(#094485, #094485);
	background: -moz-linear-gradient(#094485, #094485);
	background: -ms-linear-gradient(#094485, #069);
	background: -o-linear-gradient(#069, #094485);
	background: linear-gradient(#094485, #094485);
	-pie-background: linear-gradient(#094485, #094485);
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-family: "Courier New", Courier, monospace;
	font-size: 150%;
	height: 71px;
	width: 71px;
	line-height: 180%;
	padding: 0.5em;
	behavior: url(corner/PIE.php);
}


#page-top a:hover{

	background: #54A1EF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#54A1EF), to(#54A1EF));
	background: -webkit-linear-gradient(#54A1EF, #54A1EF);
	background: -moz-linear-gradient(#54A1EF, #54A1EF);
	background: -ms-linear-gradient(#54A1EF, #54A1EF);
	background: -o-linear-gradient(#54A1EF, #54A1EF);
	background: linear-gradient(#54A1EF, #54A1EF);
	-pie-background: linear-gradient(#54A1EF, #54A1EF);
	behavior: url(corner/PIE.php);
}
/*footer*/

.links-block{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #382238;
	margin-top: 1em;
}

footer {
	color: #637b8a;
}

footer p {
	color: #637b8a;
}



/*連結*/

a {
	color: #406C92;
	text-decoration: none;
}
/*a:visited {
	color: #1F578D;
}*/
a:hover { color: #115784; }


/*Menu sub*/
@media only screen and (min-width: 681px) {
.sf-menu li ul li {
	background-color: #F1F1F1;
}

.sf-menu li ul li a{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	border-top-color: rgba(204,204,204,0.5);
	*border-top-color: #E0E0E0;

	color: #2B7D93;
}


.sf-menu li ul li a:hover{
	color: #5899B3;
}
}


/*scroll*/
.scroll-arrow {
	color: #CCC;
}

.scroll-arrow a{
	color: #CCC;
}


/*nav*/

nav#dot li a{

	border: 2px solid #2B7D93;
	background: #2B7D93;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2B7D93), to(#2B7D93));
	background: -webkit-linear-gradient(#2B7D93, #2B7D93);
	background: -moz-linear-gradient(#2B7D93, #2B7D93);
	background: -ms-linear-gradient(#2B7D93, #2B7D93);
	background: -o-linear-gradient(#2B7D93, #2B7D93);
	background: linear-gradient(#2B7D93, #2B7D93);
	-pie-background: linear-gradient(#2B7D93, #2B7D93);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

nav#dot a:hover, #dot a.active {
	background:transparent;
	border: 2px solid #2B7D93;
}


nav#dot h1 {
	color: #fff;
	background-position: 100% 50%;
	background-color: transparent;
	background-image: url(img/index/nav-arrow.png);
	background-repeat: no-repeat;
	}


/*footer*/
footer{
	background-color:transparent;
	display: block;
}
