/*--------------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;
	line-height:30px;
	letter-spacing:1px;
	background:#fff;
	color:#1b1b1b;
}

a {
    display: block;
	color:#333;
}
a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
}
td {
	vertical-align:top;
}


/****************************************************************************************************************************************/
/*services_loc*/
#services_loc {
	padding:1% 0 3% 0;
	width:75%;
	margin:0 auto;
	position:relative;
	z-index:5;
}
div#map_canvas {
	height:755px;
	width:100%;
	position:relative;
}
#services_loc span {
	padding:4% 0 2%;
}
@media screen and (max-width:1200px) {
	#services_loc {
		width:80%;
	}
	div#map_canvas {
		height:700px;
	}
}
@media screen and (max-width:980px) {
	div#map_canvas {
		height:600px;
	}
}
@media screen and (max-width:700px) {
	div#map_canvas {
		height:400px;
	}
}
@media screen and (max-width:500px) {
	#services_loc {
		width:90%;
		padding:1% 0 7% 0;
	}
	div#map_canvas {
		height:300px;
	}
}
/*************************
********services_sce******
**************************/
#services_sce {
	padding-top:3%;
	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;
	letter-spacing:0;
}

.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;
}

.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;
	}
}
/*********************************************************************************************************************************************/

/*----header area-------------------------------------------------------------------------------------------------------------------*/
/*---loading---------------------------------------------------------------------------------------------------------------------------------*/
#loading {
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,.8);
	width:100vw;
	height:100vh;
	z-index:9999;
}
	.loader {
		position:fixed;
		color:#fff;
		top:45%;
		left:calc(50% - 30.5px);
	}
/*header*/
.header {
	height:100vh;
	position:relative;
	background:url(../../images/wall_bg.png) top center repeat-y;
	overflow:hidden;
}
	/*right_flo*/
	.right_flo {
		position:absolute;
		top:0;
		right:0;
		z-index:5;
		width:27%;
	}
		.right_flo img {
			width:100%;
		}
	/*left_flo*/
	.left_flo {
		position:absolute;
		top:0;
		left:0;
		z-index:5;
		width:16%;
	}
		.left_flo img {
			width:100%;
		}
	/*ilogo*/
	.ilogo {
		background:url(../../images/mask.png) top center no-repeat;
		background-size:auto;
		min-height:126px;
		text-align:center;
		z-index:4;
		position:absolute;
		top:0;
		left:0;
		width:100%;
	}
		.ilogo img {
			padding:30px 0 0 0; 
		}
	/*dex_area*/
	.dex_area {
		position:relative;
		width:86vw;
		margin:0 auto;
	}
	div#imgs {
		height:80vh;
	}
	.bg {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 86vw;
	  height: 80vh;
	  -webkit-transition: opacity 2s linear;
	  -moz-transition: opacity 2s linear;
	  -o-transition: opacity 2s linear;
	  transition: opacity 2s linear;
	  opacity:0;
	  z-index:0;
	}
	
	#bg1 {
	  background:url(../../flash/dex3.jpg) top center no-repeat;
	  background-size:cover;
	}
	
	#bg2 {
	  background:url(../../flash/dex2.jpg) top center no-repeat;
	  background-size:cover;
	}
	
	#bg3 {
	  background:url(../../flash/dex1.jpg) top center no-repeat;
	  background-size:cover;
	}
	
	#bg4 {
	  background:url(../../flash/dex4.jpg) top center no-repeat;
	  background-size:cover;
	}
	
	.fadein {
	  opacity: 100;
	  filter: alpha(opacity=100);
	}
	/*enter*/
	.enter {
		background:url(../../images/enter_bg.png) bottom center no-repeat;
		background-size:auto;
		min-height:127px;
		text-align:center;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
		.enter img {
			padding-top:1%;
		}
	/*deco_flo*/
	.deco_flo {
		position:absolute;
		bottom:0;
		left:0;
	}
	/*navbar*/
	.navbar {
		text-align: center;
		min-height: auto;
		margin: 2% 0;
		border:none;
	}
		/*ideco01*/
		.ideco01 {
			display:inline-block;
			vertical-align:middle;
		}
		/*ideco02*/
		.ideco02 {
			display:inline-block;
			vertical-align:middle;
		}
		/*ibuttons*/
		.ibuttons {
			text-align:center;
			display:inline-block;
			width:65%;
		}
			/*ibutton*/
			.ibutton {
				display:inline-block;
				vertical-align:middle;
				width:12%;
				padding:1%;
				-webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1));
				filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1));
			}
