/*--------------copyright by alva start-------------------------------*/
=html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video  {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1.8;
	letter-spacing: 1px;
	font-size: 15px;
	font-family: Arial, sans-serif, 微軟正黑體, "Microsoft JhengHei";
}

ol,
ul {
	list-style: none;
	padding:0;
	margin:0;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

a {
	display: block;
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin:0;
}

/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
/*gotop*/
#gotop {
	position:fixed;
	bottom:1%;
	right:1%;
	cursor:pointer;
	display:none;
	z-index:9;
	transition:.3s ease-in-out;
}
	#gotop:hover {
		transform:scale(.9);
	}
	@media screen and (max-width:500px) {
		#gotop {
			width:15%;
		}
		#gotop img {
			width:100%;
		}
	}
/*carousel-fade*/
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,  
.carousel-fade .carousel-inner .active.left,  
.carousel-fade .carousel-inner .active.right {
   opacity: 0;
}
.carousel-fade .carousel-inner .active,  
.carousel-fade .carousel-inner .next.left,  
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,  
.carousel-fade .carousel-inner .prev,  
.carousel-fade .carousel-inner .active.left,  
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

/*---header-------------------------------------------------------------------------------------------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../../images/navbar_bg.png) repeat;
	-webkit-filter: drop-shadow(0px 0px 3px rgba(51, 51, 51, 0.3));
	filter: drop-shadow(0px 0px 3px rgba(51, 51, 51, 0.3));
	z-index: 90;
	transition: .3s linear;
	min-height:100px;
}

/*logo*/

.logo {
	text-align: center;
}

.logo a {
	display: inline-block;
	z-index: 5;
	position: relative;
}
	.logo img {
		max-width:100%;
		vertical-align:middle;
	}

/*menu*/
.menu {}

#nav-icon {
	width: 138px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
	background: url(../../images/menu_bg.png) repeat;
}

#nav-icon span {
	display: block;
	position: absolute;
	height: 4px;
	width: 34px;
	background: #ffffff;
	border-radius: 9px;
	opacity: 1;
	left: calc(50% - 17px);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#nav-icon span:nth-child(1) {
	top: 45px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon span:nth-child(2) {
	top: 55px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon span:nth-child(3) {
	top: 65px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

#nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*menu hover*/
#nav-icon:hover span:nth-child(1) {
	top: 40px;
}

#nav-icon:hover span:nth-child(3) {
	top: 70px;
}
/*navbar-list*/
.navbar-list {
	position: fixed;
	top: 108px;
	left: 0;
	background: url(../../images/ibutton_bg.png) repeat;
	text-align: center;
	transform: translateX(-100%);
	transition: .6s ease-in-out;
	z-index: 80;
	box-shadow: 0px 0px 3px rgba(0,0,0,.3);
}

.show {
	transform: translateX(0);
}

.navbar-list ul {
	padding: 4em 0;
}

.navbar-list li {
	transition: .3s linear;
}

.navbar-list a {
	padding: 1em 6em;
}

.navbar-list h1 {
	font-size: 18px;
	color: #bebd3a;
	letter-spacing: 2px;
	line-height: 1.5;
	transition: .3s linear;
}

.navbar-list h2 {
	font-size: 14px;
	color: #dfd2ae;
	letter-spacing: 2px;
	transition: .3s linear;
}


/*navbar-list hover*/

.navbar-list li:hover {
	background: rgba(0, 0, 0, 0.1);
}

.navbar-list li:hover h1 {
	color: #dfd2ae;
}

.navbar-list li:hover h2 {
	color: #bebd3a;
}

/*dex*/
.dex {
	position:relative;
}
	.dex img {
		max-width:100%;
	}
	/*a1_mask*/
	.a1_mask {
		background:url(../../images/about1_mask.png) bottom center no-repeat;
		background-size:cover;
		min-height:307px;
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		margin-bottom:-1px;
	}

@media screen and (max-width:1440px) {
	.a1_mask {
		min-height:230px;
	}
	.navbar-list {
		top:108px;
	}
}
@media screen and (max-width:1200px) {
	header {
		min-height:auto;
		height:100px;
	}
	.navbar-list {
		top: 100px;
	}
	.logo a {
		width:20%;
		padding:5px 0;
	}
	.a1_mask {
		min-height:190px;
	}
}
@media screen and (max-width:1024px) {
	.logo a {
		width: 25%;
	}
	.logo a img {
		width: 100%;
	}
	.navbar-list h1 {
		font-size: 16px;
	}
	.a1_mask {
		min-height: 163px;
	}
	#nav-icon {
		width: 125px;
	}
	#nav-icon:hover span:nth-child(1),
	#nav-icon span:nth-child(1) {
		top: 35px;
	}
	#nav-icon:hover span:nth-child(2),
	#nav-icon span:nth-child(2) {
		top: 45px;
	}
	#nav-icon:hover span:nth-child(3),
	#nav-icon span:nth-child(3),
	#nav-icon.open span:nth-child(3) {
		top: 55px;
	}
}

@media screen and (max-width:768px) {
	header {
		height:90px;
	}
	.navbar-list {
		top: 90px;
	}
	.a1_mask {
		min-height: 120px;
	}
	#nav-icon {
		width: 100px;
	}
	.logo a {
		width: 27%;
	}
	.iinfo {
		bottom: 0;
		position: relative;
		padding-top: 3%;
	}
	.dex {
		padding-top: 90px;
	}
}

@media screen and (max-width:650px) {
	header,
	.hdtogle {
		height: 80px;
	}
	.navbar-list {
		top: 80px;
	}
		.navbar-list ul {
			padding: 3em 0;
		}
	.a1_mask {
		min-height: 100px;
		background-size: 100%;
	}
	.logo a {
		width: 30%;
	}
	#nav-icon {
		width: 80px;
	}
	#nav-icon:hover span:nth-child(1),
	#nav-icon span:nth-child(1) {
		top: 25px;
	}
	#nav-icon:hover span:nth-child(2),
	#nav-icon span:nth-child(2) {
		top: 35px;
	}
	#nav-icon:hover span:nth-child(3),
	#nav-icon span:nth-child(3),
	#nav-icon.open span:nth-child(3) {
		top: 45px;
	}
	.dex {
		padding-top: 80px;
	}
}

