/*--------------------------------------
基本設定
--------------------------------------*/

/* PC用CSS
   ========================================================================== */
@media screen and (min-width:1020px){

/* 全体設定
------------------------------------*/
#lunch-wrap{
	width: 100%;
	margin: 0 auto;
}

#lunch-wrap #lunch-in{
	width: 100%;
}

/* コンテンツ設定
------------------------------------*/
#contents-wrap{
	width: 1020px;
	margin: 0 auto;
}

#contents-wrap .sub-title{
	text-align: center;
}

/* メインビジュアル
------------------------------------*/
/* タイトル */
#contents-wrap .contents-text{
	width: 1020px;
	height: 130px;
	background-image: url(../img/about/mainv-back2.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
}

#contents-wrap .contents-text span{
	width: 550px;
	color: #ff7506;
	display: block;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0 20px 0;
}

#contents-wrap .contents-text h2{
	width: 550px;
	color: #ff7506;
	font-size: 34px;
	text-align: center;
	margin: 0 auto;
	padding: 0px 0 30px 0;
}

#img-main{
	width: 100%;
	background-image: url(../img/about/mainv-back.jpg);
	background-repeat: repeat;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	padding-bottom: 50px;
}

.mainvisual-wrap{
	width: 1020px;
	position: relative;
}

.mainvisual-wrap figure{
	width: 270px;
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left: -135px;
	z-index: 3;
}

/* ページ内リンク
------------------------------------*/
#contents-wrap .page-link{
	width: 100%;
	margin: 30px auto 60px auto;
	text-align: center;
}

#contents-wrap .page-link ul{
	display: inline-block;
	margin:0;
	padding:0;
	height:45px;
	list-style:none;
}

#contents-wrap .page-link  ul li{
	width:auto;
	min-width:140px;
	height:30px;
	margin:0;
	padding:15px 0 0 0;
	float:left;
	display:inline;
	border-left: 1px solid #3e3a39;
	color: #3e3a39;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	}

#contents-wrap .page-link  ul li:nth-of-type(4){
	width: 194px;
}

#contents-wrap .page-link  ul li:last-of-type{
	border-right: 1px solid #3e3a39;
}

#contents-wrap .page-link  ul li a{
	width:auto;
	min-width:140px;
	color: #3e3a39;
	display: block;
	cursor: pointer;
}

/* 食育説明
------------------------------------*/
#about-lunch{
	width: 1020px;
	margin: 0 auto;
}

#about-lunch #about-lunch-in{
	width: 1020px;
	margin: 0 auto;
}

#about-lunch-in figure{
	width: 210px;
	height: 140px;
	float: left;
	margin-top: 40px;
}

#about-lunch-in .lunch-txt{
	width: 600px;
	float: left;
}

#about-lunch-in .lunch-txt h3{
	color: #ea5b00;
	border-bottom: 3px solid #afc112;
	display: inline-block;
	font-size: 26px;
	line-height: 40px;
	margin: 0 auto 30px auto;
	padding-bottom: 5px;
}

#about-lunch-in .lunch-txt p{
	width: 550px;
	display: block;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	margin: 0px auto 60px auto;
}

#about-lunch-in .lunch-txt .about-lunch-img{
	display:none;
}

/* 食育について
------------------------------------*/
#food-education-wrap{
	width: 100%;
	background-color: #f9fdd9;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-top: 90px;
	padding-bottom: 90px;
	padding-right: 500%;
}

#food-education-wrap #about-food{
	width: 1020px;
	margin: 0 auto;
}

#about-food h3{
	color: #ea5b00;
	border-bottom: 3px solid #afc112;
	display: inline-block;
	font-size: 30px;
	margin: 0 auto 40px auto;
	padding-bottom: 5px;
}

#about-food .food-education-in{
	width: 1020px;
	margin-bottom: 60px;
}

.food-education-in .text-set strong{
	color: #ea5b00;
	font-size: 18px;
	line-height: 30px;
	margin-top: 10px;
}

