@charset "utf-8";
/*******************************************************
	Meysen Academy Copyright(c) All Rights Reserved.
*******************************************************/
/*****************************************************
	TOP
******************************************************/

#pg-topic-event {
	position: relative;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	height: auto;
	padding-bottom:  min(80px, 10%);
	background: rgb(var(--season-sub-color));
	color: #fff;
	z-index: 1;
}

#pg-topic-event::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: clamp(500px, 40%, 100vw);
	height: 100%;
	background-color: rgb(var(--season-main-color));
	-webkit-mask-image: url("/img/topic/event/mainVisual.svg");
	mask-image: url("/img/topic/event/mainVisual.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: bottom;
	mask-position: bottom;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	opacity: .25;
	z-index: -2;
}

.el-subPage-topicType {
	font-size: .8rem;
	margin-bottom: 1rem;
}

.el-subPage-topicNotice {
	font-size: 1.3rem;
	margin-top: .3rem;
}

#pg-topic-event p{
	margin-top: 3rem;
	font-size: 1.15rem;
	font-weight: normal;
}

.el-event-mainVisual {
	display: flex;
	width: 100%;
	max-width: 670px;
	margin: auto;
}

.el-event-campusMap-title {
	font-size: 1.2rem;
	font-weight: bold;
}

.el-event-campusMap {
	width: 100%;
	max-width: 740px;
	object-fit: contain;
}

iframe.el-event-campusMap {
	/*! display: flex; */
	width: min(670px, 100vw);
	max-width: min(670px, 100%);
	margin: auto;
	aspect-ratio:67 / 48;
}

.el-entryBtn {
	display: flex;
	width: max-content;
	width: fit-content;
	margin: auto;
	padding: .7rem 2rem;
	background: rgb(var(--season-main-color));
	color: #fff;
	border-radius: 3rem;
}

.el-entryBtn:hover {
	background: rgb(var(--season-sub-color));
}

.el-scheduleWrap {
	display: flex;
	flex-direction: column;
	width: fit-content;
	margin-bottom:1rem;
}
.el-schedule-title {
    font-weight: 600;
	padding:.5rem 1rem;
}
.el-schedule-content {
	display: inline-block;
	padding:.5rem 1rem;
	border-top: solid 1px rgb(var(--season-main-color));
}
.el-section-title {
	color: rgb(var(--season-main-color));
	font-weight: 600;
	font-size: clamp(1rem, 10vw, 1.47rem);
}
.el-section-sectitle {
	font-weight: 600;
	font-size: clamp(1rem, 10vw, 1.25rem);
}

/* Parts */
#note1,#note2 {
	display: block;
	/* height: 200px; */
	padding-top: 230px;
	margin-top: -200px;
	content: "";
}
@media screen and (max-width : 480px) {
	.el-subPage-topicNotice {
		font-size: 1rem;
		margin-top: .2rem;
	}
	#pg-topic-event p{
		margin-top: 1.5rem;
		font-size: 1rem;
	}
	.el-section-title {
		font-size: clamp(1rem, 10vw, 1.2rem);
	}
	.el-section-sectitle {
		font-size: clamp(.9rem, 10vw, 1rem);
	}
}


/*****************************************************
	Toddler
******************************************************/
/* --- Main Visual ------------ */
#pg-topic-toddler { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url("/img/topic/toddler/mainVisual.jpg"); }

/**/
#topic-toddler { position: relative; }
#topic-toddler .bl-headerLogo-wrap {
    top: 25px;
	left: max(40px, (100% - 1400px) / 2);
}
.bl-toddlerLp-top {
	display: flex;
	flex-direction: column;
	/* justify-content: flex-end; */
	align-items: center;
    width: 100%;
    height: 70vh;
    min-height: 700px;
	padding: 0;
	color:#fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.el-toddlerLp-title {
	padding-top: 276px;
	font-size: clamp(2rem,10vw,2.875rem);
	text-align: center;
}
	.el-toddlerLp-title_sec {
		display: block;
		font-size: clamp(1rem,10vw,1.5rem);
		font-weight: 300;
	}
