

.flexBox_EVENT{
display: flex;
justify-content: space-around;
align-items:center;

}

.date { flex-basis: 25%; }
.teacher_img { flex-basis: 10%; }
.teacher_link { flex-basis: 20%; }
.shop_link { flex-basis: 40%; }



@media screen and (max-width:767px) {
	.flexBox_EVENT{
	flex-wrap: wrap;
	}

	.date { flex-basis: 50%; }
	.teacher_img { flex-basis: 20%; }
	.teacher_link { flex-basis: 30%; }
	.shop_link { flex-basis: 100%; }
}