@charset "utf-8";
/*
/* 
 * HTML5 ✰ 模板
 *
 *
 * ==|== 標準化 ==========================================================
 */


/* =============================================================================
   HTML5 顯示定義
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   基底
   ========================================================================== */


html { font-size:100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body {
	margin: 0;
	background-attachment: fixed;
}

body, button, input, select, textarea { font-family: sans-serif; color: #222; }
/* 
 * 移除選取範圍標示中的文字陰影: h5bp.com/i
 * 這些選取範圍宣告必須有所區別
 * 另外: 暗粉紅！(或自訂背景顏色以符合您的設計)
 */

/* Dreamweaver: 如果您想要自訂選取範圍標示，請將這些取消註解
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */
 
 /* =============================================================================
  鑲入字型
   ========================================================================== */
@font-face{font-family:'special-ui-font';src:url('fonts/special-ui-font.eot');src:url('fonts/special-ui-font.eot?#iefix') format('embedded-opentype'),url('fonts/special-ui-font.svg#special-ui-font') format('svg'),url('fonts/special-ui-font.woff') format('woff'),url('fonts/special-ui-font.ttf') format('truetype');font-weight:normal;font-style:normal;}
.spe-ui-font-family{font-family:'special-ui-font';font-style:normal;speak:none;font-weight:normal;-webkit-font-smoothing:antialiased;}
[class^="spe-ui-font-"]:before,[class*=" spe-ui-font-"]:before{font-family:'special-ui-font';font-style:normal;speak:none;font-weight:normal;-webkit-font-smoothing:antialiased;}
[data-icon]:before{font-family:'special-ui-font';font-style:normal;speak:none;font-weight:normal;-webkit-font-smoothing:antialiased;content:attr(data-icon);}
 
 /* =============================================================================
   基本版面
   ========================================================================== */
hgroup,h1 ,h2{
	display:block;
}

header {
	/*固定*/
	width: 100%;
	top: 0;
	position: fixed;
	z-index: 5;
	*position: relative;
    *z-index: 5;
	*height:75px;
	_position: absolute; /* position fixed for IE6 */
   _top:expression(documentElement.scrollTop+"px");
	/*固定end*/
	background-color: #1a1a1a;
	display: block;
}

header nav ul li a {
	color: #FFF;
}




.whitebg{
	width: 100%;
	clear: both;
	float: left;
}



.gridContainer{
	background-color: white\9;
	background-color: rgba(252,252,252,0.95);
	*background-color:#f7f7f7;

}


#sort{
	max-width: 100%;
	font-family: Arial;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;

}

#sortBox{
	
	max-width: 100%;
	font-family: Arial;
	font-size: 75%;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	margin-right: 10px;	
	letter-spacing: 2px;
}

#sort span{

	font-family: "微軟正黑體", Arial;
	font-size: 85%;
	display: inline-block;
	margin-right: 10px;
	letter-spacing: 1px;

}


.gridContainer section a{
	color: #3B3B3B;
	text-decoration: underline;
}

.gridContainer section a:hover{
	color: #999;
	
}

/*news*/
/*news index-1*/
#news .entry-header {
	width: 100%;
	background-color: transparent;
	border-style: solid;
	border-width: 1px 0;
	display: table;
	margin: 0 0 36px;
	height: auto;
	padding: 15px 0;
	box-shadow: none;
	border-color: #CCCCCC;
}


#news p {
/*display: block;*/
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}



#news .entry-more-link, .entry-meta {
display: table-cell;
vertical-align: middle;
}

#news h1 a{
color: #000;
}


/*news index-2 section*/

#news .author-name a {
	color: #333;
	text-decoration: underline;
}


/*news index-2 footer pagination*/
#news .entry-footer {
	width: 100%;
	margin: 0;
	padding: 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	letter-spacing: 0px;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	line-height: 1.6em;
	color: #999;
}
#news .entry-footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E7E7E7;
	background-color: transparent;
}

#news .entry-footer .outer-wrapper {
	max-width: 960px;
	/* [disabled]padding: 0 8%; */
	margin: 0 auto;
}

#news .entry-footer .wrapper {
width: 100%;
margin: 0 auto;
display: table;
}


#news .pagination a{
	color: #5B4E44;
}

#news .pagination .newer, .pagination .older {
display: inline-block;
}

#news .pagination .newer.mute, .pagination .older.mute {
	color: rgba(102,102,102,0.5);
}

