/*--------------copyright by alva start-------------------------------*/
* {
    padding: 0px;
    margin: 0px;
}

ul {
    margin-bottom: 0px;
	list-style:none;
}

body {
    font-family: Arial, sans-serif, "微軟正黑體", "Microsoft JhengHei";
    position: relative;
    font-size: 16px;
	color:#000;
	line-height:30px;
	letter-spacing:1px;
}

a {
    display: block;
}
a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
}

/*----header area-------------------------------------------------------------------------------------------------------------------*/
/*---navbar----------------------------------------------------------------*/
.navbar {
	position: relative;
	top:0;
	left:0;
	right:0;
	width:100%;
	background:#121211;
	text-align:center;
	z-index:999;
	padding:1% 0;
	border-radius:0;
	margin:0;
	min-height:auto;
}
	.navlogo {
		display:inline-block;
		vertical-align:middle;
		width:15%;
	}
	.ibutton {
		display:inline-block;
		vertical-align:middle;
		width:60%;
	}
		.ibutton ul {
		}
			.ibutton li {
				display: inline-block;
				width: 11%;
				vertical-align: bottom;
				padding:1%;
			}
				.ibutton li img {
					width:100%;
				}
/*---navfix---*/
.navfix,.ontop {
	position:fixed;
	top:0;
	left:0;
	width:100%;
}
/*---mobile ibutton----------------------------------------------------*/
.mibutton {
	position: fixed;
	top: 9px;
    right: 6px;
	width: 50px;
	height: 40px;
	padding: 0 10px;
	border-radius: 7px;
	font-size: 12px;
	z-index: 10;
	cursor:pointer;
	display:none;
	border-radius:2px 0px 2px 2px;
}
	.mibutton span {
		display: inline-block;
		width: 29px;
		height: 2px;
		background: #ad4169;
		transition: .3s ease all;
		position: absolute;
		left:11px;
	}
		.mibutton span:nth-child(1) {
			top:10px;
		}
		.mibutton span:nth-child(2) {
			top:19px;
		}
		.mibutton span:nth-child(3) {
			top:29px;
		
		}
	.mibutton_ani span {
		background:#978b81;
	}
		.mibutton_ani span:nth-child(1) {
			-webkit-transform:rotate(45deg);
					transform:rotate(45deg);
			-webkit-transform-origin:left top;
					transform-origin:left top;
		}
		.mibutton_ani span:nth-child(2) {
			display: none;
		}
		.mibutton_ani span:nth-child(3) {
			-webkit-transform:rotate(-45deg);
					transform:rotate(-45deg);
			-webkit-transform-origin:left bottom;
					transform-origin:left bottom;
		}
		@media screen and (max-width:1300px) {
			.navbar {
				position:fixed;
			}
			.ibutton {
				width:80%;
			}
			.ibutton li {
				width:11%;
			}
			.blueberry {
				margin-top: 7%;
			}
		}
		@media screen and (max-width:1050px) {
			.mibutton {
				display:block;
			}
			.ibutton {
				display:none;
				width:100%;
			}
			.navbar {
				padding:2% 0;
				box-shadow: 0px 0px 10px rgba(0,0,0,.3);
			}
			.navlogo {
				display: block;
				width: auto;
				margin: 0 auto;
			}
		}
		@media screen and (max-width:800px) {
			.ibutton {
				padding:2% 0 0 0;
			}
			.ibutton li {
				width:14%;
				display:block;
				margin:0 auto;
			}
			.blueberry {
				margin-top: 9%;
			}
		}
		@media screen and (max-width:640px) {
			.ibutton li {
				width:17%;
			}
			.blueberry {
				margin-top: 10%;
			}
		}
		@media screen and (max-width:520px) {
			.ibutton li {
				width:21%;
			}
			.blueberry {
				margin-top: 12%;
			}
		}
		@media screen and (max-width:435px) {
			.ibutton li {
				width:25%;
			}
			.blueberry {
				margin-top: 13%;
			}
		}
		@media screen and (max-width:365px) {
			.navlogo a {
				padding:1%;
			}
			.navlogo img {
				width:50%;
			}
			.ibutton li {
				width:28%;
			}
			.mibutton {
				top:3px;
				right:3px;
			}
			.blueberry {
				margin-top: 15%;
			}
		}

/*blueberry*/
.blueberry .pager {
	display:none;
}
/*mask*/
#mask_area {
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:9999;
	width:100%;
}
	.mask {
		background: url(../../images/mask.jpg) top center no-repeat;
		background-size:cover;
		width: 100vw;
		height: 100vh;
		z-index:9999;
		cursor:pointer;
	}
	.ilogo {
		text-align:center;
		position:absolute;
		top:25%;
		left:calc(50% - 98px);
	}
	.scroll {
		animation:sing 1.5s infinite;
		text-align:center;
		transform: translateY(20px);
	}
	@keyframes sing {
		0% {
			opacity:0;
		}
		50% {
			opacity:1;
		}
		100% {
			transform: translateY(50px);
			opacity:0;
		}
	}
	@media screen and (max-width:400px) {
		.ilogo {
			top: 18%;
			left: 28%;
			width: 45%;
		}
		.ilogo img {
			width:100%;
		}
		.scroll {
			width:45%;
			margin:0 auto;
		}
	}
