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

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

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

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


/****************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*************************
********services_sce******
**************************/
#services_sce {
	padding-top: 0px;
	padding-bottom: 60px;
	width:90%;
	margin:0 auto;
}

.scebtn {
	text-align: center;
	margin-bottom: 30px;
}

.scebtn h2 {
	display: inline-block;
    margin:5px;
    color: #fff;
    padding: 25px 5px;
    font-size: 16px;
    border-radius: 100%;
    min-width: 82px;
    border: 3px solid #fff;
    cursor: pointer;
	line-height:24px;
}

.scebtn h2.scebtn1 {
	background: #d85a51;
}

.scebtn h2.scebtn2 {
	background: #80a076;
}

.scebtn h2.scebtn3 {
	background: #89b5cb;
}

.scebtn h2.scebtn4 {
	background: #8dcfca;
}

.scebtn h2.scebtn5 {
	background: #b7ad6f;
}

.scebtn h2.scebtn6 {
	background: #8b8583;
}

.scebtn h2:hover.scebtn1,
.scebtn h2:hover.scebtn2,
.scebtn h2:hover.scebtn3,
.scebtn h2:hover.scebtn4,
.scebtn h2:hover.scebtn5,
.scebtn h2:hover.scebtn6 {
	background: #fff;
	border: #7e6b5a 3px solid;
	color: #656565;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

@media (max-width:650px) {
	.scebtn {
		padding: 0 120px;
	}
}

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

@media (max-width:550px) {
	.scebtn {
		padding: 0 60px;
	}
}

@media (max-width:480px) {
	.scebtn {
		padding: 0 25px;
	}
}

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

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

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

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

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

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

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

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

.scebox:hover {
	cursor: pointer;
}

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

.scebox_hot {
	padding: 0 80px;
}

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

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

.scetag1 {
	background: #d85a51;
}

.scetag2 {
	background: #80a076;
}

.scetag3 {
	background: #89b5cb;
}

.scetag4 {
	background: #8dcfca;
}

.scetag5 {
	background: #b7ad6f;
}

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

.sceimg img {
	margin: 0 auto;
}

.scep p {
	color: #616161;
}

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

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

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

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

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

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

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

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

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


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

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

@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: 2%;
    right: 8px;
	cursor:pointer;
	display:none;
	z-index:9;
	transition:.3s ease-in-out;
}
	#gotop:hover {
		transform:scale(.9);
	}
	@media screen and (max-width:500px) {
		#gotop {
			width:15%;
		}
		#gotop img {
			width:100%;
		}
	}
/*carousel-fade*/
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,  
.carousel-fade .carousel-inner .active.left,  
.carousel-fade .carousel-inner .active.right {
   opacity: 0;
}
.carousel-fade .carousel-inner .active,  
.carousel-fade .carousel-inner .next.left,  
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,  
.carousel-fade .carousel-inner .prev,  
.carousel-fade .carousel-inner .active.left,  
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
/***loading***/
#loading {
	position: fixed;
    top: 0;
    left: 0;
    background:rgba(255, 255, 255, 1);
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}
	.load {
		position:fixed;
		top:45%;
		left:50%;
		transform:translate(-50%,-50%);
	}
		.load img {
			max-width:100%;
		}
		@media screen and (max-width: 430px) {
			.load {
				width:80%;
			}
		}
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*---header-------------------------------------------------------------------------------------------------------------------------------*/
header {
	position:relative;
	background: url(../../images/mask.png) top center no-repeat,rgba(30,20,11,.65);
	background-size:cover;
	height:100vh;
	width:100%;
}
	header a {
		width:100%;
		height:100%;
	}
	/*dex*/
	.dex {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100vh;
		z-index:-100;
	}
	.carousel {
	}
		/*item*/
		.item {
			background: url(../../flash/dex1.jpg) top center no-repeat;
			background-size:cover;
			width:100%;
			height:100vh;
		}
		.carousel .item:nth-of-type(2) {
			background: url(../../flash/dex2.jpg) top center no-repeat;
			background-size:cover;
		}
		.carousel .item:nth-of-type(3) {
			background: url(../../flash/dex3.jpg) top left no-repeat;
			background-size:cover;
		}
		.carousel .item:nth-of-type(4) {
			background: url(../../flash/dex4.jpg) top center no-repeat;
			background-size:cover;
		}
	/*ilogo*/
	.ilogo {
		text-align:center;
		position:absolute;
		bottom: 12em;
		left: 15em;
	}	
		.ilogo img {
			max-width:100%;
			display:block;
			margin:0 auto;
		}
		img.poem {
			padding:35px 0 65px 0;
		}
		.scroll {
		}
			.scroll img {
			}
			img.arrow {
				animation:smove 1.5s infinite alternate;
			}
			@keyframes smove {
				0% {
					transform: translateY(10px);
					opacity:0;
				}
				100% {
					transform: translateY(30px);
					opacity:1;
				}
			}
