@charset "UTF-8";
/*
  このファイルは SCSS / gulp を使用せず手動で保守しています。
  2025年8月より、style.css を直接編集する方針に切り替えました。
  SCSSファイル・ビルド環境は利用されていません。
*/
/*2025/08/08*/
/*入園案内*/
.admission .section1 .programInfo {
	padding-top: 10rem;
	padding-bottom: 5rem;
	position: relative;
	z-index: 0;
}
.admission .section1 .programInfo:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../img/admission/programInfo_bk.webp);
	background-repeat: no-repeat;
	background-size: 70rem;
	width: 70rem;
	height: 65rem;
	z-index: -1;
}
.admission .section1 .programInfo h4 {
	font-size: 3.2rem;
	font-weight: bold;
}
.admission .section1 .programInfo .dailyBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 5rem;
	gap: 8rem;
	margin-right: -20px;
}
.admission .section1 .programInfo .dailyBox li {
	padding: 2rem;
	position: relative;
	z-index: 0;
}
.admission .section1 .programInfo .dailyBox li:before {
	content: "";
	position: absolute;
	top: -15px;
	left: 0;
	background-repeat: no-repeat;
	background-size: 21rem;
	width: 21rem;
	z-index: -1;
}
.admission .section1 .programInfo .dailyBox li:nth-child(1):before {
	top: -45px;
	left: -11px;
	background-image: url(../img/admission/dailyBox_01.webp);
	height: 22rem;
}
.admission .section1 .programInfo .dailyBox li:nth-child(2):before {
	top: -24px;
	left: -16px;
	background-image: url(../img/admission/dailyBox_02.webp);
	height: 22rem;
}
.admission .section1 .programInfo .dailyBox li:nth-child(3):before {
	top: -24px;
	left: -8px;
	background-image: url(../img/admission/dailyBox_03.webp);
	height: 22rem;
}
.admission .section1 .programInfo .dailyBox li p {
	font-size: 2.8rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}
.admission .section1 .programInfo .dailyBox li p span {
	font-size: 3.6rem;
	font-weight: bold;
}
.admission .section1 .section1Wrapper {
	margin-bottom: -20rem;
}

.admission .section1 .section1Wrapper .section1Bg1 {
	bottom: 22.7rem;
}
.admission .section1 .section1Wrapper .section1Img1 {
	bottom: 17.6rem;
}
.admission .section1 .section1Wrapper .section1Img2 {
	top: 5.1rem;
}
.admission .section1 .section1Wrapper .section1Img4 {
	bottom: 17.4rem;
}

.admission .section1Img5,
.admission .section1Img6,
.admission .section1Img7 {
	position: absolute;
	z-index: -2;
}

.admission .section1Img5 {
	width: 775px;
	top: 300px;
	left: -350px;
}
.admission .section1Img6 {
	width: 255px;
	bottom: -100px;
    left: 10px;
}
.admission .section1Img7 {
	width: 215px;
	bottom: 0;
	right: 0;
}

.admission .section1Img5 img,
.admission .section1Img6 img,
.admission .section1Img7 img {
	width: 100%;
}


.reservBtn {
	margin-top: 8rem;
}
.reservBtn a {
	display: inline-block;
	width: 32rem;
	height: 8rem;
	background-image: url(../img/admission/reservBtn.webp);
	background-size: cover;
	line-height: 8.3rem;
	font-size: 2.6rem;
	font-weight: bold;
	color: #fff;
}


.admission .section1 .section1Wrapper .section1Box .program {
    transform: translateX(-14px);
}
.admission .section1 .section1Wrapper .section1Box .program .programLi a {
	text-decoration: underline;
	color: #000;
}
.admission .section1 .section1Wrapper .section1Box .program .programLi a:hover {
	color: #ED8D66;
}

.admission .tableSection .section2 .section2Inner {
	padding: 27rem 0 12rem;
}

