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

/* Main Visual */
#pg-kinder { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/kinder/mainVisual.jpg); }
#pg-kinder-jp_curriculum { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/kinder/jp_curriculum/mainVisual.jpg); }
#pg-kinder-en_curriculum { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/kinder/en_curriculum/mainVisual.jpg); }
#pg-kinder-bus { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/kinder/bus/mainVisual.jpg); }
#pg-kinder-care { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/kinder/care/mainVisual.jpg); }
#pg-kinder-einfo { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/kinder/einfo/mainVisual.jpg); }
#pg-kinder-daycareinfo { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/kinder/daycare_info/mainVisual.jpg); }
#pg-kinder-ttm { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/kinder/timetable/maruyama/mainVisual.jpg); }
#pg-kinder-ttt { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/kinder/timetable/takamori/mainVisual.jpg); }
#pg-kinder-faq { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/kinder/faq/mainVisual.jpg); }
#pg-kinder-aevents { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/kinder/aevents/mainVisual.jpg); }
#pg-kinder-uniforms { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/kinder/uniforms/mainVisual.jpg); }
#pg-kinder-fees { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/kinder/fees/mainVisual.jpg); }

/* --- Time Table -------------*/
.ly-timetable-wrap {
	display: flex;
	width: 100%;
	margin:12px auto 40px;
}
	.ly-timetable-normal {
		width: 50%;
		padding-right:40px;
	}
	.ly-timetable-am {
		width: calc(50% - 2px);
		padding-left:40px;
		border-top: 0px;
		border-right: 0px;
		border-bottom: 0px;
		border-left:solid 2px;
		border-image: linear-gradient(to top, #fff 3.5rem, rgb(var(--season-main-color)) 3.5rem);
		border-image-slice: 100%;
		border-image-slice: 1;
	}

	.ly-timetable-table { margin:32px 0; }
	.ly-timetable-table th {
		max-width: 100px;
		min-width: 50px;
		padding:8px 16px;
		vertical-align: top;
	}
	.ly-timetable-table td {
		max-width: 90%;
		padding: 8px 24px 8px 12px;
	}

.el-lunch-text {
	margin-top: 3rem;
	padding-left: 16px;
}

/* Parts */
.hp-title {
	margin-bottom: 40px;
	font-size: 22px;
	font-weight: bold;
}
	.hp-subtitle {
		margin-bottom: 16px;
		font-size: 20px;
		font-weight: bold;
	}

/* list */
.hp-li-num {
	margin-bottom: 0.7em;
	font-size: 18px;
	font-weight: bold;
	list-style-type: upper-alpha;
	margin-left: 1.3em;
	margin-bottom: 0.7em;
	padding-left: 0.2em;
}
	.hp-li {
		list-style-type: disc;
		margin-left: 1.3em;
		margin-bottom: 0.7em;
		padding-left: 0.2em;
	}
	.hp-li:last-child {	margin-bottom: 2.5em; }
	.hp-bold { font-weight: bold; }
	.hp-red { color: #E84141; }

.hp-li-num .hp-li-num-child {
	margin: .5em 0 1em;
	font-weight: 300;
}

/* BUS */
.el-busImg-cap {
	margin-top: .5rem;
	text-align: center;
	font-size: 1.15rem;
	font-weight: bold;
}

.bl-busRoute-wrap {
	position: relative;
	background: #EBE9E6;
	border-radius: 3rem;
	margin-bottom: auto;
	padding-bottom: 1rem;
	transition: all .3s ease-in;
}

.bl-busRoute-wrap input {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.el-list-opener {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1.5rem 1.5rem 1rem;
	text-align: center;
	font-weight: bold;
}

.el-list-opener h4 { margin-bottom: 0; }

.el-list-content {
	position: relative;
	height: 0;
	margin: 0;
	padding: 0rem 2rem 1rem;
	overflow: hidden;
	transition: all .35s ease-in, border .05s;
}

.el-list-content::after {
	position: absolute;
	content: '';
	bottom: -2.5rem;
	left: calc(50% - 11px);
	border-right: 11px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 11px solid transparent;
	transition: all .3s ease-in;
}

.el-list-content li:nth-of-type(odd) {
	box-sizing: content-box;
	text-align: center;
	line-height: 1em;
	margin: 0rem auto !important;
	padding: 0rem 1rem;
	font-weight: 200;
	transition: all .35s ease-in;
}

.el-list-content li:nth-of-type(even) {
	display: flex;
	width: 0px;
	margin: 0rem auto !important;
	border-right: 11px solid transparent;
	border-top: 9px solid rgb(var(--season-main-color));
	border-left: 11px solid transparent;
	transition: all .35s ease-in;
}

.el-list-content li:not(:nth-last-of-type(2)) {
  	height: 0;
	padding: 0;
	border: 0px;
	overflow: hidden;
	transition: all .35s ease-in;
}

.bl-busRoute-wrap input:checked ~ .el-list-content{
	height: auto;
	margin-bottom: 3rem;
	padding: 2rem 1rem;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	overflow: visible;
}

.bl-busRoute-wrap input:checked ~ .el-list-content::after {
	position: absolute;
	content: '';
	bottom: -2.5rem;
	left: calc(50% - 11px);
	border-right: 11px solid transparent;
	border-bottom: 9px solid rgb(var(--season-main-color));
	border-left: 11px solid transparent;
}

.bl-busRoute-wrap input:checked ~ .el-list-content li {
	display: flex;
	justify-content: center;
	height: auto;
}

.bl-busRoute-wrap input:checked ~ .el-list-content li:nth-of-type(even) {
	border-right: 11px solid transparent;
	border-top: 9px solid rgb(var(--season-main-color));
	border-left: 11px solid transparent;
	margin: 1rem auto .9rem !important;
}

.bl-busRoute-wrap input:checked ~ .el-list-content li:last-of-type { font-weight: bold; }
	
#daycare .el-imgDuo-gap:first-of-type {
	background-image: url(/img/kinder/care/img2.jpg);
}

#daycare .el-imgDuo-gap:last-of-type {
	background-image: url(/img/kinder/care/img3.jpg);
}

/*einfo*/	
.el-subTitle {
	font-size: 1.3rem;
	margin:.5rem 0;
}	
.el-subTitle-number { margin:24px 0; }	
	.el-subTitle-number .el-subTitle-secLine { margin-left:1.4rem; }

	
#einfo.bl-preFooter-anchWrap_subpage {
	grid-template-columns: 2fr 1fr;
}