/*---dex_mask------------------------------------------------------------------------------------------------------------------------------*/
.dex_mask {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
	.dex_mask img {
		width:100%;
	}
/*---inews-----------------------------------------------------------------------------------------------------------------------------*/
.inews {
	background:url(../../images/inews_bg.jpg) top center no-repeat;
	background-size:cover;
	padding:2% 2% 3%;
	text-align:center;
}
	.inews_title {
		display: inline-block;
		width:35%;
		vertical-align:middle;
		text-align:center;
	}
	.inews table {
		display:inline-block;
		width:60%;
		vertical-align:middle;
		text-align:left;
	}
		.inews table a {
			color:#252525;
		}
	table.newsline {
		width: 100%;
	}
		@media screen and (max-width:1050px){
			.inews_title {
				width: 35%;
				padding: 1% 5%;
			}
			.inews_title img {
				width:100%;
			}
		}
		@media screen and (max-width:430px){
			.inews_title {
				padding: 2% 2%;
			}
		}
/*---about1-----------------------------------------------------------------------------------------------------------------------------------*/
.about1 {
	background:url(../../images/about1_bg.jpg) top left no-repeat;
	background-size:cover;
	text-align:right;
}
	.a1_img {
		background:url(../../images/about1_mask.png) top right no-repeat;
		padding:6% 0 7%;
	}
	@media screen and (max-width:1270px) {
		.a1_img {
			background-size:contain;
		}
		.a1_img img {
			width:80%;
		}
	}
	@media screen and (max-width:700px) {
		.a1_img {
			padding: 10% 0 10%;
		}
	}
	@media screen and (max-width:400px) {
		.a1_img {
			padding: 11% 0 12%;
		}
		.a1_img img {
			width:85%;
		}
	}
/*---about2--------------------------------------------------------------------------------------------------------------------------------*/
.about2 {
	background:  url(../../images/about2_mask.png) top left no-repeat,url(../../images/about2_bg.jpg) top right no-repeat fixed;
	background-size:cover, cover;
	padding: 6% 0 10%;
}
	.a2_text {
		width:40%;
		margin:0 auto;
		text-align:right;
	}
		.a2_title {
			position: relative;
			margin-bottom: -7%;
			margin-right: 15%;
		}
		.a2_text span {
			background:rgba(0,0,0,.5);
			text-align:left;
			padding:12%;
			color:#fff;
			display:block;
		}
		@media screen and (max-width:1500px) {
			.about2 {
				padding: 5% 0 17%;
			}
			.a2_text span {
				padding:10%;
			}
		}
		@media screen and (max-width:1200px) {
			.a2_text{
				width:50%;
			}
		}
		@media screen and (max-width:1000px) {
			.about2 {
				padding: 6% 0 20%;
			}
			.a2_text{
				width:65%;
			}
		}
		@media screen and (max-width:640px) {
			.about2 {
				padding: 6% 0 20%;
			}
			.a2_text{
				width:75%;
			}
		}
		@media screen and (max-width:550px) {
			.about2 {
				padding: 6% 0 20%;
				background-attachment:inherit;
			}
			.a2_text{
				width:85%;
			}
			.a2_title {
				margin-bottom: -10%;
			}
				.a2_title img {
					width:17%;
				}
		}
/*---about3--------------------------------------------------------------------------------------------------------------------------*/
.about3 {
	background:url(../../images/about3_mask.png) top right no-repeat, url(../../images/about3_bg.jpg) top left no-repeat fixed;
	background-size:cover;
	text-align:center;
	padding:3% 0 7%;
}
	/*a3_title*/
	.a3_title {
		text-align:right;
		padding-right:4%;
	}
		.a3_title img {
			width:40%;
		}
	/*a3_img*/
	.a3_img {
		display:inline-block;
		width:33%;
		vertical-align:top;
		padding:0 5px;
		text-align:left;
	}
		.a3_img:nth-of-type(3) {
			padding-top:7%;
		}
		.a3_img img {
			width:100%;
		}
		.a3_img span {
			display:block;
			color:#000;
			text-align:left;
			padding: 7% 3% 0 10%;
		}
		@media screen and (max-width:1200px) {
			.about3 {
				padding:5% 0 8%;
			}
			.a3_img {
				width:43%;
			}
		}
		@media screen and (max-width:890px) {
			.about3 {
				padding:7% 0 10%;
			}
			.a3_img {
				width:46%;
			}
			.a3_img span {
				padding:7% 0 0 0;
			}
		}
		@media screen and (max-width:700px) {
			.a3_title {
				padding-bottom: 4%;
			}
				.a3_title img {
					width:50%;
				}
			.a3_img {
				width: 75%;
				display: block;
				margin: 0 auto;
				padding: 1%;
			}
		}
		@media screen and (max-width:450px) {
			.a3_img {
				width:90%;
			}
			.a3_title img {
				width: 55%;
			}
			.about3 {
				background-attachment:inherit;
			}
		}
/*---about4--------------------------------------------------------------------------------------------------------------------------------*/
.about4 {
	background:url(../../images/about4_bg.jpg) top left no-repeat fixed;
	background-size:cover;
	min-height:540px;
	box-shadow: inset 0px 3px 15px rgba(0,0,0,.3);
}
	@media screen and (max-width:1200px) {
		.about4 {
			min-height:500px;
		}
	}
	@media screen and (max-width:900px) {
		.about4 {
			min-height:440px;
		}
	}
	@media screen and (max-width:650px) {
		.about4 {
			min-height:400px;
			background-attachment:inherit;
		}
	}
	@media screen and (max-width:500px) {
		.about4 {
			min-height:300px;
		}
	}
	@media screen and (max-width:400px) {
		.about4 {
			min-height:250px;
		}
	}
/*---footer------------------------------------------------------------------------------------------------------------------------------------*/
.footer {
	background:url(../../images/f_bg.jpg) top center no-repeat;
	background-size:cover;
	text-align:center;
	padding:4% 15% 2%;
}
	/*footer_logo*/
	.footer_logo {
		display:inline-block;
		vertical-align:bottom;
		width:30%;
	}
	/*f_info*/
	.f_info {
		display:inline-block;
		vertical-align:bottom;
		width:25%;
		text-align:left;
		color:#fff;
		font-size:16px;
		letter-spacing:2px;
	}
	/*f_icon*/
	.f_icon {
		display:inline-block;
		vertical-align:bottom;
		width:42%;
		text-align:right;
	}
		.f_icon li {
			display:inline-block;
			vertical-align:top;
			width:20%;
			padding:1%;
		}
		.f_icon a:hover {
			animation:imgflash 1.2s;
		}
			.f_icon li img {
				width:100%;
			}
		@keyframes imgflash {
			0% {
				opacity:.5;
			}
			100% {
				opacity:1;
			}
		}
	/*copyright*/
	.copyright {
		color:#6e6e6e;
		font-size:14px;
		text-align:right;
		padding: 2% 2% 1% 1%;
	}
		.copyright a {
			color:#6e6e6e;
			font-size:14px;
			display:inline-block;
			transition:.2s ease-out;
		}
		.copyright a:hover {
			color:#fff;
		}
		@media screen and (max-width:1480px) {
			.footer {
				padding: 4% 8% 3%;
			}
		}
		@media screen and (max-width:1230px) {
			.footer {
				padding: 4% 5% 3%;
			}
			.footer_logo {
				text-align:left;
				width:27%;
			}
			.f_info {
				width:30%;
			}
			.f_icon {
				width:40%;
			}
			.f_icon li {
				width:23%;
			}
		}
		@media screen and (max-width:970px) {
			.footer_logo {
				display: block;
				margin: 0 auto;
				padding-bottom: 4%;
				text-align: center;
				width:auto;
			}
			.f_info {
				width:40%;
			}
			.f_icon {
				width:45%;
			}
			.copyright  {
				padding: 3% 2% 1% 1%;
			}
		}
		@media screen and (max-width:730px) {
			.f_info {
				width: 100%;
				padding-left: 30%;
				display: block;
			}
			.f_icon {
				width: 58%;
				display: block;
				margin: 0 auto;
				padding-top: 3%;
				text-align:center;
			}
		}
		@media screen and (max-width:540px) {
			.footer_logo img {
				width:45%;
			}
			.f_info {
				padding-left: 20%;
			}
			.f_icon {
				width:75%;
			}
		}
		@media screen and (max-width:400px) {
			.footer_logo img {
				width: 50%;
				padding: 1% 0;
			}
			.f_info {
				padding-left: 10%;
			}
			.f_icon {
				width:95%;
			}
		}
		@media screen and (max-width:340px) {
			.f_info {
				padding-left: 5%;
			}
		}
/*---fac---------------------------------------------------------------------------------------------------------------------------------------*/
.fac {
	text-align:center;
	background:url(../../images/fac_bg01.png) top left no-repeat;
	background-size:cover;
	padding: 14% 2% 22%;
}
	/*fac_title*/
	.fac_title {
		text-align:right;
		padding: 0 26% 8%;
	}
	/*fac_img01*/
	.fac_img01 {
	}
	/*fac_img02*/
	.fac_img02 {
		padding:2% 0 0 0;
	}
		.fac_img02 span {
			display: inline-block;
			vertical-align: top;
			text-align: left;
			padding: 13% 0 0 3%;
			color:#fff;
		}
		@media screen and (max-width:1230px) {
			.fac_title {
				padding: 0 6% 8%;
			}
			.fac_img01 img {
				width:85%;
			}
			.fac_img02 {
				padding: 3% 0 0 0;
			}
			.fac_img02 img {
				width:55%;
			}
		}
		@media screen and (max-width:1000px) {
			.fac_title img {
				width:60%;
			}
			.fac_img02 span {
				width:40%;
			}
		}
		@media screen and (max-width:815px) {
			.fac_img02 span {
				padding: 3% 0 0 3%;
			}
		}
		@media screen and (max-width:690px) {
			.fac {
				padding: 17% 2% 22%;
			}
			.fac_img02 img {
				width: 75%;
				display: block;
				margin: 0 auto;
			}
			.fac_img02 span {
				width: 100%;
				display: block;
				padding:3% 0 0 5%;
			}
		}
		@media screen and (max-width:500px) {
			.fac {
				padding: 20% 3% 22%;
			}
			.fac_title {
				padding: 0 2% 8%;
			}
			.fac_title img {
				width: 65%;
			}
			.fac_img01 img,.fac_img02 img {
				width:100%;
			}
			.fac_img02 {
				padding: 5% 0 0 0;
			}
			.fac_img02 span {
				padding: 3% 0 0 0%;
				line-height: 25px;
				font-size: 16px;
			}
		}
		@media screen and (max-width:400px) {
			.fac {
				padding: 23% 3% 22%;
			}
			.fac_title img {
				width: 70%;
			}
		}
/*fac2*/
.fac2 {
	background:url(../../images/fac_bg02.jpg) top center no-repeat fixed;
	background-size:cover;
	position: relative;
    margin-top: -40%;
    z-index: -1;
}
	.fac2_poem {
		text-align:right;
		padding: 30% 19% 28% 0;
	}
	@media screen and (max-width:900px) {
		.fac2_poem {
			padding: 40% 7% 33% 0;
		}
	}
	@media screen and (max-width:500px) {
		.fac2_poem {
			padding: 47% 7% 40% 0;
		}
		.fac2_poem img {
			width:30%;
		}
		.fac2 {
			background-position-x: 65%;
			background-attachment:inherit;
		}
	}
/*fac3*/
.fac3 {
	background:url(../../images/fac3_bg.png) top center no-repeat;
	background-size:cover;
	min-height:528px;
	text-align:center;
}
	.fac3_title {
		display:inline-block;
		vertical-align:bottom;
		width:30%;
		padding:0 2% 0 0;
	}
	.fac3_img {
		display:inline-block;
		vertical-align:bottom;
		position:relative;
		margin-top:-4%;
		width:58%;
	}
	@media screen and (max-width:1530px) {
		.fac3 {
			min-height: auto;
			padding-bottom: 7%;
		}
		.fac3_title {
			padding:0 1% 2%;
		}
		.fac3_title img {
			width:100%;
		}
		.fac3_img {
			width:60%;
		}
		.fac3_img img {
			width:100%;
		}
	}
	@media screen and (max-width:1000px) {
		.fac3_title {
			width:33%;
		}
		.fac3_img {
			width: 63%;
		}
	}
	@media screen and (max-width:700px) {
		.fac3_title {
			display: block;
			margin: 0 auto;
			width: 57%;
			padding: 6% 2% 6%;
		}
		.fac3_img {
			width: 76%;
			display: block;
			margin: 0 auto;
		}
	}
	@media screen and (max-width:540px) {
		.fac3_title {
			width: 67%;
		}
		.fac3_img {
			width: 85%;
		}
	}
	@media screen and (max-width:400px) {
		.fac3_title {
			width: 75%;
		}
		.fac3_img {
			width: 95%;
		}
		.fac2 {
			background:none;
		}
		.fac2_poem {
			background: url(../../images/fac_bg02.jpg) top center no-repeat;
			background-size: cover;
		}
	}
/*---room---------------------------------------------------------------------------------------------------------------------------------*/
.room {
	background:url(../../images/room_bg.jpg) top left no-repeat fixed;
	background-size:cover;
	text-align:center;
	padding: 13% 5% 8%;
}
	/*room_title*/
	.room_title {
		display:inline-block;
		width:40%;
		vertical-align:top;
		padding: 15% 2% 0 0;
	}
	/*room_menu*/
	.room_menu {
		display:inline-block;
		vertical-align:top;
		width:57%;
	}
		/*rmenu*/
		.rmenu,.rmenu a {
			width:100%;
			height:230px;
			position:relative;
			transition:.3s ease-in-out;
			box-shadow:0px 0px 10px rgba(0,0,0,.5);
			margin-bottom:3%;
		}
		.room_menu a:before {
			content:'';
			position:absolute;
			top:0;
			left:0;
			width:100%;
			height:100%;
			background:rgba(0,0,0,.4);
			transition:.2s ease-in-out;
		}
			/*rm_title*/
			.rm_title {
				text-align:center;
				width:40%;
				display: inline-block;
				vertical-align: top;
				height: 100%;
				height:100%;
				padding: 5% 0 0 0;
				transition:.2s ease-in-out;
			}
			#tmt1 {
				background:url(../../images/rmenu_bg.png) bottom left no-repeat,#2e0b09;
			}
			#tmt2 {
				background:url(../../images/rmenu_bg.png) bottom left no-repeat,#1d0822;
			}
			#tmt3 {
				background:url(../../images/rmenu_bg.png) bottom left no-repeat,#0c0822;
			}
			#tmt4 {
				background:url(../../images/rmenu_bg.png) bottom left no-repeat,#082221;
			}
			#tmt5 {
				background:url(../../images/rmenu_bg.png) bottom left no-repeat,#222008;
			}
				.rm_title img {
				}
				h1 {
					font-size:16px;
					color:#7b726c;
					margin:0;
					letter-spacing:0px;
					font-family:Aparajita;
					padding:4% 0 3%;
					transition:.2s ease-in;
				}
				h2 {
					font-size:20px;
					color:#fff;
					letter-spacing:2px;
					line-height:30px;
					margin:0;
					position:relative;
					transition:.2s ease-in;
				}
					h2:after {
						content:'';
						background:#978b81;
						height:9px;
						width:60px;
						position:absolute;
						left:calc(50% - 30px);
						bottom:-40%;
					}
			/*rm_img*/
			.rm_img {
				width: 60%;
				height: 100%;
				display: inline-block;
				float:right;
				overflow:hidden;
			}
				.rm_img div {
					background-size:cover;
					height:100%;
					transition:.2s ease-out;
					background-position:center;
				}
				/*hover時樣式*/
				.rmenu a:hover #tmt1,.rmenu a:hover #tmt2,.rmenu a:hover #tmt3,.rmenu a:hover #tmt4,.rmenu a:hover #tmt5 {
					background:url(../../images/rmenu_bg.png) bottom left no-repeat,#fff;
				}
				.room_menu a:hover:before {
					opacity:0;
				}
				.room_menu a:hover .rm_img div {
					animation:rmimg 3s alternate;
				}
				@keyframes rmimg {
					0% {
						transform:scale(1);
					}
					100% {
						transform:scale(1.2);
					}
				}
				.room_menu a:hover h1,.room_menu a:hover h2 {
					color:#393939;
				}
				@media screen and (max-width:1565px) {
					.room_title img {
						width:100%;
					}
				}
				@media screen and (max-width:1100px) {
					.room_title {
						width: 45%;
						padding: 0% 2% 6%;
						display: block;
						margin: 0 auto;
					}
					.room_menu {
						display:block;
						margin:0 auto;
						width:75%;
					}
				}
				@media screen and (max-width:735px) {
					.room {
						padding: 16% 5% 8%;
					}
					.rmenu,.rmenu a {
						height:210px;
					}
					.room_title {
						width: 55%;
						padding: 2% 2% 10%;
					}
					.room_menu {
						width:90%;
					}
				}
				@media screen and (max-width:550px) {
					.room {
						padding: 16% 5% 8%;
						background-position-x: 19%;
						background-attachment:inherit;
					}
					.rmenu,.rmenu a {
						height:200px;
					}
					.room_title {
						width: 70%;
						padding: 5% 2% 13%;
					}
					.room_menu {
						width:100%;
					}
					h2 {
						font-size:18px;
					}
					.room_menu a:before {
						background: rgba(0,0,0,.1);
					}
				}
				@media screen and (max-width:450px) {
					.rmenu,.rmenu a {
						height:180px;
					}
					.rm_title {
						padding: 3% 1% 0;
					}
				}
				@media screen and (max-width:390px) {
					.room_title {
						width: 75%;
						padding: 10% 3% 13%;
					}
					.rmenu, .rmenu a {
						height: 170px;
						margin-bottom: 5%;
					}
					h1 {
						font-size:14px;
					}
					h2 {
						font-size: 16px;
					}
					.rm_title img {
						width: 70%;
					}
					h2:after {
						height:4px;
						bottom:-20%;
					}
				}
				@media screen and (max-width:365px) {
					.rmenu, .rmenu a {
						height: 150px;
						margin-bottom: 7%;
					}
					h2 {
						line-height:25px;
						letter-spacing:1px;
					}
				}
