@charset "utf-8";

/* =============================================
schedule
============================================= */
/* mama */
#schedule .timetable tbody td.mama {
	width: 21.6%;
	max-width: 175px;
	padding-left: 32px;
	}

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

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

/* ellipsis02 */
#schedule .timetable tbody tr.ellipsis02 td {
	padding-bottom: 80px;
	}
#schedule .timetable tbody tr.ellipsis02 td.mama::before,
#schedule .timetable tbody tr.ellipsis02 td.mama::after,
#schedule .timetable tbody tr.ellipsis02 td.child1::after {
	width: 36px;
	height: 16px;
	margin: auto;
	display: block;
	z-index: 1;
	position: absolute;
	top: 25%;
	bottom: 0;
	background: url(../img/ellipsis.png) no-repeat 0 0 / contain;
	content: '';
	}
#schedule .timetable tbody tr.ellipsis02 td.mama::before {
	left: calc(100% - 12px);
	}
#schedule .timetable tbody tr.ellipsis02 td.mama::after {
	left: 626px;
	}
#schedule .timetable tbody tr.ellipsis02 td.child1::after {
	left: -12px;
	}

/* comment */
#schedule .timetable tbody td p.comment01 {
	top: -80px;
	left: -126px;
	}
#schedule .timetable tbody td p.comment02 {
	bottom: -76px;
	left: -126px;
	}
#schedule .timetable tbody td p.comment.comment02::after {
	top: 30%;
	}
#schedule .timetable tbody td p.comment03 {
	bottom: -42px;
	left: 150px;
	}
#schedule .timetable tbody td p.comment.comment03::after {
	top: 18%;
	}
#schedule .timetable tbody td p.comment04 {
	top: -12px;
	left: -175px;
	}
#schedule .timetable tbody td p.comment.comment04::after {
	top: 30%;
	}
#schedule .timetable tbody td p.comment05 {
	top: -66px;
	left: 150px;
	}
#schedule .timetable tbody td p.comment.comment05::after {
	top: auto;
	bottom: 12%;
	}
#schedule .timetable tbody td p.comment06 {
	top: -103px;
	left: 145px;
	}
#schedule .timetable tbody td p.comment.comment06::after {
	top: auto;
	bottom: 12%;
	}

/* point */
#schedule .timetable tbody td .point1 {
	top: 15px;
	left: -126px;
	}
#schedule .timetable tbody td .point2 {
	bottom: -220px;
	left: 145px;
	}

/* img */
#schedule .timetable figure.img01 {
	bottom: 45px;
	left: 25px;
	}
#schedule .timetable figure.img02 {
	bottom: 45px;
	right: -110px;
	}
#schedule .timetable figure.img03 {
	bottom: -55px;
	right: 50px;
	}

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

	/* comment */
	#schedule .timetable tbody td p.comment06 {
		left: 140px;
		}
	/* point */
	#schedule .timetable tbody td .point2 {
		left: 140px;
		}

}