/*---navbar-------------------------------------------------------------------------------------------------------------------------------------*/
.navbar {
	position:fixed;
	top:2%;
	left:1%;
	width:175px;
	z-index:100;
	min-height:auto;
	border:0px;
	margin:0;
	border-radius:0px;
	mix-blend-mode: difference;
    color: #fff;
}
	/*menu*/
	.menu {
		display:inline-block;
		cursor:pointer;
		padding-right:4%;
		font-size:13px;
		text-align:left;
		line-height:25px;
		vertical-align:bottom;
	}
		.menu span {
			height:2px;
			background: #fff;
			width:36px;
			display:block;
			mix-blend-mode: difference;
		}
			.menu span:nth-of-type(2) {
				width:41px;
				margin:8px 0;
			}
	/*language*/
	.language {
		display:inline-block;
		position:relative;
		border: 2px #fff solid;
		padding: 2px 10px;
		vertical-align:bottom;
		mix-blend-mode: difference;
		color: #fff;
	}
		.switch {
			font-weight: lighter;
			font-size:12pt;
		}
			.switch img {
				display:none;
			}
		.fa {
			padding-left: 4px;
		}
	/*#google_translate_element*/
	#google_translate_element {
		display:inline-block;
		vertical-align:top;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		opacity: 0;
		width: 100%;
	}
	.goog-te-gadget {
		font-size:0 !important;
	}
	.goog-logo-link {
		display:none;
	}
	.goog-te-combo {
		cursor:pointer;
	}
	.goog-te-gadget .goog-te-combo {
		padding:8px 0;
		margin:0 !important;
		width:100%;
	}
	select {
		font-size: 10pt;
	}
/*navbar_inner*/
.navbar_inner {
	position: fixed;
	height:auto;
	width:430px;
	background:rgba(245,245,245,.95);
	top:0;
	left:0px;
	padding:4em 4em 5em;
	transition:.5s linear;
	transform: translateX(-430px);
	z-index:110;
	text-align:center;
	box-shadow: 2px 2px 8px rgba(0,0,0,.1);
	max-height:100vh;
	overflow-y:scroll;
}
	.navbar_inner img {
		max-width:100%;
	}
/*navinnershow*/
.navinnershow {
	transform: translateX(0px);
}
	/*off*/
	.off {
		position:absolute;
		top:0;
		right:0;
		opacity:1;
		transition:.2s linear;
		cursor:pointer;
	}
		.off:hover {
			opacity:.8;
		}
	/*navlogo*/
	.navlogo {
	}
		.navlogo:hover {
			animation:light 1.2s linear;
		}
	/*menu_deco*/
	.menu_deco {
		padding:2em 0;
	}
	/*ibutton*/
	.ibutton {
	}
		.ibutton ul {
			text-align:center;
		}
			.ibutton li {
				display:block;
				padding-bottom:10%;
			}
				.ibutton li:hover {
					animation:light 1.2s linear;
					-webkit-filter: drop-shadow(2px 2px 2px #9b8776);
				}
				@keyframes light {
					0% {
						opacity:.4;
					}
					100% {
						opacity:1;
					}
				}
	/*home*/
	.home {
	}
		.home:hover {
			animation:light 1.2s linear;
		}
/*deco_find*/
.deco_find {
	text-align:left;
	padding: 512px 2em 2em 0;
	position:relative;
}
	.deco_find img {
		max-width:80%;
	}
	/*dex2*/
	.dex2 {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:-1;
		display:none;
	}
/*---inews------------------------------------------------------------------------------------------------------------------------------------*/
.inews {
	background:url(../../images/pattern.png) repeat;
	text-align:center;
	padding:5px 0em 2em;
}
	.inewstable {
		padding:0 18em;
	}
	@media screen and (max-width: 1580px)  {
		.inewstable {
			padding:0 7em;
		}
	}
	@media screen and (max-width:700px)  {
		.inewstable {
			padding:0 2em;
		}
	}
hr {
	background:#d6cac0;
	height:3px;
	margin:0;
}
/*inews_title*/
.inews_title {
	padding:3em 0;
}
	.inews_title img {
		max-width:60%;
	}
/*newstable*/
.newstable {
	text-align:left;
	width:80%;
	margin:0 auto;
}
	.newstable table {
		width:100%;
	}
	.newstable a {
		display:inline-block;
	}
	.newstable img {
		max-width:100%;
	}
button, html input[type=button], input[type=reset], input[type=submit] {
    background: #a52327;
    color: #fff;
    border-radius: 5px;
    border: 0px;
    width: 200px;
    padding: 10px 0;
    letter-spacing: 4px;
	transition:.3s ease-in-out;
	border: solid 2px #a52327;
	font-weight:bold;
	margin:1% 5px;
}
	button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
		 background:transparent;
		 color: #a52327;
	}
/******************************************/
.npic div {
    background: no-repeat center center;
}
.newslist_rwd .ntitle p {
    font-size: 17px;
    color: #763e3e;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 0px;
	text-align:left;
}
.newslist_rwd .ninfo p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
	color:#333333;
	text-align:left;
}
.newslist_rwd .ninfo {
    font-size: 14px;
    line-height: 16px;
	color:#a64d4d;
	text-align:right;
}
.nbox {
    margin: 0;
    padding: 0;
}
.nbox div {
    display: inline-block;
    float: left;
}
.nbox div:nth-child(2) {
    width: 100%-130px;
}

