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

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

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

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


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

.scet span {
	width:47% !important;
}
.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;
	width:100% !important;
	text-align:left;
}

.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;
	}
}
/*********************************************************************************************************************************************/
/*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%;
		}
	}
/*********************************************************************************************************************************************/
/****sce_title************/
.sce_title {
	background:rgba(25,25,25,.8);
	padding:5% 0 1% 0;
}
	.sce_title img {
		position: relative;
		margin-left: -4%;
		width: 38%;
	}
	@media screen and (max-width:1000px) {
		.sce_title img {
			margin-left: -5%;
			width: 45%;
		}
	}
	@media screen and (max-width:768px) {
		.sce_title img {
			width: 50%;
		}
		.sce_title {
			padding: 10% 0 2% 0;
		}
	}
	@media screen and (max-width:630px) {
		.sce_title img {
			width: 60%;
			margin-left: -10%;
		}
	}
	@media screen and (max-width:500px) {
		.sce_title img {
			width: 76%;
			margin-left: -24%;
		}
		.sce_title {
			padding: 16% 0 3% 0;
		}
	}
	@media screen and (max-width:490px) {
		.sce_title img {
			width:80%;
			margin-left: -17%;
		}
	}
/*************************
*********services_isce*****
**************************/

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

#services_isce h2 {
	color: #59444b;
	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:20px;
	line-height:25px;
}

.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;
	color:#fff;
}

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

.isce {
	padding-top: 80px;
}

.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:#3b3235;
	text-align:left;
}

.iscebtn img {
	margin: 0 auto;
	padding-top:60px;
}

@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: 20px;
	}
	.iscebtn img {
		margin: 0 auto;
		padding-bottom: 0px;
		padding-top:10px;
	}
}

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

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

@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 30px;
	}
	.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;
	}
}

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

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

/*************************
*********services_news*****
**************************/

#services_news a {
	color: #b37525;
}

#services_news a:visited {
	color: #87571a;
}

#services_news a:hover,
#services_news a:focus {
	color: #6d4715;
}

.newstable table {
	width: 100%;
}
	.newstable table a {
		display:inline-block;
		color:#000;
		transition:.2s ease all;
	}
		.newstable table a:hover {
			color:#ff6e13;
		}
.newstable p{
	margin:0!important;
	padding:0!important;
}
button, html input[type=button], input[type=reset], input[type=submit] {
	background: #d3d3d3;
    border: solid 1px #a7a7a7;
    border-radius: 5px;
    padding: 7px 13px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 4px rgba(0,0,0,.3);
	transition:.2s ease all;
	margin:10px 1%;
}
button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	background: #fff;
    box-shadow: 0px 0px 4px rgba(0,0,0,.3);
}
@media screen and (max-width:600px) {
	.newstable td {
		letter-spacing: 0px;
	}
}

.tableimg img {
	display: inline-block;
	height: auto;
	max-width: 100%;
	max-height: auto;
	width: 100%;
}

.newstable iframe {
	display: block;
	height: 600px;
	max-width: 100%;
	max-height: auto;
}

@media screen and (max-width:991px) {
	.newstable table {
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.newstable iframe {
		padding-left: 15px;
		padding-right: 15px;
		height: 400px;
	}
	.table-responsive {
		border: 0px solid transparent;
		margin-bottom: 0px;
	}
}

/*order*/
.form-control {
	background-color: #ff717100;
	border: 1px solid #a3948b;
}
/****services_order******/

.form-group {
	padding-top: 5px;
	padding-bottom: 5px;
}

#services_order label {
	color: #424040;
}
#services_order input:focus {
	border-color: #5c4c15;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(102, 175, 233, .0);
}

/*********************************Inputs************************/
@media screen and (max-width:768px) {
	#services_order label {
		width:100%;
		text-align:right;
	}
}
@media screen and (max-width:400px) {
	#services_order label {
		text-align:left;
		font-size:15px;
	}
}