@media screen and (max-width:550px) {
	header, .hdtogle {
		height: 70px;
	}
	.navbar-list {
		top: 70px;
	}
	.logo a {
		width: 160px;
		padding-top: 1%;
	}
	.navbar-list {
		height: 100vh;
	}
	.a1_mask {
		min-height: 90px;
		margin-bottom:-5%;
	}
	.dex {
		padding-top: 70px;
	}
}

@media screen and (max-width:425px) {
	.logo a {
		width:145px;
	}
	#nav-icon {
		width: 70px;
	}
	#nav-icon span {
		height: 3px;
	}
	.navbar-list {
		width: 80%;
		overflow-y: scroll;
		height: 100vh;
	}
	.navbar-list ul {
		padding: 2em 0;
	}
}

@media screen and (max-width:375px) {
	.navbar-list ul {
		padding: 2em 0;
	}
}
/*---about1---------------------------------------------------------------------------------------------------------------------------------*/
.about1 {
	background:url(../../images/about1_bg.png) repeat;
	text-align:center;
	padding:0 1em;
}
	.about1 img {
		margin-bottom:-4%;
		position:relative;
		z-index:3;
	}
	.about1 img:nth-of-type(1) {
		width: 23%;
		vertical-align: top;
		padding: 5% 1% 0 0;
	}
	.about1 img:nth-of-type(2) {
		width: 48%;
		vertical-align: top;
		padding-left: 1%;
	}
/*---about2----------------------------------------------------------------------------------------------------------------------------------*/
.about2 {
	text-align:center;
	position:relative;
	padding:15em 0 15em;
}
	.about2:before {
		content:'';
		background:url(../../images/about2_deco1.png) top right no-repeat;
		background-size:auto;
		position:absolute;
		top:50px;
		right:0;
		height:739px;
		width:100%;
	}
	.about2:after {
		content:'';
		background:url(../../images/about2_deco2.png) bottom left no-repeat;
		background-size:auto;
		position:absolute;
		bottom:30px;
		left:0;
		height:466px;
		width:100%;
	}
	/*title*/
	.title {
		text-align:center;
		position:relative;
		z-index:5;
	}
		.title img {
			max-width:90%;
		}
	/*title_bg*/
	.title_bg {
		background:url(../../images/title_bg_01.png) top center no-repeat;
		background-size:cover;
		min-height:378px;
		padding:2em 0 0 0;
	}
	.title_bg2 {
		background:url(../../images/title_bg_02.png) top center no-repeat;
		background-size:cover;
		min-height:273px;
		padding:2em 0 0 0;
	}
		@media screen and (max-width:950px) {
			.title_bg {
				min-height: 340px;
			}
		}
		@media screen and (max-width:768px) {
			.title_bg2 {
				min-height: 235px;
			}
		}
		@media screen and (max-width:530px) {
			.title_bg {
				min-height: 290px;
			}
		}
		@media screen and (max-width:430px) {
			.title_bg {
				min-height: 260px;
				padding: 1em 0 0 0;
			}
			.title_bg2 {
				min-height: 180px;
				padding: 1em 0 0 0;
			}
		}
		@media screen and (max-width:380px) {
			.title_bg {
				min-height: 240px;
			}
			.title_bg2 {
				min-height:160px;
			}
		}
	/*text*/
	.text {
		text-align:left;
		width:600px;
		margin:4em auto 0;
		max-width:90%;
		z-index:3;
		position:relative;
	}
