@charset "utf-8";
/*====Menu all====*/
.group_head_block_menu{
	width: 1000px;
	margin:auto;
	min-width:1100px;
	padding: 10px 0px;
	background: #666d75;
}
.group_head_block_menu ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.group_head_block_menu ul li{
	display:inline-block;
}
.group_head_block_menu ul li a{
	margin:0px 2px;
	color: #ffffff;
	display:block;
	/* box-shadow: 0px 0px 1px #000; */
	text-decoration:none;
	text-align: center;
	font-size: 12px;
	padding: 10px 50px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.group_head_block_menu ul li a:hover{
	background: #bf7c6a;
	text-decoration:none;
	color: #FFFFFF;
}

.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: #ffffff;
}
.foot ul li a{
	display:block;
	padding: 10px 15px;
	margin:2px 0px;
}
.navi_side_project{
	margin-bottom:15px;
}
.navi_side_project ul{
	list-style-type:none;
	padding-top: 10px;
}
.navi_side_project ul li{
	display:block;
}
.navi_side_project ul li a{
	line-height: 40px;
	display:block;
	/* width: 100%; */
	text-align:center;
	text-decoration:none;
	color: #ffffff;
	margin-bottom: 3px;
	background: #b99a3d;
}
.navi_side_project ul li a:hover{
	background: #383882;
	color:#fff;
	text-decoration:none;
}
.group_head_block_inside_menu{
	width:30%;
	float: left;
}
.group_head_block_inside_menu ul{
	list-style-type:none;
}
.group_head_block_inside_menu ul li{
	display:block;
}
.group_head_block_inside_menu ul li a{
	width:100%;
	text-align:center;
	text-decoration:none;
	color:#fff;
	display:block;
	background: #b99a3d;
	/* box-shadow: 0px 0px 1px #000; */
	line-height: 37px;
}
.group_head_block_inside_menu ul li a:hover{
	background: #383882;
	color:#fff;
	text-decoration:none;
}
@media screen and (max-width:480px){
.group_head_block_menu{
	width:100%;
	min-width:100%;
}
.group_head_block_menu ul{
	display:block;
	margin:0px;
	padding:0px;
}
.group_head_block_menu ul li{
	width:100%;
	display:block;
}
.group_head_block_menu ul li a{
	display:block;
	margin:0px;
	border-radius:0px;
	text-align:center;
	/* width: 100%; */
	margin-bottom: 5px;
}

.foot ul{
	display:block;
}
.foot ul li{
	display:block;
}
.foot ul li:before{
	position:absolute;
	content:"";
	top:12px;
	left:0;
	color:#fff;
}
.navi_side_project ul li a{
	border-radius:0;
	width:100%;
	border: 0;
}
.group_head_block_inside_menu{
	width:100%;
}
.group_head_block_inside_menu ul li a{
	width:100%;
	border-radius:0;
}
}
/*====End Menu all====*/
body{font-size: 13px;background: #ead3c4;font-family: ’ヒラギノ角ゴ Pro W3’, ‘Hiragino Kaku Gothic Pro’, メイリオ, Meiryo, Osaka, ‘MS Pゴシック’, ‘MS PGothic’, sans-serif;background-color: #666d75;background-image: url(https://www.transparenttextures.com/patterns/farmer.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  {
    text-align: center;
    position: relative;
    color: #fff;
    padding: 6px;
    background: #666d75;
    clear: both;
    border-top: 13px solid #bf7c6a;
}
h2:before {
    content: " ";
    position: absolute;
    top: -10px;
    left: 0px;
    width: 39%;
    height: 0;
    border-width: 0px 10px 10px 0;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #666d75;
}
h2:after {
    content: " ";
    position: absolute;
    top: -10px;
    right: 0px;
    width: 39%;
    height: 0;
    border-width: 0 0px 10px 10px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #666d75;
}



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; */
}

