html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size:16px;;
	font: inherit;
	font-family:Arial, "微軟正黑體 Light";
}

h1, h2, h3, h4, h5, h6, p{ letter-spacing:1px; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1; 
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
strong, b {
	font-weight: bold
}
em, i {
	font-style: italic
}
a{
	text-decoration:none; 
}
img{
	display:block;
}

input,select{
	vertical-align:middle;
} 
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}*/
/* iOS hack */
input[type="text"] {-webkit-appearance: none; border-radius: 0;}
input[type="password"] {-webkit-appearance: none; border-radius: 0;}
input[type="button"] {-webkit-appearance: none; border-radius: 0;font-family:Arial, "微軟正黑體"; cursor:pointer;}
select{border-radius: 0;-webkit-border-radius:0px;}
textarea{-webkit-appearance: none; border-radius: 0;}

.container{ width:1366px; margin:0 auto;}
.inner{ padding:40px 0;box-sizing:border-box;}
.img-responsive{ width:100%; height:auto;}
.left{ float:left;}
.right{ float:right;}

.animation{
	opacity: 0;
	transform: translate3d(0, 25%, 0);
	transition: all 1s ease;
}
.animation.active{
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.delighter {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
}

.delighter.started {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.bg{
	background:#e4007f;
}
.reserve{
	width:1024px;
	margin:0 auto;
	padding:40px 0;
	box-sizing:border-box;
}
.title{
	font-size:3.6rem;
	color:#fff;
	text-align:center;
	font-weight:bold;
	margin:30px 0;
	letter-spacing:3px;
}
.call{
	width:800px;
	height:110px;
	margin:50px auto;
}
.contact-form {
	width:100%;
	overflow:hidden;
}
.contact-form li{
	margin:0 0 15px 0;
	font-size:1.2rem;
	line-height:45px;
	color:#fff;
}
.contact-form li:last-child {
	text-align:center;
}
.text{
	font-size:1.1rem;
	line-height:1.6;
	width:95%;
	float:right;
	text-align:left;
	letter-spacing:2px;
}
.text p{
	text-indent:20px;
}
.text a{
	color:#00F;
	text-decoration:underline;
}
.contact-form li label{
	display:block;
	width:100%;
	font-size:1.6rem;
	line-height:1.8;
	color:#fff;
	font-weight:bold;
}
input[type="text"]{ 
    width:100%;
	height:50px; 
	border:1px solid #fff;
	border-radius:5px;
	padding:5px; 
	box-sizing:border-box;
	color:#333;
	font-size:18px;
	outline: none;
}
input[type="radio"]{
	width:18px; 
	height:45px;
	line-height:45px;
	vertical-align:middle;
    margin-top:-2px;
    margin-bottom:2px;
	margin-right:10px;
}
input[type="checkbox"]{
	width:20px; 
	height:20px;
	float:left;
}
input[type="submit"]{ 
    width:200px;
	height:65px;
	background:#ffff00;
	border-radius:5px;
	border:0;
	color:#000;
	cursor:pointer;
	font-size:22px;
	font-weight:bold;
	font-family:Arial, "微軟正黑體 Light";
	margin:40px 0 0 0;
}
input:hover[type="submit"]{
	background:#00a0e9;
	color:#fff;
	-webkit-transition: 0.3s;
}
input[type="text"]:focus{
}

textarea{
	width:100%; 
	max-width:100%; 
	min-height:150px; 
	border-radius:5px;
	border:1px solid #fff;
	padding:5px; 
	box-sizing:border-box;
	color:#333;
	font-size:18px;
	outline: none;
}
.footer{
	width:100%;
	overflow:hidden;
}
.footer li{
	width:25%;
	float:left;
	font-size:1.4rem;
	font-weight:bold;
	text-align:center;
	line-height:2;
	background:#222;
	letter-spacing:2px;
}
.footer li a{
	display:block;
	color:#fff;
	padding:25px 0;
	box-sizing:border-box;
}
.footer li a:hover{
	background:#444;
}
.privacy-wrap{
	width:1024px;
	margin:0 auto;
}
.style-1{
	font-size:1.8rem;
	text-align:center;
	color:#e4007f;
	font-weight:bold;
	line-height:2;
	border-bottom:1px solid #eee;
	margin:0 0 30px 0;
}
.style-2{
	font-size:1rem;
	line-height:1.8;
	color:#555;
}
.style-3{
	font-size:1rem;
	line-height:1.8;
	color:#e4007f;
	margin:20px 0;
}
.map{
	width:100%;
	height:500px;
}
.wrapper{
	width:1366px; 
	margin:0 auto;
}

 


@media (max-width: 1366px) {
}

