@charset "utf-8";

/* =============================================
schedule
============================================= */
/* mama */
#schedule .timetable thead th.mama {
	padding-left: 36px;
	}
#schedule .timetable tbody td.mama {
	width: 27%;
	max-width: 218px;
	padding-left: 45px;
	}

/* papa */
#schedule .timetable tbody td.papa {
	width: 39%;
	max-width: 315px;
	padding-right: 160px;
	}

/* child */
#schedule .timetable tbody td.child1 {
	width: 34%;
	max-width: 277px;
	padding-right: 20px;
	}
#schedule .timetable tbody tr:nth-of-type(n+4) td.child1::before { /*開始*/
	content: '';
	}
#schedule .timetable tbody tr:nth-of-type(n+19) td.child1::before { /*終了*/
	content: none;
	}

/* comment */
#schedule .timetable tbody td p.comment01 {
	width: 150px;
	top: 8px;
	right: 15px;
	}
#schedule .timetable tbody td p.comment02 {
	top: -80px;
	left: -120px;
	}
#schedule .timetable tbody td p.comment03 {
	width: 150px;
	bottom: 15px;
	right: -120px;
	}
#schedule .timetable tbody td.child1 p.comment03.comment.tail_b_left::after {
	top: 75%;
	}
#schedule .timetable tbody td p.comment04 {
	width: 150px;
	padding: 15px 3px;
	top: -52px;
	right: 15px;
	}
#schedule .timetable tbody td.papa p.comment04.comment.tail_b_left::after {
	top: 40%;
	}
#schedule .timetable tbody td p.comment05 {
	width: 150px;
	padding: 15px 3px;
	bottom: -30px;
	left: -120px;
	}
#schedule .timetable tbody td.mama p.comment05.comment.tail_b_right::after {
	top: 75%;
	}

/* point */
#schedule .timetable tbody td .point1 {
	width: 150px;
	top: -20px;
	left: -120px;
	}
#schedule .timetable tbody td .point2 {
	width: 150px;
	padding: 15px 3px;
	top: 12px;
	right: -120px;
	}
#schedule .timetable tbody td .point2 h4 {
	margin-left: 12px;
	margin-right: 12px;
	}

/* img */
#schedule .timetable figure.img01 {
	bottom: 10px;
	left: -100px;
	}
#schedule .timetable figure.img02 {
	bottom: 10px;
	left: 45px;
	}
#schedule .timetable figure.img03 {
	bottom: -30px;
	right: -100px;
	}

@media screen and (max-width: 767px) {

	/* comment */
	#schedule .timetable tbody td p.comment03 {
		/*left: 115px;*/
		}
	/* point */
	#schedule .timetable tbody td .point2 {
		/*left: 130px;*/
		}

}