/*--------------copyright by alva start-------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
	letter-spacing: 2px;
	font-size: 16px;
	color: #000000;
	font-family:'Libre Baskerville','Noto Serif TC',sans-serif;
	overflow-x: hidden;
	background:#fff;
	font-weight:400;
}
ol, ul {
	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;
}
td {
	vertical-align: top;
}
a {
	display: block;
	color: #333;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	color: #333;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
}
::selection {
	background: #a0bed5;
	color: #fff;
}
.clear {
	clear:both;
}
.h1, .h2, .h3, h1, h2, h3 {
	line-height: 1.3;
}
/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
header {
	position: relative;
}
/***logo_block***/
.logo_block {
	margin-top: 50px;
}
.dex_deco {
	position: absolute;
	top: 125px;
	left: 0;
}
.logo {
	padding: 0 1em 0 10em;
    text-align: left;
}
img.ilogo {}
.logo_block h1 {
	font-size: 185px;
	background: url(../../images/text_clip.jpg) no-repeat left bottom;
	background-size: cover;
	text-align: center;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	line-height: 1;
    text-align: left;
	padding: .2em 0 0;
	overflow: hidden;
}
.logo_block h1 span {
	display: block;
}
.logo_block h1 span:nth-of-type(2) {
	padding-left: 1.2em;
    line-height: .5;
}
.logo_block h1 span:nth-of-type(3) {
	padding-left: .5em;
}
.scroll {
	display: inline-block;
	position: relative;
}
.scroll a {
	color: #6185a1;
	padding-left: 6em;
}
.scroll a span {
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr ;
	display: inline-block;
}
.scroll a .line {
	display: inline-block;
	vertical-align: middle;
	height: 104px;
	width: 1px;
	background: #6185a1;
	position: relative;
	margin: 0 .5em;
}
.scroll a .line:after {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: solid 1px #6185a1;
	position: absolute;
	top: 5px;
	left: -5px;
	transition:1s cubic-bezier(0.76, 0, 0.24, 1);
}
.scroll a:hover .line:after {
	transform: translateY(80px);
}
.scroll a p {
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: bottom;
}
img.stone {}
img.scroll_c {
	position: absolute;
    right: -8em;
    bottom: 8em;
}
.dex {
	position: relative;
}
p.dex_text {
	color: #fff;
    position: absolute;
    top: 40%;
    right: 10%;
    width: 270px;
    text-align: left;
    font-size: 16px;
}
#outputwave {
	position: absolute;
    top: 20px;
    right: 0;
    z-index: -1;
	width: 73vw;
    height: 90vh;
}
.plane img {
    display: none;
}
@media screen and (max-width: 1460px) {
	.logo_block h1 {
		font-size: 150px;
	}
	#outputwave {
		width: 75vw;
	}
	.logo {
		padding: 0 1em 0 6em;
	}
	.dex_deco {
		width: 6%;
	}
	img.ilogo {
		width: 17vw;
	}
	img.stone {
		width: 8vw;
	}
	img.scroll_c {
		right: -5em;
		bottom: 4em;
		width: 10vw;
	}
}
@media screen and (max-width: 1280px) {
	#outputwave {
		height: auto;
	}
	.logo_block h1 {
		font-size: 125px;
	}
	.scroll a {
		padding-left: 3em;
		font-size: 16px;
	}
}
@media screen and (max-width: 991px) {
	.logo {
		padding: 0 1em 0 4em;
	}
	.logo_block h1 {
		font-size: 100px;
	}
	p.dex_text {
		right: 3em;
	}
}
@media screen and (max-width: 800px) {
	.logo {
		padding: 0 1em 0 3em;
	}
	img.ilogo {
		width: 148px;
	}
	.logo_block h1 {
		font-size: 80px;
	}
	#outputwave {
		min-height: auto;
		height: auto;
		top: 6em;
	}
	.logo_block {
		margin-top: 1em;
	}
	.scroll a {
		font-size: 13px;
	}
	p.dex_text {
		right:1em;
		font-size: 14px;
		width: 235px;
	}
}
@media screen and (max-width: 650px) {
	img.ilogo {
		width: 130px;
	}
	.logo {
		padding: 0 1em 0 2em;
	}
	.logo_block h1 {
		font-size: 72px;
	}
	p.dex_text {
		right: 1em;
		font-size: 12px;
		width: 206px;
		top: 19em;
	}
}
@media screen and (max-width: 550px) {
	img.ilogo {
		width: 148px;
	}
	.logo_block h1 {
		font-size: 67px;
	}
	.scroll a {
		font-size: 12px;
		padding-left: 1em;
	}
	#outputwave {
		top: 7em;
		width: 80vw;
	}
	.scroll a .line {
		height: 70px;
		vertical-align: top;
	}
	.scroll a:hover .line:after {
		transform: translateY(48px);
	}
	.scroll a p {
		display: block;
	}
	img.scroll_c {
		right: -3em;
		bottom: 1.5em;
	}
}
@media screen and (max-width: 450px) {
	.logo_block h1 {
		font-size: 60px;
		padding: .1em 0 .2em;
	}
	p.dex_text {
		top: inherit;
		bottom: -.5em;
		color: #6185a1;
	}
	.scroll a {
		padding-left: 0em;
		padding-bottom: .5em;
	}
}
@media screen and (max-width: 380px) {
	p.dex_text {
		bottom: 1.5em;
	}
}
@media screen and (max-width: 350px) {
	.logo_block {
		margin-top: 1em;
	}
	.logo_block h1 {
		font-size: 50px;
		padding: .1em 0 .3em;
	}
	.logo {
		padding: 0 1em;
	}
	img.scroll_c {
		right: -2em;
	}
	.scroll a .line {
		height: 60px;
	}
	.scroll a:hover .line:after {
		transform: translateY(35px);
	}
	p.dex_text {
		bottom:0em;
	}
}
/*---main---------------------------------------------------------------*/
.main {
	position: relative;
}
/***about***/
.about {
	background: url(../../images/abt_bg.jpg) top center no-repeat fixed;
	background-size: cover;
	position: relative;
	text-align: right;
}
.about:after {
	content: "";
	background: rgba(97,133,161,.35);
	width: 93%;
	height: 32vh;
	position: absolute;
	left: 0;
	bottom: 0;
}
/*abt_lt*/
.abt_lt {
	display: inline-block;
	vertical-align: bottom;
	text-align: right;
	position: relative;
	z-index: 3;
	padding: 0 0 2em 2em;
	width: 50%;
}
.inews {
	text-align: left;
}
.inews_tit {
	font-size: 24px;
	text-align: right;
	background: url(../../images/inews_bg.png) top left no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	padding: 2em 2em 1em 1em;
    line-height: 1;
}
.inews_tit span {
	display: block;
	font-size: 22px;
}
.inews_list {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	min-height: 80px;
	padding: 1em;
}
.inews_list a {
	color: #000;
}
img.vacation {
	position: relative;
    right: -2.5em;
}
/*abt_text*/
.abt_text {
	display: inline-block;
	vertical-align: bottom;
	background: #fff;
	text-align: center;
	padding: 2em 10em 2em 2em;
	position: relative;
	width: 44%;
}
.abt_text:after {
	content: "";
	background: url(../../images/abt_block.png) bottom right no-repeat;
	background-size: contain;
	width: 345px;
	height: 610px;
	position: absolute;
	bottom: 0;
	left: -344px;
}
.abt_text h5 {
	color: #6185a1;
	font-size: 180px;
	line-height: 1;
	position: relative;
	font-style: italic;
}
.abt_text h5 img {
	position: absolute;
	top: 0em;
	right: .4em;
}
.abt_text p {
	color: #604c3f;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-align: left;
    display: block;
    width: 85%;
    margin: 0 auto;
    line-height: 3;
	padding-top: 2em;
}
.abt_text p span {
	display: block;
	font-size: 30px;
	font-weight: 700;
	margin-top: -.5em;
	line-height: 1.5;
}
img.deco_back {
	position: relative;
    top: -5em;
}
.thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 0;
    line-height: 0;
    background-color: transparent;
    border: 0px solid #ddd;
    border-radius: 0px;
}
img.abt_img {
	position: relative;
	z-index: 3;
}
/***side_menu***/
.side_menu {
	position: absolute;
	top: 1em;
	right: .5em;
	z-index: 999;
}
.side_tp {
	position: fixed;
	top: 1em;
	right: .5em;
}
.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: .5em;
    border: 0px solid transparent;
	border-radius: 0;
}
.menu {
	background: #604c3f;
	border-radius: 100%;
	transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	width: 87px;
	height: 87px;
	transition-delay: .01s;
}
.menu_layer {
	border-radius: 100%;
	width: 87px;
	height: 87px;
	text-align: center;
	padding: 0 20px;
	text-align: left;
	cursor: pointer;
	position: relative;
	z-index: 1005;
}
.menu span {
	display: block;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.menu.mibutton_ani {
	z-index: 50;
	transform: translateX(-21em);
	border-radius: 50px 0 0 50px;
}
.moveleft {
	transform: translateX(-21em);
}
.mibutton_ani span {
	opacity:1;
}
.menu span:nth-of-type(1) {
	font-size: 14px;
	color: #b0c2d0;
	padding: 1.7em 0 .2em;
	letter-spacing: 0px;
}
.menu span:nth-of-type(1):after {
	content: "close";
    position: absolute;
    top: 1.2em;
    left: 50%;
    transform: translateX(-50%);
    background: #604c3f;
    font-size: 16px;
    padding: 0 10px;
	opacity: 0;
}
.menu span:nth-of-type(2) {
	background: #fff;
	height: 1px;
	width: 100%;
}
.menu span:nth-of-type(3) {
	background: #fff;
	height: 1px;
	width: 55%;
	margin-top: .5em;
}
.mibutton_ani span:nth-child(1):after {
	opacity:1;
}
.mibutton_ani span:nth-child(2) {
	-webkit-transform:rotate(25deg);
			transform:rotate(25deg);
	-webkit-transform-origin:left;
			transform-origin:left;
			background:rgb(255, 255, 255);
			height: 1px;
			width: 90%;
}
.mibutton_ani span:nth-child(3) {
	-webkit-transform:rotate(-25deg);
			transform:rotate(-25deg);
	-webkit-transform-origin:right;
			transform-origin:right;
			background: rgb(255, 255, 255);
			width: 90%;
			margin-top: 0;
			height: 1px;
}
.ibutton {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2em 0 3em;
	overflow-y: auto;
	background: #604c3f;
	width: 355px;
    border-radius: 0 0 0 50px;
	transform: translateX(105%);
	transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	max-height: 90vh;
	box-shadow: -3px 3px 3px rgb(0 0 0 / 10%);
	z-index: -1;
}
.showon {
	transform: translateX(5%);
}
.menulogo {
	position: fixed;
	top: 2em;
	left: 2em;
	opacity: 0;
	z-index: 999;
	transition: .3s cubic-bezier(0.25, 1, 0.5, 1);
}
.menulogo a {
	display: inline-block;
	position: relative;
	transition: .3s ease all;
}
.menulogo a:hover {
	opacity: .7;
}
.ibutton ul {
    text-align: left;
    padding: 2em 0 2em;
}
.ibutton li {
	padding: .3em 0;
}
.ibutton li a {
	color: #fff;
	position: relative;
	padding: 1em 2.5em;
	transition: .3s ease all;
}
.ibutton h6 {
	font-size: 25px;
	font-style: italic;
	display: inline-block;
	vertical-align: bottom;
	transition: .3s ease all;
}
.ibutton h6 img {
	vertical-align: middle;
}
.ibutton a p {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	font-size: 18px;
	background: url(../../images/ibtn_line.png) center bottom no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 1em;
    right: 1.5em;
    padding: 1em 2em .5em 3em;
	transition: .3s ease all;
}
.ibutton li a:hover {
	background: rgba(255,255,255,.1);
}
.btns {
	text-align: center;
	transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	transition-delay: .0.1s;
}
.btns li {
	padding-bottom: .5em;
}
.btns a {
	width: 70px;
	height: 70px;
	background: #a0bed5;
	border-radius: 100%;
	margin: 0 auto;
	position: relative;
	font-size: 14px;
    letter-spacing: 1px;
	line-height: 1;
	transition: .3s ease all;
}
.btns a img {
	padding: 7px 0 3px;
	transition: .3s ease all;
}
.btns a p:nth-of-type(1) {
	color: #000;
	transition: .3s cubic-bezier(0.83, 0, 0.17, 1);
	transform: translateY(0px);
}
.btns a p:nth-of-type(2) {
	position: absolute;
    bottom: 0em;
    letter-spacing: 0px;
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
	opacity: 0;
	transition: .3s cubic-bezier(0.83, 0, 0.17, 1);
}
.btns a:hover {
	background: rgb(160 190 213 / 70%);
}
.btns a:hover img {
	opacity: .7;
}
.btns a:hover p:nth-of-type(2) {
	bottom: 1em;
	opacity: 1;
}
.btns a:hover p:nth-of-type(1) {
	opacity: 0;
	transform: translateY(-10px);
}
@media screen and (max-width: 1580px) {
	.abt_lt {
		width: 45%;
	}
	.abt_text {
		width: 50%;
	}
	.abt_text h5 {
		font-size: 155px;
	}
}
@media screen and (max-width: 1360px) {
	.abt_text h5 {
		font-size: 120px;
	}
	.abt_text h5 img {
		right: .5em;
		width: 140px;
	}
	.abt_text p {
		line-height: 2.5;
	}
}
@media screen and (max-width: 1200px) {
	.abt_text p {
		line-height: 2;
	}
	.menu_list h6 {
		font-size: 85px;
	}
}
@media screen and (max-width: 1065px) {
	.menu.mibutton_ani div {
		transform: translateY(0);
	}
	.about {
		background-attachment: inherit;
	}
	.abt_lt {
		width: 100%;
		padding: 2em;
	}
	.inews {
		text-align: left;
		width: 800px;
		margin: 0 auto;
		max-width: 100%;
		padding: 3em 0;
	}
	.abt_text {
		width: 100%;
		padding: 5em 2em 2em 2em;
	}
	.abt_text:after {
		display: none;
	}
	.abt_text h5 {
		font-size: 120px;
		width: 460px;
		margin: 0 auto;
		max-width: 100%;
	}
	.abt_text p {
		line-height: 2.6;
		width: 460px;
		margin: 0 auto;
		max-width: 100%;
	}
	img.abt_img {
		display: inline-block;
		max-width: 60vw;
	}
	img.vacation {
		right: -2em;
	}
	.menulogo {
		width: 150px;
	}
}
@media screen and (max-width: 768px) {
	.inews_tit {
		font-size: 20px;
	}
	.inews_tit span {
		font-size: 18px;
	}
	.about:after {
		height: 27vh;
	}
	.menu_list h6 {
		font-size: 70px;
	}
	.menu_list li {
		padding: .3em 1em;
	}
	.menu_list a p {
		font-size: 22px;
		padding: 1em 2em .5em 3em;
	}
	.menulogo {
		width: 140px;
	}
}
@media screen and (max-width: 700px) {
	.menu_list a p {
		font-size: 20px;
		padding: 0em 3em .5em 3em;
		display: block;
		background-size: auto;
		text-align: right;
		background-position-x: 100%;
	}
	.menu_list h6 {
		font-size: 55px;
	}
	.menu_list li {
		padding: 1em 1em;
	}
}
@media screen and (max-width: 600px) {
	.abt_text h5 {
		font-size: 100px;
	}
	.abt_text h5 img {
		right: .8em;
		width: 130px;
		top: -.1em;
	}
	img.deco_back {
		top: -4em;
		max-width: 65vw;
	}
	img.abt_img {
		max-width: 75vw;
	}
	.side_menu {
		position: fixed;
		top: 1em;
	}
	.btns {
		width: 100%;
		background: #a0bed5;
		top: auto;
		bottom: 0;
		position: fixed;
		right: 0;
	}
	.moveleft {
		transform: unset;
	}
	.btns ul {
		display: flex;
		justify-content: space-between;
	}
	.btns li {
		padding: .5em;
		width: 20%;
	}
	.btns li + li {
		border-left: 1px solid #fff;
	}
	.btns a {
		width: auto;
		height: auto;
		background: none;
		border-radius:unset;
		font-size: 12px;
	}
	.btns a img {
		padding: 3px 0;
	}
	.menu {
		width: 75px;
		height: 75px;
		padding: 0 17px;
	}
	.menu_layer {
		padding: 0;
		width: auto;
		height: auto;
	}
	.navbar {
		margin: 0;
	}
	.menu span:nth-of-type(1) {
		font-size: 12px;
		padding: 1.7em 0 .3em;
	}
	.btns a:hover p:nth-of-type(2) {
		bottom: 0;
	}
	.menu_list a p {
		position: relative;
	}
	.menu_list li {
		padding: .3em 1em;
	}
	.ibutton {
		padding: 1em 0 3em;
	}
	.menulogo {
		width: 120px;
	}
}
@media screen and (max-width: 450px) {
	.about {
		margin-top: 2em;
	}
	.inews {
		padding: 1em 0;
	}
	.inews_list {
		display: block;
		padding: 0em 1em;
	}
	.abt_text {
		padding: 4em 2em 2em 2em;
	}
	.abt_text h5 {
		font-size: 85px;
	}
	.abt_text p span {
		font-size: 24px;
	}
	.abt_text p {
		line-height: 2;
	}
	img.deco_back {
		max-width: 75vw;
	}
	img.abt_img {
		max-width: 85vw;
	}
	.about:after {
		width: 97%;
	}
	.menulogo {
		padding: 0;
		width: 100px;
		top: 2em;
		left: 1em;
	}
	.ibutton ul {
		padding: 1em 0;
	}
	.ibutton h6 {
		font-size: 20px;
	}
	.ibutton h6 img {
		width: 35px;
	}
	.ibutton a p {
		font-size: 16px;
		right:2em;
		padding: 1em 2em .3em 2em;
	}
	.ibutton {
		padding: 1em 0 2em;
		width: 300px;
	}
	.ibutton li a {
		padding: 1em 2em;
	}
	.menu.mibutton_ani {
		transform: translateX(-17em);
	}
}
@media screen and (max-width: 380px) {
	.abt_text h5 {
		font-size: 75px;
	}
	.abt_text h5 img {
		right: .6em;
		width: 115px;
	}
	.abt_text p {
		line-height: 1.8;
	}
	img.deco_back {
		max-width: 80vw;
		top: -3em;
	}
	.about:after {
		height: 22vh;
	}
	.menu {
		width: 65px;
		height: 65px;
		padding: 0 14px;
	}
	.menu_layer {
		padding: 0;
		width: auto;
		height: auto;
	}
	.menu span:nth-of-type(1) {
		font-size: 10px;
		padding: 1.4em 0 .3em;
		transform: scale(.8);
		transform-origin: bottom left;
	}
	.menu span:nth-of-type(1):after {
		top: .5em;
		font-size: 16px;
		padding: 0 6px;
	}
	.menu_list a p {
		padding: 0em 2em .5em 3em;
	}
}
@media screen and (max-width: 350px) {
	.abt_text h5 img {
		right: .2em;
		width: 120px;
	}
	.abt_text p {
		line-height: 1.6;
	}
	.abt_text p span {
		font-size: 22px;
	}
	.menulogo img {
		width: 140px;
	}
	.menu.mibutton_ani {
		transform: translateX(-15em);
	}
	.ibutton {
		width: 253px;
		padding: 1em 0;
	}
	.ibutton h6 img {
		width: 28px;
	}
	.ibutton h6 {
		font-size: 18px;
	}
	.ibutton li a {
		padding: 1em 1em 1em 2em;
	}
	.ibutton a p {
		font-size: 14px;
	}
}
/***abt_bnb***/
.abt_bnb {}
/***abt_bnb_title***/
.abt_bnb_title {
	position: relative;
	text-align: center;
}
.abt1 {
	background: url(../../images/abt_bnb_bg1.jpg) top center no-repeat fixed;
	background-size: cover;
}
.abt2 {
	background: url(../../images/abt_bnb_bg2.jpg) top center no-repeat fixed;
	background-size: cover;
}
.abt2:before {
	content: "";
	background: url(../../images/bamboo1.png) bottom right no-repeat;
	background-size: contain;
	width: 19%;
    height: 72%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.abt1:before {
	content: "";
	background: url(../../images/leaf1.png) bottom left no-repeat;
	background-size: contain;
	position: absolute;
	bottom:0;
	left: 0;
	width: 22%;
    height: 91%;
}
.abt1:after {
	content: "";
	background: url(../../images/leaf2.png) bottom right no-repeat;
	background-size: contain;
	position: absolute;
	bottom:-12em;
	right: 0;
	width: 19vw;
    height: 52%;
	z-index: 3;
}
.abt_bnb_title .wrap {
	width: 545px;
	margin: 0 auto;
	max-width: 90%;
	position: relative;
	padding: 21em 0;
}
.abt_bnb_title .wrap:after {
	content: "I";
    font-size: 200px;
    color: #fff;
    opacity: .25;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%,50%);
}
.abt2 .wrap:after {
	content: "II";
    font-size: 200px;
    color: #fff;
    opacity: .25;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%,50%);
}
.abt_bnb_title .wrap div {
	overflow: hidden;
}
.abt_bnb_title .wrap h2 {
	font-size: 20px;
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    padding: .3em 1em;
    letter-spacing: 4px;
}
/***abt1_block***/
.abt1_block {
	position: relative;
	background: url(../../images/abt_bnb1_pattern.png) top left repeat;
	text-align: left;
	padding-bottom: 20em;
}
.abt2_block {
	position:relative;
	background:url(../../images/abt_bnb2_viewbg.jpg) top center no-repeat fixed;
	background-size: cover;
}
.abt1_block:after {
	content: "";
	background: url(../../images/abt_bnb1_viewbg.jpg) top center no-repeat fixed;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 55%;
}
.abt2_block:after {
	display: none;
}
.wrap1 {
	width: 1530px;
	max-width: 90%;
	position: relative;
	z-index: 5;
}
/*abt1_tp*/
.abt1_tp {
	padding: 2em 0 0 0;
	text-align: right;
	position: relative;
	z-index: 4;
}
.abt1_img1 {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	padding: 0 0 0 2em;
	width: 54%;
}
.abt1_img1:before {
	content: "";
	background: url(../../images/abt_bnb_line1.png) top left no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 33px;
	height: 100%;
}
.abt1_text {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 35%;
    padding: 1em 0 1em 0;
}
.abt1_text p {
	padding: 1em 3em 2em;
    text-align: left;
	line-height: 2;
}
.abt1_text img:last-of-type {
	margin-left: -4em;
}
/*abt1_btm*/
.abt1_btm {
	position: relative;
	padding-right: 2em;
	margin-top: -4em;
	z-index: 3;
	line-height: 0;
}
.abt1_btm:after {
	content: "";
	background: url(../../images/abt_bnb_line2.png) bottom right no-repeat;
	background-size: contain;
	width: 22px;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.view {
	position: relative;
	z-index: 2;
	width: 820px;
    text-align: right;
    max-width: 90%;
}
.view div {
	overflow: hidden;
}
.view span {
	display: block;
	font-size: 170px;
	color: #302a2b99;
	line-height: .78;
	text-align: center;
	margin-top: 6px;
}
.view p {
	text-align: left;
    display: block;
    padding: 5em 0 2em 23em;
}
.view a {
	display: inline-block;
	position: relative;
	background: url(../../images/btn_line.png) center center no-repeat;
	background-size: contain;
	padding:1em;
	text-align: left;
}
.view a img {
	vertical-align: middle;
	position: relative;
    left: -2em;
	transition: .3s ease all;
}
.view a strong {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: normal;
	margin-left: -1em;
}
.view a b {
	font-size: 24px;
	line-height: 1;
	position: relative;
	padding-right: .2em;
	transition: .3s ease all;
	transition-delay: .2s;
}
.view a sub {
	font-size: 12px;
	position: relative;
	display: block;
	line-height: 1;
}
.view a:hover img {
	transform: translateX(15px);
}
.view a:hover b {
	color: #fff;
}
@media screen and (max-width: 1620px) {
	.abt1:after {
		bottom: -10em;
		width: 15vw;
	}
	.abt1_text p {
		padding: 1em 4em 2em;
	}
}
@media screen and (max-width: 1500px) {
	.abt_bnb_title .wrap {
		padding: 16em 0;
	}
	.abt1_btm {
		margin-top: -1em;
	}
	.abt1_block {
		padding-bottom: 10em;
	}
}
@media screen and (max-width: 1300px) {
	.abt1_text {
		width: 41%;
	}
	.abt1_text img:last-of-type {
		margin-left: -1em;
	}
	.abt1_text p {
		padding: 1em 4em 2em 2em;
	}
}
@media screen and (max-width: 1200px) {
	.abt_bnb_title .wrap {
		padding: 12em 0;
	}
	.abt1_img1:before {
		width: 25px;
	}
	.view span {
		font-size: 130px;
		margin-top: 4px;
	}
	.abt1_block {
		padding-bottom: 8em;
	}
}
@media screen and (max-width: 991px) {
	.abt_bnb_title,.abt1_block:after {
		background-attachment: inherit;
	}
	.abt_bnb_title .wrap {
		padding: 10em 0;
	}
	.abt1_img1 {
		width: 90%;
	}
	.abt1_text {
		width: 90%;
		text-align: left;
		padding: 1em 0 1em 2em;
	}
	.abt1_text img:first-of-type {
		display: block;
		margin: 0 auto;
	}
	.abt1_text img:last-of-type {
		margin-left: 0;
		max-width: 90%;
	}
	.abt1:after {
		bottom: -6em;
		width: 22vw;
		z-index: 6;
	}
	.abt1_btm {
		margin-top: 0em;
	}
}
@media screen and (max-width: 768px) {
	.view span {
		font-size: 110px;
		margin-top: 5px;
	}
	.view p {
		padding: 5em 0 2em 10em;
	}
	.abt1_block {
		padding-bottom: 5em;
	}
	.abt1_btm:after {
		width: 12px;
	}
	.abt1_btm {
		padding-right: 1em;
	}
}
@media screen and (max-width: 600px) {
	.abt_bnb_title .wrap {
		padding: 7em 0;
	}
	.wrap1 {
		max-width: 95%;
	}
	.abt1_img1:before {
		width: 17px;
	}
	.abt1_img1 {
		width: 95%;
		padding: 0 0 0 1em;
	}
	.abt1_text {
		padding: 1em 0 1em 0;
	}
	.abt1_text p {
		padding: 1em 1em 2em 1em;
		line-height: normal;
	}
	.view span {
		font-size: 90px;
		margin-top: 4px;
	}
	.view p {
		padding: 5em 0 1em 4em;
	}
}
@media screen and (max-width: 450px) {
	.abt_bnb_title .wrap {
		padding: 6em 0;
	}
	.abt_bnb_title .wrap h2 {
		font-size: 18px;
	}
	.abt1:after {
		width: 25vw;
	}
	.view p {
		padding: 3em 0 1em 3em;
		font-size: 15px;
	}
	.abt1_block {
		padding-bottom: 3em;
	}
	.view span {
		font-size: 80px;
		margin-top: 2px;
	}
}
@media screen and (max-width: 380px) {
	.abt1_img1:before {
		width: 15px;
	}
}
@media screen and (max-width: 350px) {
	.abt_bnb_title .wrap {
		padding: 5em 0;
	}
	.abt_bnb_title .wrap h2 {
		font-size: 16px;
	}
	.abt1:after {
		bottom: -3em;
	}
	.abt1_img1:before {
		width: 12px;
		left: 4px;
	}
	.view span {
		font-size: 72px;
		margin-top: 3px;
	}
	.view p {
		padding: 3em 0 1em 2em;
	}
}
/***wrap2***/
.wrap2 {
	position: relative;
}
.abt2_top {
	position: relative;
	text-align: right;
}
.wrap3 {
	background: url(../../images/abt_bnb2_pattern.png) top repeat;
	text-align: left;
	position: relative;
	padding: 2em 12em 2em 2em;
	display: inline-block;
}
.wrap3:before {
	content: "";
	background: url(../../images/bamboo2.png) bottom left no-repeat;
	background-size: contain;
	width: 313px;
	height: 773px;
	position: absolute;
	bottom: 0;
	left:-313px;
}
.wrap3:after {
	content: "";
	background: url(../../images/bamboo3.png) bottom right no-repeat;
	background-size: contain;
	width: 17%;
    height: 117%;
	position: absolute;
	bottom: -2em;
	right:0;
}
img.abt_bnb2_img1 {
	vertical-align: middle;
	width: 40vw;
	display: inline-block;
}
.abt2_text {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 1em 1em 0 1em;
	width: 30vw;
}
.abt2_text p {
	padding:1em 1em 3em;
	line-height: 2;
}
.abt2_text img:last-of-type {
}
.abt2_block .view {
    width: 890px;
}
.abt2_block .view span {
	text-align: right;
	line-height: 1;
    margin-top: -13px;
}
.abt2_block .view p {
    padding: 5em 0 2em 36em;
}
@media screen and (max-width: 1300px) {
	.wrap3:before {
		width: 200px;
		left: -200px;
	}
	.wrap3 {
		padding: 2em 8em 2em 2em;
	}
	.abt2_block .view {
		width: 800px;
	}
}
@media screen and (max-width: 1200px) {
	.abt2_block .view span {
		margin-top: -10px;
	}
	.abt2_block .view {
		width: 700px;
	}
	.abt2_block .view p {
		padding: 5em 0 2em 25em;
	}
}
@media screen and (max-width: 991px) {
	.abt2_block {
		background-attachment: inherit;
	}
	.wrap3 {
		width: 75%;
		padding: 2em;
	}
	img.abt_bnb2_img1 {
		width: 100%;
	}
	.abt2_text {
		width: 100%;
		padding: 3em 1em 0 1em;
	}
	.abt2_text p {
		padding: 1em 0 2em;
	}
	.wrap3:after {
		width: 25%;
		height: 100%;
	}
}
@media screen and (max-width: 768px) {
	.abt2_block .view {
		width: 500px;
	}
	.abt2_block .view p {
		padding: 4em 0 2em 12em;
	}
	.abt2_block .view span {
		margin-top: -6px;
	}
}
@media screen and (max-width: 600px) {
	.wrap3:before {
		width: 100px;
		left: -100px;
	}
	.wrap3 {
		width: 90%;
	}
	.wrap3:after {
		width: 20%;
	}
	.abt2_block .view {
		width: 400px;
	}
	.abt2_block .view p {
		padding: 4em 0 2em 8em;
	}
}
@media screen and (max-width: 450px) {
	.abt2_text {
		padding: 1em 0 0 0;
	}
	.abt2_block .view {
		width: 315px;
	}
	.abt2_block .view p {
		padding: 3em 0 1em 5em;
	}
	.abt2_text p {
		padding: 1em 0 1em;
	}
	.abt2_block .view span {
		text-align: center;
	}
}
@media screen and (max-width: 380px) {
	.abt2_block .view span {
		margin-top: -5px;
	}
}
/***ibtm***/
.ibtm {
	position: relative;
	background: url(../../images/ibtm_bg.jpg) top center no-repeat fixed;
	background-size: cover;
	text-align: center;
	padding: 4em 1em;
}
.ibtm:after {
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../../images/ibtm_pattern.png) top right repeat;
}
.wrap4 {
	position: relative;
	z-index: 3;
	padding: 1em;
	display: inline-block;
	max-width: 90%;
	text-align: right;
}
.wrap4:after {
	content: "";
	background: url(../../images/ibtm_bg2.png) top right repeat;
	width: 95%;
	height: 95%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
img.ibtm_img1 {
	vertical-align: bottom;
    position: relative;
    width: 47%;
	display: inline-block;
}
.ibtm_rt {
	display: inline-block;
	vertical-align: bottom;
	width: 50%;
    padding: 1em 1em 0 1em;
}
img.ibtm_img2 {
	padding-bottom: 1em;
}
.ibtm_btm {
	background: rgba(255,255,255,.85);
	padding: 2em;
}
.ibtm_btm img:first-of-type {
	width: 55%;
}
.ibtm_text {
	display: inline-block;
    vertical-align: top;
    width: 40%;
	padding-left: 1em;
}
.ibtm_btm p {
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
    text-align: left;
}
.ibtm_text img {
	display: block;
	width: auto !important;
}
@media screen and (max-width: 1260px) {
	img.ibtm_img2 {
		padding: 1em 0;
	}
	img.ibtm_img1 {
		width: 49%;
	}
	.ibtm_btm img:first-of-type {
		width: 20vw;
	}
}
@media screen and (max-width: 1200px) {
	.ibtm_text {
		width: 50%;
	}
	.ibtm_btm img:first-of-type {
		width: 15vw;
	}
}
@media screen and (max-width: 991px) {
	.ibtm {
		background-attachment: inherit;
		padding: 2em 0;
	}
	.ibtm_btm p {
		font-size: 14px;
	}
}
@media screen and (max-width: 860px) {
	.wrap4 {
		width: 670px;
		max-width: 80%;
	}
	img.ibtm_img1 {
		width: 75%;
		display: block;
		margin: 0 auto;
	}
	.ibtm_rt {
		width: 100%;
		padding: 1em 1em 1em 3em;
	}
	.ibtm_btm img:first-of-type {
		width: 27vw;
	}
}
@media screen and (max-width: 500px) {
	.ibtm_rt {
		padding: 0em 0em 0em 2em;
	}
	img.ibtm_img1 {
		width: 80%;
	}
}
@media screen and (max-width: 430px) {
	.wrap4:after {
		width: 100%;
		height: 100%;
	}
	.wrap4 {
		width: 670px;
		max-width: 80%;
		text-align: center;
	}
	img.ibtm_img1 {
		width: 100%;
	}
	.ibtm_rt {
		padding: 0em 0em 0em 0em;
	}
	.ibtm_btm img:first-of-type {
		width: 47vw;
	}
	.ibtm_text {
		width: 100%;
		padding: 1em 0 0 0;
		text-align: -webkit-center;
	}
	.ibtm_btm p {
		margin: 0 auto;
	}
}
/***footer***/
.ftlogo {
	background: url(../../images/ftpattern.jpg) top left repeat;
	text-align: center;
	padding: 1em 0 .5em;
	position: relative;
	z-index: 3;
}
.ftlogo img {
	max-width: 50%;
}
footer {
	background: #fff;
	position: relative;
	z-index: 3;
}
.ftwrap {
	width: 1470px;
	margin: 0 auto;
	max-width: 90%;
	text-align: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 3em 0;
}
/*ftlt*/
.ftlt {
	width: 33%;
	text-align: left;
	position: relative;
}
.fttitle {
	font-weight: 600;
}
.fttitle h3 {
	font-size: 18px;
}
.fttitle span {
	display: block;
	font-size: 14px;
}
.sitemap {
	position: absolute;
    bottom: 0;
    left: 0;
}
.sitemap div {}
.sitemap a {
	color: #3b3b3b;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 0 0 6px;
    line-height: 1;
	transition: .3s ease all;
}
.sitemap a + a {
	border-left: solid 1px #3b3b3b;
}
.sitemap a:hover {
	color: #6185a1;
}
/*ftinfo*/
.ftinfo {
	width: 33%;
	text-align: left;
}
.ftinfo ul {}
.ftinfo li {}
.ftinfo p {
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: top;
}
.ftinfo p img {
	vertical-align: top;
}
.ftinfo p:nth-of-type(1) {
	font-size: 12px;
	width: 108px;
}
.ftinfo p:nth-of-type(2) {
	font-size: 14px;
	width: 70%;
	word-break: break-all;
}
/*ftbtn*/
.ftbtn {
	width: 33%;
	text-align: right;
	align-self: end;
}
.ftbtn div {
	padding-top: 1em;
}
.ftbtn div a {
	display: inline-block;
	padding-left: .5em;
	transition: .3s ease all;
	max-width: 31%;
}
.ftbtn div a img {
	vertical-align: middle;
}
.ftbtn div a:hover {
	opacity: .5;
	transform: scale(.95);
}
.ftbtn div p {
	color: #3b3b3b;
	font-size: 14px;
	vertical-align: middle;
	letter-spacing: 1px;
	display: inline-block;
}
.ftbtn div p img {
	vertical-align: middle;
}
/*ft_btm*/
.ft_btm {
	color: #a2a2a2;
	font-size: 12px;
	border-top: solid 1px #000;
	width: 1470px;
	margin: 0 auto;
	max-width: 90%;
	padding: 1em 0;
	display: flex;
	justify-content: space-between;
}
.ft_btm a {
	color: #a2a2a2;
	font-size: 12px;
	display: inline-block;
	transition: .3s ease all;
}
.copyright a:hover {
	color: #6185a1;
}
.share a:hover {
	opacity: .5;
	transform: scale(.95);
}
#gotop {
	position: fixed;
	bottom: 1em;
	right: 1em;
	z-index: 990;
	cursor: pointer;
	display: none;
}
#gotop img {
	transition: .3s ease all;
}
#gotop:hover img {
	transform: translateY(-10px);
}
@media screen and (max-width: 1300px) {
	.ftinfo p:nth-of-type(2) {
		width: 60%;
	}
}
@media screen and (max-width: 1070px) {
	.ftlt {
		width: 100%;
		padding-bottom: 2em;
	}
	.sitemap {
		position: relative;
		padding-top: 1em;
	}
	.ftinfo,.ftbtn {
		width: 50%;
	}
}
@media screen and (max-width: 900px) {
	.ft_btm {
		flex-wrap: wrap;
	}
	.copyright,.share {
		width: 100%;
	}
	.share {
		text-align: right;
		padding-top: .5em;
	}
}
@media screen and (max-width: 700px) {
	.ftinfo,.ftbtn {
		width: 100%;
	}
	.ftbtn {
		text-align: center;
		padding-top: 1em;
	}
}
@media screen and (max-width: 600px) {
	.ftlogo img {
		max-width: 100%;
		width: 130px;
	}
	footer {
		margin-bottom: 66px;
	}
	#gotop {
		bottom: 10em;
	}
}
@media screen and (max-width: 450px) {
	.ftwrap {
		padding: 2em 0;
	}
	.ftinfo p:nth-of-type(1) {
		width: 95px;
	}
	.ftbtn div p {
		font-size: 12px;
	}
}
@media screen and (max-width: 380px) {
	.ftlogo img {
		width: 115px;
	}
	.ftinfo p:nth-of-type(2) {
		width: 65%;
	}
	#gotop img {
		width: 26px;
	}
}
@media screen and (max-width: 350px) {
	.ftlogo img {
		width: 100px;
	}
	.ftlt {
		padding-bottom: 1em;
	}
	.ftinfo p:nth-of-type(1) {
		width: 85px;
	}
	.ftbtn {
		padding-top: 0em;
	}
}
/***roomguide***/
.roomguide {
	position: relative;
	text-align: right;
}
.rgbg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}
.rg1 {
	background: url(../../images/rg_bg1.jpg) top center no-repeat;
	background-size: cover;
}
.rg2 {
	background: url(../../images/rg_bg2.jpg) top center no-repeat;
	background-size: cover;
}
/*rglt*/
.rglt {
	width: 45%;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	height: 100vh;
}
.rglogo {
	text-align: left;
	padding: 3em 0 0 8em;
}
.rglogo a {
	display: inline-block;
}
.rgtitle {
	width: 710px;
	position: relative;
	color: #fff;
	text-align: center;
	display: inline-block;
	max-width: 90%;
	transform: translateY(50%);
}
.rgtitle .tag {
	font-size: 22px;
    display: inline-block;
    position: relative;
    bottom: -1.5em;
}
.rgtitle .tag img {
	vertical-align: middle;
}
.rgtitle h6 {
	font-size: 150px;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 0px;
}
.rgtitle p {
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-size: 14px;
    margin: 0 auto;
    text-align: left;
    line-height: 2;
}
img.rg_curve {
	position: fixed;
    bottom: 5em;
    right: 52%;
}
/*rgrt*/
.rgrt {
	width: 55vw;
    background: url(../../images/rg_pattern.png) repeat;
    padding: 6em 0;
    text-align: center;
    display: inline-block;
}
.rgrt_wrap {
	width: 790px;
	margin: 0 auto;
	max-width: 90%;
	position: relative;
}
.rglist {
	margin-bottom: 3em;
}
.rglist a {
	position: relative;
	color: #fff;
	padding: 0 0 0 4em;
}
img.person {
	position: absolute;
	top: 0.5em;
	left: 0;
	-webkit-filter: drop-shadow(3px 3px 3px rgba(0,0,0,.4));
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,.4));
}
.rgimg {
	width: 100%;
	min-height: 345px;
	transition: .3s ease all;
}
.rglist a:hover .rgimg {
	-webkit-filter: drop-shadow(5px 5px 5px rgba(243, 243, 243, 0.3));
	filter: drop-shadow(5px 5px 5px rgba(243, 243, 243, 0.3));
	transform: translate(-5px,-5px);
}
.rgimg11 {
	background: url(../../images/rg11.jpg) center center no-repeat;
	background-size: cover;
}
.rgimg12 {
	background: url(../../images/rg12.jpg) center center no-repeat;
	background-size: cover;
}
.rgimg13 {
	background: url(../../images/rg13.jpg) center center no-repeat;
	background-size: cover;
}
.rgimg14 {
	background: url(../../images/rg14.jpg) center center no-repeat;
	background-size: cover;
}
.rgimg15 {
	background: url(../../images/rg15.jpg) center center no-repeat;
	background-size: cover;
}
.rgimg21 {
	background: url(../../images/rg21.jpg) center center no-repeat;
	background-size: cover;
}
.rgimg22 {
	background: url(../../images/rg22.jpg) center center no-repeat;
	background-size: cover;
}
.rgimg23 {
	background: url(../../images/rg23.jpg) center center no-repeat;
	background-size: cover;
}
.rgtype {
	margin-top: 1em;
	position: relative;
	text-align: left;
}
.rgtype p {
	font-size: 23px;
}
.rgtype p img {
	vertical-align: middle;
}
.rgtype p sub {
	bottom: 0;
	position: relative;
	line-height: 1;
	font-size: 16px;
}
.rgtype span {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	opacity: .7;
	font-size: 38px;
	line-height: 1;
	letter-spacing: 1px;
}
@media screen and (max-width: 1450px) {
	.rgtitle h6 {
		font-size: 120px;
	}
}
@media screen and (max-width: 1400px) {
	.rgrt_wrap1 .rglist:last-of-type .rgtype sub {
		display: block;
		padding-top: .5em;
	}
}
@media screen and (max-width: 1200px) {
	.rglt {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		height: auto;
	}
	.rgtitle {
		max-width: 90%;
		transform: translateY(0);
		padding: 3em 0 8em;
	}
	.rgrt {
		width: 100%;
	}
	.rglogo {
		text-align: left;
		padding: 2em 0 0 4em;
	}
	img.rg_curve {
		position: absolute;
		bottom: -2em;
		right: 87%;
	}
	.rgimg {
		min-height: 320px;
	}
}
@media screen and (max-width: 991px) {
	.rglogo {
		padding: 2em 0 0 3em;
	}
	.rgtitle h6 {
		font-size: 95px;
	}
	.rgtitle .tag {
		font-size: 18px;
		bottom: -1em;
	}
	.rgtitle .tag img {
		width: 105px;
	}
	.rgimg {
		min-height: 270px;
	}
	.rgrt_wrap {
		max-width: 85%;
	}
	.rgtype p {
		font-size: 20px;
	}
	.rgtype p sub {
		font-size: 15px;
	}
	.rgtype span {
		font-size: 30px;
	}
}
@media screen and (max-width: 600px) {
	.rglogo img {
		width: 150px;
	}
	.rgtitle h6 {
		font-size: 82px;
	}
	.rgtitle .tag img {
		width: 90px;
	}
	.rgtitle {
		padding: 3em 0 6em;
	}
	.rgrt {
		padding: 4em 0;
	}
	img.person {
		width: 40px;
	}
	.rglist a {
		padding: 0 0 0 3em;
	}
	.rgtype span {
		font-size: 25px;
		opacity: .5;
	}
	.rgimg {
		min-height: 220px;
	}
}
@media screen and (max-width: 540px) {
	.rglogo img {
		width: 125px;
	}
	.rglogo {
		padding: 2em 0 0 2em;
	}
	.rgtitle {
		padding: 2em 0 5em;
	}
	.rgtitle h6 {
		font-size: 70px;
	}
	.rgtitle .tag img {
		width: 80px;
	}
	.rgtitle .tag {
		font-size: 15px;
	}
	.rgtitle p {
		font-size: 12px;
	}
	.rgtype p {
		font-size: 18px;
		text-align: center;
	}
	.rgtype p img {
		width: 30px;
	}
	.rgtype span {
		font-size: 24px;
		opacity: .5;
		position: relative;
		display: block;
		text-align: center;
		padding-top: .3em;
	}
	.rgimg {
		min-height: 200px;
	}
	img.person {
		width: 30px;
	}
	.rglist a {
		padding: 0 0 0 2.5em;
	}
	.rglist {
		margin-bottom: 2em;
	}
	img.rg_curve {
		bottom: -1em;
		right: 84%;
		width: 100px;
	}
	.rgrt_wrap1 .rglist:last-of-type .rgtype sub {
		display: inline-block;
		padding-top: 0;
	}
}
@media screen and (max-width: 450px) {
	.rgtitle h6 {
		font-size: 65px;
	}
	.rgtitle {
		padding: 2em 0 4em;
	}
	.rgrt {
		padding: 3em 0;
	}
	.rgimg {
		min-height: 160px;
	}
	.rgtype span {
		font-size: 20px;
	}
}
@media screen and (max-width: 380px) {
	.rgtitle h6 {
		font-size: 56px;
	}
	.rgtitle .tag img {
		width: 65px;
	}
	.rgtitle .tag {
		font-size: 14px;
	}
	.rgimg {
		min-height: 135px;
	}
	img.person {
		width: 22px;
		top: 0;
	}
	.rglist a {
		padding: 0 0 0 2em;
	}
	.rgtype p {
		font-size: 16px;
	}
	.rgtype p img {
		width: 24px;
	}
	.rgtype p sub {
		font-size: 13px;
	}
}
@media screen and (max-width: 350px) {
	.rgtitle h6 {
		font-size: 50px;
	}
	.rglogo img {
		width: 105px;
	}
	.rgtitle {
		padding: 1em 0 4em;
	}
	.rgimg {
		min-height: 110px;
	}
	.rgrt {
		padding: 3em 0 2em;
	}
}
/***room***/
.room {
	position:relative;
	text-align: center;
}
/*inlogo*/
.inlogo {
	padding: 3em 0 4em;
	text-align: center;
	position: relative;
	z-index: 3;
}
.inlogo a {
	display: inline-block;
}
.rm_block {
	position: relative;
}
.rm_block:after {
	content: "";
	background: url(../../images/rm_pattern.png) top left repeat;
	width: 550px;
	height: 785px;
	position: absolute;
	top: 0;
	left: 0;
}
.rm_wrap {
	width: 1570px;
	margin: 0 auto;
	max-width: 90%;
	position: relative;
	z-index: 3;
}
/*rmtit*/
.rmtit {
	text-align: left;
}
.rmtit span {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: 40px;
	font-style: italic;
	letter-spacing: 0px;
	padding: 0 1em;
}
.rmtit b {
	position:relative;
	display: inline-block;
	line-height: 1;
	font-size: 125px;
	font-weight: 700;
	color: #fff;
	opacity: .5;
	vertical-align: middle;
}
.rmtit b img {
	vertical-align: middle;
}
/*rmphoto*/
.rmphoto {
	position: relative;
}
.rm_btn {
	position: absolute;
	top: 1em;
    right: 6em;
    width: 360px;
	display: inline-block;
	color: #fff;
	z-index: 10;
}
.rm_btn a {
	color: #fff;
	display: inline-block;
	transition: .3s ease all;
}
.rm_stit {
	padding-bottom: .5em;
}
.rm_stit h6 {
	font-size: 28px;
	font-weight: 600;
}
.rm_stit span {
	display: block;
	font-size: 18px;
	line-height: 1;
	padding-top: .7em;
	position: relative;
}
.rm_stit span:before {
	content: "";
	background: #fff;
	width: 40px;
	height: 1px;
	position: absolute;
	top: 4px;
	left: 50%;
	transform: translateX(-50%);
}
.rm_btn ul {
	text-align: center;
}
.rm_btn li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	padding: .5em;
}
.rm_btn li a {
	position: relative;
	background: rgba(255,255,255,.35);
	padding: 3em 1em;
	display: block;
	transition: .3s ease-out;
}
.rm_btn li a p {
	position: relative;
	font-size: 20px;
	letter-spacing: 3px;
	padding-bottom: .5em;
}
.rm_btn li a p:after {
	content: "";
	background: #fff;
	width: 50%;
	height: 1px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	transition: .3s ease-out;
}
.rm_btn li a:hover p:after {
	width: 80%;
}
.rm_btn li a:hover {
	background: rgba(255,255,255,.5);
}
.rm_btn li a span {
	display: block;
	position: relative;
	font-size: 16px;
	padding-top: 3em;
}
.other {
	padding: 1em 0;
}
.other a {
	font-size: 20px;
	line-height: 1;
}
.other img {
	vertical-align: middle;
	vertical-align: middle;
    filter: invert(1);
	-webkit-filter: invert(1);
    transform: translateX(-.5em);
	transition: .3s ease-out all;
}
.other a:hover img {
	transform: translateX(0em);
}
.other span {
	display: inline-block;
	vertical-align: bottom;
	font-size: 16px;
}
/*---icons----------------------------------------------------------------------------------------------------------------------------------*/
.icons {
	position: relative;
	z-index: 3;
}
.icons ul {
	list-style: none;
}
.icons li {
	margin: 5px 5px;
	display: inline-block;
	vertical-align: top;
	width: 21%;
	background: rgba(255, 255, 255, .6);
	border-radius: 7px;
	padding: 5px 0 8px;
	text-align: center;
	border: solid 1px #afafaf;
}
.icons li img {
	padding: 0 7px;
	margin: 0 auto;
}
.icons li span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	white-space: nowrap;
}
@media screen and (max-width:1199px) {
	.icons li {
		width: 10%;
	}
}
@media screen and (max-width:900px) {
	.icons li span {
		font-size: 12px;
	}
}
@media screen and (max-width:768px) {
	.icons li {
		width: 13%;
	}
}
@media screen and (max-width:600px) {
	.icons li {
		width: 17%;
	}
}
@media screen and (max-width:500px) {
	.icons li {
		width: 21%;
	}
}
@media screen and (max-width:430px) {
	.icons li {
		width: 27%;
		margin: 5px 8px;
		padding: 5px 4px 8px;
	}
	.icons li span {
		font-size: 13px;
	}
}
@media screen and (max-width:360px) {
	.icons li span {
		font-size: 12px;
	}
}
@media screen and (max-width:340px) {
	.icons li {
		width: 28%;
		margin: 5px 5px;
		padding: 5px 2px 8px;
	}
}
/*---r_icons-----------------------------------------------------------------------------------------------------------------------------------*/
.r_icons {
	padding-bottom: 0;
	text-align: left;
	padding-left: 2em;
}
.r_icons ul {
	list-style: none;
}
.r_icons li {
	width: 11%;
}
table.fac {
	padding: 0 0 3% 2%;
	display: block;
}
table.fac td {
	vertical-align: top;
}
@media screen and (max-width:1290px) {
	.r_icons li {
		width: 14%;
	}
}
@media screen and (max-width:815px) {
	.r_icons li {
		width: 17%;
	}
}

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

