@charset "utf-8";


/* all
-------------------------------------------------------------------*/
html {
	background: #FFFFFF;
	color: #333333;
	font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 1.4;
}
html .mame,
html .mame form * {
	font-family: 'キウイ丸', 'Kiwi Maru', serif;
}
body {
	width: 100%;
	font-size: 100%;
	text-align: center;
	padding-top:78px;
}
.sitewrap {
	width: 1100px;
	min-width: 1100px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@media screen and (max-width:1200px) {
	.sitewrap {
		width: 100%;
		min-width: 0;
	}
}
@media screen and (max-width:768px) {
	html {
		color: #000000;
		font-size: 14px;
	}
}

/* header
-------------------------------------------------------------------*/
header#fix_menu {
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 999;
	background: #fff;
}
.menu_top {
	position: relative;
}
.menu_top #site_ttl {
	float: left;
	padding: 10px;
	white-space: nowrap;
}
.menu_top #site_ttl a,
.menu_top #site_ttl p {
	display: inline-block;
	vertical-align: middle;
}
.menu_top #site_ttl p {
	margin-left: 10px;
	font-size: 12px;
}
.menu_top .right_menu {
	float: right;
	padding: 20px;
	text-align: right;
}
.menu_top .right_menu li {
	display: inline-block;
	vertical-align: middle;
}
.menu_top .right_menu li+li {
	margin-left: 20px;
}
.menu_top .right_menu li a span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}
.menu_top .right_menu li a:hover {
	opacity: 1;
	color: #3366aa;
}
.menu_top .right_menu li a span:after {
	content: "";
	width: 0%;
	height: 1px;
	display: block;
	background: #3366aa;
	transition: width .2s;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.menu_top .right_menu li a:hover span:after {
	width: 100%;
}
.menu_top .right_menu li.inquiry {
	padding-left: 0;
}
.menu_top .right_menu li.inquiry a {
	background: #337b3b;
	border: #337b3b solid 1px;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	font-size: 14px;
	transition: all .4s;
}
.menu_top .right_menu li.inquiry a:hover {
	background: #fff;
	color: #337b3b;
}
.menu_top .right_menu li.inquiry a:before,
.menu_top .right_menu li.inquiry a span:after {
	content: none;
	display: none;
}

.menu_bottom {
	background: rgba(0, 0, 0, 0.7);
}
.drop_menu {
	display: flex;
	justify-content: space-between;
	margin: auto;
}
.drop_menu #site_ttl:hover {
	color: #337b3b;
}
.drop_menu #NavWrap {
	padding: 0;
}
.drop_menu #NavWrap ul {
	margin: 0;
	padding: 0;
	display: table;
	table-layout: auto;
	width: 100%;
	box-sizing: border-box;
}
.drop_menu #NavWrap ul::after {
	display: none;
}
.drop_menu #NavWrap ul>li {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	padding:0 10px;
	min-width:158px;
	background:#fbfbfb;
}
.drop_menu #NavWrap ul>li:nth-of-type(even){
	background:#dae79e;
}
.drop_menu #NavWrap ul>li:last-of-type{
	background:#fff;
}
.drop_menu #NavWrap li a,
.drop_menu #NavWrap li p {
	display: block;
	padding: 0 0px 2px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 14px;
	width: auto;
	line-height: 1;
	position: relative;
	color: #333333;
	text-align: center;
	transition: background 0.5s, color 0.5s, opacity 0.5s, color 0.5s;
}
.drop_menu #NavWrap li a:hover {
	opacity: 1;
	color: #337b3b;
}
.drop_menu #NavWrap li a span {
	padding: 30px 0px 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	white-space: normal;
	font-weight: bold;
	position: relative;
}
.drop_menu #NavWrap li a span br {
	display: none;
}
.drop_menu #NavWrap li a span:after {
	content: "";
	width: 0;
	height: 2px;
	display: block;
	position: absolute;
	bottom: 2px;
	left: 0;
	transition: width .2s;
	background: #337b3b;
}
.drop_menu #NavWrap li a:hover span {
	opacity: 1;
}
.drop_menu #NavWrap li a:hover span:after {
	width: 100%;
}
.drop_menu #NavWrap li a:hover {
	opacity: 1;
}
.drop_menu #NavWrap li.drop_wrap {
	position: relative;
}
.drop_menu #NavWrap li.drop_wrap i {
	display: none;
}
.drop_menu #NavWrap li ul {
	position: absolute;
	width: auto;
	opacity: 0;
	visibility: hidden;
	left: 50%;
	transform: translateX(-50%);
	transition: opacity .4s;
}
.drop_menu #NavWrap li:hover ul {
	opacity: 1;
	visibility: visible;
	z-index: 999;

}
.drop_menu #NavWrap li ul a {
	min-width: 10em;
	padding: 10px;
	background: #ddd;
	color: #333;
}
.drop_menu #switch {
	position: absolute;
	display: none;
	opacity: 0;
}
@media screen and (max-width:1250px) {
	.drop_menu #NavWrap ul>li {
		min-width:0;
	}
}
@media screen and (max-width:1050px) {
	.drop_menu #NavWrap li a,
	.drop_menu #NavWrap li p {
		padding: 0 0px 4px;
		font-size: 12px;
	}
}
@media screen and (max-width:768px) {
	header .menu_top {
		padding: 0;
	}
	.rogo {
		display: none !important;
	}
	.drop_menu #switch~label {
		display: block;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 900;
		-webkit-transition: 0.5s transform;
		transition: 0.5s transform, right 0.2s;
		padding: 12px;
		width: 100px;
		height: 100px;
		box-sizing: border-box;
		background: #84ae4b;
		text-align: center;
	}
	.drop_menu #switch~label p {
		z-index: 2;
		width: 100%;
		margin-bottom: 0;
	}
	.drop_menu #switch~label span {
		cursor: -webkit-grabbing;
		display: block;
		width: 60px;
		height: 3px;
		background: #fff;
		-webkit-transition: 0.2s transform, 0.5s background;
		transition: 0.2s transform, 0.5s background;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: auto;
		margin-top: -5px;
	}
	.drop_menu #switch~label span:before,
	.drop_menu #switch~label span:after {
		content: "";
		display: block;
		width: 60px;
		height: 3px;
		background: #fff;
		position: absolute;
		margin-top: 0;
	}
	.drop_menu #switch~label span:before {
		top: -18px;
	}
	.drop_menu #switch~label span:after {
		top: 18px;
	}
	.drop_menu #switch:checked~label span {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.drop_menu #switch:checked~label span:before {
		top: 0;
	}
	.drop_menu #switch:checked~label span:after {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
		top: 0;
		margin-top: 0;
	}
	.drop_menu #NavWrap {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 800;
		height: 100%;
		overflow: auto;
		visibility: hidden;
		padding-top: 100px;
		box-sizing: border-box;
		transition: all 0.25s;
	}
	.drop_menu #NavWrap::-webkit-scrollbar {
		height: 10px;
		width: 10px;
	}
	.drop_menu #NavWrap::-webkit-scrollbar-track {
		border-radius: 10px;
		background: #b3b3b3;
	}
	.drop_menu #NavWrap::-webkit-scrollbar-thumb {
		border-radius: 10px;
	}
	.drop_menu #switch:checked~label+#NavWrap {
		visibility: visible;
		max-height: 100vh;
		top: 0;
	}
	.drop_menu #NavWrap>ul {
		width: 100%;
		margin-right: 0;
		margin-left: auto;
	}
	.drop_menu #NavWrap li a {
		padding: 15px 0;
		text-decoration: none;
		text-align: center;
		width: auto;
		background: rgba(255, 255, 255, 0.9);
	}
	.drop_menu #NavWrap li a span {
		padding: 10px 0px;
		border-left: none;
		white-space: normal;
	}
}
@media screen and (max-width:768px) {
	body {
		padding-top: 50px;
	}
	header#fix_menu,
	header#fix_menu.fixedMenu {
		top: 0;
		transition: none;
		position: fixed;
	}
	header .menu_top {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 700;
		background: none;
		padding: 0;
		box-sizing: border-box;
		background: rgba(255, 255, 255, 1);
	}
	header .menu_top #site_ttl {
		padding: 5px 5px;
	}
	header .menu_top #site_ttl img {
		max-height: 40px;
		width: auto;
	}
	header .menu_top #site_ttl p {
		display: none;
	}
	.menu_top .right_menu {
		padding: 5px 60px 5px 5px
	}
	.menu_top .right_menu li {
		display: none;
	}
	.menu_top .right_menu li.inquiry {
		display: block;
		margin: 0;
	}
	.menu_top .right_menu li.inquiry a,
	.menu_top .right_menu li.inquiry a:hover {
		background: #fff;
		color: #337b3b;
		padding: 10px;
		border-radius: 5px;
		font-size: 11px;
	}
	.type_general header .menu_top {
		background: none;
	}
	header .menu_top .logo a+a {
		margin-left: 6px;
	}
	header .menu_top .logo a img {
		width: 58px;
		height: auto;
		vertical-align: middle;
	}
	header .menu_top .logo a+a img {
		width: 181px;
	}
	header .menu_top .logo span {
		font-size: 8px;
		vertical-align: middle;
	}
	header .menu_top .menu_fix {
		position: relative;
	}
	header .menu_top .outwrap {
		padding: 5px 10px 5px;
		height: 50px;
	}
	.type_general header .menu_top .outwrap {
		background: rgba(255, 255, 255, 0.6);
	}
	.drop_menu #NavWrap {
		padding-top: 0;
		position:
			fixed;
		top: 50px;
		left:
			auto;
		right: -100%;
		padding: 0;
		width: 100%;
		height: 100%;
		background:
			rgba(132, 174, 75, 1);
	}
	.drop_menu #switch:checked~label+#NavWrap {
		top: 50px;
		left:
			auto;
		right: 0%;
	}
	.drop_menu #switch~label {
		padding: 12px 12px;
		width: 50px;
		height: 50px;
		position: absolute;
	}
	.drop_menu #switch~label span {
		width: 22px;
		height: 2px;
		top: 22px;
		margin: auto;
	}
	.drop_menu #switch~label span:before,
	.drop_menu #switch~label span:after {
		width: 22px;
		height: 2px;
		margin-top: 0;
	}
	.drop_menu #switch~label span:before {
		top: -9px;
	}
	.drop_menu #switch~label span:after {
		top: 9px;
	}
	.drop_menu #NavWrap .banner {
		width:80%;
		margin:20px auto;
	}
	.drop_menu #NavWrap .banner a {
		margin-bottom: 10px;
	}
	.drop_menu #NavWrap .banner a img {
		max-width:100%;
	}
	.drop_menu #NavWrap ul {
		display: block;
		border-left:none;
		height: auto;
		width: 100%;
		padding: 0;
	}
	.drop_menu #NavWrap ul li,
	.drop_menu #NavWrap ul li:nth-of-type(even){
		display: block;
		padding: 0;
		border-bottom: solid 1px #fff;
		background:none;
	}
	.drop_menu #NavWrap li a,
	.drop_menu #NavWrap li a:hover {
		font-size: 12px;
		text-align: left;
		width: auto;
		padding: 0;
		text-decoration: none;
		background: none;
		color: #fff;
		border: none;
	}
	.drop_menu #NavWrap li a:hover {
		background: none;
	}
	.drop_menu #NavWrap li a span {
		display: block;
		padding: 17px 20px;
		padding-left:50px;
		font-weight: normal;
		background: none;
		line-height: 1.4;
		font-size: 1rem;
	}
	.drop_menu #NavWrap li a span::before{
		position:absolute;
		display:inline-block;
		content:"";
		width:25px;
		height:25px;
		background:url(../img/sp/white_sun.png);
		background-size:contain;
		top:0;
		bottom:0;
		left:20px;
		margin:auto;
	}
	.drop_menu #NavWrap li a span br {
		display: block;
	}
	.drop_menu #NavWrap li a span:after,
	.drop_menu #NavWrap li a:hover span:after{
		width:6px;
		height:6px;
		background:none;
		border-top:1px solid #fff;
		border-right:1px solid #fff;
		top:0;
		bottom:0;
		right:20px;
		left:auto;
		margin:auto;
		transform:rotate(45deg);
	}
}
/* contents
-------------------------------------------------------------------*/