/*---inroom------------------------------------------------------------------------------------------------------------------------------*/
.inroom {
	background:#353535;
	margin-top:6%;
}
	/*rmbt_area*/
	.rmbt_area {
		display:inline-block;
		width:30%;
		vertical-align:top;
		background:url(../../images/inroom_bg.png) top left no-repeat;
		background-size:cover;
		text-align:center;
		padding:0 3%;
		float:left;
		height:100%;
	}
		/*inroom_title*/
		.inroom_title {
			padding:10% 0 10%;
		}
			.inroom_title img {
				width:55%;
			}
		/*rmbt*/
		.rmbt {
		}
			.rmbt ul {
			}
				.rmbt li {
					display:block;
					padding:0 0 5px;
				}
					.rmbt li img {
						width:75%;
					}
	/*room_slider*/
	.room_slider {
		position:relative;
		display:inline-block;
		width:70%;
		vertical-align:top;
	}
		#wowslider-container1 {
			position:relative;
		}
		/*room_deco*/
		.room_deco {
			position:absolute;
			left:0;
			top:0;
			background:rgba(0,0,0,.5);
			padding: 4% 2%;
			border-right: solid 1px #fff;
			height: 100%;
			width:6%;
		}
			.room_deco img {
				width:85%;
			}
			@media screen and (max-width:1300px) {
				.inroom {
					margin-top:7%;
				}
			}
			@media screen and (max-width:1000px) {
				.inroom {
					margin-top:8%;
				}
				.inroom_title {
					padding: 4% 0 3%;
					width: 20%;
					display: inline-block;
					vertical-align: middle;
				}
					.inroom_title img {
						width:100%;
					}
				.rmbt_area {
					width:100%;
					display:block;
				}
				.rmbt {
					width: 100%;
					display: inline-block;
					vertical-align: middle;
					padding-bottom:2%;
				}
					.rmbt li {
						display: inline-block;
						width: 32%;
						vertical-align: middle;
						padding: 1%;
					}
						.rmbt li img {
							width:100%;
						}
				.room_slider {
					width:100%;
				}
			}
			@media screen and (max-width:700px) {
				.rmbt_area {
					padding:0;
				}
				.inroom {
					margin-top:9%;
				}
				.inroom_title {
					width:24%;
				}
			}
			@media screen and (max-width:550px) {
				.inroom {
					margin-top:11%;
				}
				.inroom_title {
					width:24%;
				}
				.rmbt li {
					width: 45%;
					padding: 1%;
				}
			}
			@media screen and (max-width:490px) {
				.inroom {
					margin-top: 12%;
				}
				.inroom_title {
					width: 30%;
					padding: 5% 0 4%;
				}
				.rmbt li {
					width:48%;
				}
			}
			@media screen and (max-width:400px) {
				.inroom {
					margin-top: 14%;
				}
				.inroom_title {
					width: 36%;
					padding: 7% 0 6%;
				}
				.rmbt li {
					width:49%;
				}
			}
			@media screen and (max-width:350px) {
				.inroom {
					margin-top: 17%;
				}
			}
