@charset "UTF-8";
/*-----------------------------------

	main

-----------------------------------*/
#main_image {
	background: #fcfedd;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 11px !important;
	height: 11px !important;
}
.bx-wrapper li {
	width: 1000px;

}
.bx-wrapper img {
	margin: 0 auto !important;
}
.bx-wrapper .bx-pager {
	bottom: 23px !important;
}
.bx-wrapper {
	max-width: 100% !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #8dc031 !important;
}
.slide_all {
	width: 1000px;
	margin: 0 auto;
	height: 528px;
	position: relative;
}
.slide_wrap {
	width: 3080px;
	position: absolute;
	left: 50%;
	margin-left: -1560px;
}
.slide_body {
	width: 100%;
}
.slide {
	height: auto !important;
}
.slide_body .slide {
		width: 1000px !important;
}
.slide img {
	width: 100%;
	vertical-align: bottom;
}
.bx-viewport {
	width: 100% !important;
	height: auto !important;
}


@media screen and (max-width: 840px) {

	#contents {
		margin-top: 0;
	}
	#main_image {
		margin-top: 10%;
		position: relative;
		z-index: -1;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		display: none !important;
	}
	.slide_wrap {
		width: 100%;
		left: 0;
		margin-left: 0;
		position: static;
	}
	.slide_all {
		width: 100%;
		height: auto;
	}
	.slide {
		width: 100%;
	}
	.simply-scroll-list li {
		width: 150px;
	}
	.simply-scroll-list li img {
		width: 150px;
	}
	.bxslider img{
		width: 100% !important;
		height: auto !important;
	}


}

@media screen and (max-width: 640px) {

	#main_image {
		margin-top: 52px;
	}

}

/*-----------------------------------

	intro_block

-----------------------------------*/

#intro_block {
	padding: 95px 0 70px;
	background: #fffeed;
}
#intro_block .text_box {
	width: 560px;
}
#intro_block .text_box h2 {
	font-size: 25px;
	color: #86b65f;
	line-height: 180%;
	margin-bottom: 20px;
	margin-top: 80px;
}
#intro_block .img_box img {
	border: 3px solid #c2d8af;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

@media screen and (max-width: 840px) {

	#intro_block .text_box {
		width: 50%;
	}
	#intro_block .text_box h2 {
		font-size: 23px;
		line-height: 150%;
		margin-top: 0px;
	}
	#intro_block .img_box {
		width: 40%;
	}
	#intro_block .img_box .pc_mode {
		display: block;
	}
	#intro_block .img_box .sp_mode {
		display: none;
	}
}

@media screen and (max-width: 640px) {

	#intro_block {
		padding: 35px 0 0;
	}
	#intro_block .contents_inner {
		width: 100%;
	}
	#intro_block .text_box {
		width: 100%;
		padding: 0 10px;
		text-align: center;
		line-height: 180%;
		float: none !important;
		box-sizing: border-box;
	}
	#intro_block .text_box h2 {
		font-size: 20px;
		text-align: center;
		margin-bottom: 10px;
	}
	#intro_block .img_box {
		width: 100%;
		margin-top: 30px;
	}
	#intro_block .img_box .pc_mode {
		display: none;
	}
	#intro_block .img_box .sp_mode {
		display: block;
	}
	#intro_block .img_box img {
		float: none !important;
		max-width: 100%;
		margin: 0 auto;
		border: none;
		border-radius: 0;
	}

}

/*-----------------------------------

	group_block

-----------------------------------*/

#group_block {
	padding: 100px 0 75px;
}
#group_block ul {
	position: relative;
	margin-top: 130px;
	border-top: 7px solid #e1deab;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#group_block ul:before {
	content: url(../img/index/group_bg.png);
	width: 1000px;
	position: absolute;
	left: 0;
	right: 0;
	top: -81px;
	margin: 0 auto;
}
#group_block ul li {
	width: calc(100% / 3);
	box-sizing: border-box;
	background-size: cover;
	background-position-x: center;
	border-right: 2px solid #f4f4f4;
	position: relative;
}
#group_block ul li:after {
	content: "";
	width: 107px;
	height: 4px;
	background: #e1deab;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
#group_block ul li:nth-child(3),
#group_block ul li:nth-child(5){
	border-right: none;
}
#group_block ul li a {
	display: block;
	width: 100%;
	height: 390px;
}
#group_block ul li a:hover img {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#group_block ul li a:hover {
	background: #a6d64f;
	transition : 0.2s ;
	-webkit-transition : 0.2s ;
	-moz-transition    : 0.2s ;
	-o-transition      : 0.2s ;
	-ms-transition     : 0.2s ;
}
#group_block ul li a:hover .text_box h3,
#group_block ul li a:hover .text_box p {
	color: #fff;
}
#group_block ul li .img_box {
	width: 71px;
	height: 71px;
	margin: -35px auto 0;
}
#group_block ul li:hover .img_box {
	opacity: 1 !important;
}
#group_block ul li .text_box {
	text-align: center;
}
#group_block ul li .text_box h3 {
	margin: 20px 0 10px;
	color: #8dc031;
	font-size: 19px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
	line-height: 110%;
}
#group_block ul li .text_box h3 span {
	font-size: 14px;
}
#group_block ul li .text_box p {
	font-size: 14px;
	line-height: 120%;
}

