


/* head */
.head{background:url(../service/topimg.jpg);}




/* event1 */
.event1{
	margin:-150px auto 30px auto;
	max-width:1000px;
	width:90%;
}
.event1 img{
	float:right;
	margin-left:20px;
	width:50%;
	max-width:500px;
}

.event1 h1{
	font-family: 'Staatliches', sans-serif;
	letter-spacing:5px;
	font-size:65px;
	color:#FF0;
	line-height:65px;
}
.event1 h2{
	padding:30px 0px 20px 0px;
	font-size:18px;
	font-weight:bold;
}

/* event2 */
.event2{
	margin:30px auto;
	max-width:1000px;
	width:90%;
}
.event2 img{
	width:50%;
	max-width:400px;
	float:left;
	margin-right:20px;
}

.event2 h1{
	padding:30px 0px 20px 0px;
	font-size:18px;
	font-weight:bold;
}




/* best */
.best{
	background:url(../service/beststage.jpg) center top no-repeat;
	height:500px;
	text-align:center;
}

.best h1{
	padding:200px 0px 20px 0px;
	font-size:20px;
	font-weight:bold;
}
.best h2{
	font-family: 'Staatliches', sans-serif;
	letter-spacing:5px;
	font-size:65px;
	line-height:65px;
	color:#F5911E;
}


/* rent */
.rent{
	margin:100px auto;
	background:url(../service/rental-bg.jpg) center top no-repeat;
	height:650px;
}
.rent div{
	margin:0px auto;
	padding:50px 20px;
	max-width:1100px;
	margin-left:200px;
}
.rent h1{
	font-family: 'Staatliches', sans-serif;
	letter-spacing:5px;
	font-size:65px;
	color:#FF0;
}
.rent h2{
	padding:30px 0px 20px 0px;
	font-size:18px;
	font-weight:bold;
}

.rent .img{
	float:right;
	margin-left:20px;
}
.rent li{
	float:left;
	margin:10px 20px 10px 0px;
}

.rent a{
	display:block;
	font-size:20px;
	font-weight:bold;
	padding:10px 0px;
}
.event1:after, .event2:after, .best:after, .rent:after{
	content:"";
	display:block;
	clear:both;
}



@media only screen and (max-width: 768px) {
.info{
	display:none;
}
article{
	margin-left:0px;
}

.head{background-position:50% 0%;}



.event1 h1, .rent h1{
	font-size:40px;
	text-align:center;
}
.event1 h2, .event2 h1{
	padding:10px 0px;
	font-size:16px;
	text-align:center;
}
.event1 img, .event2 img{
	width:90%;
	max-width:none;
	display:block;
	margin:auto;
	float:none;
}


.rent div{
	margin-left:0px;
}
.rent .img{
	display:none;
}

.rent li{
	width:30%;
	margin:10px;
}

.rent li img{
	width:100%;
}
.rent a{
	text-align:center;
}



}