.group_head_block{
	width:100%;
	min-width:1120px;
}
.group_head_block_img{
	/* width: 68%; */
	float: right;
}
.group_head_block_img img{
	width:100%;
	margin:auto;
	margin-bottom: -6px;
}
.group_head_block_h1{
	width: 1100px;
	margin: 0 auto;
	min-width:1100px;
	background: #666d75;
	/* margin-top: 10px; */
}
.group_head_block_h1 h1{
	padding-bottom:10px;
	padding-top:10px;
	font-size:25px;
	text-align:center;
}
.group_head_block_h1 h1 a{
	text-decoration:none;
	color: #ffffff;
}
.group_head_block_h1 h1 a:hover{
	text-decoration: underline;
	/* color:#F00; */
}
.web_wrapp{
	width:1100px;
	margin:auto;
	padding:0;
	min-width:1100px;
	background: #ffffff;
	/* box-shadow: 0px 0px 1px 0px #625F5F; */
	padding-top: 10px;
	padding-bottom: 10px;
}
.web_wrapp:after{
	content:"";
	clear:both;
	display:block;
}
.object_frame_full{
	margin:0px;
	padding:0px;
}
.object_frame_full:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.Space_Block_s{
	width:100%;
	padding-bottom:15px;
	margin-bottom:15px;
	background: #FFFFFF;
	box-shadow: 0px 0px 0px 1px #C3C3C3;
}
.Space_Block_s:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.Space_Block_s img{
	width: 94%;
	margin-bottom:5px;
	margin-left: 10px;
	margin-top: 5px;
}
.Space_Block1{
	width:100%;
	padding-bottom:15px;
	margin-bottom:15px;
	background: #FFFFFF;
	box-shadow: 0px 0px 0px 1px #C3C3C3;
}
.Space_Block1:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.Space_Block1 img{
	width: 35%;
	float:right;
	margin:10px;
	margin-bottom: 0;
}
.view_info a{
	padding: 1px 15px;
	margin:5px;
	float:left;
	color: #ffffff;
	text-decoration:none;
	margin-left: 0;
	background: #bf7c6a;
}
.view_info a:hover{
	text-decoration:none;
	background: #666d75;
	color:#fff;
}
.object_frame_2{
	margin:0px;
	padding:0px;
	
}
.object_frame_2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.Space_Block2{
	float:left;
	margin-right: 14px;
	width: 49%;
	padding-bottom:15px;
	margin-bottom:15px;
	background: #FFFFFF;
	box-shadow: 0px 0px 0px 1px #C3C3C3;
}

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

.block_list_content{
	margin-bottom: 15px;
	padding-bottom: 10px;
	/* overflow:hidden; */
	background: #FFFFFF;
	box-shadow: 0px 0px 2px 0px #525151;
}
.block_list_content img{
	width: 40%;
	margin:10px;
	float:right;
	margin-bottom: 0;
}
.style_link{
	margin-bottom:15px;
	padding-bottom:15px;
	/* overflow:hidden; */
	background: #FFFFFF;
	box-shadow: 0px 0px 0px 1px #C3C3C3;
}
.style_link ul{
	list-style-type:none;
}
.style_link ul li{
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
}

.social{
	margin:auto;
	text-align:center;
	width: 300px;
}
.sub_kh{
	width: 98%;
	padding-bottom:10px;
	margin-top:10px;
	margin-bottom:10px;
	background: #fff;
	box-shadow:0px 0px 1px #000;
	margin: 0 auto;
}
.sub_kh img{
	width: 40%;
	margin:10px;
	float:right;
	margin-bottom: 0;
	margin-top: 20px;
}
.main_kh{
	width: 98%;
	margin-top: 10px;
	margin-bottom:10px;
	margin-right: 10px;
	margin: 0 auto;
}

.side_project1{
	width: 30%;
	float: left;
	margin-top: 10px;
	margin-bottom:10px;
	margin-left: 10px;
}
.group_head_block_inside{
	width:1100px;
	min-width:1100px;
	margin:auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
.group_head_block_inside:after{
	content:"";
	clear:both;
	display:block;
}
.footer{
	width: 1100px;
	margin:auto;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
	min-width: 1100px;
	/* border-top: 4px double #5f75fc; */
	color: #000;
	background: #666d75;
}
.footer a{
	text-decoration: none;
	color: #ffffff;
	line-height: 30px;
}
.footer a:hover{
	text-decoration: underline;
	/* color:#fff; */
}
@media screen and (max-width:480px){
.group_head_block{
	width:100%;
	min-width:100%;
}
.group_head_block_img
{
	width:100%;
	float: none;
}
.group_head_block_h1{
	width:100%;
	min-width:100%;
}
.group_head_block_h1 h1{
	font-size:14px;
}
.web_wrapp{
	width:100%;
	min-width:100%;
}
.main_kh
{
	width:100%;
	border:0;
	margin:0;
	margin-top:10px;
	margin-bottom:10px;	
}

.side_project1{
	width:100%;
	border:0;
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
}
.Space_Block1{
	width:100%;
	border:0;
	margin: 0;
	background:#fff;
	box-shadow: 0px 0px;
}
.Space_Block_s{
	width:100%;
	border:0;
	margin:0;
	background:#fff;
	box-shadow: 0px 0px;
}
.Space_Block_s img{
	width:100%;
	margin: 0;
}
.Space_Block1 img{
	width:100%;
	float:none;
	margin:0px;
}
.Space_Block2{
	width: 100%;
	margin-right: 0;

	border:0;
	margin: 0;
	background:#fff;
	box-shadow: 0px 0px;
}
.Space_Block2 img{
	width:100%;
	margin:0px;
}

.block_list_content{
	margin:0;
	background:#fff;
	box-shadow: 0px 0px;
}
.block_list_content img{
	width:100%;
	float:none;
	margin:0px;
}
.style_link{
	width:100%;
	margin:0;
	background:#fff;
	box-shadow: 0px 0px;
}
.footer{
	width:100%;
	min-width:100%;
}
.sub_kh{
	width:100%;
	background:#fff;
	border:0;
	margin:0;
	margin-top:10px;
}
.sub_kh img{
	width:100%;
	float:none;
	margin:0px;
}
.group_head_block_inside{
	width:100%;
	min-width:100%;
}
.group_head_block_img img {
    padding-top: 5px;
}
}