#news .pagination .newer:first-child:before, .pagination .older:first-child:before {
content: '';
padding: 0;
}
#news .pagination .newer:before, .pagination .older:before {
content: '/';
padding: 0 10px 0 8px;
color: rgba(153, 153, 153, .5) !important;
}

/*news font-size*/
#news .entry-header {
	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 .cf:before, .cf:after {
content: " ";
display: table;
}
#news Pseudo ::after element
.cf:after {
clear: both;
}
#news .cf:before, .cf:after {
content: " ";
display: table;
}


#news .entry-actions {
font-family: Arial, Georgia, serif;
font-size: .95em;
line-height: 1.6em;
letter-spacing: 0px;
font-weight: 400;
font-style: normal;
margin-top: 1em;
color: #999;
}

/*news link*/
#news .entry-header a{
text-decoration: none;

}

#news .entry-title a{
text-decoration: none;

}

#news .entry-content a{
	color: #666;
}

.entry-more-link a {
	display: inline-block;
	color: #666;
	text-decoration: none;
}

.entry-more-link a:hover {
	color: #999;
	text-decoration: none;
}

/*.entry-more-link a:hover:before {
  content: "View Post →";
}
.entry-more-link a:before {
  content: "View Post →";/
  display: inline-block;
}*/

.entry-more-link:before {
  font-family: 'special-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "View Post →";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.entry-more-link:before {
  

}
.entry-more-link:before {
  text-align: center;
}
.entry-more-link span {
	
	display: none;
	*display: block;

}
.entry-more-link:hover span {
  display: block;
}
.entry-more-link:hover:before {
  display: none;
}


/*album*/
/*album index-1*/

#album .album-block-content {
	width: 25%;
	margin: 0px;
	padding: 1em;
	margin-bottom: 2em;
	margin-left: 0.8em;
	color: #666;
	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);
}

#albums .album-block-content h4 a {
	font-weight: 400;
	color: #000;
	text-decoration: none;
}

#albums .album-block-content h4 a:hover {
	color: #DADADA;
}





/*album index-2*/

#album hgroup {
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	float: none;
	position: static;
	height: auto;
}


#album hgroup  h1{
	font-size: 130%;
	text-align: center;
	color: #000000;
	font-family: "微軟正黑體", Arial;
	line-height: 120%;
	letter-spacing: 5px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: 100;
	padding-top: 5px;
	padding-bottom: 10px;
}

#album hgroup  h2 {
	font-size: 75%;
	text-align: center;
	color: #606163;
	font-family: "Times New Roman", Times, serif;
	line-height: 150%;
	letter-spacing: 5px;
	margin-top: 20px;
	font-weight: 100;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: center bottom;
	float: none;
	background-color: transparent;
}


/*page goback*/
.back {
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: Verdana, "微軟正黑體", Arial;
	font-size: 85%;
	line-height: 150%;
	
}

.back a {
	color: #333;
	text-decoration:none;
}
.back a:hover {
	color: #999;
}


/*faq*/
#faq .faq-block-content{
	text-align: left;
	display: block;
}

#faq .faq-block-content h3{
	text-align: left;
	font-size: 1.5em;
	line-height: 1.6em;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0px;
	font-weight: 600;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bebebe;
	padding-bottom: 1em;
	padding-top: 0.6em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bebebe;
}

#faq .faq-content{
	line-height: 5em;
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	padding-top: 1em;
	padding-bottom: 1em;

}

#faq .faq-block-content a{
	text-decoration: none;
	color: #333333;
}

#faq .faq-block-content a:hover{
	text-decoration: underline;
	color: #999;
}


/*contact*/
#contact #map{
		width:100%;
        height: 350px;
        margin: 0px;
        padding: 0px


}


#contact .contact-block {
	width: 100%;
	padding-top: 3em;
	padding-bottom: 3em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d5d5d5;
	border-bottom-color: #d5d5d5;
	display: block;
}



#contact .contact-block-content {
	width: 100%;
	display: block;
	margin-bottom:50px;
}

#contact .contact-block-content h2{
	font-size: 170%;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
	line-height: 150%;
	margin-top: 0px;
}

