/*--------------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: 18px;
	font-family:'Libre Baskerville','Noto Sans TC',sans-serif;
	overflow-x:hidden;
	color:#fff;
	background:#fff;
}
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:#303030;
	text-decoration: none;
}
a:hover,a:focus {
	text-decoration: none;
	color:#303030;
}
img {
	max-width:100%;
}
::selection {
	background: rgba(204,204,204,1);
}
[lang="one"] {
	font-family: 'Klee One';
	font-weight: 600;
	letter-spacing: 1px;
}

/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
/****overlay start****/
.overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	z-index:40;
	display:none;
}
.overscroll {
	overflow:hidden;
}
/****overlay end****/
/************************/
/****head001 start****/
header {
	z-index:90;
	position:relative;
}
/*mibutton*/
.mibutton {
	position: fixed;
    top: 2em;
    right: 2em;
    z-index: 50;
    cursor: pointer;
    width: 40px;
    height: 30px;
    text-align: left;
	display:none;
}
	.mibutton span {
		display:block;
		text-align:center;
		width:100%;
		height:2px;
		position:absolute;
		top:0;
		left:0;
		background:#fff;
		transition:.3s ease all;
	}
		.mibutton span:nth-child(2) {
			top:10px;
		}
		.mibutton span:nth-child(3) {
			top:20px;
		}
	.mibutton_ani span {
		opacity:1;
		background: #fff;
	}
		.mibutton_ani span:nth-child(1) {
			-webkit-transform:rotate(35deg);
					transform:rotate(35deg);
			-webkit-transform-origin:left bottom;
					transform-origin:left bottom;
		}
		.mibutton_ani span:nth-child(2) {
			opacity:0;
		}
		.mibutton_ani span:nth-child(3) {
			-webkit-transform:rotate(-35deg);
					transform:rotate(-35deg);
			-webkit-transform-origin:center left;
					transform-origin:center left;
		}
/*navbar*/
.navbar {
	background:#fff;
	padding:.2em 2em;
	text-align:left;
	border-radius:0;
    min-height: auto;
    margin: 0;
    border: 0;
	position:absolute;
    top: 0;
    left: 0;
    width: 100%;
	opacity:0;
	pointer-events: none;
}
.navtop,.intop {
	position:fixed;
	z-index:30;
	opacity:1;
	pointer-events:auto;
	background: rgb(28 28 28 / .85);
	transition:.5s ease-in;
}
/*logo*/ 
.logo {
	display:inline-block;
	vertical-align:middle;
	width:20%;
	text-align:right;
}
.logo a {
	display:inline-block;
	transition:.3s ease all;
}
	.logo a:hover {
		opacity:.7;
	}
/*ibutton*/
.ibutton {
	display:inline-block;
	vertical-align:middle;
	text-align:right;
	width:75%;
}
.ibutton ul {
}
.ibutton li {
	display:inline-block;
	vertical-align:middle;
	padding:0 1em;
	letter-spacing:3px;
	text-align:center;
}
.ibutton a {
	position:relative;
	overflow:hidden;
	transition:.2s ease all;
	color:#dddcdc;
	height:30px;
	letter-spacing:1px;
}
	p.en {
		transition:.3s ease all;
	}
	p.ch {
		transition:.3s ease all;
	}
	.ibutton a:hover p.en {
		transform: translateY(-100%);
	}
	.ibutton a:hover p.ch {
		transform: translateY(-100%);
	}
	@media (max-width:1024px) {
		.logo {
			width:25%;
		}
		.ibutton {
			width:70%;
		}
	}
	@media (max-width:1080px) {
		img.ft001_logo {
			max-width: 22vw;
		}
		.mibutton {
			display:block;
			top:1.5em;
		}
		.logo {
			width: 100%;
			text-align: left;
			padding:.3em 2em;
		}
		.logo a {
			display:inline-block;
			width:200px;
		}
		.ibutton {
			width: 100%;
			text-align:center;
			display:none;
			padding-bottom:1em;
		}
		.ibutton li {
			display:block;
			width:100%;
			padding:0;
		}
		.ibutton li a {
			padding:1em;
			transition:.2s ease all;
			height:auto;
		}
			.ibutton li a:hover {
				background:#4c4c4c;
			}
		p.ch {
			font-size:16px;
		}
		.ibutton a:hover p.en,.ibutton a:hover p.ch {
			transform: translateY(0);
		}
		.navbar {
			padding:0;
			position:fixed;
			opacity:1;
			pointer-events:auto;
			background: rgb(28 28 28 / .85);
		}
	}
	@media (max-width:600px) {
		.logo a {
			width: 160px;
		}
		.mibutton {
			top:1.3em;
		}
	}
	@media (max-width:500px) {
		.mibutton {
			right:1em;
		}
		.ibutton a {
			font-size:16px;
		}
		.logo {
			padding: .3em 1em;
		}
	}
	@media (max-width:350px) {
		.mibutton {
			top:1em;
		}
	}
/****head001 end****/
/***********************/
/***a001 start***/
.a001 {
	position:relative;
	background:url(../../images/a001_bg.jpg) top center no-repeat fixed;
	background-size:cover;
	padding: 15em 0 7em;
}
	.a001:before {
		content:'';
		background:rgba(28,28,28,.1);
		position:absolute;
		top:0;
		left:0;
		width:37.8%;
		height:100%;
	}
/*a001_top*/
.a001_top {
	position:relative;
	z-index:3;
	text-align:left;
	color:#fff;
	width:1600px;
	margin:0 auto;
	max-width:90%;
}
	/*a01_left*/
	.a01_left {
		text-align:left;
		display:inline-block;
		vertical-align:middle;
		width:30%;
	}
	.a01_left img {
	}
	.a01_left p {
		font-size:60px;
		font-style:italic;
	}
	/*a01_right*/
	.a01_right {
		display:inline-block;
		text-align:right;
		width:67%;
		vertical-align:middle;
	}
	.a01_right p {
		font-size: 30px;
		font-weight: 700;
		border-bottom: solid 1px #fff;
		padding-bottom:.5em;
		margin-bottom:1.5em;
		padding-right:2em;
	}
	.a01_right span {
		display: inline-block;
		font-size: 20px;
		max-width: 100%;
		text-align: left;
		padding-right:3em;
	}
	b.shape {
		position:relative;
		clip-path: polygon(0 0, 0% 100%, 100% 50%);
		-webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
		background:rgba(255,255,255,.8);
		width:10px;
		height:14px;
		display:inline-block;
		margin:0 5px;
	}
