@charset "utf-8";
@import url("reset.css");
@import url("bootstrap.css");
@import url(https://fonts.googleapis.com/css?family=Roboto);
p, h1, h2, h3, h4, a {
	line-height: 150%;
}
a {
	color: #f5a503;
}
a:hover {
	color: #8e7f3a;
}
input, textarea, select {
	font-family: 'Roboto', Arial, sans-serif, "微軟正黑體";
	font-size: 15px;
	padding: 3px;
	color: #222;
	line-height: 160%;
	/*避免select長度不一*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input:focus {
	outline: none;
}
.red {
	color: #F00;
}
.align_r {
	text-align: right;
}
.align_c {
	text-align: center;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}
.bold {
	font-weight: bold;
}
.text-box{
	border:1px solid #aaaaaa;
	padding:15px;
	border-radius:10px
}
.text-box img{
    display: inline-block;
}
.text-box span{
	width:60%;
	float:right;
	margin-top:-10%
}
.row {
  margin-bottom: 50px;
}
.btn {
	padding: 7px 15px;
	font-size: 19px;
	-webkit-appearance: none;/*取消手機預設樣式*/
}
.btnStyle {
	/*background: linear-gradient(to bottom, #39B3CA 30%, #168498 100%);*/
	background-color: #F5A503;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	border: 0;
}
.btnStyle:hover {
	background: #8e7f3a;
	color: #FFF;
}
.btnStyle:active {
　background: #8e7f3a;
	color: #FFF;
}
ol.number {
	margin-left: 40px;
	list-style: decimal;
}
ol.disc {
	list-style: disc;
	margin-left: 25px;
	display: block;
}
.nowrap {
	width: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.lightLine {
	height: 1px;
	line-height: 1px;
	border-bottom: 1px solid #e0e0e0;
	margin: 20px auto;
}
.textStyle {
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 8px;
}
.textStyle:focus {
	border: 1px solid #A6C1CE;
	background: #F6FBFE;
}
::-webkit-input-placeholder {
/* WebKit browsers */
 	color:#999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color:#999;
}
.alert {
	border: 1px solid #F2C0B5;
	background: #FFF1F0;
	padding: 10px 15px;
	color: #D85030;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.nowrap {
	width: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.divider {
	width: auto;
	height: 10px;
}

/*---------------------- title img ------------------------*/
#title {
	position: fixed;
	left: 225px;
    top:0;
	width: 540px;
	height: 60px;
	background: url(../images/title.png) no-repeat center center;
	cursor: pointer;
	/*display: none;*/
	z-index: 99999;
	text-indent: -9999px;
}
/*---------------------- toTop ------------------------*/
#toTop {
	position: fixed;
	right: 30px;
	bottom: 120px;
	width: 40px;
	height: 40px;
	background: url(../images/icon_top.png) no-repeat rgba(0,0,0,0.2) center center;
	cursor: pointer;
	display: none;
	z-index: 99999;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#toTop:hover {
	background: url(../images/icon_top.png) no-repeat rgb(154, 105, 60) center center;
}
/*-------------------footer-------------------------*/
footer {
	padding-top: 20px;
	/*width: 100%;
	height:72px;*/
	background: #333333;
	padding: 15px 0;
	color: #CCCCCC;
	font-size: 16px;
	text-align: center;
}
footer .social-list a, footer .social-list a:hover {
  color: #fff;
}
footer .social-list {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}
footer .social-list li {
  display: inline-block;
  padding: 10px;
}
footer .to-top {
  background: #EEEEEE;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
}
/*---Hamburger---*/

#hamburger {
	
  width: 48px;
  height: 44px;
  position: relative;
  right: 14px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 5px;
  left:4px;
  width: 84%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;

}

#hamburger span:nth-child(1) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#hamburger span:nth-child(2) {
  top: 19px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#hamburger span:nth-child(3) {
  top: 30px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
  left: 11px;
}

#hamburger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 34px;
  left: 10px;
}

/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
/*-----------------------body-----------------------*/
html, body {
	margin: 0;
	padding: 0;
	color: #222;
	line-height: 150%;
	font-size: 16px;
	font-family: 'Roboto', Arial, sans-serif, "微軟正黑體";
	min-width: 980px;
}

.NoShowInPC {
	display: none;
}

