charset "utf-8";
/* CSS Document */

* {
	font-family: 微軟正黑體, Microsoft JhengHei, sans-serif, Arial, Helvetica;
}
body, h1, h2, h3, h4, h5, h6, a, p, select {
	font-family: 微軟正黑體, Microsoft JhengHei, sans-serif, Arial, Helvetica;
}
/*文字反選顏色*/
::-moz-selection {
	background: #EC7700;
	color: white;
}
::selection {
	background: #EC7700;
	color: white;
}


html {
	height: 100%;
	margin: 0;
}
body {
	margin: 0;
	min-height: 100%;
	width: 100%;
}

/*網頁載入*/
#loading {
	position:fixed;
	width:100%;
	background:rgba(255,255,255,1);
	height:100%;
	z-index:999999;
}
.loadingInfo {
	position:absolute;
	width:100%;
	height:60px;
	top:100px;;
	text-align:center;
}
.loadingInfo p {
	font-size:16px;
	line-height:28px;
}
/*清除格式*/
.CleanFormat {
	clear: both;
}
/*分隔線*/
.Dividers {
	margin: 10px auto;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #373b80;
}
/*按鈕*/
.btn {
	height:50px;
	width:150px;
	border:2px solid rgba(255,102,0,1);
	background:rgba(255,153,0,1);
	position:relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:50px auto 0;
}
.btnTxt {
	position:absolute;
	height:100%;
	width:100%;
	top:-5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
	transition:.3s;
}
.btnTxt a {
	display:block;
	height:100%;
	width:100%;
	line-height:50px;
	text-align:center;
	font-size:18px;
	background:rgba(255,204,0,1);
	color:#FFFFFF;
	transition:.3s;
}
.btnTxt:hover {
	top:0;
	transition:.3s;
}
.btnTxt a:hover {
	background:rgba(102,51,0,1);
	transition:.3s;
}
/*--影片--*/
video {
	display:block;
}
/*-------------------------WebStart-----------------------*/
#wrap {
	width:100%;
	min-width: 960px;
	margin:0 auto;
}
/*-------------------------Header-----------------------*/
header {
	position:fixed;
	height:100px;
	width:100%;
	/*position: fixed;*/
    z-index: 11;
}
@media only screen and (max-width: 599px) {
	header {
	height:137px;
}
}
#head {

}
#lanBar {
	background: #FFE07E;
	height:40px;
	color:#FFFFFF;
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
}
#lanBar a {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	transition:.3s;
}
#lanBar a:hover, #lanBar a.active, nav > ul > li > a.active {
	color:#EC7700;
	transition:.3s;
}


/*----Menu----*/
menu{
	background:url(../images/menuBg.png);
	background-position:center;
	height:43px;
	border-top:2px solid #FFFFFF;
	padding: 15px 64px 0 64px;
}
#logo {
	width:286px;
	float:left;
}

#MenuList {
	float:right;
	
}
@media only screen and (max-width: 1099px) and (min-width: 600px) {
	#MenuList {
		position:relative;
		float:right;
		width:30%;
	}
	nav {
		position: absolute;
    	width: 100%;
	}
}

@media only screen and (max-width: 599px) {
	menu{
		background:url(../images/menuBg.png);
		background-position:center;
		background-size:cover;
		height:80px;
		border-top:2px solid #FFFFFF;
		padding: 15px 0px 0 0px;
	}
	#logo {
		width:80%;
		height:43px;
		text-align:center;
		float:none;
		margin: 0 auto;
	}
	#logo img {
		width:100%;
		max-width:286px;
		height:auto;
	}
	#MenuList {
		float:none;
		
	}
	.menu-button {
		text-align:center;
	}
}
nav > ul > li > ul > li > a.active {
	background:#EC7700;
	color:rgba(255,255,255,1);
}
/*---分享按鈕---*/
.shearLink {
	position:fixed;
	width:47px;
	height:188px;
	right:0;
	top:calc(50% - 94px);
	z-index: 10000;
}
.shearLink ul {
	width:100%;
}
.shearLink a, .shearLink a img {
	display:block;
	width:100%;
	height:47px;
	opacity:1;
	transition:.3s;
}
.shearLink a:hover img {
	opacity:0;
	transition:.3s;
}

/*--首頁動畫位置--*/
.bannerPTop {
	padding-top:100px;
	position: relative;
	width:100%;
	overflow:hidden;
}
@media only screen and (max-width: 599px) {
.bannerPTop {
	padding-top:137px;
}
}
.animate01, .animate02, .animate03, .animate04 {
	position:absolute;
	display:block;
}
.animate01 {
	bottom:-28px;
	left:10%;
}
.animate02 {
    top: 45%;
    right: 20%;
	
}
.animate03 {
	bottom: 10%;
    right: 15%;
}
.animate04 {
	bottom: -20px;
    left: 27%;
}

/*---首頁新聞---*/
.indexNewsBg {
	background:url(../images/indexNewsBg.png) center;
	
}
.indexNewsBlock {
	margin:0 auto;
	width:80%;
	max-width:700px;
	padding-top:105px;
}
.indexNewsBlock h1 {
	font-size:30px;
	text-align:center;
	color:#f27288;
	line-height:40px;
	padding-bottom:25px;
	overflow:hidden;
}
.indexNewsInfo {
	font-size:16px;
	line-height:24px;
	height:96px;
	overflow:hidden;
}
@media only screen and (max-width: 599px) {
	.indexNewsInfo {
	font-size:16px;
}
}

/*----PageContrl----*/
.pageContrl {
	
}
.pageContrl ul {
	display:table;
	margin:0 auto;
}
.pageContrl li {
	width:50px;
	height:33px;
	border:1px solid #efefef;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	display:inline-block;
	overflow:hidden;
}
.pageContrl li:first-child {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.pageContrl li:last-child {
	
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.pageContrl li a {
	color:#aaaaaa;
	text-align:center;
	line-height:33px;
	display:block;
	vertical-align:middle;
	font-size:12px;
	font-weight:bold;
}
.pageContrl li.nowP, .pageContrl li:hover {
	border:1px solid #999;
}
.pageContrl li a:hover {
	color:#FFFFFF;
	background:#fc9a3f;
}
.pageContrl li a.nowP {
	color:#4b4b4b;
}
/*-------------------------BODY-----------------------*/

section {
	padding-top:100px;
	position:relative;
	z-index: 10;
}
@media only screen and (max-width: 599px) {
section {
	padding-top: 137px;
}
}
.indexSec {
	padding-top:0px;
}
#pageHead {
	position:relative;
	height:486px;
	width:100%;
}
#pageTitleBlock {
	position:absolute;
	background:rgba(255,255,255,.6);
	width:100%;
	height:128px;
	bottom:0;
}
.PageTitleBlock {
	position:relative;
	width:100%;
	height:100%;
	max-width:331px;
	margin:0 auto;
}
.pagetitleLine {
	width:21.4%;
	max-width:71px;
	padding-top:56px;
	float:left;
}
.pagetitle {
	width:57.2%;
	max-width:189px;
	text-align:center;
	padding-top:37px;
	float:left;
}
.pagetitle h1 {
	font-size:20px;
	line-height:40px;
}
.pagetitle h2 {
	font-size:7px;
	line-height:14px;
}

