@charset "UTF-8";
/* お中元
----------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&&display=swap');

/* reset
---------------------- */
#ochugen{
	color:#0e7e4a;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	margin-bottom: 50px;
}
#ochugen strong{
	font-weight: inherit;
}
#ochugen a{
	color:inherit;
}
#ochugen a:hover{
	opacity:.7;
}
/* contents
---------------------- */
#ochugen ul.deli{
	display:flex;
	gap:10px;
	margin: 50px 0 90px;
}
#ochugen .prod{

}
#ochugen .prod h2{
	font-size: 30px;
	line-height: 1;
	margin-bottom: 50px;
}
#ochugen .prod ul.cate{
  width: fit-content;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}
#ochugen ul.shop{
	padding-bottom:20px;
}
#ochugen ul.shop li{
	margin-bottom: 50px;
}
#ochugen ul.shop li p{
	font-size: 20px;
	line-height: 1;
	margin-top: 1.2em;
}
#ochugen ul.shop li p{
	font-size: 20px;
	line-height: 1;
	margin-top: 1.2em;
}
#ochugen ul.btm_banner{
  width: fit-content;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding-bottom: 20px;
  margin-bottom:50px;
}
#ochugen ul.btm_banner li{
	width:500px;
}
#ochugen ul.btm_banner li img{
	width:100%;
}
#ochugen ul.btm_banner li p{
	font-size: 18px;
	padding-top: .9em;
}

/* ocprice */
#ochugen ul.price_list{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap:0 10px;
	padding: 70px 20px 30px;
}
#ochugen ul.price_list li a{
	color:#0e7e4a;
	font-size: 20px;
	font-weight: bold;
	border:1px solid #119580;
	border-radius:100vh;
	padding: .75em 0;
	display:block;
}
#ochugen ul.price_list li strong{
	font-size: 200%;
}
#ochugen .to_top{
	text-align:center;
	padding-top:50px;
}