/*---about3--------------------------------------------------------------------------------------------------------------------------------*/
.about3 {
	position:relative;
}
	.about3:after {
		content:'';
		background:url(../../images/about3_bg.png) bottom center no-repeat;
		background-size:cover;
		width:100%;
		height:89%;
		position:absolute;
		bottom:0;
		left:0;
		z-index:-3;
	}
	/*a3_top*/
	.a3_top {
		text-align:left;
	}
		.a3_top .carousel {
			display:inline-block;
			vertical-align:bottom;
			width:62%;
		}
			.arrows {
				position:absolute;
				top:40%;
				right:0;
			}
			.a3_top .carousel .carousel-control.left,.a3_top .carousel .carousel-control.right {
				background-image:none;
				top:0;
				right: 0;
				left: inherit;
				position:relative;
			}
			.a3_top .carousel .carousel-control.left {
				top:0;
			}
			.a3_top .carousel-control {
				width: 50px;
				height: 50px;
				background:rgba(255,255,255,.9);
				opacity:1;
			}
			.a3_top .carousel-control .glyphicon-chevron-left,.a3_top .carousel-control .glyphicon-chevron-right,.a3_top .carousel-control .icon-next,.a3_top .carousel-control .icon-prev {
				width: 50px;
				height: 50px;
				margin-top: 0;
				font-size: 30px;
				left: 50%;
				transform: translate(-50%,-50%);
				top: 50%;
				margin: 0;
				text-shadow: 0px 1px 0px rgba(0,0,0,1);
				line-height:1.5;
				border:solid 1px rgba(0, 0, 0, 0.3);
			}
		/*a3_top_deco*/
		.a3_top_deco {
			display:inline-block;
			vertical-align:top;
			padding:0 1em 0 5em;
			width:35%;
		}
			.a3_top_deco img:nth-of-type(1) {
				max-width:100%;
			}
			.a3_top_deco img:nth-of-type(2) {
				max-width:100%;
				padding-top:14em;
			}
	/*a3_bottom*/
	.a3_bottom {
		text-align:right;
		padding:10em 16em 4em 0;
		position:relative;
		background:url(../../images/about3_mask2.png) top left no-repeat;
		background-size:contain;
	}
		.a3_bottom:after {
			content:'';
			background:url(../../images/about3_mask1.png) bottom center no-repeat;
			background-size:cover;
			position:absolute;
			bottom:0;
			left:0;
			width:100%;
			height:60%;
			z-index:-1;
		}
		.a3_bottom:before {
			content:'';
			background:url(../../images/about3_mask3.png) top left no-repeat;
			background-size:cover;
			position:absolute;
			bottom:0;
			left:5%;
			width:19%;
			height:60%;
			opacity:.8;
		}
		.a3_bottom img {
			display:inline-block;
			vertical-align:bottom;
			padding-right:35px;
			width:19%;
			position:relative;
			z-index:2;
		}
		/*a3_simg*/
		.a3_simg {
			width:50%;
			display:inline-block;
			vertical-align:bottom;
			position:relative;
		}
			.a3_simg:before {
				content:'';
				position:absolute;
				top: -2%;
				left: -1%;
				background:url(../../images/about3_frame_01.png) top left no-repeat;
				background-size:cover;
				width: 7%;
				height: 93%;
				z-index:1;
			}
			.a3_simg:after {
				content:'';
				position:absolute;
				bottom: -2%;
				right: -2%;
				background: url(../../images/about3_frame_02.png) bottom right no-repeat;
				background-size: cover;
				width: 10%;
				height: 60%;
				z-index: 1;
			}
			.a3_simg ul {
				position:relative;
				z-index:2;
			}
				.a3_simg li {
					display:inline-block;
					vertical-align:top;
					width:48%;
					padding:5px 3px;
					cursor:pointer;
					position:relative;
				}
					.a3_simg img {
						max-width:100%;
						padding:0;
						width:auto;
						transition:.3s ease-in-out;
					}
					.a3_simg li:after {
						content:'+';
						color:#fff;
						font-size:40px;
						font-weight:bolder;
						position:absolute;
						top:50%;
						left:50%;
						transform:translate(-50%,-50%);
						z-index:5;
						text-shadow: 2px 2px 3px rgba(0,0,0,.5);
						opacity:.5;
						transition:.3s ease-in-out;
						line-height:0;
					}
					.a3_simg li:hover:after {
						opacity:1;
					}
/*****/
.abouts .modal-dialog {
	width:900px;
	max-width:90%;
	top:15%;
	margin:0 auto;
}
.abouts img {
	border-radius:2px;
}
.abouts .modal-body {
	padding:5px;
}
/*button.close*/
button.close {
	opacity: 1;
    z-index: 10;
    position: absolute;
    top: 0%;
    right: 0%;
    height: auto;
    background: #fff;
    margin: 0;
    padding: 5px;
    border: solid 0px #00000054;
    border-radius: 0 0 0 25px;
}
	@media screen and (max-width:1340px) {
		.a3_top_deco img:nth-of-type(2) {
			padding-top:10em;
		}
		.a3_bottom {
			padding: 10em 7em 4em 0;
		}
			.a3_simg {
				width:55%;
			}
			.a3_bottom img {
				width:24%;
			}
			.a3_simg img {
				width:auto;
			}
	}
	@media screen and (max-width:1024px) {
		.about1 img:nth-of-type(1) {
			width:27%;
		}
		.about1 img:nth-of-type(2) {
			width:52%;
		}
		.about2 {
			padding: 12em 0 22em;
		}
			.about2:before {
				background-size: contain;
				height: 70%;
				width: 23%;
			}
			.about2:after {
				background-size: contain;
				height: 40%;
				width: 20%;
			}
		.a3_top .carousel {
			width:65%;
		}
		.a3_top_deco {
			padding: 0 1em 0 2em;
			width: 32%;
		}
			.a3_top_deco img:nth-of-type(2) {
				padding-top: 7em;
			}
		.a3_bottom {
			padding: 10em 3em 3em 0;
		}
	}
	@media screen and (max-width:768px) {
		.about2 {
			padding: 9em 0 10em;
		}
			.about2:before {
				width:16%;
			}
			.about2:after {
				width:13%;
			}
		.text {
			width:530px;
		}
		.about1 img:nth-of-type(1) {
			width: 30%;
		}
		.about1 img:nth-of-type(2) {
			width: 56%;
		}
		.a3_top_deco {
			padding:0 1em;
		}
		.a3_top .carousel-control,.a3_top .carousel-control .glyphicon-chevron-left, .a3_top .carousel-control .glyphicon-chevron-right, .a3_top .carousel-control .icon-next, .a3_top .carousel-control .icon-prev {
			width:35px;
			height:35px;
			font-size:20px;
		}
		.a3_bottom {
			padding: 7em 2em 2em 0;
		}
			.a3_bottom img {
				width: 28%;
				padding-right:30px;
			}
			.a3_simg {
				width: 60%;
			}
			.a3_simg img {
				width:auto;
				padding:0;
			}
	}
	@media screen and (max-width:600px) {
		.about1 img:nth-of-type(1) {
			width: 33%;
		}
		.about1 img:nth-of-type(2) {
			width: 65%;
		}
		.about2 {
			padding: 6em 0 5em;
		}
		.text {
			margin:3em auto 0;
		}
		.arrows {
			display:none;
		}
		.a3_top .carousel {
			width: 70%;
		}
		.a3_top_deco {
			padding: 0 1%;
			width: 27%;
			vertical-align:top;
		}
			.a3_top_deco img:nth-of-type(2) {
				padding-top: 4em;
			}
		.a3_bottom {
			padding: 5em 2em 2em 0;
		}
			.a3_simg li:after {
				font-size:30px;
			}
	}
	@media screen and (max-width:550px) {
		.a3_top .carousel {
			width: 95%;
		}
		.a3_top_deco {
			width:100%;
			padding: 3em 6em;
		}
			.a3_top_deco img:nth-of-type(2) {
				padding-top: 2em;
			}
		.a3_bottom {
			padding: 1em 2em 2em 0;
		}
			.a3_simg {
				width:95%;
			}
			.a3_bottom img {
				width: 40%;
				padding: 0 0em 2em 0;
			}
			.a3_simg img {
				width: auto;
				padding: 0;
			}
	}
	@media screen and (max-width:430px) {
		.about2 {
			padding: 5em 0 3em;
		}
		.text {
			margin: 2em auto 0;
		}
		.a3_top_deco {
			padding: 3em 3em;
		}
		.a3_top_deco img:nth-of-type(2) {
			display:none;
		}
	}