/*********************************************************************************************************************************************/
/*---nav_area----------------------------------------------------------------------------------------------------------------------------*/
/*nav*/
#nav {
	background:#fff;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:10px 2%;
	z-index:999;
}
/*logo*/
.logo {
	z-index:999;
	display:inline-block;
	vertical-align:top;
}
/*menu*/
.menu {
	z-index:999;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	position:absolute;
	top:2%;
	right:2%;
	cursor:pointer;
}
.navshadow {
	box-shadow:0px 0px 10px rgba(0,0,0,.3);
	background:rgba(255,255,255,.9) !important;
}
/*navbar*/
.navbar {
	height: 100vh;
	width:100%;
	background: rgba(255,255,255,.8);
	text-align: center;
	padding: 5% 3%;
	opacity: 0;
	border:none;
	border-radius:none;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -5;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.navbarbg {
	transition:.3s ease all;
	padding-bottom:1%;
}
/*navbarshow*/
.navbarshow {
  width: 100vw;
  height: 100vh;
  opacity: 1;
  z-index: 9;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index:9999;
  display:block;
  background-image: linear-gradient(120deg, rgba(253, 251, 251, 0.5) 0%, rgba(235, 237, 238, 0.6) 100%);
}
	/*close*/
	.close {
		float: none;
		text-align: center;
		color: #000;
		opacity: 1;
		font-weight: normal;
		font-size: 16px;
		border: solid 1px #000;
		width: 45%;
		margin: 0 auto;
		padding: 10px 0;
		border-radius: 25px;
		transition:.2s ease-in;
		box-shadow: 3px 3px 0px rgba(0,0,0,1);
	}
		.close span {
			font-size:14px;
		}
		.close:hover {
			box-shadow: 0px 0px 0px rgba(255,255,255,1);
			color:#fff;
			opacity:1;
			background:#000;
		}
	/*ibuttons*/
	.ibuttons {
		padding:6% 0;
		height:60vh;
	}
		.ibuttons ul {
		}
			.ibuttons li {
				display:inline-block;
				width: 26%;
				padding: 2% 0;
				vertical-align:top;
				text-align:center;
				transition:.2s ease-in;
			}
				h1 {
					color:#000;
					font-size:17px;
					margin:5px 0;
					transition:.2s ease-in;
					font-weight:bold;
				}
				h2 {
					color:#a6a6a6;
					font-size:15px;
					margin:3% 0;
					transition:.2s ease-in;
				}
				.ibuttons li:hover h1 {
					letter-spacing:3px;
				}
				.ibuttons li:hover h2 {
					color:rgba(51,51,51,1);
				}
				@media screen and (max-width:1024px) {
					.ibuttons {
						padding: 18% 0 6%;
						height: 60vh;
					}
				}
				@media screen and (max-width:768px) {
					.ibuttons {
						padding: 22% 0 6%;
						height: 70vh;
					}
						.ibuttons li {
							width:43%;
						}
				}
				@media screen and (max-width:500px) {
					.close {
						width:80%;
					}
					.logo {
						width:50%;
					}
						.logo img {
							width:100%;
						}
					#nav {
						padding:1%;
					}
				}
				@media screen and (max-width:400px) {
					.ibuttons li {
						width:48%;
						padding:3% 0;
					}
					.logo {
						width: 60%;
					}
				}