/*---mobile ibutton----------------------------------------------------*/
.mibutton {
	position: fixed;
	bottom: 2%;
    right:calc(50% - 25px);
	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: #f19500;
		transition: .3s ease all;
		position: absolute;
		left:11px;
	}
		.mibutton span:nth-child(1) {
			top:10px;
		}
		.mibutton span:nth-child(2) {
			top:18px;
		}
		.mibutton span:nth-child(3) {
			top:26px;
		
		}
	.mibutton_ani span {
		background:#f19500;
	}
		.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:1200px) {
			.ilogo {
				background-size:cover;
			}
			.deco_flo {
				width:24%;
			}
				.deco_flo img {
					width:100%;
				}
			.enter {
				min-height:140px;
				background-size: cover;
			}
				.enter img {
					padding-top: 2%;
				}
			.ibutton {
				width:15%;
			}
		}
		@media screen and (max-width:700px) {
			.enter {
				min-height:107px;
			}
			.mibutton {
				display:block;
				z-index:99;
			}
			.ibtn_text:after {
				content: '選單';
				color: #e09215;
				font-size: 15px;
				position: absolute;
				top: -1.2em;
				left:9px;
				font-weight: bold;
			}
			.ibuttons {
				display:none;
				position: fixed;
				top:0;
				left: 0;
				width: 100%;
				background:url(../../images/wall_bg.png) top center repeat-y;
				z-index:3;
				height: 100vh;
				padding: 25% 6% 6% 6%;
				box-shadow:inset 0px 0px 15px rgba(0,0,0,.3);
			}
			.ibutton {
				width: 35%;
				padding:3%;
			}
			.ideco01,.ideco02 {
				display:none;
			}
			div#imgs,.bg {
				height: 80vh;
			}
		}
		@media screen and (max-width:500px) {
			.ilogo {
				min-height:112px;
			}
			.ilogo img {
				width:40%;
			}
			.right_flo {
				width:35%;
			}
			.left_flo {
				width:25%;
			}
			.ibuttons {
				padding: 30% 6% 6% 6%;
			}
		}
		@media screen and (max-width:400px) {
			.ibuttons {
				padding: 37% 6% 6% 6%;
			}
			.ilogo img {
				width: 45%;
			}
			.enter img {
				width:12%;
			}
			.enter {
				min-height: auto;
			}
			.deco_flo {
				width: 30%;
			}
			.ilogo {
				min-height: 100px;
			}
		}
		@media screen and (max-width:350px) {
			.ilogo {
				min-height: 90px;
			}
			div#imgs,.bg {
				height: 72vh;
			}
		}
