@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#admission h3.sub {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 0.5em;
}
#admission h3.sub::before {
	display: inline-block;
	width: 33px;
	height: 29px;
	background: url(../img/top/icon01.png) no-repeat center center / contain;
	content: "";
}
#admission .white_box {
	background: #fff;
	padding: 40px 50px;
	border-radius: 20px;
	font-size: 100%;
	line-height: 30px;
	margin-bottom: 20px;
	position: relative;
}
#admission .admission_about {
	position: relative;
}
#admission .admission_about .bg01 {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: calc(((100vw - 100%) / 2) * -1);
	z-index: -1;
	width: 25vw;
}
#admission .admission_about .bg02 {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	z-index: -1;
	width: 20vw;
}
#admission .admission_about .waku {
	font-size : 32px;
	border: 3px solid #ed99a3;
	border-radius: 20px;
	background: #fff;
	color: #ed99a3;
	padding: 0 30px;
	display: inline-block;
}
#admission h2.col {
	white-space: nowrap;
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	text-shadow: 2px 2px 0 #fff;
	line-height: 1.5em;
}
#admission h2.col span {
	position: relative;
	display: inline-block;
}
#admission h2.col span::before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background: linear-gradient(90deg, #ed99a3 0%, #95cb4d 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	content: "入園案内";
	text-shadow: none;
}
#admission .admission_about ul {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(4,21%);
	gap: 40px 0;
}
#admission .admission_about li {
	position: relative;
	background: #95cb4d;
	border-radius: 10px;
	color: #fff;
	font-size: 26px;
	text-align: center;
	line-height: 65px;
}
#admission .admission_about li::before {
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: 100%;
	height: 100%;
	border: 1px solid #95cb4d;
	border-radius: 10px;
	box-sizing: border-box;
	content: "";
}
#admission .admission_about li:not(:last-of-type)::after {
	content: "";
	background: url("../img/admission/arrow.png") no-repeat center/100%;
	width: 27px;
	height: 36px;
	position: absolute;
	top: 20px;
	right: -45px;
}
#admission h4.sub {
	font-size: 38px;
	font-weight: 500;
	padding-left: 20px;
	position: relative;
	margin-bottom: 40px;
}
#admission h4.sub::before {
	content: "";
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #95cb4d;
}
#admission .white_box .box {
	width: 48%;
}
#admission .white_box table {
	border: 2px solid #e5e5e5;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
}
#admission .white_box table th,#admission .white_box table td {
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	font-weight: 500;
}
#admission .white_box table th {
	background: rgba(237,153,163,0.1);
	vertical-align: top;
	width: 50%;
}
#admission .white_box table th:last-child,#admission .white_box table td:last-child {
	border-left: 1px solid #e5e5e5;
}
#admission .white_box table tr:last-child th,#admission .white_box table tr:last-child td {
	border-bottom: none;
}
#admission .white_box tr:nth-of-type(odd) td {
	background: #f5f5f2;
}
#admission .white_box .ttl {
	font-size : 24px;
}
#admission .white_box .ttl span {
	line-height : 30px;
	color: #fff;
	font-size: 75%;
	background: #ed99a3;
	padding: 3px 10px 7px;
	margin-right: 1em;
}
#admission .admission_about .white_box table th {
	width: 75%;
}
#admission .admission_about .white_box table td {
	width: 25%;
}
#admission .admission_about .flow_box dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
	position: relative;
}
#admission .admission_about .flow_box dl:not(:last-of-type)::before {
	content: "";
	background: rgba(237, 153, 163, 0.5);
	width: 5px;
	height: 100%;
	position: absolute;
	top: 50px;
	left: 110px;
	z-index: -1;
}
#admission .admission_about .flow_box dt {
	position: relative;
	background: #95cb4d;
	border-radius: 10px;
	color: #fff;
	font-size: 26px;
	text-align: center;
	width: 225px;
	line-height : 39.2px;
	padding: 15px;
}
#admission .admission_about .flow_box dt::before {
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: 100%;
	height: 100%;
	border: 1px solid #95cb4d;
	border-radius: 10px;
	box-sizing: border-box;
	content: "";
}
#admission .admission_about .flow_box dd {
	background: #fff;
	padding: 40px 50px;
	border-radius: 20px;
	font-size: 100%;
	line-height: 30px;
	margin-bottom: 20px;
	position: relative;
	width: 840px;
}
#admission .admission_about .flow_box dd a {
	text-decoration: underline;
}
#admission .fees_box {
	position: relative;
}
#admission .fees_box .white_box table th:nth-of-type(2), #admission .fees_box .white_box table td:nth-of-type(2) {
	border-left: 1px solid #e5e5e5;
}
#admission .fees_box .white_box table th {
	width: 25%;
}
#admission .fees_box .white_box table th:last-of-type {
	width: 50%;
}
#admission .hours_box {
	position: relative;
}
#admission .hours_box dl {
	background:  #fff;
	padding: 20px;
	width: 49%;
	border-radius: 15px;
	margin-bottom: 10px;
	font-size: 98%;
}
#admission .hours_box dl:last-of-type {
	margin-bottom: 50px;
}
#admission .hours_box dt {
	padding-left: 20px;
	position: relative;
}
#admission .hours_box dl:nth-of-type(2) dt,#admission .hours_box dl:nth-of-type(4) dt {
	width: 205px;
}
#admission .hours_box dt::before {
	content: "";
	background: #ed99a3;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	top: 13px;
	left: 0;
}
#admission .hours_box dd {
	padding-left: 25px;
}
#admission .hours_box dl:nth-of-type(2) dd,#admission .hours_box dl:nth-of-type(4) dd {
	width: calc(100% - 50px);
}
#admission .after_box .btn01 a {
	position: absolute;
	width: 360px;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}
