/*--------------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,  th, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family:Arial, sans-serif,"微軟正黑體", "Microsoft JhengHei";
    position: relative;
    font-size: 16px;
	line-height:30px;
	letter-spacing:1px;
	color: rgba(51,51,51,1);
	background: url(../../images/pattern1.png) repeat;
	overflow-x:hidden;
}
.stop {
	overflow: hidden;
	transition:.6s ease-in-out;
}
.stop:after {
	content:'';
	background:rgba(0,0,0,.3);
	width:100%;
	height:100%;
	position: fixed;
	top:0;
	left:0;
	z-index:17;
	transition:.6s ease-in-out;
}
ol, ul {
	list-style: none;
	margin-bottom: 0px;
	list-style:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
    display: block;
	color:#333;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
}
::selection {
  background:#d2efea;
}

img {
	max-width:100%;
}

/****************************************************************************************************************************************/
/*********************************************************************************************************************************************/
button, html input[type=button], input[type=reset], input[type=submit] {
	background: #fff;
    border: solid 1px #a7a7a7;
    border-radius: 5px;
    padding: 5px 13px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 1px rgba(0,0,0,.3);
	transition:.2s ease all;
	width:100px;
	margin:1%;
	color:#000;
}
input[type=reset] {
	background: rgb(173, 176, 176);
}
button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	background:rgba(0,0,0,.8);
    box-shadow: 0px 0px 1px rgba(0,0,0,.3);
	color:#fff;
}
/*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:relative;
	background-size:cover;
	height:100vh;
}
.mask_mob {
	display:none;
}
/*dex*/
.dex {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	z-index:-1;
}
.carousel {
}
	/*item*/
	.dex .item {
		background: url(../../flash/dex1.jpg) top right no-repeat;
		background-size:cover;
		width:100%;
		height:100vh;
	}
	.dex .item:nth-of-type(2) {
		background: url(../../flash/dex2.jpg) top center no-repeat;
		background-size:cover;
	}
	.dex .item:nth-of-type(3) {
		background: url(../../flash/dex3.jpg) top center no-repeat;
		background-size:cover;
	}
	.dex .item:nth-of-type(4) {
		background: url(../../flash/dex4.jpg) top center no-repeat;
		background-size:cover;
	}
/*mask*/
.mask {
}
.mask a {
	display:none;
}
.mask:before {
	content:'';
	background:url(../../images/mask_left.png) top center no-repeat;
	background-size:cover;
	width:64vw;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	transition:1s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition-delay:.3s;
	cursor:pointer;
}
.mask:after {
	content:'';
	background:url(../../images/mask_right.png) top right no-repeat;
	background-size:auto;
	width:50vw;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	transition:1s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition-delay:.3s;
	cursor:pointer;
}
.mask_mob {
	display:none;
}
.leave:before {
	opacity:0;
	left:-100%;
}
.leave:after {
	opacity:0;
	right:-100%;
}
/*train*/
.train {
	background:url(../../images/train.png) bottom left no-repeat;
	background-size:contain;
	width:60%;
	height:70%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:3;
	transition:.5s ease-in-out;
	cursor:pointer;
}
.trainoff {
	opacity:0;
	visibility:hidden;
}
/*ilogo*/
.ilogo {
	position:absolute;
	top:55%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:5;
	cursor:pointer;
}
.ilogo img {
	max-width:100%;
}
/*scroll*/
.scroll {
	font-size:12px;
	color:#000;
	position:absolute;
	bottom:12vh;
	left:51vw;
	z-index:5;
	font-weight:bold;
	cursor:pointer;
}
.scroll img {
	max-width:100%;
	animation:move 1.2s infinite alternate ease-in-out;
	display:block;
}
.disaper {
	opacity:0;
	visibility:hidden;
	transition:.5s ease all;
	z-index:-5;
}
	@keyframes move {
		0% {
			transform:translateX(0);
		}
		100% {
			transform:translateX(30px);
		}
	}
/*imenu*/
.imenu {
	width:1320px;
	margin:0 auto;
	max-width:90%;
	position:absolute;
	top:35vh;
	left:50%;
	transform:translateX(-50%);
	display:none;
}
/*ibtn*/
.ibtn {
}
.ibtn ul {
}
.ibtn li {
	display:inline-block;
	vertical-align:top;
	width:16%;
	padding:0 .5em;
	text-align:center;
	-webkit-filter: drop-shadow(0px 3px 3px rgba(51, 51, 51, 0.35));
	filter: drop-shadow(0px 3px 3px rgba(51, 51, 51, 0.35));
}
.ibtn li:nth-of-type(odd) {
	transform:translateY(-40px);
}
.imenu li:nth-of-type(7),.imenu li:nth-of-type(9),.imenu li:nth-of-type(11),.imenu li:nth-of-type(13) {
	transform:translate(40px,-40px);
}
.imenu li:nth-of-type(8),.imenu li:nth-of-type(10),.imenu li:nth-of-type(12) {
	transform:translateX(40px);
}
.ibtn a {
	display: inline-block;
    position: relative;
}
.ibtn img.butn {
	max-width:100%;
}
.ibtn img.butn1 {
	max-width:100%;
	position: absolute;
    top: 0;
    left: 0;
	opacity:0;
	transition:.3s ease-in-out;
}
.ibtn a:hover img.butn1 {
	opacity:1;
}
/*ideco*/
.ideco {
	text-align:center;
	margin:3em 0 0;
	position:relative;
	opacity:0;
	transition:.6s ease-in-out;
	transition-delay:1s;
}
.idecoon {
	opacity:1;
}
.iline {
	position:relative;
	height:65px;
	width:1px;
	margin:0 auto;
	overflow:hidden;
}
.iline:after {
	content:'';
	background:#fff;
	position:absolute;
	top: -100%;
    left: 0;
	width:100%;
	height:100%;
	animation: updown 2s infinite ease-in-out;
}
	@keyframes updown {
		0% {
			top:-100%;
		}
		100% {
			top:100%;
		}
	}
.ideco img {
	display:block;
	margin:0 auto;
	max-height:100%;
	padding-top:1em;
}
.imenuon {
	transition:0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition-delay:1s;
	display:block;
}
	@media screen and (max-width:1500px) {
		.mask:before {
			background-position-x: 100%;
		}
		.mask:after {
			width:53vw;
		}
	}
	@media screen and (max-width:1200px) {
		.mask:before {
			background-position-x: 90%;
		}
		.ilogo {
			top:52%;
		}
	}
	@media screen and (max-width:1000px) {
		.mask_mob {
			background:url(../../images/mask_mob.png) center center no-repeat;
			background-size:cover;
			width:100%;
			height:100vh;
			display:block;
			z-index:20;
			position:fixed;
			top:0;
			left:0;
		}
		.imenu {
			display:none;
		}
		.mask:before,.mask:after {
			display:none;
		}
		.scroll {
			display:none;
		}
		.train {
			width:75%;
		}
	}
	@media screen and (max-width:430px) {
		.train {
			width: 98%;
		}
	}