/*******/
.newslist_rwd {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
	.newslist_rwd:hover {
		animation:imgflash 1.2s ease-in-out;
	}
	.newslist_rwd a {
		display:inline-block;
	}
.newslist_rwd td {
    vertical-align: top
}
.newslist_rwd .npic {
    width: 30%;
}
.newslist_rwd .ntext {
    width: 70%;
	padding:3%;
}
.newslist_rwd .npic img {
    width: 120px;
    height: 120px;
	border-radius:100%;
}
.newslist_rwd .ntitle,
.newslist_rwd .ninfo {
    padding-bottom: 5px;
	display:block;
	width:100%;
}
.newslist_rwd .npicimg {
    min-width: 130px;
    min-height: 130px;
	border-radius:100%;
}
@media screen and (max-width: 1199px) {
    .newslist_rwd .npicimg {
        min-width: 113px;
        min-height: 113px;
    }
	.newslist_rwd .npic {
		width: 33%;
	}
	.newslist_rwd .ntext {
		width: 65%;
	}
}
@media screen and (max-width: 991px) {
   .newstable {
	   width:100%;
   }
}
@media screen and (max-width: 840px) {
   .newslist_rwd {
	   width:100%;
   }
   .newslist_rwd .npicimg {
		min-width: 130px;
		min-height: 130px;
	}
}
@media screen and (max-width: 480px) {
	.newslist_rwd .npicimg {
		min-height: 113px;
	}
	.newslist_rwd .npic {
		padding:2% 0;
	}
	.inews_title {
		padding: 2em 0 3em;
	}
	.newslist_rwd .npic {
		width: 30%;
	}
	.newslist_rwd .ntext {
		width: 70%;
	}
}
@media screen and (max-width: 425px) {
	.newslist_rwd .npicimg {
		min-height: 95px;
		min-width: 95px;
	}
}
@media screen and (max-width: 375px) {
	.inewstable {
		padding: 0 1em;
	}
}
/******************************************
******************************************
******************************************/
@media screen and (max-width: 1300px) {
	.navbar {
		left:2%;
	}
	.ilogo {
		left:6em;
		width:260px;
	}
	.deco_find {
		padding: 460px 2em 2em 0;
	}
}
@media screen and (max-width: 1024px) {
	.ilogo {
		left:2em;
		width:250px;
	}
	.deco_find {
		padding: 350px 2em 2em 0;
	}
}
@media screen and (max-width: 768px) {
	header {
		background-position-x: 15%;
	}
}
@media screen and (max-width: 600px) {
	.ilogo {
		width:220px;
		bottom:9em;
		left:5em;
	}
	img.poem {
		padding: 30px 27% 38px;
	}
	.scroll {
		padding: 0 33%;
	}
}
@media screen and (max-width: 500px) {
	.ilogo {
		width:200px;
		left:50%;
		transform:translateX(-50%);
	}
	.deco_find {
		padding: 150px 2em 2em 0;
	}
		.deco_find img {
			max-width: 90%;
		}
	.navbar {
		left: 3%;
		top:1%;
	}
	.navbar_inner {
		width:100%;
		padding: 3em 1em 5em;
		height:100%;
		transform: translateX(-500px);
	}
	.navinnershow {
		transform: translateX(0px);
	}
	.ibutton li {
		display: inline-block;
		width: 48%;
		padding: 0 5% 17%;
	}
	.menu {
		font-size:12px;
	}
	.menu span:nth-of-type(2) {
		margin:5px 0;
	}
	.switch {
		font-size:9pt;
	}
	.off {
		width:20%;
	}
	.dex2 {
		display:block;
	}
		.dex2 .carousel-inner,.dex2 .carousel-inner .item {
			height:100%;
		}
	.dex {
		display:none;
	}
	header {
		background: url(../../images/mask.png) top center no-repeat,#f1f1f1;
	}
}
@media screen and (max-width: 425px) {
	header {
		background-position-x: 6%,0;
	}
}
@media screen and (max-width: 375px) {
	.ilogo {
		bottom:6em;
	}
}
@media screen and (max-width: 350px) {
	.ilogo {
		bottom: 3em;
		width:188px;
	}
}
/*---about------------------------------------------------------------------------------------------------------------------------------------*/
/*mov*/
.mov {
	position:relative;
	text-align:right;
	background:url(../../images/video_mask.png) top right no-repeat;
	background-size:cover;
	min-height:930px;
	overflow:hidden;
}
	.mov_text {
		position: absolute;
		width: 400px;
		bottom: 11em;
		right: 30em;
	}
		.mov_text img {
			padding-bottom:6%;
			max-width:96%;
		}
		.mov_text span {
			display:block;
			color:#fff;
			text-align:left;
		}
	#bg_video {
		position:absolute;
		top:0;
		left:0;
		min-height:100%;
		min-width:100%;
		z-index:-5;
	}
/*about1*/
.about1 {
	background:url(../../images/about1_bg.png) top left no-repeat;
	background-size:cover;
	position:relative;
	text-align:right;
	padding:6em 0 3em 1em;
}
	/*about1_text*/
	.about1_text {
		display: inline-block;
		width: 22%;
		text-align: left;
		margin-right: -2%;
	}
		.about1_text img {
			padding-bottom:1%;
			max-width:100%;
		}
		.about1_text span {
			display:block;
			color:#fff;
		}
	img.a1_img {
		max-width:100%;
		width:65%;
	}