/*---header-------------------------------------------------------------------------------------------------------------------------------*/
.header {
	background:url(../../images/pattern.jpg) repeat;
	position:relative;
	text-align:center;
	padding-top:4%;
}
	/*top_bg*/
	.top_bg {
		background: url(../../images/itop_bg.jpg) repeat;
		height:30vh;
	}
	/*dex_area*/
	.dex_area,.intop_area {
		position:relative;
		text-align:center;
		margin:-13% 0 0 0;
	}
		/*dex*/
		.dex {
			width: 89vw;
			height: 84vh;
			margin: 0 auto;
			position:relative;
		}
			/*item1*/
			.item1 {
				background:url(../../flash/dex1.png) top center no-repeat;
				background-size:cover;
				width:100%;
				height:100%;
			}
			/*item2*/
			.item2 {
				background:url(../../flash/dex2.png) top center no-repeat;
				background-size:cover;
				width:100%;
				height:100%;
			}
			/*item3*/
			.item3 {
				background:url(../../flash/dex3.png) top center no-repeat;
				background-size:cover;
				width:100%;
				height:100%;
			}
			/*item4*/
			.item4 {
				background:url(../../flash/dex4.png) top center no-repeat;
				background-size:cover;
				width:100%;
				height:100%;
			}
		/*scroll*/
		.scroll {
			color:#fff;
			font-size:14px;
			position:absolute;
			bottom:15%;
			left:calc(50% - 35px);
			z-index:9;
		}
			.scroll a {
				color:#fff;
			}
			.scroll img {
				display:block;
				animation:scrolling 1s infinite alternate ease-in-out;
			}
			@keyframes scrolling {
				0% {
					-webkit-filter:drop-shadow(0px 0px 0px rgba(255,255,255,1));
					opacity:.5;
				}
				100% {
					-webkit-filter:drop-shadow(0px 0px 6px rgba(255,255,255,1));
					opacity:1;
				}
			}
		/*icontact*/
		#icontact {
			position: absolute;
			bottom: -3px;
			width: 62%;
			left: 19%;
		}
			.icontact {
				background:#fff;
				padding:20px 0 0 0;
				color:#000;
			}
				.icontact span {
					color:#000;
					font-size:25px;
					font-family: vani;
				}
				.icontact ul {
					display:inline-block;
					vertical-align:top;
					width:78%;
				}
					.icontact li {
						display:inline-block;
						vertical-align:top;
						width:30%;
						color:#000;
						font-size:14px;
					}
			/*icontact_bottom*/
			.icontact_bottom {
				background:url(../../images/icontact_bottom.png) top center no-repeat;
				background-size:contain;
				height:40px;
			}
	/*isce*/
	#isce,#intop_text {
		background: url(../../images/pattern.jpg) repeat;
		padding:0 10%;
	}
	#intop_text {
		margin: -3% auto 0;
		padding: 0;
		width:80%;
	}
		.isce {
			background:#fff;
			text-align:center;
		}
			/*isce_title*/
			.isce_title {
				margin:1% 0;
				position:relative;
			}
				.isce_title:before {
					content:'';
					background:url(../../images/line.png) top repeat-x;
					height:40px;
					position:absolute;
					bottom:0;
					left:3%;
					width:34%;
				}
				.isce_title:after {
					content:'';
					background:url(../../images/line.png) top repeat-x;
					height:40px;
					position:absolute;
					bottom:0;
					right:3%;
					width:34%;
				}
		/*wave_bg*/
		.wave_bg {
			background:url(../../images/wave_bottom.png) top center no-repeat;
			background-size: contain;
			height:133px;
		}
		@media screen and (max-width:1620px) {
			.dex_area,.intop_area {
				margin: -15% 0 0 0;
			}
		}
		@media screen and (max-width:1440px) {
			.dex {
				height: 82vh;
			}
			.wave_bg {
				height:100px;
			}
			#icontact {
				width: 74%;
				left: 13%;
			}
			.icontact ul {
				width:85%;
			}
				.icontact ul li {
					width:32%;
				}
		}
		@media screen and (max-width:1200px) {
			#icontact {
				width: 80%;
				left: 10%;
			}
			.wave_bg {
				height: 85px;
			}
		}
		@media screen and (max-width:1085px) {
			.dex {
				height: 60vh;
			}
			#icontact {
				position: relative;
				left: 0;
				width: 90%;
				margin: 1% auto 4%;
			}
			.scroll {
				bottom:2%;
			}
			#intop_text {
				width:90%;
			}
			#isce {
				padding:0 5%;
			}
			.dex_area,.intop_area {
				margin: -20% 0 0 0;
			}
			.isce_title:before,.isce_title:after {
				width:30%;
			}
			.isce_title img {
				width:25%;
			}
		}
		@media screen and (max-width:900px) {
			.icontact span {
				display:block;
			}
			.icontact ul {
				width: 100%;
			}
			.icontact ul li {
				width: 100%;
				text-align: left;
				padding: 0px 0 0 33%;
			}
			.scroll {
				width:8%;
				left:46%;
			}
				.scroll img {
					width:100%;
				}
		}
		@media screen and (max-width:700px) {
			.dex {
				height: 50vh;
			}
			.scroll {
				width: 6%;
				left: 47%;
				font-size:12px;
			}
			.wave_bg {
				height: 54px;
			}
			.isce_title img {
				width: 30%;
			}
			.isce_title:before,.isce_title:after {
				width:25%;
			}
			.dex_area,.intop_area {
				margin: -26% 0 0 0;
			}
		}
		@media screen and (max-width:600px) {
			.dex {
				height: 42vh;
				width:92vw;
			}
			#icontact {
				width:94%;
			}
			.icontact ul li {
				padding: 0px 0 0 28%;
			}
			.scroll {
				width: 7%;
				left: 46%;
				bottom:3%;
			}
			.isce_title img {
				width: 33%;
			}
			.isce_title:before,.isce_title:after {
				width:20%;
			}
			#intop_text {
				width: 94%;
			}
			.wave_bg {
				height: 48px;
			}
		}
		@media screen and (max-width:425px) {
			.icontact ul li {
				padding: 0px 0 0 10%;
			}
			.isce_title img {
				width: 40%;
			}
			.wave_bg {
				height: 34px;
			}
			.scroll {
				width:9%;
			}
			.top_bg {
				height:24vh;
			}
			.icontact {
				min-height:30vh;
			}
		}
		@media screen and (max-width:375px) {
			.dex_area {
				height:95vh;
			}
			.intop_area {
				height:auto;
			}
			.dex {
				height: 50vh;
			}
			#icontact {
				width: 96%;
			}
			#intop_text {
				width: 90%;
			}
			.scroll {
				width:10%;
			}
		}