.el-toddlerLp-titleNote {
	padding-top: 185px;
	font-size: clamp(1rem,10vw,1.3rem);
}
/* --- Content ----------- */
/* Whats */
.bl-whatToddler {
	width: 100%;
	height: 100%;
	margin:0;
	background-image: url("/img/topic/toddler/bg_persona.svg"),url("/img/topic/toddler/bg_persona02.svg");
	background-repeat: no-repeat;
	background-size: 900px, 320px;
	background-position: calc(50% - 350px) calc(50% - 200px), calc(50% + 640px) 100%;
}

.bl-whatToddler-cont {
	display: grid;
	grid-template-columns: repeat(2, 50%);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 64px;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 5rem 0;

}
	.bl-whatToddler_about-cont {
		grid-area: 1 / 1 / 2 / 2;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-right: 2rem;
	}
	.bl-whatToddler_about-photo { grid-area: 1 / 2 / 2 / 3; }
	.bl-whatToddler_feature-photo { grid-area: 2 / 1 / 3 / 2; }
		.bl-whatToddler_feature-photo picture {
			display: block;
			width: 100%;
			overflow: hidden;
			border-radius: 1rem;
		}
	.bl-whatToddler_feature-cont {
		grid-area: 2 / 2 / 3 / 3;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 2rem;
	}

	.bl-whatToddler_about-photo img,.bl-whatToddler_feature-photo img {
		width: 100%;
		height: 100%;
		object-fit:cover;
		border-radius: 1rem;
	}


.el-whatToddler_secTitle {
	color:rgb(var(--season-main-color));
	font-size: clamp(1.8rem, 10vw, 2rem);
	font-weight: 500;
}
.el-whatToddler_text { margin-top: 2.5rem; }

/* features */
.ly-toddler-features { padding: 5rem 0; }
	.bl-toddler-features_wrap {
		display: grid;
		grid-template-columns: repeat(3, 32%);
		grid-template-rows: 1fr;
		grid-column-gap: clamp(2%, 2%, 32px);
		grid-row-gap: 0px;
		max-width: 1280px;
		margin: auto;
		box-sizing: border-box;
	}
	.bl-toddler-features_item {
		margin: 0;
		border-radius: 1.5rem;
		overflow: hidden;
	}
	.bl-toddler-features_item:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
	.bl-toddler-features_item:nth-child(2)  { grid-area: 1 / 2 / 2 / 3; }
	.bl-toddler-features_item:nth-child(3)  { grid-area: 1 / 3 / 2 / 4; }
		.bl-toddler-features_item picture {
			display: flex;
			justify-content: center;
			align-items: center;
			margin: 0;
			padding: 0;
			line-height: 1;
			overflow: hidden;
		}
			.bl-toddler-features_item picture img {
				width: 100%;
				height: 100%;
			}
		.bl-toddler-features_item figcaption {
			height: 100%;
			padding: 2rem;
			background-color: #fff;
		}
/* 1Day Schedule */
.ly-dayFlow {
	width: 100%;
	height: 100%;
	margin:0 auto;
	background-image: url("/img/topic/toddler/bg_persona03.svg");
	background-repeat: no-repeat;
	background-size: 800px;
	background-position: 105% 105%;
}
.ly-dayFlow_cont {
	max-width: 1280px;
	margin: auto;
	padding:5rem 0;
}

.bl-flow_wrap {
	display: flex;
	justify-content: center;
	margin: auto;
}
.bl-flow_box:first-child { margin-right: 12%; }
/* .bl-flow_box:last-child { width:auto } */

	.bl-flow_list {
		position: relative;
	}
		.bl-flow_list li {
			position: relative;
			list-style-type: none;
			margin-left: 3rem;
			padding-bottom: 3rem;
		}
		.bl-flow_list li::before {
			content: "";
			position: absolute;
			top: 10px;
			left: -1.5rem;
			width: 4px;
			height: 100%;
			border-left: solid 4px rgb(var(--season-main-color));
		}
			.bl-flow_list li:last-child::before{ display: none; }

		.bl-flow_list li::after{
			content: "";
			position: absolute;
			top: 2px;
			left: 0;
			display: inline-block;
			vertical-align: middle;
			width: 12px;
			height: 12px;
			margin-left: -2rem;
			margin-right: 1rem;
			background: #fff;
			border: solid 4px rgb(var(--season-main-color));
			border-radius: 50%;
		}
		.bl-flow_list li:last-child::before{ display: none; }

		.bl-flow_list li span {
			margin-right: 1rem;
			font-weight: 600;
		}
		.bl-flow_list .bl-flow_list_multi {
			margin-left: 4.5rem;
			font-weight: 300;
		}