/*--左右欄位內頁格式--*/
.contentBlock {
	max-width:1280px;
	width:100%;
	padding:50px 0;
	margin:0 auto;
}

@media only screen and (min-width: 1152px) {
.leftContent, .rightContent {
	float:left;
}
.leftContent {
	width:71.3%;
}
.rightContent {
	width:28.7%;
}
}
@media only screen and (max-width: 1151px) {
.leftContent, .rightContent {
	display:block;
}
.leftContent {
	width:100%;
	margin-bottom:20px;
}
.rightContent {
	width:100%;
	max-width:344px;
	margin:0 auto;
}
}
.productsBtnBg {
	background:url(../images/FLinkBtnHover1.png);
	background-size:cover;
	width:100%;
	max-width:344px;
	display:block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow:hidden;
}
.bookingBtnBg {
	background:url(../images/FLinkBtnHover2.png);
	background-size:cover;
	width:100%;
	max-width:344px;
	display:block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow:hidden;
}
.productsBtnBg img, .bookingBtnBg img {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.productsBtn, .bookingBtn {
	opacity:1;
	transition:.3s;
	height:auto;
	max-width:344px;
	display:block;
	width: 100%;
}
.productsBtn:hover, .bookingBtn:hover {
	opacity:0;
	transition:.3s;
}
.rightContent iframe {
	width:100%;
	max-width:344px;
}
.FBBlock {
	background:url(../images/FBbackground-21.png);
	background-size:cover;
	padding:15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	max-width:314px;
}
.FBBlock iframe {
	width:100%;
}
.onlyLine {
	border-top:2px dashed #E96200;
	width:calc(90% - 30px);
	margin:0 auto;
	height:10px;
}
.contentU2B {
	height:173px;
}
.productsBtnBg, .bookingBtnBg, .rightContent iframe {
	margin-bottom:10.5px;
}

.pageInfo {
	width:100%;
	max-width:794px;
	margin:0 auto 20px;
	padding-bottom:20px;
	border-bottom:1px solid #CCCCCC;
}
.pageInfo2 {
	width:100%;
	margin:0 auto 20px;
	padding-bottom:20px;
	border-bottom:1px solid #CCCCCC;
}
.pageInfo h3, .pageInfo2 h3 {
	font-size:24px;
	font-weight: bold;
	line-height:24px;
	margin-bottom:20px;
}
.pageInfo p, .pageInfo2 p {
	font-size:14px;
	line-height:24px;
	text-align: justify;
	text-justify:inter-ideograph;
}
.PTitle {
	width:100%;
	max-width:794px;
	margin:0 auto 20px;
}
.PTitle h3 {
	font-size:18px;
	font-weight:bold;
	line-height:25px;
}

/*-------------------------FOOTER-----------------------*/

footer {
	position:relative;
	padding-top:60px;
	text-align:center;
	font-size:21px;
	line-height:28px;
	font-weight:bold;
	color:#545247;
	height:177px;
	background:url(../images/footerBg.png);
	background-size:cover;
	background-position:center;
	border-bottom:38px solid #FFE07E;
	z-index:10;
}
footer a {
	font-size:21px;
	line-height:28px;
	font-weight:bold;
	color:#545247;
}


/*--------------------------------------------首頁及共用樣式 End-----------------------------------------------------*/







/*-----------各分頁內容樣式-------------*/
/*--首頁--*/
.indexFastLink {
	background:url(../images/indexFLinkbg.png) center;
	background-size:cover;
	width:100%;
}
.indexTitleBlock {
	position:relative;
	width:100%;
	height:119px;
	max-width:331px;
	margin:0 auto;
}
.indexFastLinkList {
	position:relative;
	width:100%;
	max-width:744px;
	margin:0 auto;
}
.indexFastLinkList li {
	width:100%;
	max-width:372px;
	float:left;
	background:#666666;
	position:relative;
}
.indexFastLinkList li a {
	display:block;
}
.indexFastLinkList img {
	display:block;
	width:50%;
	height:auto;
	float: left;
	opacity:0.2;
	transition:.3s;
}
.indexFastLinkBlock {
	width:50%;
	max-width:186px;
	float: left;
    height: 186px;
	transition:.3s;
	z-index: 1;
    position: relative;
}
.indexFastLinkBlock h3 {
	padding-top:25px;
	font-size:19px;
	font-weight:bold;
	line-height:24px;
	text-align:center;
	color:#000000;
	transition:.3s;
}
.indexFastLinkBlock h5 {
	padding-bottom:10px;
	font-size:12px;
	line-height:15px;
	text-align:center;
	color:#4d4d4d;
	transition:.3s;
}
.indexFastLinkBlock p {
	height:112px;
	font-size:12px;
	color:#000000;
	text-indent: 12px;
	width:170px;
	margin:0 auto;
	overflow:hidden;
	display:block;
	line-height:16px;
	transition:.3s;
	text-align: justify;
	text-justify:inter-ideograph;
}
.indexFLBB {
	width:28px;
	height:28px;
	position:absolute;
	top:calc(50% - 14px);
	left:calc(50% - 14px);
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 	/* Opera */
	transition:.3s;
	z-index: 0;
}
.indexFastLinkList li a:hover .White, .indexFastLinkList li a:hover .Yellow {
	background:#ffcc00;
	transition:.3s;
}
.indexFastLinkList li a:hover h3, .indexFastLinkList li a:hover h5, .indexFastLinkList li a:hover p {
	color:#ffffff;
	transition:.3s;
}
.indexFastLinkList li a:hover img {
	opacity:1;
	transition:.3s;
}
@media only screen and (max-width: 760px) {
	.indexFastLinkList li {
		width:100%;
		max-width:372px;
		float:none;
		background:#666666;
		position:relative;
		margin:0 auto;
	}
	.indexFastLinkBlock {
		width:50%;
		max-width:186px;
		float: left;
    	height: 186px;
		transition:.3s;
	}
}
/*首頁預約*/
.indexform {
	position:relative;
}
.indexBookingWarring {
	position:absolute;
	width:100%;
	height:100%;
	background:#FFFFFF;
	bottom:0;
}
.WarringTxt {
	height:calc(100% - 50px);
    overflow: auto;
    width: 100%;
	max-width:1000px;
    margin: 0 auto;
	margin: 0 auto 20px;
    /* padding-bottom: 20px; */
    /*border-bottom: 1px solid #C3C3C3;*/
}
.indexform ul {
	width:100%;
	max-width:1161px;
	margin:0 auto;	
}
@media screen and (min-width: 1178px){
.indexform li {
	display:block;
	float:left;
	width:33.33%;
	max-width:347px;
	margin:0 20px 40px;
}
}
@media screen and (max-width: 1177px) and (min-width: 551px) {
.indexform li {
	display:block;
	float:left;
	width:calc(50% - 40px);
	margin:0 20px 40px;
}
}
@media screen and (max-width: 550px){
	.indexform li {
	display:block;
	float:left;
	width:calc(100% - 40px);
	margin:0 20px 40px;
}
}
.formTxt {
	width:calc(100% - 64px);
	border:1px solid #ededf0;
	font-size:12px;
	line-height:15px;
	padding:11px 22px 11px 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#5d5d5d;
	max-height:15px;
}
.formSelect {
	width:100%;
	height:39px;
	border:1px solid #ededf0;
	font-size:12px;
	line-height:15px;
	padding:11px 22px 11px 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#5d5d5d;
}
/*表單Icon*/
.FDate {
	background:url(../images/indexFormIcon-02.png) 9px 11px no-repeat;
}
.FTime {
	background:url(../images/indexFormIcon-05.png) 9px 11px no-repeat;
}
.FPeple {
	background:url(../images/indexFormIcon-07.png) 9px 11px no-repeat;
}
.FName {
	background:url(../images/indexFormIcon-03.png) 9px 11px no-repeat;
}
.FTel {
	background:url(../images/indexFormIcon-06.png) 9px 11px no-repeat;
}
.FCtel {
	background:url(../images/indexFormIcon-08.png) 9px 11px no-repeat;
}
.FCode {
	background:url(../images/indexFormIcon-04.png) 9px 11px no-repeat;
}

.indexFormSendBtn {
	text-align:center;
	width:100%;
}
.resetBtn {
	background:#5FC1C7;
}
.sendBtn {
	background:#F19CA6;
}
.resetBtn:hover {
	background:#26A5A5;
	transition:.3s;
}
.sendBtn:hover {
	background:#D86172;
	transition:.3s;
}
.resetBtn, .sendBtn {
	width:63px;
	height:27px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0px;
	color:#FFFFFF;
	font-size:13px;
	line-height:27px;
	margin:0 25px;
	transition:.3s;
	cursor:pointer;
}
/*--最新消息--*/
.newsSearch {
	line-height:40px;
	width:95%;
	max-width: 810px;
	margin:0 auto 20px auto;
}
.newsSearch input[type=text] {
	font-size:14px;
	line-height:20px;
	height:20px;
	padding:9px 15px;
	width:calc(100% - 220px);
	max-width:300px;
}


.NewsTop {
	width:95%;
	max-width:810px;
	height:170px;
	margin:0 auto 20px;
	position:relative;
}
.NewsTop a {
	display:block;
	width:100%;
	height:100%;
	background-size:cover !important;
	position:relative;
}
.NewsTop h3 {
	display:block;
	width:calc(100% - 40px);
	height:50px;
	background:rgba(255,255,255,.5);
	bottom:0;
	font-size:24px;
	line-height:50px;
	text-align:right;
	position: absolute;
	padding:0 20px;
	color:#ec7700;
	left:0;
}
.newsList {
	width:100%;
	max-width:810px;
	list-style:none;
	margin:0 auto;
}
@media only screen and (max-width: 809px) and  (min-width: 540px) {
	.newsList ul {
		max-width: 540px;
    	margin: 0 auto;
	}
}
@media only screen and (max-width: 539px) {
	.newsList ul {
		height:auto !important;
	}
	.grid-item {
		margin:0 auto 20px !important;
		position:relative !important;
		top: 0 !important;
		width:90% !important;
	}
	.grid-item, .newsImg {
		max-width: none !important;
		height: auto;
		overflow: hidden;
	}
	a .newsImg img {
		height:auto !important;
	}
}
/*.newsList li {
	width:100%;
	max-width:245px;
	margin:0 12.5px 20px;
}*/
.grid-item {
	margin:0 12.5px 20px;
	position:relative;
}
.grid-item, .newsImg {
	max-width: 245px;
	width:100%;
	overflow: hidden;
}
.newsImg {
	position:relative;
}
.newsImg img {
	width:100%;
}
.newsABlock {
	background:#F7F1D8;
	/*height:83px;*/
	padding: 15px 13px 15px;
	transition:.5s;
}
.newsABlock h3 {
	font-size:21px;
	line-height:21px;
	color:#EC7700;
	text-align:center;
	margin-bottom:15px;
	transition:.5s;
}
.newsABlock p {
	font-size:12px;
	line-height:12px;
	color:#000000;
	transition:.5s;
}
a .newsImg img {
	width:100%;
	/*height:auto;*/
	transition:.5s;
	display:block;
}
a:hover .newsImg img {
	transform:scale(1.2);
	transition:.5s;
}
a:hover .newsABlock {
	background:#EC7700;
	transition:.5s;
}
a:hover .newsABlock h3, a:hover .newsABlock p {
	color:#FFFFFF;
	transition:.3s;
}
.newsTopIcon {
	width:33px;
	height:39px;
	position:absolute;
	top:0;
	left:5px;
}
/*--幸福小故事--*/
.LoveList {
}


@media screen and (min-width: 500px) {
	.LoveLi {
		width:100%;
		max-width: 810px;
    	overflow: hidden;
    	margin: 0 auto 10px;
		display: block;
    	height: 245px;
		position: relative;
	}
	.LoveLi a {
		display: block;
    	height: 245px;
	}
	.LoveImg {
		max-width: 245px;
    	width: 100%;
    	overflow: hidden;
		float: left;
	}
	a .LoveABlock {
		background: #F7F1D8;
		width: calc(100% - 286px);
		height:calc(100% - 40px);
    	float: left;
    	padding: 20px;
		transition: .5s;
	}
}
@media screen and (max-width: 499px) {
	.LoveLi {
		width:100%;
		max-width: 810px;
    	overflow: hidden;
    	margin: 0 auto 10px;
		display: block;
    	position: relative;
	}
	.LoveLi a {
		display: block;
	}
	.LoveImg {
		width: 100%;
    	overflow: hidden;
		float: none;
	}
	a .LoveABlock {
		background: #F7F1D8;
		width: calc(100% - 40px);
		height:calc(100% - 40px);
    	padding: 20px;
		transition: .5s;
	}
}

.LoveLi a img {
    transform: scale(1);
	width:100%;
	height:auto;
	display:block;
    transition: .5s;
}
.LoveLi a:hover img {
    transform: scale(1.2);
    transition: .5s;
}


a:hover .LoveABlock {
	background: #EC7700;
	transition: .5s;
}
.LoveABlock h3 {
    font-size: 21px;
    line-height: 21px;
    color: #EC7700;
    margin-bottom: 15px;
    transition: .5s;
}
.LoveABlock p {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    transition: .5s;
}
a:hover .LoveABlock h3, a:hover .LoveABlock p {
    color: #FFFFFF;
    transition: .3s;
}
/*--美味購物車--*/
.productsList {
	width:100%;
	max-width:835px;
	list-style:none;
	margin:0 auto;
}
.productsList li {
	width:100%;
	max-width:245px;
	float:left;
	margin:0 12.5px 20px;
}
.productsImg {
	width:100%;
	max-width:245px;
	overflow:hidden;
}
.productsABlock {
	background:#F7F1D8;
	height:70px;
	padding:15px 13px 0;
	transition:.5s;
}
.productsABlock h3 {
	font-size:21px;
	line-height:21px;
	color:#EC7700;
	text-align:center;
	margin-bottom:15px;
	transition:.5s;
}
.productsABlock p {
	font-size:14px;
	line-height:20px;
	color:#000000;
	transition:.5s;
	width:100%;;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow: hidden;
}
a .productsImg img {
	width:100%;
	height:auto;
	transition:.5s;
	display:block;
}
a:hover .productsImg img {
	transform:scale(1.2);
	transition:.5s;
}
a:hover .productsABlock {
	background:#EC7700;
	transition:.5s;
}
a:hover .productsABlock h3, a:hover .productsABlock p {
	color:#FFFFFF;
	transition:.3s;
}
/*--美味購物車內頁--*/
.productsInfoImg {
	width:98%;
	max-width:794px;
	margin:0 auto 33px;
}
.productsInfoImg img {
	width:100%;
	height:auto;
}
.productsInfoTitle {
	color:#F05A24;
	font-size:21px;
	line-height:28px;
	width:95%;
	max-width:750px;
	margin:0 auto 20px;
}
.productsInfo {
	width:95%;
	max-width:750px;
	margin:0 auto 90px;
}
.productsInfo p {
	line-height:20px;
	font-size:12px;
	color:#000000;
}
.shopCarLink a {
	display:block;
	height:55px;
	width:282px;
	padding-left:42px;
	text-align:center;
	font-size:24px;
	line-height:55px;
	background:#EC7700;
	color:#FFFFFF;
	position:relative;
	overflow:hidden;
	margin:0 auto;
	transition:.3s;
}
.shopCarLink a:hover {
	background:#AC4600;
	transition:.3s;
}

.shopCarLink a img {
	position:absolute;
	display: block;
	top:8px;
	left:10px;
	transition:.3s;
}
.shopCarLink a:hover img {
	left:70px;
	transition:.3s;
}

/*--聯絡奇美:版本一--*/
#googleMap {
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
}
#googleMap iframe {
	width:100%;
	height:100%;
}
.traffic {
	width:calc(95% - 100px);
	max-width:1000px;
	background:rgba(255,255,255,0.8);
	margin:30px auto;
	z-index:10;
	padding:50px;
}
.traffic .Coinfo, .traffic .Cotraffic {
	float:left;
}
.Coinfo {
	padding-right:49px;
	border-right:1px  solid #666666;
	height:100%;
	width:calc(50% - 50px);
	text-align:right;
}
.Cotraffic {
	padding-left:50px;
	width:calc(50% - 50px);
	border-left:1px  solid #666666;
	margin-left:-1px;
}
.traffic h3 {
	font-size:20px;
}
.traffic h4 {
	font-size:16px;
}
.traffic p {
	font-size:14px;
}
@media only screen and (max-width: 700px) {
	.traffic .Coinfo, .traffic .Cotraffic {
	float:none;
}
	.Coinfo {
	padding:20px;
	border-right:0px;
	border-bottom:1px solid #666666;
	height:auto;
	width:calc(100% - 40px);
	text-align:left;
}
.Cotraffic {
	padding:20px;
	width:calc(100% - 40px);
	border-left:0px;
	margin-left:0px;
}
}
/*--聯絡奇美:版本二--*/
#googleMap2 {
	position:relative;
	width:100%;
	min-height:500px;
	z-index:1;
	padding:110px 0 50px;
}
#googleMap2 iframe {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
@media screen and (min-width: 741px) {
	.traffic2 {
		width:calc(47% - 40px);
		max-width:700px;
		background:rgba(255,255,255,0.8);
		z-index:10;
		padding:20px;
		position:relative;
		margin-left:52%;
	}
}
@media screen and (max-width: 740px) {
	.traffic2 {
		max-width:700px;
		background:rgba(255,255,255,0.8);
		z-index:10;
		padding:20px;
		position:relative;
	}
}
.Coinfo2 {
	padding:20px;
	border-bottom:1px solid #666666;
	width:calc(100% - 40px);
}
.Cotraffic2 {
	padding:20px;
	width:calc(100% - 40px);
}
.traffic2 h3 {
	font-size:20px;
}
.traffic2 h4 {
	font-size:16px;
}
.traffic2 p {
	font-size:14px;
}