/*---room_text------------------------------------------------------------------------------------------------------------------------*/
.room_text {
	text-align:center;
	background:#292929;
	position:relative;
}
	.room_text:after {
		content:'';
		position:absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 33px 17.5px 0 17.5px;
		border-color: #292929 transparent transparent transparent;
		bottom:-33px;
		left:calc(50% - 17.5px);
		z-index:5;
	}
	.room_text img {
		padding:3% 0 2%;
		display: block;
		margin: 0 auto;
	}
	.room_text span {
		color:#fff;
		font-size:18px;
		line-height:40px;
		text-align:left;
		width:30%;
		letter-spacing:2px;
		margin:0 auto;
		padding-bottom:4%;
		display:block;
	}
	@media screen and (max-width:1360px) {
		.room_text span {
			width:40%;
			padding-bottom: 6%;
		}
	}
	@media screen and (max-width:1060px) {
		.room_text img {
			padding: 4% 0 3%;
		}
		.room_text span {
			width:50%;
		}
	}
	@media screen and (max-width:875px) {
		.room_text img {
			padding: 4% 0 3%;
		}
		.room_text span {
			width:80%;
			line-height:35px;
		}
	}
	@media screen and (max-width:600px) {
		.room_text img {
			padding: 6% 0 4%;
			width:60%;
		}
		.room_text span {
			width:90%;
			font-size:16px;
			padding-bottom: 8%;
		}
	}
	@media screen and (max-width:700px) {
		.room_text img {
			width:70%;
		}
		.room_text span {
			padding-bottom:10%;
		}
	}