/*---intop-----------------------------------------------------------------------------------------------------------------------------------*/
.intop {
	min-height:600px;
	background:url(../../images/wall_bg.png) top center repeat-y;
	text-align:center;
	position:relative;
	overflow:hidden;
}
	/*inbanner*/
	.inbanner {
		position:relative;
		min-height:347px;
		width:80vw;
		margin:0 auto;
		overflow:hidden;
		border-radius: 0px 0px 5px 5px;
	}
	.inbanner_about {
		background:url(../../images/inbanner_about.jpg) top center no-repeat;
		background-size:cover;
	}
	.inbanner_room {
		background:url(../../images/inbanner_room.jpg) top center no-repeat;
		background-size:cover;
	}
	.inbanner_note {
		background:url(../../images/inbanner_note.jpg) top center no-repeat;
		background-size:cover;
	}
	.inbanner_news {
		background:url(../../images/inbanner_news.jpg) top center no-repeat;
		background-size:cover;
	}
	.inbanner_loc {
		background:url(../../images/inbanner_loc.jpg) top center no-repeat;
		background-size:cover;
	}
	.inbanner_sce {
		background:url(../../images/inbanner_sce.jpg) top center no-repeat;
		background-size:cover;
	}
		/*flo*/
		.flo {
			position:absolute;
			bottom:-5%;
			left:0;
		}
			.flo img {
			}
	/*intitle*/
	.intitle {
		position: absolute;
		bottom: 15%;
		left: calc(50% - 150.5px);
	}
		.intitle img {
			box-shadow: 0px 0px 10px rgba(0,0,0,.3);
		}
	/*logo*/
	.logo {
		display:inline-block;
		width:25%;
		vertical-align:middle;
	}
	.innar .ibuttons {
		text-align:left;
	}
	.innar {
		margin:5px 0;
		position:relative;
		z-index:11;
	}
	.innarfix {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		background:#fff;
		margin:0;
		transition:.3s;
	}
	@media screen and (max-width:1000px) {
		.inbanner {
			width:90vw;
		}
		.intop {
			min-height:530px;
			margin-top:8%;
		}
		.intitle {
			bottom:8%;
		}
		.innar {
			position:fixed;
			top:0;
			left:0;
			width:100%;
			margin:0;
			z-index:99;
			background:#fff;
		}
	}
	@media screen and (max-width:900px) {
		.innar {
			background:none;
		}
		.logo {
			display:block;
			text-align:left;
			width:100%;
			background:#fff;
			padding:15px 0 15px 2%;
		}
		.inmenu {
			display:block;
			top: 2%;
			right: 1%;
		}
		.innar .ibuttons {
			width: 100%;
			text-align: center;
			background: url(../../images/wall_bg.png) repeat-y;
			display:none;
		}
		.intitle {
			width:35%;
			left:34%;
		}
		.intitle img {
			width:100%;
		}
		.intop {
			min-height: 485px;
		}
		.flo,.right_flo {
			width:31%;
		}
		.flo img {
			width:100%;
		}
	}
	@media screen and (max-width:700px) {
		.innar .ibuttons {
			position: relative;
			height:100vh;
			padding:2%;
			box-shadow:0px 3px 10px rgba(0,0,0,.1);
		}
		.intop {
			min-height:415px;
			margin-top: 13%;
		}
		.inbanner {
			min-height:280px;
		}
	}
	@media screen and (max-width:600px) {
		.intop {
			min-height:350px;
			margin-top: 14%;
		}
		.inbanner {
			min-height:220px;
		}
	}
	@media screen and (max-width:500px) {
		.intop {
			min-height:290px;
			margin-top: 18%;
		}
		.inbanner {
			min-height:190px;
		}
	}
	@media screen and (max-width:435px) {
		.intitle {
			width: 42%;
			left: 31%;
		}
		.logo img {
			width:45%;
		}
	}
	@media screen and (max-width:390px) {
		.intop {
			min-height:240px;
			margin-top: 20%;
		}
		.inbanner {
			min-height:160px;
		}
		.inmenu {
			top:1%;
		}
	}
	/*inews*/
	.inews {
		background:url(../../images/inews_bg.jpg) repeat;
		text-align:center;
		padding:3% 2%;
	}
		/*inews_title*/
		.inews_title {
			display:inline-block;
			width:30%;
			vertical-align:top;
			text-align:right;
			padding-right:3%;
		}
		.inews_list {
			display:inline-block;
			width:60%;
			vertical-align:top;
			text-align:left;
		}
		@media screen and (max-width:1000px) {
			.inews {
				border-top:solid 3px #fff;
			}
		}
		@media screen and (max-width:650px) {
			.inews_title {
				width:27%;
			}
			.inews_title img {
				width:100%;
			}
			.inews_list {
				width:70%;
			}
		}
