@charset "UTF-8";



html, body {
	color: #000000;
	background-color: #ffffff;
	width: 100%;
	height: auto;
	font-family: "Noto Sans CJK JP","Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	line-height: 1;
}

body {
	min-width: 1280px;
	position: relative;
}

.wrapper {
	width: 1280px;
	margin: 0 auto;
}

a {
	color: #16a72f;
	text-decoration: none;
}

/*a:hover {
	opacity: 0.7;
	text-decoration: underline;
}

button:hover {
	opacity: 0.7;
}*/

a[href^="tel:"] {
	pointer-events: none;
}

.sp,
.spInline {
	display: none;
}

.fw-bold {
	font-weight: bold;
}

@media screen and (max-width:768px) {
	body {
		min-width: auto;
	}
	
	.wrapper {
		width: 90%;
		padding: 0 5%;
	}
	
	a[href^="tel:"] {
		pointer-events: auto;
	}
	
	.sp {
		display: block;
	}
	.spInline {
		display: inline;
	}
}



/* header
------------------------------------------------------ */

body > header {
	background-color: #ffffff;
	width: 100%;
	min-width: 1280px;
	height: 76px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
}

body > header.top {
	background-color: rgba(255,255,255,0.8);
}

body > header > div.headerLogo {
	float: left;
	margin: 16px auto;
	padding-left: 20px;
	width: 190px;
}

body > header > div.headerLogo > h1 > a,
body > header > div.headerLogo > a {
	display: block;
}

body > header > div.headerLogo > h1 > a > img,
body > header > div.headerLogo > a > img {
	width: 100%;
	height: auto;
}

body > header > nav {
	float: right;
	display: flex;
	flex-wrap: wrap;
}

body > header > nav > ul:first-of-type {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

body > header > nav > ul:first-of-type > li {
	width: 144px;
	height: auto;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

body > header > nav > ul:first-of-type > li > a {
	color: #000000;
	width: 100%;
	padding: 30px 0;
	display: block;
	box-sizing: border-box;
	position: relative;
}

body > header > nav > ul:first-of-type > li > a:before {
	content: '';
	background-color: #e5e5e5;
	width: 1px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
}

body > header > nav > ul:first-of-type > li > a:after {
	content: '';
	background-color: #e5e5e5;
	width: 1px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -8px;
}

body > header > nav > ul:first-of-type > li:first-of-type > a:before,
body > header > nav > ul:first-of-type > li:last-of-type > a:after {
	width: 2px;
}

body > header > nav > ul:first-of-type > li > a:hover {
	color: #16a72f;
}

body > header > nav > ul:first-of-type > li > div {
	background-color: rgba(35,24,21,0.8);
	width: 100%;
	height: auto;
	display: none;
	position: absolute;
	top: 76px;
	left: 0;
	z-index: 35;
}

body > header > nav > ul:first-of-type > li:hover,
body > header > nav > ul:first-of-type > li.active {
	background-color: rgba(22,167,47,0.1)
}

body > header > nav > ul:first-of-type > li:hover > div {
	display: block;
}

body > header > nav > ul:first-of-type > li > div > div {
	text-align: left;
	padding: 40px 0;
}

body > header > nav > ul:first-of-type > li > div > div > p {
	font-size: 112.5%; /* 18px */
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px #cccccc solid;
}

body > header > nav > ul:first-of-type > li > div > div > ul {
	display: flex;
	flex-wrap: wrap;
}

body > header > nav > ul:first-of-type > li > div > div > ul > li {
	flex-basis: 25%;
	margin-top: 25px;
	font-size: 106.667%;
}

body > header > nav > ul:first-of-type > li > div > div a {
	color: #ffffff;
}

body > header > nav > ul:first-of-type > li > div > div > p {
	font-size: 120%;
}

body > header > nav > ul:first-of-type > li > div > div > p > a:before {
	content: "";
	width: 19px;
	height: 18px;
	vertical-align: bottom;
	background: url(../images/common/icon_megaArrow.png) 0 0 no-repeat;
	background-size: 100% 100%;
	margin-right: 10px;
	display: inline-block;
}

body > header > nav > ul:first-of-type > li > div > div > ul > li > a:before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px #16a72f solid;
	border-right: 2px #16a72f solid;
	margin-left: -4px;
	margin-right: 10px;
	display: inline-block;
	transform: rotate(45deg);
}

body > header > nav > ul:first-of-type > li > div > div a:hover {
	color: #16a72f;
}

body > header > nav > ul:first-of-type > li > div > div > ul > li > a:hover:before {
	border-color: #16a72f;
}

body > header > nav > ul:first-of-type > li#spInquiry {
	display: none;
}