/*---nav-------------------------------------------------------------------------------------------------------------------------------*/
nav {
	min-height:auto;
	border:0;
	border-radius:0;
	margin:0;
}
/*logo*/
.logo {
	position:fixed;
	top:1em;
	left:50%;
	transform:translateX(-50%);
	z-index:18;
}
.logo a {
	transition:.2s ease-in-out;
}
.logo a:hover {
	opacity:.6;
}
/*menu*/
.menu {
	display:inline-block;
	position:fixed;
	top:0;
	left:0;
	cursor:pointer;
	z-index:15;
	transition:.3s ease-in-out;
}
.menu:hover {
	opacity:.7;
}
/*nav_list*/
.nav_list {
	background:rgba(251,200,212,.85);
	transform:translateX(0);
	width:0px;
	max-width:100%;
    position: fixed;
    top: 0;
	border-radius:0 0 10px 0;
	z-index:18;
	transition:.6s ease-in-out;
	height:100vh;
	overflow-y:scroll;
}
.nav_liston {
	width:400px;
}
/*menuclose*/
.menuclose {
	cursor:pointer;
	position:fixed;
	top:0;
	left:0;
	z-index:20;
	transition:.3s ease-in-out;
	display:none;
}
/*ibutton*/
.ibutton {
	padding: 6em 1em 3em;
	display:none;
}
.ibutton li {
	width:48%;
	padding:.6em 0;
}
.ibutton li:nth-of-type(odd) {
    transform: translateY(0);
}
/*navlogo*/
.navlogo {
	text-align:center;
}
.navlogo a {
	transition:.3s ease-in-out;
}
.navlogo a:hover {
	opacity:.7;
}
img.menu_deco {
	display:block;
	margin:0 auto;
	padding-top:1em;
}
.on {
	display:block;
}
/*---about-------------------------------------------------------------------------------------------------------------------------*/
#about {
	background:url(../../images/abt_pattern.png) repeat,#fff;
	position:relative;
}
/***abt1***/
.abt1 {
	background:url(../../images/abt1_bg.jpg) top center no-repeat fixed;
	background-size:cover;
	padding:10em 1em 1em 0;
	position:relative;
	overflow:hidden;
}
.abt1:after {
	content:'';
	background:url(../../images/abt_pattern.png) repeat;
	width:100%;
	min-height:80px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
}
/*abt1_left*/
.abt1_left {
	display:inline-block;
	vertical-align:bottom;
	width:46%;
}
.abt1_left img {
	display:block;
	margin:0 auto;
	padding: 0 1em 2em;
	z-index:4;
	position:relative;
	max-width:80%;
}
.abt1_left p {
	position:relative;
	z-index:3;
	padding: 5em 20em 4em 7em;
	min-height:468px;
}
.abt1_left p:after {
	content:'';
	background:url(../../images/abt1_pattern.png) left bottom no-repeat;
	background-size:contain;
	width:1352px;
	height:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:-1;
}
img.abt1_img {
	position:relative;
	z-index:4;
	width:52%;
	margin-left: -7em;
}
/***abt2***/
.abt2 {
}
/*abt2_top*/
.abt2_top {
	text-align:left;
	padding-top:2em;
}
.abt2_top img:nth-of-type(1) {
	width: 63.2%;
}
.abt2_top img:nth-of-type(2) {
	width: 29%;
    padding: 0 1em;
	margin-bottom:-1em;
}
/*inews*/
.inews {
	background: url(../../images/abt2_pattern.png) bottom center no-repeat;
	background-size:auto;
	text-align:left;
	padding: 3em 2em 0 2em;
	position:relative;
	z-index:3;
}
img.inews_title {
	padding-bottom:2em;
}
.inews .page_num {
	display:none;
}
	@media screen and (max-width:1600px) {
		.abt1_left p {
			padding: 5em 10em 4em 7em;
		}
		img.abt1_img {
			margin-left: -2em;
		}
	}
	@media screen and (max-width:1380px) {
		.abt1_left p {
			padding: 5em 5em 4em 7em;
			min-height: 415px;
		}
		.abt1_left p:after {
			width:195%;
			background-size: cover;
		}
		img.abt1_img {
			margin-left:0;
		}
	}
	@media screen and (max-width:1200px) {
		.abt1_left p {
			padding: 4em 2em 4em 4em;
			min-height: auto;
		}
	}
	@media screen and (max-width:1024px) {
		.abt1_left p {
			padding:2em 0em 4em 2em;
			min-height: auto;
		}
		.abt1_left p:after {
			width: 240%;
			background-size: contain;
		}
	}
	@media screen and (max-width:900px) {
		.abt1_left p:after {
			background-size:cover;
		}
	}
	@media screen and (max-width:900px) {
		.abt2_top {
			padding-top: 3em;
		}
		.abt1_left p:after {
			background-size:cover;
		}
		.abt2_top img:nth-of-type(1) {
			width: 98%;
		}
		.abt2_top img:nth-of-type(2) {
			width: auto;
			padding: 2em 1em 0;
			display: block;
			margin: 0 auto -1em;
			max-width: 50%;
		}
	}
	@media screen and (max-width:768px) {
		.abt1 {
			padding: 10em 0em 1em 0;
			text-align:right;
			background-attachment:inherit;
		}
		.abt1_left {
			width:100%;
			padding:0 2em;
			text-align:left;
		}
		.abt1_left p:after {
			background: #a8d7d5;
			width:100%;
			border-radius:20px;
		}
		.abt1_left p {
			padding: 2em 2em 3em 2em;
		}
		img.abt1_img {
			margin-left: 0;
			width: auto;
			max-width: 80%;
			padding: 0 3em 0;
			margin-top: -2em;
		}
	}
	@media screen and (max-width:500px) {
		.abt1_left img {
			padding: 0 1em 1em;
		}
		img.abt1_img {
			max-width:100%;
		}
		.abt2_top img:nth-of-type(2) {
			max-width:60%;
		}
	}
	@media screen and (max-width:430px) {
		.menu,.menuclose {
			width:80px;
		}
		.logo {
			width:130px;
		}
	}
/***abt3***/
.abt3 {
	background:url(../../images/abt3_bg.jpg) top center no-repeat fixed;
	background-size:cover;
	position:relative;
	text-align:center;
}
.abt3 img {
	padding:6em 1em 20em;
}
.abt3_top {
	background:url(../../images/abt3_mask_01.png) top right no-repeat;
	background-size:cover;
	min-height:122px;
	width:100%;
}
.abt3_btm {
	background:url(../../images/abt3_mask_02.png) bottom left no-repeat;
	background-size:cover;
	min-height:101px;
	width:100%;
	position:absolute;
	bottom:-1px;
	left:0;
}
/***abt4***/
.abt4 {
	text-align:center;
	width: 1610px;
    margin: -8em auto 0;
    max-width: 95%;
	padding-bottom:200px;
	position:relative;
}
.abt4 figure {
	display:inline-block;
	vertical-align:top;
	width:31%;
	cursor:pointer;
	margin:0 .5em;
}
	@media screen and (max-width:885px) {
		.abt4 figure {
			width:28%;
		}
		.abt3_top {
			min-height:75px;
		}
	}
	@media screen and (max-width:768px) {
		.abt3 {
			background-attachment:inherit;
		}
		.abt3 img {
			padding: 8em 1em 16em;
			max-width: 60%;
		}
		.abt4 figure {
			width: 31%;
			margin: 0;
		}
	}
	@media screen and (max-width:650px) {
		.abt3_top {
			min-height: 60px;
			background-position-x: 60%;
		}
		.abt3 img {
			padding: 7em 1em 15em;
		}
		.abt4 {
			max-width:100%;
		}
		.abt3_btm {
			min-height:55px;
		}
	}
	@media screen and (max-width:430px) {
		.abt3 img {
			padding: 5em 1em 10em;
			max-width:80%;
		}
		.abt4 {
			max-width:100%;
			margin: -5em auto 0;
		}
		.abt3_top {
			background-position-x: 75%;
		}
	}
/*---footer-------------------------------------------------------------------------------------------------------------------------------*/
.ft_top {
	background:url(../../images/fttop.png) bottom center no-repeat;
	background-size:cover;
	min-height:140px;
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:3;
}
#gotop {
	position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
	cursor:pointer;
	text-align:center;
	padding: 1em 3em 2em;
}
#gotop i {
	display:block;
	margin:0 auto;
	color:#f8d3df;
	font-size: 22px;
    line-height: 15px;
	transition:.3s ease-in-out;
}
#gotop img {
	display:block;
	margin:0 auto;
	padding-top:.5em;
	-webkit-filter: drop-shadow(2px 5px 2px #7979a5);
	filter: drop-shadow(2px 5px 2px #7979a5);
}
	#gotop:hover i {
		color:#fff;
	}
