﻿@charset "utf-8";
/*------------------------------------------------------------
	reset
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Microsoft YaHei, sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {

}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
#gHeader {
	position: relative;
}

#gHeader .hBox{
	padding: 0 50px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	z-index: 100;
	background: rgba(255,255,255,.9);
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}



#gHeader h1 {
	padding-top: 18px;
	float: left;
}

#gHeader h1 img {
	width: 520px;
}
@media all and (min-width: 1200px) and (max-width: 1495px) {
#gHeader .hBox{
	padding: 0 30px;
}
#gHeader h1 {
	padding-top: 28px;
}
#gHeader h1 img {
width: 430px;
}
}
#gHeader .tel {
	margin-top: 32px;
	padding: 5px 30px;
	float: right;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	background: #FF8005;
	border-radius: 50px;
}

@media all and (min-width: 1200px) and (max-width: 1495px) {
#gHeader .tel {
padding: 5px 18px;
}
}
.mainImg {
	overflow: hidden;
	z-index: 50;
	position: relative;
}

.mainImg .textImg {
	width: 100%;
	position: absolute;
	left: 0;
	top: 28%;
	text-align: center;
}

.mainImg .pic01,
.mainImg .pic02,
.mainImg .pic03 {
	width: 100%;
	height: 750px;
	float: left;
}

.mainImg .pic01 {
	background: url(img/mainimg01.jpg) no-repeat center center;
	background-size: cover;
}

.mainImg .pic02 {
	background: url(img/mainimg02.jpg) no-repeat center center;
	background-size: cover;
}

.mainImg .pic03 {
	background: url(img/mainimg03.jpg) no-repeat center center;
	background-size: cover;
}

.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 15px;
	text-align: center;
}

.slick-dots li {
	margin: 0 10px;
	width: 14px;
	height: 14px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #FF8005;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #FF8005;
}


/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-right: 30px;
	width: 40%;
	float: right;
}

@media all and (min-width: 1200px) and (max-width: 1495px) {
#gNavi {
	width: 40%;
}
}
#gNavi li {
	width: 14.28%;
	float: left;
}

#gNavi li a {
	padding: 43px 0;
	display: block;
	color: #000;
	font-size: 16px;
	text-align: center;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

#gNavi li a:hover {
	color: #fff;
	background: #FF8005;
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
}

#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2em;
}

#pagePath li a {
}

.mainBox {
	padding: 70px 0;
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	padding-left: 370px;
}

#conts .comList li {
	margin: 0 1% 30px;
	width: 23%;
	float: left;
}

#conts .comList li a {
	padding: 5px;
	display: block;
	border: 1px solid #efefef;
}

#conts .comList li .photo {
	overflow: hidden;
}

#conts .comList li .photo img {
	width: 100%;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

#conts .comList li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#conts .comList li p {
	padding: 10px;
	font-size: 16px;
	position: relative;
	text-align: center;
	background: #efefef;
}




/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#side {
	width: 280px;
	float: left;
}

#side li {
	margin-bottom: 15px;
}

#side li a {
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 8px;
}

#side li a img {
	width: 100%;
	height: 90px;
	object-fit: cover;
	object-position: center center;
}

#side li a span {
	padding: 0 20px;
	width: 100%;
	height: 90px;
	line-height: 90px;
	color: #fff;
	font-size: 17px;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.6);
	box-sizing: border-box;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

#side li a:hover span {
	padding: 0 30px;
	background: #FF8005;
}

#side li a span em {
	position: absolute;
	right: 20px;
	top: 0;
	font-style: normal;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

#side li a:hover span em {
	right: 30px;
}

/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	background: #323232;
}

#gFooter .fBox {
	margin: 0 auto;
	padding: 70px 0;
	width: 1300px;
	position: relative;
	border-bottom: 1px dotted #666;
}

#gFooter .fBox .logoBox {
	margin: 10px 5% 0 0;
	float: left;
}

#gFooter .logoBox .tel {
	color: #FF8005;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	left: 10px;
	bottom: 60px;
}

#gFooter .logoBox .tel span {
	padding: 0 60px 0  45px;
	display: inline-block;
	background: url(img/f_tel.png) no-repeat left center;
	background-size: 35px 35px;
}

#gFooter .proNavi {
	margin: 20px 2% 0 0;
	width: 17%;
	float: left;
}

#gFooter .proNavi li {
	margin-bottom: 10px;
	width: 33.33333%;
	float: left;
	color: #fff;
}

#gFooter .proNavi li a {
	color: #fff;
	font-size: 15px;
}

#gFooter .proNavi li a:hover {
	text-decoration: underline;
}

#gFooter .code {
	padding-top: 10px;
	width: 150px;
	float: left;
	text-align: center;
}

#gFooter .code img {
	width: 120px;
}

#gFooter .code span {
	margin-top: 10px;
	display: block;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

#gFooter .contact {
	width: 30%;
	float: right;
}

#gFooter .contact p {
	color: #fff;
	font-size: 15px;
	line-height: 1.8;
}

#gFooter .contact .ttl {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

#gFooter .fNavi {
	margin: 0 auto;
	padding: 40px 0;
	width: 1300px;
}

#gFooter .fNavi li {
	width: 14.28%;
	float: left;
	text-align: center;
}

#gFooter .fNavi li a {
	color: #fff;
	font-size: 16px;
}

#gFooter .fNavi li a:hover {
	text-decoration: underline;
}

.copyright {
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 15px;
	background: #000;
}

.copyright a{color:#fff;}

.copyright span {
	margin-left: 30px;
}

.copyright span a {
	color: #fff;
}

.copyright span a:hover {
	text-decoration: underline;
}


.headLine01 {
	margin-bottom: 30px;
	font-size: 50px;
	text-align: center;
}

.headLine01 span {
	margin-top: 10px;
	padding-top: 13px;
	display: block;
	color: #333;
	font-size: 15px;
	font-weight: normal;
	position: relative;
}

.headLine01 span:before {
	margin-left: -40px;
	width: 80px;
	height: 4px;
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	background: #FF8005;
}

.headLine02 {
	margin-bottom: 30px;
	color: #fff;
	font-size: 50px;
	text-align: center;
}

.headLine02 span {
	margin-top: 10px;
	padding-top: 13px;
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	position: relative;
}

.headLine02 span:before {
	margin-left: -40px;
	width: 80px;
	height: 4px;
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	background: #FF8005;
}

.pageLead {
	height: 500px;
	position: relative;
	background: url(img/pagelead.jpg) no-repeat center center;
	background-size: cover;
}

.pageLead h2 {
	margin: 0 auto;
	padding-top: 220px;
	width: 80%;
	min-width: 1200px;
	color: #fff;
	font-size: 50px;
}

.pageLead h2 span {
	margin-top: 10px;
	display: block;
	font-size: 20px;
}

.pageAbout {
	margin: 0 auto 70px;
	padding: 60px 0 0;
	width: 1300px;
	background: url(img/about_bg02.png) no-repeat center top;
	background-size: 100% auto;
}

.pageAbout h3 {
	margin-bottom: 30px;
	font-size: 50px;
	text-align: center;
}

.pageAbout p {
	margin-bottom: 20px;
	color: #333;
	font-size: 16px;
	line-height: 1.7;
	text-indent: 2em;
}

.pagePath {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	background: rgba(0,0,0,.4);
}

.pagePath .sub {
	margin: 0 auto;
	padding: 20px 50px;
	width: 80%;
	min-width: 1200px;
	color: #fff;
	font-size: 16px;
	box-sizing: border-box;
	background: url(img/home.png) no-repeat left center;
	background-size: 30px 30px;
}

.pagePath .sub a {
	color: #fff;
}

.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 3px;
	border-radius: 3px;
}

.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 3px;
    border-radius: 3px;
}

.pagination a:hover {
	color: #FF8005;
	border: 1px solid #FF8005;
}

.pagination a.page-num-current {
	color: #fff;
	background: #FF8005;
	border: 1px solid #FF8005;
}

.pagination .page-status {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 3px;
	border-radius: 3px;
}

.pagination .page-status,
.pagination .page-index,
.pagination .page-last {
	display: none;
}
	.imgbox{ display:block; position:relative;  }
.imgbox:before{content:""; display:block; padding-top:75%}
.imgbox img{ height:100% ; position:absolute; width:100%;top:0; left:0; display:block; width:100%;}