@charset "utf-8";
/* CSS Document */
.outerWrap{
position:relative;
margin:0;
padding:0;
width:100%;}
/*關於我們*/
.aboutBox{
padding:80px 0;
position:relative;
background:url(../images/homeBg.jpg);
background-size:100% auto;

}
.aboutBox .Img{
	text-align:center;
	width:100%;
}
.aboutBox .Img img{
display:inline-block;
max-width:100%;
}
.aboutBox .Txt{
text-align:center;
font-family: "微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
font-size: 15px;
color: #545454;
line-height: 2;
padding:0;
width:100%;
}
.aboutBox .Txt h2{
	font-size:21px;
	color:#8e7d63;
	padding:20px 0;
	color:#806e52;
	font-weight:normal;}
.aboutBox a.more{
font-size:15px;
color:#5d483c;
}
.aboutBox a.more:hover{
	text-decoration:underline;}
.roomArea{
padding: 20px 0px;
background:url(../images/roomBg.jpg);
background-size:cover;
width:100%;
overflow:hidden;
margin:0;
}
.roomArea h3{
padding: 50px 0 0 0;
font-size:28px;
line-height:60px;
color:#fff;
font-family: "微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
font-weight:normal;
text-align:center;
background:url(../images/roomTitleBox.png) no-repeat top center;

}
.roomArea div.roomHomeBox{
	background:url(../images/roomDecoration.png) no-repeat top left;
	padding:120px 0 50px 0;
	background-size:100%;
}
.roomArea ul{
	
}
.roomArea ul li{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding:10px;
	background:#fff;
	max-height:450px;
	width:25%;
}
.roomArea ul li:hover{
	margin-top:10px;
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);}
.roomArea ul li div.Img{
display:block;
}
.roomArea ul li div.Img img{
width:100%;margin:0;
padding:0;}
.roomArea ul li div.Txt{
padding:20px 0;
margin:0px;
}
.roomArea ul li div.Txt h2{
font-weight:normal;
text-align:center;
}
.roomArea ul li div.Txt h2 a{
font-size:16px;
color:#666666;
font-family: "微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
}
.roomArea ul li div.Txt p{
padding:10px 0;
color:#ababab;
font-size:13px;
font-family: "微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
text-align:center;
}





@media (max-width: 767px){
.roomArea div.roomHomeBox{
	background:url(../images/roomDecoration.png) no-repeat top left;
	padding:80px 0 50px 0;
	background-size:130%;
}
}

@media (max-width: 520px){
.roomArea div.roomHomeBox{
	background:url(../images/roomDecoration.png) no-repeat top left;
	padding:50px 0 50px 0;
	background-size:130%;
}
}
@media (max-width:450px){
	.roomArea ul li{

	width:50%;
}
}