@charset "utf-8";
/* CSS Document */

hr.bar{
	background: url("images/bar.jpg")repeat-x center bottom;
	background-size: auto 8px;
	padding: 16px!important;
}

.btn_contact{text-align: center;}
.btn_contact img{width: 600px;}

#area_title{background: #F9ECC0;}
#area_title h2{line-height: 1;}


#area_intro{}
#area_intro h2{
	font-size: 3.2rem;
	font-weight: normal;
	color: #5C66A4;
}


#area_cat{
	text-align: center;
}
#area_cat h2{
	font-size: 3.2rem;
	font-weight: normal;
	color: #5C66A4;
}


#area_cat ul{
	display: table;
	width: 80%;
	margin: 0 auto;
}
#area_cat ul li{
	display: table-cell;
	padding: 0 30px;
}
#area_cat ul li img{
	width: 100%;
}







#area_insta_new{
	padding: 30px 0;
}
#area_insta_new h2{
	font-size: 3.2rem;
	font-weight: normal;
	color: #5C66A4;
	margin-bottom: 10px;
}

#area_insta_new dl{
	clear: both;
	margin-bottom: 30px;
}
#area_insta_new dl dt{
	float: left;
	padding-right:20px;
}
#area_insta_new dl dt img{}
#area_insta_new dl dd{}


/*画像を真四角トリミング*/
.flex{
  display: flex;
  justify-content: flex-start;
}
.cover1 img{
  width: 160px;
  height: 160px;
}
img{
  object-fit: cover;
}

span.date{
	font-size: 1.6rem;
}



#past_hope{}
#past_hope h3{
	border-bottom: 1px solid #999;
	margin-bottom: 8px;
}
#past_hope ul{}
#past_hope ul li{
	float: left;
	padding-right: 20px;
}







@media screen and (max-width:745px) {
	
	article{padding-top:30px; }
	.btn_contact img{width: 80%!important;}
	
	

	#area_cat ul{
		width: 100%!important;
	}
	#area_cat ul li{
		padding: 0 10px!important;
	}
	
	
	
	
	
	
}