/*a001_btm*/
.a001_btm {
	position:relative;
	z-index:3;
	text-align:right;
	padding: 6em 2em 0 1em;
}
.a001_btm img {
	padding-left:1em;
	-webkit-filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, .8));
	filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, .8));
}
	@media (max-width:1400px) {
		.a001:before {
			width:45vw;
		}
		.a01_left p {
			white-space:nowrap;
		}
	}
	@media (max-width:1200px) {
		.a01_left,.a01_right {
			width:100%;
		}
		.a001 {
			padding: 9em 0 4em;
		}
		.a001_btm img {
			width:24vw;
		}
	}
	@media (max-width:990px) {
		.a001:before {
			width: 54vw;
		}
		.a001 {
			background-attachment:inherit;
			padding: 9em 0 2em;
			background-position-x: 30%;
		}
		.a01_left img {
			width: 35vw;
		}
	}
	@media (max-width:768px) {
		.a001:before {
			width: 100%;
			top: inherit;
			bottom: 0;
			height: 53%;
		}
		.a001 {
			padding:8em 0 2em;
			background-position-x: 15%;
		}
		.a01_right {
			padding-top:3em;
		}
		.a001_btm {
			padding: 2em 2em 0 1em;
		}
		.a01_right p {
			margin-bottom:1em;
		}
	}
	@media (max-width:600px) {
		.a01_left img {
			width: 45vw;
		}
		.a01_left p {
			font-size:45px;
		}
		.a001 {
			padding: 7em 0 3em;
			background-position-x: 12%;
		} 
		.a01_right p {
			font-size:25px;
			padding-right:0;
		}
		.a01_right span {
			font-size:18px;
			padding-right:0;
		}
		.a001_btm img {
			width: 28vw;
		}
		.a01_right {
			padding-top: 2em;
		}
		.a001:before {
			height: 55%;
		}
		.a001_btm {
			padding: 2em 1em 0 1em;
		}
	}
	@media (max-width:450px) {
		.a01_left img {
			width: 55vw;
		}
		.a001 {
			padding:7em 0 3em;
		}
		.a01_right p {
			font-size: 24px;
			text-align: left;
		}
		.a01_right p {
			margin-bottom: .5em;
		}
		.a001_btm img {
			padding-left:.5em;
		}
		.a001:before {
			height:100%;
			background: rgb(28 28 28 / 30%);
		}
	}
	@media (max-width:380px) {
		.a01_right p {
			font-size:20px;
		}
		.a001:before {
			height: 53%;
		}
		.a01_right span {
			font-size: 16px;
		}
		.a01_left p {
			font-size: 40px;
		}
		.a001_btm img {
			padding-left: .2em;
		}
	}
	@media (max-width:350px) {
		.a001:before {
			height: 50%;
		}
		.a01_right {
			padding-top: 1em;
		}
		.a001 {
			padding:6em 0 1em;
		}
		.a01_left p {
			font-size: 35px;
		}
		.logo a {
			width: 110px;
		}
	}
/***a001 end***/
/*****************************/
/***b001 start***/
.b001 {
	position:relative;
	text-align:left;
	background:#e8e8e8;
	z-index:40;
}
.b001_left {
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding:7em 0 4em 6em;
	width:42%;
}
	.b001_left:before {
		content:'';
		background:rgb(38 38 37 / .28);
		width:90%;
		height:100%;
		position:absolute;
		top:0;
		left:0;
		z-index:0;
	}
/*b001_top*/
p.b001_top {
	color:#fff;
	font-size:20px;
	position:relative;
	padding-bottom: .5em;
	margin-bottom:4em;
}
	p.b001_top:after {
		content:'';
		border:solid 1px #fff;
		width:115px;
		height:8px;
		position:absolute;
		left:0;
		bottom:0;
	}
.b001_left img {
	box-shadow: 0px 5px 8px rgba(0,0,0,.1);
}
.b001_deco {
	position: absolute;
    bottom: 0;
    left: 3em;
    color: #fff;
    transform: rotate(-90deg);
    transform-origin: bottom left;
    padding-left: 20em;
	letter-spacing:0;
}
	.b001_deco:after {
		content:'';
		height:3px;
		width: 75%;
		position: absolute;
		bottom:12px;
		left:0;
		background:#fff;
	}
.b001_right {
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding:17em 0 0 8em;
    width:45%;
	color:#303030;
}
.b001_right h6 {
	color:#303030;
	font-size:72px;
	font-weight: 600;
}
.b001_right span {
	display:block;
	font-size:55px;
	letter-spacing:5px;
	padding:.6em 0;
}
.b001_right p {
	line-height:2;
}
	@media (max-width:1430px) {
		.b001_right {
			padding:13em 2em 0 4em;
			width: 54%;
		}
		.b001_left {
			width:45%;
		}
	}
	@media (max-width:1100px) {
		.b001_left {
			width: 90%;
			z-index:5;
			text-align:right;
		}
		p.b001_top {
			text-align:left;
		}
		.b001_right {
			padding: 9em 2em;
			width: 100%;
			text-align: center;
		}
		.b001 {
			background:#e8e8e8;
		}
		.b001:before {
			display:none;
		}
	}
	@media (max-width:840px) {
		p.b001_top {
			margin-bottom: 3em;
		}
		.b001_left {
			padding:5em 0 2em 5em;
		}
		.b001_right {
			padding: 6em 2em 4em;
		}
		.b001_right h6 {
			font-size:80px;
		}
	}
	@media (max-width:600px) {
		p.b001_top {
			margin-bottom: 2em;
		}
		.b001_left {
			padding:5em 0 2em 3em;
		}
		.b001_deco {
			left:2em;
		}
		.b001_right h6 {
			font-size:13vmin;
		}
		.b001_right span {
			font-size:25px;
		}
		.b001_right {
			padding: 6em 2em;
		}
	}
	@media (max-width:500px) {
		.b001_left {
			padding:4em 0 2em 3em;
		}
		p.b001_top {
			font-size: 16px;
		}
		p.b001_top:after {
			width: 90px;
			height: 6px;
		}
		.b001_deco {
			padding-left:15em;
			font-size:15px;
		}
		.b001_deco:after {
			width:67%;
			bottom: 9px;
		}
		.b001_right {
			padding: 4em 2em;
		}
	}
	@media (max-width:430px) {
		.b001_left {
			width:95%;
		}
		.b001_right {
			padding:3em 2em;
			background-position-y: 100%;
		}
		.b001_right h6 {
			font-size: 55px;
		}
		.b001_right span {
			font-size: 22px;
		}
	}
	@media (max-width:350px) {
		.b001_deco {
			padding-left: 10em;
		}
		.b001_deco:after {
			width: 58%;
		}
		.b001_left {
			padding:3em 0 1em 2em;
		}
		p.b001_top {
			font-size: 15px;
			margin-bottom: 1em;
		}
		p.b001_top:after {
			width: 85px;
			height: 5px;
		}
		.b001_right span {
			font-size: 20px;
		}
		.b001_right p {
			font-size: 16px;
		}
	}