/*---service_room-------------------------------------------------------------------------------------------------------------------------*/
#service_room {
	background:#fff;
	text-align:center;
}
	/*title_room*/
	.title_room {
		padding:5em 0 1em 0;
	}
	/*rmbt*/
	.rmbt {
		padding: 3em 1em 4em;
	}
		.rmbt ul {
			font-size:0;
		}
			.rmbt li {
				display:inline-block;
				vertical-align:top;
				margin:0;
				box-shadow: 3px 3px 0px #dedede;
				transition:.2s ease-in;
			}
				.rmbt li:hover {
					box-shadow:0px 0px 0px #dedede;
					background:#dedede;
				}
	/*room*/
	.room {
		background:url(../../images/rmbg.png) top center no-repeat;
		background-size:auto;
		padding:5% 2%;
		position:relative;
	}
		.room:before {
			content:'';
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 18px 27px 0 27px;
			border-color: #ffffff transparent transparent transparent;
			position:absolute;
			top:0;
			left:calc(50% - 27px);
		}
		/*wowslider-container1*/
		.carousel_rm {
			position:relative;
			width:1088px;
			margin:0 auto;
			max-width:100%;
			cursor: pointer;
		}
		.icarousel {
			width:100%;
			height:100%;
		}
		.icarousel.carousel:before {
			border:0px;
		}
			.icarousel .carousel-inner {
				height:100%;
			}
			.carousel:before {
				content:'';
				position:absolute;
				top:0;
				left:0;
				border:solid 1px #fff;
				margin: 1%;
				width: 98%;
				height: 97%;
				z-index: 1;
			}
			.a3_top .carousel:before {
				display:none;
			}
			.dex.carousel:before {
				display:none;
			}
			.carousel-control {
				z-index:5;
			}
		/*room_tag*/
		.room_tag {
			position:absolute;
			top:-20px;
			right:3%;
			z-index:7;
		}
		/*room_deco*/
		.room_deco {
			position:absolute;
			right:2%;
			bottom:2%;
		}
		.ws_images div:nth-of-type(5) {
			display:none;
		}
	/*rmbtn*/
	.rmbtn {
		width:1088px;
		margin:0 auto;
		max-width:100%;
		padding:1% 1%;
	}
		.rmbtn img {
			max-width:100%;
			transition:.3s ease-in-out;
		}
		/*rbtn*/
		.rbtn {
			width: 48%;
			display:inline-block;
			margin: 0 auto;
			text-align: right;
			cursor:pointer;
		}
			.rbtn:hover {
				animation:imgflash 1s;
			}
		/*other*/
		.other {
			display:inline-block;
			display: inline-block;
			width: 48%;
			text-align: left;
			cursor:pointer;
		}
			.other img {
				border:outset 2px rgba(255,255,255,0);
			}
				.other:hover img {
					border:outset 2px #e0e0e0;
				}
		@media screen and (max-width:1200px) {
			.rmbt li img {
				max-width:100%;
			}
			.carousel {
				width:100%;
			}
			.room_tag {
				width:17%;
			}
				.room_tag img {
					max-width:100%; 
				}
			.carousel-inner img {
				width:100%;
			}
			.rmbtn {
				padding:3% 0 0;
			}
		}
		@media screen and (max-width:935px) {
			.rmbt li {
				width: 18%;
			}
		}
		@media screen and (max-width:768px) {
			.rmbt {
				padding: 2em 1em 3em;
			}
			.room {
				padding:6% 2%;
			}
			.rmbt li {
				width: 25%;
				margin: 12px 12px;
			}
			.room_deco {
				width:37%;
				bottom:0;
			}
				.room_deco img {
					width:100%;
					vertical-align:bottom;
				}
		}
		@media screen and (max-width:600px) {
			.rmbt li {
				width:26%;
			}
			.room,.room:nth-of-type(2n+0) {
				background-size: 160%;
			}
			.room_deco {
				width: 33%;
			}
			.carousel-indicators {
				bottom:0;
			}
		}
		@media screen and (max-width:500px) {
			.rmbt {
				padding: 5% 1% 4%;
			}
				.rmbt li {
					width: 28%;
					margin:12px 8px;
				}
			.room {
				padding: 10% 2% 8%;
				letter-spacing:0;
			}
			.room_tag {
				top:-15px;
			}
			.room:before {
				border-width: 15px 20px 0 20px;
				left:calc(50% - 20px);
			}
		}
		@media screen and (max-width:425px) {
			.rmbt li {
				width: 30%;
				margin: 12px 4px;
			}
			.room_tag {
				width: 21%;
			}
			.rmbtn {
				padding: 5% 0 0;
			}
			.other,.rbtn {
				padding:1% 0;
			}
			.other {
				width:60%;
			}
			.rbtn {
				width:72%;
			}
		}
		@media screen and (max-width:375px) {
			.rmbt li {
				margin: 12px 2px;
				box-shadow: 3px 3px 0px #cfdbde;
			}
		}