@media screen and (max-width: 840px) {

	#group_block {
		padding: 70px 0;
	}
	#group_block ul {
		margin-top: 110px;
	}
	#group_block ul li {
		width: 50%;
	}
	#group_block ul li:nth-child(2),
	#group_block ul li:nth-child(4){
		border-right:none;
	}
	#group_block ul li:nth-child(3) {
		border-right: 2px solid #f4f4f4;
	}
	#group_block ul li a {
		height: 350px;
	}

}

@media screen and (max-width: 640px) {

	#group_block {
		padding: 40px 0;
	}
	#group_block ul {
		margin-top: 90px;
	}
	#group_block ul li {
		width: 100%;
		float: none !important;
		border-right:none;
	}
	#group_block ul li:last-child {
    border-bottom: 2px solid #f4f4f4;
}
	#group_block ul li:nth-child(3) {
		border-right: none;
	}
	#group_block ul li a {
		height: auto;
	}
	#group_block ul li:nth-child(4) a {
	}
	#group_block ul li img {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	#group_block ul li .text_box {
		padding-bottom: 30px;
	}

}

/*-----------------------------------

	link_block

-----------------------------------*/

#link_block {
	padding-bottom: 70px;
}
#link_block ul li:nth-child(1) {
	float: left;
}
#link_block ul li:nth-child(2) {
	float: right;
}


@media screen and (max-width: 840px) {

	#link_block {
		margin-top: 0;
		padding-bottom: 55px;
	}
	#link_block ul li {
		width: 49%;
	}
	#link_block ul li img {
		display: block;
		margin: 0 auto;
	}

}

@media screen and (max-width: 640px) {

	#link_block {
		padding-bottom: 40px;
	}
	#link_block ul li {
		width: 100%;
	}
	#link_block ul li:nth-child(1) {
		margin-bottom: 15px;
	}

}

/*-----------------------------------

	news_block

-----------------------------------*/

#news_block {
	background: #fffeed;
	padding: 75px 0;
	border-top: 3px solid #efebab;
}
#news_block .contents_inner {
	position: relative;
}
#news_block .title_box {
	padding: 5px 15px;
	background: #f2f0c6;
	border-bottom: 2px solid #e1deab;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-ms-border-top-left-radius: 6px;
	-o-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	-ms-border-top-right-radius: 6px;
	-o-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}
#news_block .title_box h2 {
	display: inline-block;
	float: left;
	margin: auto 0;
	font-size: 15px;
	line-height: 230%;
}
#news_block .title_box a {
	display: inline-block;
	float: right;
	background: url(../img/common/link_arrow_02.png) no-repeat #9a9878;
	background-position: 10% center;
	color: #fff;
	margin-top: 3px;
	padding: 2px 10px 2px 25px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
#news_block .title_box a:hover {
	background-color: #7f7d62;
}
#news_block .news_box {
	width: 480px;
	background: #fff;
	border: 1px solid #e1deab;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
#news_block ul {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
}
#news_block ul li {
	font-size: 15px;
	padding: 8px 0;
	border-bottom: 1px solid #ebebeb;
}
#news_block ul li:last-child {
	border-bottom: none;
}
#news_block li span {
	display: inline-block;
	width: 100px;
	font-size: 13px;
	color: #8dc031;
	vertical-align: top;
}
#news_block li p {
	display: inline-block;
}
#news_block li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 840px) {

	#news_block {
		padding: 60px 0;
	}
	#news_block .contents_inner {
		width: 95%;
	}
	#news_block .news_box {
		width: 49%;
	}
	#news_block .news_box:nth-child(1) {
		margin-bottom: 20px;
	}
	#news_block li span {
		width: 25%;
	}
	#news_block li p {
		width: 70%;
	}

}

@media screen and (max-width: 640px) {

	#news_block {
		padding: 0;
		border-top: none;
	}
	#news_block .contents_inner {
		width: 100%;
	}
	#news_block .news_box {
		width: 100%;
		float: none !important;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	}
	#news_block .news_box:nth-child(1) {
		margin-bottom: 0;
		border: none;
	}
	#news_block .title_box {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	}
	#news_block .title_box a {
		font-size: 12px;
		margin-top: 5px;
	}
	#news_block .title_box h2 {
		font-size: 14px;
	}
	#news_block ul {
		padding: 10px;
	}
	#news_block li span,
	#news_block li p {
		display: block;
		font-size: 13px;
		width: 100%;
	}
	#news_block li span {
		margin-bottom: 5px;
	}


}