/***b001 end***/
/***********************/
/***f_item03 start***/
.f_item03 {
	width:1300px;
	margin:0 auto;
	max-width:90%;
	padding-bottom:2em;
}
/*title*/
.title {
	width:530px;
	margin:0 auto;
	max-width:100%;
	padding:4em 0;
	position:relative
}
	.title:after {
		content:'';
		width:160px;
		margin:0 auto;
		max-width:100%;
		background:#cabaaa;
		height:1px;
		position:absolute;
		bottom:2em;
		left:50%;
		transform:translateX(-50%);
	}
.title h5 {
	font-size:35px;
	font-weight:700;
	color:#000;
	text-align:center;
}
.title span {
	display:block;
	font-size:16px;
	color:#808080;
	text-align:center;
	padding-bottom:.5em;
}
.title p {
	font-size:16px;
	color:#666666;
	text-align:center;
}
.f_item03 ul {
}
.f_item03 li {
	display:inline-block;
	vertical-align:top;
	width:48%;
	padding:2em 3em 3em 1em;
	position:relative;
}
.f_item03 img {
	vertical-align:top;
}
.concept {
	display:inline-block;
	vertical-align:top;
	position:relative;
	max-width: 25vw;
	min-width:58%;
	margin:.5em 0 0 1em;
}
.concept b {
	display:block;
	font-size:20px;
	font-weight:700;
	color:#000;
	text-align:left;
}
.concept sup {
	color:#7c7c7c;
	position:absolute;
	top:0;
	right:0;
	font-size:20px;
	font-style:italic;
	line-height:1;
	width: 170px;
    text-align: left;
}
.concept p {
	color:#404040;
	font-size:16px;
	text-align:left;
	padding-top:1em;
}
	@media (max-width:1100px) {
		.f_item03 li {
			padding: 1em 1em 2em 0em;
		}
		.concept sup {
			font-size: 16px;
			width: 140px;
		}
		.f_item03 img {
			display: block;
			margin: 0 auto;
		}
		.concept {
			max-width: 100%;
			min-width: 100%;
			margin: .5em 0 0 0em;
			padding: 0em 1em;
		}
		.concept sup {
			top:.5em;
		}
	}
	@media (max-width:570px) {
		.f_item03 img {
			width:30%;
		}
		.concept b {
			text-align:center;
		}
		.concept p {
			padding-top:.5em;
		}
		.f_item03 li {
			padding: 0em 1em 2em 0em;
		}
		.concept sup {
			position: relative;
			top: 0;
			width: auto;
			font-size: 15px;
			display: block;
			text-align: center;
		}
		.f_item03 {
			padding-bottom: 1em;
		}
	}
	@media (max-width:450px) {
		.title {
			padding: 3em 0;
		}
		.title h5 {
			font-size:30px;
		}
		.title span {
			font-size:15px;
		}
		.f_item03 li {
			padding: 0em 0em 1em 0em;
		}
		.concept {
			padding: 0em .5em;
		}
		.concept b {
			font-size:18px;
		}
	}
	@media (max-width:350px) {
		.f_item03 li {
			width:100%;
		}
		.concept p {
			text-align:center;
		}
	}
/***f_item03 end***/
/*****************************/
/***e001 start***/
.black {
	background:#000;
}
.e001 .title {
	padding: 4em 0 6em;
}
.e001 .title:after {
	bottom:4em;
}
.e001 .title h5,.e001 .title span,.e001 .title p {
	color:#fff;
}
.e001 .title p {
	text-align:center;
}
/************************/
.e001 {
	width:1300px;
	margin:0 auto;
	max-width:90%;
	text-align:center;
	padding:0em 0 3em;
}
.e001 img:nth-of-type(1) {
	padding-right:15px;
}
.e001 img:nth-of-type(2) {
}
	@media (max-width:1393px) {
		.e001 img:nth-of-type(1) {
			padding-right: 10px;
			width: 35vw;
		}
		.e001 img:nth-of-type(2) {
			width: 52vw;
		}
	}
	@media (max-width:990px) {
		.e001 img:nth-of-type(1) {
			padding-right:7px;
		}
	}
	@media (max-width:800px) {
		.e001 img:nth-of-type(1) {
			padding-right: 0;
			padding-bottom:15px;
			width: 100%;
		}
		.e001 img:nth-of-type(2) {
			width: 100%;
		}
	}
	@media (max-width:500px) {
		.e001 {
			padding:0 0 2em;
		}
		.e001 img:nth-of-type(1) {
			padding-bottom: 5px;
		}
		.e001 .title {
			padding: 4em 0 5em;
		}
	}
	@media (max-width:450px) {
		.e001 .title {
			padding: 3em 0 4em;
		}
		.e001 .title:after {
			bottom: 3em;
		}
	}
/***e001 end***/
/***********************/
/***f_item01 start***/
.f_item01 .title:after {
	display:none;
}
.f_item01 {
	padding-bottom:3em;
}
.f_item01 ul {
	width:1100px;
	margin:0 auto;
	max-width:90%;
	text-align:center;
	color:#000;
}
.f_item01 li {
	display:inline-block;
	vertical-align:top;
	width:47%;
	padding:2em 1em 2em;
	position:relative;
}
	.f_item01 li:before {
		content:'';
		background:#fff;
		position:absolute;
		top:0;
		right:0;
		width:1px;
		height:190px;
	}
	.f_item01 li:nth-of-type(3):before {
		display:none;
	}
