@charset "utf-8";

#menu_list_main > ul > li#course-lyon > ol.row > li:nth-child(1) {
	width: 40%;
}
#menu_list_main > ul > li#course-lyon > ol.row > li:nth-child(2) {
	width: calc(60% - 30px);
}

#menu_list_main > ul > li#course-koiki > ol.row > li:nth-child(1) {
	width: 40%;
}
#menu_list_main > ul > li#course-koiki > ol.row > li:nth-child(2) {
	width: calc(60% - 30px);
}

@media screen and (max-width: 960px) {
	#menu_list_main > ul > li#course-lyon > ol.row > li:nth-child(1) {
		width: 100%;
	}
	#menu_list_main > ul > li#course-lyon > ol.row > li:nth-child(2) {
		width: 100%;
	}

	#course-lyon .sub_imgs {
		justify-content: center;
	}

	#course-legumes .sub_imgs {
		justify-content: center;
	}

	#course-lyon .sub_imgs > figure {
		width: 40%;
	}

	#course-legumes .sub_imgs > figure {
		width: 40%;
	}

	#menu_list_main > ul > li#course-koiki > ol.row > li:nth-child(1) {
		width: 100%;
	}
	#menu_list_main > ul > li#course-koiki > ol.row > li:nth-child(2) {
		width: 100%;
	}

	#course-koiki .sub_imgs > figure {
		width: 40%;
	}
	
}