main {
	margin-bottom: 50px;
	display: block;
}
@media screen and (max-width:768px) {
	main {
		margin-bottom: 0px;
	}
}
/* footer
-------------------------------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 15px;
	right: 5%;
	width: 70px;
	z-index: 500;
}
footer {
	background: #FFFFFF;
	padding: 12px 0;
}
#foot_left {
	float: left;
}
#foot_right {
	float: right;
	width: 871px;
	font-size: 14px;
	text-align: right;
}
#foot_right ul {
	margin: 10px 0 30px;
}
#foot_right li {
	display: inline-block;
	border-left: solid 1px #999999;
	padding: 2px 16px;
	text-align: center;
}
#foot_right li a,
#foot_right small {
	color: #fff;
}
.page_link {
	margin-top: -78px !important;
	padding-top: 78px !important;
	display: block;
}
.section04 .page_link {
	margin-top: -50px !important;
	padding-top: 50px !important;
	display: block;
}
.section06 .page_link {
	margin-top: -100px !important;
	padding-top: 100px !important;
	display: block;
}
@media screen and (max-width:768px) {
	#pageTop {
		width: 49px;
		right: 10px;
		bottom: 10px;
	}
	footer {
		padding: 0;
	}
	#foot_left,
	#foot_right ul {
		display: none;
	}
	#foot_right {
		text-align: center;
		width: auto;
		float: none;
	}
	#foot_right small {
		font-size: 10px;
	}
	.page_link {
		margin-top: -50px !important;
		padding-top: 50px !important;
		display: block;
	}
	.section04 .page_link {
		margin-top: -50px !important;
		padding-top: 50px !important;
		display: block;
	}
	.section06 .page_link {
		margin-top: -80px !important;
		padding-top: 80px !important;
		display: block;
	}
}