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



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;
}
.footeryd{
	display: none;
  }
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-family: Noto Sans SC, Lato, -apple-system, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

#container {
	text-align: left;
}

img {
	width: 100%;
	vertical-align: middle;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 0 100px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	line-height: 100px;
	z-index: 999;
	color: #fff;
	transition: 0.3s;
	background: rgba(0, 0, 0, .3);
}

#gHeader.on, #gHeader:hover {
}

#gHeader.on img.white, #gHeader:hover img.white {
	display: none;
}

#gHeader .logo img {
	margin-top: -4px;
}

#gHeader img.color {
	display: none;
}


#gHeader.on img.color, #gHeader:hover img.color {
	display: inline-block;
}

#gHeader .tel {
	background: url(../images/tel.png) no-repeat left center;
	padding-left: 32px;
	background-size: 26px;
	font-size: 24px;
	margin: 0 20px;
}

#gHeader.on .tel, #gHeader:hover .tel {
	background-image: url(../images/tel1.png);
	color: #2a8b3a;
}

#gHeader .btn {
	width: 50px;
	height: 100px;
	background: url(../images/ss.png) no-repeat center;
	background-size: 30px;
}

#gHeader.on .btn, #gHeader:hover .btn {
	background-image: url(../images/ss1.png);
}

#gHeader .form {
	position: absolute;
	left: 0;
	right: 0;
	background: #fff;
	top: 100px;
	padding: 140px 0;
	display: none;
}

#gHeader .form form {
	width: 30%;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	line-height: 40px;
	border-bottom: 1px solid #dedede;
}

#gHeader .form form input[type="text"] {
	width: 100%;
	padding: 0 60px 0 10px;
	box-sizing: border-box;
	border: none;
	border-radius: 0;
	line-height: 40px;
	font-size: 15px;
	margin: 0;
}

#gHeader .form form input[type="submit"] {
	width: 50px;
	background: url(../images/ss1.png) no-repeat center;
	background-size: 32px;
	box-sizing: border-box;
	border: none;
	border-radius: 0;
	margin: 0;
	line-height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi li {
	float: left;
	margin: 0 15px;
}

#gNavi li>a {
	display: block;
	padding: 0 12px;
	font-size: 18px;
	color: #fff;
}

#gNavi li:hover>a, #gNavi li.on>a {
	border-bottom: 3px solid #2a8b3a;
	line-height: 97px;
}


#gNavi li .drop {
	position: absolute;
	left: 0;
	top: 100px;
	right: 0;
	padding: 0 210px;
	background: #fff;
	display: none;
	z-index: 90;
}

#gNavi li .drop .nlBox {
	padding: 55px 80px;
	background: #f9f9f9;
}

#gNavi li .drop .nlBox a {
	display: block;
	line-height: 56px;
	font-size: 18px;
	padding-left: 22px;
	position: relative;
}

#gNavi li .drop .nlBox a:after {
	content: "";
	width: 8px;
	height: 8px;
	background: #2a8b3a;
	opacity: 0.8;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
}

#gNavi li .drop .nrBox {
	width: 75%;
	padding-top: 10px;
	position: relative;
}

#gNavi li .drop .nrBox .dl {
	line-height: 36px;
}

#gNavi li .drop .nrBox .dl dt a {
	display: block;
	line-height: 50px;
	font-size: 20px;
	margin-bottom: 12px;
	border-bottom: 1px solid #dedede;
}

#gNavi li .drop .nrBox .dl dd {
	display: inline-block;
}

#gNavi li .drop .nrBox .dl dd a {
	display: block;
	padding: 0px 10px;
	font-size: 15px;
	line-height: 36px;
}

#gNavi li .drop .nrBox .dl dd.on a {
	color: #2a8b3a;
}

#gNavi li .drop .nrBox .rec h3 {
	font-size: 18px;
	line-height: 30px;
	color: #333;
	margin: 12px 0;
}