/*---about-----------------------------------------------------------------------------------------------------------------------------------*/
/*about1*/
.about1 {
	background:url(../../images/about1_deco01.png) top center no-repeat,url(../../images/about1_bg.png) top center no-repeat;
	background-size:auto,cover;
	text-align:left;
}
	/*a1*/
	.a1 {
		padding-top:11%;
	}
		/*a1_img01*/
		.a1_img01 {
			display:inline-block;
			vertical-align:top;
			width:43%;
		}
			.a1_img01 img {
				width:100%;
			}
		/*a1_img02*/
		.a1_img02 {
			display:inline-block;
			vertical-align:top;
			text-align:left;
			background:#fff;
			position:relative;
			width:40%;
			padding:4% 6%;
		}
			.a1_img02 img {
			}
			.a1_img02 span {
				display:block;
				padding-top:4%;
				min-height:200px;
			}
			/*a1_deco*/
			.a1_deco {
				position: absolute;
				top: -15%;
				right: -14%;
				width: 59%;
			}
				.a1_deco img {
					width:100%;
				}
.a1_bottom {
	display:none;
}
/*about2*/
.about2 {
	background:url(../../images/about2_bg.png) top center no-repeat fixed;
	min-height:1200px;
	text-align:left;
	position: relative;
    margin-top: -14%;
    z-index: -1;
	overflow:hidden;
	background-position-y: 55%;
}
	.about2 img {
		padding: 23% 0 5% 12%;
	}
	@media screen and (max-width:1450px) {
		.a1_img02 {
			width: 45%;
			padding: 4% 5%;
		}
		.a1_img01 {
			width:46%;
		}
		.a1_deco {
			top:-11%;
			width:54%;
		}
		.a1_img02 img {
			width: 50%;
		}
		.a1_deco img {
			width:100%;
		}
	}
	@media screen and (max-width:900px) {
		.a1_img01 {
			width: 85%;
			display: block;
		}
		.a1_img02 {
			width: 66%;
			padding: 4% 5%;
			display: block;
			margin: 5% auto 0;
		}
		.a1_bottom {
			background:url(../../images/about1_bg02.png) top center no-repeat;
			background-size:cover;
			min-height:75px;
			display:block;
		}
		.about1 {
			background: url(../../images/about1_deco01.png) top center no-repeat,url(../../images/about1_bg.jpg) top center no-repeat;
			background-size: auto,cover;
		}
	}
	@media screen and (max-width:700px) {
		.a1_img01 {
			width:90%;
		}
		.a1_img02 {
			width:75%;
		}
		.a1_deco {
			top: -8%;
			width: 50%;
			right:-12%;
		}
	}
	@media screen and (max-width:570px) {
		.a1_bottom {
			min-height:52px;
		}
	}
	@media screen and (max-width:500px) {
		.about2 {
			background-attachment:inherit;
			background-size:cover;
		}
		.about1 {
			background-size: 69%,cover;
		}
	}
	@media screen and (max-width:430px) {
		.a1_deco {
			top:-6%;
		}
		.about2 {
			padding-top: 17%;
			margin-top: -28%;
		}
	}
/*about3*/
.about3 {
	position:relative;
	margin:-15% 0 0 0;
}
	/*a3_top*/
	.a3_top {
		background: url(../../images/about3_bg01.png) bottom center no-repeat;
		background-size:cover;
		min-height:180px;
	}
	/*a3_main*/
	.a3_main {
		background:url(../../images/about3_bg02.jpg) top center no-repeat;
		background-size:cover;
		min-height:550px;
		box-shadow:0px 20px 30px rgba(0,0,0,.2);
	}
	/*a3_imgs*/
	.a3_imgs {
		position:absolute;
		top:20%;
		right:10%;
		width:100%;
		text-align:right;
	}
		/*a3_img01*/
		.a3_img01 {
			display:inline-block;
			vertical-align:top;
			width:36%;
			position:relative;
		}
			.a3_img01 img {
				width:100%;
				position:relative;
				z-index:2;
			}
			.a3_img01 span {
				display:block;
				background:#fff;
				width:100%;
				padding:2% 15% 5%;
				text-align:left;
				position:relative;
				z-index:2;
			}
			/*a3_deco*/
			.a3_deco {
				position:absolute;
				top: -18%;
				left: -8%;
				z-index: 0;
				width: 26%;
			}
				.a3_deco img {
				}
		/*a3_img02*/
		.a3_img02 {
			display: inline-block;
			vertical-align:top;
			width:36%;
		}
			.a3_img02 img {
				width:100%;
			}
