/*--------------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:35px;
	letter-spacing:1px;
	background:#fff;
	color:#333;
}

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


/****************************************************************************************************************************************/
/*bbs*/
.bbstable {
	width:70%;
	margin:0 auto;
	padding-bottom:15%;
}
.bbstable table {
    width: 100%;
}
.bbstable table td {
	padding:1% 0;
}

.bbstable table a:visited {
    color: #000;
}
	.bbstable table input,.bbstable table textarea {
		background:transparent;
		border:solid 1px #fff;
		border-radius:5px;
	}

.bbstable table a:hover,
.bbstable table a:focus {
    color: #ff9000;
}

.bbshid {
    display: none;
}
@media screen and (max-width:900px) {
	.bbstable {
		width:90%;
	}
}
@media(max-width:768px) {
    .bbsimg img {
        max-width: 80px;
    }
}

@media(max-width:650px) {
    .bbsimg img {
        max-width: 70px;
    }
	.bbstable {
		width:100%;
	}
}

@media(max-width:580px) {
    .bbsimg img {
        max-width: 60px;
    }
}

@media(max-width:500px) {
    .bbsimg img {
        max-width: 90px;
    }
    .bbshid {
        display: block;
    }
    .bbstable table td {
        font-size: 12px;
        letter-spacing: 0px;
    }
}
/*services_loc*/
#services_loc {
	padding:0 0 0% 0;
	font-size:16px;
}
div#map_canvas {
	height:545px;
}
#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: 0px;
	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;
}

.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;
}
	#loading i {
		position:fixed;
		color:#fff;
		top:45%;
		left:calc(50% - 33px);
		filter: drop-shadow(0px 0px 5px rgba(255,255,255, .5));
		-webkit-filter: drop-shadow(0px 0px 5px rgba(255,255,255,.5));
	}
.header {
    z-index: -1;
}
.mask {
	background:url(../../images/mask.png) top right no-repeat;
	background-size:cover;
	height:100vh;
}
div#imgs {
}
.bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index:-100;
  width:100vw;
  height:100vh;
  -webkit-transition: opacity 2s linear;
  -moz-transition: opacity 2s linear;
  -o-transition: opacity 2s linear;
  transition: opacity 2s linear;
  opacity:0;
}

#bg1 {
  background:url(../../flash/dex1.jpg) top center no-repeat;
  width: 100%;
  background-size:cover;
}

#bg2 {
  background:url(../../flash/dex2.jpg) top center no-repeat;
  background-size:cover;
  width: 100%;
}

#bg3 {
  background:url(../../flash/dex3.jpg) top center no-repeat;
  background-size:cover;
  width: 100%;
}

#bg4 {
  background:url(../../flash/dex4.jpg) top center no-repeat;
  background-size:cover;
  width: 100%;
}

.fadein {
  opacity: 100;
  filter: alpha(opacity=100);
}


/*---mob_area------------------------------------------------------------------------------------------------------------------------------------*/
.mob_area {
	display:none;
	background:url(../../images/spot_bg.jpg) top center repeat-y;
	padding:0 10%;
	padding-bottom:15%;
}
	/*deco_text*/
	.deco_text {
		text-align:right;
		padding:0 5% 3%;
	}
	/*mob_ibutton*/
	.mob_ibutton {
		text-align:center;
	}
		/*m_ibutton*/
		.m_ibutton {
			display:inline-block;
			text-align:left;
			width:17%;
			padding:1% 1% 3% 1%;
		}
			.m_ibutton a {
			}
			.m_ibutton a:hover img {
				animation:imgflash 1.2s;
				filter: drop-shadow(0px 0px 10px rgba(255,255,255, 1));
				-webkit-filter: drop-shadow(0px 0px 10px rgba(255,255,255, 1));
			}
			.m_ibutton img {
				width:100%;
			}
		/*deco_plane*/
		.deco_plane {
			width:70%;
		}