body > header > nav > ul:first-of-type > li > div > div > ul.category {
	margin-left: 25px;
}

body > header > nav > ul:first-of-type > li > div > div > ul.category > li > a:before {
	width: 10px;
	height: 10px;
	background: url(../images/common/icon_megaArrow.png) 0 0 no-repeat;
	background-size: 100% 100%;
	border: none;
	transform: rotate(0);
}

body > header > nav > ul:nth-child(2) {
	margin: 20px;
	display: flex;
}

body > header > nav > ul:nth-child(2) > li {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 36px;
	height: 36px;
}

body > header > nav > ul:nth-child(2) > li + li {
	margin-left: 20px;
}

body > header > nav > ul:nth-child(2) > li#searchBox {
	background-image: url(../images/common/header_search.png);
	cursor: pointer;
}

body > header > nav > ul:nth-child(2) > li#searchBox:hover,
body > header > nav > ul:nth-child(2) > li#searchBox.active {
	background-image: url(../images/common/header_search_on.png);
}

body > header > nav > ul:nth-child(2) > li#spMenu {
	background-image: url(../images/common/header_spMenu.png);
	cursor: pointer;
}

body > header > nav > ul:nth-child(2) > li#spMenu.active {
	background-image: url(../images/common/header_spClose.png);
}

body > header > nav > ul:nth-child(2) > li#inquiry {
	background-image: url(../images/common/header_inquiry.png);
}

body > header > nav > ul:nth-child(2) > li#inquiry:hover {
	background-image: url(../images/common/header_inquiry_on.png);
}

body > header > nav > ul:nth-child(2) > li#searchBox > span,
body > header > nav > ul:nth-child(2) > li#spMenu > span,
body > header > nav > ul:nth-child(2) > li#inquiry > a {
	width: 100%;
	height: 100%;
	display: block;
}

body > header > nav > ul:nth-child(2) > li > a > img {
	width: 100%;
	height: auto;
}

body > header > nav > ul:nth-child(2) > li#searchBox > div {
	background-color: #89d396;
	width: 100%;
	height: auto;
	display: none;
	position: absolute;
	top: 76px;
	left: 0;
}

body > header > nav > ul:nth-child(2) > li#searchBox > div > div {
	padding: 20px 0;
}

body > header > nav > ul:nth-child(2) > li#searchBox > div > div > form {
	width: 100%;
	position: relative;
}

body > header > nav > ul:nth-child(2) > li#searchBox > div > div > form > input:first-of-type {
	background-color: #ffffff;
	width: 100%;
	height: 54px;
	font-size: 180%;
	padding: 18px 79px 18px 25px;
	box-sizing: border-box;
}

body > header > nav > ul:nth-child(2) > li#searchBox > div > div > form > input:first-of-type:placeholder-shown {
	color: #969594;
}

body > header > nav > ul:nth-child(2) > li#searchBox > div > div > form > input:last-of-type {
	background-color: #ed7900;
	width: 54px;
	height: 54px;
	position: absolute;
	top: 0;
	right: 0;
}

body > header > nav > ul:nth-child(2) > li#spMenu {
	display: none;
}

body > header > nav > ul:last-of-type {
	display: flex;
}

body > header > nav > ul:last-of-type li .lang-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	background: #8ad397;
}

body > header > nav > ul:last-of-type li .lang-btn span {
	color: #fff;
	font-size: 160%;
	font-weight: bold;
}

body > header > nav > ul:last-of-type li .lang-btn.active {
	background: #16a72f;
}

body > header > div#spSubNav {
	display: none;
}

@media screen and (max-width:1500px) {
	body > header > nav > ul:first-of-type > li {
		width: 140px;
	}
}