/*about4*/
.about4 {
	background:url(../../images/about4_bg.png) top center no-repeat fixed;
	min-height:1000px;
	text-align:right;
	overflow:hidden;
	background-position-y:75%;
}
	.about4 img {
		padding: 21% 5% 5% 10%;

	}
	@media screen and (max-width:1600px) {
		.about3 {
			margin:-25% 0 0 0;
		}
		.about2 img {
			padding: 25% 0 5% 12%;
		}
	}
	@media screen and (max-width:1330px) {
		.about3 {
			margin:-35% 0 0 0;
		}
		.about2 img {
			padding: 27% 0 5% 12%;
			width: 50%;
		}
		.a3_top {
			min-height:140px;
		}
		.a3_img01 {
			width:48%;
		}
		.a3_deco {
			top:-15%;
		}
		.about4 img {
			width:60%;
		}
	}
	@media screen and (max-width:1100px) {
		.about3 {
			margin: -50% 0 0 0;
		}
	}
	@media screen and (max-width:900px) {
		.about3 {
			margin: -70% 0 0 0;
		}
		.a3_imgs {
			top:14%;
			position:relative;
			left:0;
			margin: -3% 0 0% 0;
		}
		.a3_top {
			min-height: 105px;
		}
		.a3_deco {
			top: -12%;
		}
		.a3_img01 {
			display: block;
			width: 70%;
			margin: 0 auto;
		}
		.a3_img02 {
			width: 70%;
			display: block;
			margin: 0 auto;
			padding-top: 2%;
		}
	}
	@media screen and (max-width:800px) {
		.about3 {
			margin: -90% 0 0 0;
		}
	} 
	@media screen and (max-width:600px) {
		.about2 {
			min-height:905px;
		}
		.about2 img {
			width:60%;
		}
	} 
	@media screen and (max-width:500px) {
		.about3 {
			margin: -35% 0 0 0;
		}
		.a3_img01,.a3_img02 {
			width:82%;
		}
		.about2 {
			min-height:500px;
		}
	}
	@media screen and (max-width:400px) {
		.a3_top {
			min-height: 55px;
		}
		.about2 {
			min-height: 450px;
		}
		.a3_img01,.a3_img02 {
			width:85%;
		}
		.a3_deco {
			top: -9%;
		}
		.a1_bottom {
			min-height: 30px;
		}
		.a1 {
			padding-top: 13%;
		}
	}
/*about5*/
.about5 {
	position:relative;
	margin:-7% 0 0 0;
}
	/*a5_top*/
	.a5_top {
		background:url(../../images/about5_bg01.png) bottom center no-repeat;
		background-size:cover;
		min-height:128px;
	}
	/*a5_main*/
	.a5_main {
		background:#000;
	}
		/*a5_img01*/
		.a5_img01 {
			float:left;
			vertical-align:bottom;
			width:60%;
		}
			.a5_img01 img {
				width:100%;
			}
		/*a5_img02*/
		.a5_img02 {
			float:right;
			vertical-align:bottom;
			width:38%;
			padding-top:10%;
		}
			.a5_img02 img {
				width:100%;
			}
	/*a5_bottom*/
	.a5_bottom {
		background:url(../../images/about5_bg02.png) top center no-repeat;
		background-size:cover;
		min-height:330px;
		margin-top:-5px;
		margin-bottom: -16%;
		z-index: 1;
		position: relative;
	}
	@media screen and (max-width:1760px) {
		.about5 {
			margin: -11% 0 0 0;
		}
	}
	@media screen and (max-width:1230px) {
		.about4 {
			min-height:840px;
		}
		.a5_bottom {
			min-height:212px;
		}
	}
	@media screen and (max-width:1095px) {
		.about4 {
			min-height:710px;
		}
	}
	@media screen and (max-width:1050px) {
		.about5 {
			margin: -17% 0 0 0;
		}
	}
	@media screen and (max-width:760px) {
		.about5 {
			margin: -34% 0 0 0;
		}
		.a5_top {
			min-height:58px;
		}
		.a5_img01 {
			float:none;
			width:80%;
		}
		.a5_img02 {
			width: 75%;
			padding-top: 0%;
		}
		.a5_bottom {
			min-height: 128px;
		}
	}
	@media screen and (max-width:700px) {
		.about4 {
			min-height: 630px;
		}
	}
	@media screen and (max-width:600px) {
		.about4 {
			min-height: 575px;
		}
	}
	@media screen and (max-width:500px) {
		.about4 {
			min-height: 490px;
			background-attachment: inherit;
			background-size: cover;
			margin-top: -11%;
		}
	}
	@media screen and (max-width:430px) {
		.about4 {
			min-height: 430px;
		}
		.a5_img01,.a5_img02 {
			width:90%;
		}
	}
	@media screen and (max-width:380px) {
		.about4 {
			min-height: 380px;
		}
	}
	@media screen and (max-width:350px) {
		.about4 {
			min-height: 330px;
		}
	}
