@charset "utf-8";
/* CSS Document */

@import 'reset.css';
@import url(http://fonts.googleapis.com/css?family=Philosopher);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400);


body, html {
	font-family: "STHeiti Light ", "Heiti TC", '微軟正黑體', "Microsoft JhengHei", sans-serif;
	line-height: 2em;
	letter-spacing: 0.5px;
	height: 100%;
	color: #8a7f7d;
}
a {
	text-decoration: none;
}
.en {
	font-family: Arial, Helvetica, sans-serif;
}
.en2 {
	font-family: 'Philosopher', sans-serif;
	font-weight: normal;
}
.en3{
	font-family: 'Lato', sans-serif;
}
/*主要版面*/
#wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	z-index: 5;
}
/*header*/
header {
	position:fixed;
	top: 0;
	left: 0px;
	width: 190px;
	height: 100%;
	background: #7accc7;
	z-index: 10;
	-webkit-transition: left 600ms linear 1000ms, width 400ms linear, height 400ms linear;
	-moz-transition: left 600ms linear 1000ms, width 400ms linear, height 400ms linear;
	-ms-transition: left 600ms linear 1000ms, width 400ms linear, height 400ms linear;
	-o-transition: left 600ms linear 1000ms, width 400ms linear, height 400ms linear;
	transition: left 600ms linear 1000ms, width 400ms linear, height 400ms linear;
}
header.hide {
	left: -190px;
}
.intro header {
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}
/*logo*/
.logo {
	margin: 60px 40px 40px;
	width: 120px;
}
.logo img{
	width:100%;
}
.mobile_logo, #nav a.showMobile {
	display: none;
}
/*logo下方slogan*/
.head_slogan {
	margin-left: 40px;
	color: #FFF;
	width: 500px;
	letter-spacing: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}
.head_slogan div {
	font-size: 40px;
	line-height: 50px;
	font-weight: normal;
}
/*menu*/
.mobileNav {
	position: absolute;
	top: 0;
	left: 0;
	padding: 7px 0;
	display: none;
	cursor: pointer;
}
.mobileNav li {
	height: 2px;
	width: 40px;
	margin: 10px;
	background: #FFF;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.mobileNav.closeNav li:nth-child(1) {
	margin-top: 24px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobileNav.closeNav li:nth-child(2) {
	opacity: 0;
}
.mobileNav.closeNav li:nth-child(3) {
	margin-top: -24px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav {
	position: absolute;
	bottom: 80px;
	left: 30px;
	width: 160px;
	height: 280px;
}

#nav .fb img {
	width: 32px;

}

#nav .fb a {
	width: 32px;
	border-radius: unset;

}

#nav .fb a:hover {
	color: unset;
	background: unset;
	transition:  unset;
}

#nav a {
	display: block;
	color: #FFF;
	overflow: hidden;
	height: 40px;
	width: 140px;
	line-height: 40px;
	padding:0 10px;
	
	border-radius:20px 0 0 20px;
}
#nav a span {
	display: block;
}

#nav a:hover {
	color: #8a7f7d;
	background:rgba(255,255,255,0.5);
	
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	transition: all 300ms linear;
}
#nav a.on {
	color: #8a7f7d;
	background: #FFF;
	text-align:right;
}
#nav a:hover span, #nav a.on span {
	margin-top: -40px;
}
/*外框*/
.box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 340px;
	height: 500px;
	border: #fff solid 8px;
	box-sizing: border-box;
	z-index: 5;
	margin: -250px 0 0 -170px;
	overflow: hidden;
	background: rgba(0,0,0,0.3);
}
.box.enterpage {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: #7accc7 solid 10px;
	background: none;
	margin: 0;
	-webkit-transition: all 600ms linear;
	-o-transition: all 600ms linear;
	-ms-transition: all 600ms linear;
	-moz-transition: all 600ms linear;
	transition: all 600ms linear;
	pointer-events: none;
}
footer{
	font-size:12px;
	text-align:center;
	padding:50px 10px 50px 190px;
	color: #8a7f7d;
}
footer > a{
	color: #8a7f7d;
}

