@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: 1280px;
	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 .hInner {
	padding: 6px 0;
	border-bottom: 1px dotted #666;
}

#gHeader .sub {
	margin: 0 auto;
	width: 90%;
	min-width: 1300px;
}

#gHeader .hInner p {
	float: left;
	color: #333;
	font-size: 15px;
}

#gHeader .hInner ul {
	float:right;
}

#gHeader .hInner li {
	display: inline;
	color: #333;
}

#gHeader .hInner li a {
	margin: 0 10px;
	color: #333;
}

#gHeader .hInner li a:hover {
	text-decoration: underline;
}

#gHeader .hBox {
	margin: 0 auto;
	padding: 15px 0;
	width: 90%;
	min-width: 1300px;
}

#gHeader .logo {
	float: left;
}

#gHeader h1 {
	margin-right: 15px;
	float: left;
}

#gHeader .logo p {
	padding: 15px 0 13px 15px;
	float: left;
	color: #666;
	font-size: 15px;
	background: url(../images/line.png) no-repeat left center;
	background-size: 1px 100%;
}

#gHeader .logo p span {
	display: block;
	color: #333;
	font-size: 22px;
}

#gHeader .logo p em {
	color: #1488F5;
	font-style: normal;
	font-weight: bold;
}

#gHeader .hTel {
	margin-top: 5px;
	padding-left: 75px;
	float: right;
	font-size: 16px;
	background: url(../images/tel.png) no-repeat left center;
	background-size: 60px 60px;
}

#gHeader .hTel span {
	display: block;
	color: #F8770F;
	font-family: Impact;
	font-size: 42px;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	background: #1488F5;
}

#gNavi ul {
	margin: 0 auto;
	width: 90%;
	min-width: 1300px;
}

#gNavi li {
	width: 14.28%;
	float: left;
}

#gNavi li a {
	padding: 20px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	position: relative;
	text-align: center;
}

#gNavi li a:hover {
	background: #F8770F;
}


/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
.mainImg {
	margin-bottom: 60px;
	position: relative;
}

.mainImg .pic01,
.mainImg .pic02,
.mainImg .pic03,
.mainImg .pic04 {
	width: 100%;
	height: 600px;
	float: left;
}

.mainImg .pic01 {
	background: url(../images/mainimg01.jpg) no-repeat center center;
	background-size: cover;
}

.mainImg .pic02 {
	background: url(../images/mainimg02.jpg) no-repeat center center;
	background-size: cover;
}

.mainImg .pic03 {
	background: url(../images/mainimg03.jpg) no-repeat center center;
	background-size: cover;
}

.mainImg .pic04 {
	background: url(../images/mainimg04.jpg) no-repeat center center;
	background-size: cover;
}

.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}

.slick-dots li {
	margin: 0 20px 0 0;
	width: 14px;
	height: 14px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #F8770F;
}


.pageLead {
	padding-top: 120px;
	height: 500px;
	background: url(../images/page_lead.jpg) no-repeat center center;
	box-sizing: border-box;
}

.pageLead h2 {
	margin: 0 auto;
	padding: 50px 0;
	width: 500px;
	color: #333;
	font-size: 50px;
	font-weight: normal;
	text-align: center;
	background: rgba(255,255,255,.6);
}

.pageLead h2 span {
	display: block;
	font-size: 30px;
}

/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	background: #242424;
}

#gFooter .inner {
	margin: 0 auto;
	padding: 50px 0;
	width: 1300px;
}

#gFooter .left {
	padding-top: 15px;
	width: 550px;
	float: left;
}

#gFooter .left .logo {
	margin-right: 30px;
	float: left;
}

#gFooter .left .logo img {
}

#gFooter .left .tel {
	padding: 4px 0 4px 25px;
	float: left;
	color: #fff;
	font-size: 30px;
	line-height: 1.4;
	border-left: 1px solid #fff;
}

#gFooter .left ul {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #b6b6b6;
}

#gFooter .left li {
	width: 14.28%;
	float: left;
}

#gFooter .left li a {
	color: #b6b6b6;
	font-size: 15px;
}

#gFooter .left li a:hover {
	text-decoration: underline;
}

#gFooter .center {
	padding: 30px 50px 0;
	width: 450px;
	float: left;
}

#gFooter .center .title {
	margin-bottom: 15px;
	color: #fff;
	font-size: 20px;
}

#gFooter .center .txt {
	padding-left: 35px;
	color: #b6b6b6;
	font-size: 15px;
	line-height: 2.22;
	background: url(../images/dhtb.png) no-repeat left 3px;
}

#gFooter .right {
	width: 180px;
	float: right;
	text-align: center;
}

#gFooter .right img {
	width: 140px;
}

#gFooter .right span {
	margin-top: 10px;
	display: block;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

#gFooter .copyright {
	padding: 15px 0;
	text-align: center;
	color: #b6b6b6;
	font-size: 15px;
	border-top: 1px solid #666;
}

#gFooter .copyright a {
	color: #b6b6b6;
}

#gFooter .copyright a:hover {
	text-decoration: underline;
}

.headLine01 {
	margin-bottom: 30px;
	color: #1488F5;
	font-size: 40px;
	text-align: center;
}

.headLine01 .en {
	margin-bottom: -90px;
	display: block;
	font-size: 80px;
	font-family: Impact;
	color: #000;
	opacity: 0.05;
}

.headLine01 .en .ttl {
	position: relative;
}

.headLine01 .name {
	margin-left: 10px;
	padding: 0 20px;
	display: inline-block;
	color: #fff;
	background: #d40000;
	border-radius: 40px;
	position: relative;
}

.headLine01 .txt {
	margin-top: 10px;
	display: block;
	color: #666;
	font-weight: normal;
	font-size: 17px;
}
