
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: 100%;
	font: inherit;
	font-family:Arial, "微軟正黑體";
	box-sizing:border-box;
}
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;
	background-color:#ececec;
}
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; 
}

.wrapper{ width:100%;}
.wrapper img{ width:100%; hight:850px;}
.main{ width:90%; margin:0 auto;}
.box{ padding:50px 0 50px 0; }
.bgwhite{ background-color:#FFF;}
.bgblack{ background-color:#115bb4;}
.boxss{ width:100%; padding:20px 0 20px 0; background-image: url(../images/04bg.jpg); background-position:center center; background-size:cover;}


h2{ width:60%; font-size:70px;font-weight:bold; line-height:80px; color:#bda78f; text-align:center; border-bottom:8px solid #bda78f; border-top:3px solid #bda78f; margin:0 auto;}
h3{width:50%; font-size:70px; line-height:90px; color:#585858; text-align:center; border-bottom:1px solid #585858; border-top:1px solid #585858; margin:0 auto;}
h4{font-size:70px;line-height:80px; color:#2d4934; padding-top:30px;text-align:center;}
h5{ width:100%; font-size:70px; line-height:234px; color:#585858; text-align:center; background-image:url(../images/bg.jpg); background-position:center center; background-size:cover; font-weight:600;}
h6{ width:100%; font-size:70px; line-height:140px;color:#115bb4; text-align:center;}
p{ font-size:44px; line-height:84px; color:#6c6c6c;padding:50px 0 50px 0;}
.shadow{box-shadow:-10px 10px 5px rgba(50%,50%,50%,0.5);}
.tel{ font-size:100px; padding-top:40px; padding-bottom:40px; text-align:center;}
.tel a{ color:#115bb4;}
.video{ width:1280px; height:720px; margin:0 auto; margin-top:40px;}

.map{
	width:100%;
	height:300px;
	margin-bottom:60px;
}
.footer{
	width:100%;
    position:fixed;
	bottom:0;
}
.footer li{
	width:25%;
	float:left;
	font-size:17px;
	line-height:30px;
	text-align:center;
	background:#333;
}
.footer li:nth-child(even){
	background:#444;
}

.footer li a{
	display:block;
	color:#fff;
	padding:15px 0;
	box-sizing:border-box;
}

.reserve{
	width:100%;
	background:#115bb4;
	padding:30px;
	box-sizing:border-box;
}
.reserve-title{
	font-size:50px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	margin-bottom:20px;
	letter-spacing:3px;
}
.reserve-title span{
	display:inline-block;
	border-bottom:1px solid #fff;
	padding-bottom:5px;
}

.form{
	width:90%;
	margin:0 auto;
	color:#fff;
}
.form li{
	width:100%;
	font-size:22px;
	line-height:30px;
	padding:5px 0;
	box-sizing:border-box;
	font-weight:bold;
	letter-spacing:2px;
}
.form li:nth-child(10),.form li:nth-child(13){
	font-size:18px;
	font-weight:normal;
}
.form li:last-child{
	text-align:center;
}

input[type="text"]{ 
    width:100%;
	height:42px; 
	border:none; 
	background:rgba(255,255,255,0.5); 
	padding:5px; 
	box-sizing:border-box;
	color:#fff;
	font-size:18px;
}
input[type="submit"]{
	width:150px; 
	height:44px;
	margin:0 auto;
	cursor: pointer;
	background:#bda78f;
	color:#fff;
	border:0;
	font-size:18px;
	font-family:Arial, "微軟正黑體";
}
textarea{
	width:100%; 
	max-width:100%; 
	min-height:100px; 
	border:none;
	background:rgba(255,255,255,0.5);
	padding:5px; 
	box-sizing:border-box;
	color:#fff;
}
.red{ color:#F60;}



@media (max-width: 1024px) {
h2{ width:70%; font-size:54px; line-height:80px;}
h3{ width:40%; font-size:54px; line-height:80px;}
h4{font-size:40px;}
h5{font-size:60px; }
h6{  font-size:60px; line-height:140px;}
p{ font-size:36px; line-height:60px;}
.tel{ font-size:80px;}
.video{ width:100%; height:576px; }
.reserve-title{
	font-size:40px;
}
.form{
	width:100%;
}
.form li{
	font-size:20px;
}
}


@media (max-width: 768px) {
h2{ width:77%; font-size:40px; line-height:70px;}
h3{ width:40%; font-size:40px; line-height:70px;}
h4{font-size:35px; line-height:50px;}
p{ font-size:32px; line-height:60px;}
h5{font-size:48px;line-height:150px;  }
h6{  font-size:48px;  line-height:80px;}
.tel{ font-size:50px;}
.video{ width:100%; height:432px; }
}


@media (max-width:640px) {
h2{ width:80%; font-size:30px; line-height:60px; } 
h3{ width:35%; font-size:30px; line-height:60px;}
h4{font-size:32px; line-height:50px;}
h5{font-size:36px;line-height:120px;  }
h6{ font-size:36px; line-height:60px; }
p{ font-size:28px; line-height:54px;}
.video{ width:100%; height:360px; }
.reserve-title{
	font-size:28px;
}
}

@media (max-width: 480px) {
h2{ width:90%; font-size:26px; line-height:60px; }
h3{ width:40%; font-size:26px; line-height:60px;}
h4{font-size:24px; line-height:40px;}
h5{font-size:30px; line-height:80px;  }
h6{  font-size:30px;line-height:48px;}
p{ font-size:20px; line-height:48px;padding:40px 0 40px 0;}
.tel{ font-size:40px;padding-top:20px; padding-bottom:20px;}
.video{ width:100%; height:270px; }
}

@media (min-width:320px) and (max-width:479px) {
h2{ width:85%; font-size:22px; line-height:40px; }
h3{ width:40%; font-size:22px; line-height:40px;}
h4{font-size:20px; line-height:36px;}
h5{font-size:24px;line-height:80px; }
h6{ font-size:20px;  line-height:36px;}
p{ font-size:18px; line-height:36px;}
.tel{ font-size:40px;}
.video{ width:100%; height:180px; }
}