/*內頁*/
#main {
	position: relative;
	padding: 10px 10px 10px 190px;
}
.title {
	position: relative;
	width: 100%;
	padding:100px 0;
}
.title h1 {
	position: relative;
	font-weight: normal;
	line-height: 60px;
	font-size: 18px;
	width: 200px;
	margin: 0 auto;
	padding: 40px 20px;
	text-align: center;
	border: #7accc7 solid 2px;
	color: #7accc7;
}
.title h1 span {
	font-size: 50px;
	line-height: 80px;
	display: block;
	color:#FFF;
}
.title div {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 220px;
}
.bgAbout {
	background: url(../images/bgAbout.jpg) no-repeat center center;
	background-size: cover;
}
.bgRoom {
	background: url(../images/bgRoom.jpg) no-repeat center center;
	background-size: cover;
}
.bgEnvironment {
	background: url(../images/bgEnvironment.jpg) no-repeat center center;
	background-size: cover;
}
.bgNews {
	background: url(../images/bgNews.jpg) no-repeat center center;
	background-size: cover;
}
.bgContent {
	background: url(../images/bgContent.jpg) no-repeat center center;
	background-size: cover;
}
.bgService {
	background: url(../images/bgService.jpg) no-repeat center center;
	background-size: cover;
}
.bgClass {
	background: url(../images/bgClass.jpg) no-repeat center center;
	background-size: cover;
}


.top{
	position:relative;
	margin:0 auto;
	width:35px;
	height:35px;
	text-align:center;
	border: #7accc7 solid 2px;
	box-sizing:border-box;
	cursor:pointer;
	font-size:12px;
	z-index:10;
	color: #FFF;
	background:#7accc7;
	line-height:31px;
}
.top:hover{
	color: #7accc7;
	background:#FFF;
}
/*內文*/
.content{
	margin:0 auto 60px auto;
	max-width:1120px;
	padding:0 40px;
	font-size:14px;
}
.subT{
	text-align:center;
	font-size:26px;
	font-weight:normal;
	margin-bottom:40px;
	color:#000;
}
.line{
	width:15px;
	height:1px;
	background:#000;
	margin:5px auto;
}
.subT span{
	font-size:30px;
	font-weight:300;	
}
/*首頁底圖*/
#intro {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 1;
}
#intro li {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
	
	-moz-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
#intro li.fadeIn {
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: -webkit-transform 8000ms cubic-bezier(0, 0, 1, 1);
	-moz-transition: -moz-transform 8000ms cubic-bezier(0, 0, 1, 1);
	-ms-transition: -ms-transform 8000ms cubic-bezier(0, 0, 1, 1);
	-o-transition: -o-transform 8000ms cubic-bezier(0, 0, 1, 1);
	transition: transform 8000ms cubic-bezier(0, 0, 1, 1);
	z-index: 2;
}
#intro img {
	position: absolute;
	height: 100%;
}
/*前導頁slogan*/
.slogan {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	padding: 20px;
	height: 100%;
	cursor: pointer;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.title_intro {
	font-size: 20px;
	margin-top: 60px;
	font-weight:400;
	
	opacity:0.8;
}
.slogan span.en3 {
	font-size: 30px;
	display: block;
	font-weight:300;
}
.logo_intro {
	height:170px;
	margin:10px 0;
}
.logo_intro img{
	height:100%;
}
.w_intro{
	opacity:0.8;
}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*瀏覽器更新提示*/
.browser {
	background: #7accc7;
	background: rgba(0,0,0,0.8);
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.updateInfo {
	position: absolute;
	width: 400px;
	height: 240px;
	background: #FFF;
	padding: 20px;
	border-radius: 5px;
	left: 50%;
	top: 50%;
	margin: -140px 0 0 -220px;
}
.updateInfo div {
	margin-top: 30px;
}
.updateInfo a {
	margin: 0 20px;
	text-align: center;
	float: left;
	font-size: 12px;
}