/*nav*/
#nav{
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	
	padding-left: 1000px;
	
	background: rgba(95,75,60,0.9);
	box-shadow:0 1px 2px rgba(0,0,0,0.3) ;
	
	-webkit-transition:height 0.3s;
	-moz-transition:height 0.3s;
	-o-transition:height 0.3s;
	-ms-transition:height 0.3s;
}
#nav li {
	float: left;
}
#nav li a {
	 display: block;
    line-height: 30px;
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
	
	-webkit-transition:line-height 0.3s;
	-moz-transition:line-height 0.3s;
	-o-transition:line-height 0.3s;
	-ms-transition:line-height 0.3s;
}
#nav li a:hover{
	/*background:  rgba(245, 165, 0, 0.8);*/
	background:  #f5a503;
}
#nav .current {
	background: rgba(245, 165, 0, 0.12);
}

 .navbar-small .contactMenu {
    width: 60px;
    position: absolute;
    right: -20px;
    top: 30px;
	  
  }
.contactMenu {
    position: absolute;
    right: -40px;
    top: 40px;
  }
  .contactMenu li {
    margin-right: 3px;
    list-style: none;
    width: 60px;
  }
  .contactMenu li a {
    color: #fff
  }
  .contactMenu li a:hover {
    text-decoration: none;
    color: #FFCE00
  }

.adjust-height{
	height:50px !important
}
.adjust-lineheight{
	line-height: 20px !important;
}

/*----------------- Article -------------------------*/
article {
	width: 70%;
	margin: 0 auto;
	min-width: 980px;
	padding: 35px 0;
	border: 0px solid #f00;
}
article h1 {
	font-size: 31px;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}
article h1 span {
	color: #ccc;
}
article h3 {
	color: #8e7f3a;
	font-size: 23px;
	font-weight: normal;
}
h4 {
	font-size: 17px;
	color: #8e7f3a;
	font-weight: normal;
}
.left {
	width: 48%;
	float: left;
}
.right {
	width: 48%;
	float: right;
}
.googleMapIndex {
	width: 100%;
	height: 360px;
	vertical-align: bottom;
}

/*.container {
  margin:0px auto;
  padding-left: 10px;
  padding-right: 10px;
}
.heading {
  margin: 50px 0;
  text-align: center;
  position: relative;
}*/
/*----------------- index intro -------------------------*/
div#intro {
	background-image: url(../images/bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-width: 980px;
	padding-top: 50px;
	width: 100%;
	background-size: 100%;
}
#introRight {
	width: 49%;
	height: 810px;
	/*height: 100%;*/
	float: right;
	color: #333;
	/*font-size: 18px;
	line-height: 170%;*/
}
article #introRight h1 {
	width:34%;
	height: 0;
	margin: 3.25em auto 0 auto;
	font-weight:800;
	padding:17%;
	/*background-image: url(../images/logo-date.png);*/
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	text-indent: -9999px;
	border: 0;
}
#introRight h2 {
	font-size: 24px;
	font-weight:800;
	/*line-height: 26px;*/
	margin-top: -8px;
}
#introRight p {
	font-size: 18px;
	line-height: 200%;
}
/*----------------- index product -------------------------*/
div#product {
	min-width: 980px;
}
#product .left {
	width: 98%;
	float:left; 
	float: right;
	
	/*margin:0px auto;
	padding-left: 50px;*/
}
/*----------------- index event -------------------------*/
div#event {
	background: #F5F5F5;
	min-width: 980px;
}
/*#event .left {
	width: 98%;
	float: left;
	
	padding-left: 50px;
}*/
.list {
}
.list li {
	margin-bottom: 36px;
}
.list li:last-child {
	margin-bottom: 0;
}
.list li span {
	display: inline-block;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 5px;
	background: #534B4B;
	color: #fff;
	float:left;
	margin-right:12px
}
/*----------------- index ticket -------------------------*/
div#ticket {
	background: #edb722;
	min-width: 900px;
}
#ticket .left {
	width: 98%;
	float:left; 
	float: right;
}
.list {
}
.list li {
	margin-bottom: 36px;
}
.list li:last-child {
	margin-bottom: 0;
}
.list li span {
	display: inline-block;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 5px;
	background: #534B4B;
	color: #fff;
	float:left;
	margin-right:12px
}
#ticket .btn {
	padding: 25px 80px;
	font-size: 45px;
	-webkit-appearance: none;/*取消手機預設樣式*/
}
#ticket .btnStyle {
	background-color: #FFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	color: #F5A503;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	border: 0;
}
#ticket .btnStyle:hover {
	background: #8e7f3a;
	color: #FFF;
}
/*----------------- index expo -------------------------*/
div#expo {
	min-width: 980px;
}
.list {
}
.list li {
	margin-bottom: 36px;
}
.list li:last-child {
	margin-bottom: 0;
}
.list li span {
	display: inline-block;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 5px;
	background: #534B4B;
	color: #fff;
	float:left;
	margin-right:12px
}
/*----------------- index contact -------------------------*/
div#contact {
	min-width: 980px;
	background: #F5F5F5;
}
#contact .left {
	width: 98%;
	float:left;
	float:right;
}
.table-1{
	border:1px solid #cccccc
}
.table-1 td{
	padding:10px
}
.table-1 th{
	padding:10px;
	background:#cccccc
}

}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
/*-----------------------body-----------------------*/
html {
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}
body {
	color: #222;
	line-height: 140%;
	font-size: 16px;
	font-family: 'Roboto', Arial, sans-serif, "微軟正黑體";
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	min-height: 100%;
}
.NoShowInMobile {
	display: none;
}
.btn {
	-webkit-appearance: none;/*取消手機預設樣式*/
}
.alignCenterMobile {
	text-align: center
}
input, textarea, select {
	font-size: 18px;
}
.picForMobile {
	width: 100%;
	height: auto;
}
.logo{
	margin-top:10%;
	width:50%
}
/*------------------menu------------------------*/