#contact .contact-content{
	line-height: 5em;
	color: #333;
}
/*#contact #faq .form-wrapper*/
.form-wrapper .field-list .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.25em;
	text-transform: none;
	font-size: 16px;
	line-height: 1em;
	/* [disabled]text-transform: uppercase; */
	letter-spacing: 0px;
	font-weight: 400;
	font-style: normal;
	color: #666;
}
.form-wrapper .field-list .fields.name .field {
width: 48%;
}
.form-wrapper .field-list .fields .field {
float: left;
}


.form-wrapper .field-list .first-name, .form-wrapper .field-list .last-name{
	float:left;
	width: 48%;
}


.field-list .fields .field{
margin-left: 2%;
}

.form-wrapper .field-list .field {
margin: 0 0 24px;
}

.form-wrapper .field-list {
line-height: normal;
}

.form-wrapper .field-list legend {
  margin: 0;
  padding: 0;
  border: 0;
}
.form-wrapper .field-list legend {
  display: none;
}

.form-wrapper .field-list textarea {
  min-height: 100px;
  resize: vertical;
}
.form-wrapper .field-list textarea.medium {
  min-height: 200px;
}
.form-wrapper .field-list textarea.large {
  min-height: 300px;
}


.form-wrapper .field-list .field .caption {
	font-size: 12px;
	color: #666;
}