/*about2*/
.about2 {
	text-align:center;
	background:url(../../images/about2_bg.jpg) top center no-repeat;
	background-size:cover;
	position:relative;
	padding: 0 2em 6em;
}
	.about2 img {
	}
	.about2 img.a2img1 {
		margin: -8% 11% 0 0;
		width: 66.5%;
	}
	.about2 img.a2td {
		margin: -5% 1% 0 0;
		width: 15.5%;
	}
	.about2 img.a2img2 {
		margin: -2% 0 0 0;
		width: 43.5%;
		-webkit-filter: drop-shadow(3px 3px 3px rgba(51, 51, 51, .3));
		filter: drop-shadow(3px 3px 3px rgba(51, 51, 51, .3));
	}
	.about2 img.a2img3 {
		padding: 1% 0 0 0;
		margin: 0 -9% 0 0;
		width: 51%;
		-webkit-filter: drop-shadow(3px 3px 3px rgba(51, 51, 51, .3));
		filter: drop-shadow(3px 3px 3px rgba(51, 51, 51, .3));
	}
	@media screen and (max-width: 1440px) {
		.mov {
			min-height:900px;
			background-size:auto;
		}
		#bg_video {
			height:900px;
		}
		.mov_text {
			right: 9em;
		}
	}
	@media screen and (max-width: 1200px) {
		.mov {
			min-height:750px;
		}
		#bg_video {
			height:750px;
		}
		.mov_text {
			bottom: 8em;
			right: 5em;
		}
	}
	@media screen and (max-width: 1024px) {
		.mov {
			min-height: 550px;
			background-size:100%;
		}
		#bg_video {
			height:550px;
		}
		.mov_text {
			bottom: 3em;
			right: 2em;
			width:37%;
		}
		.about1_text {
			width:27%;
		}
		img.a1_img {
			width:68%;
		}
		.about2 img.a2img1 {
			margin: -11% 11% 0 0;
			width: 72%;
		}
		.about2 img.a2td {
			width:19%;
		}
		.about2 img.a2img2 {
			width: 53%;
		}
		.about2 img.a2img3 {
			padding: 2% 0 0 0;
			width: 64%;
		}
	}
	@media screen and (max-width: 768px) {
		.mov {
			background-size:cover;
		}
		.mov_text {
			width:44%;
		}
		.about1 {
			padding:4em 0 3em 1em;
		}
		.about1_text {
			width: 75%;
			margin: 0 17% 0 0;
		}
		.about1_text img {
			max-width:76%;
		}
		img.a1_img {
			width: 85%;
			padding-top: 3%;
		}
		.about2 {
			padding:0 2em 4em;
		}
		.about2 img.a2img1 {
			margin: -14% 11% 0 0;
			width: 80%;
		}
		.about2 img.a2td {
			width: 25%;
		}
		.about2 img.a2img2 {
			width: 65%;
		}
		.about2 img.a2img3 {
			width:83%;
		}
	}
	@media screen and (max-width: 600px) {
		.mov {
			min-height:450px;
		}
		#bg_video {
			height: 450px;
		}
		.mov_text {
			width: 65%;
			bottom:1em;
			right:1em;
		}
			.mov_text span {
				line-height:23px;
			}
		img.a1_img {
			max-width:90%;
		}
	}
	@media screen and (max-width: 500px) {
		.mov_text {
			width:85%;
		}
		.mov_text img {
			padding-bottom:3%;
		}
		.mov_text span {
			line-height:26px;
		}
	}
	@media screen and (max-width: 425px) {
		.about1 {
			padding: 2em 0 3em 1em;
		}
		.about1_text {
			width: 85%;
			margin: 0 10% 0 0;
		}
		img.a1_img {
			width:100%;
			max-width: 100%;
		}
		.about2 {
			padding: 0 1em 2em;
		}
		.about2 img.a2img1 {
			margin: -21% 0% 0 0;
			width: 100%;
		}
		.about2 img.a2td {
			width: 26%;
		}
		.about2 img.a2img2 {
			width: 70%;
		}
		.about2 img.a2img3 {
			width: 90%;
		}
		.mov {
			background:url(../../images/video_mask.png) top right no-repeat,url(../../flash/dexmob.jpg) top center no-repeat;
			background-size:cover;
		}
		#bg_video {
			display:none;
		}
	}
/*about3*/
.about3 {
	background:url(../../images/about3_bg.jpg) top center no-repeat fixed;
	background-size:cover;
	min-height:685px;
}
/*about4*/
.about4 {
	text-align:center;
	background:#f5f5f5;
	padding: 0 1em 7em;
}
	.about4 img:nth-of-type(1) {
		margin: -4% 0% 0 31%;
		position: relative;
		width:56%;
		z-index:2;
	}
	.about4 img:nth-of-type(2) {
		margin-top:-5%;
		width:66%;
	}
/*about5*/
.about5 {
	overflow-x:scroll;
}
	.about5 ul {
		width: 2304px;
	}
		.about5 li {
			display:inline-block;
			width:384px;
			vertical-align:top;
			float:left;
			cursor:pointer;
			position: relative;
			-webkit-filter: brightness(.7);
			filter: brightness(.7);
			transition:.2s ease;
		}	
			.about5 img {
				max-width:100%;
			}
			.about5 li:after {
				content:'+';
				font-size:40px;
				color:#fff;
				font-weight:bolder;
				position:absolute;
				top:50%;
				left:50%;
				transform:translate(-50%,-50%);
				text-shadow: 1px 1px 6px rgba(255, 255, 255, 0.8)
			}
			.about5 li:hover {
				-webkit-filter: brightness(1);
				filter: brightness(1);
			}