@media screen and (max-width:440px) {
	.r_icons li {
		width: 30%;
		margin: 3px 2px;
		padding: 3px;
	}
}
/*--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: 3px 0;
	}
}
@media screen and (max-width:505px) {
	.note_icon li {
		width: 23%;
		padding: 7px;
	}
	.note_icon li img {
		width: 100%;
	}
}
@media screen and (max-width:453px) {
	.note_icon li {
		width: 23.66666%;
	}
	.icons li span {
		font-size: 12px;
	}
}
@media screen and (max-width:400px) {
	.note_icon li {
		width: 31%;
		padding: 6px;
	}
}
/*rinfo*/
.rinfo {
	text-align: left;
	padding: 2em 0 2em 2em;
	width: 100%;
    margin: 0 auto;
	letter-spacing:1px;
	position: relative;
	z-index: 3;
}
.rinfo li span {
	display: inline-block;
	vertical-align: top;
}
.rinfo li span:nth-of-type(2) {
	width: 75%;
}
/***rm_fac***/
.rm_fac {
	background: url(../../images/rm_pattern.png) top left repeat;
	position: relative;
	margin-top: 2em;
	padding: 3em 0;
}
.rmf_wrap {
	width: 1580px;
	margin: 0 auto;
	max-width: 90%;
	background: url(../../images/rm_fac_pattern.jpg) top left repeat;
	background-size: auto;
	text-align: center;
	position: relative;
	padding: 4em;
}
.rmf_wrap:after {
	content: "";
	background: url(../../images/rm_fac_frame.png) top center no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 98%;
    height: 95%;
}
.fac_tit {
	padding: 1em 1em 3em;
	position: relative;
	z-index: 3;
	font-weight: 600;
}
.fac_tit p {
	font-size: 20px;
}
.fac_tit span {
	display: block;
	line-height: 1;
	font-size: 45px;
	opacity: .15;
	color: #000;
}
.rmf {
	width: 1100px;
	margin: 0 auto;
	max-width: 100%;
}
@media screen and (max-width:1640px) {
	.rm_btn {
		top: 0;
	}
}
@media screen and (max-width:1520px) {
	.rm_btn {
		top: 0;
		position: relative;
		right: 0;
		width: 590px;
		max-width: 90%;
	}
	.rm_btn li a {
		padding: 1em;
	}
	.rm_btn li a span {
		padding-top: 1em;
	}
	.rm_block:after {
		width: 31%;
		height: 40%;
	}
}
@media screen and (max-width:1200px) {
	.rmtit span {
		font-size: 30px;
	}
	.rmtit b {
		font-size: 90px;
	}
	.inlogo {
		padding: 3em 0 3em;
	}
	.rm_stit h6 {
		font-size: 25px;
	}
}
@media screen and (max-width:900px) {
	.rmtit span {
		font-size: 25px;
	}
	.rmtit b {
		font-size: 70px;
	}
	.rmtit b img {
		width: 5px;
	}
	.rm_btn {
		padding: 1em 0;
	}
	.rm_block:after {
		width: 30%;
		height: 35%;
	}
	.fac_tit {
		padding: 0em 1em 3em;
	}
	.fac_tit span {
		font-size: 40px;
	}
}
@media screen and (max-width:768px) {
	.rmtit span {
		font-size: 20px;
	}
	.rmtit b {
		font-size: 8vmin;
	}
	.rmtit span {
		font-size: 3vmin;
		padding: 0 .5em 0 1em;
	}
	.rm_btn li a p,.other a {
		font-size: 18px;
	}
	.rm_btn li a span,.other span {
		font-size: 14px;
	}
	.rm_btn li {
		width: 30%;
	}
}
@media screen and (max-width:600px) {
	.inlogo img {
		width: 150px;
	}
	.rm_stit h6 {
		font-size: 20px;
	}
	.rm_stit span {
		font-size: 15px;
		padding-top: 1em;
	}
	.rm_stit span:before {
		top: 7px;
	}
	.rm_btn li a p, .other a {
		font-size: 16px;
	}
	.rm_btn li a span, .other span {
		font-size: 13px;
	}
	.fac_tit p {
		font-size: 18px;
	}
	.fac_tit span {
		font-size: 32px;
	}
	.rmf_wrap:after {
		width: 94%;
		background-size: cover;
	}
	.rmf_wrap {
		padding: 4em 3em;
	}
}
@media screen and (max-width:600px) {
	.rmf_wrap {
		padding: 4em 1em;
	}
	.rinfo {
		padding: 1em 0 1em 2em;
	}
	.fac_tit {
		padding: 0em 1em 2em;
	}
}
@media screen and (max-width:450px) {
	.rinfo {
		padding: 1em 0 1em 1em;
	}
	.inlogo img {
		width: 125px;
	}
	.inlogo {
		padding: 2em 0 3em;
	}
	.rm_block:after {
		width: 34%;
		height: 5%;
	}
	.rm_btn li {
		width: 48%;
	}
	.fac_tit span {
		font-size: 26px;
	}
	.r_icons {
		padding-left: .5em;
	}
	.rmf_wrap {
		padding: 4em 1em 3em;
	}
}
@media screen and (max-width:380px) {
	.inlogo img {
		width: 115px;
	}
	.rm_btn li a span {
		padding-top: .5em;
	}
	.rm_fac {
		padding: 2em 0;
	}
	.rinfo {
		padding: 1em 0 1em 1em;
	}
}
@media screen and (max-width:350px) {
	.rmf_wrap {
		padding: 3em 1em 3em;
	}
	.fac_tit {
		padding: 0em 1em 1em;
	}
	.r_icons li {
		margin: 2px 0px;
	}
	.rm_block:after {
		width: 37%;
	}
}
/***price***/
.modal-dialog {
	width:1200px;
	max-width:90%;
	margin:5vh auto 0;
	height:80vh;
	overflow-y: auto;
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	background: url(../../images/price_pattern.png) repeat;
	position: relative;
	border-left: 40px solid #000;
}
.close {
    font-size: 35px;
    font-weight: normal;
    color: #ffffff;
    opacity: 1;
    position: absolute;
    bottom: 2em;
    right: 50%;
    z-index: 10;
    transform: translateX(-50%);
    text-align: center;
    line-height: .5;
    width: 55px;
    height: 55px;
    border: dashed 2px #ffffff !important;
    border-radius: 100%;
	text-shadow:0;
}
.close b {
	display: block;
    position: relative;
    line-height: 1;
    font-size: 15px;
    font-weight: normal;
}
.close:focus, .close:hover {
    color: #fff;
    opacity: 1;
    background: #ffffff52;
}
.rmprice {
	box-shadow: 0px 0px 0px rgba(0,0,0,.3);
	max-width:100%;
	padding: 1em 2em 1em 8em;
}
.rmprice .rmb_tit {
	padding: 1em 0 2em;
}
.rmprice .rmb_tit p {
	font-size: 45px;
	text-align: left;
	font-weight: 700;
}
.rmb_tit2 {
	text-align: right;
	background: url(../../images/price_titdeco.png) top right no-repeat;
	background-size: contain;
	padding: 2em 2em 1em 1em;
	position: absolute;
	top: 0;
	right: 0;
}
.rmb_tit2 p {
	color: #6185a1;
	font-size: 20px;
}
.rmb_tit2 b {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	font-size: 28px;
	font-weight: 600;
}
.modal-content {
	border:0;
	background:url(../../images/price_pattern.png) repeat;
	-webkit-box-shadow: 0 0px 0px rgb(0 0 0 / 50%);
    box-shadow: 0 0px 0px rgb(0 0 0 / 50%);
}
.rmprice td {
	vertical-align:middle;
	line-height: 1.3;
    padding: 5px 5px;
	font-size: 15px;
    letter-spacing: 1px;
}
.rm_table {
	display: inline-block;
	vertical-align: top;
	width: 48%;
}
.priceinfo {
	display: inline-block;
	vertical-align: top;
	width: 48%;
}
table.rmtable tr:nth-of-type(2n) {
	background: #efefef;
}
	@media screen and (max-width:380px) {
		.rmprice {
			font-size: 14px;
			letter-spacing: 0;
		}
		.rinfo li span:nth-of-type(2) {
			width: 73%;
		}
	}