/*幸福手作預約*/
.BookingList {
	width:100%;
	max-width:794px;
	margin:0 auto;
}
@media only screen and (min-width: 794px) {
.BookingList li {
	background:#F4F4F4;
	margin-bottom:30px;
	width:100%;
	overflow:hidden;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.BookingImg {
	width:100%;
	height:100%;
	max-width:280px;
	max-height:280px;
	float:left;
	overflow:hidden;
}
.BookingInfoBlock {
	float:right;
	width:100%;
	max-width:482px;
	min-height:236px;
	padding:30px 16px 14px;
	position:relative;
}
}
@media only screen and (max-width: 793px) {
.BookingList li {
	background:#F4F4F4;
	margin:0 auto 30px;
	width:90%;
	overflow:hidden;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.BookingImg {
	width:100%;
	height:100%;
	overflow:hidden;
}
.BookingInfoBlock {
	width:calc(100% - 30px);
	padding:30px 15px 80px;
	position:relative;
}
}
.BookingList li:after {
	content: '';
    display: block;
    clear: both;
}

.BookingImg img {
	width:100%;
	height:100%;
}

.BookingInfoBlock h3 {
	font-size:26px;
	padding-bottom:30px;
}
.BookingInfoBlock p {
	font-size:12px;
	line-height:24px;
}
.BookingEnterBtn {
	position:absolute;
	bottom:14px;
	right:23px;
}
.BookingEnterBtn a {
	display:block;
	width:112px;
	height:26px;
	font-size:16px;
	line-height:26px;
	color:#FFFFFF;
	text-align:center;
}

.Star {
	width:350px;
	position:absolute;
	bottom:0;
}
.Star > p, .Star > ul, .Star > ul > li {
	float:left;
}
.Star > p {
	line-height:20px;
}
.Star > ul > li {
	background-image:url(../images/whiteStar.png);
	background-size:cover;
	background-repeat:no-repeat;
	width: 20px;
    height: 20px;
    margin-bottom: 10px;
}

/*預約內容頁*/
.BookingLList {
	width:100%;
	max-width: 344px;
}
.BookingLList:after {
	content:'';
	clear:both;
	display:block;
}
.BookingLList li {
	width:100%;
	margin-bottom:13px;
	height:116px;
}
.BookingLList li a {
	display:block;
	
}
.BookingLListIMG {
	width:116px;
	height:116px;
	float:left;
}
.BookingLListIMG img {
	display:block;
	width:100%;
	height:100%;
}
.bookingLListInfoBlock {
	width:calc(100% - 134px);
	height:90px;
	padding:10px 9px 16px;
	float:left;
	transition:.3s;
}
.BookingLList li a:hover .bookingLListInfoBlock {
	transition:.3s;
	background:#CCCCCC;
}
.bookingLListInfoBlock h3 {
	font-size:19px;
	line-height:19px;
	height:19px;
	margin-bottom:15px;
	font-weight:bold;
	overflow:hidden;
}
.bookingLListInfoBlock p {
	font-size:12px;
	line-height:20px;
	height:60px;
	margin-bottom:15px;
	font-weight:bold;
	overflow:hidden;
	color:#000000;
}

.BookingData {
	width:calc(95% - 50px);
	height:300px;
	max-width: 750px;
	margin:0 auto 15px;
	padding:0 0px 15px 50px;
	border-bottom:1px solid #CBCBCB;
	background:url(../images/bookingIcon-12.png) left top no-repeat;
}
.BookingData h5 {
	font-size:16px;
	font-weight:bold;
	line-height:35px;
}
.BookingTime {
	width:calc(95% - 50px);
	height:480px;
	max-width: 750px;
	margin:0 auto 35px;
	padding:0 0px 15px 50px;
	background:url(../images/bookingIcon-13.png) left top no-repeat;
}

.BookingTime h5 {
	font-size:16px;
	font-weight:bold;
	line-height:30px;
}
.BookingFormTxt {
	border:1px solid #E6E6E6;
	width:calc(100% - 45px);
	max-width:340px;
	height:15px;
	padding: 8px 20px;
	font-size:12px;
	line-height:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.BookingFormSelect {
	border:1px solid #E6E6E6;
	width:100%;
	max-width:382px;
	padding:15px 20px;
	font-size:12px;
	height:47px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:5px;
}
.basket {
	font-weight:bold;
	font-size:16px;
	border-bottom:1px dotted #CCCCCC;
	color:#949494;
	margin-bottom:10px;
}
.basketList {
	list-style-image:url(../images/basketListImg.png);
	padding-left:50px;
	margin-bottom:20px;
}
.Howtodo {
	font-weight:bold;
	font-size:16px;
	border-bottom:1px dotted #CCCCCC;
	color:#949494;
	margin-bottom:10px;
}
.HowtodoList {
	list-style:disc;
	padding-left:50px;
	margin-bottom:20px;
}
.StarContent {
	margin-bottom:20px;
}
.StarContent:after {
	content:"";
	display:block;
	clear:both;
}
.StarContent > p, .StarContent > ul, .StarContent > ul > li {
	float:left;
}
.StarContent > p {
	line-height:20px;
}
.StarContent > ul > li {
	background-image:url(../images/whiteStar.png);
	background-size:cover;
	background-repeat:no-repeat;
	width: 20px;
    height: 20px;
    margin-bottom: 10px;
}
.joing {
	margin-bottom:20px;
	
}

/*--QA--*/
#QAList {
	width:100%;
	max-width:794px;
	margin:0 auto;
	text-align:center;
}
#QAList:after {
	clear:both;
	content:"";
	display:block;
}
@media only screen and (min-width: 680px) {
#QAList li {
	width:50%;
	max-width:300px;
	display:block;
	position:relative;
	height:300px;
	margin:20px;
	float:left;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
}
.Qu {
	width:200px;
	height:240px;
	background-image:url(../images/QAground-21.png);
	background-size:cover;
	padding:30px 50px;
	position:absolute;
	transition:.3s;
	top:0;
	opacity:1;
	box-shadow:0 0 10px #928d8d;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	cursor:help;
}
#QAList li:hover .Qu, .Qu:active {
	opacity:0;
	transition:.3s;
}
.An {
	width:calc(100% - 100px);
	height:calc(100% - 60px);
	padding:30px 50px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
}
}
@media only screen and (max-width: 679px) {
#QAList li {
	width:100%;
	max-width:300px;
	display:block;
	position:relative;
	margin:0 auto 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
}
.Qu {
	width:200px;
	background-image:url(../images/QAground-21.png);
	background-size:cover;
	padding:30px 50px;
	transition:.3s;
}
.An {
	width:calc(100% - 100px);
	height:240px;
	padding:30px 50px;
}
}