.f_item01 li span {
	display:block;
	text-align:center;
}
.f_item01 li b {
	line-height:1;
	font-size:48px;
	position:relative;
	font-weight:400;
}
.f_item01 li p {
}
.f_item01 li strong {
	display:block;
	color:#8f857a;
	font-size:20px;
	font-weight:400;
	padding: .2em 0;
}
	@media (max-width:600px) {
		.f_item01 .title {
			padding: 3em 0 2em;
		}
		.f_item01 li {
			padding:1em .5em;
		}
	}
	@media (max-width:500px) {
		.f_item01 li {
			padding: 0em .5em 1em;
			width: 100%;
		}
		.f_item01 li:before {
			top: inherit;
			right: 0;
			width: 100%;
			height: 1px;
			bottom: 0;
		}
		.f_item01 .title {
			padding: 2em 0 1em;
		}
		.f_item01 {
			padding-bottom: 1em;
		}
		.f_item01 li p {
			font-size:16px;
		}
		.f_item01 li strong {
			font-size:18px;
		}
	}
/***f_item01 end***/
/***********************/
/***d001 start***/
.d001 {
	background:#fffaf3;
	position:relative;
}
/*d001_left*/
.d001_left {
	text-align:left;
	padding:20vh 0 0 0;
	width:570px;
	margin:0 auto;
	max-width:90%;
	color:#1c1c1c;
}
.d001_left h6 {
	color:#7d0000;
	font-size:90px;
	font-weight: 600;
}
.d001_left span {
	display:block;
	font-size:28px;
	letter-spacing:5px;
	padding:.6em 0;
}
.d001_left p {
	line-height:2;
	padding:2em 0 0 0;
}
.d001_btm {
	font-size:15px;
	letter-spacing:1px;
	color:#303030;
	padding-top:33vh;
}
.d001_btm b {
	position:relative;
	height:1px;
	padding-right: 15em;
    margin: 0 5px;
}
	.d001_btm b:after {
		content:'';
		background:#303030;
		position:absolute;
		top:50%;
		left:0;
		width:100%;
		height:1px;
	}
/*d001_right*/
.d001_right {
	padding:0;
}
.d001_slider {
	line-height:0;
}
.d001_s {
	background:#bd9f77;
	text-align:left;
}
.d001_s div {
	padding:0;
}
.d001_s div:nth-of-type(1) {
	padding:3em;
}
.d001_s div p {
	color:#fff;
	font-size:58px;
	line-height:1;
	padding-bottom:2em;
}
.d001_s div span:nth-of-type(1) {
	display:block;
	text-align:left;
	font-size:15px;
	border-bottom:solid 1px #fff;
	color:#fff;
}
.d001_s div span:nth-of-type(2) {
	display:block;
	color:#fff;
	font-size:15px;
	text-align:right;
}
.d001_s div:nth-of-type(2) {
	background:url(../../images/d001_img.jpg) center center no-repeat;
	background-size:cover;
	min-height:390px;
}
	@media (max-width:1600px) {
		.d001_btm {
			padding-top: 22vh;
		}
	}
	@media (max-width:1300px) {
		.d001_btm {
			padding-top: 15vh;
		}
	}
	@media (max-width:1260px) {
		.d001_s div:nth-of-type(1) {
			padding: 2em;
		}
		.d001_s div:nth-of-type(2) {
			min-height:345px;
		}
		.d001_left {
			padding: 12vh 0 0 0;
		}
	}
	@media (max-width:1199px) {
		.d001_left {
			padding: 7em 0 0 0;
		}
		.d001_btm {
			padding: 6em 0 3em;
		}
		.d001_slider {
			background:url(../../images/d001_slide1.jpg) top center no-repeat;
			background-size:cover;
			min-height:650px;
		}
		.d001_slider img {
			display:none;
		}
	}
	@media (max-width:900px) {
		.d001_left {
			padding: 5em 0 0 0;
		}
		.d001_slider {
			min-height:600px;
		}
		.d001_s div:nth-of-type(1) {
			padding: 1.5em;
		}
	}
	@media (max-width:660px) {
		.d001_left h6 {
			font-size:75px;
		}
		.d001_left span {
			font-size:26px;
		}
		.d001_btm b {
			padding-right: 35vw;
		}
		.d001_s div p {
			font-size: 40px;
		}
		.d001_s div:nth-of-type(2) {
			min-height: 270px;
		}
		.d001_slider {
			min-height: 450px;
		}
	}
	@media (max-width:520px) {
		.d001_left {
			padding:4em 0 0 0;
		}
		.d001_left h6 {
			font-size: 65px;
		}
		.d001_left span {
			font-size: 24px;
		}
		.d001_btm {
			padding:5em 0 2em;
		}
		.d001_btm b {
			padding-right: 25vw;
		}
		.d001_s div:nth-of-type(1) {
			padding: 1em;
		}
		.d001_s div:nth-of-type(2) {
			min-height: 240px;
		}
		.d001_slider {
			background:none;
			min-height:auto;
		}
		.d001_slider img {
			display:block;
		}
	}
	@media (max-width:450px) {
		.d001_left h6 {
			font-size:46px;
		}
		.d001_left span {
			font-size:18px;
		}
		.d001_left {
			padding: 3em 0 0 0;
		}
		.d001_left p {
			padding:0;
			font-size:16px;
		}
		.d001_btm {
			font-size:12px;
		}
		.d001_btm b {
			padding-right: 20vw;
		}
		.d001_s div p {
			font-size: 25px;
		}
		.d001_s div:nth-of-type(2) {
			min-height: 185px;
		}
		.d001_s div span:nth-of-type(1),.d001_s div span:nth-of-type(2) {
			font-size:14px;
		}
	}
	@media (max-width:350px) {
		.d001_btm b {
			padding-right: 8vw;
		}
		.d001_left h6 {
			font-size: 42px;
		}
		.d001_left span {
			font-size:18px;
		}
		.d001_btm {
			padding: 3em 0 2em;
		}
	}