/*---imenu-----------------------------------------------------------------------------------------------------------------------------------*/
#imenu {
	text-align:center;
}
	/*imenu_top*/
	.imenu_top {
		background:url(../../images/ideco1_bg.jpg) top left no-repeat;
		background-size:auto;
		text-align:left;
	}
		/*ideco1*/
		.ideco1 {
			padding:2% 0;
		}
			.ideco1 img {
			}
		/*imenu*/
		.imenu {
			text-align: center;
			margin: -8% 0 0 0;
			position:relative;
			z-index:3;
		}
			.imenu ul {
			}	
				.imenu li {
					display:inline-block;
					vertical-align:top;
					width:15%;
					padding:5px;
				}
					.imenu li a {
						transition:.3s ease-in;
					}
						.imenu li a:hover {
							-webkit-filter: sepia(1);
							filter: sepia(1);
							box-shadow:0px 0px 10px rgba(0,0,0,.5);
						}
						.imenu li img {
							width:100%;
						}
						.imenu li:nth-of-type(1) {
							transform:translateY(200px);
						}
						.imenu li:nth-of-type(2) {
							transform:translateY(160px);
						}
						.imenu li:nth-of-type(3) {
							transform:translateY(120px);
						}
						.imenu li:nth-of-type(4) {
							transform:translateY(80px);
						}
						.imenu li:nth-of-type(5) {
							transform:translateY(40px);
						}
	/*imenu_bottom*/
	.imenu_bottom {
		background:url(../../images/ideco2_bg.png) top right no-repeat;
		background-size:cover;
		min-height:360px;
		text-align:right;
		position:relative;
	}
		/*ideco2*/
		.ideco2 {
			position:absolute;
			right:0%;
			bottom:-28%;
			width:38%;
		}
			.ideco2 img {
				width:100%;
			}
			@media screen and (max-width:1440px) {
				.ideco1 img {
					width: 47%;
				}
				.imenu li {
					width:16%;
				}
				.ideco2 {
					bottom: -20%;
					width: 40%;
				}
			}
			@media screen and (max-width:1075px) {
				.imenu li {
					padding:3px;
				}
				.imenu li:nth-of-type(1) {
					transform:translateY(180px);
				}
				.imenu li:nth-of-type(2) {
					transform:translateY(140px);
				}
				.imenu li:nth-of-type(3) {
					transform:translateY(100px);
				}
				.imenu li:nth-of-type(4) {
					transform:translateY(60px);
				}
				.imenu li:nth-of-type(5) {
					transform:translateY(20px);
				}
				.imenu_bottom {
					min-height:300px;
				}
				.ideco2 {
					width:45%;
				}
				.ideco1 img {
					width: 50%;
				}
			}
			@media screen and (max-width:830px) {
				.imenu_bottom {
					min-height: 220px;
				}
				.imenu li {
					width:25%;
				}
				.imenu li:nth-of-type(1) {
					transform:translateY(110px);
				}
				.imenu li:nth-of-type(2) {
					transform:translateY(80px);
				}
				.imenu li:nth-of-type(3) {
					transform:translateY(50px);
				}
				.imenu li:nth-of-type(4) {
					transform:translateY(120px);
				}
				.imenu li:nth-of-type(5) {
					transform:translateY(90px);
				}
				.imenu li:nth-of-type(6) {
					transform:translateY(60px);
				}
				.imenu {
					margin: -10% 0 0 0;
				}
			}
			@media screen and (max-width:640px) {
				.imenu li {
					width: 28%;
				}
				.ideco1 img {
					width: 65%;
				}
				.ideco2 {
					width: 53%;
				}
			}
			@media screen and (max-width:500px) {
				.imenu {
					margin: -12% 0 0 0;
				}
				.imenu li {
					width: 30%;
				}
				.ideco1 img {
					width:75%;
				}
				.ideco2 {
					width: 60%;
					bottom:-14%;
				}
			}
			@media screen and (max-width:390px) {
				.imenu {
					margin: -14% 0 0 0;
				}
				.imenu li {
					width: 31%;
					padding:1px;
				}
				.ideco1 img {
					width:90%;
				}
				.ideco2 {
					width: 70%;
					bottom:-14%;
				}
			}
			@media screen and (max-width:375px) {
				.imenu li:nth-of-type(1) {
					transform:translateY(90px);
				}
				.imenu li:nth-of-type(2) {
					transform:translateY(70px);
				}
				.imenu li:nth-of-type(3) {
					transform:translateY(50px);
				}
				.imenu li:nth-of-type(4) {
					transform:translateY(100px);
				}
				.imenu li:nth-of-type(5) {
					transform:translateY(80px);
				}
				.imenu li:nth-of-type(6) {
					transform:translateY(60px);
				}
			}