.modal-dialog {
    width: 900px;
    margin: 10vh auto;
}
.modal-header {
    padding: 0;
    border-bottom: 0px solid #e5e5e5;
}
.close {
    font-size: 28px;
    opacity: 1;
    width: auto;
	position: absolute;
    top: 0%;
    right: 0%;
    z-index: 5;
}
.modal-body {
	padding:10px;
}
	@media screen and (max-width:1500px) {
		.about3 {
			min-height:500px;
		}
		.about4 {
			padding:0 1em 5em;
		}
		.about4 img:nth-of-type(1) {
			width:60%;
		}
		.about4 img:nth-of-type(2) {
			width:71%;
		}
	}
	@media screen and (max-width:1250px) {
		.about3 {
			min-height:400px;
		}
		.about4 img:nth-of-type(1) {
			width:70%;
			margin: -4% 0% 0 19%;
		}
		.about4 img:nth-of-type(2) {
			width:78%;
		}
		.about5 ul {
			width: 1920px;
		}
		.about5 li {
			width:320px;
		}
	}
	@media screen and (max-width:960px) {
		.about3 {
			min-height:350px;
		}
		.about4 img:nth-of-type(1) {
			width: 80%;
			margin: -5% 0% 0 16%;
		}
		.about4 img:nth-of-type(2) {
			width:85%;
		}
		.modal-dialog {
			width:100%;
			max-width:90%;
		}
	}
	@media screen and (max-width:768px) {
		.about3 {
			min-height:350px;
		}
		.about4 {
			padding: 0 1em 4em;
		}
		.about4 img:nth-of-type(1) {
			width: 90%;
			margin: -6% 0% 0 8%;
		}
		.about4 img:nth-of-type(2) {
			width:90%;
			margin-top: -9%;
		}
		.about5 ul {
			width: 1260px;
		}
		.about5 li {
			width: 210px;
		}
	}
	@media screen and (max-width:500px) {
		.about3 {
			min-height: 250px;
			background-attachment: inherit;
		}
		.about4 {
			padding: 0 1em 2em;
		}
		.about4 img:nth-of-type(1) {
			width: 100%;
			margin: -6% 0% 0 0%;
		}
		.about4 img:nth-of-type(2) {
			width: 100%;
			margin-top: -3%;
		}
		.modal-dialog {
			margin: 15vh auto;
		}
		.modal-body {
			padding:5px;
		}
		.about5 ul {
			width: 100%;
		}
		.about5 li {
			width: 33.333333%;
		}
		.about5 li:after {
			font-size:28px;
		}
	}
	@media screen and (max-width:425px) {
		.about3 {
			min-height:180px;
		}
	}