@media screen and (max-width:991px) {
	.rm_table,.priceinfo {
		width: 100%;
	}
	.rmprice {
		padding: 1em 4em 1em 4em;
	}
	.priceinfo {
		padding: 2em 0 2em 0;
	}
	.close {
		right: 45%;
		bottom: 1em;
	}
}
@media screen and (max-width:768px) {
	.rmprice .rmb_tit p {
		font-size: 35px;
	}
	.rmb_tit2 p {
		font-size: 16px;
	}
	.rmb_tit2 b {
		font-size: 24px;
	}
	.rmprice {
		padding: 1em 3em 1em 3em;
	}
}
@media screen and (max-width:600px) {
	.close {
		right: 40%;
	}
	.rmprice {
		padding: 1em 1em 1em 1em;
	}
	.rmprice .rmb_tit p {
		font-size: 30px;
	}
}
@media screen and (max-width:450px) {
	.modal-dialog {
		border-left: 15px solid #000;
	}
	.rmb_tit2 b {
		font-size: 20px;
	}
	.priceinfo {
		padding: 1em 0 2em 0;
	}
	.close {
		background: rgba(255, 255, 255, 0.2) !important;
		color: #fff;
		right:inherit;
		top: .5em;
		bottom: inherit;
		left: .2em;
		transform: unset;
		text-shadow:0 0 0 rgb(0 0 0 / 30%);
		mix-blend-mode: difference;
	}
}
@media screen and (max-width:380px) {
	.rmprice .rmb_tit p {
		font-size: 26px;
	}
	.close {
		right: 35%;
	}
}
@media screen and (max-width:350px) {
	.rmprice .rmb_tit p {
		font-size: 20px;
	}
	.rmb_tit2 p {
		font-size: 15px;
	}
	.rmb_tit2 b {
		font-size: 19px;
	}
	.rmprice .rmb_tit {
		padding: 1em 0 1em;
	}
	.close {
		bottom: .5em;
	}
}
/***inner***/
.innerbg {
	background: url(../../images/intop_bg.jpg) top center no-repeat;
	background-size: auto;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 840px;
	z-index: -99;
}
.inner {
	position: relative;
}
.inner:after {
	content: "";
	background: url(../../images/intop.png) center bottom no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 405px;
	z-index: 0;
}
.inner:before {
	content: "";
	background: #fff;
	top: 405px;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}
