/* CSS Document */


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

#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: 26px;
	font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 700;
font-style: normal;
	padding-bottom: 80px;
	margin-bottom: 50px;
}


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

#s01 .box_rap{
	max-width: 480px;
	width: 100%;
	display: flex;
    justify-content: space-around;
	flex-wrap: wrap;
}

#s01 .box_rap a{
	width: 180px;
	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: 180px;
  order:1;
}
#s01 .box_rap::after{
  content:"";
  display: block;
  width: 180px;
}

#s01 .box_rap .box{
	width: 180px;
	padding-bottom: 35px;
	/*padding-top: 15px;
	padding-bottom: 15px;*/
}

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

#s01 .box_rap .img{
	width: 180px;
    height: 100px;
    margin-bottom: 15px;
	text-align: center;
	overflow: hidden;
	background: url("../img/noneimg.webp") center center no-repeat;
	background-size: cover;
	
}

#s01 .box_rap img{
	width: 100%;
    height: auto;
	object-fit: cover;
}

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

#s01 .box_rap p.title{
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	margin-bottom: 15px;
}

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

#s01 .sugu-pager{
	display: flex;
	justify-content: space-around;
	width: 100%;
	text-align: center;
}

#s01 ul li{
	width: auto;
}

#s01 ul.sugu-pager a{
	width:  85px;
		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-window{
	width: 100%;
}

article#s03 .sugu-window h1{
	font-size: 24px;
}

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

article#s03 .sugu-article-left{
	width: 100%;
}

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

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

article#s03 .sugu-article-right{
	width: 100%;
	padding: 0;
}

article#s03 .sugu-article-right .subimage,
article#s03 .sugu-article-right .mainimage{
	width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
}

article#s03 .sugu-page-link{
	display: flex;
	justify-content: space-between;
}