@charset "utf-8";

/* CSS Document */
@media screen and (max-width: 750px) {

	/* WEB_03-14546 */
	.plan_box_01 {
		margin-bottom: 0;
	}

	.plan_box_01.tbl_grid {
		display: block;
	}

	.plan_box_01.tbl_grid table.tbl_05 th {
		width: 50%;
	}

	.box_course_style {
		grid-template-columns: auto;
		padding: 10px;
	}

	.box_course_style img {
		width: 100%;
		max-height: 170px;
		object-fit: cover;
	}

	.box_txt_course {
		padding-top: 10px;
	}

	.party_title_01 {
		font-size: 16px;
	}

	.cont_time_tbl {
		grid-template-columns: 45px auto;
	}

	.shaku_time_tbl:after {
		border-right: 23px solid transparent;
		border-left: 23px solid transparent;
	}

	.cont_time_tbl>ul {
		padding-left: 0;
	}

	.icon_party::before {
		top: 10px;
	}
}