.navbar-header{
	    background: rgba(95, 75, 60, 0.9);
}

.nav{
	text-align:center;
	background: rgba(95, 75, 60, 0.9);
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.navbar-nav li:hover {
  /*background-color:rgba(255,255,255,0.85);*/
  background-color: #f5a503;
}

.nav li:hover a{
	/*color:rgb(154, 105, 60);*/
	color:#333;
	}

.navbar-nav > li > a {
	color:white	
}

.gray {
	background-color: #666;
}
#menu {
	width: 70%;
	background: #666;
	position: absolute;
	top: 80px;
	right: 0;
	display: none;
}
#menu li {
	border-bottom: 1px solid #555;
}
#menu li:last-child {
	border-bottom: none;
}
#menu li a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 10px 0 10px 20px;
}
#menu li a:hover {
	color: #fff;
	background-color: #E95378;
}
/*----------------- Article -------------------------*/
article {
	padding:30px 20px;
}
article h1 {
	font-size:31px;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}
article h1 span {
	color: #ccc; font-size:25px;
}
article h3 {
	color: #8e7f3a;
	font-size: 22px;
	font-weight: normal;

}
.right { margin-top:25px;
}
.googleMapIndex {
	width: 100%;
	height: 300px;
	vertical-align: bottom;
}
/*----------------- index intro -------------------------*/
div#intro {
	background-image: url(../images/bg-s.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

article #introRight h1 {
	width:45%;
	height: 0;
	margin: 1em auto 0 auto;
	padding-bottom:40%;
	/*background-image: url(../images/logo-date.png);*/
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	text-indent: -9999px;
	border: 0;
}
#introRight h2 {
	font-size: 23px;
	font-weight: 800;
	margin-top: -8px;
}
#introRight {
	color: #333;
	font-size: 16px;
	line-height: 165%;
}
/*----------------table-------------------*/
.table-1 td, .table-1 th{
	padding:8px
}
.table-1 tr{
	border-bottom:1px solid #cecece
}
.table-1 th{
	border-top:1px solid #cecece
}

/*----------------- index event -------------------------*/
div#event {
	background: #F5F5F5;
}
.list {
}
.list li {
	margin-bottom: 20px;
}
.list li:last-child {
	margin-bottom: 0;
}
.list li span {
	display: inline-block;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 5px;
	background: #534B4B;
	color: #fff;
}
/*----------------- index ticket -------------------------*/
div#ticket {
	background: #edb722;
}
.list {
}
.list li {
	margin-bottom: 20px;
}
.list li:last-child {
	margin-bottom: 0;
}
.list li span {
	display: inline-block;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 5px;
	background: #534B4B;
	color: #fff;
}
#ticket .btn {
	padding: 20px 50px;
	font-size: 40px;
	-webkit-appearance: none;/*取消手機預設樣式*/
}
#ticket .btnStyle {
	background-color: #FFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	color: #F5A503;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	border: 0;
}
#ticket .btnStyle:hover {
	background: #8e7f3a;
	color: #FFF;
}
/*----------------- index expo -------------------------*/
div#expo {
}
.list {
}
.list li {
	margin-bottom: 20px;
}
.list li:last-child {
	margin-bottom: 0;
}
.list li span {
	display: inline-block;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 5px;
	background: #534B4B;
	color: #fff;
}
/*----------------- index contact -------------------------*/
div#contact {
	background: #F5F5F5;
}
/*-------------------titlt img--------------------*/
#title {
	width:300px;
	left:1px;
	background: url(../images/title-m.png) no-repeat center center;
	top: 0px;
	/*left: 10px;*/
    /*top:0;
	width: 525px;
	height: 60px;
	background: url(../images/title.png) no-repeat center center;
	cursor: pointer;*/
	z-index: 99999;
	text-indent: -9999px;
}
/*------------------toTop------------------------*/
#toTop {
	right: 10px;
	bottom: 150px;
	font-size: 13px;
}
}