/*---footer----------------------------------------------------------------------------------------------------------------------------------*/
.footer {
	background: url(../../images/bottom_bg.jpg) top center no-repeat fixed;
	min-height:580px;
	margin-top:-5%;
	padding-top:30%;
	background-size:cover;
}
	/*ftop*/
	.ftop {
		background:url(../../images/footer_bg.png) bottom center no-repeat;
		background-size:cover;
		min-height:113px;
		position:relative;
	}
		#gotop {
			position:absolute;
			top:-22%;
			left:calc(50% - 32px);
			cursor:pointer;
			display:block;
		}
	/*fmain*/
	.fmain {
		background:rgba(0,0,0,.35);
		text-align:center;
		padding:0 2%;
	}
		/*f_logo*/
		.f_logo {
			display:inline-block;
			vertical-align:bottom;
			width:20%;
		}
			.f_logo img {
			}
		/*f_info*/
		.f_info {
			color:#fff;
			display:inline-block;
			vertical-align:bottom;
			width:26%;
			text-align:left;
			line-height:35px;
		}
			.f_info ul {
			}
				.f_info li {
				}
			/*copyright*/
			.copyright {
			}
				.icons span {
					display:inline-block;
					vertical-align:top;
				}
				.icons a {
					display:inline-block;
					vertical-align:top;
					transition:.2s ease-out;
				}
					.icons a:hover {
						transform:rotate(360deg);
					}
		/*f_media*/
		.f_media {
			display:inline-block;
			vertical-align:bottom;
			width:30%;
		}
			.f_media ul {
			}
				.f_media li {
					display:inline-block;
					vertical-align:bottom;
					width:15%;
					padding:1%;
					color:#fff;
				}
				.f_media li:nth-last-of-type(2) {
					width:28%;
				}
					.f_media li a {
						transition:.2s ease-out;
					}
						.f_media li a:hover {
							animation:imgflash 1.2s ease-in;
							-webkit-filter:  drop-shadow(0px 0px 3px rgba(255, 255, 255, .5));
							filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, .5));
						}
						@keyframes imgflash {
							0% {
								opacity:.5;
							}
							100% {
								opacity:1;
							}
						}
		/*fright*/
		.fright {
			color:#fff;
			padding:1% 0;
		}
			.fright span {
			}
			.fright a {
				display:inline-block;
				color:#fff;
				transition:.2s ease-in;
			}
				.fright a:hover {
					color:#23d79c;
				}
			@media screen and (max-width:1570px) {
				.a5_bottom {
					margin-bottom: -22%;
				}
				.f_media ul {
					text-align:left;
				}
				.f_media li {
					width:23%;
				}
				.f_media li img {
					width:100%;
				}
				.f_media li:nth-last-of-type(2) {					
					width:30%;
				}
				.f_media li:last-of-type img {
					width:100%;
				}
				.f_info {
					width:40%;
				}
			}
			@media screen and (max-width:1200px) {
				.f_info {
					width: 50%;
				}
				.f_media li {
					width: 25%;
				}
					.f_media li img {
						width:100%;
					}
				.f_media li:nth-last-of-type(2) {
					width:45%;
				}
			}
			@media screen and (max-width:940px) {
				.f_logo {
					display:block;
					width:100%;
				}
				.ftop {
					min-height:60px;
				}
				.f_info {
					width: 55%;
				}
				.f_media {
					width:27%;
				}
			}
			@media screen and (max-width:840px) {
				.f_info {
					width: 55%;
					display: block;
					width: 100%;
					padding: 2% 0 2% 20%;
				}
				.f_media {
					width: 100%;
					display: block;
					margin: 0 auto;
				}
					.f_media li {
						padding:1%;
						width:10%;
					}
				.f_media li:nth-last-of-type(2)  {
					width: 22%;
					display: inline-block;
					vertical-align:bottom;
				}
				.f_media li:last-of-type  {
					width: 12%;
				}
				.f_media ul {
					text-align: center;
				}
			}
			@media screen and (max-width:760px) {
				.a5_bottom {
					margin-bottom: -15%;
				}
			}
			@media screen and (max-width:680px) {
				.a5_bottom {
					margin-bottom: -19%;
				}
				.f_logo img {
					width: 22%;
				}
				.f_info {
					padding: 2% 0 2% 14%;
				}
			}
			@media screen and (max-width:550px) {
				.footer {
					background-attachment:inherit;
					padding-top: 60%;
				}
				.f_info {
					padding: 3% 2%;
				}
				.f_media li {
						width:13%;
					}
				.f_media li:nth-last-of-type(2)  {
					width: 30%;
				}
				.f_media li:last-of-type  {
					width: 16%;
				}
			}
			@media screen and (max-width:480px) {
				.a5_bottom {
					margin-bottom: -27%;
				}
				.icons a {
					width:8%;
				}
				.icons a img {
					width:100%;
				}
				.f_media li {
					width:15%;
				}
				.f_media li:nth-last-of-type(2)  {
					width: 34%;
				}
				.f_media li:last-of-type {
					width: 20%;
				}
			}
			@media screen and (max-width:410px) {
				.f_info {
					padding: 3% 1%;
					font-size:14px;
					letter-spacing:0;
				}
				#gotop {
					top:-45%;
				}
				.f_logo img {
					width: 25%;
				}
				.icons a {
					width: 13%;
					padding: 1%;
				}
			}