#bl-einfo-AcadeyVideo p {
	position: absolute;
	bottom: 1.5rem;
	left: 1.5rem;
	font-size: .9rem;
	color: #fff;
	z-index: 5;
}

#bl-einfo-AcadeyVideo .video-thumb {
	height: 100%;
	object-fit: cover;
}

#einfo #movie {
	background-position: 20% top;
	background-size: cover;
	background-image: url(/img/kinder/einfo/img2.jpg);
}
	#einfo #movie p {
		position: absolute;
		bottom: 1rem;
		left: 1rem;
		font-size: .9rem;
		color: #fff;
		z-index: 5;
	}

/* #einfo #pdf {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	height: auto;
	padding: 1rem;
	color: #fff;
	background: rgb(var(--season-sub-color));
	overflow: hidden;
}

#pdf p {
	display: flex;
	position: relative;
	margin-bottom: auto;
	z-index: 0;
}
	
#pdf span {
  	position: absolute;
	top: 50%;
	z-index: 0;
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	font-weight: bold;
}
	#pdf span i {
		font-size: 2rem;
		padding: 0 .5rem 0.1rem 0rem;
	}

#pdf:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	transition: all .3s ease-in-out;
}

#pdf:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	content: "";
	width: 60px;
	height: 60px;
	background: transparent;
	transform: translate(-50%,-50%);
	transition: all .5s ease-in-out .2s;
}

#pdf:hover::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(var(--season-main-color),.8);
	z-index: 5;
}

#pdf:hover::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 60px;
    height: 60px;
    background: url(../img/hover-icon-downoad.svg);
	transform: translate(-50%,-50%);
	z-index: 6;
} */

#el-prefooter-event {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .4) 100%), url(/img/kinder/einfo/img4.jpg);
}

/* Uniform*/
.bl-uniform-slideBox { position: relative; }

.bl-uniform-slideBox .bl-slider-text-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;padding: 5%;
	background: rgba(59, 55, 57, .6);
	color: #fff;
}

.bl-slider-text-wrap ul{
	display: grid;
	grid-template-columns: max-content max-content;
	grid-template-areas:  max-content max-content;
	grid-gap: .3rem 2rem;
	margin-top: .3rem;
}
	.bl-slider-text-wrap ul li{
		list-style: disc;
		list-style-position: inside;
	}

.js-screen-center {
	overflow: visible!important;
}

.bl-uniform-slideBox.slick-slide {
	margin: 0 1rem;
}

.js-screen-center .slick-track{
	display: flex;
	align-items: center;
}

.js-screen-center .slick-prev {
	position: absolute;
	bottom: 0 !important;
	top: 105%;
	left: 37.5%;
}

.js-screen-center .slick-next {
	position: absolute;
	bottom: 0 !important;
	top: 105%;
	right: 37.5%;
}