/*----footer-------------------------------------------------------------------------------------------------------------------------------------*/
.footer {
	display:none;
	position:relative;
	margin-top:-17%;
}
/*infooter*/
.infooter {
	display:block;
	margin:0;
	background:url(../../images/spot_bg.jpg) top center repeat-y;
}
	/*footer_top*/
	.footer_top {
		background:url(../../images/footer_bg_01.png) bottom center no-repeat;
		min-height:225px;
		text-align:center;
	}
		/*footer_logo*/
		.footer_logo {
			padding: 3% 0 1% 0;
		}
	/*footer_main*/
	.footer_main {
		background:url(../../images/footer_bg_02.png) top center repeat-y;
		text-align:center;
		padding:0 2%;
	}
		/*footer_button*/
		.footer_button {
		}
			.footer_button ul {
			}
				.footer_button li {
					display:inline-block;
					width:8%;
					padding:3px;
				}
					.footer_button li img {
						width:100%;
					}
					.footer_button li a:hover img {
						animation:imgflash 1.2s;
					}
		/*footer_info*/
		.footer_info {
			padding: 2% 0 1% 36%;
			text-align: left;
		}
			.footer_info ul {
			}
				.footer_info li {
					padding-bottom:1%;
				}
		/*dashed*/
		.dashed {
			background:url(../../images/dashed.png) top center no-repeat;
			background-size:cover;
			min-height:3px;
			width:70%;
			margin:0 auto;
		}
		/*copyright*/
		.copyright {
			padding-top:2%;
			color: #828282;
			font-size:14px;
		}
			.copyright span {
				display:inline-block;
				color: #828282;
				font-size:14px;
			}
			.copyright a {
				display:inline-block;
				transition:.3s ease-out;
				color: #828282;
			}
				.copyright a:hover {
					color:#f0b91a;
				}
			.icons {
			}
				.icons a {
					display:inline-block;
					transform:rotate(0deg);
					transition: .3s ease-in;
					padding:2px;
				}
					.icons a:hover {
						transform:rotate(360deg);
					}
		/*footer_bottom*/
		.footer_bottom {
			background:url(../../images/footer_bg_03.png) top center no-repeat;
			min-height:22px;
			background-size:cover;
		}
		@keyframes imgflash {
			0% {
				opacity:.6;
			}
			100% {
				opacity:1;
			}
		}
		@media screen and (max-width:1200px) {
			.mob_area {
				display:block;
			}
			.mask,.bg {
				height:65vh;
			}
			.footer {
				display:block;
			}
			.footer_button li {
				width:10%;
			}
			.footer_info {
				padding: 2% 0 1% 30%;
				text-align: left;
			}
			.footer_top {
				background-size:cover;
			}
		}
		@media screen and (max-width:900px) {
			.mask,.bg {
				height:60vh;
			}
			.m_ibutton {
				width:19%;
			}
			.footer_button li {
				width:13%;
			}
		}
		@media screen and (max-width:750px) {
			.mask,.bg {
				height:45vh;
			}
			.deco_text {
				padding: 0 0% 3%;
			}
				.deco_text img {
					width:60%;
				}
			.footer_button li {
				width: 16%;
			}
			.footer_logo {
				padding: 4% 0 1% 0;
				width: 35%;
				margin: 0 auto;
			}
				.footer_logo img {
					width:100%;
				}
			.footer_info {
				padding: 2% 0 1% 19%;
			}
			.footer_top {
				min-height:207px;
			}
		}
		@media screen and (max-width:650px) {
			.m_ibutton {
				width: 26%;
			}
			.footer_button li {
				width: 17%;
			}
			.footer_logo {
				width:39%;
			}
		}
		@media screen and (max-width:590px) {
			.footer_top {
				min-height: 180px;
			}
			.footer_logo {
				padding: 5% 0 1% 0;
			}
			.mask, .bg {
				height: 40vh;
			}
			.footer_button li {
				width: 19%;
			}
			.footer_info {
				padding: 2% 0 1% 12%;
			}
		}
		@media screen and (max-width:500px) {
			.footer_top {
				min-height: 155px;
			}
			.footer_logo {
				padding: 5% 0 1% 0;
			}
			.mask, .bg {
				height: 33vh;
			}
			.m_ibutton {
				width: 30%;
			}
			.footer_button li {
				width: 22%;
			}
			.footer_info {
				padding: 2% 0 1% 6%;
			}
			.dashed {
				width:90%;
			}
			.bg {
				position:absolute;
			}
		}
		@media screen and (max-width:430px) {
			.footer_top {
				min-height: 134px;
			}
			.footer_button li {
				width: 23%;
			}
			.footer_info {
				padding: 2% 0 2% 0%;
				font-size:14px;
				letter-spacing:1px;
			}
			.footer_logo {
				width: 45%;
			}
			.footer{
				margin-top:-20%;
			}
			.infooter {
				margin:0;
			}
		}
		@media screen and (max-width:360px) {
			.mask, .bg {
				height: 40vh;
			}
			.mob_area {
				padding:0 8% 20%;
			}
			.m_ibutton {
				width: 31%;
			}
			.footer_info {
				letter-spacing:0;
			}
			.footer_logo {
				width: 50%;
			}
			.footer_logo {
				padding: 7% 0 1% 0;
			}
		}
/*---intop------------------------------------------------------------------------------------------------------------------------------------*/
.intop {
	min-height:433px;
	position: relative;
    margin-bottom: -3%;
    z-index: -1;
}
	/*inmask*/
	.inmask {
		min-height:433px;
	}
.inbanner_sce {
	background:url(../../images/inbanner_sce.jpg) top center no-repeat;
	background-size:cover;
}
	.inmask_sce {
		background:url(../../images/inmask_sce.png) top right no-repeat;
		background-size:cover;
	}
.inbanner_about {
	background:url(../../images/inbanner_about.jpg) top center no-repeat;
	background-size:cover;
}
	.inmask_about {
		background:url(../../images/inmask_about.png) top right no-repeat;
		background-size:cover;
	}
.inbanner_fac {
	background:url(../../images/inbanner_fac.jpg) top center no-repeat;
	background-size:cover;
}
	.inmask_fac {
		background:url(../../images/inmask_fac.png) top right no-repeat;
		background-size:cover;
	}
.inbanner_news {
	background:url(../../images/inbanner_news.jpg) top center no-repeat;
	background-size:cover;
}
	.inmask_news {
		background:url(../../images/inmask_news.png) top right no-repeat;
		background-size:cover;
	}
.inbanner_room {
	background:url(../../images/inbanner_room.jpg) top center no-repeat;
	background-size:cover;
}
	.inmask_room {
		background:url(../../images/inmask_room.png) top right no-repeat;
		background-size:cover;
	}
.inbanner_note {
	background:url(../../images/inbanner_note.jpg) top center no-repeat;
	background-size:cover;
}
	.inmask_note {
		background:url(../../images/inmask_note.png) top right no-repeat;
		background-size:cover;
	}
.inbanner_loc {
	background:url(../../images/inbanner_loc.jpg) top center no-repeat;
	background-size:cover;
}
	.inmask_loc {
		background:url(../../images/inmask_loc.png) top right no-repeat;
		background-size:cover;
	}
.inbanner_book {
	background:url(../../images/inbanner_book.jpg) top center no-repeat;
	background-size:cover;
}
	.inmask_book {
		background:url(../../images/inmask_book.png) top right no-repeat;
		background-size:cover;
	}