/*---footer-------------------------------------------------------------------------------------------------------------------------------*/
.footer {
	text-align:center;
	padding:3% 0 0;
}
	/*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: 15%;
				}
			}
			@media screen and (max-width:425px) {
				.finfo {
					padding: 4% 0 4% 5%;
				}
				.fbtn li {
					width: 30%;
				}
			}
/*---intop---------------------------------------------------------------------------------------------------------------------------------*/
/*intop_img*/
.intop_img {
	background:url(../../images/intop.png) top center no-repeat;
	background-size:cover;
	height: 55vh;
    width: 94vw;
    margin: 0 auto;
}
/*intop_text*/
#intop_text {
}
	/*inner*/
	.inner {
		background:#fff;
		padding: 3% 3% 0;
	}
		/*intitle_icon*/
		.intitle_icon {
			position:relative;
		}
		/*intitle*/
		.intitle {
			padding:1% 0 0%;
			position:relative;
		}
			.intitle:before {
				content:'';
				background:url(../../images/line.png) repeat-x;
				width:30%;
				height:40px;
				position:absolute;
				bottom:0;
				left:0;
			}
			.intitle:after {
				content:'';
				background:url(../../images/line.png) repeat-x;
				width:30%;
				height:40px;
				position:absolute;
				bottom:0;
				right:0;
			}
		.inner p {
			width:55%;
			margin:0 auto;
			padding:4% 0 0 0;
			display:block;
		}
		@media screen and (max-width:1200px) {
			.intop_img {
				height:35vh;
			}
			.inner p {
				width:70%;
			}
		}
		@media screen and (max-width:900px) {
			.intop_img {
				height:28vh;
			}
			.inner p {
				width:70%;
			}
		}
		@media screen and (max-width:600px) {
			.intitle_icon img {
				width:12%;
			}
			.intitle img {
				width:27%;
			}
			.inner p {
				width:90%;
			}
		}
		@media screen and (max-width:425px) {
			.intitle_icon img {
				width:14%;
			}
			.intitle img {
				width:30%;
			}
			.inner p {
				font-size:15px;
			}
			.intop_img {
				height: 22vh;
			}
		}
/*---about-----------------------------------------------------------------------------------------------------------------------------*/
.about {
	background:url(../../images/about_color.jpg) repeat;
}
	/*a1*/
	.a1 {
		background:url(../../images/inbg_top.jpg) top center no-repeat;
		background-size:auto;
		padding: 82px 0 0 0;
	}
		.a1 img {
			padding-right:10px;
		}
		.a1 img:last-of-type {
			padding:0;
		}
	/*a2*/
	.a2 {
		padding-top:4%;
	}
	/*a3*/
	.a3 {
		background: url(../../images/a3_bg_01.jpg) top center no-repeat, url(../../images/a3_bg_02.jpg) bottom right repeat-y;
		background-size:auto;
		padding: 7% 19% 20% 0;
		margin-top: -6%;
		text-align: right;
	}
	/*a4*/
	.a4 {
		background:#fff;
		padding-bottom:3%;
	}
		.a4 img {
			margin-top:-17%;
		}
	/*a5*/
	.a5 {
		background:url(../../images/a5_img.jpg) top center no-repeat fixed;
		background-size:cover;
		min-height:570px;
	}
		@media screen and (max-width:1440px) {
			.a1 {
				padding:6% 0 0;
			}
				.a1 img {
					width:20%;
					vertical-align:bottom;
				}
				.a1 img:last-of-type {
					width:60%;
					vertical-align:bottom;
				}
			.a2 img {
				width:79%;
			}
			.a3 {
				padding: 9% 10% 25% 0;
			}
				.a3 img {
					width:75%;
				}
			.a4 {
				padding-bottom: 5%;
			}
				.a4 img {
					width: 77%;
					margin-top:-20%;
				}
			.a5 {
				min-height:500px;
			}
		}
		@media screen and (max-width:1200px) {
			.a1 {
				background-size:125%;
			}
			.a5 {
				min-height: 400px;
			}
		}
		@media screen and (max-width:970px) {
			.a5 {
				min-height:300px;
				background-position-x: 67%;
			}
		}
		@media screen and (max-width:750px) {
			.a1 img {
				width:22%;
				vertical-align:top;
			}
			.a1 img:last-of-type {
				width:65%;
			}
			.a4 img {
				width: 85%;
			}
			.a5 {
				background-attachment: inherit;
			}
		}
		@media screen and (max-width:600px) {
			.a1 img {
				padding: 0 0 4% 0;
			}
			.a1 img:last-of-type {
				width: 70%;
			}
			.a2 img {
				width: 85%;
			}
			.a3 {
				padding: 9% 6% 25% 0;
			}
				.a3 img {
					width: 80%;
				}
			.a4 img {
				width: 90%;
			}
			.a5 {
				min-height:250px;
			}
		}
		@media screen and (max-width:425px) {
			.a3 {
				padding: 9% 6% 30% 0;
			}
			.a4 img {
				width: 93%;
				margin-top:-25%;
			}
			.a5 {
				min-height: 200px;
			}
		}
		@media screen and (max-width:375px) {
			.a5 {
				min-height: 150px;
			}
		}