/***footer***/
footer {
	background:url(../../images/ft_pattern.png) repeat;
	position:relative;
	text-align:center;
}
/*wrap*/
.wrap {
	width:950px;
	margin:0 auto;
	max-width:90%;
}
/*ftlogo*/
.ftlogo {
	padding-bottom:2em;
	margin-top:-1em;
	position:relative;
	z-index:5;
}
.ftlogo img {
	max-width:80%;
}
/*ftinfo*/
.ftinfo {
	text-align:left;
}
.ftinfo ul {
}
.ftinfo li {
	display:inline-block;
	position:relative;
	width:24%;
	padding:0 1em 0 42px;
	vertical-align:top;
	line-height:24px;
}
.ftinfo li:before {
	content:'';
	background:url(../../images/ftinfo.png) top left no-repeat;
	background-size:contain;
	width:37px;
	height:37px;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
}
.ftinfo li:after {
	content:'';
	background:#9e3339;
	width:1px;
	height:100%;
	position:absolute;
	top:0;
	left:18px;
}
.ftinfo p {
	font-size:14px;
}
/*ftbtn*/
.ftbtn {
	padding:2em 0;
}
.ftbtn a {
	display:inline-block;
	vertical-align:top;
	width:23%;
	padding:0 1em;
	transition:.3s ease-in-out;
}
.ftbtn a:hover {
	-webkit-filter: drop-shadow(1px 4px 1px #a9a9a9);
	filter: drop-shadow(1px 4px 1px #a9a9a9);
	transform:translateY(-5px);
}
/*legal*/
.legal {
	padding:0 2em 2em;
}
.legal img{
	padding-right: 1rem;
}
/***ft_bottom***/
.ft_bottom {
	width:100%;
	background:#9e3339;
	text-align:center;
	color:#fff;
	font-size:12px;
	padding:1em;
}
/*icon*/
.icon {
	display:inline-block;
	vertical-align:top;
	text-align:right;
	padding-right:2em;
}
.icon a {
	color:#fff;
	font-size:12px;
	display:inline-block;
	padding:0 3px;
	transition:.2s ease all;
}
.icon a:hover {
	-webkit-filter: invert(1);
	filter: invert(1);
}
/*copyright*/
.copyright {
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	line-height:20px;
}
.copyright a {
	color:#fff;
	font-size:12px;
	display:inline-block;
	transition:.2s ease all;
}
.copyright a:hover {
	color:#a8a8f5;
}
	@media screen and (max-width:880px) {
		.ftinfo ul {
			width:590px;
			margin:0 auto;
			max-width:100%;
		}
		.ftinfo li {
			width:45%;
			padding: 0 1em 1em 42px;
		}
		.ftbtn a {
			width:28%;
		}
	}
	@media screen and (max-width:600px) {
		.ftbtn a {
			width: 32%;
			padding:0 .5em;
		}
	}
	@media screen and (max-width:500px) {
		.ftinfo li {
			width:48%;
			padding: 0 1em 1em 35px;
		}
		.ftinfo li:before {
			width:30px;
			height:30px;
		}
		.ftinfo li:after {
			left:15px;
		}
		.ft_top {
			min-height:120px;
		}
		.abt4  {
			padding-bottom:150px;
		}
		.legal img {
    padding-right: 0;
}
	}
	@media screen and (max-width:430px) {
		.ft_top {
			min-height: 100px;
		}
		.abt4 {
			padding-bottom: 120px;
		}
		#gotop {
			padding: .5em 2em 0;
		}
		#gotop i {
			font-size: 20px;
			line-height: 13px;
		}
		.ftbtn a {
			padding:0;
		}
		.ftbtn {
			padding: 1em 0;
		}
		.legal {
			padding: 0 2em 1em;
		}
		.icon {
			padding:0 0 .5em 0;
			width:100%;
			text-align:center;
		}
		.icon a {
			width:9%;
		}
		.ftinfo li {
			width:100%;
			padding: 0 1em .5em 35px;
		}
		.legal img {
    padding-bottom: 1rem;
}
	}
/*---env-------------------------------------------------------------------------------------------------------------------------------*/
/***env_top***/
.env_top {
	background:url(../../images/env_bg.jpg) top center no-repeat fixed;
	background-size:cover;
	padding: 4em 0;
    overflow: hidden;
}
/*env_text*/
.env_text {
	display:inline-block;
	vertical-align:middle;
	width:40%;
	padding:0 4em 2em 5em;
	position:relative;
}
.env_text:before {
	content:'';
	background:rgba(255,255,255,.75);
	clip-path: circle(50% at 50% 50%);
	-webkit-clip-path: circle(50% at 50% 50%);
	position:absolute;
	top: 2em;
    left: -18em;
    width: 1000px;
    height: 1000px;
}
.env_text p {
	text-align:left;
	padding: 4em 7em 3em 0;
	position:relative;
	z-index:3;
}
.env_text img {
	position:relative;
	z-index:3;
}
/*env_tab*/
.env_tab {
	display:inline-block;
	vertical-align:middle;
	transform:translateX(6%);
	width:58%;
	text-align:right;
}
.env_tab a {
	margin:2em 0;
	transition:.3s ease-in-out;
}
.env_tab img {
	transition:.3s ease-in-out;
}
.env_tab a:hover {
	-webkit-filter: saturate(2);
	filter: saturate(2);
}
.env_tab a:hover img {
	transform:translateX(5%);
}
/***area***/
.area {
	position:relative;
	z-index:4;
	margin-top: -8em;
}
/*odr_top*/
.odr_top {
	background:url(../../images/outdor_top.png) bottom left no-repeat;
	background-size:cover;
	width:100%;
	min-height:147px;
}
/*odr_list*/
.odr_list {
	background:url(../../images/dot.png) repeat,rgba(126,206,244,.15);
	text-align:center;
	position:relative;
	z-index:3;
}
.odr_list img {
	vertical-align: bottom;
    padding: 0 3em 1em;
    margin-top: -2em;
	position:relative;
	z-index:3;
}
.odr_list img:nth-of-type(1) {
	width:55%;
}
.odr_list img:nth-of-type(2) {
	width:36%;
}
/*dor_mid*/
.dor_mid {
	background:url(../../images/dor_middle.png) top right no-repeat;
	background-size:cover;
	min-height:166px;
	width:100%;
	position:relative;
	z-index:2;
}
/*idr_list*/
.idr_list {
	background:url(../../images/dot.png) repeat,rgba(248,181,81,.15);
	text-align:center;
	padding-right:8em;
}
.idr_list img {
	vertical-align:bottom;
	padding:0 2em 2em;
	margin-top: -1em;
    position: relative;
    z-index: 3;
}
.idr_list img:nth-of-type(1) {
	float:right;
	width:40%;
}
.idr_list img:nth-of-type(2) {
	width:58%;
}
/*dor_fac*/
.dor_fac {
	background:url(../../images/fac_middle.png) top right no-repeat;
	background-size:cover;
	min-height:166px;
	width:100%;
	position:relative;
	z-index:2;
}
/*idr_fac*/
.idr_fac {
	background:url(../../images/dot.png) repeat,rgba(167,231,101,.15);
	text-align:center;
	padding-right:8em;
}
.idr_fac img {
	vertical-align:bottom;
	padding:0 2em 2em;
	margin-top: -1em;
    position: relative;
    z-index: 3;
}
.idr_fac img:nth-of-type(1) {
	float:right;
	width:40%;
}
.idr_fac img:nth-of-type(2) {
	width:58%;
}
/*env_btm*/
.env_btm {
	background:url(../../images/env_btm.jpg) center left no-repeat;
	background-size:cover;
	min-height:500px;
	text-align:center;
	position:relative;
}
.env_btm img {
	position:absolute;
	top:40%;
	left:50%;
	transform:translate(-50%,-50%);
	max-width:80%;
}
	@media screen and (max-width:1400px) {
		.env_text p {
			padding: 4em 1em 3em 0;
		}
		.odr_top {
			min-height:105px;
		}
		.area {
			margin-top:-6em;
		}
		.dor_mid {
			min-height:135px;
		}
		.idr_list {
			padding-right: 5em;
		}
		.odr_fac {
			min-height:105px;
		}
	}
	@media screen and (max-width:1200px) {
		.env_text {
			padding: 0 0em 0em 5em;
		}
		.env_btm {
			min-height:440px;
		}
	}
	@media screen and (max-width:900px) {
		.env_top {
			padding: 10em 0 6em;
			background-attachment:inherit;
		}
		.env_text {
			padding: 0 2em 0em 5em;
			width: 100%;
		}
		.env_text:before {
			top: -1em;
			left: -7em;
		}
		.env_tab {
			width:100%;
			transform: translateX(7%);
			margin-top:2em;
		}
		.area {
			margin-top: -5em;
		}
		.odr_list img:nth-of-type(1),.odr_list img:nth-of-type(2) {
			width:auto;
			max-width:100%;
		}
		.odr_list img {
			margin:0;
		}
		.idr_list img:nth-of-type(1),.idr_list img:nth-of-type(2) {
			float:none;
			width:auto;
			max-width:100%;
		}
		.idr_list {
			padding:0;
		}
		.idr_fac img:nth-of-type(1),.idr_fac img:nth-of-type(2) {
			float:none;
			width:auto;
			max-width:100%;
		}
		.idr_fac {
			padding:0;
		}
	}
	@media screen and (max-width:600px) {
		.env_text {
			padding:0 3em;
		}
		.env_text:before {
			left: -25em;
		}
		.odr_top {
			background-position-x: 10%;
		}
		.dor_mid {
			min-height: 110px;
			background-position-x: 94%;
		}
		.dor_fac {
			background-position-x: 14%;
		}
		.env_btm {
			min-height: 371px;
			background-position-x: 13%;
		}
	}
	@media screen and (max-width:430px) {
		.env_text p {
			padding: 2em 0em 2em 0;
		}
		.env_text {
			padding: 0 2em;
		}
		.odr_list img {
			padding: 0 1em 1em;
			margin-top: -2em;
		}
		.idr_list img {
			padding: 0 1em 2em;
			margin-top: -2em;
		}
		.idr_fac img {
			padding: 0 1em 2em;
			margin-top: -2em;
		}
		.dor_mid {
			background-position-x: 84%;
		}
		.env_btm {
			min-height:300px;
		}
		.env_btm img {
			top:40%;
		}
	}