@media screen and (max-width:1420px) {
	body > header > nav > ul:first-of-type > li {
		width: 130px;
		font-size: 140%;
	}
}

@media screen and (max-width:768px) {
	body > header {
		background-color: #ffffff;
		min-width: 100%;
		height: 60px;
	}

	body > header > div.headerLogo {
		margin: 10px auto;
		padding-left: 10px;
		width: 170px;
	}

	body > header > div.headerLogo > h1 > a > img,
	body > header > div.headerLogo > a > img {
		width: auto;
		height: 39px;
	}

	body > header > nav > ul:first-of-type {
		width: 100%;
		position: absolute;
		top: 60px;
		left: 0;
		z-index: 40;
		display: none;
	}

	body > header > nav > ul:first-of-type > li {
		background-color: #16a72f;
		width: 100%;
		font-size: 120%;
		font-weight: normal;
		padding: 0;
		text-align: left;
		position: relative;
	}
	
	body > header > nav > ul:first-of-type > li:not(:last-of-type):hover {
		background-color: #ffffff;
	}
	
	body > header > nav > ul:first-of-type > li:not(:last-of-type):after {
		content: "";
		width: 6px;
		height: 6px;
		border-top: 1px #ffffff solid;
		border-right: 1px #ffffff solid;
		margin-top: -3px;
		position: absolute;
		top: 50%;
		right: 20px;
		display: block;
		transform: rotate(45deg);
	}
	
	body > header > nav > ul:first-of-type > li:not(:last-of-type):hover:after {
		border-top: 1px #16a72f solid;
		border-right: 1px #16a72f solid;
	}
	
	body > header > nav > ul:first-of-type > li.active {
		background-color: #16a72f;
	}
	
	body > header > nav > ul:first-of-type > li + li {
		border-top: 1px #ffffff solid;
	}

	body > header > nav > ul:first-of-type > li > a {
		color: #ffffff;
		width: 100%;
		padding: 10px 20px;
		display: block;
		box-sizing: border-box;
		position: static;
	}

	body > header > nav > ul:first-of-type > li > a:before,
	body > header > nav > ul:first-of-type > li > a:after {
		content: none;
	}
	
	body > header > nav > ul:first-of-type > li > div {
		display: none;
	}

	body > header > nav > ul:first-of-type > li:hover,
	body > header > nav > ul:first-of-type > li {
		background-color: #16a72f;
	}

	body > header > nav > ul:first-of-type > li:hover > div {
		display: none;
	}
	
	body > header > nav > ul:first-of-type > li#spInquiry {
		display: block;
		text-align: center;
		padding: 10px 0;
	}
	
	body > header > nav > ul:first-of-type > li#spInquiry > ul {
		width: 230px;
		margin: 0 auto;
	}
	
	body > header > nav > ul:first-of-type > li#spInquiry > ul > li {
		background-color: #ffffff;
	}

	body > header > nav > ul:first-of-type > li#spInquiry > ul > li + li {
		margin-top: 10px;
	}
	
	body > header > nav > ul:first-of-type > li#spInquiry > ul > li > a {
		width: 100%;
		padding: 10px;
		display: block;
		box-sizing: border-box;
		position: relative;
	}

	body > header > nav > ul:first-of-type > li#spInquiry > ul > li > a:after {
		content: "";
		width: 6px;
		height: 6px;
		border-top: 1px #ffffff solid;
		border-right: 1px #ffffff solid;
		margin-right: 10px;
		margin-left: -3px;
		display: inline-block;
		transform: rotate(45deg);
	}

	body > header > nav > ul:nth-child(2) {
		margin: 0;
		order: 2;
	}

	body > header > nav > ul:nth-child(2) > li {
		width: 60px;
		height: 60px;
		padding: 0;
	}

	body > header > nav > ul:nth-child(2) > li + li {
		margin-left: 0;
	}

	body > header > nav > ul:nth-child(2) > li#searchBox,
	body > header > nav > ul:nth-child(2) > li#searchBox:hover {
		background-color: #cccccc;
		background-image: url(../images/common/header_spSearch.png);
		cursor: pointer;
	}

	body > header > nav > ul:nth-child(2) > li#searchBox.active {
		background-color: #89d396;
		background-image: url(../images/common/header_spClose.png);
	}

	body > header > nav > ul:nth-child(2) > li#spMenu {
		background-color: #16a72f;
		display: block;
	}

	body > header > nav > ul:nth-child(2) > li#spMenu.active {
		background-image: url(../images/common/header_spClose.png);
	}

	body > header > nav > ul:nth-child(2) > li#inquiry {
		display: none;
	}

	body > header > nav > ul:nth-child(2) > li#searchBox > div {
		top: 60px;
		z-index: 35;
	}

	body > header > nav > ul:nth-child(2) > li#searchBox > div > div {
		padding: 10px 20px;
	}
	
	body > header > nav > ul:nth-child(2) > li#searchBox > div > div > form > input:first-of-type {
		height: 30px;
		font-size: 120%;
		padding: 9px 40px 9px 10px;
	}
	
	body > header > nav > ul:nth-child(2) > li#searchBox > div > div > form > input:last-of-type {
		width: 30px;
		height: 30px;
	}

	body > header > nav > ul:last-of-type {
		order: 1;
	}

	body > header > nav > ul:last-of-type li .lang-btn {
		width: 60px;
		height: 60px;
		background: none;
	}
	body > header > nav > ul:last-of-type li .lang-btn.active {
		display: none;
	}
	body > header > nav > ul:last-of-type li .lang-btn span {
		padding-bottom: 4px;
		color: #16a72f;
		border-bottom: 2px solid #16a72f;
		font-size: 220%;
	}
}

