@charset "UTF-8";


/* category_title_jp */
.section_title h1.category_title.category_title_jp{
	font-size:58px;
	line-height:1.23;
	font-weight:700;
	letter-spacing:0;
}
@media (max-width: 870px){
	.section_title h1.category_title.category_title_jp{
		font-size:30px;
		line-height:1;
	}
}

/* schedule-explanatory-notes */
.block_schedule-explanatory-notes{
	padding-bottom:20px;
}
.schedule-explanatory-notes{
	position:relative;
	padding-left:1.5em;
}
.schedule-explanatory-notes:before{
	position:absolute;
	top:0.27em;
	left:0;
	content:'';
	width:1em;
	height:1em;
}
.schedule-explanatory-notes.schedule-holiday:before{
	background-color:#9cf;
}
.schedule-explanatory-notes.schedule-closed-buz:before{
	background-color:#f99;
}

/* container_schedule */
.container_schedule{
	padding-bottom:20px;
	/*display*/
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	/*flex-direction*/
	-webkit-flex-direction:row;
	flex-direction:row;
	/*flex-wrap*/
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	/*justify-content*/
	-webkit-justify-content:center;
	justify-content:center;
	/*align-items*/
	-webkit-align-items:stretch;
	align-items:stretch;
	/*align-content*/
	-webkit-align-content:stretch;
	align-content:stretch;
}

/* container_schedule_year */
.container_schedule_year{
	text-align:center;
	font-size:24px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	padding:20px 0;
}

/* schedule-month */
.container_schedule-month{
	width:33.33%;
	padding:0 10px 20px;
	min-width:275px;
	max-width:320px;
}
.container_schedule-month:nth-child(3n){
	padding:0 0 20px 20px;
}
.container_schedule-month:nth-child(1),
.container_schedule-month:nth-child(3n+1){
	padding:0 20px 20px 0;
}
@media (max-width: 870px){
	.container_schedule-month{
		width:50%;
	}
	.container_schedule-month:nth-child(3n),
	.container_schedule-month:nth-child(3n+1){
		padding:0 10px 20px;
	}
	.container_schedule-month:nth-child(2n+1){
		padding:0 20px 20px 0;
	}
	.container_schedule-month:nth-child(2n){
		padding:0 0 20px 20px;
	}
}
@media (max-width: 650px){
	.container_schedule-month{
		width:100%;
	}
	.container_schedule-month:nth-child(1),
	.container_schedule-month:nth-child(2n+1),
	.container_schedule-month:nth-child(2n){
		padding:0 10px 20px;
	}
}

/* schedule-month-title */
.block_schedule-month-title{
	text-align:center;
	padding:10px 0;
	font-size:16px;
}

/* schedule-month-table */
.schedule-month_table{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
.schedule-month_table{
	width:100%;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}
.schedule-day_th,
.schedule-day_td{
	text-align:center;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:5px 0;
}
.schedule-day_th{
	background-color:#d5d5d5;
}
.schedule-holiday_td{
	background-color:#9cf;
}
.schedule-closed-buz_td{
	background-color:#f99;
}
.schedule-day_th{
	border-right:1px solid #dfdfdf;
}
.schedule-day_th:last-child{
	border-right:1px solid #ddd;
}