/*---restaurant-----------------------------------------------------------------------------------------------------------------------*/
/***rest_top***/
.rest_top {
	background:url(../../images/rest_bg.jpg) top center no-repeat fixed;
	background-size:cover;
	text-align:center;
	padding:8em 1em 4em;
}
.rest_top img {
	padding:0 2em 3em;
	display:block;
	margin:0 auto;
}
/*rest_text*/
.rest_text {
	display:inline-block;
	width:805px;
	margin:0 auto;
	max-width:90%;
	background:rgba(23,56,30,.75);
	padding:2em;
	position:relative;
}
.rest_text:after {
	content:'';
	background: url(../../images/chief.png) bottom right no-repeat;
	background-size:contain;
	width:260px;
	height:310px;
	position:absolute;
	bottom: -4em;
    right: -13em;
}
.rest_text img {
	padding:0 0 1em;
}
.rest_text p {
	color:#fff;
	border-top:solid 1px #c4f583;
	padding:2em;
	min-height:400px;
	font-size: 18px;
    line-height: 2;
}
/***cuisine***/
.cuisine {
	position:relative;
}
/*cusin_top*/
.cusin_top {
	padding:2em 4em;
	text-align:center;
	position:relative;
}
.cusin_top:after {
	content:'';
	background:url(../../images/cusin_bg1.png) bottom right no-repeat;
	background-size:contain;
	width:75%;
	height:93%;
	position:absolute;
	bottom:0;
	right:0;
	z-index:-1;
}
/*cusi_text*/
.cusi_text {
	display: inline-block;
    vertical-align: middle;
    width: 21%;
}
.cusi_text img {
}
.cusi_text p {
	color:#7f2d00;
	text-align: justify;
	padding:2em 0;
}
.cusin_top ul {
	display: inline-block;
    vertical-align: middle;
    width: 72%;
}
.cusin_top li {
	display:inline-block;
	vertical-align:top;
	width:31%;
	padding-bottom:1em;
}
.cusin_top img {
}
/*rest_env*/
.rest_env {
	padding: 2em 4em 10em;
	text-align:center;
	position:relative;
	overflow:hidden;
	margin-top:-3px;
}
.rest_env:before {
	content:'';
	background:url(../../images/cusin_bg2.png) bottom left no-repeat;
	background-size:contain;
	width:55%;
	height:820px;
	position:absolute;
	top:1em;
	left:0;
	z-index:-1;
}
.rest_env:after {
	content:'';
	background:url(../../images/cusin_bg3.png) top right no-repeat;
	background-size:contain;
	width:45%;
	height:833px;
	position:absolute;
	top:-3px;
	right:0;
	z-index:-1;
}
.rest_env img {
}
.rest_env img:nth-of-type(1) {
	float:right;
	width:37%;
}
.rest_env img:nth-of-type(2) {
	width:52%;
}
	@media screen and (max-width:1300px) {
		.rest_text:after {
			right:-11em;
			width: 30%;
			height: 60%;
		}
		.rest_env:before {
			height:545px;
		}
		.rest_env {
			margin-top:-2px;
		}
	}
	@media screen and (max-width:1060px) {
		.rest_text:after {
			right: -7em;
			width: 30%;
			height: 36%;
		}
		.rest_text {
			max-width:78%;
		}
		.cusin_top li {
			width: 32%;
			padding: .5em;
		}
		.cusi_text {
			width:23%;
		}
		.cusin_top ul {
			width:75%;
		}
		.rest_env:before {
			height: 430px;
		}
		.rest_top {
			background-attachment:inherit;
		}
	}
	@media screen and (max-width:768px) {
		.rest_text:after {
			right: -6em;
			width: 25%;
		}
		.cusi_text {
			width:230px;
			margin:0 auto;
			max-width:80%;
		}
		.cusi_text p {
			padding:1em 0;
		}
		.cusin_top ul {
			width: 100%;
			padding-top:1em;
		}
		.cusin_top {
			padding:2em 1em;
		}
		.cusin_top:after {
			height:100%;
			width:100%;
		}
		.rest_env img:nth-of-type(1) {
			padding-bottom:1em;
		}
		.rest_env img:nth-of-type(1),.rest_env img:nth-of-type(2) {
			float: none;
			width: auto;
			max-width: 100%;
		}
		.rest_env {
			padding: 2em 2em 10em;
			margin-top:-1px;
		}
		.rest_env:after {
			width:80%;
		}
		.rest_env:before {
			height: 530px;
			top: inherit;
			bottom: 11em;
			width: 100%;
		}
	}
	@media screen and (max-width:600px) {
		.rest_text {
			max-width: 90%;
		}
		.rest_text:after {
			right: -2em;
		}
	}
	@media screen and (max-width:430px) {
		.cusin_top li {
			width:48%;
		}
		.rest_env {
			padding: 2em 2em 7em;
		}
		.rest_text p {
			padding: 1em 0;
			min-height: 330px;
			font-size:16px;
		}
		.rest_top img {
			padding: 0 1em 2em;
		}
		.rest_text {
			max-width: 95%;
		}
		.rest_text:after {
			right: 0em;
			bottom:-3em;
		}
		.rest_top {
			padding: 8em 1em 3em;
		}
	}