/*rinfo*/
.rinfo {
	text-align: left;
	padding: 3% 0%;
}
.rinfo ul {}
.rinfo li {}
.rinfo li span {
	display: inline-block;
	vertical-align: top;
}
.rinfo li span:nth-of-type(1) {}
.rinfo li span:nth-of-type(2) {
	width: 78%;
}
/*---room_info---------------------------------------------------------------------------------------------------------------------------------*/
.room_info button.close {
	background:none;
}
.modal-dialog {
	width:80%;
	margin:0 auto;
}
.modal {
	padding: 0 !important;
}

.modal-content {
	background: rgba(255, 255, 255, .9);
	padding: 2% 5% 5px;
	position: relative;
	height: 80vh;
}
.abouts .modal-content ,.abouts .modal-body ,.abouts .modal_body{
	height:auto !important;
	overflow-y: auto;
}
.abouts .modal-content {
	padding:0 !important;
}
.close {
	text-shadow: none;
	opacity: 1;
	font-weight: normal;
	box-shadow: none;
	font-size: 30px;
	position: absolute;
	top: 2%;
	right: 1%;
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	box-shadow: none;
	opacity:.8;
	background:rgba(255,255,255,1);
}

.modal-header .close {
	margin-top: 0px;
}

.modal-header {
	padding: 15px 0;
	border-bottom: 1px solid #959595;
}

.modal-footer {
	padding: 2% 0;
	border-top: 1px solid #959595;
	text-align: center;
	color: #5e5e5e;
	font-size: 15px;
}

.modal-dialog {
	width: 80%;
	margin: 85px auto;
}

.modal-body {
	padding: 15px 0;
	height: 68vh;
	overflow-y: scroll;
}


/*roomb1*/

.roomb1 {
	text-align: left;
}

.roomb1 img {
	padding: 2% 0 3% 0;
	max-width:100%;
}

.roomb1 td {
	vertical-align: middle;
}

h4 {
	font-size: 25px;
}

@media screen and (max-width:1200px) {
	.modal-dialog {
		margin: 75px auto;
	}
}

@media screen and (max-width:990px) {
	.roomb1 {
		padding: 0 0 2% 0;
	}
	.roomb1 img {
		padding: 4% 0 2% 0;
	}
	.modal-content {
		overflow: hidden;
		padding: 2% 3% 5%;
	}
	.modal_body {
		height: 75vh;
	}
	.modal-body {
		padding: 0;
		height: 65vh;
		overflow-y: scroll;
	}
	.close {
		right: 2%;
	}
}

@media screen and (max-width:900px) {
	.modal-dialog {
		margin: 40px auto 0;
	}
}

@media screen and (max-width:768px) {
	.modal-dialog {
		width: 85%;
	}
}

@media screen and (max-width:530px) {
	.modal-dialog {
		width: 85%;
	}
	.rmbt li {
		width: 30%;
		margin: 8px 5px;
	}
	.room_tag {
		width: 24%;
	}
}

@media screen and (max-width:450px) {
	.modal-dialog {
		width: 95%;
		margin: 9% auto 0;
	}
	h4 {
		font-size: 22px;
	}
	.title_room {
		padding: 4em 0 0em 0;
	}
	.rmbt li {
		width: 30%;
		margin: 12px 3px;
	}
	.roomb1 img {
		padding: 4% 0 4% 0;
	}
}

@media screen and (max-width:400px) {
	.roomb1 {
		font-size: 14px;
	}
	h4 {
		font-size: 20px;
	}
	.modal-body {
		padding: 0;
	}
}
/*---service_note-------------------------------------------------------------------------------------------------------------------------------*/
#service_note {
	text-align:center;
    border-radius: 20px;
    width: 1600px;
    margin:-3% auto 0;
    max-width: 90%;
	padding:30px 3em 3em;
	position:relative;
	z-index:8;
}
	/*note*/
	.note {
		position:relative;
		z-index:3;
		padding-bottom:1.5em;
	}
		.note ul {
		}
			.note li {
				cursor:pointer;
				position:relative;
				display:inline-block;
				vertical-align:top;
				margin:0 10px;
			}
				img.nt {
					max-width:100%;
					transition:.2s linear;
				}
				img.nt1 {
					position:absolute;
					top:0;
					left:50%;
					transform:translateX(-50%);
					max-width:100%;
					opacity:0;
					transition:.3s linear;
				}
				.note li.active img.nt {
					opacity:0;
				}
				.note li.active img.nt1 {
					opacity:1;
				}
				/*hover*/
				.note li:hover img.nt {
					opacity:0;
				}
				.note li:hover img.nt1 {
					opacity:1;
				}
	/*note_info*/
	.note_info {
		width: 60%;
		margin: 0 auto;
		padding-left:2em;
	}
	@media screen and (max-width:1300px) {
		.note_info {
			width:75%;
		}
	}
	@media screen and (max-width:1024px) {
		#service_note {
			padding:0px 3em 1em;
		}
		.note_info {
			width:90%;
		}
	}
	@media screen and (max-width:900px) {
		.note_info {
			width: 100%;
			padding: 0;
		}
	}
	@media screen and (max-width:600px) {
		#service_note {
			padding:0 2em 1em;
		}
		.note {
			padding-bottom:1em;
		}
		.note li {
			width:30%;
			margin:0;
		}
		.note li img {
			padding:2%;
		}
	}
	@media screen and (max-width:500px) {
		#service_note {
			padding: 0 0 1em;
			margin: -5% auto 0;
		}
		.note {
			padding-bottom:1em;
		}
		.note li {
			width:28%;
			margin:0;
		}
			.note li img {
				padding:4%;
			}
	}
	@media screen and (max-width:425px) {
		#service_note {
			margin: -7% auto 0;
		}
		.note {
			padding-bottom: 2%;
		}
	}
