@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap');

section{
	clear:both;
	margin-top:30px;
}

section img{
	max-width:100%;
}

.main_img{
	width:900px;
	height:auto;
}

.main_img img{
	width:100%;
	height:auto;
}

.food_tit{
	display:flex;
	width:100%;
}

.food_tit img{
	width:15%;
	height:auto;
	margin-right:10px;
}

.food_tit p{
	font-size:0.6rem;
}

.food_tit h5{
	font-family: 'Noto Serif JP', serif;
	font-size:18px;
	color:#D3080B;
	font-weight:bold;
	line-height:1.5;
	margin-bottom:8px;
}

#dish img{
	float:left;
}

#setumei ul{
	width:100%;
	padding:0;
}

	#setumei ul li{
		float:left;
	}
	
.plan17_text{
	width:100%;
	clear:both;
	display:block;
	margin:20px 0 10px 20px;
}

.kids_lunch{
	margin-top:140px;
}
	
@media (max-width : 600px) {
	.left{margin-right:-10px;}
	.right{margin-left:-10px;}
	
section{
	margin:0 10px;
}
	.plan17_text{
	display:block;
	margin:10px 0 10px 0px !important;
}

.main_img{
	width:100%;
	height:auto;
}

.food_tit{
	flex-wrap:wrap;
	align-items:flex-start;
}

.food_tit img{
	width:24%;
}

.food_tit div{
	width:72%;
}

.food_tit div h5{
	margin-top:0;
	font-size:14px;
}

	/*.kids_lunch{
		margin-left:10px;
		margin-top:0 !important;
	}*/
}