/***d001 end***/
/*****************************/
/***inews start***/
.inews {
	background:#ccc;
	text-align:center;
}
/*inews_title*/
.inews_title {
	color:#fff;
	font-size:115px;
	line-height:1.2;
	padding:.7em 1em .5em;
}
.inews_title span {
	display:block;
	text-align:center;
	font-size:30px;
}
.inews_list {
	width:1200px;
	margin:0 auto;
	max-width:90%;
	min-height:300px;
}
.inews_list a {
	color:#fff;
}
.more {
	padding:2em 1em;
}
.more a {
	display:inline-block;
	color:#000;
	position:relative;
	letter-spacing:1px;
	padding:0 .5em;
}
	.more a:before {
		content:'';
		background:#000;
		width:20px;
		height:1px;
		position:absolute;
		bottom:0;
		left:50%;
		transform:translateX(-50%);
		transition:.3s ease all;
	}
	.more a:hover:before {
		width:100%;
	}
	@media (max-width:768px) {
		.inews_title {
			font-size: 90px;
			padding: .5em 1em .5em;
		}
		.inews_title span {
			font-size: 26px;
		}
	}
	@media (max-width:530px) {
		.inews_title {
			font-size: 65px;
		}
		.inews_title span {
			font-size: 22px;
		}
	}
	@media (max-width:450px) {
		.inews_title {
			font-size: 60px;
		}
		.inews_title span {
			font-size: 20px;
		}
		.more {
			padding: 1em 1em;
		}
	}
/***inews end***/
/*****************************/
/***footer006 start***/
/*sub*/
.sub {
	display: inline-block;
    vertical-align: top;
    width: 35%;
	font-family:'Libre Baskerville','Noto Sans TC',sans-serif;
	color:#000;
	font-weight:400;
}
.sub p {
	font-size:35px;
	line-height:1.3;
}
.sub span {
	font-size:16px;
	position:relative;
	display:block;
	padding-bottom:3em;
	letter-spacing:1px;
}
	.sub span:before {
		content:'';
		background:#cabaaa;
		width:155px;
		height:1px;
		position:absolute;
		left:0;
		bottom:0;
	}
.ft006 {
	background:#fff;
	position:relative;
	z-index:3;
	text-align:left;
	font-family: 'Noto Sans TC', sans-serif;
}
.ft006_wrap {
	width:1280px;
	margin:0 auto;
	max-width:90%;
	padding:4em 0 2em;
}
.ft006 .sub {
	width:22%;
}
/*ft006_list*/
.ft006_list {
	display:inline-block;
	vertical-align:top;
	color:#000;
	width: 40%;
    padding: 0 1em;
}
/*ft_btn*/
.ft_btn {
	padding-bottom:2em;
}
.ft_btn a {
	display:inline-block;
	vertical-align:top;
	width:23%;
	padding:0 .5em 0 0;
	-webkit-filter: drop-shadow(0px 0px 0px rgb(51 51 51 / 44%));
	filter: drop-shadow(0px 0px 0px rgb(51 51 51 / 44%));
	transition:.1s linear;
}
	.ft_btn a:hover {
		-webkit-filter: drop-shadow(0px 3px 1px rgb(51 51 51 / 44%));
		filter: drop-shadow(0px 3px 1px rgb(51 51 51 / 44%));
		transform:translateY(-3px);
	}
/*ft_info*/
.ft_info {
	font-size:16px;
}
.ft_info ul {
}
.ft_info li {
}
.ft_info li p:nth-of-type(1) {
	display:inline-block;
	vertical-align:top;
	width:30%;
	white-space:nowrap;
}
.ft_info li p:nth-of-type(2) {
	display:inline-block;
	vertical-align:top;
	word-wrap: break-word;
	word-break: break-all;
	width:70%;
}
.ft_info li b {
	bottom:0;
	line-height:1;
	font-size:24px;
	font-weight:400;
}
.ft_info li span {
	display: block;
    height: 1px;
    width: 22px;
    background: #000;
    margin: 1em 0;
}
.ft_info li p a:hover {
	color: #ab957f;
}
/*ft006_map*/
.ft006_map {
	min-height:270px;
	width:35%;
	position:relative;
	display:inline-block;
	color:#252525;
}

/***ft006_btm***/
.ft006_btm {
	background:#cabaaa;
	text-align:center;
	color:#303030;
	font-size:14px;
	padding:1em;
	position:relative;
}
.ft006_btm a {
	display:inline-block;
	vertical-align:bottom;
	color:#303030;
	font-size:14px;
}
.ft006_share {
    position: absolute;
    top: 1em;
    right: 1em;
	z-index:3;
}
.ft006_share a {
	transition:.2s linear;
	vertical-align:bottom;
	line-height:1;
	-webkit-filter: invert(1);
	filter: invert(1);
    opacity: .6;
}
	.ft006_share a :hover {
		opacity:.5;
	}
.ft006_copy {
}
.ft006_copy p {
	display:inline-block;
}
.ft006_copy a {
	transition:.2s linear;
}
	.ft006_copy a:hover {
		opacity:.7;
	}
	@media (max-width:1300px) {
		.ft006 .sub {
			width: 18%;
		}
		.ft006_list {
			width: 42%;
		}
		.ft_info li p:nth-of-type(2) {
			padding:0 0 0 1.6em;
		}
	}
	@media (max-width:1140px) {
		.ft006 .sub {
			width: 100%;
			padding-bottom:2em;
		}
		.ft006_list {
			width: 60%;
		}
	}
	@media (max-width:991px) {
		.ft006_wrap {
			padding: 3em 0 2em;
		}
		.ft006_share {
			position: relative;
			top: 0;
			right: 0;
		}
	}
	@media (max-width:768px) {
		.ft006_map {
			min-height: 240px;
			width: 38%;
		}
		.ft006 .sub span {
			padding-bottom: 2em;
		}
		.ft006_list {
			padding: 0 1em 0 0;
		}
		.ft_info li p:nth-of-type(1) {
			width:30%;
		}
	}
	@media (max-width:600px) {
		.ft006_list {
			padding: 0 0 1em 0;
			width: 100%;
		}
		.ft_info li p:nth-of-type(1) {
			width: 115px;
		}
		.ft006_map {
			width: 100%;
		}
	}
	@media (max-width:450px) {
		.ft006_wrap {
			padding: 2em 0 1em;
		}
		.ft006 .sub span {
			padding-bottom: 1em;
		}
		.ft006 .sub {
			padding-bottom: 1em;
		}
		.ft_info li p:nth-of-type(2) {
			padding: 0;
			width: 60%;
		}
		.ft_info li p:nth-of-type(1) {
			width: 139px;
		}
		.ft_info li b {
			font-size:20px;
		}
		.ft006_map {
			min-height:200px;
		}
		.ft006_btm {
			font-size: 12px;
			padding: 1em .2em;
		}
		.ft006_btm a,.ft006_btm p {
			font-size:12px;
		}
		.ft_btn {
			padding-bottom: 1em;
		}
		.ft_info {
			font-size: 15px;
		}
	}
	@media (max-width:350px) {
		.ft_btn a {
			width:31%;
		}
		.ft_info li p:nth-of-type(2) {
			width: 59%;
		}
		.ft006_map {
			min-height:180px;
		}
	}