/*---footer-------------------------------------------------------------------------------------------------------------------------------------*/
footer {
	border-top:solid 46px #1e140b;
	background:#fff;
	text-align:center;
}
	/*ft_top*/
	.ft_top {
		padding:4em 2em;
		width:80%;
		margin:0 auto;
	}
		/*ftlogo*/
		.ftlogo {
			display:inline-block;
			vertical-align:top;
			width:30%;
			text-align:left;
		}
			.ftlogo img {
				max-width:100%;
			}
		/*ftinfo*/
		.ftinfo {
			display:inline-block;
			vertical-align:top;
			width:30%;
			text-align:left;
		}
			.ftinfo img {
				max-width:100%;
				padding-bottom:5%;
			}
			.ftinfo ul {
			}
				.ftinfo li {
					color:#484848;
					font-size:14px;
					padding-bottom:2%;
				}
					.ftinfo li img {
						padding:0;
					}
		/*ftbtn*/
		.ftbtn {
			display:inline-block;
			vertical-align:top;
			width:30%;
			text-align:left;
		}
			.ftbtn img {
				max-width:100%;
				padding-bottom:5%;
			}
			.ftbtn ul {
			}
				.ftbtn li {
					display:inline-block;
					vertical-align:top;
					padding-right:3%;
					transition:.3s ease-in-out;
				}
					.ftbtn a {
					}
					.ftbtn li:hover {
						-webkit-filter: drop-shadow(3px 3px 1px #8f7b67);
						filter: drop-shadow(3px 3px 1px #8f7b67);
						transform:translateY(-3px);
					}
	/*ft_bottom*/
	.ft_bottom {
		border-top:solid 3px #1e140b;
		padding:15px 2%;
		text-align:center;
	}
		/*copyright*/
		.copyright {
			display:inline-block;
			vertical-align:top;
			width:45%;
			font-size:13px;
			line-height:20px;
		}
			.copyright a {
				display:inline-block;
				transition:.3s linear;
			}
				.copyright a:hover {
					color: #bc2738;
				}
		/*icon*/
		.icon {
			display:inline-block;
			vertical-align:top;
			width:45%;
			color:#231815;
		}
			.icon img {
				padding:0 5px;
			}
			.icon a {
				display:inline-block;
				color:#231815;
				transition:.3s linear;
			}
				.icon a:hover {
					transform:translateY(3px);
					opacity:.5;
				}
				@media screen and (max-width:1300px) {
					.ft_top {
						width:100%;
					}
				}
				@media screen and (max-width:1050px) {
					.ft_top {
						padding:5em 1em;
					}
					.ftlogo,.ftinfo {
						width:33%;
					}
				}
				@media screen and (max-width:890px) {
					.ft_top {
						padding: 2em 1em;
					}
					.ftlogo {
						width:100%;
						padding-bottom:2em;
						text-align:center;
					}
					.ftinfo,.ftbtn {
						width:45%;
						padding-left:9%;
					}
					.ft_bottom {
						padding:10px 1%;
					}
					.copyright,.icon {
						width:100%;
					}
				}
				@media screen and (max-width:768px) {
					.ftinfo, .ftbtn {
						width: 48%;
						padding-left: 9%;
					}
				}
				@media screen and (max-width:500px) {
					.ft_top {
						padding: 2em 1em 0;
					}
					.ftlogo {
						width:55%;
					}
					.ftinfo, .ftbtn {
						width: 100%;
						padding-left: 15%;
						padding-bottom:7%;
					}
					.ftinfo img,.ftbtn img {
						padding-bottom:3%;
						max-width: 30%;
					}
					.ftinfo li {
						padding:0;
					}
					.ftinfo li img {
						max-width:10%;
					}
					.ftbtn li img {
						max-width:80%;
						padding:1%;
					}
				}
				@media screen and (max-width:425px) {
					.ft_top {
						padding: 2em 0em 0;
					}
					.ftlogo {
						width: 50%;
						padding-bottom:1em;
					}
					.ftinfo, .ftbtn {
						padding-left:10%;
					}
					footer {
						border-top:solid 40px #1e140b;
					}
				}
/*---inbg--------------------------------------------------------------------------------------------------------------------------------------*/
.inbg {
	position: relative;
	text-align:center;
	min-height:700px;
	padding-bottom:3em;
}
.inbg_rguide {
	background:url(../../images/inbg_top.png) top right no-repeat,url(../../images/inbg_rguide.jpg) top center no-repeat fixed;
	background-size:auto,cover;
}
.inbg_room {
	background:url(../../images/inbg_top.png) top right no-repeat,url(../../images/inbg_room.jpg) top center no-repeat fixed;
	background-size:auto,cover;
}
.inbg_loc {
	background:url(../../images/inbg_top.png) top right no-repeat,url(../../images/inbg_loc.jpg) top center no-repeat fixed;
	background-size:auto,cover;
}
.inbg_sce {
	background:url(../../images/inbg_top.png) top right no-repeat,url(../../images/inbg_sce.jpg) top center no-repeat fixed;
	background-size:auto,cover;
}
.inbg_note {
	background:url(../../images/inbg_top.png) top right no-repeat,url(../../images/inbg_note.jpg) top center no-repeat fixed;
	background-size:auto,cover;
}
.inbg_news {
	background:url(../../images/inbg_top.png) top right no-repeat,url(../../images/inbg_news.jpg) top center no-repeat fixed;
	background-size:auto,cover;
}
	/*intitle*/
	.intitle {
		text-align:right;
		padding-bottom:40px;
	}
		.intitle img {
			max-width:95%;
		}
/*---rguide----------------------------------------------------------------------------------------------------------------------------------*/
.rguide {
	max-width:90%;
	margin:0 auto;
	width:1150px;
}
	/*rg_room*/
	.rg_room {
		position:relative;
		margin-bottom:30px;
		background:#130f10;
		transition:.3s linear;
		margin-right:30px;
	}
		.rg_room a {
			transition:.3s linear;
		} 
		/*rg_bg*/
		.rg_bg {
			width:65%;
			display:inline-block;
			position:absolute;
			top:0;
			left:0;
			height:100%;
			transition:.3s linear;
		}
			.rg_bg1 {
				background:url(../../images/rg_room1.jpg) top center no-repeat;
				background-size:cover;
			}
			.rg_bg2 {
				background:url(../../images/rg_room2.jpg) top center no-repeat;
				background-size:cover;
			}
			.rg_bg3 {
				background:url(../../images/rg_room3.jpg) top center no-repeat;
				background-size:cover;
			}
			.rg_bg4 {
				background:url(../../images/rg_room4.jpg) top center no-repeat;
				background-size:cover;
			}
			.rg_bg5 {
				background:url(../../images/rg_room5.jpg) top center no-repeat;
				background-size:cover;
			}
			.rg_bg6 {
				background:url(../../images/rg_room6.png) top center no-repeat;
				background-size:cover;
			}
		/*rg_title*/
		.rg_title {
			float:right;
			width:35%;
			background:#130f10;
			text-align:center;
			padding:4em 2em 5em;
		}
			.rg_title h2 {
				display:inline-block;
				color:#fff;
				border-bottom:solid 3px #c3a48b;
				font-weight: normal;
				font-size: 35px;
				letter-spacing: 4px;
				font-family: initial;
			}
			.rg_title img {
				max-width:80%;
				display:block;
				margin:0 auto;
			}
			/*view*/
			.view {
				margin-top:2em;
			}
				.line {
					height:70px;
					width:1px;
					background:#c3a48b;
					margin:0 auto;
				}
				.btn {
					color:#fff;
					border:solid 1px #fff;
					display: inline-block;
					padding: 14px 30px;
					border-radius:0px;
					transition:.3s linear;
				}
				/*2n+0*/
				.rg_room:nth-of-type(2n+0) {
					margin-right:0px;
					margin-left:30px;
				}
				.rg_room:nth-of-type(2n+0) .rg_bg {
					left:inherit;
					right:0;
				}
				.rg_room:nth-of-type(2n+0) .rg_title {
					float:left;
				}
				/*hover*/
				.rg_room:nth-of-type(2n+0):hover {
					box-shadow: -3px 3px 15px rgba(255, 255, 255,.5);
					transform: translate(3px,-3px);
				}
				.rg_room:hover {
					box-shadow: 3px 3px 15px rgba(255, 255, 255,.5);
					transform: translate(-3px,-3px);
				}
				.rg_room a:hover .btn {
					color:#130f10;
					background:#fff;
				}
				@media screen and (max-width:1024px) {
					.inbg {
						background-size: 95%,cover;
					}
					.rg_title {
						padding:2em 2em 4em;
					}
				}
				@media screen and (max-width:900px) {
					.intitle {
						padding-bottom:30px;
					}
				}
				@media screen and (max-width:800px) {
					.rg_bg {
						width:60%;
					}
					.rg_title {
						width:40%;
					}
					.line {
						height:60px;
					}
					.rg_room {
						margin-right:20px;
					}
					.rg_room:nth-of-type(2n+0) {
						margin-right:0px;
						margin-left:20px;
					}
				}
				@media screen and (max-width:650px) {
					.rg_bg {
						width: 100%;
						position: relative;
						min-height: 250px;
						background-position: bottom;
					}
					.rg_title {
						width: 100%;
						padding: 1em 2em 2em;
					}
						.rg_title h2 {
							margin:0 0 2%;
						}
						.view {
							margin-top: 1em;
						}
						.line {
							height: 50px;
						}
				}
				@media screen and (max-width:500px) {
					.inbg {
						background-attachment:inherit;
					}
					.rg_bg {
						min-height:200px;
					}
					.rg_title h2 {
						font-size:28px;
					}
					.rg_title img {
						max-width:46%;
					}
					.btn {
						font-size:12px;
						padding:12px 30px;
					}
					.line {
						height: 35px;
					}
					.rg_room {
						margin-right: 10px;
						border: solid 1px rgba(203, 203, 199, 0.5);
					}
					.rg_room:nth-of-type(2n+0) {
						margin-right:0px;
						margin-left:10px;
					}
					.rg_title {
						padding: 0em 2em 1em;
					}
				}
				@media screen and (max-width:430px) {
					.intitle {
						padding-bottom:20px;
						overflow:hidden;
					}
					.intitle img {
						max-width: 112%;
						transform: translateX(23%);
					}
				}
/*---inner------------------------------------------------------------------------------------------------------------------------------------*/
.inner {
	width:1420px;
	margin:0 auto;
	max-width:90%;
	background: url(../../images/in_pattern.png) repeat;
	min-height:500px;
	text-align:center;
	padding:4em 6em;
	position:relative;
}
	.inner:after {
		content:'';
		position:absolute;
		top:120px;
		left:0;
		background:url(../../images/in_line.png) top left no-repeat;
		background-size:auto;
		width:86px;
		height:72px;
	}
/*---room----------------------------------------------------------------------------------------------------------------------------------------*/
/*rmbt*/
.rmbt {
	display:inline-block;
	vertical-align:top;
	width:16%;
	padding:2% 1% 0 0;
	text-align:left;
	position:relative;
}
	.rmbt h3 {
		color: #202020;
		font-size: 70px;
		border-bottom: solid 5px;
		letter-spacing: 4px;
		display: inline-block;
		margin-top:0;
	}
	.rmbt img {
		max-width:100%;
	}
	.rmbt ul {
		list-style: unset;
		padding:1em 0 2em 8%;
		min-height:400px;
	}
		.rmbt li {
			list-style-position: outside;
		}
	img.rm_deco {
		max-width:100%;
	}
/*wowslider-container1*/
#wowslider-container1 {
	display: inline-block;
    vertical-align: top;
    width: 80%;
	box-shadow: 3px 3px 10px rgba(0,0,0,.5);
}
/*rm_pic*/
.rm_pic {
	display: inline-block;
    vertical-align: top;
    width: 33%;
    padding:2em 1% 0 0;
}
	.rm_pic img {
		max-width:100%;
	}
	.rm_btn {
		padding-top:20px;
	}
		.rm_btn a {
		}
		.rm_btn a:hover {
			animation:imgflash 1.2s ease-in-out;
		}
		@keyframes imgflash {
			0% {
				opacity:.5;
			}
			100% {
				opacity:1;
			}
		}
/*roombs*/
.roombs {
	display: inline-block;
    vertical-align: top;
    width: 65%;
    padding:2em 0 0 1%;
}
	.roomb {
		padding-bottom:5em;
	}
	.roomb2 {
		padding:0;
	}
		.rmb_title {
			color:#202020;
			font-size:22px;
			text-align:left;
			letter-spacing:3px;
			padding-bottom:1em;
		}
		.rmb_title img {
			max-width:100%;
		}
table.rp {
	width:70%;
	line-height: 20px;
}
	table.rp tr:first-of-type {
		border-bottom:solid 1px #000;
		border-top:solid 1px #000;
		font-weight:bolder;
	}
	table.rp tr td:first-of-type {
		text-align:left;
		font-weight:bolder;
	}
	table.rp tr td {
		padding:2% 3%;
	}
	@media screen and (max-width:1440px) {
		.rmbt ul {
			min-height:300px;
		}
	}
	@media screen and (max-width:1200px) {
		.rmbt ul {
			min-height:200px;
		}
		.rmbt h3 {
			font-size:60px;
		}
		#wowslider-container1 {
			width:82%;
		}
		table.rp {
			width:80%;
		}
	}
	@media screen and (max-width:1024px) {
		.inner {
			padding:3em 5em;
		}
		.inner:after {
			background-size: cover;
			width: 60px;
			height: 65px;
		}
		.rmbt ul {
			padding: 1em 0 2em 15%;
		}
		.rmbt h3 {
			letter-spacing:0;
		}
	}
	@media screen and (max-width:900px) {
		.inner {
			padding: 2em 5em;
		}
		.rmbt {
			width:100%;
			padding:0;
		}
		.rmbt img {
			display:block;
		}
		.rmbt ul {
			padding: 1em 0 1em 3%;
			min-height: auto;
		}
		img.rm_deco {
			position:absolute;
			bottom:2%;
			right:0;
			width:20%;
		}
		#wowslider-container1 {
			width: 100%;
			margin-top: 2%;
		}
		.rm_pic {
			width: 100%;
			padding: 1em 22em 0 0;
			text-align: left;
		}
		.rm_btn {
			padding-top: 10px;
		}
		.roombs {
			width: 100%;
			padding: 2em 0 0 0%;
		}
		.rmb_title {
			padding-bottom:2%;
		}
		.roomb {
			padding: 1em 0 4em;
		}
		table.rp {
			width:100%;
		}
			table.rp tr td {
				padding: 1.5% 1%;
			}
	}
	@media screen and (max-width:768px) {
		.inner {
			padding: 2em 3em 2em 4em;
		}
		.inner:after {
			width: 45px;
			height: 50px;
			top: 70px;
		}
		.rm_pic {
			padding: 1em 17em 0 0;
		}
		.roomb {
			padding: 1em 0 3em;
		}
	}
	@media screen and (max-width:600px) {
		.inner:after {
			width: 25px;
			height: 35px;
		}
		.inner {
			padding: 1em 2em 1em 2em;
		}
		.rm_pic {
			padding: 1em 10em 0 0;
		}
		.roomb {
			padding: 0em 0 3em;
		}
		.rmbt h3 {
			font-size: 50px;
		}
	}
	@media screen and (max-width:430px) {
		.inner {
			padding: 1em 1em 1em 1em;
			max-width:100%;
		}
		.rmbt {
			padding-left:5%;
		}
		.rmbt h3 {
			font-size: 40px;
		}
		.rmbt ul {
			padding: 1em 0 0em 5%;
		}
		.rm_pic {
			padding: 1em 7em 0 0;
		}
		.rmb_title {
			font-size:18px;
		}
		.roomb {
			font-size:14px;
		}
	}