/*---icons----------------------------------------------------------------------------------------------------------------------------------*/
.icons {}
.icons ul {
	list-style: none;
}
.icons li {
	margin: 5px 5px;
	display: inline-block;
	vertical-align: top;
	width: 21%;
	background: rgba(255, 255, 255, .6);
	border-radius: 7px;
	padding: 5px 0 8px;
	text-align: center;
	border: solid 1px #7b7b7b;
}
.icons li img {
	padding: 0 7px;
	margin: 0 auto;
}
.icons li span {
	display: block;
	font-size: 14px;
	line-height: 20px;
}

@media screen and (max-width:1199px) {
	.icons li {
		width: 10%;
	}
}

@media screen and (max-width:900px) {
	.icons li span {
		font-size: 12px;
	}
}

@media screen and (max-width:768px) {
	.icons li {
		width: 13%;
	}
}

@media screen and (max-width:600px) {
	.icons li {
		width: 17%;
	}
}

@media screen and (max-width:500px) {
	.icons li {
		width: 21%;
	}
}

@media screen and (max-width:430px) {
	.icons li {
		width: 27%;
		margin: 5px 8px;
		padding: 5px 4px 8px;
	}
	.icons li span {
		font-size: 13px;
	}
}

@media screen and (max-width:360px) {
	.icons li span {
		font-size: 12px;
	}
}

@media screen and (max-width:340px) {
	.icons li {
		width: 28%;
		margin: 5px 5px;
		padding: 5px 2px 8px;
	}
}
/*---r_icons-----------------------------------------------------------------------------------------------------------------------------------*/

.r_icons {
	padding-bottom: 0;
	text-align: left;
}

.r_icons ul {
	list-style: none;
}

.r_icons li {
	width: 17%;
	float: left;
	border:0px;
}

table.fac {
	padding: 0 0 3% 2%;
	display: block;
}

table.fac td {
	vertical-align: top;
}

@media screen and (max-width:1290px) {
	.r_icons li {
		width: 21%;
	}
}

@media screen and (max-width:1060px) {
	.r_icons li {
		width: 28%;
	}
}

@media screen and (max-width:991px) {
	.r_icons li {
		width: 15%;
	}
}

@media screen and (max-width:815px) {
	.r_icons li {
		width: 17%;
	}
}

@media screen and (max-width:765px) {
	.r_icons li {
		width: 20%;
	}
}

@media screen and (max-width: 765px) {
	.r_icons li {
		width: 17%;
	}
}

@media screen and (max-width:580px) {
	.r_icons li {
		width: 21%;
	}
}

@media screen and (max-width:480px) {
	.r_icons li {
		width: 22%;
	}
}

@media screen and (max-width:440px) {
	.r_icons li {
		width: 31%;
		margin: 5px 3px;
		padding: 5px;
	}
}
/*--note_icons--------------------------------------------------------------------------------------------------------------------------------*/

.note_icon {
	padding:0;
	text-align: left;
	padding:1% 0;
}

.note_icon ul {
	list-style: none;
}

.note_icon li {
	width: 10.666666%;
	padding: 5px 0 5px;
}

.note_icon li img {
	padding-bottom: 5px;
	max-width: 100%;
}

@media screen and (max-width:1220px) {
	.note_icon li {
		width: 12%;
	}
}

@media screen and (max-width:1080px) {
	.note_icon li {
		width: 12%;
	}
}

@media screen and (max-width:760px) {
	.note_icon li {
		width: 14%;
	}
}

@media screen and (max-width:700px) {
	.note_icon li {
		width: 17%;
	}
}

@media screen and (max-width:580px) {
	.note_icon li {
		width: 19%;
		margin: 5px 0;
	}
}

@media screen and (max-width:505px) {
	.note_icon li {
		width: 23%;
		padding: 7px;
	}
	.note_icon li img {
		width: 100%;
	}
}

@media screen and (max-width:453px) {
	.note_icon li {
		width: 23.66666%;
	}
	.icons li span {
		font-size: 12px;
	}
}

@media screen and (max-width:400px) {
	.note_icon li {
		width: 32%;
		padding: 6px;
	}
}

/*---service_loc-----------------------------------------------------------------------------------------------------------------------------*/
#service_loc {
	text-align:center;
	padding-bottom:3em;
	position:relative;
	z-index:8;
}
	/*route*/
	.route {
		width:1315px;
		margin:0 auto;
		max-width:90%;
		padding-bottom:1em;
		font-size:16px;
		color:#000;
		text-align:left;
	}
	#service_loc iframe {
		width:1315px;
		margin:0 auto;
		max-width:90%;
		height:648px;
	}
	@media screen and (max-width:1440px) {
		#service_loc iframe {
			height: 600px;
		}
	}
	@media screen and (max-width:1250px) {
		#service_loc iframe {
			height: 500px;
		}
	}
	@media screen and (max-width:1024px) {
		#service_loc iframe {
			height: 400px;
		}
	}
	@media screen and (max-width:768px) {
		#service_loc {
			margin-top: -8%;
		}
	}
	@media screen and (max-width:500px) {
		#service_loc {
			margin-top: -10%;
		}
		#service_loc iframe {
			height: 300px;
		}
	}

/*************************
*********services_isce*****
**************************/

#services_isce {
	background: url(../../images/index1bg.jpg);
	background-position: top left;
	background-size: auto;
	background-repeat: repeat;
}

#services_isce h2 {
	color: #fff;
	padding-bottom: 15px;
	text-align: center;
	background-image: url(../../images/isceline.png);
	background-position: center bottom;
	background-size: auto;
	background-repeat: no-repeat;
	font-size: 22px;
    padding: 10px 0;
}

.iscebg {
	background-image: url(../../images/iscebg.jpg);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0 200px;
}

.iscemore {
	background-image: url(../../images/iscemore.png);
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 16px;
}

.isce h2 span.iscenew {
	background: #dc5127;
	border-radius: 10px;
	font-size: 12px;
	padding: 2px 5px;
	vertical-align: middle;
	margin-right: 5px;
}

