@charset "utf-8";
body{
	
font-size: 13px;
	
background: #eee;
	
font-family: ’ヒラギノ角ゴ Pro W3’, ‘Hiragino Kaku Gothic Pro’, メイリオ, Meiryo, Osaka, ‘MS Pゴシック’, ‘MS PGothic’, sans-serif;
}
*{
	padding: 0px;
	margin: 0px;
}
p{
	line-height: 30px;
	padding-left: 10px;
	padding-right: 8px;
}
h2 {
  
text-align:center;
  
padding: 8px;
  
font-size: 14px;
  
margin-bottom: 5px;
  
margin: 10px;
  
/* text-shadow: 1px 1px 1px #333; */
  
color: #B74541;
  
background: #CFB79F;
  
border-top: 3px solid #80736B;
  
/* border-radius: 10px 10px 0 0; */
}


h3{
	color: #80736B;
	font-size: 15px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: 10px;
}
a{
	text-decoration: none;
	color: #D62500;
}
a:hover{
	text-decoration: underline;
	/* color: #FFF; */
}

.site_header{
	width:100%;
	min-width:1000px;
	background: #EEEEEE;
}
.block-wrap-images{
	width: 1000px;
	margin:0 auto;
	min-width:1000px;
	margin-top: 5px;
}
.block-wrap-images img{
	width:100%;
	margin:auto;
}
.boxWrap-h1{
	width:100%;
	margin:auto;
	min-width:1000px;
	background: #80736B;/* Standard syntax */
}
.boxWrap-h1 h1{
	padding-bottom:10px;
	padding-top:10px;
	font-size:25px;
	text-align:center;
}
.boxWrap-h1 h1 a{
	text-decoration:none;
	color:#fff;
}
.boxWrap-h1 h1 a:hover{
	text-decoration: underline;
	/* color:#F00; */
}
.site_top_menu{
	width:100%;
	margin:auto;
	min-width:1000px;
	background: #B1A299;
	padding-bottom: 5px;
	/* padding-top: 5px; */
}
.site_top_menu ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.site_top_menu ul li{
	display:inline-block;
}
.site_top_menu ul li a{
	padding: 10px 12px;
	margin: 0px 4px;
	color:#fff;
	display:block;
	background: #80736B;
	width: 220px;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
	/* background: #E07B70; *//* Standard syntax */
	border-radius: 0 0 10px 10px;
	text-decoration:none;
	/* box-shadow: 0px 0px 5px #fff; */
}
.site_top_menu ul li a:hover{
	background: #B1A299;
	text-decoration:none;
	color:#fff;
}
.active{
	/* box-shadow: 0 -4px 0 0 #B5487C inset; */
	border-bottom: 4px groove #E69B71;
}
.wrap_hearder{
	width:100%;
	margin:0;
	padding:0;
	min-width:1000px;
}
.main{
	width:100%;
	min-width:1000px;
	margin:auto;
	/* box-shadow:0px 0px 4px #000; */
	margin-top: 10px;
}
.block_1{
	width:100%;
	min-width:1000px;
	margin:auto;
	/* background: #CBE4C9; */
	/* border-bottom: 6px solid #fff; */
	margin-bottom: 15px;
	padding-top: 10px;
	/* border-top: 6px solid #fff; */
}
.block_con_full{
	width:1000px;
	min-width:1000px;
	margin:auto;
	background: #fff;
	padding:0px;
	/* box-shadow: 0px 0px 3px #C775A3; */
}
.block_area1{
	width:100%;
	padding-bottom:15px;
	margin-bottom:15px;
	overflow:hidden;
	/* box-shadow: 0px 0px 4px #fff; */
}
.block_area1 img{
	width:45%;
	float:right;
	margin:10px;
	border-radius: 20px;
	box-shadow: 0px 0px 5px #fff;
}
.read_more a{
	padding: 0px 12px;
	margin:5px;
	margin-top: 10px;
	float:left;
	box-shadow: 0 8px 10px -8px #4C4C4C;
	color:#fff;
	text-decoration:none;
	background: #C5524F;
	/* border-radius: 25px; */
	border-left: 3px solid #80736B;
	border-right: 3px solid #80736B;
}
.read_more a:hover{
	text-decoration:none;
	background: #80736B;
	color:#fff;
}
.block_2{
	width:100%;
	min-width:1000px;
	margin:auto;
	/* background: #DADEEA; */
	/* border-bottom: 4px double #FFF; */
	margin-bottom: 15px;
	/* border-top: 4px double #FFF; */
	padding-top: 10px;
}
.block_con_2{
	width:1000px;
	min-width:1000px;
	margin:auto;
	padding:0px;
	overflow:hidden;
}
.block_area2{
	/* border: 1px solid #CDCDCD; */
	float:left;
	margin-right: 16px;
	width: 49.2%;
	padding-bottom:15px;
	margin-bottom:15px;
	background: #fff;
}
.block_area2 img{
	width:100%;
	margin-bottom:5px;
	border-radius: 20px;
}
.block_area2:first-child{
	margin-left:0px;
}
.block_area2:nth-child(2){
	margin-right:0px;
}
.block_area2:nth-child(4){
	margin-right:0px;
}
.block_3{
	width:100%;
	min-width:1000px;
	margin:auto;
	background: #C2D9CA;
	padding-top: 10px;
	/* border-top: 9px double #fff; */
	/* border-bottom: 8px double #fff; */
	margin-bottom: 10px;
}
.block_con_3{
	width: 1000px;
	min-width: 1000px;
	margin: auto;
	padding:0px;
	overflow:hidden;
}
.block_area3{
	border: 1px solid #FFFFFF;
	float:left;
	margin-right: 17px;
	width: 32%;
	padding-bottom:15px;
	margin-bottom:15px;
	/* background: #fff; */
}
.block_area3 img{
	width:100%;
	margin-bottom:5px;
	border-radius: 20px;
	box-shadow: 0px 0px 5px #fff;
}
.block_area3:first-child{
	margin-left:0px;
}
.block_area3:nth-child(3){
	margin-right:0px;
}
.block_area3:nth-child(5){
	margin-right:0px;
}
.m_content{
	margin: auto;
	margin-bottom:10px;
	padding-bottom:5px;
	overflow:hidden;
	width: 1000px;
	min-width: 1000px;
	background: #fff;
	/* box-shadow: 0px 0px 10px #fff; */
}
.m_content img{
	width:45%;
	margin:10px;
	float:right;
	border-radius: 20px;
	box-shadow: 0px 0px 5px #fff;
}
.block_pr{
	margin: auto;
	margin-bottom:10px;
	padding-bottom:10px;
	background: #fff;
	overflow:hidden;
	width: 1000px;
	min-width: 1000px;
}
.block_pr ul{
	list-style-type:none;
}
.block_pr ul li{
	line-height:30px;
	padding-left:10px;
}
.footer{
	width:100%;
	background: #80736B;/* Standard syntax */
	margin:auto;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
	min-width: 1000px;
}
.footer a{
	text-decoration:none;
	color:#fff;
}
.footer a:hover{
	text-decoration:underline;
	color:#fff;
}
.social{
	margin:auto;
	text-align:center;
	width: 300px;
}
.sub_page{
	margin-top:10px;
	width:1000px;
	min-width:1000px;
	padding-bottom:10px;
	background: #fff;
	margin:auto;
	padding-top: 1px;
	margin-top:10px;
	margin-bottom:10px;
	/* box-shadow:0px 0px 1px #000; */
}
.sub_page img{
	width:45%;
	margin:10px;
	float:right;
}
@media screen and (max-width:480px){
	.site_top_menu ul li a{
		border-radius: 0;
		width: auto;
	}
.site_header{
	width:100%;
	    min-width: 100%;
}
.block-wrap-images
{
	width:100%;
	    min-width: 100%;
}
.boxWrap-h1{
	width:100%;
	    min-width: 100%;
}
.site_top_menu{
	width:100%;
	    min-width: 100%;
}
.site_top_menu ul{
	display:block;
	margin:0px;
	padding:0px;
}
.site_top_menu ul li{
	width:100%;
	display:block;
}
.site_top_menu ul li{
	display:block;
	width:100%;
	margin:0px;
	border-radius:0px;
	text-align:center;
}
.wrap_hearder{
	width:100%;
	    min-width: 100%;
}
.main
{
	width:100%;
	min-width: 100%;
}
.block_con_full{
	width:100%;
	    min-width: 100%;
}
.block_area1{
	width:100%;
	    min-width: 100%;
}
.block_area1 img{
	border-radius: 0;
	width:100%;
	float:none;
	margin:0px;
}
.block_con_2{
	width:100%;
	    min-width: 100%;
}
.block_area2{
	width:100%;
	    min-width: 100%;
}
.block_area2 img{
	width:100%;
	margin:0px;
	border-radius: 0;
}
.block_con_3{
	width:100%;
	    min-width: 100%;
}
.block_area3{
	width:100%;
	    min-width: 100%;
}
.block_area3 img{
	width:100%;
	margin:0px;
}
.m_content{
	width:100%;
	    min-width: 100%;
}
.m_content img{
	width:100%;
	float:none;
	margin:0px;
	border-radius: 0;
}
.block_pr{
	width:100%;
	    min-width: 100%;
}
.footer{
	width:100%;
	    min-width: 100%;
}
.sub_page{
	width:100%;
	    min-width: 100%;
}
.sub_page img{
	width:100%;
	float:none;
	margin:0px;
}
.block_1{
	width:100%;
	    min-width: 100%;
}
.block_2{
	width:100%;
	    min-width: 100%;
}
.block_3{
	width:100%;
	    min-width: 100%;
}
	h1 a{
		font-size:14px;
	}
	h2{
		margin: 0;
		margin-bottom: 10px;
	}
}