/*---roomb_area---------------------------------------------------------------------------------------------------------------------------------*/
.roomb_area {
	text-align:center;
	padding:5% 2%;
	background:#fff;
}
	.roomb {
		text-align:left;
		display:inline-block;
		width:42%;
		vertical-align:top;
		padding:0 2%;
	}
		.roomb:last-of-type {
			margin-left:10%;
		}
		.roomb_title {
			text-align:left;
			padding:0 0 5% 0;
		}
		@media screen and (max-width:1400px) {
			.roomb {
				width:49%;
			}
			.roomb:last-of-type {
				margin-left:0;
			}
		}
		@media screen and (max-width:1000px) {
			.roomb_area {
				padding: 7% 2%;
			}
			.roomb {
				width: 80%;
				display: block;
				padding: 0 2% 5%;
			}
		}
		@media screen and (max-width:700px) {
			.roomb {
				width:100%;
			}
			.roomb_title img {
				width:60%;
			}
		}
		@media screen and (max-width:400px) {
			.roomb_area {
				padding: 10% 2%;
			}
			.roomb_title img {
				width:80%;
			}
		}
/*---inbanner------------------------------------------------------------------------------------------------------------------------------*/
.inbanner {
	min-height:540px;
	position: relative;
    margin-bottom: -2%;
}
.inbanner_news {
	background:url(../../images/inbanner_news.png) top center no-repeat;
	background-size:cover;
}
.inbanner_note {
	background:url(../../images/inbanner_note.png) top center no-repeat;
	background-size:cover;
}
.inbanner_loc {
	background:url(../../images/inbanner_loc.png) top center no-repeat;
	background-size:cover;
}
.inbanner_sce {
	background:url(../../images/inbanner_sce.png) top center no-repeat;
	background-size:cover;
}
/*---main-------------------------------------------------------------------------------------------------------------------------------------*/
.main {
	background:url(../../images/inbg.jpg) top center no-repeat,#272727;
	padding-bottom:15%;
	background-size:contain;
}
	/*intitle*/
	.intitle {
		text-align:center;
		padding-bottom:5%;
	}
	@media screen and (max-width:1600px) {
		.inbanner {
			margin-bottom: -3%;
		}
		.intitle img {
			width:35%;
		}
	}
	@media screen and (max-width:1080px) {
		.inbanner {
			margin-bottom: -4%;
		}
		.intitle img {
			width:42%;
		}
	}
	@media screen and (max-width:810px) {
		.inbanner {
			margin-bottom: -5%;
			min-height:410px;
		}
		.intitle img {
			width:46%;
		}
	}
	@media screen and (max-width:700px) {
		.inbanner {
			min-height:320px;
		}
	}
	@media screen and (max-width:540px) {
		.inbanner {
			min-height:270px;
		}
	}
	@media screen and (max-width:450px) {
		.inbanner {
			min-height:225px;
		}
		.intitle img {
			width:52%;
		}
	}
	@media screen and (max-width:380px) {
		.inbanner {
			min-height:210px;
		}
	}