.food-education-in .text-set{
	width: 434px;
	float: left;
	margin-right: 5px;
}

.food-education-in .image-set{
	width: 580px;
	float: left;
}

.image-set img{
	width: 270px;
	height: 270px;
	object-fit: cover;
}

.food-education-in .text-set p{
	font-size: 14px;
	font-weight: 900;
	margin: 20px 30px 0 0;
}

.food-education-in .image-set img:first-of-type{
	margin-right: 30px;
}

/*カード*/
.food-education-in .food-education-list{
	width: 1020px;
	margin: 0 auto 40px auto;
}

.food-education-list-sp{
	display:none;
}

.food-education-list li{
	width: 316px;
	height: 496px;
	background-color: #fff;
	border: 1px solid #ea5b00;
	border-radius: 10px;
	float: left;
	margin-right: 30px;
}

.food-education-list li:last-of-type{
	margin-right: 0;
}

.food-education-list li dl{
	box-sizing: border-box;
	border-top: 3px solid #E95516;
	width: 90%;
  	box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-ms-box-sizing: border-box;
  	-o-box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
}

.food-education-list li dl dt{
	width: 233px;
	margin: 40px auto 20px auto;
	padding-bottom: 5px;
	text-align: center;
}

.food-education-list li dl dt img{
		display: block;
		text-align: center;
		margin: 0 auto;
}

.food-education-list li dl dd strong{
	color: #ea5b00;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 3px solid #afc112;
	text-align: center;
	margin: 0 auto 30px auto;
	padding-bottom: 10px;
}

.food-education-list li dl dd p{
	width: 286px;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-align: left;
	margin: 0 auto 30px auto;
}

/* 調理室より
------------------------------------*/
#from-kroom-wrap{
	width: 100%;
	background-color: #e8fdff;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-top: 90px;
	padding-bottom: 90px;
	padding-right: 500%;
}

#from-kroom-wrap h3{
	color: #ea5b00;
	border-bottom: 3px solid #afc112;
	display: inline-block;
	font-size: 30px;
	margin: 0 auto 40px auto;
	padding-bottom: 5px;
}

#from-kroom-wrap .from-kroom-in{
	width: 1020px;
	margin-bottom: 60px;
}

.from-kroom-in .text-set strong{
	color: #ea5b00;
	font-size: 18px;
	line-height: 30px;
	margin-top: 10px;
}

.from-kroom-in .text-set{
	width: 434px;
	float: left;
	margin-left: 40px;
	padding-top: 50px;
}

.from-kroom-in img{
	width: 508px;
	float: left;
}

.from-kroom-in .text-set p{
	font-size: 14px;
	font-weight: 900;
	margin: 20px 30px 0 0;
}

/* カード */
#from-kroom-wrap .from-kroom-list{
	width: 940px;
	margin: 0 auto 40px auto;
}

.from-kroom-list-sp{diplay:none;}

.from-kroom-list li{
	width: 940px;
	background-color: #fff;
	border: 1px solid #ea5b00;
	border-radius: 10px;
	margin-bottom: 40px;
}

.from-kroom-list li dl{
	box-sizing: border-box;
	border-top: 3px solid #E95516;
	width: 90%;
  	box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-ms-box-sizing: border-box;
  	-o-box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
}

.from-kroom-list li dl dt{
	width: 290px;
	margin: 40px auto 20px auto;
	padding-bottom: 5px;
	float: left;
}

.from-kroom-list li dl dd{
	width: 520px;
	float: left;
	padding-top: 40px;
	text-align: left;
	margin-left: 30px;
}

.from-kroom-list li dl dd strong{
	color: #ea5b00;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	margin: 0 auto 30px auto;
}

.from-kroom-list li dl dd p{
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-align: left;
	margin: 0 auto;
}

#from-kroom-wrap .lunch-news{
		display: block;;
		text-align: center;
}

