@media (min-width: 768px) {

	/* PC用 */
	.sp-show {
		display: none;
	}



}

@media (max-width: 767px) {

	/* tablet用 */
	.sp-hide {
		display: none;
	}




}


@media (min-width: 768px) {
	/* PC用 */

	body p {
		color: #4d4d4d;
		font-size: 14px;
		margin: 0 0 30px 0;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}

	.rightImg {
		float: right;
		margin-left: 30px;
	}

	.leftImg {
		float: left;
		margin-right: 30px;
	}

	.left {
		float: left;
	}

	.right {
		float: right;
	}


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

	#headWrap {
		border-top: 5px solid #82AE46;
		width: 100%;
		height: 120px;
	}

	#headWrap h1 {
		width: 40%;
		/* max-width: 558px; */
		max-height: 90px;
		padding-top: 2%;
		background-image: url(../img/common/logotype.png);
		text-indent: -99999px;
		background-size: contain;
		margin-left: 3%;
		float: left;
		background-repeat: no-repeat;
	}

	#headWrap #submenu {
		float: right;
		margin-top: 0px !important;
		/* width: 40%; */
	}

	#headWrap #submenu li {
		float: right;
		color: #fff;
		background-color: #82AE46;
		list-style: none;
		display: inline-block;
		margin-right: 10px;
		padding: 5px 10px 5px 10px;
		font-size: 12px;
		height: 20px;
	}

	#headWrap #submenu li a {
		color: #fff;
		text-decoration: none;
	}

	#headWrap #submenu li a:hover {
		color: #fff;
		text-decoration: underline;
	}








	.menu {
		width: 50%;
		float: right;
		position: relative;
		top: 0;
		margin: 30px 0 0 0;


	}

	.menu>li {
		display: inline-block;
		width: 17%;
		/* グローバルナビ4つの場合 */
		list-style: none;
		text-align: center;
		border-left: 1px solid #ccc;
		padding: 5px 0 5px 1%;
		height: 100%;
		vertical-align: top;
	}

	.menu>li a {
		display: block;
		color: #666;
		text-decoration: none;
	}

	.menu>li a:hover {
		color: #000;
		font-weight: bold;

	}

	ul.menu__second-level {
		visibility: hidden;
		opacity: 0;
		z-index: 1;
		display: inline-block;



	}

	ul.menu__third-level {
		visibility: hidden;
		opacity: 0;
	}

	ul.menu__fourth-level {
		visibility: hidden;
		opacity: 0;
	}

	.menu>li:hover {

		-webkit-transition: all .5s;
		transition: all .5s;

	}

	.menu__second-level li {
		color: #fff !important;
		font-size: 13px;
		margin: 0 1% 0 1%;

	}

	.menu__second-level li a {
		color: #fff !important;
	}

	.menu__third-level li {
		border-top: 1px solid #111;
		color: #fff;
	}

	.menu__second-level li a:hover {}

	.menu__third-level li a:hover {
		background: #405ABC;
	}

	.menu__fourth-level li a:hover {
		background: #405ABC;
	}

	/* 下矢印 
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}*/

	/* floatクリア */
	.menu:before,
	.menu:after {
		content: " ";
		display: table;
	}

	.menu:after {
		clear: both;
	}

	.menu {
		*zoom: 1;
	}

	li.menu__mega ul.menu__second-level {
		position: absolute;
		top: 30px;
		left: 0px;
		box-sizing: border-box;
		padding: 20px 2%;
		background: #82AE46;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;

	}

	li.menu__mega:hover ul.menu__second-level {
		top: 35px;
		visibility: visible;
		opacity: 1;

	}

	li.menu__mega ul.menu__second-level>li {
		/* float: left; */
		display: inline-block;
		border: none;
		margin: 0 10px 0 10px;
	}

	li.menu__mega ul.menu__second-level>li:nth-child(3n+2) {
		margin: 0 1%;
	}

	.balloon1-topA {
		position: relative;
		display: inline-block;
		margin: 0;
		background: #405ABC;
		width: 200px;



	}

	/*
.balloon1-topA:before{
	content: "";
	position: absolute;
	top: -20px;
	left: 15%;
	border: 5px solid transparent;
	border-bottom: 15px solid #405ABC;
}
*/
	.balloon1-topA p {
		margin: 0;
		padding: 0;
	}

	.balloon1-topB {
		position: relative;
		display: inline-block;
		margin: 0;
		padding: 7px 5px;
		margin-left: 20%;
		width: 200px;
		color: #555;
		font-size: 16px;
		background: #405ABC;

	}

	/*
.balloon1-topB:before{
	content: "";
	position: absolute;
	top: -20px;
	left: 30%;

	border: 5px solid transparent;
	border-bottom: 15px solid #405ABC;
}
*/
	.balloon1-topB p {
		margin: 0;
		padding: 0;
	}

	.balloon1-topC {
		position: relative;
		display: inline-block;
		margin: 0;
		padding: 7px 5px;
		background: #405ABC;
		margin-left: 20%;
		width: 620px;

	}

	/*
.balloon1-topC:before{
	content: "";
	position: absolute;
	top: -20px;
	left:40%;


	border: 5px solid transparent;
	border-bottom: 15px solid #405ABC;
}
*/
	.balloon1-topC p {
		margin: 0;
		padding: 0;
	}

	.balloon1-topD {
		position: relative;
		display: inline-block;
		margin: 0;
		padding: 7px 5px;
		min-width: 120px;
		max-width: 100%;
		color: #555;
		font-size: 16px;
		background: #405ABC;
		margin-left: 60%;
		width: 280px;

	}

	/*
.balloon1-topD:before{
	content: "";
	position: absolute;
	top: -20px;
	left: 15%;

	border: 5px solid transparent;
	border-bottom: 15px solid #405ABC;
}*/

	.balloon1-topD p {
		margin: 0;
		padding: 0;
	}


	/* footer
-----------------------------------------*/

	.footer {
		width: 100%;
		background-color: #82AE46;
		margin-bottom: 0px;
	}

	.footer .inner {
		width: 1200px;
		margin: auto;
		padding: 30px 0 30px 0;
	}

	.footer .inner .calam {
		width: 24%;
		border-left: 1px solid #fff;
		display: inline-block;
		vertical-align: top;
		height: 200px;
	}

	.footer .inner .end {
		border-right: 1px solid #fff;
		display: inline-block;
		vertical-align: top;
		height: 200px;
	}

	.footer .inner .calam p {
		color: #FFF !important;
		margin-left: 20px;
		text-decoration: none;
	}

	.footer .inner .calam a {
		color: #FFF !important;
		text-decoration: none;
	}

	.copy {
		text-align: center;
		font-size: 12px;
		color: #FFF;
		margin: 0px;
		padding: 2%;
	}





	/* information
-----------------------------------------*/

	.exCfx {
		font-size: 14px;
		color: #4d4d4d;
	}

	.exCfx dt {
		background-color: #efefef;
		padding: 2% 2% 1% 2%;
		clear: both;
		width: 96%;
	}

	.exCfx dt img {
		margin-left: 10px;
	}

	.exCfx dd {
		margin-bottom: 10px;
		background-color: #efefef;
		padding: 0 2% 2% 2%;
		width: 96%;
		overflow: hidden;
		margin-left: 0px !important;
	}

	.exCfx dd .title {
		font-size: 20px;
		font-weight: bold;
	}

	.exCfx dd img {
		width: 240px;
		float: left;
		height: auto;
	}


	/* category
-----------------------------------------*/
	.categoryWrap {
		/* width: 100%;
		background-color: #ECEEF9;
		overflow: hidden; */
		position: relative;
		height: 230px;
		left: 0;
		width: 100%;

		&::before {
			content: "";
			background: #EEF4E2;
			display: block;
			width: min(50% + 600px, 100%);
			height: 230px;
			position: absolute;
			z-index: -1;
			left: 0;
		}

		&::after {
			content: "";
			background: url(../img/top/mv_bg.jpg) center / cover no-repeat;
			display: block;
			width: min(50% + 600px, 100%);
			height: 180px;
			position: absolute;
			z-index: -1;
			top: 0;
			left: max(50% - 600px, 0px);
		}

		.category {
			color: white;
			text-align: center;

			h2 {
				font-size: 23px;
				line-height: 31px;
				letter-spacing: 0.25em;
				margin-block: 0 8px;
				padding-top: 43px;
			}

			h3 {
				font-size: 42px;
				line-height: 1.333;
				margin: 0;
			}

			.breadcrumb {
				/* text-align: left; */
				font-family: "Font Awesome 5 Free";
				content: '\f1e2';
				font-size: 14px;
				position: absolute;
				right: max(50% - 600px, 0px);
				bottom: 15px;
				margin-bottom: 0;
				padding-right: 23px;
			}
		}
	}

	/* .categoryWrap .category {
		max-width: 1200px;
		overflow: hidden;
		margin: 0 auto 0 auto !important;
	}

	.categoryWrap .category h2 {
		width: 280px;
		height: 225px;
		float: left;
		background-image: url(../img/common/category.jpg);
		text-align: center;
		color: #fff;
		margin: 0px !important;
		line-height: 225px;
		letter-spacing: 5px;
	}

	.categoryWrap .subCategory {
		max-width: 900px;
		float: left;
		margin: 50px 0 0 50px;
	}

	.categoryWrap .subCategory h3 {
		text-align: left;
		font-size: 30px;
		line-height: 100%;
		font-weight: normal;
	} */

	.categoryminWrap {
		width: 100%;
		background-color: #ECEEF9;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.categoryminWrap .categorymin {
		max-width: 1200px;
		overflow: hidden;
		margin: 0 auto 0 auto !important;
	}

	.categoryminWrap .categorymin h2 {
		width: 280px;
		height: 120px;
		float: left;
		background-image: url(../img/common/categorymin.jpg);
		text-align: center;
		color: #fff;
		margin: 0px !important;
		line-height: 120px;
		letter-spacing: 5px;
	}

	.breadcrumbmin {
		text-align: left;
		font-family: "Font Awesome 5 Free";
		content: '\f1e2';
		font-size: 12px;
		max-width: 1200px;
		margin: auto auto 50px auto;
	}



	/* contents
-----------------------------------------*/
	.contents {
		overflow: hidden;
		max-width: 1200px;
		margin: 0 auto 30px auto;
		clear: both;
		position: relative;
		line-height: 150%;
	}

	.contents #sideNavi {
		width: 280px;
		float: left;
		margin-top: 50px;
		overflow: hidden;
		position: absolute;
		top: -1px;
		left: 2px;

		h3 {
			font-size: 23px;
			color: #4A8039;
			margin-block: 2px 5px;
			border-bottom: solid 1px #C6C6C6;
			padding-bottom: 15px;
		}
	}

	.contents #sideNavi ul {
		margin: 0;
		padding: 0;
	}

	.contents #sideNavi ul li {
		/* border-bottom: 1px solid #ccc; */
		padding: 15px 0 15px 30px;
		/* background-image: url(../img/common/ya_off.jpg);
		background-repeat: no-repeat;
		background-position: center left 10px; */
		margin-left: 0 !important;
		width: 250px;
	}

	.contents #sideNavi ul li:hover {
		/* border-bottom: 1px solid #ccc; */
		/* padding: 15px 0 15px 30px; */
		/* background-image: url(../img/common/ya_on.jpg); */
		background-color: #82AE46;
		transition: 0.2s;
		background-position: center left 10px;
	}

	.contents #sideNavi ul a {
		text-decoration: none;
		color: #4d4d4d;
	}

	.contents #sideNavi ul a:hover {
		text-decoration: none;
		color: #fff;
	}

	.contents #sideNavi ul a.visit {
		pointer-events: none;
	}

	.contents #sideNavi ul a.visit li {
		color: #82AE46;
		position: relative;
		text-decoration: none;

		&::after {
			content: "";
			background: #82AE46;
			display: inline-block;
			width: 10px;
			height: 10px;
			position: absolute;
			top: calc(50% - 5px);
			right: 0;
			border-radius: 10px;
		}
	}

	.contents .rightArea {
		width: 100%;
		float: right;
		margin-left: -330px;
	}

	.contents .rightArea .rightContents {
		margin-left: 330px;
		margin-top: 40px;
	}

	.contents h4 {
		/* background-image: url(../img/common/h4.jpg); */
		font-size: 34px;
		font-weight: 700;
		line-height: 45px;
		color: #242A33;
		/* background-repeat: no-repeat;
		background-position: bottom left; */
		margin: -5px 0 20px 0;
		border-bottom: solid 1px #82AE46;
		padding-bottom: 10px;
	}

	.contents .cBox {
		overflow: hidden;
		margin-bottom: 50px;
		clear: both;
	}










}