/*---rg---------------------------------------------------------------------------------------------------------------------------------*/
.rg {
	background:url(../../images/rgbg.jpg) top center no-repeat fixed;
	background-size:cover;
	text-align:center;
}
/***rg_top***/
.rg_top {
	background:rgba(242,155,118,.5);
	padding-top:7em;
}
/*rg_list*/
.rg_list {
	display:inline-block;
	vertical-align:top;
	position:relative;
	width:31%;
	padding:1em .5em 2em;
}
.rg_list:nth-of-type(4),.rg_list:nth-of-type(5),.rg_list:nth-of-type(6) {
	margin-bottom:-15em;
}
.rg_list a {
	position:relative;
}
/*rgtit*/
.rgtit {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:3;
	width:40%;
}
.rgtit img {
	transition:.2s ease-in-out;
	-webkit-filter: drop-shadow(0px 0px 0px rgb(255, 252, 255));
	filter: drop-shadow(0px 0px 0px rgb(255, 252, 255));
	opacity:.7;
}
img.rgimg {
	transition:.2s ease-in-out;
	-webkit-filter:blur(0px);
	filter:blur(0px);
}
/*rgmiddle*/
.rgmiddle {
	background:url(../../images/rg_middle.png) top right no-repeat;
	background-size:cover;
	min-height:332px;
}
/*rg_btm*/
.rg_btm {
	background:rgba(143,195,31,.5);
	padding-bottom:10em;
}
/*rg6tit*/
.rg6tit {
	display: inline-block;
    vertical-align: middle;
    width: 30%;
	padding:0 1em;
}
.rg6tit img {
}
.rg_btm .rg_list {
	width:62%;
	vertical-align:middle;
}
.rg_btm .rgtit {
	width:28%;
}
/*hover*/
.rg_list a:hover img.rgimg {
	-webkit-filter:blur(3px);
	filter:blur(3px);
}
.rg_list a:hover .rgtit img {
	-webkit-filter: drop-shadow(0px 0px 5px rgb(255, 252, 255));
	filter: drop-shadow(0px 0px 5px rgb(255, 252, 255));
	opacity:1;
}
	@media screen and (max-width:1200px) {
		.rgmiddle {
			min-height:190px;
		}
		.rg_list:nth-of-type(4), .rg_list:nth-of-type(5), .rg_list:nth-of-type(6) {
			margin-bottom: -10em;
		}
		.rg_btm {
			padding:2em 0 10em;
		}
	}
	@media screen and (max-width:900px) {
		.rgmiddle {
			background-position-x: 30%;
		}
		.rg {
			background-attachment:inherit;
		}
	}
	@media screen and (max-width:768px)  {
		.rg_list {
			width:45%;
		}
		.rg_btm .rg_list {
			width:90%;
		}
		.rg6tit {
			width:50%;
		}
	}
	@media screen and (max-width:550px) {
		.rg_list {
			width: 48%;
			padding: 1em 0em 1em;
		}
		.rg6tit {
			width: 60%;
		}
		.rg_btm .rg_list {
			width: 95%;
		}
	}
	@media screen and (max-width:430px) {
		.rg_btm {
			padding: 1em 0 7em;
		}
		.rgmiddle {
			min-height: 90px;
		}
		.rg_list:nth-of-type(4), .rg_list:nth-of-type(5), .rg_list:nth-of-type(6) {
			margin-bottom: -5em;
		}
		.rg_top {
			padding-top:6em;
		}
		.rgtit img {
			opacity:1;
		}
	}
/*---rm-----------------------------------------------------------------------------------------------------------------------------*/
.rm {
	background:url(../../images/rmbg.jpg) top left no-repeat;
	background-size:cover;
	position:relative;
	text-align:center;
	padding:10em 0 0;
}
.rm:before {
	content:'';
	background:url(../../images/rmdot.png) top right no-repeat;
	background-size:contain;
	width: 24%;
    height: 13%;
    position: absolute;
    top: 8em;
	right:0;
}
.rm:after {
	content:'';
	background:url(../../images/rmdot.png) bottom left no-repeat;
	background-size:contain;
	width: 24%;
    height: 13%;
    position: absolute;
	bottom: -4em;
    left: 0;
    opacity: .5;
}
/***rmtit***/
.rmtit {
	display: inline-block;
    vertical-align: top;
    width: 14%;
    text-align: left;
	position:relative;
	margin:4em 0;
	padding-left:3em;
}
/*rmbt*/
.rmbt {
	position:relative;
}
.rmbt:after {
	content:'';
	background:url(../../images/rmbt_bg.png) center right no-repeat;
	background-size:contain;
	width: 82%;
    height: 152%;
    position: absolute;
    top: -2em;
    right: -9em;
}
/*other*/
.other {
	margin-top: 18em;
}
.other a {
	transition:.3s ease-in-out;
}
.other a:hover {
	opacity:.8;
	transform:translateY(-10px);
}
/*rmslide*/
.rmslide {
	display:inline-block;
	vertical-align:top;
	width:70%;
	border-radius:25px;
	border:6px solid #fff;
	margin-bottom:-2em;
	overflow:hidden;
	position:relative;
	z-index:5;
}
/***rminfo***/
.rminfo {
	padding:5em 0 10em;
	text-align:center;
}
/*roomb*/
.roomb {
	display:inline-block;
	vertical-align:top;
	width:45%;
	padding:0 2em;
}
.roomb td {
	line-height: 1.3;
	padding: 5px;
}
/*rb_tit*/
.rb_tit {
	text-align:left;
}
.rb_tit img {
	padding-bottom:1em;
}
/*rinfo*/
.rinfo {
	text-align: left;
	padding: 3% 0%;
}
.rinfo li span {
	display: inline-block;
	vertical-align: top;
}
.rinfo li span:nth-of-type(1) {}
.rinfo li span:nth-of-type(2) {
	width:80%;
}
.rinfo a {
	color: #6c68c3;
    font-weight: bold;
}
	@media screen and (max-width:1440px) {
		.rmbt:after {
			right:-8em;
		}
		.rmtit {
			width:18%;
		}
		.other {
			margin-top: 8em;
		}
	}
	@media screen and (max-width:1300px) {
		.rm {
			padding:10em 1em 0;
		}
		.rmslide {
			width:80%;
		}
	}
	@media screen and (max-width:1024px) {
		.rmbt:after {
			right: -4em;
		}
		.rmbt img {
			position: relative;
			z-index: 3;
		}
		.rmtit {
			padding-left:1em;
			margin: 4em 0 0;
		}
		.other {
			margin-top: 5em;
		}
	}
	@media screen and (max-width:905px) {
		.rm {
			background-attachment: inherit;
			background-position-x: 18%;
		}
		.other {
			margin: 0;
			display: inline-block;
			vertical-align: middle;
			width: 40%;
		}
		.other a {
			display:inline-block;
		}
		.rmslide {
			width: 98%;
		}
		.rmtit {
			margin: 0em 0 2em 0;
			width: 100%;
			text-align:center;
		}
		.rmbt {
			position: relative;
			display: inline-block;
			vertical-align: middle;
			width: 45%;
		}
		.rmbt:after {
			right: 0em;
		}
		.roomb {
			width:100%;
			padding: 0 2em 2em;
		}
		.rm:before {
			width:40%;
		}
		.rm:after {
			bottom:-1em;
		}
	}
	@media screen and (max-width:700px) {
		.rmbt {
			width:50%;
			padding:0 1em;
		}
		.rmbt:after {
			width:100%;
			height:100%;
			top:0;
		}
		.rm {
			padding: 6em 1em 0;
		}
		#wowslider-container1 a.ws_next,#wowslider-container1 a.ws_prev {
			display:none;
		}
		.rminfo {
			padding: 4em 0 7em;
		}
	}
	@media screen and (max-width:530px) {
		.rmbt:after {
			width: 35%;
		}
		.rmbt {
			width:55%;
		}
		.other {
			padding-left:2em;
		}
		.rmtit {
			margin: 0em 0 1em 0;
		}
		.rb_tit img {
			padding-bottom: .5em;
		}
		.roomb {
			padding: 0 1em 2em;
		}
		.rinfo li span:nth-of-type(2) {
			width:75%;
		}
	}
	@media screen and (max-width:430px) {
		.rmbt {
			text-align: left;
		}
		.other {
			width:43%;
		}
		.rminfo {
			padding: 3em 0 4em;
		}
		#wowslider-container1 .ws_bullets {
			bottom:0;
		}
	}
/*---icons----------------------------------------------------------------------------------------------------------------------------------*/
.icons {}

.icons ul {
	list-style: none;
}

.icons li {
	margin: 5px 5px;
	display: inline-block;
	vertical-align: top;
	width:16%;
	background: rgba(255, 255, 255, .5);
	border-radius: 7px;
	padding: 5px 0 8px;
	text-align: center;
	border:solid 1px #e4e4e4;
}

.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:22%;
	}
}

@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 {
	float: left;
}

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

table.fac td {
	vertical-align: top;
}
@media screen and (max-width:991px) {
	.r_icons li {
		width: 22%;
	}
}

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

@media screen and (max-width:530px) {
	.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%;
		padding:3px;
	}
	.icons li span {
		font-size: 12px;
	}
}