@media screen and (max-width:320px) {
	body > header > div.headerLogo {
		padding-left: 5px;
    width: 130px;
	}
	body > header > div.headerLogo > h1 > a > img,
	body > header > div.headerLogo > a > img {
		width: 100%;
	}
}
/* footer
------------------------------------------------------ */

body > footer {
	color: #ffffff;
	background-color: #333333;
	width: 100%;
}

body > footer a {
	color: #ffffff;
}

body > footer a:hover {
	color: #16a72f;
}

body > footer > div.footerTop {
	background: repeating-linear-gradient(-45deg, #333333 0, #333333 2px, #3d3d3d 2px, #3d3d3d 4px);
	padding: 80px 30px;
}

body > footer > div.footerTop > div.wrapper {
	display: flex;
	justify-content: space-between;
}

body > footer > div.footerTop dl {
	min-width: 200px;
	float: left;
}

body > footer > div.footerTop dl > dt {
	font-size: 160%;
	font-weight: bold;
	padding: 15px 0 40px 0;
	border-top: 1px #666666 solid;
}

body > footer > div.footerTop dl > dd {
	font-size: 120%;
	display: block;
}

body > footer > div.footerTop dl > dd + dd {
	margin-top: 1em;
}

body > footer > div.footerTop dl > dd.spOnly {
	display: none;
}

body > footer > div.footerTop dl > dd.spOnly + dd {
	margin-top: 0;
}

body > footer > div.footerTop dl > dd ul {
	margin-top: 1em;
	padding-left: 12px;
}

body > footer > div.footerTop dl > dd li {
	padding: .5em 0;
}

body > footer > div.footerBottom {
	padding: 20px 30px;
	position: relative;
}

body > footer > div.footerBottom ul {
	float: left;
}

body > footer > div.footerBottom ul > li {
	font-size: 120%;
	float: left;
}

body > footer > div.footerBottom ul > li + li {
	display: block;
	border-left: 1px #ffffff solid;
	margin-left: 10px;
	padding-left: 10px;
}

body > footer > div.footerBottom p {
	font-size: 120%;
	text-align: right;
}

body > footer > div.footerBottom > #pageTop {
	background-color: #ffffff;
	width: 52px;
	height: 52px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}

body > footer > div.footerBottom > #pageTop > a {
	background-color: #16a72f;
	background-image: url(../images/common/pageTop.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	height: 100%;
	font-size: 0;
	display: block;
}

@media screen and (min-width:769px) and (max-width:1420px) {
	body > footer > div.footerBottom p {
		padding-right: 72px;
	}
}

