@media print, screen and (min-width: 769px) {
.slider {
	position:relative;
	text-align:center;
}
.slider .catch {
	position:absolute;
	left:50%;
	top:30%;
	margin-left:-260px;
}
.slider .txt-jp {
	position:absolute;
	left:50%;
	top:45%;
	margin-left:-5em;
	color:#212121;
	font-size:18px;
}
.slider .btn-more a {
	position:absolute;
	left:50%;
	top:55%;
	margin-left:-140px;
	display:block;
	width:280px;
	height:60px;
	line-height:60px;
	font-weight:bold;
	color:#333;
	text-align:center;
	text-decoration:none;
	font-size:16px;
	background:#fff000;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	transition:all 0.5s 0s ease;
	-moz-transition:all 0.5s 0s ease;
	-webkit-transition:all 0.5s 0s ease;
	-o-transition:all 0.5s 0s ease;
	-ms-transition:all 0.5s 0s ease;
}
.slider .btn-more a:before {
	content:"\f105";
	font-family:FontAwesome;
	font-weight:normal;
	margin-right:8px;
	color:#666;
}
.slider .btn-more a:hover {
	background:#333;
	color:#FFF;
}
main article {
	width:100%;
}
main article header {
	width:1150px;
	margin:0 auto;
	height:auto;
	margin-bottom:30px;
}
main article header h2 {
	font-size:48px;
	line-height:1.2;
	font-family: 'Open Sans Condensed', sans-serif;
}
main article header h2:after {
	position:absolute;
	top:-2px;
	left:0;
	z-index:2;
	content:'';
	width:1em;
	height:2px;
	background-color:#fff000;
}
main .works {
	padding:60px 0;
}
main .works section {
	width:1150px;
	margin:0 auto;
	height:auto;
}
main .works section ul {
	display:flex;
	flex-wrap:wrap;
}
main .works section ul li {
	width:265px;
	margin-right:30px;
	margin-bottom:30px;
}
main .works section ul li a {
	text-decoration:none;
	color:#333;
}
main .works section ul li:nth-child(4), main .works section ul li:nth-child(8) {
	margin-right:0;
}
main .works section ul li figure {
	margin:0 0 10px 0;
}
main .works section ul li a:hover img, main .works section ul li a:hover p, main .works section ul li a:hover h3 {
	opacity:0.6;
}
main .works section ul li figure figcaption {
	margin-bottom:10px;
}
main .works section ul li figure figcaption span {
	border:#c2c2c2 1px solid;
	color:#333;
	padding:6px;
	font-size:11px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
main .works section ul li figure figcaption span:before {
	content:"\f02b";
	font-family:FontAwesome;
	font-weight:normal;
	margin-right:4px;
	color:#666;
}
main .works section ul li a h3 {
	line-height:1.4;
	margin-bottom:10px;
}
main .works section ul li a h3 span {
	text-decoration:underline;
	color:#007dbb;
}
main .works section ul li a h3:before {
	content:"\f105";
	font-family:FontAwesome;
	font-weight:normal;
	margin-right:4px;
	color:#666;
	text-decoration:none;
}
main .works section ul li a p {
	font-size:13px;
	line-height:1.6;
}
main .service {
	padding:60px 0;
}
.cd-fixed-bg {
	min-height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
.cd-fixed-bg.cd-bg-1 {
	background-image: url(../img/home/pala3.jpg);
}
.cd-scrolling-bg {
	min-height:100%;
}
main .service section {
	width:1150px;
	margin:0 auto;
}
main .service section ul {
	display:flex;
	flex-wrap:wrap;
}
main .service section ul li {
	margin-right:50px;
	margin-bottom:30px;
}
main .service section ul li:nth-child(even) {
	margin-right:0;
}
main .service section ul li a {
	display:block;
	overflow:hidden;
	width:550px;
	background:#FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding:20px;
	text-decoration:none;
	transition:all 0.5s 0s ease;
	-moz-transition:all 0.5s 0s ease;
	-webkit-transition:all 0.5s 0s ease;
	-o-transition:all 0.5s 0s ease;
	-ms-transition:all 0.5s 0s ease;
}
main .service section ul li a:hover {
	opacity:0.8;
}
main .service section ul li a div:first-child {
	width:30%;
	float:left;
}
main .service section ul li a div:last-child {
	width:65%;
	float:right;
}
main .service section ul li a div:first-child img {
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border:#fff000 3px solid;
}
main .service section ul li a h3 {
	font-size:16px;
	margin-bottom:10px;
}
main .service section ul li a h3:before {
	content:"\f138";
	font-family:FontAwesome;
	font-weight:normal;
	margin-right:4px;
	text-decoration:none;
	color:#333;
}
main .service section ul li a p {
	color:#333;
	font-size:14px;
	line-height:1.5;
}
main .update {
	padding:60px 0;
}
main .update h3 {
	font-size:36px;
	margin-bottom:20px;
	font-family: 'Open Sans Condensed', sans-serif;
}
main .update section {
	width:1150px;
	margin:0 auto;
	overflow:hidden;
}
main .update section .information {
	float:left;
	width:550px;
}
main .update section .blog {
	float:right;
	width:550px;
}
main .update section ul li {
	position:relative;
	margin-bottom:20px;
	background:#333;
}
main .update section ul li img {
	border:#eaeaea 1px solid;
}
main .update section ul li .update-time {
	color:#666;
	margin-bottom:6px;
	text-align:right;
	font-size:13px;
}
main .update section ul li .tag span {
	color:#666;
	font-size:11px;
	padding:4px;
	border:#CCC 1px solid;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
main .update section ul li .update-time:before {
	content:"\f017";
	font-family:FontAwesome;
	font-weight:normal;
	margin-right:4px;
}
main .update section ul li a {
	display:flex;
	text-decoration:none;
	color:#333;
	transition:all 0.5s 0s ease;
	-moz-transition:all 0.5s 0s ease;
	-webkit-transition:all 0.5s 0s ease;
	-o-transition:all 0.5s 0s ease;
	-ms-transition:all 0.5s 0s ease;
}
main .update section ul li a:hover {
	opacity:0.9;
}
main .update section ul li a div {
	width:50%;
	background:#FFF;
	padding:10px;
}
main .update section ul li a > p {
	position:absolute;
	left:50%;
	top:50%;
	width:140px;
	margin-left:-70px;
	margin-top:-20px;
	padding:10px 0;
	text-align:center;
	color:#fff;
	background:#000;
	opacity:0;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	transition:all 0.5s 0s ease;
	-moz-transition:all 0.5s 0s ease;
	-webkit-transition:all 0.5s 0s ease;
	-o-transition:all 0.5s 0s ease;
	-ms-transition:all 0.5s 0s ease;
}
main .update section ul li a > p:before {
	content:"\f105";
	font-family:FontAwesome;
	font-weight:normal;
	margin-right:4px;
	color:#fff;
}
main .update section ul li a:hover > p {
	opacity:1;
}
#gmap {
	width:100%;
	height:400px;
}
}