/*---rmbt------------------------------------------------------------------------------------------------------------------------------------*/
.rmbt {
	background:url(../../images/inews_bg.jpg) repeat;
	text-align:center;
	padding:2% 0 3% 0;
}
	.rmbt ul {
	}
		.rmbt li {
			display:inline-block;
			vertical-align:top;
			width:8%;
			padding:3px;
		}
			.rmbt li img {
				width:100%;
			}
			@media screen and (max-width:1200px) {
				.rmbt li {
					width:10%;
				}
			}
			@media screen and (max-width:1000px) {
				.rmbt {
					border-top: solid 5px #FFF;
				}
				.rmbt li {
					width:12%;
				}
			}
			@media screen and (max-width:800px) {
				.rmbt li {
					width:13%;
				}
			}
			@media screen and (max-width:700px) {
				.rmbt li {
					width: 20%;
					padding: 2%;
				}
			}
			@media screen and (max-width:500px) {
				.rmbt li {
					width: 22%;
				}
			}
			@media screen and (max-width:430px) {
				.rmbt li {
					width: 23%;
					padding:3px;
				}
			}
/*---main-----------------------------------------------------------------------------------------------------------------------------------*/
.main {
	background:url(../../images/inbg.jpg) repeat;
	padding:2% 2%;
}
/*bottom*/
.bottom {
	background:url(../../images/about1_bg02.png) top center no-repeat;
	background-size:cover;
	min-height:181px;
	position: relative;
    margin-bottom: -181px;
    z-index: 5;
}
/*room*/
.room {
	padding-bottom:5%;
}
	#wowslider-container1.ws_gestures {
		border:solid 2px #fff;
		box-shadow:0px 0px 5px rgba(0,0,0,.1);
	}
	#wowslider-container1 .ws_images div:nth-of-type(5) {
		display:none;
	}
	#wowslider-container1 .ws_bullets a {
		margin:0;
	}
	@media screen and (max-width:580px) {
		#wowslider-container1 a.ws_next,#wowslider-container1 a.ws_prev {
			display:none;
		}
	}