/*---room_area-------------------------------------------------------------------------------------------------------------------------*/
#room {
	transform:translateY(-98px);
}
#room1,#room2,#room3,#room4,#room5 {
	transform:translateY(-95px);
}
.room_area {
	background:#fff;
}
	/*intitle_type1*/
	.intitle_type1 {
		width:60%;
		margin:0 auto;
		padding:5% 0 0;
	}
	/*rmbt*/
	.rmbt {
		padding:3% 1% 2%;
	}
		.rmbt ul {
		}
			.rmbt li {
				display:inline-block;
				vertical-align:top;
				margin:0 12px;
				box-shadow:5px 5px 0px #cfdbde;
				transition:.2s ease-in;
			}
				.rmbt li:hover {
					box-shadow:0px 0px 0px #cfdbde;
					background:#cfdbde;
				}
	/*room*/
	.room {
		background:url(../../images/rbg_01.png) top center no-repeat;
		background-size:auto;
		padding:5% 2%;
		position:relative;
	}
		.room:nth-of-type(2n+0) {
			background:url(../../images/rbg_02.png) top center no-repeat;
			background-size:auto;
		}
		.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 {
			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;
			}
			.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;
		}
	/*rbtn*/
	.rbtn {
		width: 55%;
		margin: 0 auto;
		text-align: right;
		padding:1% 0 0;
		cursor:pointer;
	}
		.rbtn:hover {
			animation:imgflash 1s;
		}
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
	transition:.8s ease-in-out 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;
}

		@media screen and (max-width:1200px) {
			.intitle_type1 {
				padding: 6% 0 0;
				width:80%;
			}
			.rmbt {
				padding: 4% 1% 3%;
			}
			.rmbt li {
				width:16%;
			}
				.rmbt li img {
					width:100%;
				}
			.carousel {
				width:100%;
			}
			.rbtn {
				padding:2% 0 0;
				width:90%;
			}
			.room_tag {
				width:17%;
			}
				.room_tag img {
					width:100%; 
				}
		}
		@media screen and (max-width:768px) {
			.room {
				padding:6% 2%;
			}
			.rmbt li {
				width: 22%;
				margin: 12px 12px;
			}
			.rbtn {
				width:100%;
			}
			.room_deco {
				width:37%;
				bottom:0;
			}
				.room_deco img {
					width:100%;
					vertical-align:bottom;
				}
		}
		@media screen and (max-width:600px) {
			.rmbt li {
				width:26%;
			}
			.intitle_type1 {
				width:90%;
			}
			.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;
				}
			.intitle_type1 {
				padding:7% 0 0 0;
			}
			.room {
				padding: 10% 2%;
			}
			.room_tag {
				top:-15px;
			}
			.room:before {
				border-width: 15px 20px 0 20px;
				left:calc(50% - 20px);
			}
			.rbtn img {
				width:60%;
			}
		}
		@media screen and (max-width:425px) {
			.rmbt li {
				width: 30%;
				margin: 12px 4px;
			}
			.room_tag {
				width: 21%;
			}
			.rbtn img {
				width: 70%;
			}
			#room {
				transform:translateY(-62px);
			}
			#room1,#room2,#room3,#room4,#room5 {
				transform:translateY(-62px);
			}
		}
		@media screen and (max-width:375px) {
			.rmbt li {
				margin: 12px 2px;
				box-shadow: 3px 3px 0px #cfdbde;
			}
		}
/*---room_info---------------------------------------------------------------------------------------------------------------------------------*/
.modal {
	padding:0 !important;
}
.modal-content {
	background:rgba(255,255,255,.9);
	padding:2% 5% 5px;
	border-radius: 2px;
	position:relative;
	height:80vh;
}
.rclose {
	text-shadow: none;
    opacity: 1;
    font-weight: normal;
    box-shadow: none;
    font-size: 30px;
	position:absolute;
	top:2%;
	right:1%;
	background:none;
	border:0;
}
.rclose:focus, .rclose:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
	background:none;
	box-shadow:none;
}
.modal-header .rclose {
    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 6% 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 3% 0;
		}
		.modal-content {
			overflow:hidden;
			padding: 2% 3% 5%;
		}
		.modal_body {
			height:80vh;
		}
		.modal-body {
			padding: 0;
			height: 70vh;
			overflow-y: scroll;
		}
		.rclose {
			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%;
		}
		.roomb1 img {
			width:70%;
		}
	}
	@media screen and (max-width:450px) {
		.modal-dialog {
			width: 95%;
			margin: 9% auto 0;
		}
		.modal-content {
			height:auto;
		}
		h4 {
			font-size:22px;
		}
		.roomb1 img {
			width:80%;
			 padding: 6% 0 5% 0;
		}
	}
	@media screen and (max-width:400px) {
		.roomb1 {
			font-size:14px;
		}
		h4 {
			font-size:20px;
		}
		.modal-body {
			padding:0;
		}
	}