/* 今月の給食便り
------------------------------------*/
.lunch-news-wrap{
	width: 100%;
	background-image: url(../img/common/dot-backgrpund.jpg);
	background-repeat: repeat;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	padding-top: 50px;
	padding-bottom: 70px;
}

.lunch-news-wrap .lunch-news-pc{
	display: block;;
	text-align: center;
}

.lunch-news-wrap .lunch-news-sp{
	display: none;
}

}/*pcここまで*/






/* タブレット用CSS
   ========================================================================== */
@media screen and (max-width:1019px){

	#lunch-wrap{
		width: 100%;
		margin: 0 auto;
	}

	#lunch-wrap #lunch-in{
		width: 100%;
	}

	/* コンテンツ設定
	------------------------------------*/
	#contents-wrap{
		width: 100%;
		margin: 0 auto;
	}

	#contents-wrap .sub-title{
		text-align: center;
	}

	/* メインビジュアル
	------------------------------------*/
	/* タイトル */
	#contents-wrap .contents-text{
		width: 100%;
		height: 110px;
		background-image: url(../img/about/mainv-back2.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 80% 100%;
		margin: 0 auto;
	}

#contents-wrap .contents-text span{
	width: 80%;
	max-width: 480px;
	color: #ff7506;
	display: block;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 15px 0;
}