@media screen and (max-width:768px) {
	body > footer > div.footerTop {
		background: none;
		padding: 0;
	}

	body > footer > div.footerTop > div.wrapper,
	body > footer > div.footerBottom > div.wrapper {
		width: 100%;
		display: block;
		padding: 0;
	}

	body > footer > div.footerTop dl {
		min-width: 100%;
		float: none;
	}
	
	body > footer > div.footerTop dl:last-of-type {
		border-bottom: 1px #666666 solid;
	}

	body > footer > div.footerTop dl > dt {
		font-size: 100%;
		font-weight: normal;
		padding: 0;
		border-top: 1px #666666 solid;
	}

	body > footer > div.footerTop dl > dd,
	body > footer > div.footerTop dl > dd li {
		background-color: #464646;
		font-size: 100%;
		padding: 0;
		border-top: 1px #666666 solid;
		display: none;
	}

	body > footer > div.footerTop dl > dd + dd {
		margin-top: 0;
	}

	body > footer > div.footerTop dl > dt > a {
		padding: 15px 20px;
		display: block;
		box-sizing: border-box;
	}
	
	body > footer > div.footerTop dl:first-of-type > dt > a,
	body > footer > div.footerTop dl:nth-of-type(2) > dt > a,
	body > footer > div.footerTop dl:nth-of-type(3) > dt > a,
	body > footer > div.footerTop dl:nth-of-type(4) > dt > a {
		position: relative;
	}
	
	body > footer > div.footerTop dl:first-of-type > dt > a:after,
	body > footer > div.footerTop dl:nth-of-type(2) > dt > a:after,
	body > footer > div.footerTop dl:nth-of-type(3) > dt > a:after,
	body > footer > div.footerTop dl:nth-of-type(4) > dt > a:after {
		content: "+";
		display: block;
		position: absolute;
		font-size: 12px;
		top: 50%;
		right: 20px;
		margin-top: -6px;
		text-align: center;
	}

	body > footer > div.footerTop dl:first-of-type > dt > a.active:after,
	body > footer > div.footerTop dl:nth-of-type(2) > dt > a.active:after,
	body > footer > div.footerTop dl:nth-of-type(3) > dt > a.active:after,
	body > footer > div.footerTop dl:nth-of-type(4) > dt > a.active:after {
		content: "-";
	}
	
	body > footer > div.footerTop dl > dd a {
		padding: 15px 30px;
		display: block;
		box-sizing: border-box;
		position: relative;
	}

	body > footer > div.footerTop dl > dd li a {
		padding: 15px 45px;
	}
	
	body > footer > div.footerTop dl > dd a:before {
		content: "";
		width: 6px;
		height: 6px;
		border-top: 1px #ffffff solid;
		border-right: 1px #ffffff solid;
		margin-right: 10px;
		margin-left: -3px;
		display: inline-block;
		transform: rotate(45deg);
	}

	body > footer > div.footerTop dl > dd ul {
		margin-top: 0;
		padding-left: 0;
	}

	body > footer > div.footerTop dl > dd li {
		padding: 0;
	}

	body > footer > div.footerBottom {
		margin-top: 10px;
		padding: 0;
		border-bottom: 1px #666666 solid;
	}

	body > footer > div.footerBottom ul {
		float: none;
		border-bottom: 1px #666666 solid;
	}

	body > footer > div.footerBottom ul > li {
		width: 50%;
		font-size: 100%;
		border-top: 1px #666666 solid;
		box-sizing: border-box;
		text-align: center;
	}

	body > footer > div.footerBottom ul > li + li {
		border-left: none;
		margin-left: 0;
		padding-left: 0;
	}
	
	body > footer > div.footerBottom ul > li:nth-of-type(even) {
		border-left: 1px #666666 solid !important;
	}

	body > footer > div.footerBottom ul > li > a {
		display: block;
		padding: 15px 20px;
	}
	
	body > footer > div.footerBottom ul > li:last-of-type > a {
		visibility: hidden;
	}
	
	body > footer > div.footerBottom p {
		font-size: 80%;
		text-align: center;
		padding: 10px 0;
	}

	body > footer > div.footerBottom > #pageTop {
		width: 26px;
		height: 26px;
	}
}



/* clearfix
------------------------------------------------------ */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}