/*roombs*/
.roombs {
	border-top:solid 1px #333;
	text-align:center;
	margin: 0 14%;
}
	.roomb {
		display:inline-block;
		width:48%;
		vertical-align:top;
		padding:0 1% 3%;
		text-align:left;
	}
	.roomb_title {
		padding-bottom:2%;
		text-align:center;
	}
	.roomb:last-of-type .roomn_info {
		padding-left:20%;
	}
	.roomn_info a {
		display:inline-block;
	}
	@media screen and (max-width:1650px) {
		.roombs {
			margin: 0 9%;
		}
	}
	@media screen and (max-width:1400px) {
		.roombs {
			margin: 0 2%;
		}
	}
	@media screen and (max-width:1300px) {
		.roombs {
			margin: 0 0%;
		}
	}
	@media screen and (max-width:900px) {
		.roombs {
			margin: 0 0%;
			border:none;
		}
		.roomb {
			display:block;
			margin:0 auto;
			width:100%;
			padding:5% 0;
		}
		.roomb_title {
			border-top:solid 1px #666;
		}
		.bottom {
			min-height:110px;
			margin-bottom: -110px;
		}
		.roomb:last-of-type .roomn_info {
			padding-left:0%;
		}
	}
	@media screen and (max-width:700px) {
		.roomb_title {
			padding-bottom:4%;
		}
		.bottom {
			min-height:65px;
			margin-bottom: -65px;
		}
	}
	@media screen and (max-width:430px) {
		.roomb_title img {
			width:53%;
		}
		.roomb_title {
			padding-bottom:6%;
		}
		.room {
			padding-top:2%;
		}
	}
/*---note-----------------------------------------------------------------------------------------------------------------------------------*/
.note {
	width:50%;
	margin:0 auto;
	padding:3% 0;
	text-align:center;
}
	/*note_title*/
	.note_title {
		padding-bottom:2%;
	}
	@media screen and (max-width:1350px) {
		.note {
			width:60%;
		}
	}
	@media screen and (max-width:970px) {
		.note {
			width:80%;
		}
	}
	@media screen and (max-width:700px) {
		.note {
			width:85%;
			padding:5% 0;
		}
		.note_title {
			padding-bottom: 4%;
		}
	}
	@media screen and (max-width:500px) {
		.note {
			width:90%;
		}
	}
/*---news----------------------------------------------------------------------------------------------------------------------------------*/
.news_main {
	width:40%;
	margin:0 auto;
	padding:2% 0;
	min-height:400px;
}
	.news_main table {
		width:100%;
	}
		.news_main table a {
			display:inline;
			transition:.2s ease-in;
			color:#a86f0f;
		}
			.news_main table a:hover {
				color:#000;
			}
button, html input[type=button], input[type=reset], input[type=submit] {
	padding:1% 2%;
	border:solid 1px #a86f0f;
	color:#fff;
	border-radius:5px;
	background:#a86f0f;
	transition:.2s ease-out;
	margin:0 1%;
}
button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	color:#a86f0f;
	background:#fff;
}
.tableimg img {
    max-width:800px;
    height: auto;
    width: 100%;
}
	@media screen and (max-width:900px) {
		.news_main {
			width:60%;
		}
	}
	@media screen and (max-width:600px) {
		.news_main {
			width:80%;
		}
		button, html input[type=button], input[type=reset], input[type=submit] {
			padding: 2% 4%;
		}
	}
	@media screen and (max-width:400px) {
		.news_main {
			width:90%;
		}
	}
















	
	
	
	
	
	
	
	
	
	
	
	
	
	