.Qu h5 {
	font-size:18px;
	font-weight:bold;
	line-height:35px;
	text-align:left;
}

.An p {
	font-size:18px;
	font-weight:bold;
	line-height:35px;
	text-align:left;
}


.txtCenter {
	display:block;
	font-size:18px;
	line-height:35px;
	text-align:center;
}
/*工廠簡介*/
.factoryInfoList {
	width:100%;
}
.factoryInfoList::after {
	content:'';
	clear:both;
	display:block;
}
@media only screen and (min-width: 1009px) {
	.factoryInfoList li {
		width:100%;
		height:344px;
		overflow:hidden;
		margin-bottom:30px;
	}
	.FactoryImg {
		width:620px;
		height:344px;
		overflow:hidden;
		text-align:center;
	}
	.FactoryImg img {
		width:100%;
		min-width:620px;
		min-height:100%;
		display:block;
	}
	.FactoryInfo {
		padding:30px 40px 30px 40px;
		width:calc(100% - 700px);
		height:284px;
		float:left;
	}
	.FactoryImg2 {
		width:620px;
		height:344px;
		overflow:hidden;
		text-align:center;
	}
	.FactoryImg2 img {
		width:100%;
		min-height:100%;
		min-width:620px;
		display:block;
	}
	.FactoryInfo2 {
		padding:30px 40px 30px 40px;
		width:calc(100% - 700px);
		height:284px;
		float:left;
	}
	.FactoryImg {
		float:left;
	}
	.FactoryImg2 {
		float:right;
	}
}
@media only screen and (max-width: 1008px) {
	.factoryInfoList li {
		width:100%;
		overflow:hidden;
		margin-bottom:30px;
	}
	.FactoryImg, .FactoryImg2 {
		width:100%;
		overflow:hidden;
		text-align:center;
	}
	.FactoryImg img, .FactoryImg2 img {
		width:100%;
		height:auto;
		display:block;
	}
	.FactoryInfo, .FactoryInfo2 {
		padding:30px 40px 30px 40px;
		width:calc(100% - 80px);
	}
	.FactoryImg {
		float:none;
	}
	.FactoryImg2 {
		float:none;
	}
}

