@charset "UTF-8";
/*====================コンセプト====================*/


#consept{
	max-width: 1280px;
	width: 100%;
	height: 0 auto;
  display: flex;
	text-align: center;
  align-items: center;
  justify-content: center;
	background:#FFA2C3;
	 border-radius: 10px;
	margin-top:10%;
}

#consept h1{
	color:#FF3C91;
}

#consept h2{
	color:#434343;
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";

}

.haikei1{
	align-items: center;
	justify-content: center;
	max-width:800px;
	width: 100%;
	height: 0 auto;
	background: #FFFFFF;
	margin:5%;
	 border-radius: 10px;
}

.honbun{
  display: inline-block;
	max-width:500px;
	width: 100%;
	height: 0 auto;
	margin:10%;
}


.honbun p{
    line-height:2.0;
}

.makaron{
	margin: 5%;
}

.makaron img{
	max-width: 800px;
	width:100%;
	height: 0 auto;
}