.form-wrapper .field-list .field .caption .field-element {
  font-size: 14px;
}
.form-wrapper .field-list .field .field-element {
  width: 100%;
  padding: 12px;
  margin: 6px 0 4px;
  border: 1px solid #ccc;
  background: #fafafa;
  font-family: sans-serif;
  font-size: 12px;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.form-wrapper .field-list .field .field-element:focus {
  background: #fff;
  -webkit-transition: background .1s ease-in;
  -moz-transition: background .1s ease-in;
  -o-transition: background .1s ease-in;
  transition: background .1s ease-in;
  outline: none;
}
.form-wrapper .field-list .field select {
	max-width: 100%;
	border: 1px solid #ccc;
	background: #fafafa;
	padding: 5px;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}

.form-wrapper .field-list .field .prefix {
  position: absolute;
  bottom: 9px;
  left: 8px;
  color: #aaa;
  font-family: sans-serif;
  font-size: 14px;
  line-height: normal;
}
.form-wrapper .field-list .field.twitter .field-element {
  padding-left: 22px;
}
.form-wrapper .field-list .field.currency.hassymbol .field-element {
  padding-left: 20px;
}
.form-wrapper .field-list .field.website .field-element {
  padding-left: 40px;
}
/*.form-wrapper .field-list .field.checkbox label,
.form-wrapper .field-list .field.radio label {
  cursor: pointer;
}
.form-wrapper .field-list .field.checkbox input,
.form-wrapper .field-list .field.radio input {
  margin-right: 5px;
}*/
.form-wrapper .field-list .field .option {
  margin: 6px 0 4px;
  font-size: 13px;
}
.form-wrapper .field-list .field.likert .item {
  overflow: hidden;
  margin: 1.6em 0 1.6em 0;
}
.form-wrapper .field-list .field.likert .question {
  margin: 0 0 .5em 0;
  font-size: .9em;
}
.form-wrapper .field-list .field.likert .option {
  width: 20%;
  float: left;
  text-align: left;
  border-top: 1px solid #ddd;
}
.form-wrapper .field-list .field.likert .option label {
  margin: 0;
  padding: 0 0 0 1px;
  font-size: .9em;
  display: block;
  cursor: pointer;
}
.form-wrapper .field-list .field.likert .option input {
  margin: 10px 0;
  display: block;
}
.form-wrapper .field-list .field.likert .option:last-of-type {
  border-right: none;
}
.form-wrapper .field-list .fields {
  margin: 0 0 0 -2%;
}
.form-wrapper .field-list .fields .title,
.form-wrapper .field-list .fields .description,
.form-wrapper .field-list .fields .field,
.form-wrapper .field-list .fields .field-error {
  margin-left: 2%;
}
.form-wrapper .field-list .fields .field {
  float: left;
}
.form-wrapper .field-list .fields .field.two-digits {
  width: 3.5em;
}
.form-wrapper .field-list .fields .field.three-digits {
  width: 4.2em;
}
.form-wrapper .field-list .fields .field.four-digits {
  width: 4.8em;
}
.form-wrapper .field-list .fields .field.ampm {
  width: 4.5em;
}
.form-wrapper .field-list .fields.name .field {
  width: 48%;
}
.form-wrapper .field-list .fields.address .field.address1,
.form-wrapper .field-list .fields.address .field.address2 {
  width: 98%;
}


/*#menu*/

/*
 * Menu Block
 */
.menu-block .menu-selector {
  margin-bottom: 3em;
}
.menu-block .menu-selector label {
  display: inline-block;
  padding: 0 .5em;
}
.menu-block .menu-select-button {
  display: none;
}
.menu-block .menu-header {
  margin-bottom: 2em;
}
.menu-block .menu-section {
  margin-top: 2em;
}
.menu-block .menu-section-header {
  margin-bottom: 2em;
}
.menu-block .menu-section-title {
  font-size: 1.2em;
}
.menu-block .menu-section-description {
  font-size: .85em;
}
.menu-block .menu-item {
  margin-bottom: 2em;
  margin-top: 0;
}
.menu-block .menu-item-title {
  font-size: 1em;
  font-weight: 700;
}
.menu-block .menu-item-option {
  font-size: .8em;
  font-style: italic;
}
.menu-block .menu-style-classic .menu-selector,
.menu-block .menu-style-classic .menu-header,
.menu-block .menu-style-classic .menu-section-title,
.menu-block .menu-style-classic .menu-section-description {
  text-align: center;
}
.menu-block .menu-small-pic{
	 float: left;
	 margin-right: 0.5em;
	 width:71px;
	 display:block;
  
}
.menu-block .menu-small-block{
	width:100%;
	
}

.menu-block .menu-big-block{
	width:100%;

}
.menu-block .menu-big-pic{
	 float: left;
	 margin-bottom:1.5em;
	 margin-right: 2.5em;
	 width:50%;
  
}


.menu-block .menu-style-classic .menu-items {
  -webkit-column-width: 30em;
  -webkit-column-gap: 10em;
  -moz-column-width: 30em;
  -moz-column-gap: 10em;
  -ms-column-width: 30em;
  -ms-column-gap: 10em;
  -o-column-width: 30em;
  -o-column-gap: 10em;
  column-width: 30em;
  column-gap: 10em;
}

.menu-block .menu-style-classic .menu-items-detail {
  -webkit-column-width: 100%;
  -webkit-column-gap: 100em;
  -moz-column-width: 100%;
  -moz-column-gap: 100em;
  -ms-column-width: 100%;
  -ms-column-gap: 100em;
  -o-column-width: 100%;
  -o-column-gap: 100em;
  column-width: 100%;
  column-gap: 100em;
}
.menu-block .menu-style-classic .menu-item {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  break-inside: avoid;
  width: 100%;
}

.menu-block .menu-item-title a{
	text-decoration: none;
	color: #000;
}
.menu-block .menu-style-classic .menu-item-description {
  /*margin-right: 5em;*/
}
.menu-block .menu-style-classic .menu-item-price-top {
  float: right;
  padding-left: 3em;
}
.menu-block .menu-style-classic .menu-item-price-bottom {
  display: block;
}
.menu-block .menu-style-simple .menu-selector,
.menu-block .menu-style-simple .menu {
  text-align: center;
}
.menu-block .menu-style-simple .menu-item-price-top {
  display:block;
}

/* Menu Block */
.menu-block .menu-section-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
	font-size: 1.8em;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 2px;
	text-decoration: none;
	line-height: 1.2em;
	color: #16161d;
	margin-bottom: 2em;
}
.menu-block .menu-item-img{

	margin-top: 1em;
	width: 100%;
	margin-bottom: 2em;
	display:block;
}

.menu-block .menu-item-title,
.menu-block .menu-item-price-top,
.menu-block .menu-item-price-bottom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 17px;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 1px;
	text-decoration: none;
	margin: 0 0 .5em;
	line-height: 1.2em;
	color: #16161d;
}
.menu-block .menu-item-description {
  line-height: 1.4;
}
.menu-block .menu-item {
  margin-bottom: 3em;
}

/*reservation*/
#reservation .reservation-block-conent{
	width: 100%;
	margin-bottom: 3em;

}

#reservation h2{
	width: 100%;
	font-size: 160%;
	line-height: 2em;
	margin-top: 0px;
	
}

#reservation .reservation-conent{

	line-height: 3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A8A8A8;
	color: #706f6f;
	margin-top: 2em;
	margin-bottom: 2em;
	padding-bottom: 1.5em;
}



