@charset "UTF-8";

.info {
	padding: 80px 0;
}

.info_list {
}

.info_list > dt {
	font-size: 18px;
}

.info_list > dd {
}

.info_list > dd > a {
	font-family: 'Quicksand', sans-serif;
	font-size: 38px;
	font-weight: bold;
	position: relative;
	padding-left: 45px;
}

.info_list > dd > a:before {
	content: "\e904";
	font-family: icomoon;
	font-size: 36px;
	color: #F4C51E;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.info_schedule {
	margin-top: 30px;
}

.info_schedule_tbl {
	width: 100%;
}

.info_schedule_tbl tr {
	border-bottom: 1px solid #ccc;
}

.info_schedule_tbl tr:first-child {
	border-top: 1px solid #ccc;
}

.info_schedule_tbl th {
	width: 60px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-left: 1px solid #ccc;
}

.info_schedule_tbl th:first-child {
	width: 180px;
	text-align: left;
	border-left: none;
}

.info_schedule_tbl td {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-left: 1px solid #ccc;
}

.info_schedule_tbl > thead > tr > th {
	padding: 5px 0;
}

.info_schedule_tbl > tbody > tr > th,
.info_schedule_tbl > tbody > tr > td {
	padding: 20px 0;
}

.info_schedule_tbl > tbody th {
	display: flex;
	align-items: center;
}

.info_schedule_tbl > tbody th > span {}

.info_schedule_tbl > tbody th > em {
	padding-left: 20px;
}

.info_schedule_tbl > tbody > tr > td > span.icon-img-icon-circle {
	font-weight: bold;
	color: #FF9300;
}

.info_schedule_tbl > tbody > tr > td > span.icon-img-icon-close {
	color: #707070;
}

.info_schedule_tbl > tbody > tr > td.-kyosei > span.icon-img-icon-circle {
	color: #6BB7C9;
}

.info_schedule_tbl > tbody > tr > td.-kyosei > small {
	font-size: 11px;
}

.info_schedule_notes {
	margin-top: 20px;
}

.info_schedule_notes > li {
	position: relative;
	padding-left: 15px;
}

.info_schedule_notes > li:before {
	content: "\e908";
	font-family: icomoon;
	font-size: 10px;
	color: #F4C51E;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.info_parents {
	background-color: #FFFCF0;
	border-radius: 5px;
	padding: 30px 40px;
	margin-top: 45px;
	position: relative;
}

.info_parents_ttl {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-image: url(/img/info/img-balloon-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 185px;
	height: 40px;
	position: absolute;
	top: -15px;
	left: 0px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.info_parents_text {
	margin-top: 10px;
}

.info_calendar {
	margin-top: 45px;
}

.info_calendar_ttl {
	font-size: 18px;
	font-weight: bold;
}

.info_calendar_wrap {
	margin-top: 20px;
}

.info_calendar_detail {}

.info_calendar_detail > iframe {
}

.info_calendar_text {
	margin-top: 10px;
}

.access {
	padding-bottom: 40px;
}

.access:before {
	content: "";
	display: block;
	background-image: url(/img/common/img-line-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: 3px;
	margin-bottom: 50px;
}

.access_row {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

.access_cnt {
}

.access_img {
}

.access_img > img {
	border-radius: 20px;
}

.access_ttl {
	font-size: 18px;
	font-weight: 500;
}

.access_addr {
	font-size: 20px;
	margin-top: 10px;
}

.access_caution {
	margin-top: 10px;
}

.access_map {
	overflow: hidden;
	margin-top: 20px;
	border-radius: 10px;
}

.access_map > iframe {
	width: 100%;
}

.st-c .te {
	background-color: #F4C51E;
	color: #333 !important;
}

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

@media screen and (max-width:640px) {
	.info {
		padding: 40px 0;
	}

	.info_list {
	}

	.info_list > dt {
		font-size: 16px;
	}

	.info_list > dd {
		;
	}

	.info_list > dd > a {
		font-size: 26px;
		padding-left: 30px;
	}

	.info_list > dd > a:before {
		font-size: 24px;
	}

	.info_schedule {
		margin-top: 10px;
	}

	.info_schedule_tbl {
		font-size: 12px;
	}

	.info_schedule_tbl tr {
	}

	.info_schedule_tbl tr:first-child {
	}

	.info_schedule_tbl th {
	}

	.info_schedule_tbl th:first-child {
		width: 150px;
	}

	.info_schedule_tbl td {
	}

	.info_schedule_tbl > thead th {
	}

	.info_schedule_tbl > tbody th,
	.info_schedule_tbl > tbody td {
		padding: 5px 0;
	}

	.info_schedule_tbl > tbody th {
	}

	.info_schedule_tbl > tbody th > span {}

	.info_schedule_tbl > tbody th > em {
	}

	.info_schedule_tbl > tbody td > span.icon-img-icon-circle {
	}

	.info_schedule_tbl > tbody td > span.icon-img-icon-close {
	}

	.info_schedule_tbl > tbody td.-kyosei {
		position: relative;
		padding-bottom: 25px;
	}

	.info_schedule_tbl > tbody td.-kyosei > span.icon-img-icon-circle {
	}

	.info_schedule_tbl > tbody td.-kyosei > small {
		position: absolute;
		bottom: 5px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		line-height: 1;
		width: 100%;
	}

	.info_schedule_notes {
		margin-top: 10px;
	}

	.info_schedule_notes > li {
	}

	.info_schedule_notes > li:before {
		top: 4px;
		-webkit-transform: none;
		transform: none;
	}

	.info_calendar {
	}

	.info_calendar_wrap {
	}

	.info_calendar_txt {
		margin-bottom: 10px;
	}

	.info_calendar_detail {
		overflow-x: scroll;
	}

	.info_calendar_detail iframe {
		width: 100%;
		min-width: 600px;
	}

	.access {
	}

	.access:before {
		margin-bottom: 40px;
	}

	.access_row {
		display: block;
	}

	.access_cnt {
	}

	.access_img {
		text-align: center;
		margin-top: 20px;
	}

	.access_img > img {
	}

	.access_ttl {
		font-size: 16px;
	}

	.access_addr {
		font-size: 16px;
		margin-top: 0;
	}

	.access_caution {
	}

	.access_map {
		height: 300px;
	}

}

@media print {
}