/***inbanner***/
.inbanner {
	width: 1553px;
	margin: 0 auto;
	max-width: 100%;
	min-height: 472px;
	position: relative;
	text-align: center;
	z-index: 2;
}
.inbanner_loc {
	background: url(../../images/inbanner_loc.png) top center no-repeat;
	background-size: contain;
}
.inbanner_sce {
	background: url(../../images/inbanner_sce.png) top center no-repeat;
	background-size: contain;
}
.inbanner_note {
	background: url(../../images/inbanner_note.png) top center no-repeat;
	background-size: contain;
}
.inbanner_news {
	background: url(../../images/inbanner_loc.png) top center no-repeat;
	background-size: contain;
}
.intitle {
	color: #fff;
	display: inline-block;
	text-align: right;
	max-width: 90%;
	margin: 0 auto;
	padding-top: 9em;
}
.intitle sup {
	font-size: 18px;
	top: 1em;
}
.intitle sup img {
	vertical-align: middle;
	margin: 0 .5em;
}
.intitle p {
	font-size: 150px;
	font-style: italic;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}
img.cat {
	position: absolute;
    bottom: -4em;
    left: -7em;
    max-width: 27vw;
}
/*innerwrap*/
.innerwrap {
	padding: 6em 0 0 0;
}
.location {
	position: relative;
	padding: 0 0 8em;
}
.location:before {
	content: "";
	background: url(../../images/rm_fac_pattern.jpg) top local repeat;
	width: 90%;
	height: 70%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.location:after {
	content: "";
	background: rgba(159,172,169,.2);
	width: 90%;
	height: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.location p {
	font-size: 40px;
	font-style: italic;
	color: #fff;
	opacity: .5;
	padding: .5em 0;
	text-align: center;
}
.map {
	width: 1330px;
	height: 800px;
	margin: 0 auto;
	max-width: 90%;
	position: relative;
	overflow: hidden;
	border: solid 1px #fff;
	z-index: 3;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:1500px) {
	img.cat {
		left: 1em;
	}
}
@media screen and (max-width:1300px) {
	img.cat {
		bottom: 1em;
	}
	.intitle p {
		font-size: 130px;
	}
	.intitle {
		padding-top: 7em;
	}
	.innerwrap {
		padding: 3em 0 0 0;
	}
	.map {
		height: 600px;
	}
}
@media screen and (max-width:1300px) {
	.intitle p {
		font-size: 100px;
		text-align: center;
	}
	.intitle {
		padding-top: 5em;
	}
	img.cat {
		bottom: 1em;
	}
	.inbanner {
		min-height: 375px;
	}
	.innerwrap {
		padding: 2em 0 0 0;
	}
	.map {
		height: 500px;
	}
	.location {
		padding: 0 0 5em;
	}
	.location p {
		font-size: 30px;
	}
}
@media screen and (max-width:800px) {
	.inbanner {
		min-height: 295px;
	}
	.intitle p {
		font-size: 78px;
	}
	.intitle sup {
		font-size: 16px;
	}
	.intitle {
		padding-top: 4em;
	}
	.map {
		height: 450px;
	}
	.inner:after {
		height: 330px;
	}
	.inner:before {
		top: 330px;
	}
}
@media screen and (max-width:650px) {
	.intitle {
		padding: 3em 0 6em;
	}
	.inbanner {
		min-height: auto;
	}
	.innerwrap {
		padding: 1em 0 0 0;
	}
	.location p {
		font-size: 24px;
	}
	.intitle p {
		font-size: 70px;
	}
	.map {
		height: 400px;
	}
}
@media screen and (max-width:550px) {
	.intitle p {
		font-size: 55px;
	}
	.intitle {
		padding: 2em 0 7em;
	}
	.inlogo {
		padding: 3em 0 2em;
	}
	.location {
		padding: 0 0 3em;
	}
	.inner:after {
		height: 220px;
	}
	.inner:before {
		top: 220px;
	}
	.intitle sup {
		top: 0em;
	}
	.intitle sup img {
		width: 16px;
	}
}
@media screen and (max-width:450px) {
	.intitle p {
		font-size: 45px;
	}
	.intitle sup {
		font-size: 14px;
	}
	.intitle {
		padding: 2em 0 4em;
	}
	.innerwrap {
		padding: 0;
	}
	.map {
		height: 320px;
	}
	.location p {
		font-size: 20px;
	}
}
@media screen and (max-width:380px) {
	.intitle {
		padding: 1em 0 4em;
	}
	.map {
		height: 300px;
	}
}
@media screen and (max-width:350px) {
	.intitle p {
		font-size: 36px;
	}
	.map {
		height: 270px;
	}
}
/***news***/
.news {
	position: relative;
	width: 1260px;
	margin: 2em auto 8em;
	min-height: 500px;
	text-align: left;
	background: url(../../images/rm_fac_pattern.jpg) repeat;
	border-radius: 5px;
	padding: 1em;
	box-shadow: 0px 0px 7px rgb(0 0 0 / 30%);
	max-width: 90%;
}
.news:after {
	content: "";
	border: solid 1px #000000b3;
	width: 95%;
	height: 90%;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	position: absolute;
	pointer-events: none; 
}
.news_tp {
	background: url(../../images/news_line_01.png) center bottom no-repeat;
	background-size: contain;
	width: 100%;
	height: 80px;
}
.news_btm {
	background: url(../../images/news_line_02.png) center top no-repeat;
	background-size: contain;
	width: 100%;
	height: 80px;
}
.newslist {

	background: rgba(255,255,255,.85);
	position: relative;
	padding: 1em 3em;
}
img.news_deco {
	vertical-align: top;
}
.newstable {
	display: inline-block;
	vertical-align: top;
	padding: 1em 1em 1em 3em;
	width: 75%;
}
a.newstit {
	display: block;
}
.newstable table {
	width:100%;
}
.newstable table a {
	display: inline-block;
}
a.newstit {
	display: block !important;
}
.newstable  a:hover {
	color:#529a80;
}
td.newstitle,td.style11 {
	font-size: 15px;
    letter-spacing: 1px;
    color: #899290;
}
img.newsicon {
	max-width:inherit;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: rgba(255, 255, 255, .7);
    border: double 4px #a9a9a9;
    border-radius: 5px;
    padding: .3em 1em;
    margin: 3px;
    font-size: 16px;
    letter-spacing: 2px;
	transition:.2s linear;
}
	button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
		background: rgba(0, 0, 0, 0.5);
		color:#fff;
		border: double 4px #fff;
	}
@media screen and (max-width:1200px) {
	img.news_deco {
		vertical-align: top;
		width: 15vw;
	}
}
@media screen and (max-width:768px) {
	.news {
		margin: 0em auto 6em;
	}
	.newslist {
		padding: 1em 2em;
	}
	.news_tp,.news_btm {
		height: 43px;
	}
	.newstable {
		padding: 1em 1em 1em 1em;
	}
}
@media screen and (max-width:600px) {
	.news_tp, .news_btm {
		height: 33px;
	}
	.news:after {
		width: 90%;
		height: 90%;
	}
}
@media screen and (max-width:450px) {
	.news_tp, .news_btm {
		height: 23px;
	}
	.newslist {
		padding: 0em 1em;
	}
	.news:after {
		width: 95%;
		height: 92%;
	}
	.news {
		margin: 0em auto 4em;
	}
}
@media screen and (max-width:380px) {
	.news {
		padding: .5em;
	}
	.news_tp, .news_btm {
		height: 21px;
	}
	.news:after {
		width: 92%;
		height: 95%;
	}
	.newstable {
		padding: 1em 0em 1em 1em;
	}
}
/***notice***/
.notice {
	width: 1300px;
	margin: 0 auto;
	max-width: 90%;
	padding: 2em 0 8em;
	text-align: left;
}

.note {
	margin-bottom: 2em;
}
.notetit {
	width: 100%;
	min-height: 140px;
	margin-bottom: 2em;
}
.note1 {
	background: url(../../images/note1.png) top center no-repeat;
	background-size: cover;
}
.note2 {
	background: url(../../images/note2.png) top center no-repeat;
	background-size: cover;
}
.note3 {
	background: url(../../images/note3.png) top center no-repeat;
	background-size: cover;
}
@media screen and (max-width:991px) {
	.notice {
		padding: 0 0 8em;
	}
}
@media screen and (max-width:600px) {
	.notetit {
		min-height: 110px;
	}
	.notice {
		padding: 0 0 5em;
	}
}
@media screen and (max-width:450px) {
	.notetit {
		min-height: 90px;
		margin-bottom: 1em;
	}
	.note {
		margin: 1em 0 2em;
	}
	.notice {
		padding: 0 0 3em;
	}
}
/*************************
********services_sce******
**************************/
#services_sce {
	padding: 0 2em 60px;
	width: 1200px;
	margin: 0 auto;
	max-width: 90%;
}