#contents-wrap .contents-text h2{
	width: 80%;
	max-width: 480px;
	color: #ff7506;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto;
}

	#img-main{
		width: 100%;
		background-image: url(../img-sp/about/mainv-back.jpg);
		background-repeat: repeat;
	}

	.mainvisual-wrap{
		width: 100%;
		position: relative;
	}

	.mainvisual-wrap img{
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.mainvisual-wrap figure{
		width: 270px;
		position: absolute;
		bottom: -40px;
		left: 38%;
		margin-left: 0;
		z-index: 3;
	}

	.mainvisual-wrap figure img{
			width: 60%;
			height: auto;
	}

	/* ページ内リンク
	------------------------------------*/
	#contents-wrap .page-link{
		width: 100%;
		margin: 30px auto 60px auto;
	}

	#contents-wrap .page-link ul{
		width: 90%;
		margin: 0 auto;
	}

	#contents-wrap .page-link  ul li{
			position: relative;
	    float: left;
	    box-sizing: border-box;
	    width: 49%;
	    margin: 0 0 4px 0;
	    padding: 0 20px 0 3px;
		}

	#contents-wrap .page-link  ul li:nth-of-type(1),
	#contents-wrap .page-link  ul li:nth-of-type(3){
		margin-right: 13px;
	}

	#contents-wrap .page-link  ul li a{
			display: block;
	    padding: 13px 0;
	    color: #ea5b00;
	    font-size: 13px;
	    font-weight: 500;
	    letter-spacing: 0.1em;
	    white-space: nowrap;
	}

	#contents-wrap .page-link  ul li a:after {
		width: 15px;
		height: 15px;
		border: 1px solid #ea5b00;
		border-radius: 30px;
		color: #ea5b00;
	  content: "\f078";
	  font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 12px;
		line-height: 15px;
		text-indent: 2.5px;
		padding: 0;
		position: absolute;
		right: 0;
		top: 30%;
	}

	/* 食育説明
	------------------------------------*/
	#about-lunch{
		width: 100%;
		margin: 0 auto;
	}

	#about-lunch #about-lunch-in{
		width: 100%;
		margin: 0 auto;
	}

	#about-lunch figure{
		display:none;
	}

	#about-lunch-in .lunch-txt{
		width: 100%;
	}

	#about-lunch-in .lunch-txt h3{
		color: #ea5b00;
		border-bottom: 3px solid #afc112;
		display: inline-block;
		font-size: 20px;
		line-height: 30px;
		margin: 0 auto 40px auto;
		padding-bottom: 5px;
	}

	#about-lunch-in .about-lunch-img{
		width: 90%;
		margin: 0 auto;
	}

	#about-lunch-in .about-lunch-img img{
		width: 100%;
		height: 270px;
	    object-fit: cover;
	}

	#about-lunch-in .lunch-txt p:nth-of-type(2){
		width: 90%;
		font-size: 14px;
		font-weight: normal;
		line-height: 23px;
		margin: 20px auto 30px auto;
		text-align: left;
	}

	#about-lunch-in .lunch-txt p:nth-of-type(2) br{
		display: none;
	}

	/* 食育について
	------------------------------------*/
	#food-education-wrap{
		width: 100%;
		max-width: 640px;
		background-color: #f9fdd9;
		margin: 0 auto;
		padding: 60px 0 0 0;
	}

	#food-education-wrap #about-food{
		width: 100%;
		margin: 0 auto;
	}

	#about-food h3{
		color: #ea5b00;
		border-bottom: 3px solid #afc112;
		display: inline-block;
		font-size: 22px;
		margin: 0 auto 40px auto;
		padding-bottom: 5px;
	}

	#about-food .food-education-in{
		width: 100%;
		margin-bottom: 60px;
	}

	.food-education-in .text-set strong{
	width: 90%;
	max-width: 560px;
	color: #ea5b00;
	display: block;
	font-size: 18px;
	line-height: 25px;
	text-align: left;;
	margin: 0 auto 5% auto;
	}

	.food-education-in .text-set{
		width: 100%;
		margin-right: 5px;
	}

	.food-education-in .image-set{
		width: 90%;
		background-color: aquamarine;
		margin: 0 auto;
	}

	.food-education-in .text-set p{
		width: 90%;
		max-width: 560px;
		margin: 20px auto;
		font-size: 14px;
		line-height: 23px;
	}

	.food-education-in .image-set img:first-of-type{
		width: 50%;
		height: 50%;
		display: block;
		float: left;
		object-fit: cover;
	}

	.food-education-in .image-set img:last-of-type{
		width: 50%;
		height: 50%;
		float: left;
		object-fit: cover;
	}

	/*カード*/
	.food-education-list-sp{
		width: 100%;
		margin: 0 auto 40px auto;
	}

	.food-education-list{display:none;}

	.food-education-card{
		width: 92%;
		background-color: #fff;
		border: 1px solid #448bd8;
		border-radius: 10px;
		float: left;
		margin: 0 auto 20px 3%;
	}

	.food-education-card dl{
		box-sizing: border-box;
		border-top: 3px solid #448bd8;
		width: 90%;
	  	box-sizing: border-box;
	  	-webkit-box-sizing: border-box;
	  	-moz-box-sizing: border-box;
	  	-ms-box-sizing: border-box;
	  	-o-box-sizing: border-box;
		margin: 0 auto;
		text-align: center;
	}

	.food-education-list-sp dl dt{
		width: 100%;
		padding: 10% 0 5% 0;
	}

	.food-education-list-sp dl dt figure{
		width: 35%;
		float: left;
	}

	.food-education-list-sp dl dt figure img{
		width: 100%;
	}

	.food-education-list-sp dl dt strong{
		width: 50%;
		color: #ea5b00;
		float: left;
		font-size: 18px;
		font-weight: 700;
		text-align: left;
		margin: 10% 0 10px 5%;
	}

	.food-education-list-sp dl dd p{
		width: 90%;
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		margin: 0 auto 30px auto;
	}

	/* 調理室より
	------------------------------------*/
	#from-kroom-wrap{
		width: 100%;
		max-width: 640px;
		background-color: #e8fdff;
		margin: 0 auto;
		padding: 60px 0 30px 0;
	}

	#from-kroom-wrap h3{
		color: #ea5b00;
		border-bottom: 3px solid #afc112;
		display: inline-block;
		font-size: 22px;
		margin: 0 auto 40px auto;
		padding-bottom: 5px;
	}

	#from-kroom-wrap .from-kroom-in{
		width: 100%;
		margin-bottom: 60px;
	}

	.from-kroom-in .text-set strong{
		width: 100%;
		color: #ea5b00;
		display: block;
		font-size: 18px;
		line-height: 25px;
		margin: 0 auto;
	}

	.from-kroom-in .text-set{
		width: 90%;
		margin: 0 auto;
		padding-top: 50px;
	}

	.from-kroom-in img{
		width: 100%;
	}

	.from-kroom-in .text-set p{

		margin: 20px auto;
		font-size: 14px;
		line-height: 23px;
	}

	/* カード */
	.from-kroom-list-sp{
		width: 100%;
		margin: 0 auto 40px auto;
	}

	.from-kroom-list-sp .food-education-card2{
		width: 90%;
		background-color: #fff;
		border: 1px solid #ea5b00;
		border-radius: 10px;
		margin: 0 auto 20px auto;
	}

	.food-education-card2 dl{
		box-sizing: border-box;
		border-top: 3px solid #E95516;
		width: 90%;
	  	box-sizing: border-box;
	  	-webkit-box-sizing: border-box;
	  	-moz-box-sizing: border-box;
	  	-ms-box-sizing: border-box;
	  	-o-box-sizing: border-box;
		margin: 0 auto;
		text-align: center;
	}

	.food-education-card2 dl dt{
		width: 100%;
		margin: 20px auto 0 auto;
		padding-bottom: 5px;
		float: left;
	}

	.food-education-card2 dt figure{
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}

	.food-education-card2 dt figure{
		width: 100%;
		text-align: center;
	}

	.food-education-card2 dl dt strong{
		color: #ea5b00;
		display: inline-block;
		font-size: 20px;
		font-weight: 700;
		margin: 20px auto;
	}

	.food-education-card2 dl dd{
		width: 100%;
		margin-bottom: 20px;
	}

	.food-education-card2 dl dd p{
		width: 90%;
		font-size: 14px;
		line-height: 20px;
		margin: 0 auto;
		text-align: left;
	}

	#from-kroom-wrap .lunch-news-sp{
		display: block;
		text-align: center;
	}

	.lunch-news-wrap .lunch-news-pc{
		display:none;
	}

	/*カードエリア*/
	.from-kroom-list{
		display: none;
	}

	/* 今月の給食便り
	------------------------------------*/
	.lunch-news-wrap{
		width: 100%;
		background-image: url(../img/common/dot-backgrpund.jpg);
		background-repeat: repeat;
		margin: 0 auto;
	}

	.lunch-news-wrap .lunch-news-pc{
		display:none;
	}

	.lunch-news-wrap .lunch-news-sp{
		width: 90%;
		height: 150px;
		display: block;
		text-align: center;
		margin: 0 auto;
	}

	.lunch-news-wrap .lunch-news-sp img{
		width: 100%;
		margin: 30px auto 0 auto;
	}


}



