@charset "utf-8";
@font-face {
	font-family: "rounded-mplus-1c-heavy";
	src: url(../font/rounded-mplus-1c-heavy.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-size: 14px;
	color: #333;
}
a {
	color: #46B035;
	text-decoration: none;
}
a:hover {
	color: #9DDB93;
	text-decoration: none;
}
a, a img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover img {
	opacity: 0.8;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*全体*/
.wrap {
}
/*ヘッダー*/
.header {
	height: 581px;
}
.headline {
}
.headIn {
	width: 960px;
	margin: 0 auto;
}
.logo a {
	display: block;
}
.logo {
}
h1 {
	width: 363px;
}
.menu {
	width: 355px;
	margin: 17px 0 0;

}
.menu li {
	float: left;
	margin-right: 20px;
	font-size: 14px;
	background: #000;
	padding: 10px;
	color: #fff;
}
.menu li a {
	color:#fff
}

.menu li a:hover {
	color:#aaa;
}
/*コンテンツ*/
.contents {
	width: 960px;
	margin: 30px auto;
	padding: 0 0 20px;
}
.contents a {
	display: block;
	color: #fff;
}
.main {
	width: 620px;
}
.boxList01 {
	margin: 20px 0;
}
.boxList01 li {
	float: left;
	margin: 0 18px 0 0;
}
.boxList01 li:last-child {
	margin: 0;
}
.boxList01 li a:hover img {
	opacity: 1;
}
.boxList01 a {
	position: relative;
}
.boxList01 a span {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 50px 20px 0;
	line-height: 1.6;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 0;
}
.boxList01 a:hover span {
	opacity: 1;
}
.boxList01 .on {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 0;
}
.boxList01 a:hover .on {
	opacity: 1;
}
.topContents {
	margin: 0 0 20px;
}
.topContents p {
	line-height: 1.6;
	padding: 20px;
}
.topText {
	background: #fff;
	border: 1px solid #8d8d8d;
	border-top: none;
	-webkit-border-radius: 0 0 10px 10px/0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px/0 0 10px 10px;
	border-radius: 0 0 10px 10px/0 0 10px 10px;
}
.link {
	padding: 0 20px 20px;
}
.link li {
	line-height: 1.6;
}
.link a {
	color: #7077FF;
	display: initial;
}
.link a:hover {
	color: #8EAEFF;
}
.bottomContents img {
	border: 1px solid #73C365;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.sideBox01 {
	margin: 0 0 20px;
}
.side a {
	position: relative;
	overflow: hidden;
}
.side a span {
	position: absolute;
	display: block;
	top: 0;
	right: -100%;
	padding: 40px 30px 0 40px;
	line-height: 1.6;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: rgba(25, 25, 25, 0.61);
}
.side a:hover span {
	right: 0;
	opacity: 1;
}
/*フッター*/
.footer {
	background: url(../image/footer.png);
}
.siteMap {
	padding: 30px 0 10px 70px;
	background: url(../image/sitemap_bg.png);
}
.siteMap ul {
	width: 960px;
	margin: 0 auto;
}
.siteMap li {
	float: left;
	width: 25%;
	margin: 0 0 20px;
}
.siteMap a {
	padding: 0 0 0 20px;
	background: url(../image/sitemap_icon.png) no-repeat left center;
	color: #989898;
}
.siteMap a:hover {
	color: #494949;
}
.copyRight {
	text-align: center;
	color: #333;
	line-height: 50px;
}
.copyRight a {
	padding: 0 10px;
	color: #A3A3A3;
}
.copyRight a:hover {
	color: #2D2D2D;
}
/*サブページ*/
.sub {
	background: url(../image/sub_image.jpg) repeat-x top center;
	height: 475px;
}
.subContents {
	margin: 20px 0 0;
	padding: 0;
	font-size: 14px;
	background: #fff;
	border: 2px solid #8d8d8d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.subContents h2 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 48px;
	text-shadow: 1px 1px 3px rgba(25,25,25,0.3);
}
.subContents p {
	line-height: 1.6;
	margin: 0 0 20px;
}
.subContents h3 {
	font-size: 20px;
	padding: 0 0 20px;
	color: #8CB839;
	position: initial;
}
.text {
	box-sizing: border-box;
	padding: 0 0 20px;
	width: 100%;
	margin: 0 auto;
}
/*パターン01*/
.pat01 p {
	width: 90%;
	margin: 0 auto 20px;
}
.subVisual01 {
	padding: 0;
	margin: 0;
}
.pat01 h2 {
	margin: 40px auto;
	text-align: center;
	padding: 0;
}
.subVisual01 img {
	width: 100%;
	height: auto;
}
.subVisual {
	width: 960px;
	margin: 0 auto;
}
/*パターン02*/
.pat02 h2 {
	margin: 0;
	padding: 40px 0;
	text-align: center;
}
.subVisual02 {
	width: 30%;
	float: left;
}
.subVisual02 img {
	width: 100%;
	height: auto;
}
#topBox .subVisual02 {
	margin: 0;
}
.pat02 p {
	width: auto;
}
.textRight02 {
	float: right;
	width: 70%;
	box-sizing: border-box;
	padding: 0 0 10px 20px;
}
.textLeft02 {
	float: left;
	width: 362px;
	box-sizing: border-box;
	padding: 70px 20px 0 0;
}
#topBox {
	margin: 0;
	box-sizing: border-box;
	padding: 0 40px 20px;
}
#bottomBox {
	box-sizing: border-box;
	padding: 0 0;
	margin: 0 40px 40px;
}
/*パターン03*/

.pat03 p {
	width: 90%;
	margin: 0 auto 20px;
}
.pat03 h2 {
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
	background: url(../image/pat03_sub.png) no-repeat top center;
	line-height: 71px;
}
.pat03 {
	padding: 0;
	border-top: none;
}
#bottomBox .subVisual04 {
	width: 30%;
	float: right;
}
/*パターン04*/
.pat04 {
}
.textLeft04 {
	width: 70%;
	float: left;
	box-sizing: border-box;
	padding: 0 20px 0 0;
}
#topBox .subVisual04 {
	width: 30%;
	float: left;
}
.textRight04 {
	width: 70%;
	float: right;
	box-sizing: border-box;
	padding: 0 0 0 20px;
}
.pat04 h2 {
	margin: 0 0 40px;
	padding: 40px 0 0;
	text-align: center;
}
.subVisual04 img {
	width: 100%;
	height: auto;
}
/*パターン05*/
.textRight05 {
	float: right;
	width: 70%;
	box-sizing: border-box;
	padding: 0 0 0 20px;
}
.subVisual05 {
	width: 30%;
	float: left;
}
.subVisual05 img {
	width: 100%;
	height: auto;
}
.text .inner {
	padding: 0 0 30px;
}
.pat05 h2 {
	text-align: center;
	padding: 40px 0;
}
/*パターン06*/
.pat06 p {
	width: 90%;
	margin: 0 auto 20px;
}
.subVisual06 {
	padding: 0;
	width: 90%;
	margin: 0 auto 40px;
}
.pat06 h2 {
	margin: 0;
	text-align: center;
	padding: 40px 0;
}
.subVisual06 img {
	width: 100%;
	height: auto;
}
.subVisual {
	width: 960px;
	margin: 0 auto;
}
.subContents .link {
	padding: 0 0 0 50px;
}
.subContents .link p {
	margin: 0 0 20px 0;
	line-height: 1.6;
}