/***footer006 end***/
/***********************/
/***top***/
#gotop {
	position:fixed;
	bottom:3em;
	right:.5em;
	z-index:50;
	cursor:pointer;
	display:none;
}
#gotop i {
	font-size: 40px;
    color:#191818;
	transition:.2s linear;
}
	#gotop:hover i {
		transform:translateY(-5px);
	}
.back {
	position:fixed;
	bottom:6em;
	right:1.2em;
	z-index:10;
	text-align:center;
	display:none;
	line-height:1;
}
.back a {
	color: #F44336;
}
.back a i {
	font-size: 35px;
	transition:.2s linear;
}
.back a p {
	font-weight: bold;
    font-size: 12px;
    letter-spacing: 0px;
}
	.back:hover i {
		transform:translateY(-5px);
	}
	@media (max-width:768px) {
		#gotop {
			bottom:0;
		}
		.back {
			bottom:0;
		}
	}

/***********************/
.space {
	transform:translateY(-82px);
}
	@media (max-width:840px) {
		.space {
		}
	}
/***********************/
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background:#cabaaa;
    border: solid 1px #303030;
    color:#303030;
    border-radius: 2px;
    font-weight: 400;
    transition: .2s linear;
    padding: 0em 1em;
    height: auto;
    line-height: 2;
	font-size:16px;
	margin:5px;
}
button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	background:#655749;
    color: #ffffff;
}
.table-responsive {
	border:0;
	margin:10px 0;
}
/***news*************************************************************************************************/
.news {
	width:1200px;
	margin:0 auto;
	max-width:90%;
	padding:6em 0 3em;
	color:#000;
	font-size:16px;
}
.newslist {
	min-height:300px;
	text-align:center;
}
.newslist table .h1,.newslist table .h2,.newslist table .h3,.newslist table .h4,.newslist table .h5,.newslist table .h6,.newslist table h1
,.newslist table h2,.newslist table h3,.newslist table h4,.newslist table h5,.newslist table h6 {
	line-height: normal;
}
/***newslist_rwd***/
.newslist_rwd {
	padding-bottom: 1em;
    text-align: left;
   padding: 0em 1em 1em;
}
.newslist_rwd a {
	position:relative;
	transition:.3s ease all;
	line-height: 1.5;
	color:#000;
	text-align:center;
}
/*npic*/
.npic {
	position: relative;
    width:300px;
    min-height:300px;
    transition: .3s ease all;
    display: inline-block;
    vertical-align: top;
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	clip-path: circle(50% at 50% 50%);
	-webkit-clip-path: circle(50% at 50% 50%);
}
.npicimg {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-position:center center;
}
	.newslist_rwd a:hover .npic {
		transform:translateY(-5px);
	}
/*ntitle*/
.ntitle {
	text-align:left;
	position:relative;
	margin:1em 0 .5em 0;
	width: 100%;
    padding:0;
	display:inline-block;
	vertical-align:top;
}
.inews .ntitle p {
	color: #fff;
}
.ntitle p {
	position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000;
    font-size: 18px;
    margin: 0em 0 0em;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
	line-height:1.3;
}
.ntitle p a {
	display:inline-block;
}
.ntitle p a:nth-of-type(1) {
	display:block;
	overflow:hidden;
}
.ntitle span {
    text-align: left;
    padding: 0 3px;
    font-size: 16px;
	color: #000;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	transition:.2s ease all;
}
.ntitle b {
	color: #adadad;
    font-weight: 500;
    font-size: 12px;
    padding: 0;
}
	.newslist_rwd a:hover .ntitle span {
		color:#d0771c;
	}
/*page_num*/
.page_num {
	padding:1em 0;
}
.page_num a {
	display:inline-block;
}
.inews .page_num {
	display:none;
}
	@media(max-width:1080px) {
		.npic {
			min-height: 250px;
			width: 250px;
		}
	}
	@media(max-width:600px) {
		.npic {
			min-height: 200px;
			width: 200px;
		}
		.newslist_rwd {
			text-align: left;
			padding: 0em .5em 1em;
		}
		.news {
			padding: 3em 0 1em;
		}
	}
	@media(max-width:500px) {
		.npic {
			min-height: 160px;
			width: 160px;
		}
		.ntitle p {
			font-size:16px;
		}
		.ntitle {
			margin: .2em 0;
		}
		.news {
			padding: 2em 0 1em;
		}
	}
	@media(max-width:380px) {
		.npic {
			min-height: 140px;
			width: 140px;
		}
	}
	@media(max-width:350px) {
		.npic {
			min-height: 120px;
			width: 120px;
		}
	}
/***inbanner***/
.inbanner {
	background:url(../../images/inbanner.jpg) top center no-repeat;
	background-size:cover;
	min-height:598px;
	position:relative;
}
.intitle {
	width:auto;
	margin:0 auto;
	max-width:90%;
	color:#303030;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.intitle p {
	font-size:85px;
	line-height:1;
	text-align:right;
}
.intitle sub {
	font-size:26px;
	position:relative;
	line-height:1;
	bottom: 0;
    display: block;
	padding-left: .2em;
}
	.intitle sub:before {
		content:'';
		background:#fff;
		width:40%;
		height:1px;
		position:absolute;
		top:50%;
		right:0;
	}
.intitle span {
	display:block;
	text-align:right;
	font-style:italic;
	letter-spacing:1px;
	font-size: 14px;
}
	@media(max-width:1200px) {
		.inbanner {
			min-height: 475px;
		}
	}
	@media(max-width:900px) {
		.intitle p {
			font-size:65px;
		}
		.intitle sub {
			font-size:24px;
		}
		.intitle {
			top:60%;
		}
		.inbanner {
			min-height: 350px;
		}
	}
	@media(max-width:600px) {
		.intitle p {
			font-size: 65px;
		}
		.intitle sub {
			font-size: 18px;
		}
		.intitle sub:before {
			width:40%;
		}
		.intitle span {
			font-size:12px;
		}
		.inbanner {
			min-height: 300px;
		}
	}
	@media(max-width:450px) {
		.intitle sub {
			font-size: 16px;
		}
	}