/*news*/
.news {
	width:50%;
	margin:0 auto;
	background:#191a1a;
	min-height:650px;
}
	.newstable {
		width:100%;
		padding:2% 3%;
		color:#e0e0e0;
	}
	/*news_title*/
	.news_title {
		background:url(../../images/news_title.png) top center no-repeat;
		min-height:29px;
		background-size:cover;
		margin-bottom:1%;
	}
	/*ntable*/
	table.ntable {
		width:100%;
	}
		table.ntable a {
			color:#e0e0e0;
			transition:.3s ease-in;
			display:inline;
		}
			table.ntable a:hover {
				opacity:.5;
			}
			@media screen and (max-width:1350px) {
				.news {
					width:70%;
				}
			}
			@media screen and (max-width:1020px) {
				.news {
					width:80%;
				}
			}
			@media screen and (max-width:730px) {
				.news {
					width:90%;
				}
			}
			@media screen and (max-width:380px) {
				.news_title {
					background-size:210%;
				}
			}
/*notice*/
.notice {
	text-align:center;
	width:70%;
	margin:0 auto;
}
	/*note*/
	.note {
		color:#e0e0e0;
		padding-bottom:5%;
	}
		.note_title {
			padding-bottom:3%;
		}
		.note table {
			color:#e0e0e0;
		}
		@media screen and (max-width:1200px) {
			.notice {
				width:90%;
			}
			.note_title img {
				width:32%;
			}
		}
		@media screen and (max-width:700px) {
			.note_title img {
				width:40%;
			}
		}
		@media screen and (max-width:500px) {
			.note_title img {
				width:45%;
			}
			.note {
				padding-bottom:10%;
			}
		}
		@media screen and (max-width:400px) {
			.note_title img {
				width:52%;
			}
		}
	
	
	
	
		
		