#reservation .reservation-block-conent ul{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#reservation .reservation-block-conent ul li{
	list-style-type: decimal;
	list-style-position: inside;
	line-height: 180%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A8A8A8;
	color: #706f6f;
	margin-top: 2em;
	margin-bottom: 2em;
	padding-bottom: 1.5em;
}




.button {
	-moz-border-radius: 10px !important;
	-o-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
	background-image: none !important;
	border: none;
	background-color: #008daa !important;
	padding: 20px 30px !important;
	font-size: 18px !important;
	color: #ffffff !important;
	text-shadow: none !important;
	text-transform: uppercase !important;
	box-shadow: none !important;
	font-family: "微軟正黑體", Arial !important;
	margin-top: 0 !important;
	list-style-position: inside;
}

.button {
	background-color: #007991 !important;
}


/*page*/
#page {
	float: left;
	width: 100%;
	text-align: center;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-top: 5px;
	margin-bottom: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#page a {
	margin-right: 5px;
	border: 1px solid #cccccc;
	background-color: #FFF;
	text-decoration: none;
	color: #333333;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 5px;
}
#page a:hover, page a:active {
	padding: 5px;
	margin-right: 5px;
	border: 1px solid #999999;
	color: #000000;
	margin-left: 5px;
}
.current1 {
	padding: 5px;
	margin-right: 2px;
	border: 1px solid #999999;
	font-weight: normal;
	background-color: #CCCCCC;
	color: #333333;
}
.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #cccccc;
	color: #ccc;
}

/*footer*/
footer{
	text-align: center;
	position: fixed;
	bottom: 0;
	_position: absolute; /* position fixed for IE6 */
    *position: static;

  _top:expression(documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-4);
	z-index: 2;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	color: #999;
	vertical-align: middle;
	clear: both;
	width: 98%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
}

footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #CCC;
	letter-spacing: 0.2em;
	line-height: 250%;
}
footer h3 {
	font-family: "微軟正黑體", Arial, "新細明體";
	font-size: 120%;
	line-height: 1.2em;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 600;
	font-style: normal;
	color: #fff;
} 