table.rn {
	text-align:left;
}
	table.rn td {
		display:inline-block;
	}
	table.rn span {
		display:inline-block;
	}
/*---notice---------------------------------------------------------------------------------------------------------------------------------*/
.notice {
	width:70%;
	margin:0 auto;
}
	.note {
		padding-bottom:3em;
	}
		.note img {
			max-width:80%;
			padding-bottom:1em;
		}
		@media screen and (max-width:1300px) {
			.notice {
				width:90%;
			}
		}
		@media screen and (max-width:830px) {
			.notice {
				width:100%;
			}
		}
		@media screen and (max-width:500px) {
			.note img {
				max-width:90%;
			}
		}
		@media screen and (max-width:430px) {
			.note {
				padding-bottom: 2em;
			}
			.note img {
				max-width:100%;
			}
		}
/*---icons----------------------------------------------------------------------------------------------------------------------------------*/
.icons {
}
	.icons ul {
		list-style:none;
	}
	.icons li {
		margin: 5px 5px;
		display:inline-block;
		vertical-align:top;
		width: 16%;
		background:transparent;
		border-radius: 0px;
		padding: 5px 0 8px;
		text-align:center;
		border: 1px solid #373737;
	}
		.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: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 {
	text-align:left;
}
	.r_icons ul {
		list-style:none;
	}
	.r_icons li {
		width:14%;
	}
	@media screen and (max-width:1024px) {
		.r_icons li {
			width:16%;
		}
	}
	@media screen and (max-width:900px) {
		.r_icons li {
			width:14%;
		}
	}
	@media screen and (max-width: 765px) {
		.r_icons li {
			width: 16%;
		}
	}
	@media screen and (max-width:580px) {
		.r_icons li {
			width: 21%;
		}
	}
	@media screen and (max-width:480px) {
		.r_icons li {
			width: 23%;
			margin:5px 0;
		}
	}
	@media screen and (max-width:440px) {
		.r_icons li {
			width: 30%;
			margin: 5px 3px;
			padding:5px;
		}
		.r_icons li img {
			padding:0 20px;
		}
	}
	@media screen and (max-width:360px) {
		.r_icons li {
			width: 31%;
			margin: 5px 0px;
		}
		.r_icons li img {
			padding:0 12px;
		}
	}