#gNavi li .drop .nrBox .rec .pho {
	width: 25%;
	padding: 0 20px;
	float: left;
	box-sizing: border-box;
}

#gNavi li .drop .nrBox .rec .pho a {
	display: block;
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

#gNavi li .drop .nrBox .rec .pho p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
}

#gNavi li .drop1 {
	text-align: center;
}

#gNavi li .drop1 a {
	display: inline-block;
	padding: 0 20px;
	line-height: 40px;
	background: #f5f5f5;
	color: #333;
	font-size: 15px;
	margin: 0 10px;

}

#gNavi li .drop1 a.on {
	background: #2a8b3a;
	color: #fff;
}

.sec {
	padding: 0 100px;
}

.sec .title {
	margin: 50px 0 30px;
}

.sec .title h2 {
	font-size: 36px;
	color: #333;
	display: block;
	line-height: 60px;
	text-align: center;
}

.sec .more {
	text-align: center;
}

.sec .more a {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	background: url(../images/icon5.png) #2a8b3a no-repeat right 15px center;
	background-size: 26px;
	margin-top: 28px;
	padding: 8px 50px 8px 18px;
	border-radius: 4px;
	transition: 0.3s;
}

.sec .more a:hover {
	background-position: right 8px center;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background:  url(../images/bg1.jpg) no-repeat center;
	background-size: cover;
	margin-top: 50px;
}

#gFooter .sec {
	padding: 60px 100px;
}

#gFooter h3 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #fff;
	line-height: 1;
}

#gFooter .box1 {
	width: 30%;
}

#gFooter .box1 p {
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	text-indent: 2em;
}

#gFooter .box2 {
	width: 20%;
	padding-left: 5%;
	box-sizing: border-box;
	text-align: center;
}
#gFooter .box2 p {
	color:#fff;
	font-size:15px;

}
#gFooter .box2 img {
	width: 150px;
	margin: 30px 0 8px;
}

#gFooter .nav {
	width: 20%;
	margin-left: 5%;
}

#gFooter .nav li {
	width: 50%;
	float: left;
}

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

#gFooter .fLink {
	margin-top: 40px;
}

#gFooter .fLink a {
	display: inline-block;
	font-size: 14px;
	margin-right: 8px;
	color: #fff;
}

#gFooter .power {
	line-height: 80px;
	font-size: 14px;
	color: #fff;
	border-top: 1px solid #eaeaea;
	text-align: center;
}

.fixed {
	width: 120px;
	position: fixed;
	left: 0;
	top: 50%;
	z-index: 100;
	background: url(../images/bg.png) no-repeat top center;
	background-size: 100%;
	margin-top: -230px;
}

.fixed .ewm {
	width: 105px;
	margin: 130px auto 0;
}

.fixed ul {
	margin: 20px auto 0;
	width: 105px;
	padding-bottom: 40px;
}

.fixed ul li {
	line-height: 45px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: url(../images/line.png) no-repeat center bottom;
}

.fixed ul li a.qq {
	display: block;
	color: #fff;
}

.fixed ul li.return img {
	width: 30px;
}

.fixed ul li.return {
	background: none;
	cursor: pointer;
}

.sp {
	display: none !important;
}




@media all and (min-width: 1024px) and (max-width: 1680px) {
	#gHeader {
		padding: 0 50px;
	}

	#gNavi li {
		margin: 0 10px;
	}

	#gNavi li>a {
		font-size: 16px;
	}

	#gNavi li .drop {
		padding: 0 100px;
	}

	#gNavi li .drop .nrBox .dl {
		line-height: 30px;

	}

	#gNavi li .drop .nrBox .dl dd a {
		line-height: 30px;
	}

	.sec .title {
		margin: 36px auto 20px;
	}

	.sec .title h2 {
		font-size: 34px;
	}

	#gFooter {
		margin-top: 50px;
	}

	#gFooter .box1 p {
		text-indent: 0;
	}
}

