.time_table .star::before {
    content: "★";
    display: block;
    font-size: 1.2rem;
    white-space: nowrap;
    font-weight: bold;
    font-family: "Zen Maru Gothic", serif;
	color: #0093CD;
}
.footer .time_table th, .footer .time_table td.star::before {
	color: #fff;
}

.reserveonly{
   
	font-size: 1.3rem;
}
.reserveonly span{
	color: #0093CD;
}
.reserveonly.white{
    color: #fff;
	font-size: 1.6rem;
	
}

@media screen and (max-width: 768px) {
.reserveonly.white{
    color: #fff;
	font-size: 1.4rem;
	
}
}