/*---navbar_area------------------------------------------------------------------------------------------------------------------------------*/
.navbar_area {
	z-index:99;
	position:relative;
}
	/*nav_top*/
	.nav_top {
		background:url(../../images/nav_bg_01.png) bottom center no-repeat;
		background-size:cover;
		min-height:45px;
	}
	/*nav_main*/
	.nav_main {
		background:url(../../images/nav_bg_02.png) top center repeat-y;
		text-align:center;
	}
		/*mob_menu*/
		.mob_menu {
			display:none;
			cursor:pointer;
		}
		/*ibutton_area*/
		.ibutton_area {
			padding-bottom:1%;
		}
			/*close*/
			.close {
				display:none;
				opacity:1;
				color:#0d6fb8;
				position: absolute;
				top: 2%;
				left: calc(50% - 18px);
				border: dashed 2px;
				width: 36px;
				height: 36px;
				line-height: 32px;
				border-radius: 100%;
				text-align: center;
			}
			/*ibutton*/
			.ibutton {
				display:inline-block;
				width:7%;
				padding:5px;
			}
				.ibutton img {
					width:100%;
				}
	/*nav_bottom*/
	.nav_bottom {
		background:url(../../images/nav_bg_03.png) top center no-repeat, url(../../images/spot_bg.jpg) top center no-repeat;
		background-size:cover;
		min-height:119px;
		text-align:center;
	}
		/*navlogo*/
		.navlogo {
		}
		@media screen and (max-width:1300px) {
			.intop {
				min-height: 360px;
				z-index: -1;
			}
			.inmask {
				min-height: 360px;
				background-position-x:70%;
			}
			.ibutton {
				width:8%;
			}
		}
		@media screen and (max-width:1300px) {
			.intop,.inmask {
				min-height: 310px;
			}
			.ibutton {
				width:9%;
			}
		}
		@media screen and (max-width:1030px) {
			.intop,.inmask {
				min-height: 270px;
			}
			.mob_menu {
				display:block;
				position:absolute;
				top:17%;
				right:3%;
			}
			.ibutton_area {
				background:rgba(255,255,255,.9);
				text-align:center;
				opacity: 0; 
				overflow: hidden;
				width:100vw;
				height:100vh;
				position:fixed;
				top:0;
				left:0;
				z-index:-5;
				padding:6% 3% 3%;
				visibility: hidden;
				-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
				transition: opacity 0.5s, visibility 0s 0.5s;
			}
			.ibuttonshow {
				width:100vw;
				height:100vh;
				opacity:1;
				z-index:9;
				visibility: visible;
				-webkit-transition: opacity 0.5s;
				transition: opacity 0.5s;
			}
			.nav_main {
				min-height:15px;
			}
			.ibutton {
				width: 35%;
				padding: 2%;
			}
				.ibutton img {
					width:38%;
				}
		}
		@media screen and (max-width:880px) {
			.intop,.inmask {
				min-height: 230px;
			}
		}
		@media screen and (max-width:768px) {
			.intop,.inmask {
				min-height: 200px;
			}
			.ibutton img {
				width: 45%;
			}
		}
		@media screen and (max-width:700px) {
			.intop,.inmask {
				min-height:185px;
			}
			.ibutton img {
				width: 50%;
			}
			.navlogo {
				width:33%;
				margin: 0 auto;
			}
			.navlogo img {
				width:100%;
			}
		}
		@media screen and (max-width:600px) {
			.intop,.inmask {
				min-height:160px;
			}
			.ibutton img {
				width: 55%;
			}
			.nav_top {
				min-height: 36px;
			}
			.nav_bottom {
				min-height:100px;
			}
			.navlogo {
				width:35%;
			}
		}
		@media screen and (max-width:500px) {
			.intop,.inmask {
				min-height:135px;
			}
			.ibutton img {
				width: 60%;
			}
			.nav_bottom {
				min-height:89px;
			}
			.ibutton_area {
				padding:8% 3% 3%;
			}
			.close {
				top:3%;
			}
			.mob_menu {
				width:9%;
			}
			.mob_menu img {
				width:100%;
			}
		}
		@media screen and (max-width:440px) {
			.intop,.inmask {
				min-height:115px;
			}
			.nav_top {
				min-height: 30px;
			}
			.navlogo {
				width: 36%;
			}
			.ibutton img {
				width: 65%;
			}
			.nav_bottom {
				min-height:80px;
			}
		}
		@media screen and (max-width:400px) {
			.mob_menu {
				top:14%;
				width:10%;
			}
		}
		@media screen and (max-width:380px) {
			.intop,.inmask {
				min-height:100px;
			}
			.navlogo {
				width: 40%;
			}
			.ibutton img {
				width: 70%;
			}
			.nav_bottom {
				min-height:75px;
			}
			.ibutton_area {
				padding: 12% 3% 3%;
			}
		}
		@media screen and (max-width:340px) {
			.navlogo {
				width: 45%;
			}
		}
/*---main----------------------------------------------------------------------------------------------------------------------------------*/
.main {
	background: url(../../images/spot_bg.jpg) top center repeat-y;
	min-height:600px;
	padding:2% 0;
}
	/*inews*/
	.inews {
		text-align:center;
	}
		/*inews_title*/
		.inews_title {
			display:inline-block;
			vertical-align:top;
			width:20%;
			padding:0 2%;
		}
			.inews_title img {
				width:100%;
			}
		/*inews_table*/
		.inews_table {
			width:40%;
			display:inline-block;
			vertical-align:top;
		}
		/*inews_deco*/
		.inews_deco {
			display:inline-block;
			vertical-align:top;
			width:20%;
			padding:0 1%;
		}
			.inews_deco img {
				width:100%;
			}
		/*inews_bottom*/
		.inews_bottom {
			background:url(../../images/inews_bottom.jpg) top center no-repeat;
			background-size:cover;
			min-height:148px;
		}