/*---top---*/
#gotop {
	position: fixed;
    bottom: 1%;
    right: 1%;
    opacity: 1;
	cursor:pointer;
	display:none;
	transition:.3s ease-in;
	z-index:9;
}
	#gotop:hover {
		transform:scale(0.9);
	}
	@media screen and (max-width:1000px) {
		#gotop {
			width:10%;
		}
			#gotop img {
				width:100%;
			}
	}
	@media screen and (max-width:700px) {
		#gotop {
			width:13%;
		}
	}
	@media screen and (max-width:500px) {
		#gotop {
			width:17%;
		}
	}
			.tableimg img {
				display:block;
				width:auto;
				height:auto;
				max-width:100%;
			}
	.news_bg {
		background:url(../../images/news_bg.png) top center no-repeat;
		background-size:cover;
		min-height:16px;
		margin-top:7px;
	}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: transparent;
    padding: 1% 2%;
    border: solid 1px #ffffff;
    border-radius: 9px;
    color: #ffffff;
    font-size: 18px;
	margin:0 1% 0 0;
	transition:.3s ease-out;
}
	button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
		background:#3b766b;
		border:solid 1px #3b766b;
	}
.ripple button {
	background:#3b766b;
	border:solid 1px #3b766b;
	-webkit-appearance: button;
    cursor: pointer;
    padding: 1% 2%;
    border-radius: 9px;
    color: #ffffff;
    font-size: 18px;
	margin:0 1% 0 0;
	transition:.3s ease-out;
}
	.ripple button:hover {
		background: transparent;
		color:#3b766b;
	}
input,textarea {
	border: solid 1px #6abaab;
}
/*services_loc*/
#services_loc {
	font-size:18px;
	color:#CCC;
}
div#map_canvas {
	height:575px;
}
#services_loc span {
	padding:4% 0 2%;
}
@media screen and (max-width:830px) {
	div#map_canvas {
		height:450px;
	}
}
@media(max-width:500px) {
	div#map_canvas {
		height:390px;
	}
	#services_loc span {
		padding: 6% 0 2%;
	}
}
/*************************
********services_sce******
**************************/
#services_sce {
	padding-top: 30px;
	padding-bottom: 60px;
}

.scebtn {
	text-align: center;
	margin-bottom: 30px;
}

.scebtn h2 {
	display: inline-block;
    margin:5px;
    color: #fff;
    padding: 25px 5px;
    font-size: 16px;
    border-radius: 100%;
    min-width: 82px;
    border: 3px solid #fff;
    cursor: pointer;
	line-height:24px;
}

.scebtn h2.scebtn1 {
	background: #d85a51;
}

.scebtn h2.scebtn2 {
	background: #80a076;
}

.scebtn h2.scebtn3 {
	background: #89b5cb;
}

.scebtn h2.scebtn4 {
	background: #8dcfca;
}

.scebtn h2.scebtn5 {
	background: #b7ad6f;
}

.scebtn h2.scebtn6 {
	background: #8b8583;
}
h2.scebtn1:after,h2.scebtn2:after,h2.scebtn3:after,h2.scebtn4:after,h2.scebtn5:after,h2.scebtn6:after {
	display:none;
}