@media all and (min-width: 1441px) and (max-width: 1480px) {
	#gNavi li {
		margin: 0 6px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
	#gHeader {
		padding: 0 40px;
		line-height: 80px;
	}

	#gHeader .logo {
		width: 200px;
	}

	#gNavi li {
		margin: 0 5px;
	}

	#gNavi li>a {
		font-size: 15px;
	}

	#gNavi li:hover>a, #gNavi li.on>a {
		line-height: 77px;
	}

	#gNavi li .drop {
		top: 80px;
	}

	#gNavi li .drop .nlBox {
		padding: 30px 60px;
	}

	#gNavi li .drop .nrBox {
		padding-top: 10px;
	}

	#gNavi li .drop .nrBox .rec .pho p {
		line-height: 36px;
		font-size: 15px;
	}

	#gHeader .btn {
		height: 80px;
	}

	#gHeader .tel {
		margin: 0 12px;
		font-size: 22px;
		padding-left: 30px;
		background-size: 24px;
	}

	#gHeader .form {
		top: 80px;
	}

	.sec {
		padding: 0 6%;
	}

	.sec .title h2 {
		font-size: 28px;
		line-height: 50px;
	}

	.sec .title {
		margin: 25px auto 18px;
	}

	.sec .more a {
		font-size: 14px;
		padding: 7px 50px 7px 12px;
		background-size: 22px;
	}

	#gFooter .sec {
		padding: 40px 6%;
	}

	#gFooter .box1 p {
		line-height: 25px;
		font-size: 14px;
	}

	#gFooter h3 {
		font-size: 18px;
		margin-bottom: 12px;
	}

	#gFooter .nav li a {
		line-height: 25px;
		font-size: 14px;

	}

	#gFooter .box2 img {
		width: 100px;
		margin-top: 20px;
	}

	#gFooter .fLink {
		margin-top: 20px;
	}

	#gFooter .power {
		line-height: 60px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
	#gNavi li .drop {
		padding: 0 50px;

	}
}