/* SP用CSS
========================================================================== */
@media screen and (max-width:479px){
/* 全体設定
------------------------------------*/
#lunch-wrap{
	width: 100%;
	margin: 0 auto;
}

#lunch-wrap #lunch-in{
	width: 100%;
}

/* コンテンツ設定
------------------------------------*/
#contents-wrap{
	width: 100%;
	margin: 0 auto;
}

#contents-wrap .sub-title{
	text-align: center;
}

/* メインビジュアル
------------------------------------*/
/* タイトル */
#contents-wrap .contents-text{
	width: 100%;
	max-width: 640px;
	height: 110px;
	background-image: url(../img/about/mainv-back2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80% 100%;
	margin: 0 auto;
}

#contents-wrap .contents-text span{
	width: 80%;
	max-width: 480px;
	color: #ff7506;
	display: block;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 15px 0;
}

#contents-wrap .contents-text h2{
	width: 80%;
	max-width: 480px;
	color: #ff7506;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto;
}

#img-main{
	width: 100%;
	max-width: 640px;
	background-image: url(../img-sp/about/mainv-back.jpg);
	background-repeat: repeat;
}

.mainvisual-wrap{
	width: 640px;
	position: relative;
}

.mainvisual-wrap img{
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: 0 auto;
}

.mainvisual-wrap figure{
	width: 270px;
	position: absolute;
	bottom: -40px;
	left: 17%;
	margin-left: 0;
	z-index: 3;
}