#admission .bus_box .txt_box {
	width: 555px;
}
#admission .bus_box .txt_box dl:not(:last-of-type) {
	margin-bottom: 30px;
}
#admission .bus_box .txt_box dt {
	font-size : 21px;
	line-height : 46px;
	color : #ED99A3;
}
#admission .bus_box .img {
	width: 395px;
	position: absolute;
	top: 35px;
	right: 35px;
}
#admission .bus_box .img img {
	border-radius: 20px;
}
#admission .other_box h4.sub .fs {
	font-size: 50%;
}
#admission .other_box .txt_box {
	width: 520px;
}
#admission .other_box .photo {
	width: 395px;
}
#admission .other_box .photo .img {
	width: 192px;
	font-size: 90%;
}
#admission .other_box .photo .img span {
	background: rgba(149,203,77,0.2);
	display: inline-block;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 110%;
}


#admission .js-mascot {
	position: absolute;
}
#admission .js-mascot.mascot01 {
	left: 150px;
	top: 80px;
}
#admission .js-mascot.mascot01 img {
	width: 111px;
	transform: rotate(-20deg);
}
#admission .js-mascot.mascot02 {
	right: 0;
	top: -30px;
}
#admission .js-mascot.mascot02 img {
	width: 196px;
}
#admission .js-mascot.mascot03 {
	right: 0;
	top: 280px;
}
#admission .js-mascot.mascot03 img {
	width: 121px;
}
#admission .js-mascot.mascot04 {
	right: 30px;
	top: 30px;;
}
#admission .js-mascot.mascot04 img {
	width: 102px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#admission .admission_about .waku {
		font-size: 25px;
	}
	#admission h2.col {
		font-size: 40px;
	}
	#admission .admission_about li {
		font-size: 20px;
	}
	#admission .admission_about li:not(:last-of-type)::after {
		right: -33px;
	}
	#admission .white_box {
		padding: 20px 25px;
	}
	#admission .white_box table th, #admission .white_box table td {
		padding: 10px;
	}
	#admission .admission_about .flow_box dl:not(:last-of-type)::before {
		left: 70px;
	}
	#admission .admission_about .flow_box dt {
		font-size: 90%;
		line-height: 1.8em;
		padding: 10px;
		width: 140px;
		box-sizing: border-box;
	}
	#admission .admission_about .flow_box dd {
		width: calc(100% - 160px);
		padding: 20px 25px;
	}
	#admission .hours_box dl {
		width: 100%;
	}
	#admission .hours_box dt {
		width: 205px;
	}
	#admission .hours_box dd {
		width: calc(100% - 210px);
	}
	#admission .bus_box .txt_box {
		width: 100%;
	}
	#admission .bus_box .img {
		position: relative;
		top: auto;
		right: auto;
		width: 60%;
		margin: 20px auto 0;
	}
	#admission h4.sub {
		font-size: 25px;
	}
	#admission .other_box .txt_box {
		width: 100%;
	}
	#admission .other_box .photo {
		margin: 20px auto 0;
	}
	
	#admission .js-mascot.mascot01 {
		left: 100px;
		top: 50px;
	}
	#admission .js-mascot.mascot01 img {
		width: 80px;
	}
	#admission .js-mascot.mascot03 {
		top: 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#admission .admission_about .waku {
		font-size: 20px;
		border-radius: 15px;
	}
	#admission h2.col {
		font-size: 30px;
	}
	#admission .white_box {
		padding: 15px 20px;
	}
	#admission .admission_about ul {
		grid-template-columns: 100%;
	}
	#admission .admission_about li:not(:last-of-type)::after {
		top: auto;
		bottom: -50px;
		right: auto;
		left: 46%;
		transform: rotate(90deg) translateX(-50%);
	}
	#admission .admission_about .white_box table td .dsp_tbs {
		display: none;
	}
	#admission .admission_about .flow_box dl {
		display: block;
	}
	#admission .admission_about .flow_box dl:not(:last-of-type)::before {
		display: none;
	}
	#admission .admission_about .flow_box dt {
		font-size: 100%;
		padding: 10px 15px;
		width: auto;
		display: inline-block;
		margin-bottom: 15px;
	}
	#admission .admission_about .flow_box dd {
		width: 100%;
		padding: 15px 20px;
	}
	
	#admission .hours_box dl {
		padding: 15px;
		font-size: 100%;
		display: block;
	}
	#admission .hours_box dt,#admission .hours_box dd,#admission .hours_box dl:nth-of-type(2) dd, #admission .hours_box dl:nth-of-type(4) dd {
		width: 100%;
	}
	#admission .hours_box dt::before {
		top: 9px;
	}
	#admission .hours_box dd {
		padding-left: 25px;
	}
	#admission .after_box .white_box {
		padding-bottom: 30px;
	}
	#admission .after_box .btn01 a {
		width: 260px;
		padding: 0 20px;
	}
	#admission .bus_box .txt_box dt {
		font-size: 110%;
	}
	#admission .bus_box .img {
		width: 80%;
	}
	#admission h4.sub {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#admission .other_box h4.sub .dsp_tbs {
		display: none;
	}
	#admission .other_box h4.sub .fs {
		font-size: 70%;
	}
	#admission .other_box .photo {
		width: 100%;
	}
	#admission .other_box .photo .img {
		width: 80%;
		margin: 0 auto 15px;
	}
	
	#admission .js-mascot.mascot01 {
		left: 30px;
		top: 30px;
	}
	#admission .js-mascot.mascot01 img {
		width: 60px;
	}
	#admission .js-mascot.mascot02 {
		top: -10px;
	}
	#admission .js-mascot.mascot02 img {
		width: 80px;
	}
	#admission .js-mascot.mascot03 img {
		width: 80px;
	}
	#admission .js-mascot.mascot04 {
		right: 15px;
		top: 15px;
	}
	#admission .js-mascot.mascot04 img {
		width: 60px;
	}
}