@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

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%;
}

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;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-family: "微软雅黑", "宋体", "黑体";
}

.ove{
    overflow: hidden;
}
#container {
	text-align: left;
}

.contain {
	width: 1350px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	width: 100%;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#gHeader .heaTop {
	background: #eaeaea;
	line-height: 35px;
	color: #333;
}

#gHeader .heaTop .fr a {
	/*display: block;*/
	color: #333;
}

#gHeader .heaCon {
	color: #555;
	padding: 20px 0;
}

#gHeader .heaCon .logo {
	width: 500px;
}

#gHeader .heaCon .text {
	padding-left: 15px;
	margin-left: 15px;
	margin-top: 3px;
	border-left: 1px solid #ddd;
	line-height: 30px;
}

#gHeader .heaCon .text strong {
	color: #f16b0d;
	font-size: 20px;
}

#gHeader .heaCon .text p {
	font-size: 18px;
}

#gHeader .heaCon .tel {
	padding-left: 55px;
	background: url(../../images/common/tel.png) no-repeat left center;
	font-size: 16px;
	color: #666;
}

#gHeader .heaCon .tel strong {
	font-size: 30px;
	color: #f16b0d;
	display: block;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/

#gNavi {
	background: #098431;
}

#gNavi li {
	width: 11.11%;
	float: left;
	text-align: center;
	line-height: 50px;
	position: relative;
}

#gNavi li a {
	display: block;
	font-size: 16px;
	color: #fff;
}

#gNavi li .drop {
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	background: #098431;
	display: none;
	z-index: 199;
}

#gNavi li .drop a {
	font-size: 13px;
	line-height: 40px;
}

#gNavi li:hover>a, #gNavi li.on>a {
	background: #f16b0d;
}

#gNavi li .drop a:hover {
	background: #f16b0d;
}

.hotBox {
	background: #f6f6f6;
	padding: 15px 0;
}

.hotBox .form {
	position: relative;
	padding: 0 5px;
	background: #fff;
	border-radius: 5px;
	margin-right: 40px;
	width: 22%;
	box-sizing: border-box;
}

.hotBox .form input[type="text"] {
	width: 100%;
	padding: 0 60px 0 0;
	box-sizing: border-box;
	border: none;
	line-height: 35px;
	height: 35px;
	margin: 0;
}

.hotBox .form input[type="submit"] {
	width: 60px;
	position: absolute;
	right: 2px;
	top: 2px;
	background: #098431;
	color: #fff;
	border-radius: 5px;
	padding: 0;
	margin: 0;
	line-height: 31px;
	height: 31px;
	border: none;
	cursor: pointer;
}

.hotBox .kHot {
	line-height: 35px;
}

.hotBox .kHot a {
	display: inline-block;
	font-size: 15px;
	color: #333;
	font-size: 14px;
	padding: 0 8px;
}

.hotBox .kHot a:hover {
	color: #f16b0d;
}

.sec .title {
	text-align: center;
	margin-bottom: 30px;
}

.sec .title h2 {
	font-size: 34px;
	color: #098431;
	margin-bottom: 6px;
}

.sec .title p {
	font-size: 16px;
	color: #555;
	text-transform: uppercase;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#gFooter {
	background: url(../../images/common/ftBg.jpg) no-repeat;
	background-size: cover;
	margin-top: 40px;
	padding: 40px 0 0;
	color: #fff;
}

#gFooter .ftLogo {
	width: 130px;
}

#gFooter .lxCon {
	padding-left: 40px;
}

#gFooter .lxCon h4 {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 8px;
}

#gFooter .lxCon p {
	line-height: 26px;
	font-size: 14px;
}

#gFooter .nav {
	padding-left: 40px;
	width: 25%;
}

#gFooter .nav li {
	width: 50%;
	float: left;
	text-align: center;
}

#gFooter .nav li a {
	display: block;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
}

#gFooter .ewm {
	display: inline-block;
	width: 145px;
	text-align: center;
}

#gFooter .ewm img {
	width: 140px;
	height:140px;
}

#gFooter .ewm p {
	line-height: 30px;
}

#gFooter .power {
	border-top: 1px solid #fff;
	margin-top: 20px;
	line-height: 50px;
	text-align: center;
}

#gFooter .power a {
	color: #fff;
}