.FactoryInfo h3, .FactoryInfo2 h3 {
	font-size:22px;
	line-height:22px;
	margin-bottom:20px;
	font-weight:bold;
}
.FactoryInfo p, .FactoryInfo2 p {
	font-size:14px;
	line-height:25px;
	font-weight:bold;
	text-align: justify;
text-justify:inter-ideograph;
}


.FactoryInfo {
	background:#F1F1F1;
}
/*about*/
.aboutContent {
	padding:38px 70px;
	width:calc(100% - 140px);
}
.aboutContent::after {
	content:'';
	display:block;
	clear:both;
}

@media screen and (min-width: 700px) {
.aboutContent img, .aboutContent div {
	float:left;
	display:block;
}
}
@media screen and (max-width: 699px) {
	.aboutContent {
		padding:38px 10px;
		width:calc(100% - 20px);
	}
	.aboutContent img, .aboutContent div {
		float:none;
		display:block;
		width:100% !important;
		height:auto !important;
	}
}
@media screen and (max-width: 1184px) {
.MapImg {
	float:none !important;
}
.aboutP2 {
	width:100% !important;
}
}

.aboutContent p{
	width:100%;
	font-size:14px;
	line-height:30px;
	font-weight:bold;
	margin-bottom:15px;
	text-align: justify;
    text-justify: inter-ideograph;
}
.aboutP1 {
	width:calc(100% - 324px);
}
.aboutP2 {
	padding-right:28px;
	width:calc(100% - 778px);
}