/*---about------------------------------------------------------------------------------------------------------------------------------------*/
	/*about1*/
	.about1 {
		background:url(../../images/spotnobg.png) top center repeat-y, url(../../images/about1_circle.png) top right no-repeat,#f8f2de;
		text-align:center;
		padding: 3% 0 0 0;
	}
		/*about_text*/
		.about_text {
			display:inline-block;
			vertical-align:top;
			background:#d4ebe0;
			border-radius:100%;
			width:580px;
			height:580px;
			padding: 5% 8% 1% 3%;
			position: relative;
		}
			.rainbow {
				position:absolute;
				top: 3%;
				right: 17%;
				z-index: 3;
			}
			.about_text img {
			}
			.about_text span {
				display:block;
				color:#5b574b;
				text-align: left;
				padding: 3% 0 0 24%;
			}
		/*about_img*/
		.about_img {
			display:inline-block;
			width:58%;
			vertical-align:top;
			position: relative;
			margin-left: -8%;
		}
			.about_img img {
			}
	/*about1_bottom*/
	.about1_bottom {
		background:url(../../images/about1_bottom.png) top left no-repeat;
		background-size:cover;
		min-height:116px;
	}
	@media screen and (max-width:1660px) {
		.about_img {
			width:64%;
		}
		.about_img img {
			width:100%;
		}
		.about_text img {
			width: 85%;
		}
	}
	@media screen and (max-width:1460px) {
		.about_text {
			width:520px;
			height:520px;
		}
		.rainbow {
			top: 0%;
			right: 12%;
		}
	}
	@media screen and (max-width:1320px) {
		.about_text {
			width:490px;
			height:490px;
		}
		.about_text span {
			padding: 3% 0 0 17%;
		}
		.about_img {
			width: 67%;
		}
	}
	@media screen and (max-width:1230px) {
		.about_text {
			padding: 6% 5% 1% 3%;
		}
		.about_text span {
			padding: 3% 0 0 11%;
		}
		.about_img {
			width: 95%;
			display: block;
			margin: 0 auto;
			padding: 2% 0 0 7%;
		}
	}
	@media screen and (max-width:1200px) {
		.inews_table {
			width:53%;
		}
	}
	@media screen and (max-width:850px) {
		.inews_title {
			width:27%;
		}
		.inews_table {
			width:70%;
		}
		.inews_deco {
			width: 27%;
			padding: 2%;
		}
		.inews_bottom {
			min-height:90px;
		}
	}
	@media screen and (max-width:700px) {
		.about_text {
			width: 460px;
			height: 460px;
			padding: 9% 5% 1% 3%;
		}
		.about_text img {
			width: 71%;
		}
		.rainbow {
			top: 1%;
			right: 9%;
		}
		.about_img {
			width: 100%;
			padding: 2% 2% 0 4%;
		}
	}
	@media screen and (max-width:600px) {
		.inews_bottom {
			min-height:50px;
		}
	}
	@media screen and (max-width:520px) {
		.inews_title {
			width: 35%;
			display: block;
		}
		.inews_table {
			width: 100%;
			padding: 1% 2% 1%;
		}
		.inews_deco {
			width:35%;
		}
		.inews_bottom {
			min-height: 40px;
		}
		.about_text {
			width: 400px;
			height: 400px;
		}
		.about1 {
			padding:5% 0 0 0;
			line-height:30px;
		}
	}
	@media screen and (max-width:450px) {
		.about_text {
			width: 360px;
			height: 360px;
			font-size: 15px;
			line-height: 27px;
			padding: 13% 5% 1% 3%;
		}
		.about_text span {
			padding: 3% 0 0 8%;
		}
		.about_img {
			padding: 2% 2% 0 2%;
		}
		.about1_bottom {
			min-height:60px;
		}
	}
	@media screen and (max-width:400px) {
		.inews_title {
			width: 43%;
		}
		.inews_table {
			padding: 1% 3% 1%;
		}
		.inews_deco {
			width:42%;
		}
		.inews_bottom {
			min-height: 40px;
		}
	}
	@media screen and (max-width:380px) {
		.about_text {
			width: 330px;
			height: 330px;
			font-size: 14px;
			line-height: 24px;
			padding: 13% 5% 1% 3%;
		}
		.rainbow {
			top: 0%;
			right: 0%;
		}
		.about_text span {
			padding: 3% 0 0 8%;
		}
		.about_img {
			padding: 2% 2% 0 2%;
		}
		.about1_bottom {
			min-height:60px;
		}
	}
	@media screen and (max-width:350px) {
		.about_text {
			width: 90%;
			height: auto;
			font-size: 14px;
			line-height: 24px;
			padding: 18% 4% 7% 4%;
			border-radius: 23px;
		}
		.about_text img {
			width: 83%;
		}
		.about_text span {
			padding: 3% 0 0 0%;
		}
		.rainbow {
			top: 5%;
			right: 0%;
			width: 30%;
		}
		.about_img {
			padding: 5% 2% 0 2%;
		}
	}
	/*about2*/
	.about2 {
		background:url(../../images/about2_bg.jpg) top center no-repeat fixed;
		min-height:930px;
		position:relative;
		background-size:cover;
	}
		/*bike*/
		.bike {
			position: absolute;
			bottom: 21%;
			right: 3%;
			width:40%;
		}
			.bike img {
				width:100%;
			}
	/*about3*/
	.about3 {
		position:relative;
		margin-top:-15%;
		margin-bottom:-10%;
	}
		/*a3_top*/
		.a3_top {
			background:url(../../images/about3_top.png) bottom right no-repeat;
			background-size:cover;
			min-height:189px;
		}
		/*about3_main*/
		.about3_main {
			background:url(../../images/spotnobg.png) top center repeat-y,#ede7d3;
			text-align:center;
			padding:0 0 4% 0;
		}
			.a301 {
				vertical-align: top;
				width: 32%;
				padding: 0 1% 0 0;
			}
			.a302 {
				vertical-align: top;
				width: 33%;
			}
		/*a3_bottom*/
		.a3_bottom {
			background:url(../../images/about3_bottom.png) top left no-repeat;
			background-size:cover;
			min-height:172px;
		}
		@media screen and (max-width:1300px) {
			.about2 {
				min-height:760px;
			}
			.bike {
				bottom: 15%;
				width: 45%;
			}
			.a301 {
				width:39%;
			}
			.a302 {
				width:40%;
			}
			.a3_bottom {
				min-height:130px;
			}
		}
		@media screen and (max-width:1030px) {
			.about2 {
				min-height:650px;
			}
			.bike {
				bottom: 10%;
				width: 50%;
			}
			.a3_top {
				min-height:150px;
			}
			.a301 {
				width:45%;
			}
			.a302 {
				width:46%;
			}
			.a3_bottom {
				min-height:130px;
			}
		}
		@media screen and (max-width:800px) {
			.about2 {
				min-height:600px;
			}
			.bike {
				bottom: 7%;
				width: 55%;
			}
			.a3_top {
				min-height:130px;
			}
			.a301 {
				width: 60%;
				padding: 0 0% 2% 0;
				display:block;
				margin:0 auto;
			}
			.a302 {
				width: 60%;
				display:block;
				margin:0 auto;
			}
			.a3_bottom {
				min-height:100px;
			}
			.about3_main {
				padding: 2% 0 4% 0;
			}
		}
		@media screen and (max-width:700px){
			.about2 {
				min-height: 500px;
				background-position-x: 62%;
			}
			.a301,.a302 {
				width:72%;
			}
		}
		@media screen and (max-width:550px){
			.a301,.a302 {
				width:83%;
			}
			.a3_top {
				min-height: 80px;
			}
			.a3_bottom {
				min-height: 70px;
			}
			.bike {
				width:60%;
			}
			.about2 {
				min-height: 500px;
				background-position-x: 54%;
				background-position-y: 36%;
				background-attachment:inherit;
			}
		}
		@media screen and (max-width:420px) {
			.about2 {
				min-height:390px;
			}
			.a301, .a302 {
				width: 88%;
			}
			.a3_bottom {
				min-height: 50px;
			}
		}
		@media screen and (max-width:370px) {
			.about2 {
				min-height:320px;
			}
			.a3_top {
				min-height: 60px;
			}
			.a301, .a302 {
				width: 95%;
			}
		}
	/*about4*/
	.about4 {
		background:url(../../images/about4_bg_01.png) top left no-repeat;
		background-size:cover;
		padding-bottom:3%;
	}
		.a4_img {
			position: relative;
			text-align: right;
		}
			.a401 {
				width:45%;
			}
			.a402 {
				width:34%;
			}
		.about4 span {
			display:block;
			color:#efd9b9;
			padding: 1% 0 0 36%;
			line-height: 30px;
		}
	/*about5*/
	.about5 {
		background:url(../../images/about4_bg_02.jpg) top center no-repeat;
		background-size:cover;
		text-align:center;
		padding-bottom:5%;
	}
		.a5_01 {
			width: 63%;
			margin: 0 auto;
			padding-bottom:1%;
		}
			.a5_01 img {
				width:100%;
			}
		.a5_02 {
			width: 63%;
			margin: 0 auto;
		}
			.a5_02 img {
				width: 59%;
				padding-right: 7px;
			}
			.a5_02 img:last-of-type {
				width:40%;
				padding:0;
			}
			@media screen and (max-width:1570px) {
				.about3 {
					margin-bottom: -12%;
				}
			}
			@media screen and (max-width:940px) {
				.about3 {
					margin-bottom: -15%;
				}
				.a401 {
					width: 50%;
				}
				.a402 {
					width: 37%;
				}
				.about4 span {
					padding: 1% 2% 0 10%;
					line-height: 23px;
					font-size: 15px;
				}
				.a5_01,.a5_02 {
					width:72%;
				}
			}
			@media screen and (max-width:770px) {
				.a401 {
					width: 56%;
				}
				.a402 {
					width: 42%;
				}
				.about4 span {
					padding: 2% 3% 0 3%;
				}
				.a5_01, .a5_02 {
					width: 85%;
				}
				.about5 {
					padding-bottom:9%;
				}
			}
			@media screen and (max-width:655px) {
				.about3 {
					margin-bottom: -23%;
				}
				.about4 {
					padding-top: 3%;
				}
				.a401 {
					width: 70%;
					display: block;
					margin: 0 auto;
				}
				.a402 {
					width: 50%;
					position: relative;
					margin-top: -7%;
				}
				.a5_01 {
					padding-bottom:3%;
				}
				.a5_02 img {
					width: 100%;
					padding-right: 0;
				}
				.a5_02 img:last-of-type {
					width: 100%;
					padding: 3%;
				}
			}
			@media screen and (max-width:500px) {
				.a401 {
					width: 83%;
				}
				.a402 {
					width: 59%;
				}
				.about4 span {
					font-size:13px;
				}
				.a5_02 img:last-of-type {
					padding: 2% 0 0 0;
				}
			}
	/*about6*/
	.about6 {
		position: relative;
		margin-top: -1%;
	}
		.a6_top {
			background:url(../../images/about6_bg.png) bottom center no-repeat;
			background-size:cover;
			min-height:30px;
		}
		.a6_main{
			text-align:center;
			padding:2% 0 1%;
		}
			.a6_main img {
				display:inline-block;
				width: 35%;
				padding: 0 3% 0 0;
			}
			.a6_text {
				text-align:left;
				display:inline-block;
				vertical-align:top;
				width:33%;
			}
				.a6_text img {
					width:52%;
				}
				.a6_text span {
					display:block;
					color:#5b574b;
					padding:4% 0 0 0;
				}
				@media screen and (max-width:1280px) {
					.about6 {
						margin-top: -2%;
					}
				}
				@media screen and (max-width:1200px) {
					.a6_main img {
						width: 40%;
					}
					.a6_text img {
						width: 75%;
					}
				}
				@media screen and (max-width:970px) {
					.a6_main img {
						width: 40%;
						padding: 0 3% 0 1%;
					}
					.a6_text {
						width:55%;
					}
					.a6_text img {
						width: 75%;
					}
				}
				@media screen and (max-width:700px) {
					.a6_main img {
						display: block;
						margin: 0 auto;
						padding: 0% 0 2% 0;
						width:45%;
					}
					.a6_text {
						width: 66%;
					}
					.a6_text img {
						width: 75%;
					}
				}
				@media screen and (max-width:550px) {
					.about6 {
						margin-top: -5%;
					}
					.a6_main img {
						width:55%;
					}
					.a6_text img {
						width: 75%;
					}
					.a6_text span {
						padding:0;
					}
					.a6_text {
						width: 80%;
					}
				}
				@media screen and (max-width:400px) {
					.a6_top {
						min-height:20px;
					}
					.a6_main img {
						width: 60%;
					}
					.a6_text {
						width: 85%;
					}
				}