.scebtn h2:hover.scebtn1,
.scebtn h2:hover.scebtn2,
.scebtn h2:hover.scebtn3,
.scebtn h2:hover.scebtn4,
.scebtn h2:hover.scebtn5,
.scebtn h2:hover.scebtn6 {
	background: #fff;
	border: #7e6b5a 3px solid;
	color: #656565;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

@media (max-width:650px) {
	.scebtn {
		padding: 0 120px;
	}
}

@media (max-width:600px) {
	.scebtn {
		padding: 0 100px;
	}
}

@media (max-width:550px) {
	.scebtn {
		padding: 0 60px;
	}
}

@media (max-width:480px) {
	.scebtn {
		padding: 0 25px;
	}
}

@media (max-width:400px) {
	.scebtn {
		padding: 0 5px;
	}
	.scebtn {
		margin-bottom: 10px;
	}
}

@media (max-width:350px) {
	.scebtn {
		padding: 0 0px;
	}
}
/***********/

.scebox {
	border: #c3c3c3 1px solid;
	border-radius: 5px;
	box-shadow: -1px 1px 6px 0.5px rgba(138, 138, 138, 0.75);
	padding: 0 10px 10px 10px;
}

.mount .sceimg {
	background-color: #80a076;
}

.sea .sceimg {
	background-color: #89b5cb;
}

.farm .sceimg {
	background-color: #8dcfca;
}

.city .sceimg {
	background-color: #b7ad6f;
}

.hot .sceimg {
	background-color: #d85a51;
}

.scebox:hover {
	cursor: pointer;
}

.scebox:hover .sceimg img {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	transform: scale(0.95);
	overflow: hidden;
}

.scebox_hot {
	padding: 0 80px;
}

.scebox_hot .scebox {
	display: inline-block;
	float: left;
	width: 23%;
	margin: 0 10px;
}

.scetag {
	float: right;
	color: #fff;
	padding: 4px 20px;
	margin-left: 5px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.scetag1 {
	background: #d85a51;
}

.scetag2 {
	background: #80a076;
}

.scetag3 {
	background: #89b5cb;
}

.scetag4 {
	background: #8dcfca;
}

.scetag5 {
	background: #b7ad6f;
}

.scet h3 {
	clear: both;
	color: #3d3d3d;
	font-size: 23px;
	letter-spacing: 1px;
	margin-top: 20px;
    display: inline-block;
}

.sceimg img {
	margin: 0 auto;
}

.scep p {
	color: #616161;
}

@media(max-width:1700px) {
	.scebox_hot {
		padding: 0 10px;
	}
}

@media(max-width:1400px) {
	.scebox_hot .scebox {
		width: 24%;
		margin: 0 5px;
	}
}

@media(max-width:1199px) {
	.scebox_hot .scebox {
		width: 48%;
		margin: 5px;
	}
	.scebox_hot .scebox:nth-child(3) {
		clear: both;
	}
}

@media(max-width:700px) {
	.scebox_hot .scebox {
		width: 100%;
		margin: 5px 0px;
	}
	.scet h3 {
		font-size: 22px;
	}
	.scep p {
		line-height: 24px;
	}
}

@media(max-width:550px) {
	.city .sceimg,
	.farm .sceimg,
	.hot .sceimg,
	.mount .sceimg,
	.sea .sceimg {
		background-color: #fff;
	}
}

@media(max-width:500px) {
	.scet h3 {
		letter-spacing: 0px;
	}
}

@media(max-width:450px) {
	.mount .sceimg {
		background-color: #80a076;
	}
	.sea .sceimg {
		background-color: #89b5cb;
	}
	.farm .sceimg {
		background-color: #8dcfca;

	}
	.city .sceimg {
		background-color: #b7ad6f;
	}
	.hot .sceimg {
		background-color: #d85a51;
	}
}

@media(max-width:350px) {
	.scet h3 {
		font-size: 20px;
	}
}


/*************/

.scebox_content {
	padding: 0 110px;
	margin-top: 30px;
}

.scebox_content .scebox {
	display: inline-block;
	float: left;
	width: 100%;
	margin: 5px;
}

@media (max-width: 1800px) {
	.scebox_content {
		padding: 0px;
	}
}

@media screen and (max-width:1700px) {
	.scebox_content {
		padding: 0 0px;
		margin-top: 30px;
	}
}


/*********************** 20170328  以上 優質a****************/

.scecontainer {
	display: block;
	margin: auto;
	width: 100%;
}

.scecontainer .item {
	margin: 0.5%;
	float: left;
	background: #ffffff;
	display: block;
	width: 16.3%;
}

@media screen and (max-width: 1800px) {
	.scecontainer {
		width: 96%;
	}
	.scecontainer .item {
		width: 19%;
	}
}

@media screen and (max-width: 1400px) {
	.scecontainer .item {
		width: 24%;
	}
}

@media screen and (max-width: 991px) {
	.scecontainer .item {
		width: 32%;
	}
}

@media screen and (max-width:767px) {
	.scecontainer .item {
		width: 49%;
	}
}

@media screen and (max-width:550px) {
	.scecontainer .item {
		width: 99%;
		margin-bottom: 10px;
	}
}



