.fixed {
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 999;
	display: none;
}

.fixed li {
	position: relative;
}

.fixed li .box {
	position: absolute;
	right: -200px;
	top: 0;
	transition: 0.3s;
	z-index: -1;
	border-right: 1px solid #fff;
}

.fixed li .box a {
	width: 170px;
	display: block;
	line-height: 60px;
	background: #158e3d;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.fixed li .box1 {
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.fixed li .box1 img {
	width: 120px;
}

.fixed li span {
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #158e3d;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}

.fixed li:last-child span {
	border-bottom: none;
}

.fixed li span img {
	width: 30px;
	vertical-align: middle;
	margin:0px auto;
	margin-top:25%;
}

.fixed li:hover .box {
	right: 60px
}

.sp {
	display: none !important;
}

@media all and (min-width: 1023px) and (max-width: 1440px) {
	.contain {
		width: 1200px;
	}
	#gHeader .heaTop {
		line-height: 30px;
	}
	#gHeader .heaCon {
		padding: 15px 0;
	}
	#gHeader .heaCon .text {
		padding-left: 10px;
		margin-left: 10px;
		line-height: 25px;
		margin-top: 5px;
	}
	#gHeader .heaCon .text strong {
		font-size: 18px;
	}
	#gHeader .heaCon .text p {
		font-size: 16px;
	}
	#gHeader .heaCon .tel {
		padding-left: 40px;
		background-size: 36px;
		font-size: 14px;
	}
	#gHeader .heaCon .tel strong {
		font-size: 24px;
	}
	#gNavi li {
		line-height: 44px;
	}
	#gNavi li a {
		font-size: 15px;
	}
	#gNavi li .drop {
		top: 44px;
	}
	#gNavi li .drop a {
		line-height: 36px;
	}
	.hotBox {
		padding: 10px 0;
	}
	.sec .title {
		margin-bottom: 20px;
	}
	.sec .title h2 {
		font-size: 30px;
	}
	.sec .title p {
		font-size: 15px;
	}
	#gFooter {
		margin-top: 30px;
		padding: 30px 0 0;
	}
	#gFooter .lxCon {
		padding-left: 25px;
	}
	#gFooter .lxCon p {
		line-height: 25px;
		font-size: 13px;
	}
	#gFooter .nav li a {
		font-size: 13px;
	}
	#gFooter .ewm {
		width: 140px;
	}
	#gFooter .ewm img {
		width: 110px;
	}
	#gFooter .ewm p {
		line-height: 26px;
	}
	#gFooter .power {
		margin-top: 12px;
		line-height: 40px;
	}
}