.js-screen-center .slick-prev::before,
.js-screen-center .slick-next::before {
  	padding: 1rem;
	border-radius: 50%;
}

.js-screen-center .slick-slide {
	max-width: 75vw;
	transform: scale(.75);
	transition: transform .3s cubic-bezier(.4, 0, .2, 1) .5s;
}

.js-screen-center .slick-center {
	max-width: 85vw;
	transform: scale(.85);
}

/* Fees */
.el-stickyTable-left { left:0; }
.bl-fees-note { margin-top:24px; margin-bottom:64px; }
.bl-fees-note:last-child { margin-bottom:0; }
.hp-overflow-scroll {
	margin:0;
	line-height: 0;
}
	.hp-overflow-scroll table { margin:0; line-height: 1.4; }
	.hp-overflow-scroll .bl-table::after { top: 50px; }

.bl-fitKids-wrap {
	padding-top: 0 !important;
}
.el-fitKids-logo {
	display: flex;
	width: 80%;
	max-width: 280px;
	margin: auto auto 2rem;
}

/* Component */
.hp-accImg {
	width: 100%;
	margin: 1rem 0;
}
	.hp-accImg img {
		width: 100%;
		max-width: 640px;
	}


/*------------------------------------------------------------------
	Mobile
-------------------------------------------------------------------*/
@media screen and (max-width : 960px) {
	.js-screen-center {
		overflow: hidden !important;
	}
	.js-screen-center .slick-slide{
		max-width: 100vw;
		transform: scale(.85);
	}
	.js-screen-center .slick-center{
		transform: scale(.90);
	}

	#einfo.bl-preFooter-anchWrap_subpage {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr;
	}
}
@media screen and (max-width : 768px) {
	.ly-timetable-wrap { flex-direction: column; }
		.ly-timetable-normal {
			width: 100%;
			padding-right:0;
		}
		.ly-timetable-am {
			width: 100%;
			margin-top: 40px;
			padding-top:40px;
			padding-left:0;
			border-left:0;
			border-top:solid 2px rgba(var(--season-main-color));
		}

	#pdf span {
		position: relative;
		top: auto;
		margin: 2rem auto 0;
		font-size: 1.1rem;
	}
		#pdf span i { font-size: 1.6rem;}

	/* Fees Table */
	.hp-overflow-scroll .bl-table {
		border-image: linear-gradient(
			90deg
			, transparent 100px, rgb(var(--season-main-color)) 100px, rgb(var(--season-main-color)) 95%, transparent 95%);
		border-image-slice: 1;
	}
	.bl-table { font-size: .9rem; }
	.bl-table th, .bl-table td { min-width: 120px; padding:1rem !important; }

	.js-screen-center .slick-slide{
		max-width: 100vw;
		transform: scale(.90);
	}
}
@media screen and (max-width : 640px) {
	#pg-kinder { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .4) 100%), url(/img/kinder/sp-mainVisual.jpg); }
	#pg-kinder-jp_curriculum { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/kinder/jp_curriculum/sp-mainVisual.jpg); }
	#pg-kinder-en_curriculum { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/kinder/en_curriculum/sp-mainVisual.jpg); }
	#pg-kinder-care { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/kinder/care/sp-mainVisual.jpg); }
	#pg-kinder-bus { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/kinder/bus/sp-mainVisual.jpg); }
	#pg-kinder-einfo { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/kinder/einfo/sp-mainVisual.jpg); }
	#pg-kinder-daycareinfo { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/kinder/daycare_info/sp-mainVisual.jpg); }
	#pg-kinder-faq { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .4) 100%), url(/img/kinder/faq/sp-mainVisual.jpg); }
	#pg-kinder-ttm { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/kinder/timetable/maruyama/sp-mainVisual.jpg); }
	#pg-kinder-ttt { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/kinder/timetable/takamori/sp-mainVisual.jpg); }
	#pg-kinder-aevents { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/kinder/aevents/sp-mainVisual.jpg); }
	#pg-kinder-uniforms { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/kinder/uniforms/sp-mainVisual.jpg); }
	#pg-kinder-fees { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .4) 100%), url(/img/kinder/fees/sp-mainVisual.jpg); }	

	.bl-dualRow-textBox.hp-mbWidth-bg {	background-color:#EBE9E6; }
}

@media screen and (max-width : 480px) {
	.el-sectionTitle + .el-sectionSubTitle { margin-bottom: .5rem; }
	.ly-timetable-table th { padding: 8px 16px 8px 8px;	}
	.ly-timetable-table td { padding: 8px 0; }
	.bl-table th { padding-bottom: 0!important; }
}