/*---fac-----------------------------------------------------------------------------------------------------------------------------------*/
	.fac1 {
		text-align:center;
		background:url(../../images/spotnobg.png) top center repeat-y,#ecb100;
	}
		/*fac1_title*/
		.fac1_title {
		}
		.fac1 span {
			display:block;
			color:#2c291e;
			width:45%;
			margin:0 auto;
			padding:5px 0 0 0;
			text-align: left;
			line-height: 25px;
		}
		/*fac1_img*/
		.fac1_img {
		}
	/*fac1_bottom*/
	.fac1_bottom {
		background:url(../../images/fac1_bottom.png) top center no-repeat;
		background-size:cover;
		min-height:63px;
	}
	@media screen and (max-width:1230px){
		.fac1_title {
			width: 38%;
			margin: 0 auto;
		}
			.fac1_title img {
				width:100%;
			}
		.fac1 span {
			width:70%;
			padding: 10px 0 0 0;
		}
		.fac1_img {
			width: 85%;
			margin: 0 auto;
		}
			.fac1_img img {
				width:100%;
			}
		.fac1_bottom {
			min-height:55px;
		}
	}
	@media screen and (max-width:900px) {
		.fac1_title {
			width:42%;
		}
		.fac1 span {
			width:80%;
		}
		.fac1_bottom {
			min-height:45px;
		}
	}
	@media screen and (max-width:700px) {
		.fac1_title {
			width:50%;
		}
		.fac1 span {
			width: 85%;
			font-size: 15px;
		}
		.fac1_img {
			width:90%;
		}
		.fac1_bottom {
			min-height:40px;
		}
	}
	@media screen and (max-width:550px) {
		.fac1_title {
			width:55%;
		}
	}
	@media screen and (max-width:410px) {
		.fac1_title {
			width:62%;
		}
		.fac1_img {
			width:95%;
		}
		.fac1_bottom {
			min-height: 33px;
		}
	}
	/*fac2*/
	.fac2 {
		background:url(../../images/fac2_bg.jpg) top center no-repeat fixed;
		background-size:cover;
		min-height:740px;
		position:relative;
	}
		/*fac_bike*/
		.fac_bike {
			position:absolute;
			bottom: 25%;
			left: 9%;
			width:30%;
		}
			.fac_bike img {
				width:100%;
			}
	/*fac3*/
	.fac3 {
		position: relative;
		margin-top: -10%;
	}
		.yellow_circle {
			position:absolute;
			top: 0;
			left: 0;
			width: 31%;
			z-index: 1;
		}
			.yellow_circle img {
				width:100%
			}
		/*fac3_top*/
		.fac3_top {
			background:url(../../images/fac3_top.png) bottom left no-repeat;
			background-size:cover;
			min-height:190px;
		}
		/*fac3_main*/
		.fac3_main {
			background:url(../../images/fac_bg.jpg) top center repeat-y;
			text-align:center;
			position:relative;
		}
			/*fac3_title*/
			.fac3_title {
				z-index: 4;
				position: relative;
				margin-bottom: -30px;
			}
			/*fac3_img*/
			.fac3_img{
				position:relative;
				z-index:3;
				width:60%;
				margin:0 auto;
				background: url(../../images/green_circle.png) bottom center no-repeat;
				background-size: 23%;
				background-position-y: 100%;
			}
				.f3_itop {
					background:url(../../images/frame_01.png) bottom center no-repeat;
					min-height:57px;
					background-size:contain;
				}
				.f3_imain {
					background:url(../../images/frame_02.png) top center repeat-y;
					background-size:contain;
					padding:2% 0;
				}
					.f3_imain img {
						display:inline-block;
						width:45%;
						padding:1%;
					}
				.f3_ibottom {
					background:url(../../images/frame_03.png) top center no-repeat;
					min-height:59px;
					background-size:contain;
				}
				.flower {
					position: absolute;
					bottom: -21%;
					right: 0;
					width: 11%;
				}
					.flower img {
						width:100%;
					}
			/*fac3_title02*/
			.fac3_title02 {
				padding:2% 0;
			}
			/*fac3_text*/
			.fac3_text{
				color:#5b574b;
				padding: 0 30%;
			}
		/*fac3_bottom*/
		.fac3_bottom {
			background:url(../../images/fac3_bottom.png) top center no-repeat;
			min-height:150px;
			background-size:cover;
		}
		@media screen and (max-width:1630px) {
			.fac2 {
				min-height:700px;
			}
		}
		@media screen and (max-width:1300px) {
			.fac2 {
				min-height:600px;
			}
			.fac_bike {
				width:40%;
			}
			.fac3_img {
				width:80%;
			}
			.f3_imain img {
				width:47%;
			}
			.fac3_text {
				padding: 0px 20%;
			}
			.fac3_bottom {
				min-height:117px;
			}
		}
		@media screen and (max-width:980px) {
			.fac2 {
				min-height:500px;
			}
			.fac_bike {
				width:45%;
			}
			.fac3_top {
				min-height:102px;
			}
			.fac3_title {
				width:60%;
				margin:0 auto -38px;
			}
				.fac3_title img {
					width:100%;
				}
			.fac3_img {
				width:90%;
			}
			.f3_imain{
				padding:1% 0;
			}
			.fac3_text {
				padding: 0px 10%;
			}
			.fac3_bottom {
				min-height:117px;
			}
		}
		@media screen and (max-width:700px) {
			.fac2 {
				min-height:400px;
			}
			.fac_bike {
				width: 55%;
				bottom:20%;
			}
			.fac3_title {
				width:65%;
			}
		}
		@media screen and (max-width:500px) {
			.fac2 {
				min-height:300px;
				background-attachment:inherit;
			}
			.fac3_top {
				min-height: 75px;
			}
			.fac3_title {
				width: 75%;
				margin: 0 auto -49px;
			}
			.fac3_img {
				width: 87%;
			}
			.f3_imain {
				padding: 1% 2%;
			}
			.f3_imain img {
				width: 100%;
				padding:2%;
			}
			.flower {
				bottom:-4%;
			}
			.fac3_title02{
				width:80%;
				margin:0 auto;
			}
				.fac3_title02 img {
					width:100%;
				}
			.fac3_text {
				padding: 0px 5%;
				font-size: 15px;
			}
			.fac3_bottom {
				min-height: 80px;
			}
		}
		@media screen and (max-width:500px) {
			.fac2 {
				min-height:250px;
			}
			.fac3_title {
				width:80%;
			}
		}
	/*fac4*/
	.fac4 {
		text-align:center;
		position:relative;
		background:url(../../images/spotnobg.png) top center repeat-y,#d7b911;
	}	
		/*fac4_inner*/
		.fac4_inner {
			width:60%;
			margin:0 auto;
			padding: 6% 0 4% 0;
		}
			/*fac4_title*/
			.fac4_title {
				position: relative;
				width: 56%;
				margin: 0 auto -29px;
			}
				.fac4_title img {
					width:100%;
				}
			/*fac4_top*/
			.fac4_top {
				background:url(../../images/fac4_bg_01.png) bottom center no-repeat;
				background-size:contain;
				min-height:80px;
				text-align:center;
			}
				.fac4_top img {
					padding-top:3%;
				}
			/*fac4_main*/
			.fac4_main {
				background:#fff;
				padding:0 3%;
			}
				.fac4_img {
				}
					.fac4_img img {
						display:inline-block;
						vertical-align:top;
						width:32%;
						padding:1%;
					}
				.fac_text {
					padding:1% 0 0 0;
					text-align:right;
				}
					.fac_text span {
						width: 69%;
						text-align: left;
						display: inline-block;
						color:#5b574b;
					}
					.cactus {
						width:27%;
					}
			/*fac4_bottom*/
			.fac4_bottom {
				background:url(../../images/fac4_bg_02.png) top center no-repeat;
				background-size:contain;
				min-height:64px;
			}
	/*fac_wave*/
	.fac_wave {
		background:url(../../images/fac_wave.jpg) top center no-repeat;
		background-size:cover;
		min-height:104px;
	}
	@media screen and (max-width:1630px) {
		.fac4_inner {
			width:70%;
		}
		.fac4_top img {
			padding-top: 4%;
		}
	}
	@media screen and (max-width:1400px) {
		.fac4_inner {
			width:75%;
		}
		.fac4_inner {
			padding: 8% 0 3% 0;
		}
		.fac4_top img {
			padding-top: 4%;
		}
	}
	@media screen and (max-width:1300px) {
		.fac4_inner {
			padding: 9% 0 2% 0;
		}
		.fac4_title {
			width: 66%;
			margin: 0 auto -35px;
		}
		.fac4_top img {
			padding-top: 5%;
		}
	}
	@media screen and (max-width:1120px) {
		.fac4_inner {
			padding: 9% 0 0% 0;
		}
		.fac4_title {
			width: 70%;
			margin: 0 auto -43px;
		}
		.fac4_top img {
			padding-top: 7%;
		}
		.fac4_main {
			padding:0 2%;
		}
	}
	@media screen and (max-width:900px) {
		.fac4_inner {
			width: 85%;
		}
		.fac4_title {
			margin: 0 auto -46px;
		}
		.fac4_top img {
			padding-top: 8%;
		}
	}
	@media screen and (max-width:750px) {
		.fac4_inner {
			width: 85%;
			padding: 15% 0 0% 0;
		}
		.fac4_title {
			margin: 0 auto -50px;
		}
		.fac4_top img {
			padding-top: 10%;
			width:43%;
		}
		.fac4_inner {
			width: 90%;
		}
		.fac_text span {
			width: 100%;
			display: block;
			padding: 0 2%;
			font-size: 15px;
			line-height: 27px;
		}
		.cactus {
			width: 32%;
		}
	}
	@media screen and (max-width:620px) {
		.fac_wave {
			min-height:75px;
		}
		.fac4_title {
			margin: 0 auto -60px;
			width: 85%;
		}
		.fac4_top img {
			padding-top:17%;
		}
		.fac4_main {
			padding: 0 1%;
		}
		.fac4_img img {
			width:100%;
			padding:6%;
		}
		.fac4_inner {
			width:70%;
		}
		.cactus {
			width: 37%;
		}
	}
	@media screen and (max-width:530px) {
		.fac4_title {
			width: 90%;
		}
		.fac4_top img {
			padding-top: 20%;
		}
	}
	@media screen and (max-width:470px) {
		.fac4_inner {
			width: 85%;
		}
	}
	@media screen and (max-width:420px) {
		.fac4_inner {
			width: 90%;
		}
		.fac4_title {
			width: 95%;
			margin: 0 auto -65px;
		}
		.fac4_top img {
			width:47%;
		}
	}
	@media screen and (max-width:390px) {
		.fac4_top img {
			padding-top:21%;
		}
	}
	@media screen and (max-width:370px) {
		.fac4_top img {
			padding-top:22%;
		}
	}
	@media screen and (max-width:350px) {
		.fac4_top img {
			padding-top:24%;
		}
	}
	@media screen and (max-width:340px) {
		.fac4_top img {
			padding-top:25%;
		}
	}
	@media screen and (max-width:330px) {
		.fac4_top img {
			padding-top:26%;
		}
	}
	/*fac5*/
	.fac5 {
		background:url(../../images/spotnobg.png) top center no-repeat,#edb200;
		text-align:center;
	}
		/*fac5_img*/
		.fac5_img  {
		}
			.fac5_img img {
				display:inline-block;
				width:30%;
				padding:2%;
			}
				.fac5_img img:last-of-type {
					transform: translateY(50px);
				}
		/*fac5_simg*/
		.fac5_simg {
			padding-top:1%;
		}
			.fac5_simg img {
				display:inline-block;
				vertical-align:bottom;
				width:14%;
				padding:1%;
			}
			.f501 {
				transform: translateY(30px);
			}
			.f502 {
				transform: translateY(-60px);
			}
			.f503 {
				transform: translateY(-50px);
			}
			.f504 {
			}
			@media screen and (max-width:1270px) {
				.fac5_img img {
					width:38%;
				}
			}
			@media screen and (max-width:1000px) {
				.fac5_img img {
					width:45%;
				}
				.fac5_simg {
					padding-top: 5%;
				}
				.fac5_simg img {
					width:21%;
				}
			}
			@media screen and (max-width:720px) {
				.fac5_img img {
					width: 48%;
				}
				.fac5_simg {
					padding-top: 7%;
				}
				.fac5_simg img {
					width:23%;
				}
			}
			@media screen and (max-width:600px) {
				.fac5_img img {
					padding:1%;
				}
				.fac5_simg {
					padding-top: 7%;
				}
				.fac5_simg img {
					width:24%;
				}
				.f501 {
					transform: translateY(16px);
				}
				.f502 {
					transform: translateY(-33px);
				}
				.f503 {
					transform: translateY(-16px);
				}
				.f504 {
					transform: translateY(18px);
				}
			}
			@media screen and (max-width:500px) {
				.fac5_img img {
					width: 70%;
				}
				.fac5_img img:last-of-type {
					transform: translateY(7px);
				}
				.fac5_simg img {
					width: 35%;
				}
				.f501 {
					transform: translateY(-18px);
				}
				.f502 {
					transform: translateY(-6px);
				}
				.f503 {
					transform: translateY(-9px);
				}
				.f504 {
					transform: translateY(8px);
				}
			}
			@media screen and (max-width:400px) {
				.fac5_img img {
					width: 77%;
				}
				.fac5_simg img {
					width: 39%;
				}
			}