/* fees Link */
.ly-fees {
	display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 5rem;
    background-color: rgb(var(--season-main-color));
    color: #fff;
}
.el-fees_secTitle {
    margin-bottom: 1rem;
    color: #fff;
	font-size: clamp(1.4rem, 2vw, 2rem);
	font-weight: 500;
    line-height: 1.5em;
    text-align: center;
}
.fees__anchor {	margin: auto; }
	.fees__anchor .hp-btnOutline-white { font-weight: 300; }

/* Event */
.ly-event {
	position: relative;
	margin: 0 auto;
	color: #fff;
	background-image: url("/img/topic/toddler/bg_horse.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 9;
}
	.ly-event::after {
		content:"";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgb(0, 0, 0, 0.4);
		z-index: 10;
	}
	.ly-event_cont {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 1280px;
		margin: auto;
		padding: 5rem 0;
		z-index: 11;
	}
.el-event_msg {
	width: 70%;
	margin: 1rem auto 4rem;
	padding: 0 2rem 1rem;
	color: #F8FF4B;
	border-bottom: solid 1px rgb(255,255,255,0.6);
}
.el-event_apeal {
	position: relative;
	color: #F8FF4B;
	font-size: 1.2rem;
	letter-spacing: .2rem;
}
	.el-event_apeal::before {
		content: "|";
		position: absolute;
		top: -.2rem;
		left: -1.5rem;
		font-size: 1.5rem;
		transform: rotate(-45deg);
	}
	.el-event_apeal::after {
		content: "|";
		position: absolute;
		top: -.2rem;
		right: -1.5rem;
		font-size: 1.5rem;
		transform: rotate(45deg);
	}
	.el-event_heading {
		margin-bottom: 3rem;
		font-size: 2rem;
	}
.bl-event_detailwrap {
	display: grid;
	grid-template-columns: repeat(2, 50%);
	grid-template-rows: auto;
	grid-column-gap: 40px;
	grid-row-gap: 0px;
	margin: 0 auto 4rem;
}
	.bl-event_detail:first-child { grid-area: 1 / 1 / 2 / 2; }
	.bl-event_detail:last-child { grid-area: 1 / 2 / 2 / 3; }
	.bl-event_detail {
		padding: 3rem 1.6rem;
		color:#333;
		background-color: rgba(255, 255, 255, 0.82);
		border-radius: 1rem;
	}

	.bl-event_when {
		display: flex;
		justify-content: center;
		gap: 1rem;
		margin-bottom: 1rem;
		line-height: 1.2;
	}
		.bl-event_date {
			/* font-size: 1.2rem; */
			font-size: clamp(1rem, 2vw, 1.2rem);
			font-weight: 300;
		}
			.bl-event_date span {
				/* font-size: 1.4rem; */
				font-size: clamp(1.1rem, 2vw, 1.4rem);
				font-weight: 600;
			}
		.bl-event_time {
			font-size: clamp(1.1rem, 2vw, 1.4rem);
			font-weight: 600;
			text-align: center;
		}
			.bl-event_time span {
				display: block;
				font-size: .9rem;
				font-weight: 300;
			}
/* .bl-event_when {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin-bottom: 2.5rem;
	line-height: 1.2;
}
	.bl-event_date {
		font-size: 1.4rem;
		font-weight: 300;
	}
		.bl-event_date span {
			font-size: 1.8rem;
			font-weight: 600;
		}
	.bl-event_time {
		font-size: 1.8rem;
		font-weight: 600;
		text-align: center;
	}
		.bl-event_time span {
			display: block;
			font-size: 1.2rem;
			font-weight: 300;
		} */

.bl-event_where {
	/* display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem; */
	/* margin-bottom: 3rem;
	padding-bottom: 2rem;
    border-bottom: solid 1px rgb(255,255,255,0.6); */
}
	.bl-event_where-title {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 1rem;
		margin-bottom: 1rem;
	}
	.el-event_where-heading {
		margin-bottom: 0;
		font-size: 1rem;
		font-weight: 300;
		letter-spacing: 2px;
	}
	.bl-event_place {
		display: inline-block;
		margin: auto;
		text-align: left;
		line-height: 1.2;
	}
		/* .el-event_placeName {
			margin-bottom: .5rem;
			font-size: 1.4rem;
			font-weight: 600;
		} */
		.el-event_placeName {
			/* font-size: 1.2rem; */
			font-size: clamp(1rem, 1.5vw, 1.2rem);
			font-weight: 600;
		}
		.bl-event_place-text {
			display: inline-block;
			font-size:.85rem;
			padding-left: 1rem;
		}
		.el_mapLink {
			/* display: inline-block; */
			margin-top: 2rem;
			text-indent: -1rem;
			text-align: center;
		}
			.el_mapLink a {
				padding-left: 3rem;
				color:rgb(var(--season-main-color));
				font-size: .9rem;
				text-decoration: underline;
			}
			.el_mapLink a:hover, .el_mapLink a:active { color:rgb(var(--season-sub-color)); font-weight: 600; }
			.el_mapLink span { margin-right: .6rem; }

.form__anchor {
	margin: auto;
	text-align: center;
}
	.form__anchor p { margin-bottom: .5rem; }
	.form__anchor .hp-btnOutline-white {
		position: relative;
		font-weight: 300;
	}
	.form__anchor .hp-btnOutline-white::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		border-radius: 2rem;
		background-color: rgb(var(--season-sub-color), 0.3);
		z-index: -1;
	}