/*--餐廳介紹--*/
.restInfo:after {
	content:'';
	display:block;
	clear:both;
}
@media screen and (min-width: 1156px) {
.LargeImg {
	padding:0px 42px 0px 102px;
	width:100%;
	max-width:507px;
	height:337px;
	float:left;
	overflow:hidden;
}
}
@media screen and (max-width: 1155px) {
.LargeImg {
	padding:30px 0px;
	width:90%;
	max-width:800px;
	overflow:hidden;
	margin:0 auto;
}
}
.LargeImg img {
	display:block;
	width:100%;
	height:100%;
}
@media screen and (min-width: 1180px) {
.LargeImg2 {
	padding:10px 42px 60px 102px;
	width:100%;
	max-width:387px;
	height:387px;
	float:left;
	overflow:hidden;
}
.LargeImg2 img {
	display:block;
	width:100%;
	max-width:387px;
	height:100%;
}
.LargeImg3 {
	padding:10px 102px 60px 42px;
	width:100%;
	max-width:387px;
	height:387px;
	float:right;
	overflow:hidden;
}
.LargeImg3 img {
	display:block;
	width:100%;
	max-width:387px;
	height:100%;
}
.restInfoRight2 {
	width:calc(100% - 550px);
	max-width:598px;
	height:215px;
	float:left;
	padding:135px 0px 60px 0px;
}
.restInfoRight3 {
	width:calc(100% - 550px);
	max-width:598px;
	height:215px;
	float:right;
	padding:135px 0px 60px 0px;
}
.restInfoTxt {
	margin-bottom: 30px;
    height: 208px;
    overflow: auto;
}
.restInfoTxt2 {
	margin-bottom: 30px;
    height: 145px;
    overflow: auto;
}
}
@media screen and (max-width: 1179px) {
.LargeImg2 {
	padding:10px 0px 20px;
	width:100%;
	max-width:800px;
	max-height:800px;
	overflow:hidden;
	margin:0 auto;
}
.LargeImg2 img {
	display:block;
	width:100%;
	max-width:800px;
	height:auto !important;
}
.LargeImg3 {
	padding:10px 0px 20px;
	width:100%;
	max-width:800px;
	max-height:800px;
	overflow:hidden;
	margin:0 auto;
}
.LargeImg3 img {
	display:block;
	width:100%;
	max-width:800px;
	height:auto !important;
}
.restInfoRight2 {
	width:100%;
	max-width:598px;
	margin:0 auto;
	padding:10px 0px 50px 0px;
}
.restInfoRight3 {
	width:100%;
	max-width:598px;
	margin:0 auto;
	padding:10px 0px 50px 0px;
}
.restInfoTxt {
	margin-bottom: 30px;
    overflow: auto;
}
.restInfoTxt2 {
	margin-bottom: 30px;
    overflow: auto;
}
}
@media screen and (min-width: 1156px) {
.restInfoRight {
	width:calc(100% - 790px);
	height:317px;
	float:left;
	padding:23px 138px 0px 0;
}
}
@media screen and (max-width: 1155px) {
.restInfoRight {
	width:90%;
	max-width:800px;
	padding:30px 0px;
	margin:0 auto;
}
}