@media (max-width: 1200px) {


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

	.menu>li a {
		font-size: 14px;
		;
	}


	/* footer
-----------------------------------------*/

	.footer {
		width: 100%;
		background-color: #82AE46;
		margin-bottom: 0px;
	}

	.footer .inner {
		width: 90%;
		margin: auto;
		padding: 3% 0 3% 0;
	}

	.footer .inner .calam {
		width: 24%;
		border-left: 1px solid #fff;
		display: inline-block;
		vertical-align: top;
		height: 200px;
	}

	.footer .inner .end {
		border-right: 1px solid #fff;
		display: inline-block;
		vertical-align: top;
		height: 200px;
	}

	.footer .inner .calam p {
		color: #FFF !important;
		margin-left: 20px;
		text-decoration: none;
		font-size: 12px;
	}

	.footer .inner .calam a {
		color: #FFF !important;
		text-decoration: none;
	}

	.copy {
		text-align: center;
		font-size: 12px;
		color: #FFF;
		padding-bottom: 30px;
	}
}


@media (max-width: 767px) {

	.rightImg {
		margin-bottom: 2%;
	}

	.leftImg {
		margin-bottom: 2%;
	}

	.left {}

	.right {}

	body p {
		color: #4d4d4d;
		font-size: 14px;
		line-height: 150%;
		margin: 0 0 30px 0;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}



	/* tablet用 */
	#headWrap {
		width: 100%;
		height: 70px;
		margin: 0px;
	}

	#headWrap h1 {
		width: 60%;
		height: 56px;
		background-image: url(../img/common/logotype.png);
		text-indent: -99999px;
		background-size: contain;
		float: left;
		background-repeat: no-repeat;
		margin: 7px 0 7px 10px;
	}

	/* footer
-----------------------------------------*/

	.footer {
		width: 100%;
		background-color: #82AE46;
		color: #FFF;
		margin: 0px auto 0px auto !important;
		padding-top: 50px;
	}

	.footer .inner {
		display: none;
	}

	.footer a {
		color: #FFF;
	}

	.copy {
		text-align: center;
		font-size: 10px;
		color: #fff;
		width: 90%;
		margin: auto;
		padding: 5%;
	}

	/* information
-----------------------------------------*/

	.exCfx {
		font-size: 12px;
		color: #4d4d4d;
	}

	.exCfx dt {
		background-color: white;
		padding: 2% 2% 1% 2%;
		clear: both;
		width: 96%;
	}

	.exCfx dt img {
		margin-left: 10px;
	}

	.exCfx dd {
		margin-bottom: 10px;
		background-color: white;
		padding: 0 2% 2% 2%;
		width: 96%;
		overflow: hidden;
		margin-left: 0px !important;
	}

	.exCfx dd .title {
		font-size: 14px;
		font-weight: bold;
	}

	.exCfx dd img {
		width: 240px;
		float: left;
		height: auto;
	}






	/* category
-----------------------------------------*/
	.categoryWrap {
		position: relative;
		height: 170px;
		left: 0;
		width: 100%;
		margin-bottom: 40px;

		&::before {
			content: "";
			background: #EEF4E2;
			display: block;
			width: min(100% - 20px);
			height: 170px;
			position: absolute;
			z-index: -1;
			left: 0;
		}

		&::after {
			content: "";
			background: url(../img/top/mv_bg.jpg) center / cover no-repeat;
			display: block;
			width: min(100% - 20px);
			height: 150px;
			position: absolute;
			z-index: -1;
			top: 0;
			left: 20px;
		}

		.category {
			color: white;
			text-align: center;

			h2 {
				font-size: 16px;
				line-height: 21px;
				letter-spacing: 0.25em;
				margin-block: 0 6px;
				padding-top: 40px;
			}

			h3 {
				font-size: 30px;
				line-height: 1.2;
				margin: 0;
			}
		}
	}

	.categoryWrap .subCategory .breadcrumb {
		display: none;
	}


	.categoryminWrap {
		width: 100%;
		background-color: #ECEEF9;
		overflow: hidden;
	}

	.categoryminWrap .categorymin {
		overflow: hidden;
		margin: 0 auto 0 auto !important;
	}

	.categoryminWrap .categorymin h2 {
		background-color: #405ABC;
		text-align: center;
		color: #fff;
		margin: 0px !important;
		letter-spacing: 5px;
		padding: 2% 0 2% 0;
	}

	.breadcrumbmin {
		display: none;
	}







	/* contents
-----------------------------------------*/
	.contents {
		overflow: hidden;
		width: 100%;
		clear: both;
	}

	.contents h4 {
		font-size: 27px;
		line-height: 1.333;
		color: #242A33;
		margin-block: 30px 20px;
		padding-bottom: 13px;
		border-bottom: solid 1px #82AE46;
	}

	.contents #sideNavi {
		margin-inline: 20px;
		clear: both;

		h3 {
			color: #4A8039;
			margin-bottom: 0;
			padding-left: 15px;
			padding-bottom: 8px;
		}

		ul {
			margin: 0 0 70px;
			border-top: solid 1px #C6C6C6;
			border-inline: solid 1px #C6C6C6;
			padding: 0;
		}
	}

	.contents #sideNavi ul li {
		font-weight: 700;
		margin-bottom: 0;
		padding: 15px 0 15px 15px;
		border-bottom: 1px solid #ccc;
	}

	.contents #sideNavi ul a {
		text-decoration: none;
		color: #4d4d4d;
	}

	.contents #sideNavi ul a.visit li {
		color: #82AE46;
	}

	.contents .rightArea {
		width: 90%;
		margin: auto auto 20% auto;
	}

	.contents .cBox {
		clear: both;
		margin-bottom: 10%;
	}

}






/* 共通 */
body {
	margin: 0px !important;
	padding: 0px !important;
	overflow-x: hidden;
}

img {
	max-width: 100%;
}

a {
	color: #82AE46;
	text-decoration: none;
}

a:hover {
	color: #a3d064;
	text-decoration: underline;
}

a img:hover {
	opacity: 0.6;
}

#page_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #82AE46;
	opacity: 0.6;
	border-radius: 50%;
	right: -50px;
}

#page_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}

#page_top a::before {
	font-family: FontAwesome;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

.language a {
	color: #fff;
	border: 1px solid #fff;
	padding: 10px;
	margin: auto;
	text-align: center;
	display: inline;
	margin-bottom: 2%;
}