/*---note-----------------------------------------------------------------------------------------------------------------------------*/
#note {
	transform:translateY(-98px);
}
.notice {
	background:url(../../images/about_color.jpg) repeat;
	color:#6a5555;
	letter-spacing:2px;
}
	/*note_title*/
	.note_title {
		background:url(../../images/note_top.png) top center no-repeat;
		background-size:cover;
		min-height:400px;
	}
		.note_title img {
			padding-top:5%;
		}
	/*note*/
	.note {
		padding: 0 2% 7%;
		width: 50%;
		margin: 0 auto;
	}
		.note img {
			padding-bottom:4%;
		}
		.note td {
			vertical-align:top;
		}
		@media screen and (max-width:1300px) {
			.note_title {
				min-height:320px;
			}
			.note {
				width:60%;
			}
			.note img {
				padding-bottom: 6%;
			}
		}
		@media screen and (max-width:900px) {
			.note_title {
				min-height:300px;
			}
				.note_title img {
					padding-top: 6%;
				}
			.note {
				width:80%;
				padding: 0 2% 10%;
			}
		}
		@media screen and (max-width:600px) {
			.note_title {
				min-height:260px;
			}
			.note {
				width:85%;
			}
		}
		@media screen and (max-width:500px) {
			.note_title img {
				padding-top: 9%;
			}
		}
		@media screen and (max-width:425px) {
			.note_title img {
				padding-top: 10%;
				width: 35%;
			}
			.note {
				width: 95%;
			}
			#note {
				transform:translateY(-62px);
			}
		}
		@media screen and (max-width:375px) {
			.note_title {
				min-height: 230px;
			}
		}
		@media screen and (max-width:340px) {
			.note_title {
				min-height: 210px;
			}
		}
/*---loc------------------------------------------------------------------------------------------------------------------------------*/
#loc {
	transform:translateY(-98px);
}
.loc {
	background:url(../../images/loc_color.jpg) repeat;
	padding-bottom:5%;
}
	/*loc_title*/
	.loc_title {
	}
	.intitle.loc_title:before,.intitle.loc_title:after {
		background:url(../../images/line_white.png) repeat-x;
	}
	/*map_canvas*/
	#map_canvas {
		height:650px;
	}
	.map iframe {
    width: 100%;
    min-height: 100%;
    vertical-align: middle;
}
	@media screen and (max-width:1440px) {
		#map_canvas {
			height:550px;
		}
	}
	@media screen and (max-width:1200px) {
		#map_canvas {
			height:500px;
		}
	}
	@media screen and (max-width:700px) {
		#map_canvas {
			height:435px;
		}
		.loc {
			padding-bottom:8%;
		}
		.loc_title {
			padding:9% 0 0 0;
		}
	}
	@media screen and (max-width:550px) {
		#map_canvas {
			height:400px;
		}
		.loc {
			padding-bottom:8%;
		}
		.loc_title {
			padding:10% 0 0 0;
		}
	}
	@media screen and (max-width:425px) {
		.loc {
			padding-bottom:11%;
		}
		.loc_title {
			padding:13% 0 0 0;
		}
		#loc {
			transform:translateY(-62px);
		}
	}
	@media screen and (max-width:375px) {
		.loc {
			padding-bottom:13%;
		}
		.loc_title {
			padding:15% 0 0 0;
		}
	}
/*---news---------------------------------------------------------------------------------------------------------------------------------*/
.newstable {
	padding:3% 0 0;
}
/*---book-----------------------------------------------------------------------------------------------------------------------------------*/
.bbstable {
	padding:3% 0 0;
}
/*---services_order---------------------------------------------------------------------------------------------------------------------*/
#services_order {
	padding:3% 0 0;
}
/*---services_sce-------------------------------------------------------------------------------------------------------------*/
#services_sce {
	padding:3% 0 0;
}

/*************************
*********services_bbs*****
**************************/

#services_bbs {
	min-height: 400px;
	padding-bottom: 60px;
}

#services_bbs a {
	color: #b37525;
}

#services_bbs a:visited {
	color: #87571a;
}