/*---news-----------------------------------------------------------------------------------------------------------------------------------*/
.news {
	width:50%;
	margin:0 auto;
}
	.news table {
		width:100%;
	}
		.news table a {
			color:#341607;
			display:inline;
			transition:.3s ease-out;
		}
			.news table a:hover {
				color:#fff;
			}
button, html input[type=button], input[type=reset], input[type=submit] {
	background: #1e799c;
    border: solid 1px #fff;
    padding: 1% 2%;
    border-radius: 7%;
    color: #fff;
    letter-spacing: 2px;
	transition:.3s ease-in;
}
	button:hover,html input[type=button]:hover {
		background:#329eb4;
	}
		@media screen and (max-width:1000px) {
			.news {
				width:65%;
			}
		}
		@media screen and (max-width:620px) {
			.news {
				width:75%;
			}
		}
		@media screen and (max-width:450px) {
			.news {
				width:85%;
			}
		}
/*---room--------------------------------------------------------------------------------------------------------------------------------------*/
.room {
	width:60%;
	margin:0 auto;
}
	/*room_slider*/
	.room_slider {
		position:relative;
	}
		/*room_title*/
		.room_title {
			position: absolute;
			top: -3%;
			left: calc(50% - 289px);
		}
		/*rs_top*/
		.rs_top {
			background:url(../../images/fac4_bg_01.png) bottom center no-repeat;
			background-size:contain;
			min-height:80px;
		}
		/*rs_main*/
		.rs_main {
			background:#fff;
			padding:0 3%;
		}
		/*rs_bottom*/
		.rs_bottom {
			background:url(../../images/fac4_bg_02.png) top center no-repeat;
			background-size:contain;
			min-height:64px;
		}
	/*rmbt*/
	.rmbt {
		padding:1% 0 2% 0;
		text-align:center;
	}
		.rmbt ul {
		}
			.rmbt li {
				display:inline-block;
				width:19%;
				padding:2%;
			}
				.rmbt li img {
					width:100%;
				}
	/*roomb_area*/
	.roomb_area {
		text-align:center;
		color:#000;
	}
		.roomb {
			display:inline-block;
			vertical-align:top;
			width:47%;
			padding:0 2%;
			text-align:left;
			font-size:15px;
		}
			.roomb_title {
				text-align:center;
				padding-bottom:3%;
			}
			.roomb_title table {
			}
			.roomb a{
				display:inline-block;
			}
			@media screen and (max-width:1500px) {
				.room {
					width: 67%;
				}
			}
			@media screen and (max-width:1150px) {
				.room {
					width: 75%;
				}
				.room_title {
					top: -2%;
					left: 17%;
					width:68%;
				}
					.room_title img {
						width:100%;
					}
			}
			@media screen and (max-width:1000px) {
				.room_title {
					top:0;
				}
				.rmbt li {
					padding:1%;
				}
				.roomb_title{
					width:60%;
					margin:0 auto;
					padding-bottom:5%;
				}
					.roomb_title img {
						width:100%;
					}
			}
			@media screen and (max-width:880px) {
				.room {
					width: 82%;
				}
			}
			@media screen and (max-width:820px) {
				.room_title {
					top:8px;
				}
			}
			@media screen and (max-width:750px) {
				.room {
					width: 90%;
				}
				.roomb {
					display:block;
					width:90%;
					margin:0 auto;
					padding-bottom:5%;
				}
			}
			@media screen and (max-width:650px) {
				.room {
					width: 95%;
				}
				.room_title {
					top: 16px;
				}
				.rs_bottom {
					min-height:33px;
				}
				.rmbt {
					padding: 1% 0 5% 0;
				}
				.rmbt li {
					width:25%;
					padding:2%;
				}
				.roomb_title{
					width:60%;
					padding-bottom:2%;
				}
			}
			@media screen and (max-width:570px) {
				.room_title {
					top: 23px;
				}
			}
			@media screen and (max-width:520px) {
				.room_title {
					top: 28px;
				}
				.rmbt li {
					width:26%;
				}
			}
			@media screen and (max-width:470px) {
				.room_title {
					top: 34px;
				}
			}
			@media screen and (max-width:400px) {
				.room_title {
					left: 7%;
					width: 85%;
					top:33px;
				}
				.rmbt li {
					width: 31%;
				}
				.roomb {
					width:100%;
				}
				.roomb_title {
					width:70%;
				}
			}
			@media screen and (max-width:370px) {
				.room_title {
					top: 35px;
				}
			}
			@media screen and (max-width:350px) {
				.room_title {
					top: 38px;
				}
			}