@media all and (min-width: 1024px) and (max-width: 1360px) {
	#gHeader .logo {
		width: 180px;
	}

	#gHeader .tel {
		font-size: 20px;
		padding-left: 26px;
		background-size: 20px;
	}

	#gHeader .btn {
		background-size: 24px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1300px) {
	#gNavi li>a {
		font-size: 14px;
	}

	#gNavi li>a {
		padding: 0 10px;
	}

	#gNavi li .drop {
		padding: 0 60px;
	}

	#gNavi li .drop .nrBox {
		width: 72%;
	}

	.sec {
		padding: 0 4%;
	}

	.sec1 .ul1 li a {
		font-size: 16px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {

	
	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.footeryd{background-color:rgba(42,139,58,0.75);height:50px;position: fixed;bottom:30px;left:50%;margin-left:-46%;z-index:999;width:92%;border-radius:10px;}
	.footeryd{display: block !important;}
	.footeryd{width:370px !important; left:50%;margin-left:-184px;}
	.footeryd a{float: left;width:33.33%;text-align: center;}
	.footeryd img{display: inline-block;height:24px;width: 24px;margin:5px 0 0;}
	.footeryd strong{color:#fff;font-size:12px;display: block;height:20px;line-height:20px;}

	.fl {
		float: inherit;
	}

	.fr {
		float: inherit;
	}

	#gHeader {
		padding: 12px 15px;
		line-height: 1;
		background: #fff;
	}

	#gHeader:hover {
		background: inherit;
		color: inherit;
		box-shadow: inherit;
	}

	#gHeader.on1 {
		background: #fff;
		color: #333;
		box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	}

	#gHeader img.white {
		display: none;
	}

	#gHeader.on img.white, #gHeader:hover img.white {
		display: none;
	}

	#gHeader .logo {
		width: 160px;
	}

	#gHeader .logo img {
		margin-top: 0;
	}

	#gHeader img.color {
		display: block !important;
	}

	#gHeader:hover img.color {
		display: block;
	}

	#gHeader .tel {
		display: none;
	}

	#gHeader .menu {
		position: absolute;
		right: 10px;
		top: 16px;
	}

	#gHeader .menu span {
		display: block;
		width: 30px;
		height: 4px;
		background: #2a8b3a;
		border-radius: 2px;
		margin-top: 6px;
	}

	#gHeader .btn {
		width: 50px;
		position: absolute;
		right: 50px;
		top: 9px;
		height: 50px;
		background: url(../images/ss1.png) no-repeat center;
		background-size: 25px;
	}

	#gHeader .form {
		top: 64px;
		padding: 50px 20px;
	}

	#gHeader .form form {
		width: 100%;
	}

	#gHeader .form form input[type="submit"] {
		background-size: 26px;
	}

	/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
	#gHeader.on1 #gNavi {
		border-top: 1px solid #dedede;
	}

	#gNavi {
		position: fixed;
		left: 0;
		right: 0;
		top: 64px;
		bottom: 0;
		background: #fff;
		z-index: 200;
		display: none;
	}

	#gNavi li {
		float: inherit;
		margin: 0px 20px;
	}

	#gNavi li>a {
		display: block;
		padding: 0 12px;
		font-size: 18px;
		color: #333;
		line-height: 50px;
		position: relative;

	}

	#gNavi li:nth-child(2)>a:after, #gNavi li:nth-child(6)>a:after {
		content: "";
		width: 16px;
		height: 16px;
		background: url(../images/jt.png) no-repeat center top;
		background-size: 16px;
		position: absolute;
		right: 0;
		top: 13px;
	}

	#gNavi li:nth-child(2).on>a:after, #gNavi li:nth-child(6).on>a:after {
		background-position: center bottom;
	}

	#gNavi li.on>a, #gNavi li:hover>a {
		border-bottom: 2px solid #2a8b3a;
		line-height: 50px;
	}

	#gNavi li .drop {
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		padding: 0 16px;
		display: none;
	}

	#gNavi li.on .drop {
		display: block;
	}

	#gNavi li .drop .nlBox {
		padding: 0;
		background: none;
	}

	#gNavi li .drop .nlBox a {
		line-height: 40px;
		font-size: 15px;
		padding-left: 14px;
	}

	#gNavi li .drop .nlBox a:after {
		display: none;
	}

	#gNavi li .drop .nrBox {
		display: none;
	}


	#gNavi li .drop1 {
		text-align: left;
	}

	#gNavi li .drop1 a {
		display: block;
		padding: 0 0px 0 14px;
		background: #fff;
		margin: 0;

	}

	#main {
		padding-top: 68px;
	}

	.sec {
		padding: 0 15px;
	}

	.sec .title {
		margin: 30px 0 12px;
	}

	.sec .title h2 {
		font-size: 26px;
		line-height: 30px;
	}

	.sec .more a {
		font-size: 14px;
		background: #2a8b3a;
		margin-top: 16px;
		padding: 6px 20px;
	}

	/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
	#gFooter {
		margin-top: 40px;
	}

	#gFooter .sec {
		padding: 30px 15px;
	}

	#gFooter h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	#gFooter .box1 {
		width: 100%;
	}

	#gFooter .box1 p {
		font-size: 14px;
		line-height: 26px;
		text-indent: 0;
		margin-left: 16px;
	}

	#gFooter .box2 {
	width:100%;
	}

	#gFooter .box2 img {
		width: 120px;
		margin-top: 30px;
	}

	#gFooter .nav {
		width: 100%;
		margin: 20px 0;
	}

	#gFooter .nav li {
		width: 20%;
		text-align: center;
	}

	#gFooter .nav li a {
		line-height: 26px;
		font-size: 14px;
	}

	#gFooter .nav:last-child li {
		width: 33.33%;
	}

	#gFooter .fLink {
		margin-top: 0px;
	}

	#gFooter .fLink a {
		font-size: 13px;
	}

	#gFooter .power {
		line-height: 18px;
		font-size: 12px;
	}



}