.admission .section2_add {
	margin-top: 10rem;
	position: relative;
	z-index: 0;
}
.admission .section2_add:before {
	content: "";
	position: absolute;
	top: -7rem;
	left: 50%;
	transform: translateX(-36%);
	background-image: url(../img/admission/section2_add.webp);
	background-repeat: no-repeat;
	background-size: 72rem;
	width: 100%;
	height: 28rem;
	z-index: -1;
}
.admission .section2_add p {
	font-size: 3.6rem;
	font-weight: bold;
}
.admission .section2_add span {
	font-size: 2.4rem;
	font-weight: normal;
}


@media (max-width: 1440px) {
	.admission .section1 .programInfo:before {
		top: 0;
		background-size: 70rem;
		width: 70rem;
		height: 65rem;
	}
	.admission .section1Img5 {
		width: 560px;
		top: 250px;
		left: -270px;
	}
	.admission .section1Img6 {
		width: 190px;
		bottom: -60px;
		left: -60px;
	}
	.admission .section1Img7 {
		width: 165px;
	}
}

@media (max-width: 1240px) {
	.admission .section1 .programInfo .dailyBox li:nth-child(1):before {
		top: -25px;
		left: -7px;
	}
	.admission .section1 .programInfo .dailyBox li:nth-child(2):before {
		top: -15px;
		left: -10px;
	}
	.admission .section1 .programInfo .dailyBox li:nth-child(3):before {
		top: -18px;
		left: -5px;
	}
}


@media (max-width: 768px) {
	.admission .section1 .section1Wrapper {
		margin-bottom: 7rem;
		padding-bottom: 0;
	}
	.admission .section1 .programInfo {
		padding-top: 1rem;
		padding-bottom: 0;
	}
	.admission .section1 .programInfo h4 {
		font-size: 2.4rem;
	}
	.admission .section1 .programInfo:before {
		top: 6rem;
		background-image: url(../img/admission/programInfo_bk_sp.webp);
		background-size: 30rem;
		width: 30rem;
		height: 100%;
	}
	.admission .section1 .programInfo .dailyBox {
		display: block;
		margin-right: 0;
	}
	.admission .section1 .programInfo .dailyBox li {
		width: 20rem;
		margin: 0 auto;
	}
	.admission .section1 .programInfo .dailyBox li + li {
		margin-top: 6rem;
	}
	.admission .section1 .programInfo .dailyBox li p {
		font-size: 2.1rem;
	}
	.admission .section1 .programInfo .dailyBox li p span {
		font-size: 2.8rem;
	}
	.admission .section1 .programInfo .dailyBox li:before {
		background-size: 16rem;
		width: 16rem;
	}
	.admission .section1 .programInfo .dailyBox li:nth-child(1):before {
		height: 17rem;
		top: -23px;
		left: 13px;
	}
	.admission .section1 .programInfo .dailyBox li:nth-child(2):before {
		height: 16rem;
		top: -11px;
		left: 10px;
	}
	.admission .section1 .programInfo .dailyBox li:nth-child(3):before {
		height: 17rem;
		top: -15px;
		left: 11px;
	}
	.admission .section1Img5 {
		width: 260px;
		top: 30%;
		left: -56px;
	}
	.admission .section1Img6 {
		bottom: 14%;
		width: 125px;
		left: -12px;
	}
	.admission .section1Img7 {
		width: 110px;
		bottom: 30%;
		right: -10px;
	}
	.admission .section1 .section1Wrapper .section1Img1 {
		bottom: 34.6rem;
	}
	.admission .section1 .section1Wrapper .section1Img4 {
		bottom: 35.4rem;
	}
	.admission .section1 .section1Wrapper .section1Bg1 {
		bottom: 45.7rem;
	}

	.reservBtn a {
		width: 25.5rem;
		height: 7.5rem;
		line-height: 7.3rem;
		font-size: 2.4rem;
	}

	.admission .section1 .section1Wrapper .section1Box .program {
	    transform: translateX(0);
	}
	.admission .section2_add {
		margin-top: 6rem;
		margin-bottom: 0;
	}
	.admission .section2_add p {
		font-size: 2rem;
	}
	.admission .section2_add span {
		font-size: 1.6rem;
	}
	.admission .section2_add:before {
		top: -3.5rem;
        transform: translateX(-50%);
		background-size: 37rem;
		width: 37rem;
		height: 16rem;
	}
}