copyright {
	color: #CCC;
	
	width: 100%;
	padding-right: 1em;
	padding-left: 10px;
	letter-spacing: 0.1em;
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.store-block-content p {
	color: #FFF;

}

#page-top {
	padding-left:1px;
	background-image: url(../img/common/page-top.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
		line-height: 150%;

}

/*footer link*/
#page-top a{
	background-image: url(img/common/page-top.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 51px;
	display: block;
	color: #000;
	text-decoration: none;

}

footer .copylinks a{
	font-weight: normal;
	color: #CCC;
	letter-spacing: 0.2em;
	text-decoration: none;
}


footer .store-block-content a{
	color: #FFF;
	text-decoration: none;
}


footer .store-block-content a:hover{
	color: #CCC;
}



/*like btn*/

.my-like {
	background-image: url(../img/common/like-no.png) !important;
	height: 20px;
	width: 24px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 110%;
	padding-top: 4px;
	font-weight: bold;
}
.my-liked, .my-like:hover {
	background-image: url(../img/common/like.png) !important;
	height: 20px;
	width: 24px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 28px;
	padding-top: 4px;
	font-size: 110%;
	font-weight: bold;
	color: #666;
}

 /* =============================================================================
  	h1-h4， article文字大小
   ========================================================================== */

 h1,h2,h4 {
	color: #16161d;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding: 0px;
	margin-top: 0.5em;
}

h1 {
	font-family: "微軟正黑體", Arial, "新細明體";
  	text-transform: uppercase;
  	text-decoration: none;
  	letter-spacing: 1px;
  	font-weight: 600;
  	font-style: normal;
}
h2 {
  font-family: "微軟正黑體", Arial, "新細明體";

  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: normal;
}  

h3 {
	font-family: "微軟正黑體", Arial, "新細明體";
	font-size: 150%;
	line-height: 1.2em;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 500;
	font-style: normal;
	color: #000;
}  


h4{
  font-family: "微軟正黑體", Arial, "新細明體";
  font-size:150%;
  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: normal;
}


section h1 {
	font-size: 150%;
}



section h2 {
	
	font-size: 120%;
}

section h3 {
	
	font-size: 150%;
	text-align: center;
}


article{
font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333;
	letter-spacing: 0.2em;
	line-height: 250%;

}


/* =============================================================================
 Water fall anime css3  Transitions 
   ========================================================================== */



			.masonry,
			.masonry .masonry-brick {
				-webkit-transition-duration: 0.6s;
					 -moz-transition-duration: 0.6s;
						 -o-transition-duration: 0.6s;
								transition-duration: 0.6s;
			}

			.masonry {
				-webkit-transition-property: height, width;
					 -moz-transition-property: height, width;
						 -o-transition-property: height, width;
								transition-property: height, width;
			}

			.masonry .masonry-brick {
				-webkit-transition-property: left, right, top;
					 -moz-transition-property: left, right, top;
						 -o-transition-property: left, right, top;
								transition-property: left, right, top;
			}



/* =============================================================================
   連結
   ========================================================================== */


a {
	color: #FFF;
	text-decoration: none;
}
/*
a:visited {
	color: #FFCC33;
}*/

a:hover {
	color: #ffd675;
	text-decoration: none;
}
a, a:hover {
-o-transition: color 0.25s ease-in;
-webkit-transition: color 0.25s ease-in;
-moz-transition: color 0.25s ease-in;
transition: color 0.25s ease-in;
}
a:focus {
	outline: none;

}

/* 改善當停留並將焦點放在所有瀏覽器時的可讀性: h5bp.com/h */
a:hover, a:active { outline: 0; }



/* =============================================================================
   印刷樣式
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* 重新宣告固定寬度字體系列: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* 改善所有瀏覽器中預先格式化之文字的可讀性 */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* 放置下標字和上標字內容，而不影響行高: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   清單
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   內嵌內容
   ========================================================================== */

/*
 * 1. 改善在 IE7 中縮放時的影像品質: h5bp.com/d
 * 2. 移除影像容器上影像與邊框之間的間隙: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * 修正 IE9 中未隱藏的溢位 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   圖表
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   表單
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 表示「label」會將焦點移至相關聯的表單元素 */
label { cursor: pointer; }

/* 
 * 1. 修正 IE6/7/8/9 中非繼承的顏色 
 * 2. 修正 IE6/7 中顯示異常的對齊 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. 修正所有瀏覽器中非繼承的字體大小
 * 2. 移除 FF3/4 S5 Chrome 中的邊界
 * 3. 在所有瀏覽器中定義一致的垂直對齊顯示
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. 將行高定義為一般，以符合 FF3/4 (使用 UA 樣式表中的 !important 來設定)
 * 2. 修正 IE6/7 中顯示異常的內部間距
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 在「table」中重新加入內部間距，以避免 IE6/7 中的重疊和空白問題
 */

table button, table input { *overflow: auto; }

/*
 * 1. 顯示手掌游標，表示可點選的表單元素
 * 2. 允許 iOS 中可點選之表單元素的樣式
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * 一致的方塊大小和外觀
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * 移除 FF3/4 中的內部內距和邊框: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. 移除 IE6/7/8/9 中的預設垂直捲軸 
 * 2. 僅允許垂直調整大小
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* 表單有效性的色彩 */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   表格
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== 主要樣式 =====================================================
   作者: 
   ========================================================================== */
















/* ==|== 非語意的 helper 類別 ========================================
   在進入此區段之前，請先定義您的樣式。
   ========================================================================== */

/* 用於影像取代 */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* 同時在螢幕讀取器和瀏覽器中隱藏: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* 僅垂直隱藏，但在螢幕讀取器中提供使用: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* 擴充 .visuallyhidden 類別，以允許元素可在透過鍵盤瀏覽時取得焦點: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* 垂直隱藏且在螢幕讀取器中隱藏，但保留版面 */
.invisible { visibility: hidden; }

/* 包含浮動: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== 列印樣式 =======================================================
   列印樣式。
   已內嵌，以避免必要的 HTTP 連線: h5bp.com/r
   ========================================================================== */
 
 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* 黑色的列印速度更快: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* 不要顯示影像的連結或 javascript/內部連結 */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
@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;
	margin-top: 0em;

}


footer span {
	display: none;
}

#store {
	clear: both;
	/* [disabled]float: left; */
	width: 100%;

	display: block;
	margin: 0px;
}




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

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

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

.gridContainer section {
	display: block;
	clear: both;

	width: 95%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #858383;
	padding-top: 1.5em;
	padding-bottom: 2em;
	padding-left: 2.5%;
	padding-right: 2.5%;
	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;
}

.thumb-image a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: #f1f1f1;
}

#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 .album_detail_style{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#album .gallery-block-content{
	width: 100%;
	margin: 0;
	padding: 0 15px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
	box-sizing: border-box;
}

