@charset "utf-8";
/**
/* 足利いずみ幼稚園の魅力 CSS
----------------------------------------------- */
.page-header{
	position: relative;
	background: #fbf7e9;
	margin-top: 135px;
	padding-top: 40px;
	padding-bottom: 130px;
}
.page-header::before,
.page-header::after{
	content: '';
	position: absolute;
	display: inline-block;
	z-index: 1;
}
.page-header::before{
	background: url(../image/common/header_bg2_l.png) center center no-repeat;
	background-size: cover;
	width: 482px;
	height: 740px;
	top: 140px;
	left: -265px;
}
.page-header::after{
	background: url(../image/common/header_bg2_r.png) center center no-repeat;
	background-size: cover;
	width: 630px;
	height: 675px;
	top: 230px;
	right: -340px;
}
.page-header .header-view{
	position: relative;
	z-index: 2;
}
.page-header .header-view .pc_img{
	border-radius: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
}
.page-header .header-view .view-img:before {
	background: rgba(38, 30, 28, 0.1);
	position: absolute;
	top: 0;
	left: 0; 
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	border-radius: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
}
.page-header .header-view .view-ttl{
	position: absolute;
	bottom: -16px;
	right: -16px;
	text-align: center;
}
.charm-guide{
	position: relative;
	background: url(../image/common/bg_top.png) top center no-repeat;
	padding: 100px 0 20px 0;
	margin-top: -50px;
}
.charm-guide::before,
.charm-guide::after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 30px;
}
.charm-guide::before{
	background-image: url(../image/common/fox2.png), url(../image/common/green5.png);
	background-repeat: no-repeat;
	background-position: left 10px top 22%, left -300px bottom 30%;
	background-size: 153px 239px, 460px 594px;
}
.charm-guide::after{
	background-image: url(../image/common/green6.png), url(../image/common/hedgehog2.png);
	background-repeat: no-repeat;
	background-position: right -310px top 15%, right -25px bottom 18%;
	background-size: 466px 592px, 146px 241px;
}
.charm-guide .page-grid{
	position: relative;
	max-width: 800px;
	margin: auto;
	z-index: 1;
}
.charm-guide .guide-ttl{
	text-align: center;
	margin-bottom: 60px;
}
.charm-list .charm-items{
	margin-bottom: 60px;
}
.charm-list .charm-items .charm-head{
	align-items: flex-start;
}
.charm-list .charm-items .charm-head .imgArea{
	position: relative;
	width: 50%;
}
.charm-list .charm-items .charm-head .imgArea:before{
	content: '';
	position: absolute;
	display: inline-block;
	bottom: 10px;
}
/*
.charm-list .charm-items:nth-child(1) .charm-head .imgArea:before{
	background: url(../image/about/charm/flag1.png) center center no-repeat;
	background-size: cover;
	width: 167px;
	height: 137px;
	left: 0;
}
.charm-list .charm-items:nth-child(2) .charm-head .imgArea:before{
	background: url(../image/about/charm/flag2.png) center center no-repeat;
	background-size: cover;
	width: 190px;
	height: 313px;
	right: 250px;
}
.charm-list .charm-items:nth-child(3) .charm-head .imgArea:before{
	background: url(../image/about/charm/flag3.png) center center no-repeat;
	background-size: cover;
	width: 167px;
	height: 137px;
	left: 0;
}
.charm-list .charm-items:nth-child(4) .charm-head .imgArea:before{
	background: url(../image/about/charm/flag4.png) center center no-repeat;
	background-size: cover;
	width: 190px;
	height: 313px;
	right: 45px;
}
.charm-list .charm-items:nth-child(5) .charm-head .imgArea:before{
	background: url(../image/about/charm/flag5.png) center center no-repeat;
	background-size: cover;
	width: 167px;
	height: 137px;
	left: 0;
}
*/
.charm-list .charm-items .charm-head .contentArea{
	width: 46%;
}
.charm-list .charm-items .charm-head .contentArea h3{
	margin-bottom: 30px;
}
.charm-list .charm-items .charm-head .contentArea p{
	font-size: 14px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.075em;
}
.charm-list .charm-items .movieArea{
	max-width: 600px;
	margin: 30px auto 0 auto;
}
.charm-list .charm-items .movieArea .movie{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.charm-list .charm-items .movieArea .movie iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.others-guide{
	position: relative;
	background: url(../image/common/bg_y.png) top center no-repeat;
	background-size: cover;
	padding: 110px 0 120px 0;
}
.others-guide::before,
.others-guide::after{
	content: '';
	position: absolute;
	display: inline-block;
}
.others-guide::before{
	background: url(../image/common/tree_bg1.png) center center no-repeat;
	background-size: cover;
	width: 158px;
	height: 455px;
	top: 30%;
	left: -30px;
}
.others-guide::after{
	background: url(../image/common/tree_bg2.png) center center no-repeat;
	background-size: cover;
	width: 157px;
	height: 477px;
	top: 20%;
	right: -30px;
}
.others-guide .page-grid{
	position: relative;
	max-width: 800px;
	margin: auto;
	z-index: 1;
}
.others-guide .guide-ttl{
	text-align: center;
	margin-bottom: 50px;
}
.others-list .others-items{
	align-items: center;
	margin-bottom: 60px;
}
.others-list .others-items .imgArea{
	position: relative;
	width: 50%;
}
.others-list .others-items .imgArea:before{
	content: '';
	position: absolute;
	display: inline-block;
}
.others-list .others-items:nth-child(1) .imgArea:before{
	background: url(../image/about/charm/flower1.png) center center no-repeat;
	background-size: cover;
	width: 132px;
	height: 72px;
	right: 0;
	bottom: -5px;
}
.others-list .others-items:nth-child(2) .imgArea:before{
	background: url(../image/about/charm/flower2.png) center center no-repeat;
	background-size: cover;
	width: 101px;
	height: 72px;
	right: 30px;
	bottom: -10px;
}
.others-list .others-items .contentArea{
	width: 46%;
}
.others-list .others-items .contentArea h3{
	margin-bottom: 30px;
}
.others-list .others-items .contentArea p{
	font-size: 14px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.075em;
}
@media only screen and (max-width: 767px) {
	.page-header{
		margin-top: 70px;
		padding-top: 0;
		padding-bottom: 20%;
	}
	.page-header::before{
		content: none;
	}
	.page-header::after{
		background: url(../image/common/sp_header_bg_r.png) center center no-repeat;
		background-size: contain;
		width: 100%;
		height: 74%;
		top: -45%;
		right: -50%;
		z-index: 3;
	}
	.page-header .header-view{
		width: 100%;
	}
	.page-header .header-view .view-img:before {
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
	.page-header .header-view .view-ttl{
		width: 50%;
		bottom: -35px;
		right: 5px;
	}
	.charm-guide{
		background-size: 200%;
		padding: 15% 0 0 0;
		margin-top: -10%;
	}
	.charm-guide::before,
	.charm-guide::after{
		content: none;
	}
	.charm-guide .guide-ttl{
		margin-bottom: 10%;
	}
	.charm-guide .guide-ttl img{
		width: 90%;
	}
	.charm-list .charm-items{
		margin-bottom: 15%;
	}
	.charm-list .charm-items .charm-head .imgArea{
		width: 100%;
		margin-bottom: 3%;
	}
	.charm-list .charm-items .charm-head .imgArea:before{
		bottom: 2%;
	}
	.charm-list .charm-items:nth-child(1) .charm-head .imgArea:before{
		width: 42%;
		height: 42%;
	}
	.charm-list .charm-items:nth-child(2) .charm-head .imgArea:before{
		width: 47%;
		height: 95%;
		right: 10%;
	}
	.charm-list .charm-items:nth-child(3) .charm-head .imgArea:before{
		width: 42%;
		height: 42%;
	}
	.charm-list .charm-items:nth-child(4) .charm-head .imgArea:before{
		width: 50%;
		height: 95%;
		right: 10%;
	}
	.charm-list .charm-items:nth-child(5) .charm-head .imgArea:before{
		width: 42%;
		height: 42%;
	}
	.charm-list .charm-items .charm-head .contentArea{
		width: 100%;
	}
	.charm-list .charm-items .charm-head .contentArea h3{
		margin-bottom: 5%;
	}
	.charm-list .charm-items .charm-head .contentArea p{
		font-size: 3.4vw;
	}
	.charm-list .charm-items .movieArea{
		margin: 5% auto 0 auto;
	}
	.others-guide{
		background-size: 200%;
		padding: 15% 0 20% 0;
	}
	.others-guide::after{
		content: none;
	}
	.others-guide::before{
		background: #fbf7e9;
		width: 100%;
		height: 100%;
		top: 5%;
		left: 0;
	}
	.others-guide .guide-ttl{
		margin-bottom: 10%;
	}
	.others-guide .guide-ttl img{
		width: 96%;
	}
	.others-list .others-items{
		margin-bottom: 15%;
	}
	.others-list .others-items .imgArea{
		width: 100%;
		margin-bottom: 3%;
	}
	.others-list .others-items:nth-child(1) .imgArea:before{
		width: 34%;
		height: 25%;
		right: 0;
		bottom: -2%;
	}
	.others-list .others-items:nth-child(2) .imgArea:before{
		width: 29%;
		height: 28%;
		right: 3%;
		bottom: -2%;
	}
	.others-list .others-items .contentArea{
		width: 100%;
	}
	.others-list .others-items .contentArea h3{
		margin-bottom: 5%;
	}
	.others-list .others-items .contentArea p{
		font-size: 3.4vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-header{
		margin-top: 110px;
		padding-top: 20px;
		padding-bottom: 100px;
	}
	.page-header::before{
		content: none;
	}
	.page-header::after{
		width: 419px;
		height: 550px;
		top: -150px;
		right: -200px;
	}
	.page-header .header-view .view-ttl{
		width: 220px;
		bottom: -45px;
		right: -20px;
	}
	.charm-guide{
		padding: 80px 0 20px 0;
		margin-top: -40px;
	}
	.charm-guide::before,
	.charm-guide::after{
		content: none;
	}
	.charm-guide .guide-ttl{
		margin-bottom: 40px;
	}
	.charm-guide .guide-ttl img{
		width: 437px;
	}
	.charm-list .charm-items{
		margin-bottom: 50px;
	}
	.charm-list .charm-items:nth-child(1) .charm-head .imgArea:before{
		width: 147px;
		height: 120px;
	}
	.charm-list .charm-items:nth-child(2) .charm-head .imgArea:before{
		width: 164px;
		height: 270px;
	}
	.charm-list .charm-items:nth-child(3) .charm-head .imgArea:before{
		width: 147px;
		height: 120px;
	}
	.charm-list .charm-items:nth-child(4) .charm-head .imgArea:before{
		width: 168px;
		height: 270px;
	}
	.charm-list .charm-items:nth-child(5) .charm-head .imgArea:before{
		width: 147px;
		height: 120px;
	}
	.charm-list .charm-items .charm-head .contentArea h3{
		margin-bottom: 20px;
	}
	.charm-list .charm-items .charm-head .contentArea p{
		font-size: 13px;
	}
	.others-guide{
		background-size: 200%;
		padding: 80px 0 100px 0;
	}
	.others-guide::before,
	.others-guide::after{
		content: none;
	}
	.others-guide .guide-ttl{
		margin-bottom: 50px;
	}
	.charm-guide .guide-ttl img{
		width: 437px;
	}
	.others-list .others-items{
		margin-bottom: 50px;
	}
	.others-list .others-items .contentArea h3{
		margin-bottom: 20px;
	}
	.others-list .others-items .contentArea h3 img{
		width: 94%;
	}
	.others-list .others-items .contentArea p{
		font-size: 13px;
	}
}
