@import url("https://www.ecshopserver.net/tomechou.com/css/top.css?1900");

.top-freespace{
  margin-bottom: 30px!important;
}
.no-picking{
  text-align: center;
}
.no-picking span{
  text-align: center;
  font-size: 1.2rem;
  background: orange;
  color: #FFF;
  padding: 10px 30px;
  border-radius: 50px;
  display: inline-block;
}


/* ----------------------- 休業期間のお知らせ -----------------------*/
.holiday-info {
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 25px 20px 20px;
	border: 3px solid #E2E2E2;
   max-width: 100%;
	margin: 10px 20px 20px;
  	font-feature-settings: "palt" 1;
}

.holiday-info h2 {
	margin-bottom: 15px;
	color: #474747;
	text-align: center;
	font-size: 16px;
}
.holiday-info h3{
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: center;
	padding: 12px 20px;
	background-color: #BD4547;
	color: #FFFFFF;
	border-radius: 3px;
  margin-bottom: 15px;
}

.holiday-info p {
	line-height: 1.8!important;
	color: #4D4D4D;
	font-size: 1.4rem;
	margin: 0.5em 0 0;
}
p.holiday-info__strong{
	font-weight: bold;
	font-size: 1.5rem;
  text-align: center;
}
.holiday-info__strong strong{
	color: red;
}
@media (min-width:768px){
	.holiday-info{
		margin: 10px 0 30px;
		padding: 25px 30px 20px;
		max-width: 100%;
	}
}
/* -----------------------  //休業期間のお知らせ -----------------------*/


/* -----------------------  農林水産大臣賞を受賞 2025.02 -----------------------*/
.Award2025{
	font-size: 1.3rem;
	margin-bottom: 30px;
}
.Award2025 p{
	margin: 0.5em 0;
	line-height: 1.6;
}
.Award2025 p.date{
	color:#616161;
	font-weight: 300;
	text-align: center;
	margin: 0.25em 0;
}
.Award2025 figure{
	position:relative;
}
.Award2025 figure img + img{
	margin-top: 5px;
}
.Award2025 figure::before{
	content: 'NEWS';
	display: block;
	background: #B2292C;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 600;
	width: fit-content;
	padding: 0.3em 0.5em;
	position: absolute;
	bottom: -7px;
	left: -0px;
}
.Award2025 h3{
	text-align: center;
	font-size: 1.4rem;
	margin: 0 0 0.75em;
}
/* ----------------------- //農林水産大臣賞を受賞 2025.02 -----------------------*/