/*--note_icons--------------------------------------------------------------------------------------------------------------------------------*/
.note_icon {
	padding:0;
	text-align:left;
}
	.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:945px) {
			.note_icon li {
				width:14%;
			}
			.icons li span {
				font-size:12px;
			}
		}
		@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.3333333%;
			}
		}
		@media screen and (max-width:400px) {
			.note_icon li {
				width:31%;
				padding:6px;
			}
		}
/*---loc-----------------------------------------------------------------------------------------------------------------------------------*/
iframe {
	border: solid 6px #474747;
	width:1235px;
	margin:0 auto;
	max-width:90%;
}
	@media screen and (max-width:650px) {
		iframe {
			height:500px;
		}
	}
	@media screen and (max-width:425px) {
		iframe {
			height:400px;
		}
	}
/*route*/
.route {
	color: #fff;
    text-align: left;
    width: 1220px;
    margin: 0 auto;
    max-width: 85%;
	letter-spacing:2px;
}
/*rinfo*/
.rinfo {
	text-align:left;
	padding:4% 0 0 0%;
}
	.rinfo ul {
	}
		.rinfo li {
		}
			.rinfo li span {
				display:inline-block;
				vertical-align:top;
			}
			.rinfo li span:nth-of-type(1) {
			}
			.rinfo li span:nth-of-type(2) {
				width:75%;
			}
	