.isce h2 span.iscehot {
	background: #af2411;
	border-radius: 10px;
	font-size: 12px;
	padding: 2px 5px;
	vertical-align: middle;
	margin-right: 5px;
}

.isce {
	padding-top: 80px;
	padding-bottom: 60px;
}

.isce ul {
	margin: 0;
	padding: 0;
}

.isce ul li {
	display: inline-block;
	float: left;
	width: 25%;
	padding: 0 35px;
}

.isce ul li img {
	margin: 0 auto;
}

.isce ul li p {
	color: #fff;
}

.iscebtn img {
	margin: 0 auto;
	padding-bottom: 80px;
}

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

@media(max-width:1550px) {
	.iscebg {
		padding: 0 20px;
	}
	.isce ul li {
		padding: 0 15px;
	}
}

@media(max-width:1250px) {
	#services_isce h2 {
		font-size: 20px;
	}
	.isce ul li p {
		font-size: 14px;
		line-height: 26px;
	}
}

@media(max-width:1100px) {
	#services_isce h2 {
		font-size: 16px;
	}
}

@media(max-width:991px) {
	#services_isce h2 {
		font-size: 20px;
	}
	.isce ul li {
		display: inline-block;
		float: left;
		width: 50%;
	}
	.iscebg {
		padding: 0 150px;
	}
	.isce ul li:nth-child(3) {
		clear: both;
	}
	.iscemore {
		margin-bottom: 20px;
	}
	.isce {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.iscebtn img {
		margin: 0 auto;
		padding-bottom: 20px;
	}
}

@media(max-width:850px) {
	.iscebg {
		padding: 0 80px;
	}
}

@media(max-width:700px) {
	.iscebg {
		padding: 0 15px;
	}
	.iscebtn img {
		max-width: 300px;
	}
}

@media(max-width:500px) {
	.isce ul li {
		display: inline-block;
		float: left;
		width: 100%;
	}
	.iscebg {
		padding: 0 80px;
	}
}

@media(max-width:450px) {
	.iscebg {
		padding: 0 10px;
	}
	.isce ul li {
		width:50%;
	}
	.iscemore {
		background-image: url(../../images/iscemore.png);
		background-position: right bottom;
		background-size: auto;
		background-repeat: no-repeat;
		min-height: 16px;
	}
	.iscebtn img {
		max-width: 250px;
	}
	#services_isce h2 {
		font-size: 18px;
		line-height: 25px;
		padding: 10px 0;
	}
	.isce {
		padding-bottom:0;
	}
	iscebtn {
		padding-bottom:20px;
	}
}

@media(max-width:380px) {
	.iscebg {
		padding: 0 5px;
	}
	.iscebtn img {
		max-width: 80%;
	}
}

.isce li:hover {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	transform: translateY(-10px);
}

.isce ul li:hover img {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0.7;
}

.iscebtn img {
	position: relative;
	-webkit-animation: aniscebtn 0.6s infinite;
	animation: aniscebtn 0.6s infinite;
}

.iscebtn:hover img {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	transform: scale(0.9);
	transform-origin: center center;
}

@-webkit-keyframes aniscebtn {
	0% {
		top: 0;
	}
	50% {
		top: 10px;
	}
	100% {
		top: 2px;
	}
}

@keyframes aniscebtn {
	0% {
		top: 0;
	}
	50% {
		top: 10px;
	}
	100% {
		top: 2px;
	}
}


/*
.iscebtn img  {
	position: relative;
    -webkit-animation: myfirst 0.5s infinite;
    -webkit-animation-direction: alternate;
    animation: myfirst 0.5s infinite;
    animation-direction: alternate;
}

@-webkit-keyframes myfirst {
   0%   {top: 0px;}
    25%  {top: 2px;}
    50%  {top: 20px;}
    75%  {top: 2px;}
    100% {top: 0px;}
}

@keyframes myfirst {
    0%   {top: 0px;}
    25%  {top: 2px;}
    50%  {top: 20px;}
    75%  {top: 2px;}
    100% {top: 0px;}
}
*/

