@charset "utf-8";

/*================================
food
================================*/
.mv{
	background: url(../img/food/bg.jpg) no-repeat center top;
	background-size:cover;
}

.course{
  display: flex;
  gap:20px;
  justify-content: space-between;
  margin: 80px auto 20px;
}
.course img{
  width: 30%;
  height: auto;
  margin: 0 auto;
}
.note{
  font-size: .8em;
}


/*--------------------------------------
	 sp 	
--------------------------------------*/
@media screen and (max-width: 960px) {
  
.course{
flex-wrap: wrap;
}
.course img{
  width: 100%;
  max-width: 360px;
}
  
}