.mainvisual-wrap figure img{
		width: 60%;
		height: auto;
}

/* ページ内リンク
------------------------------------*/
#contents-wrap .page-link{
	width: 100%;
	max-width: 560px;
	margin: 30px auto 60px auto;
}

#contents-wrap .page-link ul{
	width: 85%;
	margin: 40px auto 0 auto;
}

#contents-wrap .page-link  ul li{
		position: relative;
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin: 0 0 4px 0;
    padding: 0 0px 0 3px;
	}

#contents-wrap .page-link  ul li:nth-of-type(1),
#contents-wrap .page-link  ul li:nth-of-type(3){
	margin-right: 3%;
}

#contents-wrap .page-link  ul li a{
	display: block;
	border-bottom: 1px dotted #ea5b00;
    padding: 13px 0 10px 0;
    color: #3e3a39;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

#contents-wrap .page-link  ul li a:after {
	width: 15px;
	height: 15px;
	border: 1px solid #ea5b00;
	border-radius: 30px;
	color: #ea5b00;
  	content: "\f078";
  	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 12px;
	line-height: 15px;
	text-indent: 2.5px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 35%;
}

/* 食育説明
------------------------------------*/
#about-lunch{
	width: 100%;
	margin: 0 auto;
}

#about-lunch #about-lunch-in{
	width: 100%;
	margin: 0 auto;
}

#about-lunch figure{
	display:none;
}

#about-lunch-in .lunch-txt{
	width: 100%;
}

#about-lunch-in .lunch-txt h3{
	color: #ea5b00;
	border-bottom: 3px solid #afc112;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	margin: 0 auto 40px auto;
	padding-bottom: 5px;
}

#about-lunch-in .about-lunch-img{
	width: 90%;
	margin: 0 auto 30px auto;
}

#about-lunch-in .about-lunch-img img{
	width: 100%;
	height: 180px;
  object-fit: cover;
}

#about-lunch-in .lunch-txt p:nth-of-type(2){
	width: 90%;
	font-size: 14px;
	font-weight: normal;
	line-height: 23px;
	margin: 0 auto 30px auto;
	text-align: left;
}

#about-lunch-in .lunch-txt p:nth-of-type(2) br{
	display: none;
}

/* 食育について
------------------------------------*/
#food-education-wrap{
	width: 100%;
	max-width: 640px;
	background-color: #f9fdd9;
	margin: 0 auto;
	padding: 60px 0 0 0;
}

#food-education-wrap #about-food{
	width: 100%;
	margin: 0 auto;
}

#about-food h3{
	color: #ea5b00;
	border-bottom: 3px solid #afc112;
	display: inline-block;
	font-size: 22px;
	margin: 0 auto 40px auto;
	padding-bottom: 5px;
}

#about-food .food-education-in{
	width: 100%;
	margin-bottom: 60px;
}

.food-education-in .text-set strong{
	width: 90%;
	max-width: 560px;
	color: #ea5b00;
	display: block;
	font-size: 18px;
	line-height: 25px;
	text-align: left;;
	margin: 0 auto 5% auto;
}

.food-education-in .text-set{
	width: 100%;
	margin: 0 auto;
}

.food-education-in .image-set{
	width: 90%;
	background-color: aquamarine;
	margin: 0 auto;
}

.food-education-in .text-set p{
	width: 90%;
	max-width: 560px;
	margin: 20px auto;
	font-size: 14px;
	line-height: 23px;
}

.food-education-in .image-set img:first-of-type{
	width: 50%;
	height: 50%;
	display: block;
	float: left;
	object-fit: cover;
}

.food-education-in .image-set img:last-of-type{
	width: 50%;
	height: 50%;
	float: left;
	object-fit: cover;
}