/***scroll***/
.scroll {
	position: absolute;
    text-align: center;
    left: 17%;
    bottom: 12em;
	z-index:5;
}
.scroll a {
	background:rgba(255,255,255,.5);
	border-radius:100%;
	width:100px;
	height:100px;
	position:relative;
}
	.scroll a:before {
		content:'';
		background:rgba(255,255,255,.3);
		width:100px;
		height:100px;
		position:absolute;
		top:0%;
		left:0%;
		opacity:0;
		transition:2s linear;
		border-radius:100%;
		z-index:-1;
		transform-origin:center center;
	} 
	.scroll a:hover:before {
		animation:circle .6s ease-in;
	}
		@keyframes circle {
			0% {
				transform:scale(1);
				opacity:0;
			}
			20% {
				opacity:.6;
			}
			100% {
				transform:scale(1.2);
				opacity:0;
			}
		}
.scroll span {
	color:#222221;
	font-size:18px;
	letter-spacing:0px;
	padding: 2em 0 0 0;
    display: block;
}
.scroll img {
	animation:enter 1s infinite alternate;
}
	@keyframes enter {
		0% {
			transform:translateY(-5px);
		}
		100% {
			transform:translateY(15px);
		}
	}
	@media(max-width:1260px) {
		.scroll {
			left:6%;
		}
		.scroll a,.scroll a:before {
			width:90px;
			height:90px;
		}
		.scroll span {
			font-size:16px;
		}
	}
	@media(max-width:990px) {
		.scroll {
			display:none;
		}
	}
	.hasyTc {
		color: #fff !important;
		font-size: 0px !important;
		display: none !important;
	}
/***service***/
.service_tit p {
    white-space: nowrap;
    letter-spacing: 0px;
}
.service_block {
	text-align: center;
}
.service {
	border-top: solid 24px #000;
	padding-bottom: 2em;
}
.charge {
	border-top: solid 24px #ccb99b;
	background: rgba(204,185,155,.25);
}
.ser_tit {
	position: relative;
	padding: 2em 1em;
}
.ser_tit:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 14px 0 14px;
	border-color: #000000 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.charge .ser_tit:before {
	border-color: #ccb99b transparent transparent transparent;
}
.ser_tit p {
	font-size: 36px;
	font-weight: 900;
	color: #000;
}
.ser_tit span {
	display: block;
	color: #808080;
	letter-spacing: 1px;
	font-size: 16px;
}
/*ser_wrap*/
.ser_wrap {
	width: 990px;
	max-width:90%;
	margin: 0 auto;
	text-align: left;
	padding-left: 4em;
}
/*step*/
.step {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	padding: 1em;
	text-align: left;
	min-height: 170px;
	position: relative;
	margin: 2em 0;
}
.number {
	display: inline-block;
	vertical-align: top;
	color: #d2c1a6;
	min-height: 170px;
	position: absolute;
	top: 0;
	left: 0;
}
.number:after {
	content: "";
	background: #d2c1a6;
	width: 1px;
	height: 90%;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
}
.number span {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	border: solid 1px #d2c1a6;
	font-size: 16px;
	font-style: italic;
	display: block;
	padding: 10px 0 0 0;
	text-align: center;
	letter-spacing: 1px;
	background: #fff;
}
.number b {
	font-size: 45px;
	position: relative;
	line-height: 1;
}
.step_list {
	color: #000;
    padding: .5em 2em 0em 4em;
}
.step_list h6 {
	font-size: 26px;
}
.step_list h6 img {
	vertical-align: bottom;
}
.step_list h6 sub {
	font-size: 16px;
	color: #cabaaa;
	display: inline-block;
	bottom: 0;
	position:relative;
	line-height: 1;
}
.step_list ul {
	padding: 1em 0;
}
.step_list li {
	position: relative;
	color: #404040;
	padding: .1em 0 .1em .7em;
}
.step_list li:before {
	content: "";
	width: 2px;
	height: 2px;
	border-radius: 100%;
	background: #404040;
	position: absolute;
	top: 13px;
	left: 0;
}
.charge_list {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	position: relative;
	padding: .5em 1em 1em 1em;
	margin: 2em 0;
}
.charge_list:after {
	content: "";
	width: 80%;
	height: 1px;
	background: #ccb99b;
	position: absolute;
	left: 0;
	bottom: 0;
}
.char_tit {
	position:relative;
}
.char_tit p {
	font-size: 20px;
	font-weight: 700;
	position: relative;
	z-index: 3;
}
.char_tit:after {
	content: "";
	background: #ccb99b;
	width: 154px;
	height: 10px;
	position: absolute;
	top: 11px;
    left: 6em;
}
@media(max-width:768px) {
	.service_tit p {
		font-size: 75px;
	}
	.step,.charge_list {
		margin:.5em 0;
		width: 100%;
	}
}
@media(max-width:670px) {
	.service_tit p {
		font-size: 10vmin;
	}
}
@media(max-width:550px) {
	.ser_wrap {
		padding-left: 1em;
	}
	.service_tit p {
		text-align: center;
	}
	.charge_list:after {
		width: 90%;
	}
}
@media(max-width:450px) {
	.ser_tit {
		padding: 2em 1em 1em;
	}
	.ser_wrap {
		padding-left: 0em;
	}
	.step_list {
		padding: 0em 0em 0em 4em;
	}
	.charge_list {
		padding: .5em 0em 0em 1em;
	}
	.step {
		padding:.5em 0 0 1em;
	}
	.charge_list:after {
		width: 100%;
	}
	.intitle sub:before {
		width: 28%;
	}
	.step_list h6 {
		font-size: 23px;
	}
}
@media(max-width:380px) {
	.intitle sub:before {
		width: 29%;
	}
}
@media(max-width:350px) {
	.intitle sub:before {
		width: 19%;
	}
	.number {
		top: 0;
		left: 0;
		width: 100%;
		min-height: auto;
		position: relative;
	}
	.number:after {
		width: 100%;
		height: 1px;
		bottom: 50%;
		left: 0;
	}
	.step_list {
		padding: .5em 0em 0em 1em;
	}
	.step {
		padding: .5em 0 0 0em;
		margin: 0;
	}
	.charge_list {
		padding: .5em 0em 0em .5em;
		margin: 0;
	}
}