/* --- FAQ ----------- */
.ly-faq {}
	.ly-faq_cont {
		width: 100%;
		max-width: 1280px;
		margin: 0 auto;
		padding: 5rem 0;
	}
	.el-faq_secTitle {
		margin-bottom: 1.5rem;
		color: rgb(var(--season-main-color));
		font-size: clamp(1.8rem, 2vw, 2rem);
		font-weight: 500;
		text-align: center;
	}
	.el-faq_subTitle {
		color: #F8FF4B;
		font-size: 1rem;
		font-weight: 500;
	}


/* --- Footer ----------- */
.ly-footer_cont {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1280px;
	margin: 1rem auto 0;
	padding: 0;
}
	.ly-footer_cont a { padding: 0; }

	.ly-footer_logo { width: 215px; }

.ly-footer_link a {
	display: block;
	margin-top: 1rem;
    padding: 0.7rem 2.5rem 0.5rem;
    text-align: center;
    color: rgb(var(--season-main-color)) !important;
    border: solid 1px rgb(var(--season-main-color));
    border-radius: 5rem;
    font-size: .8125rem !important;
	font-weight: 300;
}
	.ly-footer_link span::before { padding-right:.7rem; font-size: 1rem; }

	.ly-footer_link a:hover, .ly-footer_link a:active {
		color: rgb(var(--season-sub-color)) !important;
		border: solid 1px rgb(var(--season-sub-color));
		border-radius: 5rem;
		background: rgb(var(--season-main-color));
	}

.bl-footer-lastNav {
	width: 100%;
	max-width: 1280px;
	margin: 2rem auto 0;
}
	.bl-footer-lastNav .bl-footer-snsAnch-wrap {
		justify-content: flex-end;
	}

