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


/* ----------------------- 休業期間のお知らせ -----------------------*/
/* ----------------------- 休業期間のお知らせ -----------------------*/
.holiday-info {
	font-size: 1.4rem;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 20px;
	border: 3px solid #D1D1D1;
	margin: 20px 20px 0px;
	line-height: 1.6;
}
.holiday-info h2 {
	margin-bottom: 10px;
	color: #474747;
	text-align: center;
	font-size: 16px;
}
.holiday-info h3{
	color: #FFF;
	background-color: #BD4547;
	text-align: center;
	padding: 10px 20px;
	line-height: 1.4;
}

.holiday-info p{
	margin: 1em 0;
}
.holiday-info__strong{
	font-weight: 600;	
}
.holiday-info__strong strong{
	color: red;
}
@media (min-width:768px){
	.holiday-info{
		max-width: 668px;
		margin: 40px auto 0;
	}
	.holiday-info__strong{
		text-align: center;
	}
}
/* -----------------------  //休業期間のお知らせ -----------------------*/