#services_bbs a:hover,
#services_bbs a:focus {
	color: #6d4715;
}

span.bbshid {
	display: none;
}
@media(max-width:870px) {
	span.bbshid {
		display: inline-block;
		padding:0;
		height:3px;
	}
}
@media(max-width:768px) {
	.bbsimg img {
		max-width: 80px;
	}
	span.bbshid {
		width: 26%;
	}
}
@media(max-width:700px) {
	span.bbshid {
		width: 25%;
		display: inline-block;
		padding: 0 2% 8%;
	}
}

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

@media(max-width:580px) {
	.bbsimg img {
		max-width: 60px;
	}
	#services_bbs td {
		letter-spacing: 0px;
	}
}
@media(max-width:511px) {
	span.bbshid {
		width: 22%;
	}
}

@media(max-width:500px) {
	.bbsimg img {
		max-width: inherit;
		width: 22%;
	}
	span.bbshid {
		width:18%;
		padding: 0 2% 12%;
	}
	#services_bbs td {
		font-size: 12px;
	}
}
@media(max-width:375px) {
	.bbsimg img  {
		width:25%;
	}
	span.bbshid {
		width:13%;
	}
}
/********************************************************************************************************************************************/
/*bbstable*/
.bbstable {
}
	.bbstable table {
		width:100%;
	}
	@media screen and (max-width:500px) {
		.bbstable table {
			font-size:15px;
		}
	}
input,textarea {
	background-color: #ff717100;
    border: 1px solid #a3948b;
	border-radius:5px;
	padding:3px;
}
tr.bbsfont td:last-of-type {
	padding-bottom:2%;
}
input[type=checkbox], input[type=radio] {
	margin: 4px 5px 0 2%;
}

/*---rbtm----------------------------------------------------------------------------------------------------------------------------------*/
.rbtm {
	float: left;
    padding: 0 0 0 20%;
    margin-top: -47px;
}
	@media screen and (max-width:1200px) {
		.rbtm {
			padding:0;
		}
	}
	@media screen and (max-width:600px) {
		.rbtm {
			float: none;
			margin: 0;
			padding: 2% 1% 0 0;
			text-align: right;
		}
	}
	@media screen and (max-width:430px) {
		.rbtm img {
			width:55%;
		}
	}
/*---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;
	}
		.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:530px) {
		.icons li img {
			width:90%;
		}
	}
	@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;
		}
		.icons li img {
			padding:0 12px;
		}
	}
	@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:4%;
	text-align:left;
}
	.r_icons ul {
		list-style:none;
	}
	.r_icons li {
		width:17%;
		float:left;
	}
	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:11%;
		}
	}
	@media screen and (max-width:870px) {
		.r_icons li {
			width:15%;
		}
	}
	@media screen and (max-width: 725px) {
		.r_icons li {
			width: 17%;
		}
	}
	@media screen and (max-width:500px) {
		.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:3% 0 0 0;
	text-align:left;
}
	.note_icon ul {
		list-style:none;
	}
	.note_icon li {
		width:11%;
		padding: 5px 0 5px;
	}
		.note_icon li img {
			padding: 0 15px 5px;
			max-width:100%;
		}
		@media screen and (max-width:1585px) {
			.note_icon li {
				width:14%;
			}
		}
		@media screen and (max-width:1220px) {
			.note_icon li img {
				padding: 0 20px 5px;
			}
		}
		@media screen and (max-width:1080px) {
			.note_icon li img {
				padding: 0 12px 5px;
			}
		}
		@media screen and (max-width:1030px) {
			.note_icon li {
				width:17%;
			}
		}
		@media screen and (max-width:665px) {
			.note_icon li {
				width:21%;
			}
		}
		@media screen and (max-width:580px) {
			.note_icon li {
				width:23%;
				margin:5px 0;
			}
		}
		@media screen and (max-width:505px) {
			.note_icon li img {
				width:100%;
			}
		}
		@media screen and (max-width:453px) {
			.icons li span {
				font-size: 12px;
			}
		}
		@media screen and (max-width:400px) {
			.note_icon li {
				width:31%;
				padding:6px;
			}
		}



    /**order**/
.ordericon {
	position:fixed;
	bottom:99px;
	right:22px;
	display:inline-block;
	z-index:5;
}
.ordericon a {
	display: block;
	transition: .3s ease-in-out;
}
.ordericon a:hover {
	transform: scale(0.9);
    opacity: .9;
}

@media screen and (max-width:900px) {
	.ordericon {
		right:22px;
	}
}
@media screen and (max-width:500px) {
	.ordericon {
    right: 9px;
    bottom: 73px;
    width: 14%;
	}
	.ordericon img {
		width:100%;
	}
}





