/* CSS Document */


#keyimg{
	height: 350px;
	background: url("../manabi/img/food_img.webp") center center no-repeat;
	background-size: cover;
}

#keyimg .box{
	width: 470px;
	padding-top: 45px;
	padding-bottom: 45px;
	background-color:rgba(255,255,255,0.8);
	margin: auto;
	text-align: center;
}

#s01 h1{
		background: url("../img/top_Illust01.webp") center bottom no-repeat;
	text-align: center;
	color: #1772B8;
	font-size: 35px;
	font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 400;
font-style: normal;
	padding-bottom: 80px;
	margin-bottom: 50px;
}


#s01{
	width: 1100px;
	margin: auto;
	margin-bottom: 100px;
	padding-top: 50px;
}

#s01 .box_rap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#s01 .box_rap a{
	width: 350px;
	display: block;
	background: #E2F7FC;
	margin-bottom: 15px;
	transition:0.5s;
}

#s01 .box_rap a:hover{
	background: #FFFFBF;
	
}

#s01 .box_rap::before{
  content:"";
  display: block;
  width: 350px;
  order:1;
}
#s01 .box_rap::after{
  content:"";
  display: block;
  width: 350px;
}

#s01 .box_rap .box{
	padding-top: 15px;
	padding-bottom: 15px;
}

#s01 .box_rap figure{
	width: 320px;
	height: 240px;
	text-align: center;
	background: #fff;
}

#s01 .box_rap .img{
	width: 320px;
	height: 240px;
	background: url("../img/noneimg.webp") center center no-repeat;
	background-size: cover;
	margin: auto;
	margin-bottom: 15px;
}

#s01 .box_rap img{
	width: 320px;
	height: 240px;
	object-fit: cover;
}

#s01 .box_rap p{
	width: 320px;
	margin: auto;
}

#s01 .box_rap p.title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#s01 .box_rap p.text{
	font-size: 15px;
	line-height: 180%;
}

#s01 .sugu-pager{
	display: flex;
	justify-content: space-between;
	width: 1100px;
	text-align: center;
}

#s01 ul li{
	width: 250px;
}

#s01 ul.sugu-pager a{
	width:  250px;
		display: block;
	background: #E2F7FC;
	margin-bottom: 15px;
	transition:0.5s;
}

#s01 ul.sugu-pager  a:hover{
	background: #FFFFBF;
	
}

article#s03{
	margin-bottom: 50px;
}

article#s03 .sugu-article{
	min-height: 300px;
}

article#s03 .sugu-article-left a{
	color: #0085B2;
	text-decoration: underline;
}

article#s03 .sugu-article-left a:hover{
	text-decoration: none;
}