/* --- Common ----------- */
.hp-toddlerIco {
	margin-right: 1rem;
	font-size: 1.2rem;
}
.el-eventTable-schedule { margin-top: 2px; }
.el-eventTable-schedule tr:not(:first-child) th,
.el-eventTable-schedule tr:not(:first-child) td {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.el-eventTable-schedule td {
	position: relative;
	z-index: -1;
	background-color: initial;
}
.el-eventTable-schedule .el-eventTable-date {
	position: absolute;
	left: 38%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 1rem;
	font-weight: bold;
	color: rgb(var(--season-sub-color));
}
.el-eventTable-schedule .el-eventTable-line {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(0, -50%);
	vertical-align: middle;
	font-size: 0.8rem;
	font-weight: normal;
	color: rgb(var(--font-color));
}
.el-eventTable-schedule tr th:first-child {
    width: 22%;
    padding-left: 1rem;
    padding-right: 1rem;
	max-width: 140px;
    min-width: 135px;
}
.el-eventTable-schedule tr:first-child th:not(:first-child),
.el-eventTable-schedule td {
	min-width: 150px;
	padding: 1.5rem 0.5rem;
}
.el-eventTable-td {
	vertical-align: middle;
	font-size: 0.8rem;
	font-weight: normal;
	color: rgb(var(--font-color));
}


.hp-eventTable-title {
	position: relative;
}
.hp-eventTable-title .el-note-rside {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0.9rem;
	font-weight: bold;
	text-decoration: underline;
}
.hp-display-inlineBlock {
	display: inline-block;
}
.hp-eventNote {
	display: block;
	color:red;
	font-size: 0.8rem;
}
.hp_multiCol {
	padding-top: 2rem!important;
	padding-bottom: 2rem!important;
}

/* --- Media Query ----------- */
@media screen and (max-width : 1300px) {
	.bl-whatToddler-cont, .bl-toddler-features_wrap, .ly-event_cont {
		max-width: 1024px;
	}
	#topic-toddler .bl-headerLogo-wrap {
		display: flex;
		left: 0;
		top: 1rem;
		width: 100%;
		padding: 0;
	}
}
@media screen and (max-width : 1024px) {
	.el-toddlerLp-title { width: 86%; }
	.bl-whatToddler-cont, .bl-toddler-features_wrap, .ly-dayFlow_cont {
		max-width: 960px;
	}
}
@media screen and (max-width : 960px) {
	.el-toddlerLp-title { width: 80%; }
		.el-toddlerLp-title_sup { font-size: clamp(2rem, 10vw, 2.35rem); }
	.bl-whatToddler-cont, .bl-toddler-features_wrap {
		max-width: 900px;
	}

	/*　Whats　*/
	.bl-whatToddler {
		background-size: 780px, 280px;
		background-position: calc(100% + 40px) -4%, 105% 65%;
	}

	.bl-whatToddler-cont {
		display: grid;
		grid-template-columns: auto;
		grid-template-rows: repeat(4, auto);
		grid-column-gap: 0px;
		grid-row-gap: 0;
		padding: 4rem 0;
		width: 90%;
	}
		.bl-whatToddler_about-cont {
			grid-area: 1 / 1 / 2 / 2;
			padding-right: 0;
			padding-bottom: 2rem;
		}
		.bl-whatToddler_about-photo { grid-area: 2 / 1 / 3 / 2; }
		.bl-whatToddler_feature-photo { grid-area: 4 / 1 / 5 / 2; }
		.bl-whatToddler_feature-cont {
			grid-area: 3 / 1 / 4 / 2;
			margin-top: 4rem;
			padding-left: 0;
			padding-bottom: 2rem;
		}
	/* Feature */
	.el-whatToddler_text { margin-top: 1rem; }

	/* 1Day Schedule */
	.ly-dayFlow {
		background-size: 600px;
		background-position: 105% 105%;
	}
	/* Event */
	.el-event_msg {	width: 90%;	}

	.bl-event_detailwrap {
		grid-template-columns: auto;
		grid-template-rows: auto;
		grid-row-gap: 40px;
	}
		.bl-event_detail:last-child { grid-area: 2 / 1 / 3 / 2; }

		.bl-event_where-title { gap: .5rem; }
		.bl-event_date { font-size: clamp(1rem, 10vw, 1.2rem); }
			.bl-event_date span { font-size: clamp(1.1rem, 10vw, 1.4rem); }
		.bl-event_time { font-size: clamp(1.1rem, 10vw, 1.4rem); }
}
@media screen and (max-width : 768px) {
	.el-toddlerLp-title, .ly-dayFlow_cont { width: 90%; }
}
@media screen and (max-width : 640px) {
	/* Main Visual */
	#pg-topic-toddler { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .4) 100%), url("/img/topic/toddler/sp-mainVisual.jpg"); }

	/* Feature */
	.bl-toddler-features_wrap {
		display: grid;
		grid-template-columns: auto;
		grid-template-rows: repeat(3, auto);
		grid-column-gap: 0px;
		grid-row-gap: 24px;
		width: 90%;
	}

		.bl-toddler-features_item:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
		.bl-toddler-features_item:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
		.bl-toddler-features_item:nth-child(3) { grid-area: 3 / 1 / 4 / 2; }

	/* 1Day Schedule */
	.ly-dayFlow {
		background-size: 460px;
		background-position: 110% 102%;
	}
	.bl-flow_wrap {
		flex-direction: column;
	}

	/* Fees */
	.ly-fees { padding: 5rem 2.5rem; }

	/* Event */
	.ly-event {	background-position: 15% 50%; }
	.ly-event_cont { width: 90%; }
	.el-event_heading {	font-size: 1.75rem; }
	.el-event_msg {	width: 100%; margin: 1rem auto 2rem; }
	.bl-event_when, .bl-event_where {
		flex-direction: column;
		align-items: center;
		gap: 0.5rem;
		text-align: center;
	}
	.bl-event_place { text-align: center; }

	.bl-event_where-title {	flex-direction: column;	}

	/* Footer */
	.ly-footer { padding: 3%; }
	.ly-footer_cont {
		flex-direction: column;
		align-items: center;
	}
	.el-copyright {
		margin: 0 0 0 1rem;
		text-align: center;
	}
	.bl-footer-lastNav .bl-footer-snsAnch-wrap { justify-content: center; }
	.bl-footer-snsAnch-wrap .el-footer-snsAnch { margin-bottom: 0; }

	.el-eventTable-schedule td span { display: block; }
	.el-eventTable-schedule .el-eventTable-date,
	.el-eventTable-schedule .el-eventTable-line {
		position: static;
		transform: none;
		text-align: center;
	}
}