/*********************************************************************************************************************************************/
/*---footer-------------------------------------------------------------------------------------------------------------------------------*/
.footer {
	text-align:center;
	padding:3% 0 0;
	color:#000;
}
	/*flogo*/
	.flogo {
		position:relative;
	}
		.flogo img {
			display:block;
			margin:0 auto;
		}
		.flogo:before {
			content:'';
			background:url(../../images/line.png) repeat-x;
			width:38%;
			height:40px;
			position:absolute;
			bottom:0;
			left:0;
		}
		.flogo:after {
			content:'';
			background:url(../../images/line.png) repeat-x;
			width:38%;
			height:40px;
			position:absolute;
			bottom:0;
			right:0;
		}
	/*finfo*/
	.finfo {
		text-align:left;
		padding:2% 0 2% 42%;
	}
		.finfo ul {
		}
			.finfo li {
			}
	/*footer_line*/
	.footer_line {
		background:url(../../images/footer_line.png) top center no-repeat;
		background-size:auto;
		min-height:12px;
	}
	/*fbtn*/
	.fbtn {
		padding:2% 0;
	}
		.fbtn ul {
		}
			.fbtn li {
				display: inline-block;
				vertical-align: bottom;
				width: 10%;
				padding:0 1%;
			}
				.fbtn li img {
					width:100%;
				}
				.fbtn li:hover {
					animation:imgflash 1.2s;
				}
	/*footer_bottom*/
	.footer_bottom {
		background:#252525;
		padding:2%;
	}
		/*fmark*/
		.fmark {
		}
			.fmark ul {
			}
				.fmark li {
					display:inline-block;
					vertical-align:top;
					width: 5%;
					padding: 3px;
				}
					.fmark li img {
						width:100%;
					}
		/*bnbnumber*/
		.bnbnumber {
			color:#fff;
			padding:1% 0;
		}
		/*icon*/
		.icon {
			color:#828282;
			font-size:14px;
			padding:15px 0 0 0;
		}	
			.icon span {
				display:inline-block;
				vertical-align:middle;
				color:#828282;
			}
			.icon a {
				display:inline-block;
				vertical-align:middle;
				color:#828282;
				transition:.3s;
			}
				.icon a:hover {
					-webkit-filter:drop-shadow(0px 0px 1px rgba(255,255,255,.8));
					filter:drop-shadow(0px 0px 1px rgba(255,255,255,.8));
				}
		/*copyright*/
		.copyright {
			color:#828282;
			font-size:14px;
			padding:5px 0 0 0;
		}
			.copyright a {
				color:#828282;
				display:inline-block;
				font-size:14px;
				transition:.3s;
			}
				.copyright a:hover {
					color:#fff;
				}
			@keyframes imgflash {
				0% {
					opacity:.5;
				}
				100% {
					opacity:1;
				}
			}
			@media screen and (max-width:1440px) {
				.finfo {
					padding: 2% 0 2% 40%;
				}
				.fbtn li {
					width:13%;
				}
				.fmark li {
					width:7%;
				}
			}
			@media screen and (max-width:960px) {
				.finfo {
					padding: 2% 0 2% 34%;
				}
				.fbtn li {
					width:18%;
				}
				.fmark li {
					width:10%;
				}
				.footer_line {
					width:70%;
					margin:0 auto;
				}
			}
			@media screen and (max-width:768px) {
				.footer {
					padding: 5% 0 0;
				}
				.finfo {
					padding: 3% 0 3% 30%;
				}
				.fbtn li {
					width:21%;
				}
				.fmark li {
					width:12%;
				}
				.flogo:after,.flogo:before {
					width:26%;
				}
				.flogo img {
					width:38%;
				}
				.flogo img:last-of-type {
					width:23%;
				}
			}
			@media screen and (max-width:500px) {
				.flogo img {
					width:43%;
				}
				.flogo img:last-of-type {
					width:26%;
				}
				.finfo {
					padding: 4% 0 4% 20%;
				}
				.fbtn {
					padding: 4% 0;
				}
				.fbtn li {
					width: 28%;
				}
				.footer_line {
					width:85%;
				}
				.fmark li {
					width: 17%;
				}
			}
			@media screen and (max-width:425px) {
				.finfo {
					padding: 4% 0 4% 5%;
				}
				.fbtn li {
					width: 30%;
				}
			}
/*newstable*/
.newstable {
	width: 60%;
    margin: 0 auto;
    padding:0;
    position: relative;
    z-index: 3;
}
	.newstable table {
		width:100%;
	}
	table.tableimg img {
		max-width:100%;
	}
	.newstable a {
		display:inline-block;
		color:#000;
		transition:.3s ease-in-out;
	}
		.newstable a:hover {
			color:rgba(255,153,0,1);
		}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: transparent;
    border-radius: 5px;
    padding: 0% 4%;
	transition:.3s ease-in-out;
	letter-spacing:2px;
	margin:0 1%;
	height:45px;
	line-height:45px;
}
	button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
		background: #dddddd;
	}
	@media screen and (max-width:768px) {
		.newstable {
			width: 80%;
		}
	}
	@media screen and (max-width:430px) {
		.newstable {
			width: 90%;
		}
	}
	
/****************************************************************************************************************************************/
/*************************
********services_sce******
**************************/
#services_sce {
	padding:0 4em 0;
}
	@media screen and (max-width:1024px) {
		#services_sce {
			padding:0 2em 0;
		}
	}
	@media screen and (max-width:768px) {
		#services_sce {
			padding:0 1em 0;
		}
	}
.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;
	text-align:left;
	margin:10px 0 0 0;
}
.scemore {
	text-align:right;
}

@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 0px;
	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: 19%;
}

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

#about,#room,#notice,#location,#scenery,#room1,#room2,#room3,#room4,#room5 {
	transform:translateY(-100px);
}
	@media screen and (max-width:768px) {
		#about,#room,#notice,#location,#scenery,#room1,#room2,#room3,#room4,#room5 {
			transform:translateY(-90px);
		}
	}
	@media screen and (max-width:650px) {
		#about,#room,#notice,#location,#scenery,#room1,#room2,#room3,#room4,#room5 {
			transform:translateY(-80px);
		}
	}
	@media screen and (max-width:550px) {
		#about,#room,#notice,#location,#scenery,#room1,#room2,#room3,#room4,#room5 {
			transform:translateY(-70px);
		}
	}
/*---intitle-------------------------------------------------------------------------------------------------------------------------------------*/
.intitle {
	text-align:center;
	padding-top:9em;
}
.intitle_bg {
	background:url(../../images/intitle_bg.png) top center no-repeat;
	background-size:cover;
	min-height:495px;
}
	.intitle img {
		max-width:90%;
	}
/*inmain*/
.inmain {
	position:relative;
	z-index:5;
	padding-bottom:3em;
	min-height:300px;
	margin-top:-3%;
}
	@media screen and (max-width:1080px) {
		.intitle_bg {
			min-height:460px;
		}
		.inmain {
			margin-top:-5%;
		}
	}
	@media screen and (max-width:768px) {
		.intitle_bg {
			min-height:405px;
			padding-top:7em;
		}
		.inmain {
			margin-top:-5%;
		}
	}
	@media screen and (max-width:490px) {
		.intitle_bg {
			min-height: 360px;
			padding-top: 6em;
		}
		.inmain {
			margin-top:-8%;
		}
	}
	@media screen and (max-width:425px) {
		.intitle_bg {
			min-height: 340px;
		}
		.inmain {
			margin-top:-10%;
		}
	}
	@media screen and (max-width:380px) {
		.intitle_bg {
			min-height: 320px;
		}
		.inmain {
			margin-top:-12%;
		}
	}
	@media screen and (max-width:330px) {
		.intitle_bg {
			min-height: 300px;
		}
	}

