/*---note--------------------------------------------------------------------------------------------------------------------------------------*/
.note{
	text-align:center;
	padding-bottom:2%;
}
	.note_title {
		padding: 5% 0 1%;
	}
	.note_btitle {
		top: -30px;
	}
	.paypal {
	}
	@media screen and (max-width:1400px) {
		.note_btitle {
			top: -18px;
		}
	}
	@media screen and (max-width:1060px) {
		.note_btitle {
			top: -6px;
		}
	}
	@media screen and (max-width:960px) {
		.note_btitle {
			top: 0px;
		}
	}
	@media screen and (max-width:790px) {
		.note_btitle {
			top: 8px;
		}
	}
	@media screen and (max-width:670px) {
		.note_btitle {
			top: 14px;
		}
		.note_title img {
			width:57%;
		}
	}
	@media screen and (max-width:580px) {
		.note_btitle {
			top: 20px;
		}
		.note_title img {
			width:62%;
		}
	}
	@media screen and (max-width:500px) {
		.note_btitle {
			top: 25px;
		}
		.note_title img {
			width:65%;
		}
		.paypal img {
			width:30%;
			height:auto;
		}
	}
	@media screen and (max-width:440px) {
		.note_btitle {
			top: 30px;
		}
		.note_title img {
			width:70%;
		}
		.paypal img {
			width:35%;
		}
	}
	@media screen and (max-width:355px) {
		.note_btitle {
			top: 34px;
		}
		.note_title img {
			width:75%;
		}
		.paypal img {
			width:45%;
		}
	}
/*gotop*/
#gotop {
	position:fixed;
	bottom:1%;
	right:1%;
	cursor:pointer;
	display:none;
	z-index:9;
}
	@media screen and (max-width:500px) {
		#gotop {
			width:15%;
		}
		#gotop img {
			width:100%;
		}
	}


