@media screen and (max-width : 480px) {
	.el-toddlerLp-title {
		padding-top: 60%;
		font-size: clamp(2rem, 10vw, 2.4rem);
		line-height: 1.5;
	}
		.el-toddlerLp-title_sup {
			display: block;
			font-size: clamp(1.5rem, 10vw, 1.8rem);
		}
		.el-toddlerLp-title_sec {
			margin-bottom: 1.5rem;
			font-size: clamp(1rem,10vw,1.35rem);
		}
		.el-toddlerLp-titleNote {
			padding-top: 70px;
			font-size: clamp(1rem,10vw,1.12rem);
			margin: auto;
			text-align: center;
		}

	/* Whats */
	.bl-whatToddler {
		background-size: 130%, 200px;
		background-position: calc(100% + 80px) 10%, 110% 65%;
	}
	.el-whatToddler_secTitle { font-size: clamp(1.3rem, 10vw, 1.5rem); }

	/* Feature */
	.bl-whatToddler_feature-cont { margin-top: 2.5rem; }

	/* Fees */
	.ly-fees { padding: 5rem 2rem; }

	/* Event */
	.el-event_heading {	font-size: 1.5rem; margin-bottom: 1rem; }
	.map__anchor .hp-btnOutline-white { padding: 1.1rem 1rem; }
}
@media screen and (max-width : 360px) {
	.el-toddlerLp-title {
		width: 100%;
		max-width: 90%;
		padding-top: 50%;
		font-size: clamp(1.8rem, 10vw, 2rem);
	}
	.el-toddlerLp-title_sec { font-size: clamp(1rem,10vw,1.25rem); }
	.el-toddlerLp-titleNote {
		width: 94%;
		padding-top: 0;
		font-size: clamp(.9rem,10vw,1.1rem);
		text-align: left;
		line-height: 1.4;
	}
	.el-event_heading { font-size: 1.25rem;	}
	.bl-event_time { font-size: 1.6rem; }
	.form__anchor .hp-btnOutline-white { padding: 1.1rem 1.5rem; }
	.el-event_placeName { font-size: clamp(1rem, 10vw, 1.2rem);	}
}