@media screen and (max-width:400px) {
	.note_icon li {
		width: 32%;
		padding: 6px;
	}
}
@media screen and (max-width:330px) {
	.note_icon li {
		width: 31%;
		padding: 1px;
	}
}
/*---inner--------------------------------------------------------------------------------------------------------------------------------*/
.inbg {
	padding:8em 0 0;
	position:relative;
}
.inbg_note {
	background:url(../../images/inbg_note.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg_loc {
	background:url(../../images/inbg_loc.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg_avail {
	background:url(../../images/inbg_avail.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg_news {
	background:url(../../images/inbg_news.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg_sce {
	background:url(../../images/inbg_sce.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg_photo {
	background:url(../../images/inbg_photo.jpg) top center no-repeat fixed;
	background-size:cover;
}
/***intitle***/
.intitle {
	background:url(../../images/intitle_bg.png) bottom center no-repeat;
	background-size:cover;
	min-height:275px;
	width:1611px;
	margin:0 auto;
	max-width:100%;
	text-align:center;
	position:relative;
}
.intitle div {
	position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
}
.intitle img {
	position:absolute;
	bottom:4em;
	left:50%;
	transform:translateX(-50%);
}
/***inner***/
.inner {
	width:1611px;
	margin:0 auto;
	max-width:100%;
	padding:0 1em;
	position:relative;
	padding-bottom:10em;
	background:url(../../images/dot.png) repeat,rgba(251,249,230,.75);
}
.inner:after {
	content:'';
	width: 97%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.inner_note:after {
	background:rgba(165,175,224,.5);
}
.inner_news:after {
	background:rgba(227,171,221,.5);
}
.inner_avail:after {
	background:rgba(242,155,118,.5);
}
.inner_loc:after {
	background:rgba(240,222,124,.5);
}
.inner_sce:after {
	background:rgba(152,208,235,.5);
}

/*---note------------------------------------------------------------------------------------------------------------------------------*/
.note {
	position:relative;
	z-index:5;
	width:1200px;
	margin:0 auto;
	max-width:95%;
	padding-bottom:2em;
}
/*notetitle*/
.notetitle {
	margin-bottom:-1em;
}
	@media screen and (max-width:1024px) {
		.intitle {
			min-height:210px;
		}
		.intitle img {
			bottom:3em;
		}
	}
	@media screen and (max-width:900px) {
		.inbg {
			background-attachment:inherit;
		}
	}
	@media screen and (max-width:600px) {
		.intitle {
			min-height: 160px;
		}
		.intitle img {
			bottom: 2em;
			width: 190px;
		}
		.inbg {
			padding: 6em 0 0;
		}
	}
	@media screen and (max-width:500px) {
		.notetitle img {
			width:245px;
		}
		.notetitle {
			margin-bottom: -2em;
		}
		.note {
			padding-bottom:1em;
		}
		.inner {
			padding-bottom:8em;
		}
	}
	@media screen and (max-width:430px) {
		.inner {
			padding-bottom: 6em;
		}
	}

/*---newstable------------------------------------------------------------------------------------------------------------------------*/
.newstable {
	text-align:left;
	margin:0 auto;
	max-width:90%;
	width:1100px;
	position:relative;
	z-index:10;
	padding:4em 0 0 0;
}
	.newstable table {
		width:100%;
	}
	.newstable a {
		display:inline-block;
	}
	.newstable img {
		max-width:100%;
	}
	@media screen and (max-width:900px) {
		.newstable {
			width:560px;
		}
	}
	@media screen and (max-width:430px) {
		.newstable {
			padding: 2em 0 0 0;
		}
	}
/******************************************/
.npic div {
    background: no-repeat center center;
}
.newslist_rwd .ntitle p {
    font-size:20px;
    color: #292929;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0px;
	text-align:left;
}
.newslist_rwd .ninfo p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0px;
	color:#292929;
	text-align:left;
}
.newslist_rwd .ninfo {
    font-size: 14px;
    line-height: 16px;
	color:#a64d4d;
	text-align:right;
}
.nbox {
    margin: 0;
    padding: 0;
}
.nbox div {
}
.nbox div:nth-child(2) {
    width: 100%-130px;
}

/*******/
.newslist_rwd {
    width: 48%;
    display: inline-block;
    vertical-align: top;
	padding:0 1em;
	transition:.2s ease all;
}
	.newslist_rwd:hover {
		opacity:.5;
	}
	.newslist_rwd  table {
		width:100%;
	}
	.newslist_rwd a {
		display:inline-block;
	}
	.newslist_rwd a:nth-of-type(1) {
		width:100%;
	}
	.ntitle a {
		width:auto !important;
	}
.newslist_rwd td {
    vertical-align: top
}
.newslist_rwd .npic {
	width:50%;
    display: inline-block;
	vertical-align:top;
}
.newslist_rwd .ntext {
   width: 45%;
    padding:.5em 1em 1em 1em;
    display: inline-block;
	vertical-align:top;
}
.newslist_rwd .npic img {
    width: 120px;
    height: 120px;
	border-radius:100%;
}
.newslist_rwd .ntitle,
.newslist_rwd .ninfo {
    padding-bottom:.3em;
	display:block;
	width:100%;
}
.newslist_rwd .npicimg {
   min-height: 200px;
    border-radius: 13%;
}
.inews .newslist_rwd .ninfo p {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
	color:#fff;
}
.inews .newslist_rwd .ntitle p {
	color:#fff;
}
.iwrap {
	width: 1200px;
    margin: 0 auto;
    max-width: 100%;
	min-height:295px;
}
@media screen and (max-width:1400px) {
	.newslist_rwd {
		width:45%;
	}
}
@media screen and (max-width:1024px) {
	.newslist_rwd .npicimg {
		min-height: 160px;
	}
	.newslist_rwd .npic {
		width:45%;
	}
	.newslist_rwd .ntext {
		width:52%;
	}
}
@media screen and (max-width:900px) {
	.newslist_rwd {
		width: 100%;
	}
	.iwrap {
		width:600px;
	}
	.inews {
		background-size:cover;
	}
}
@media screen and (max-width:600px) {
	.newslist_rwd .npicimg {
		min-height:175px;
	}
	.newslist_rwd .ntitle p {
		font-size:22px;
	}
	.newslist_rwd .ntitle, .newslist_rwd .ninfo {
		padding-bottom:.5em;
	}
}
@media screen and (max-width:500px) {
	.newslist_rwd .npicimg {
		min-height: 120px;
	}
	.newslist_rwd .npic {
		vertical-align:top;
	}
	.newslist_rwd .ntext {
		padding: .5em 0em 1em 1em;
	}
	.newslist_rwd .ntitle p {
		font-size: 20px;
	}
	.newslist_rwd .ninfo p {
		font-size:14px;
	}
	.newslist_rwd {
		padding:0;
	}
	.inews .newslist_rwd .ninfo p {
		-webkit-line-clamp: 3;
	}
	.inews {
		padding: 2em 1em 0 1em;
	}
}
@media screen and (max-width:380px) {
	.newslist_rwd .npicimg {
		min-height: 100px;
	}
	.newslist_rwd .ntitle, .newslist_rwd .ninfo {
		padding-bottom:0;
	}
}
/*************************
********services_sce******
**************************/
#services_sce {
	padding-top:3em;
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:10;
}

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

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

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

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

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

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

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

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

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

.scebox:hover {
	cursor: pointer;
}

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

.scebox_hot {
	padding: 0 80px;
}

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

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

.scetag1 {
	background: #d85a51;
}

.scetag2 {
	background: #80a076;
}

.scetag3 {
	background: #89b5cb;
}

.scetag4 {
	background: #8dcfca;
}

.scetag5 {
	background: #b7ad6f;
}

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

.sceimg img {
	margin: 0 auto;
}

.scep p {
	color: #616161;
}

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

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

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

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

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

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

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

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

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


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

.scebox_content {
	padding:0 2em;
	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:18%;
	text-align:left;
	height:auto !important;
}
.scemore {
	text-align:right;
}

@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;
	}
}
/*---map-----------------------------------------------------------------------------------------------------------------------------*/
.map {
	width:1600px;
	margin:0 auto;
	max-width:90%;
	padding:3em 0;
	position:relative;
	z-index:10;
}
.map iframe {
	width:100%;
	min-height:590px;
	border:solid #fff 15px;
	box-shadow:0px 0px 3px rgba(0,0,0,.3);
}
	@media screen and (max-width:650px) {
		.map iframe {
			min-height:500px;
		}
		.map {
			padding:2em 0 0;
		}
	}
	@media screen and (max-width:530px) {
		.map iframe {
			min-height:450px;
		}
	}
	@media screen and (max-width:430px) {
		.map iframe {
			min-height:350px;
		}
	}
/*---availability----------------------------------------------------------------------------------------------------------------*/
.availability {
	position:relative;
	z-index:5;
	padding-top:3em;
}
.availability table {
	width:100%;
}
.oki_gre,
.oki_A {
	background: #99ee00;
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
}

.oki_ora,
.oki_W {
	background: #ffeb3b;
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
}

.oki_red,
.oki_F {
	background: #FF6666;
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
}

.oki_gra,
.oki_N {
	background: #999999;
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align:middle;
}

.oki_whi {
	color: #ffffff;
}

.oki_bg_gre {
	background: #33CC00;
}

.oki_bg_red {
	background: #ff0000;
}

.oki_pink {
	background: #FFEEEE;
}
.availability .ripple2 {
	display:none;
}
.oki_pink.ripple2 {
	display:block;
}
.showon {
	display:block;
}
.oki_wk0 {
	background: #c20033;
}

.oki_wk6 {
	background: #00654a;
}

.oki_roomqty {
	width:90%;
	padding-top: 21px;
}

.oki_r_table {
	border-collapse: collapse;
	color: #000;
}

.oki_r_table tr.qty td {
	text-align: center;
	color: #000;
}
		/*
.oki_r_btn {
 text-decoration:none;
 background:#ff9900;
 color:#ffffff;
 padding:3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 float:right;
 margin-left:5px;
}

.oki_r_btn:hover {
 text-decoration:none;
 background:#ff9900;
 color:#000000;
 padding:3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
*/
		
.oki_msg {
	min-height: 22px;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

.oki_w100p {
	width: 98%
}

.oki_h3 {
	font-weight: bold;
	font-size: 10px;
}

.oki_right {
	float: right;
}

.oki_hide {
	display: none;
}

/***btm***/
#btm {
	position:relative;
}

button, input, select, textarea {
	padding: 2px 5px 5px 5px;
}
.table-responsive {
	border:0 !important;
}
/***about2***/
#about2 {
	position: relative;
}
.about2 {
	background: url(../../images/abt2_bg.jpg) top center fixed no-repeat;
	background-size: cover;
	text-align: center;
}
.about2 div {
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	padding:10em 2em 6em;
}
/*about2-1*/
.about2-1 {
	background: url(../../images/abt2-1_bg.jpg) repeat;
	text-align: center;
	padding-top: 4em;
}
.wrap1 {
	width: 1610px;
	margin: 0 auto;
	max-width: 90%;
}
img.abt2-1_img {
	vertical-align: top;
	width: 53%;
    padding: 0 1em;
}
.about2_text {
	display: inline-block;
	vertical-align: top;
	width: 45%;
}
.about2_text img {
	max-width: 90%;
}
.about2_text p {
	color: #41403c;
	font-size: 18px;
	text-align: left;
	padding: 1em 0 0;
	width: 475px;
	margin: 0 auto;
	max-width: 90%;
}
img.cat {
	max-width: 100%;
	margin-top: -1em;
}
@media screen and (max-width:990px) {
	.about2 {
		background-attachment: inherit;
	}
	.about2 div {
		padding: 8em 2em 4em;	
	}
	.about2 img {
		width: 180px;
	}
	img.abt2-1_img {
		width: 100%;
	}
	.about2_text {
		width: 100%;
		padding-top: 2em;
	}
}
@media screen and (max-width:768px) {
	.about2 img {
		width: 150px;
	}
	.about2_text img {
		width: 70%;
	}
	img.cat {
		width: 100%;
	}
}
@media screen and (max-width:600px) {
	.about2 img {
		width: 120px;
	}
	.about2_text img {
		width: 85%;
	}
	img.cat {
		width: 100%;
	}
	.about2 div {
		padding: 7em 2em 3em;
	}
	.about2-1 {
		padding-top: 3em;
	}
}
@media screen and (max-width:500px) {
	img.abt2-1_img {
		padding: 0;
	}
}
/*about2-2*/
.about2-2 {
	background: url(../../images/abt2-2_bg.png) top left no-repeat;
	background-size: auto;
	position: relative;
	text-align: right;
}
.wrap2 {
	padding: 8em 0 14em 2em;
}
.wrap2:after {
	content: "";
	background: url(../../images/abt2-2_pattern.png) top left no-repeat;
	background-size: contain;
	width: 80%;
	height: 90%;
	position: absolute;
	top: 3em;
	right: 0;
	z-index: -1;
}
.about2-2 img:first-of-type {
	vertical-align: top;
	width: 59%;
}
.about2-2 img:last-of-type {
	vertical-align: top;
	width: 29%;
	padding-left: 1em;
}
@media screen and (max-width:1200px) {
	.wrap2:after {
		width: 90%;
		top: 4em;
	}
	.about2-2 img:first-of-type {
		width: 65%;
	}
	.about2-2 img:last-of-type {
		width: 32%;
	}
}
@media screen and (max-width:768px) {
	.about2-2 {
		background-size: contain;
	}
	.wrap2 {
		padding: 6em 0 12em 2em;
	}
	.about2-2 img:first-of-type {
		width: 100%;
		padding: 0 0 1em 0;
	}
	.about2-2 img:last-of-type {
		width: 50%;
	}
	.wrap2:after {
		top: 2em;
		background-size: auto;
	}
}
@media screen and (max-width:500px) {
	.wrap2 {
		padding: 5em 0 9em 1em;
	}
	.wrap2:after {
		background-size: cover;
		height: 60%;
	}
}

/***about3***/
#about3 {
	position: relative;
}
.about3 {
	background: url(../../images/ab3_mask.png) top center no-repeat, url(../../images/ab3_bg.jpg) top center fixed no-repeat;
	background-size: cover;
	text-align: center;
}
.about3 div {
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	padding: 22em 2em 25em;
}

/*about3-1*/
.about3-1 {
	background: url(../../images/ab31_bg.jpg) repeat;
	text-align: center;
	padding-top: 4em;
}
.wrap3 {
	width: 1610px;
	margin: 0 auto;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

img.abt31_img {
	vertical-align: top;
	width: 930px;
	max-width: 100%;
    padding: 0 0 3em;
}
.about3_text {
	display: inline-block;
	vertical-align: top;
	width: 410px;
	max-width: 100%;
	position: relative;
    top: -3em;
}
.about3_text img {
	max-width: 90%;
}
.about3_text p {
	color: #41403c;
	font-size: 18px;
	text-align: left;
	padding: 1em 0 1em;
	width: 384px;
	margin: 0 auto;
	max-width: 90%;
}
@media screen and (max-width:1700px){
	.about3 div {
    padding: 22em 2em 18em;
}
}
@media screen and (max-width: 1600px){
	.wrap3 {
    padding: 0 1em;
}
	img.abt31_img {
    max-width: 60%;
}
}
@media screen and (max-width: 1500px){
.about3 div {
    padding: 19em 2em 23em;
}
img.abt31_leaf{
	width: 13%;
}
.about3_text {
    top: 0;
}
	img.abt31_img {
    max-width: 50%;
}
}
@media screen and (max-width: 991px){
	.about3 {
    background-attachment: inherit;
}
.about3 div {
    padding: 13em 2em 6em;
}
	.wrap3 {
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    position:relative;

}
img.abt31_leaf {
    width: 20%;
    position: absolute;
    left: 8em;
}
.about3_text {
    margin: 0 0 1em 7em;
}
img.abt31_img {
    max-width: 100%;
}
}
@media screen and (max-width: 800px){
	.about3 div {
    padding: 9em 2em 6em;
}
	img.abt31_leaf {
    width: 25%;
    left: 2em;
}
}
@media screen and (max-width: 600px){
	.about3 div {
    padding: 8em 2em 2em;
}
.about3 img{
	width: 80%;
}
	img.abt31_leaf {
    width: 20%;
    left: 1em;
    top: 11em;
}
.about3_text {
    text-align: left;
}
.about3_text img:first-of-type {
    max-width: 70%;
}
}
@media screen and (max-width: 450px){
	.about3{
		background-position: top left -34rem, top 5rem center;
    background-size: cover;
	}
	.about3 div {
    padding: 10em 2em 10em;
}
.about3 img {
    width: 60%;
}
	img.abt31_leaf {
    display: none;
}
.about3_text {
    margin: 0 0 1em 1em;
}
.about3_text p {
    margin: 0;
    max-width: 100%;
}
}
@media screen and (max-width: 390px){
	.about3 div {
   
}
}
@media screen and (max-width: 350px){}


/*about3-2*/
.about3-2{
	background: url(../../images/ab32_bg.jpg) top center fixed no-repeat;
	background-size: cover;
	text-align: center;
	padding: 6.4em 7em 7.3em 0;	
}
.wrap4{
	width: 1340px;
	max-width: 100%;
	margin: 0 0 0 auto;

}

@media screen and (max-width: 991px){
	.about3-2{
		background-attachment: inherit;
		padding: 6.4em 1em 7.3em 1em;
	}
}
@media screen and (max-width: 600px){
	.about3-2 {
    padding: 2.4em 1em 5.3em 1em;
}
}
@media screen and (max-width:414px){
	.about3-2 {
    padding: 2.4em 1em 1.3em 1em;
}
}
/*about3-3*/
.about3-3{
	background: url(../../images/ab33_bg.jpg) top center repeat;
	text-align: center;
	padding: 1.5em 0 13em;	
}

img.ab33_img01{
-webkit-filter: drop-shadow(3px 5px 8px rgba(40, 36, 35, 0.3));
filter: drop-shadow(3px 5px 8px rgba(40, 36, 35, 0.3));
margin-right: 2em;
}
img.ab33_img02{
	position: relative;
	top: 1em;
}
.wrap5{
	width: 1610px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
}


@media screen and (max-width: 1600px){
	.wrap5{
		padding: 0 1em;
	}
	img.ab33_img01{
		width: 65%;
	}
	img.ab33_img02{
		width: 30%;
	}
}
@media screen and (max-width: 991px){
	.about3-3 {
    padding: 1.5em 0 10em;
}
}
@media screen and (max-width: 768px){
	.wrap5 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
}
img.ab33_img01{
    width: 100%;
}
img.ab33_img02 {
    width: 75%;
    top: 0;
    padding-bottom: 1em;
}
}
@media screen and (max-width: 414px){
	.about3-3 {
    padding: 1.5em 0 8em;
}
}
@media screen and (max-width: 390px){}
@media screen and (max-width: 350px){}







/***room2***/
.rm2 {
	background: url(../../images/rmbg2.jpg) top center no-repeat;
	background-size: cover;
}
.rm2:before {
	content: "";
	background: url(../../images/rmdot2.png) top right no-repeat;
    background-size: contain;
}
.rm2:after {
	content: "";
	background: url(../../images/rmdot2.png) bottom left no-repeat;
    background-size: contain;
}
.rmbt2:before {
	content: "";
	background: url(../../images/snow2.png) center center no-repeat;
    background-size: contain;
	width: 44px;
	height: 52px;
	position: absolute;
	top:-4em;
	left:-3em;
}
.rmbt2:after {
	content: '';
    background: url(../../images/snow1.png) center right no-repeat;
    background-size: contain;
	width: 42%;
    height: 100%;
    top: 1em;
    right: -3em;
}
/*rgbt2*/
.rgbt2 {
	padding: 2em 1em 0 0;
}
.rgbt2 a {
	margin-bottom: 1em;
	opacity: .55;
	transition: .3s ease all;
}
.rgbt2 a:hover,a.show {
	opacity: 1;
}
.rmtit2 {
	padding-left: 1em;
}
@media screen and (max-width:990px) {
	.rmtit2 {
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.rgbt2 li {
		display: inline-block;
	}
	.rm2 {
		padding: 8em 1em 0;
	}
	.rmbt2:before {
		top: 0;
		left: 4em;
	}
	.rgbt2 {
		padding: 2em 0em 0em 0;
		text-align: center;
	}
	.rgbt2 li {
		display: inline-block;
		width: 25%;
	}
}
@media screen and (max-width:905px) {
	.rm2:before {
		width: 30%;
	}
	.rmbt2:after {
		width: 17%;
		height: 75%;
		top: 3em;
		right: 0em;
	}
	.rmbt2:before {
		top: 0;
		left: 0em;
	}
	.rgbt2 li {
		width: 30%;
	}
}
@media screen and (max-width:530px) {
	.rgbt2 li {
		width: 32%;
	}
	#wowslider-container1 .ws_bullets a {
		padding: 4px;
	}
	.rb_tit img {
		width: 170px;
	}
}
@media screen and (max-width:430px) {
	.rm2 {
		padding: 7em 1em 0;
	}
	.rgbt2 {
		padding: 1em 0em 0em 1em;
		text-align: left;
	}
	.rgbt2 li {
		width: 47%;
	}
	.rmbt2:before {
		width: 15%;
	}
	.rmbt2:after {
		right: -2em;
	}
	.rminfo {
		padding: 2em 0 4em;
	}
}
@media screen and (max-width:380px) {
	.rm2:before {
		width: 22%;
	}
}
@media screen and (max-width: 350px) {
	.rb_tit img {
		width: 145px;
	}
}
.container0 {
	position: relative;
	z-index: 5;
	padding: 2em 0 5em;
}
.inner_view:after {
	content: "";
	background: rgb(253 250 241 / 50%);
}

/***room3***/
.rm3 {
	background: url(../../images/rmbg3.jpg) top center no-repeat;
	background-size: cover;
}
.rm3:before {
	content: "";
	background: url(../../images/rmdot3.png) top right no-repeat;
    background-size: contain;
}
.rm3:after {
	content: "";
	background: url(../../images/rmdot3.png) bottom left no-repeat;
    background-size: contain;
}
.rmbt3:before {
	content: "";
	background: url(../../images/spot2.png) center center no-repeat;
    background-size: contain;
	width: 44px;
	height: 52px;
	position: absolute;
	top:-4em;
	left:-3em;
}
.rmbt3:after {
	content: '';
    background: url(../../images/spot1.png) center right no-repeat;
    background-size: contain;
	width: 42%;
    height: 100%;
    top: 1em;
    right: -3em;
}
/*rgbt3*/
.rgbt3 {
	padding: 2em 1em 0 0;
}
.rgbt3 a {
	margin-bottom: 1em;
	opacity: .55;
	transition: .3s ease all;
}
.rgbt3 a:hover,a.show {
	opacity: 1;
}
.rmtit3 {
	padding-left: 1em;
}
@media screen and (max-width:990px) {
	.rmtit3 {
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.rgbt3 li {
		display: inline-block;
	}
	.rm3 {
		padding: 8em 1em 0;
	}
	.rmbt3:before {
		top: 0;
		left: 4em;
	}
	.rgbt3 {
		padding: 2em 0em 0em 0;
		text-align: center;
	}
	.rgbt3 li {
		display: inline-block;
		width: 25%;
	}
}
@media screen and (max-width:905px) {
	.rm3:before {
		width: 30%;
	}
	.rmbt3:after {
		width: 17%;
		height: 75%;
		top: 3em;
		right: 0em;
	}
	.rmbt3:before {
		top: 0;
		left: 0em;
	}
	.rgbt3 li {
		width: 30%;
	}
}
@media screen and (max-width:530px) {
	.rgbt3 li {
		width: 32%;
	}
	#wowslider-container1 .ws_bullets a {
		padding: 4px;
	}
	.rb_tit img {
		width: 170px;
	}
}
@media screen and (max-width:430px) {
	.rm3 {
		padding: 7em 1em 0;
	}
	.rgbt3 {
		padding: 1em 0em 0em 1em;
		text-align: left;
	}
	.rgbt3 li {
		width: 47%;
	}
	.rmbt3:before {
		width: 15%;
	}
	.rmbt3:after {
		right: -2em;
	}
	.rminfo {
		padding: 2em 0 4em;
	}
}
@media screen and (max-width:380px) {
	.rm3:before {
		width: 22%;
	}
}
@media screen and (max-width: 350px) {
	.rb_tit img {
		width: 145px;
	}
}
.container0 {
	position: relative;
	z-index: 5;
	padding: 2em 0 5em;
}
.inner_view:after {
	content: "";
	background: rgb(253 250 241 / 50%);
}