.SmallImg img {
	display:block;
	width:100%;
	max-width:102px;
}
@media screen and (min-width: 408px) {
.SmallImg li {
	margin-right:20px;
	margin-bottom:20px;
	float:left;
	cursor:pointer;
}
}
@media screen and (max-width: 407px) {
.SmallImg li {
	margin-right: 3%;
	margin-bottom:3%;
    float: left;
    cursor: pointer;
    width: 30%;
}
}
.SmallImg2 img {
	display:block;
	width:110px;
	height:110px;
}
.SmallImg2 li {
	margin-right:20px;
	float:left;
	cursor:pointer;
}
.SmallImg3 img {
	display:block;
	width:110px;
	height:110px;
}
.SmallImg3 li {
	margin-right:20px;
	float:right;
	cursor:pointer;
}
.abgne_tab {
		clear: left;
		width: 100%;
	}
	@media screen and (min-width: 1180px) {
	ul.tabs {
		width: 100%;
		height: 442px;
	}
	}
	@media screen and (max-width: 1179px) {
	ul.tabs {
		width: 100%;
	}
	}
	
@media screen and (min-width: 877px) {
	ul.tabs li {
		float: left;
		width:50%;
		height: 442px;
		line-height: 31px;
		/*overflow: hidden;*/
		position: relative;
		margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
		border-bottom:8px solid #FFFFFF;
		background-size:cover !important;
	}
	ul.tabs li.active  {
		border-bottom: 8px solid #FBC847;
	}
}
@media screen and (max-width: 876px) {
	ul.tabs li {
		width:100%;
		height: 250px;
		line-height: 31px;
		/*overflow: hidden;*/
		position: relative;
		margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
		background-size:cover !important;
	}
}
	ul.tabs li a {
		display: block;
		height:100%;
		width:100%;
		position:relative;
	}
.blackImg {
	width:100%;
	height:100%;
	background-size:cover !important;
	opacity:1;
	position:absolute;
	transition:.3s;
}
ul.tabs li a:hover {
}
ul.tabs li a:hover .blackImg {
	opacity:0;
	transition:.3s;
}
	
	ul.tabs li.active .blackImg  {
		opacity:0;
	}
	ul.tabs li.active a:hover {
		
	}
	div.tab_container {
		clear: left;
		width: 100%;
		border-top: none;
		background: #fff;
	}
	div.tab_container .tab_content {
		padding: 20px;
	}
	div.tab_container .tab_content h2 {
		margin: 0 0 20px;
	}
	@media screen and (min-width: 800px) {
ul.tabs li a .restTitle {
	height: 123px;
    width: calc(100% - 150px);
    position: absolute;
    top: calc(50% - 81px);
    background: rgba(0,0,0,0);
    padding: 20px 75px;
	transition:.3s;
}
ul.tabs li.active .restTitle, ul.tabs li a:hover .restTitle {
	height: 123px;
    width: calc(100% - 150px);
    position: absolute;
    top: calc(50% - 81px);
    background: rgba(0,0,0,.5);
    padding: 20px 75px;
	transition:.3s;
}
	}
	@media screen and (max-width: 799px) {
ul.tabs li a .restTitle {
	height: 123px;
    width: calc(100% - 40px);
    position: absolute;
    top: calc(50% - 81px);
    background: rgba(0,0,0,0);
    padding: 20px 20px;
	transition:.3s;
}
ul.tabs li.active .restTitle, ul.tabs li a:hover .restTitle {
	height: 123px;
    width: calc(100% - 40px);
    position: absolute;
    top: calc(50% - 81px);
    background: rgba(0,0,0,.5);
    padding: 20px 20px;
	transition:.3s;
}
	}
ul.tabs li a .restTitle h3 {
	color:#AA9151;
	transition:.3s;
	font-size:32px;
	line-height:40px;
	margin-bottom: 20px;
	transition:.3s;
}
ul.tabs li.active .restTitle h3, ul.tabs li a:hover .restTitle h3 {
	color:#FBC847;
	transition:.3s;
}
ul.tabs li a p {
	color:#F1F1F1;
	font-size:12px;
	line-height:20px;
	transition:.3s;
}

ul.tabs li.active .restTitle p, ul.tabs li a:hover .restTitle p {
	color:#FFFFFF;
	transition:.3s;
}
@media screen and (min-width: 1180px) {
.restTitleName1 {
	font-size:32px;
	line-height:50px;
	padding-left:102px;
	font-weight:bold;
	color:#ba8852;
}
.restTitleName2 {
	text-align:right;
	font-size:32px;
	line-height:50px;
	padding-right:102px;
	font-weight:bold;
	color:#ba8852;
}
}
@media screen and (max-width: 1179px) {
.restTitleName1, .restTitleName2 {
	text-align:center;
	font-size:32px;
	line-height:50px;
	font-weight:bold;
	color:#ba8852;
}
}
@media screen and (min-width: 1180px) {
ul.tabs li .restLB {
	position: absolute;
    top: calc(100% + 8px);
    left: calc(50% - 14px);
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 14px 0 14px;
    border-color: #ffffff transparent transparent transparent;
	transition:.3s;
}
ul.tabs li.active .restLB {
    border-color: #ffbf00 transparent transparent transparent;
	transition:.3s;
}
}
@media screen and (max-width: 1179px) {
ul.tabs li .restLB {
	display:none;
}
ul.tabs li.active .restLB {
    display:none;
}
}

/*--服務項目 service.php--*/
@media screen and (min-width: 640px) {
	#serviceList {
		list-style:none;
		width:calc(100% + 30px);
		max-width:662px;
		margin:0 auto;
		padding-top: 50px;
	}
	.serviceLi h3  {
		float:left;
		width:23px;
		line-height: 22px;
    	font-size: 20px;
		padding:10px;
		top:-10px;
		left:-10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color:#FFF;
		margin: -10px 0 30px -10px;
	}
	.serviceLi  {
		float:left;
		border:2px solid;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		position:relative;
		margin-bottom: 30px;
		margin-right: 30px;
		background-repeat:no-repeat;
		background-position-x: calc(100% - 10px);
    	background-position-y: 10px;
	}
}
@media screen and (max-width: 639px) {
	#serviceList {
		list-style:none;
		width:100%;
		max-width:662px;
		margin:0 auto;
		padding-top: 50px;
	}
	.serviceLi h3  {
		line-height: 22px;
    	font-size: 20px;
		padding:10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color:#FFF;
	}
	.serviceLi  {
		float:left;
		border:2px solid;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		position:relative;
		margin-bottom: 30px;
		margin-right: 30px;
		background-repeat:no-repeat;
		background-position-x: calc(100% - 10px);
    	background-position-y: 50px;
	}
}