#album .gallery-block-content dd {
	padding: 0px;
	margin: 0 0 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#album .gallery-block-content dd a{
	display: flex;
	width: 200px;
	height: 133px;
	align-items: center;
	justify-content: center;
}
#album .gallery-block-content dd img {
	max-width: 100%;
	min-height: 100%;
	background-color: #FFF;
	padding: 5px;
	box-shadow: 2px 2px 3px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	box-sizing: border-box;
}
#album .gallery-block-content dd.title_st{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: center;
	height: 40px;
	line-height: 1.5em;
}

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


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

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

	#sort {

		text-align: right;
	}

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



	.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%;
		color: #FFFFFF;
	}

	hgroup h2 {
		font-family: "微軟正黑體", Arial, "新細明體";
		font-size: 100%;
		text-align: right;
		padding: 10px;
		background-color: rgba(255, 255, 255, .6);
		background-color: white\9;
		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%;
		background-attachment: fixed;
		/* [disabled]top: 1550px; */
		background-repeat: no-repeat;
		background-position: top center;
		background-color: rgb(204, 204, 204)\9;
		clear: both;
		float: left;
		padding-top: 50px;
		padding-bottom: 50px;
	}




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

	.gridContainer section {
		display: block;
		clear: both;
		float: left;
		width: 99%;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #858383;
		padding-top: 1.5em;
		padding-bottom: 2em;
		padding-left: 0.5%;
		padding-right: 0.5%;
		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 {
		/* [disabled]float: left; */
		width: 45%;
		/* [disabled]background-color: #F90; */
		margin: 0px;
		padding: 0.5em;
		margin-bottom: 0.5em;
		margin-left: 1em;
		/*
		margin-right: 0.5em;*/
	}

	.thumb-image {
		width: 100%;
		margin-bottom: 20px;
		overflow: hidden;
		height: calc((986px / 4) - 1.2em - 2em - 8px);
	}

	#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: 43%;
		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 .album-block-content h4 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		height: 50px;
	}


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

	#album .gallery-block-content{
		width: 50%;
	}
	

	.thumb-image{
		height: calc((570px / 2) - 1.2em - 2em - 8px);
    }

	#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;
		margin-bottom: 1.5em;
		margin-right: 2.5em;
		width: 40%;

	}

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

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

	}

}

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



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


	#service .block-content {
		/* [disabled]float: left; */
		width: 45%;
		/* [disabled]background-color: #F90; */
		margin: 0px;
		padding: 0.5em;
		margin-bottom: 0.5em;
		margin-left: 1em;
		/*
	margin-right: 0.5em;*/
	}


	.thumb-image {
		width: 100%;
		margin-bottom: 20px;
		overflow: hidden;
		height: calc((986px / 4) - 1.2em - 2em - 8px);
	}

	#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: 28.8%;
		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{
		width: 33.33333%;
	}	

	.thumb-image{
		height: calc((800px / 3) - 1em - 1.6em - 16px);
	}


	#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%;

	}
}

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

@media only screen and (min-width: 1000px) {
	.gridContainer {
		width: 88.2%;
		max-width: 996px;
		padding-left: 0.9%;
		padding-right: 0.9%;

		margin: auto;
		padding-top: 2em;
		padding-bottom: 2em;
		margin-top: 3em;
	}

	footer span {
		display: inline-block;
	}

	#store {
		clear: both;
		/* [disabled]float: left; */
		width: 95%;
		padding: 2em;
		display: block;
		margin: 0px;
	}

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


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

	.gridContainer section {
		display: block;
		clear: both;
		float: left;
		width: 99%;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #858383;
		padding-top: 1.5em;
		padding-bottom: 2em;
		padding-left: 0.5%;
		padding-right: 0.5%;
		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: 45%;
		/* [disabled]background-color: #F90; */
		margin: 0px;
		padding: 0.5em;
		margin-bottom: 0.5em;
		margin-left: 1em;
		/*
	margin-right: 0.5em;*/
	}

	.thumb-image {
		width: 100%;
		margin-bottom: 20px;
		overflow: hidden;		
		height: calc((986px / 4) - 1.2em - 2em - 8px);
	}


	#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 .gallery-block-content{
		width: 25%;
	}


	/*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;		
		width: 100%;
		line-height: 180%;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 0px;
	} */


	#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%;

	}

}

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

