@charset "utf-8";
/*====Menu all====*/
.select_head_menu{
	/* width: 1120px; */
	margin: 0 auto;
	min-width:1120px;
	/* background: #986FD0; */
	padding: 10px 0px;
	/* margin-top: 10px; */
	
	  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.select_head_menu ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.select_head_menu ul li{
	display:inline-block;
}
.select_head_menu ul li a{
	margin: 0px 2px;
	color: #FFFFFF;
	display:block;
	padding: 10px 75px;
	text-decoration:none;
	text-align: center;
	/* border-top: 3px solid #fff; */
}
.select_head_menu ul li a:hover{
	background: #FFFFFF;
	text-decoration:none;
	color: #829000;
}

.foot ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.foot ul li{
	display:inline-block;
	position:relative;
}
.foot ul li:before{
	position:absolute;
	content:"✻";
	top:12px;
	left:0;
	color:#fff;
}
.foot ul li a{
	display:block;
	padding: 10px 15px;
	margin:2px 0px;
}
.navi_block_side{
	margin-bottom:15px;
}
.navi_block_side ul{
	list-style-type:none;
}
.navi_block_side ul li{
	display:block;
}
.navi_block_side ul li a{
	line-height: 40px;
	display:block;
	width:100%;
	text-align:center;
	text-decoration:none;
	color: #E1E1E1;
	margin-bottom: 5px;
	background: #ECA3E8;
	border-bottom: 2px dotted #fff;
}
.navi_block_side ul li a:hover{
	background: #C97FC5;
	color:#fff;
	text-decoration:none;
}
@media screen and (max-width:480px){
.select_head_menu{
	width:100%;
	min-width:100%;
}
.select_head_menu ul{
	display:block;
	margin:0px;
	padding:0px;
}
.select_head_menu ul li{
	width:100%;
	display:block;
}
.select_head_menu ul li a{
	display:block;
	margin:0px;
	border-radius:0px;
	text-align:center;
	margin-top: 5px;
}

.foot ul{
	display:block;
}
.foot ul li{
	display:block;
}
.foot ul li:before{
	position:absolute;
	content:"";
	top:12px;
	left:0;
	color:#fff;
}
.navi_block_side ul li a{
	border-radius:0;
	width:100%;
}
}
/*====End Menu all====*/
body{font-size: 13px;background: #B7BF6B;font-family: ’ヒラギノ角ゴ Pro W3’, ‘Hiragino Kaku Gothic Pro’, メイリオ, Meiryo, Osaka, ‘MS Pゴシック’, ‘MS PGothic’, sans-serif;/* background-color: #D5DBC1; *//* background-image: url(http://www.transparenttextures.com/patterns/elegant-grid.png); */  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */}
*{
	padding: 0px;
	margin: 0px;
}
p{
	line-height: 30px;
	padding-left: 10px;
	padding-right:10px;
}
h2{
    background-color: #AFB94F;
    padding:10px;
    color:#fff;
    text-indent:30px;
    position:relative;
    margin-bottom: 10px;
}
h2:before{
    width:20px;
    height:10px;
    content:"";
    position:absolute;
    background-color: #757D28;
    transform:rotate(90deg) skewX(-45deg);
    left: 7px;
    top: 18px;
}
h2:after{
    width:20px;
    height:10px;
    content:"";
    position:absolute;
    background-color: #FFFFFF;
    transform: rotate(-90deg) skewX(45deg);
    left: 17px;
    top: 18px;
}



h3{
	color: #000;
	font-size: 15px;
	padding-left: 10px;
	margin-top: 20px;
}
a{
	text-decoration: none;
	color: #f00;
}
a:hover{
	text-decoration: underline;
	/* color: #000; */
}

.select_head{
	width:100%;
	min-width:1120px;
}
.select_head_img{
	width: 1120px;
	margin:0 auto;
	min-width:1120px;
}
.select_head_img img{
	width:100%;
	margin:auto;
	margin-bottom: -6px;
	margin-top: 5px;
}
.select_head_h1{
	/* width: 1120px; */
	margin:auto;
	min-width:1120px;
	background: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.select_head_h1 h1{
	padding-bottom:10px;
	padding-top:10px;
	font-size: 22px;
	text-align:center;
}
.select_head_h1 h1 a{
	text-decoration:none;
	color: #829000;
}
.select_head_h1 h1 a:hover{
	text-decoration: underline;
	/* color:#F00; */
}
.wp_base{
	width:1120px;
	margin:auto;
	padding:0;
	min-width:1120px;
	background: #FFFFFF;
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.wp_base:after{
	content:"";
	clear:both;
	display:block;
}
.style_group_full{
	margin:0px;
	padding:0px;
}
.style_group_full:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.site_block_s{
	width:100%;
	padding-bottom:15px;
	margin-bottom:15px;
	background: #FFFFFF;
	box-shadow: 0px 0px 1px #000;
}
.site_block_s:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.site_block_s img{
	width:100%;
	margin-bottom:5px;
}
.site_block1{
	width:100%;
	padding-bottom:15px;
	margin-bottom:15px;
	background: #FFFFFF;
	box-shadow: 0px 0px 1px #000;
}
.site_block1:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.site_block1 img{
	width: 35%;
	float:right;
	margin:10px;
	margin-bottom: 0;
}
.info_read a{
	padding:2px 15px;
	margin:5px;
	float:left;
	color: #FFFFFF;
	text-decoration:none;
	/* border: 4px solid #EAC3E8; */
	background: #B7BF6B;
	margin-left: 0;
}
.info_read a:hover{
	text-decoration:none;
	background: #C1D40A;
	color:#fff;
}
.style_group_2{
	margin:0px;
	padding:0px;
	
}
.style_group_2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.site_block2{
	float:left;
	margin-right: 22px;
	width: 532px;
	padding-bottom:15px;
	margin-bottom:15px;
	background: #FFFFFF;
	box-shadow: 0px 0px 1px #000;
	box-sizing: border-box;
}

.site_block2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.site_block2 img{
	width:100%;
	margin-bottom:5px;
}
.site_block2:first-child{
	margin-left:0px;
}
.site_block2:nth-child(2){
	margin-right:0px;
}
.site_block2:nth-child(4){
	margin-right:0px;
}

.content_news{
	margin-bottom: 15px;
	padding-bottom: 10px;
	/* overflow:hidden; */
	background: #FFFFFF;
	box-shadow: 0px 0px 1px #000;
}
.content_news img{
	width: 40%;
	margin:10px;
	float:right;
	margin-bottom: 0;
}
.link_url{
	margin-bottom:15px;
	padding-bottom:15px;
	/* overflow:hidden; */
	background: #FFFFFF;
	box-shadow: 0px 0px 1px #000;
}
.link_url ul{
	list-style-type:none;
}
.link_url ul li{
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
}
.footer{
	width: 100%;
	margin:auto;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
	min-width: 1120px;
}
.footer a{
	text-decoration:none;
	color:#fff;
	line-height: 30px;
}
.footer a:hover{
	text-decoration:underline;
	color:#fff;
}
.social{
	margin:auto;
	text-align:center;
	width: 300px;
}
.sub_page{
	width: 97%;
	margin-bottom:10px;
	background: #fff;
	box-shadow:0px 0px 1px #000;
	margin: 0 auto;
}
.sub_page img{
	width: 40%;
	margin:10px;
	float:right;
	margin-bottom: 0;
}
.main{
	width: 97%;
	margin: 0 auto;
}
.block_side{
	width: 22%;
	float: left;
	margin-top: 10px;
	margin-bottom:10px;
	margin-left: 10px;
}
.block_side1{
	width: 22%;
	float: right;
	margin-top: 10px;
	margin-bottom:10px;
	margin-right: 10px;
}
@media screen and (max-width:480px){
.select_head{
	width:100%;
	min-width:100%;
}
.select_head_img
{
	width:100%;
	min-width:100%;
}
.select_head_h1{
	width:100%;
	min-width:100%;
	border-radius: 0;
}
.select_head_h1 h1{
	font-size:14px;
}
.wp_base{
	width:100%;
	min-width:100%;
}
.main
{
	width:100%;
	border:0;
	margin:0;
	margin-top: 0px;
	margin-bottom:10px;
}
.block_side{
	width:100%;
	border:0;
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
}
.block_side1{
	width:100%;
	border:0;
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
}
.site_block1{
	width:100%;
	border:0;
	margin: 0;
	background:#fff;
	box-shadow: none;
}
.site_block_s{
	width:100%;
	border:0;
	margin:0;
	background:#fff;
}
.site_block_s img{
	width:100%;
}
.site_block1 img{
	width:100%;
	float:none;
	margin:0px;
}
.site_block2{
	width: 100%;
	margin-right: 0;
	border:0;
	margin: 0;
	background:#fff;
}
.site_block2 img{
	width:100%;
	margin:0px;
}

.content_news{
	margin:0;
	background:#fff;
	box-shadow: none;
}
.content_news img{
	width:100%;
	float:none;
	margin:0px;
}
.link_url{
	width:100%;
	margin:0;
	background:#fff;
	box-shadow: none;
}
.footer{
	width:100%;
	min-width:100%;
}
.sub_page{
	width:100%;
	background:#fff;
	border:0;
	margin:0;
	margin-top: 0px;
	box-shadow: none;
}
.sub_page img{
	width:100%;
	float:none;
	margin:0px;
}

}