#serviceList:after {
	content:"";
	display:block;
	clear:both;
}


.serviceItem {
	padding: 27px 20px 16px 70px;
	list-style: disc;
}
.serviceItem > li {
	margin-bottom:9px;
}
.serviceItem > li > p {
	color:black;
	line-height:24px;
	font-size:16px;
}
.serviceStyle01 {
	width:calc(100% - 4px);
	max-width:626px;
}
.serviceStyle02 {
	width:calc(60% - 4px);
	max-width:374px;
}
.serviceStyle03 {
	width:calc(60% - 4px);
	max-width:220px;
	height: 170px;
}
.serviceStyle03 ul {
    padding-top: 60px;
}



/*--線上預約--*/
.vistiInfo {
	border:2px solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:20px;
	width:100%;
	max-width:540px;
	height:auto;
	min-height:46px;
}
.vistiInfo:after {
	content:"";
	display:block;
	clear:both;
}
.visitInfoIcon {
	width:44px;
	float:left;
	height:100%;
	min-height:46px;
	background-position:center;
	background-repeat:no-repeat;
}
.visitInfoTxt {
	padding-left:10px;
	float:left;
	line-height:46px;
	width:calc(100% - 54px);
}
.redTxt {
	color:#FF7BAB;
	line-height:16px;
	font-size:12px;
	padding-left:32px;
	text-indent : -12px ;
}



/*--聯絡奇美--*/

.ContactInfo {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:20px 0;
	width:100%;
	max-width:550px;
	background-color:#FEF3E2;
	display:block;
	margin:0 auto 20px;
}
.ContactInfo:after {
	content:"";
	display:block;
	clear:both;
}
.ContactIcon {
	width:105px;
	float:left;
	height:100%;
	min-height:46px;
	background-position:center;
	background-repeat:no-repeat;
	
}
.ContactInfoTxt {
	padding-left:20px;
	float:left;
	line-height:46px;
	font-size:15px;
	border-left:2px solid #FAAF3B;
}
#ContactFrome {
	width:100%;
	max-width:550px;
	margin:0 auto;
}
.ContactForm:after {
	content:"";
	display:block;
	clear:both;
}
.ContactForm h5, .ContactForm input, .ContactForm select {
	float:left;
}
.ContactForm h5 {
	height:26px;
	width:90px;
	background:#FAAF3B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#FFFFFF;
	text-align:center;
	font-size:20px;
	line-height:26px;
	font-weight:normal;
	margin-right:10px;
	margin-bottom:20px;
}
.ContactForm input, .ContactForm select, .ContactForm textarea {
	height:22px;
	border:2px solid #FAAF3B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#000000;
	font-size:16px;
	line-height:22px;
	font-weight:normal;
	margin-bottom:20px;
}

.ContactLong {
	max-width: 446px;
    width: calc(100% - 105px);
}
.ContactShort {
    max-width: 166px;
    width: calc(50% - 110px);
	margin-right:10px;
}
.ContactForm select {
    height: 26px;
    width: calc(100% - 100px);
}


/*------月曆-------*/
#dateSelect {
	cursor:pointer;
}
.monthlyHead {
	width:281px;
	border-top:2px solid #EC7700;
	padding:10px 0;
}
.monthlyHead:after {
	content:"";
	display:block;
	clear:both;
}
.monthBtn, .monthYM {
	float:left;
}
.monthBtn {
	width:50px;
	height:50px;
}
.monthBtn a {
	display:block;
	width:50px;
	height:50px;
}
.monthLeft {
	background:url(../images/MleftBtn.png) center center no-repeat;
	background-size:50%;
}
.monthLeft:hover {
	background:url(../images/MleftBtnhover.png) center center no-repeat;
	background-size:50%;
}
.monthRight {
	background:url(../images/MrightBtn.png) center center no-repeat;
	background-size:50%;
}
.monthRight:hover {
	background:url(../images/MrightBtnhover.png) center center no-repeat;
	background-size:50%;
}
.monthYM {
	width:181px;
	height:50px;
}
.monthYM p {
	text-align:center;
}
.monthlyYear {
	line-height:20px;
	font-size:14px;
	color:rgba(153,153,153,1);
}
.monthlyMonth {
	line-height:30px;
	font-size:22px;
	color:rgba(0,0,0,1);
	font-weight:bold;
}


.monthlyBody {
	width:281px;
}
.monthlyBody:after {
	content:"";
	display:block;
	clear:both;
}
.monthlyWeek {
	background: #EC7700;
	width:100%;
	height:40px;
	color:#FFFFFF;
}
.monthlyWeek li {
	text-align:center;
	line-height:40px;
	width:40px;
	font-size:14px;
	font-weight:bold;
	display:block;
	float:left;
}
.monthlyDay li {
	text-align:center;
	line-height:39px;
	height: 39px;
	width:39px;
	border:1px solid rgba(204,204,204,1);
	margin-right:-1px;
	margin-top:-1px;
	font-size:14px;
	font-weight:bold;
	display:block;
	float:left;
	color:rgba(204,204,204,1);
	background: rgba(246,246,246,1);
}
.monthlyDay li a {
	text-align:center;
	line-height:39px;
	font-size:14px;
	font-weight:bold;
	display:block;
	color:#EC7700;
	background:rgba(255,255,255,1);
	transition:.3s;
}
.monthlyDay li a:hover {
	color:#FFFFFF;
	background: #FC9;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	transition:.3s;
}


/*------顏色庫------*/
.White {
	background:#ffffff;
	transition:.3s;
}
.Yellow {
	background:#f7f1d8;
	transition:.3s;
}
.Pink {
	background:#FFA7B3;
}
.PinkTxt {
	color:#FFA7B3;
}
.Bluegreen {
	background:#62CED3;
}
.BluegreenTxt {
	color:#62CED3;
}
.Green {
	background:#58B765;
}
.GreenTxt {
	color:#58B765;
}