/*カード*/
.food-education-list-sp{
	width: 100%;
	margin: 0 auto 40px auto;
}

.food-education-list{display:none;}

.food-education-card{
	width: 92%;
	background-color: #fff;
	border: 1px solid #448bd8;
	border-radius: 10px;
	float: left;
	margin: 0 auto 20px 3%;
}

.food-education-card dl{
	box-sizing: border-box;
	border-top: 3px solid #448bd8;
	width: 90%;
  	box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-ms-box-sizing: border-box;
  	-o-box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
}

.food-education-list-sp dl dt{
	width: 100%;
	padding: 10% 0 5% 0;
}

.food-education-list-sp dl dt figure{
	width: 35%;
	float: left;
}

.food-education-list-sp dl dt figure img{
	width: 100%;
}

.food-education-list-sp dl dt strong{
	width: 50%;
	color: #ea5b00;
	float: left;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	margin: 10% 0 10px 10%;
}

.food-education-list-sp dl dd p{
	width: 90%;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin: 0 auto 30px auto;
}

/* 調理室より
------------------------------------*/
#from-kroom-wrap{
	width: 100%;
	max-width: 640px;
	background-color: #e8fdff;
	margin: 0 auto;
	padding: 60px 0 30px 0;
}

#from-kroom-wrap h3{
	color: #ea5b00;
	border-bottom: 3px solid #afc112;
	display: inline-block;
	font-size: 22px;
	margin: 0 auto 40px auto;
	padding-bottom: 5px;
}

#from-kroom-wrap .from-kroom-in{
	width: 100%;
	margin-bottom: 60px;
}

.from-kroom-in .text-set strong{
	width: 100%;
	color: #ea5b00;
	display: block;
	font-size: 18px;
	line-height: 25px;
	margin: 0 auto;
}

.from-kroom-in .text-set{
	width: 90%;
	margin: 0 auto;
	padding-top: 50px;
}

.from-kroom-in img{
	width: 100%;
}

.from-kroom-in .text-set p{

	margin: 20px auto;
	font-size: 14px;
	line-height: 23px;
}

/* カード */
.from-kroom-list-sp{
	width: 100%;
	margin: 0 auto 40px auto;
}

.from-kroom-list-sp .food-education-card2{
	width: 90%;
	background-color: #fff;
	border: 1px solid #ea5b00;
	border-radius: 10px;
	margin: 0 auto 20px auto;
}

.food-education-card2 dl{
	box-sizing: border-box;
	border-top: 3px solid #E95516;
	width: 90%;
  	box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-ms-box-sizing: border-box;
  	-o-box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
}

.food-education-card2 dl dt{
	width: 100%;
	margin: 20px auto 0 auto;
	padding-bottom: 5px;
	float: left;
}

.food-education-card2 dt figure{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.food-education-card2 dt figure{
	width: 100%;
	text-align: center;
}

.food-education-card2 dl dt strong{
	color: #ea5b00;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	margin: 20px auto;
}

.food-education-card2 dl dd{
	width: 100%;
	margin-bottom: 20px;
}

.food-education-card2 dl dd p{
	width: 90%;
	font-size: 14px;
	line-height: 20px;
	margin: 0 auto;
	text-align: left;
}

#from-kroom-wrap .lunch-news-sp{
	display: block;
	text-align: center;
}

.lunch-news-wrap .lunch-news-pc{
	display:none;
}

/*カードエリア*/
.from-kroom-list{
	display: none;
}

/* 今月の給食便り
------------------------------------*/
.lunch-news-wrap{
	width: 100%;
	background-image: url(../img/common/dot-backgrpund.jpg);
	background-repeat: repeat;
	margin: 0 auto;
}

.lunch-news-wrap .lunch-news-pc{
	display:none;
}

.lunch-news-wrap .lunch-news-sp{
	width: 90%;
	height: 150px;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.lunch-news-wrap .lunch-news-sp img{
	width: 100%;
	margin: 30px auto 0 auto;
}
}
