@charset "UTF-8";

/*------予約状況------*/

.sale h3 ,
.choco h3{
    color: #e40027;
    border-bottom: 1px solid;
}

.sale .price,
.choco .price{
	color: #e40027;
	font-size: 18px;
	font-weight: bold;
}

.sale img{
	border-radius: 0 0 8px 8px ;
}

.size{
	color:#fff;
	text-align: center;
	background: #e40027;
	padding: 5px;
	border-radius: 8px 8px 0 0 ;
}

.choco img{
	border-radius: 8px;
}