@charset "utf-8";
/*====Menu all====*/
.inner_head_nav{
	width: 100%;
	margin:auto;
	min-width:1000px;
	background: #C1977E;
	padding: 10px 0px;
	/* margin-top: 10px; */
}
.inner_head_nav ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.inner_head_nav ul li{
	display:inline-block;
}
.inner_head_nav ul li a{
	padding: 10px 13px;
	margin:0px 2px;
	color: #FFFFFF;
	display:block;
	width: 220px;
	text-align: center;
	background: #AD7A53;
	box-shadow: 2px 2px 2px #334;
	border-radius: 5px;
	text-decoration:none;
	/* border-bottom: 4px solid #3A8E8E; */
}
.inner_head_nav ul li a:hover{
	background: #9A663E;
	text-decoration:none;
	color:#fff;
}

@media screen and (max-width:480px){
.inner_head_nav{
	width:100%;
	min-width:100%;
}
.inner_head_nav ul{
	display:block;
	margin:0px;
	padding:0px;
}
.inner_head_nav ul li{
	width:100%;
	display:block;
}
.inner_head_nav ul li a{
	width: auto;
	display:block;
	margin:0px;
	border-radius:0px;
	text-align:center;
}

}
/*====End Menu all====*/
body{
font-size: 13px;background: #FFFFFF;	
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;}
*{
	padding: 0px;
	margin: 0px;
}
p{
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
h2 {
	text-align:center;
	padding: 8px;
	font-size: 16px;
	margin-bottom: 5px;
	color: #FFFFFF;
	background: #7C9C7C;
	/* border: 4px double #5D847F; */
	/* border-radius: 0px 0px 20px 20px; */
}


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

.inner_head{
	width:100%;
	min-width:1000px;
	/* background: #3A8E8E; */
}
.inner-img{
	width:1000px;
	margin:0 auto;
	min-width:1000px;
}
.inner-img img{
	width:100%;
	margin:auto;
	margin-bottom: -6px;
}
.inner-h1{
	/* width: 1000px; */
	margin:auto;
	min-width:1000px;
	background: #C1977E;
	/* margin-bottom: 10px; */
}
.inner-h1 h1{
	padding-bottom:10px;
	padding-top:10px;
	font-size: 17px;
	text-align:center;
}
.inner-h1 h1 a{
	text-decoration:none;
	color: #FFFFFF;
}
.inner-h1 h1 a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
.wrapper{
	width:100%;
	margin:0;
	padding:0;
	min-width:1000px;
}
.main_page{
	width:1000px;
	margin:auto;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 1px;
	background: #DADBE0;
	/* box-shadow: 0px 0px 2px #000; */
}
.picker_frame_full{
	margin:0px;
	padding:0px;
	margin-left: 10px;
	margin-right: 10px;
}
.picker_frame_full:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.Get_Block1{
	width:100%;
	/* padding-bottom:15px; */
	/* margin-bottom:15px; */
}
.Get_Block1:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.Get_Block1 img{
	width:45%;
	float:right;
	margin:10px;
	margin-bottom: 0;
}
.more a{
	padding: 0px 32px;
	margin:5px;
	margin-left: 0px;
	float:left;
	color:#fff;
	text-decoration:none;
	background: #7C9C7C;
	/* border-radius: 10px; */
}
.more a:hover{
	text-decoration:none;
	background: #548854;
	color:#fff;
}
.picker_frame_2{
	margin:0px;
	padding:0px;
	margin-left: 10px;
	margin-right: 10px;
}
.picker_frame_2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.Get_Block2{
	float:left;
	margin-right: 19px;
	width: 49%;
	/* padding-bottom:15px; */
	/* margin-bottom:15px; */
}
.Get_Block2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.Get_Block2 img{
	width:100%;
	margin-bottom:5px;
}
.Get_Block2:first-child{
	margin-left:0px;
}
.Get_Block2:nth-child(2){
	margin-right:0px;
}
.Get_Block2:nth-child(4){
	margin-right:0px;
}
.picker_frame_3{
	margin:0px;
	padding:0px;
	margin-left:5px;
	margin-right:5px;
}
.picker_frame_3:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.Get_Block3{
	float:left;
	margin-right: 19px;
	width: 32%;

	/* padding-bottom:15px; */
	/* margin-bottom:15px; */
}
.Get_Block3:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.Get_Block3 img{
	width:100%;
	margin-bottom:5px;
}
.Get_Block3:first-child{
	margin-left:0px;
}
.Get_Block3:nth-child(3){
	margin-right:0px;
}


.Get_Block3:nth-child(5){
	margin-right:0px;
}
.post_list_content{
	/* margin-bottom: 15px; */
	/* padding-bottom: 10px; */
	margin-left: 10px;
	margin-right: 10px;
}
.post_list_content:after{
	content:"";
	clear:both;
	display:block;
}
.post_list_content img{
	width:45%;
	margin:10px;
	float:right;
	margin-bottom: 0;
}
.web_link{
	/* margin-bottom: 11px; */
	/* padding-bottom: 14px; */
	margin-left: 10px;
	margin-right: 10px;
}
.web_link ul{
	list-style-type:none;
}
.web_link ul li{
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
}
.footer{
	width: 100%;
	background: #D3AE94;
	margin:auto;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
	margin-top: 10px;
	min-width: 1000px;
}
.footer a{
	text-decoration:none;
	color: #FFF;
}
.footer a:hover{
	text-decoration:underline;
	/* color: #F00; */
}
.social{
	margin:auto;
	text-align:center;
	width: 300px;
}
.sub_page{
	margin-top:10px;
	width:1000px;
	padding-bottom:10px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	background: #fff;
	box-shadow:0px 0px 1px #000;
}
.sub_page img{
	width:45%;
	margin:10px;
	float:right;
	margin-bottom: 0;
}
.col_case_back{
	background: #FFFFFF;
	/* box-shadow: 0px 0px 1px #494141; */
	/* border: 1px solid #000; */
	padding-bottom: 15px;
	margin-bottom: 15px;
}
@media screen and (max-width:480px){
a{
	color:#f00;
	text-decoration:none;
}
a:hover{
	color:#f00;
	text-decoration:underline;
}
.col_case_back{
	background:#fff;
	box-shadow:0px 0px #fff;
}
.inner_head{
	width:100%;
	min-width:100%;
}
.inner-img
{
	width:100%;
	min-width:100%;
}
.inner-h1{
	width:100%;
	min-width:100%;
}
.inner-h1 h1{
	font-size:14px;
}
.wrapper{
	width:100%;
	min-width:100%;
}
.main_page
{
	width:100%;	
}
.picker_frame_full{
	margin:0;
}
.picker_frame_2{
	margin:0;
}
.picker_frame_3{
	margin:0;
}
.Get_Block1{
	width:100%;
}
.Get_Block1 img{
	width:100%;
	float:none;
	margin:0px;
}
.Get_Block2{
	width: 100%;
	margin-right: 0;
}
.Get_Block2 img{
	width:100%;
	margin:0px;
}
.Get_Block3{
	width:100%;
	margin-right: 0;
}
.Get_Block3 img{
	width:100%;
	margin:0px;
}
.post_list_content{
	margin:0;
}
.post_list_content img{
	width:100%;
	float:none;
	margin:0px;
}
.web_link{
	width:100%;
	margin-left:0;
	margin-right:0;
}
.footer{
	width:100%;
	min-width:100%;
}
.sub_page{
	width:100%;
	border: 0px;
	box-shadow: 0px 0px;
}
.sub_page img{
	width:100%;
	float:none;
	margin:0px;
}
}