@charset "utf-8";

.timetable {
	color:#c60;
	margin-bottom:20px;
	font-weight:bold;
}



@media screen and (max-width: 499px) {
	.timetable {
	font-size:1.08em;
	}
}

@media screen and (min-width: 500px) {

}

.more_btn {
    text-align: center;
}
.more_btn img {
    width:310px;
}
.mark{
    padding-left: 20px;
    list-style-type: disc;
    list-style-position: outside;
}
.img_center{
    text-align: center;
}
.privateroom_price{
    background: #dfedfb;
    border-left: 1px solid #fff;
    text-align: center!important;}
.privateroom_price_bd{
    border-right: 1px solid #dfedfb;
    text-align: center!important;
}