.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:1440px) {
	#services_sce {
		padding: 0 1em 60px;
	}
}
@media (max-width:650px) {
	.scebtn {
		padding:0;
	}
}

@media (max-width:480px) {
	.scebtn h2 {
		margin:1px;
		font-size:15px;
	}
}

@media (max-width:400px) {
	.scebtn {
		margin-bottom: 10px;
	}
}
/***********/

.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:20px;
	letter-spacing: 1px;
	margin: .5em 0;
    display: inline-block;
}

.sceimg img {
	margin: 0 auto;
}

.scep p {
	color: #616161;
	text-align:left;
	margin:10px 0 0 0;
	font-size:16px;
	line-height:1.5;
}
.scemore {
	text-align:right;
}

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

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

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

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

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

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

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

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

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


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

.scebox_content {
	padding: 0 0px;
	margin-top: 30px;
}

.scebox_content .scebox {
	display: inline-block;
	float: left;
	width: 100%;
	margin: 5px;
}

@media (max-width: 1800px) {
	.scebox_content {
		padding: 0px;
	}
}

@media screen and (max-width:1700px) {
	.scebox_content {
		padding: 0 0px;
		margin-top: 30px;
	}
}


/*********************** 20170328  以上 優質a****************/

.scecontainer {
	display: block;
	margin: auto;
	width: 100%;
}

.scecontainer .item {
	margin: 0.5%;
	float: left;
	background: #ffffff;
	display: block;
	width: 24%;
}

@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;
	}
}
/**order**/
.ordericon {
 position:fixed;
 bottom:107px;
 right:0px;
 display:inline-block;
 z-index:8;
}
.ordericon a {
 display: block;
 transition: .3s ease-in-out;
}
.ordericon a:hover {
 transform: scale(0.9);
    opacity: .9;
}


@media(max-width:500px) {
.ordericon {
 bottom:240px;

}
.ordericon img {
 width:94%;
}}