@media all and (min-width: 1023px) and (max-width: 1250px) {
	.contain {
		width: 90%;
	}
	#gNavi li .drop a {
		font-size: 12px;
		white-space: nowrap;
	}
	#gFooter .ftLogo {
		width: 120px
	}
	#gFooter .nav {
		width: 20%;
		padding-left: 20px;
	}
	#gFooter .lxCon {
		padding-left: 18px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		font-size: 12px;
	}
	#main{
	    margin-top:60px;
	}
	.sp {
		display: block !important;
		cursor: pointer;
	}
	.sp a{
	    display: none;
	}
	.pc {
		display: none !important;
	}
	.contain {
		width: 100%;
		max-width: inherit;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.fl {
		float: inherit;
	}
	.fr {
		float: inherit;
	}
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader{
	    position: fixed;
	    top:0;
	    left: 0;
	    width: 100%;
	    background: #fff;
	    z-index: 999;
	}
	#gHeader .heaTop {
		line-height: 24px;
		display: none;
	}
	#gHeader .heaCon {
	    
		padding: 10px;
		position: relative;
	}
	#gHeader .heaCon .logo {
		width: 70%;
		margin: 0 auto;
		max-width: 300px;
	}
	#gHeader .heaCon .text {
		display: none;
	}
	#gHeader .heaCon .tel1 {
		width: 35px;
		position: absolute;
		right: 10px;
		top: 10px;
	}
	#gHeader .heaCon .menu {
		position: absolute;
		left: 10px;
		top: 12px;
	}
	#gHeader .heaCon .menu span {
		display: block;
		width: 25px;
		height: 4px;
		border-radius: 2px;
		background: #aaa;
		margin-top: 5px;
		transition: 0.3s;
	}
	#gHeader .menu.on span:nth-child(2) {
		display: none;
	}
	#gHeader .menu span:nth-child(1) {
		transform-origin: left top;
	}
	#gHeader .menu.on span:nth-child(1) {
		transform: rotate(45deg);
	}
	#gHeader .menu span:nth-child(3) {
		transform-origin: 9px 7px;
	}
	#gHeader .menu.on span:nth-child(3) {
		transform: rotate(-45deg);
	}
	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#container {
		transition: 0.3s;
	}
	/*#container.on {*/
	/*	transform: translateX(240px);*/
	/*	-webkit-transform: translateX(240px);*/
	/*}*/
	#gNavi {
		background: #098431;
		position: fixed;
		width: 240px;
		height: 100vh;
		overflow-y: scroll;
		z-index: 999;
		right: -240px;
		top: 0;
		bottom: 0;
		transition: all 0.5s;
	}
	#gNavi.on {
		right: 0;
	}
	#gNavi .contain {
		padding: 0;
		margin-top: 20px;
	}
	#gNavi li {
		width: 100%;
		float: inherit;
		line-height: 50px;
	}
	#gNavi li a {
		font-size: 15px;
	}
	#gNavi li:nth-child(2)>a, #gNavi li:nth-child(3)>a, #gNavi li:nth-child(6)>a {
		background: url(../../images/common/jt2-1.png) no-repeat right 10px center;
		background-size: 16px;
	}
	#gNavi li:nth-child(2).on>a, #gNavi li:nth-child(3).on>a, #gNavi li:nth-child(6).on>a {
		background: url(../../images/common/jt2.png) #f16b0d no-repeat right 10px center;
		background-size: 16px;
	}
	#gNavi li .drop {
		position: inherit;
		left: inherit;
		right: inherit;
		top: inherit;
	}
	#gNavi li.on>a {
		background: #f16b0d;
	}
	#gNavi li.on .drop {
		display: block;
	}
	#gNavi li .drop a.on {
		background: #f16b0d;
	}
	.hotBox {
		padding: 8px 0;
	}
	.hotBox .form {
		margin-right: 0px;
		width: 100%;
		margin-bottom: 8px;
	}
	.hotBox .form input[type="text"] {
		appearance: none;
		-webkit-appearance: none;
	}
	.hotBox .form input[type="submit"] {
		appearance: none;
		-webkit-appearance: none;
	}
	.hotBox .kHot {
		line-height: 30px;
		font-size: 13px;
	}
	.sec .title {
		margin-bottom: 20px;
	}
	.sec .title h2 {
		font-size: 24px;
	}
	.sec .title p {
		font-size: 13px;
	}
	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		margin-top: 10px;
		padding: 20px 0 0;
	}
	#gFooter .ftLogo {
		display: none;
	}
	#gFooter .lxCon {
		padding-left: 0px;
	}
	#gFooter .lxCon h4 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	#gFooter .lxCon p {
		line-height: 23px;
		font-size: 13px;
	}
	#gFooter .nav {
		padding-left: 0px;
		width: 100%;
		margin: 15px 0;
	}
	#gFooter .nav li {
		width: 20%;
	}
	#gFooter .nav li a {
		line-height: 23px;
		font-size: 13px;
	}
	#gFooter .fr {
		text-align: center;
	}
	#gFooter .ewm img {
		width: 120px;
		height: auto;
	}
	#gFooter .ewm p {
		line-height: 30px;
	}
	#gFooter .power {
		margin-top: 10px;
		padding: 8px;
		line-height: 20px;
		font-size: 12px;
	}
	.fh {
		width: 50px;
		height: 50px;
		display: block;
		background: #098431;
		box-shadow: 0 0 10px rgba(0, 0, 0, .3);
		border-radius: 50%;
		line-height: 50px;
		text-align: center
	}
	.fh img {
		vertical-align: middle;
		width: 30px;
	}
}

.xf_lx {
    width: 55px;
    height: 55px;
    position: fixed;
    float: right;
    right: 2%;
    bottom: 28%;
    z-index: 999;

}
.xf_lx img{
    width: 100%;
}

@media screen and (min-width:479px){
   .xf_lx{
       display: none;
   } 
}