/*---location-------------------------------------------------------------------------------------------------------------------*/
.locbg{
	background:rgba(204,185,155,.25);
}
.location {
	width:1000px;
	margin:0 auto;
	max-width:90%;
	padding:7em 0 10em;
}
/***loc***/
.loc {
	padding:1em 0;
	text-align:left;
	position:relative;
	border-bottom:dashed 1px #000;
}
/*map*/
.map {
	position:relative;
	width:50%;
	min-height:345px;
	display:inline-block;
	vertical-align:top;
}
.map iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/*loc_info*/
.loc_info {
	display:inline-block;
	vertical-align:top;
	width:46%;
	padding:3em 0 1em 2em;
}
.loc_title {
	display:inline-block;
	vertical-align:bottom;
	min-width:195px;
}
.loc_title img {
	vertical-align:top;
}
.loc_title h4 {
	color:#cabaaa;
	font-size:25px;
	font-weight:500;
	display:inline-block;
	vertical-align:top;
	padding:0 .2em;
}
.loc_info a {
	color:#639a21;
}
	.loc_info a:hover {
		color:#e77455;
	}
/*loc_area*/
.loc_area {
	display:inline-block;
	vertical-align:bottom;
	color:#9fa0a0;
	position: absolute;
    right: 0;
    top: 2.5em;
	font-size:25px;
	text-align:right;
	font-weight:500;
	line-height:1;
}
	.loc_area:after {
		content:'';
		position:absolute;
		bottom:0;
		left: 0;
	    width: 100%;
		height:1px;
		background:#9fa0a0;
	}
.loc_area sup {
	font-size:14px;
	right: 0;
    top:-.5em;
    display: block;
	font-weight:300;
}
.loc_info ul {
}
.loc_info li {
	position:relative;
	margin:1em 0;
	color: #555;
}
.loc_info li img {
	position:absolute;
	top:0;
	left:0;
}
.loc_info p {
	display:inline-block;
	vertical-align:top;
	border-bottom:dashed 1px #a0a0a0;
	width:100%;
	margin: 0 0 0 2em;
	line-height:1.5;
	padding-bottom:.3em;
}
.loc_info li span {
	font-size:25px;
	font-weight:500;
	line-height:1;
}
	.loc_info li:last-of-type p {
		border:0;
	}
	@media screen and (max-width:975px) {
		.loc_area:after {
			left: -2em;
			width: 50%;
		}
	}
	@media screen and (max-width:850px) {
		.loc_area:after {
			left: -1em;
			width: 25%;
		}
	}
	@media screen and (max-width:790px) {
		.map {
			width:100%;
		}
		.loc_info {
			width: 100%;
			padding: 2em 0 0em 0em;
			position:relative;
		}
		.loc {
			padding: 2em 0 1em;
		}
		.loc_info p {
			width:93%;
		}
		.loc_area {
			top:1.5em;
		}
		.loc_area:after {
			left:-150px;
			width:150px;
		}
	}
	@media screen and (max-width:510px) {
		.location {
			padding: 4em 0 7em;
		}
		.map {
			min-height:280px;
		}
		.loc_area:after {
			left: -100px;
			width: 100px;
		}
	}
	@media screen and (max-width:430px) {
		.loc_area:after {
			left: -12vw;
			width: 12vw;
		}
		.loc_info li span {
			font-size:22px;
		}
	}
	@media screen and (max-width:380px) {
		.loc_area:after {
			left: -5vw;
			width: 5vw;
		}
	}
	@media screen and (max-width:350px) {
		.loc_title h4 {
			font-size:23px;
		}
		.loc_info li span {
			font-size:20px;
		}
		.loc_area {
			font-size:20px;
		}
		.loc_area sup {
			font-size:12px;
		}
		.loc_area {
			top: 2em;
		}
		.loc_area:after {
			left: -3vw;
			width: 3vw;
		}
		.map {
			min-height:230px;
		}
	}
#loc1,#loc2,#loc3,#loc4,#loc5,#loc6,#loc7,#loc8,#loc9,#loc10,#loc11 {
	transform:translateY(-100px);
}
	@media screen and (max-width:1080px) {
		#loc1,#loc2,#loc3,#loc4,#loc5,#loc6,#loc7,#loc8,#loc9,#loc10,#loc11 {
			transform:translateY(-90px);
		}
	}
	@media screen and (max-width:430px) {
		#loc1,#loc2,#loc3,#loc4,#loc5,#loc6,#loc7,#loc8,#loc9,#loc10,#loc11 {
			transform:translateY(-80px);
		}
	}
/*ft_loc*/
ul.ft_loc {
}
ul.ft_loc p {
	display:block;
	vertical-align:middle;
	padding-right:1em;
}
ul.ft_loc p img {
	width: 40px;
    margin-right: -14px;
}
ul.ft_loc li {
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	width: 30%;
    padding: 0.5em;
}
ul.ft_loc a {
	border:solid 2px #cabaaa;
	border-radius:100px;
	transition:.3s ease all;
}
	ul.ft_loc a:hover {
		background:#cabaaa;
	}
	
	
/**order**/
.ordericon {
	position: fixed;
    bottom: 99px;
    right: 7px;
    display: inline-block;
    z-index: 999;
}
.ordericon a {
	display: block;
	transition: .3s ease-in-out;
}
.ordericon a:hover {
	transform: scale(0.9);
    opacity: .9;
}

@media screen and (max-width:900px) {
	.ordericon {
		right:22px;
	}
}
@media screen and (max-width:500px) {
	.ordericon {
    right: 3px;
    bottom: 40px;
    width: 14%;
	}
	.ordericon img {
		width:100%;
	}
}	
	
/***********************/
/***works start***/
.works{
width: 100%;
padding-top: 8rem;
display: flex;
}

.works .works_lt, .works .works_rt{
	width: 50%;
	overflow: hidden;	
	margin: 1rem;
}
.works .works_lt a, .works .works_rt a{
	position: relative;
	display: grid;
}
a .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}
a:hover .item-image img {
  transform: scale(1.1);
}

.works_lt a .works_txt, .works_rt a .works_txt{
	width: 345px;
	max-width: 100%;
	height: 345px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: .5s all;
	z-index: 5;
}
.works_lt a:hover .works_txt, .works_rt a:hover .works_txt{
	filter: invert(1);
}
@media screen and (max-width:768px){
	.works {
    flex-wrap: wrap;
    padding-top: 9rem;
}
.works .works_lt, .works .works_rt {
    width: 100%;
}
}
@media screen and (max-width:414px){
	.works_lt a .works_txt, .works_rt a .works_txt {
    width: 50%;
    height: 207px;
}
a .item-image img{
	height: 430px;
	object-position: top;
}
}

/***works end****/
/***********************/

