@charset "UTF-8";
/* CSS Document */



.mainImage{
	width: 100%;
	position: relative;
	line-height: 0;
}
.mainImage::before{
    content: "";
    display: block;
    padding-top: 56.25%;
}
.mainImage ul{
	width: 100%;
    height: 100%;
	position: absolute;
    left: 0;
    top: 0;
	z-index: 20;
}
.mainImage li{
	width: 100%;
    height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 40;
    
    display: none;
}
.mainImage li .imageArea{
	width: 100%;
    height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50;
    
    line-height: 0;
    
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainImage li img{
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 80;
}
.mainImage li .copy{
    font-family: "M PLUS Rounded 1c";
    font-weight: 700;
    font-size: 6.0rem;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.0;
    
    margin-bottom: 180px;
    
    position: relative;
    z-index: 100;

	filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    will-change: filter;
}

.mainImage .slide{
    width: 100%;
    height: 150px;
    
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 150;
}
.mainImage .slide .item{
    height: 100%;
    margin-right: 20px;
}
.mainImage .slide .item img{
    display: block;
    width: auto;
    height: 150px;
    border-radius: 5px;
}

.slideitems{
	display: none;
}


@media only screen and (max-width: 750px){

.mainImage{
    margin-bottom: 120px;
}

.mainImage li .copy{
    font-size: 3.0rem;
    margin-bottom: 0;
}

.mainImage .slide{
    height: 100px;
    bottom: -110px;
}
.mainImage .slide .item{
    margin-right: 10px;
}
.mainImage .slide .item img{
    height: 100px;
}

}



#pickup{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    
    padding: 25px 0;
    
    background-color: #f0e6d5;
}
#pickup h2{
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.3;
    white-space: nowrap;
    color: #fff;
    
    padding: 4px 20px;
    margin-right: 30px;
    
    background-color: #41331a;
    border-radius: 20px;
}

#pickup .item{
    max-width: 70%;

    display: flex;
    justify-content: center;
    align-items: flex-start;
}
#pickup .date{
    display: inline-block;
    font-size: 1.8rem;
    white-space: nowrap;
    font-weight: bold;
    color: #b36e36;
    
    margin-right: 25px;
}
#pickup .title{
    display: inline-block;
    font-size: 1.8rem;
    color: #2b220f;
}
#pickup .title a{
    color: #2b220f;
    border-bottom: 1px solid #2b220f;
}
#pickup .title a:hover{
    border-bottom: none;
}


@media only screen and (max-width: 750px){

#pickup{
    padding: 15px 0;
}
#pickup h2{
    font-size: 1.3rem;
    padding: 2px 10px;
    margin-right: 0;
}
#pickup .item{
    max-width: none;
    width: 90%;
    margin: 0 auto;
    padding-top: 5px;
}
#pickup .date{
    font-size: 1.5rem;
    margin-right: 10px;
}
#pickup .title{
    font-size: 1.4rem;
}

}



#preScool{
    width: 100%;
    
    padding: 70px 0 50px;
    
    background-image: url("img/bg_grain.jpg");
    background-repeat: repeat;
    background-position: center center;
    background-size: auto auto;    
}

#preScool h2.deco{
    margin-bottom: 40px;
}
#preScool h2.deco .txt{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    
    background-image: none;
    background-color: rgba(250, 241, 225, 0.5);
}

#preScool ul.index{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#preScool ul.index li{
    width: 32%;
    margin-bottom: 30px;
}
#preScool ul.index li a{
    display: block;
    line-height: 0;
    
    position: relative;
    
    border-radius: 10px;


    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;

    background-color: #ccc;
}
#preScool ul.index li:nth-child(1) a{
    background-image: url("img/bg_home_pre_001.jpg");
}
#preScool ul.index li:nth-child(2) a{
    background-image: url("img/bg_home_pre_002.jpg");
}
#preScool ul.index li:nth-child(3) a{
    background-image: url("img/bg_home_pre_003.jpg");
}
#preScool ul.index li a:hover{
    background-size: 108% auto;
}
#preScool ul.index li a::before{
    content: "";
    display: block;
    padding-top: 56.25%;
}

#preScool ul.index li .linkTxt{
    position: absolute;
    right: 0;
    bottom: 24px;
    
    width: 89%;
    min-height: 78px;
    padding: 15px 15px 15px 80px;
    
    display: flex;
    align-items: center;
    
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5;
    
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 80px 0 0 80px;
}
#preScool ul.index li .linkTxt::before{
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -23px;
    
    width: 46px;
    height: 46px;
    background-color: #a7e5ff;
    border-radius: 50%;
}
#preScool ul.index li .linkTxt::after{
    content: "";
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -10px;
    
    width: 18px;
    height: 18px;
    border-top: 1px solid #066288;
    border-right: 1px solid #066288;
    transform: rotate(45deg);
}

#preScool .note{
	width: 90%;
	margin: 0 auto;
    text-align: center;
}
#preScool .note a{
	text-decoration: underline;
}
#preScool .note a:hover{
	text-decoration: none;
}


@media only screen and (max-width: 1000px){

#preScool ul.index li{
    width: 48%;
}

}


@media only screen and (max-width: 750px){

#preScool{
    padding: 40px 0 30px;
}
#preScool h2.deco{
    margin-bottom: 30px;
}
#preScool ul.index li{
    width: 100%;
    margin-bottom: 20px;
}

#preScool ul.index li .linkTxt{
    bottom: 20px;
    
    width: 96%;
    min-height: 50px;
    padding: 10px 10px 10px 65px;
    
    font-size: 1.5rem;
}
#preScool ul.index li .linkTxt::before{
    left: 15px;
    top: 50%;
    margin-top: -18px;
    
    width: 38px;
    height: 38px;
}
#preScool ul.index li .linkTxt::after{
    left: 22px;
    top: 50%;
    margin-top: -7px;
    
    width: 15px;
    height: 15px;
}

}



#news{
    width: 100%;
    padding: 40px 0 60px;
    background-color: #fff9ec;
    text-align: center;
}
#news table{
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
    
    border-top: 1px solid #d8cebd;
    
    margin-bottom: 25px;
}
#news th,
#news td{
    border-bottom: 1px solid #d8cebd;
}
#news th{
    padding: 15px 40px 15px 35px;
    font-weight: bold;
    white-space: nowrap;
}
#news td{
    width: 80%;
    padding: 15px 15px 15px 0;
}
#news .cat{
    display: inline-block;
    line-height: 1.0;
    padding: 4px 6px 6px;
    background-color: #f7ab00;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    margin-right: 12px;
    position: relative;
}
#news table a:hover{
    border-bottom: 1px solid #2b220f;
}


@media only screen and (max-width: 750px){

#news{
    padding: 30px 0;
}
#news table{
    margin-bottom: 20px;
}
#news th{
    display: block;
    width: 100%;
    padding: 8px 0 0 0;
    border-bottom: none;
}
#news td{
    display: block;
    width: 100%;
    padding: 3px 0 8px 0;
}
#news .cat{
    padding: 4px 6px 6px;
    font-size: 1.3rem;
    margin-right: 10px;
}

}



#instagram{
    width: 100%;
    padding: 60px 0;
    background-color: #fffdfa;
}
#instagram p.lead{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}
#instagram .feedBox{
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}

@media only screen and (max-width: 750px){

#instagram{
    padding: 40px 0;
}

}




#shortCut{
    width: 100%;
    padding: 60px 0;
    background-color: #352a14;
    
    background-image: url("img/bg_shortCut.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

#shortCut ul{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#shortCut li{
    width: 32%;
}
#shortCut li a{
    display: flex;
    width: 100%;
    min-height: 150px;
    
    background-color: #fbe0b0;
    border: 7px solid #eac98d;
    border-radius: 20px;
    
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 140px;
    
    justify-content: center;
    align-items: center;
    
    position: relative;
}
#shortCut li.preschool a{
    background-image: url("img/icon_shortCut_preSchool.png");
}
#shortCut li.entry a{
    background-image: url("img/icon_shortCut_entry.png");
}
#shortCut li.career a{
    background-image: url("img/icon_shortCut_career.png");
}
#shortCut li a::before{
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background-color: #a7e5ff;
    border-radius: 50%;
}
#shortCut li a::after{
    content: "";
    position: absolute;
    right: 38px;
    top: 50%;
    margin-top: -11px;
    width: 20px;
    height: 20px;
    border-top: 2px solid #066288;
    border-right: 2px solid #066288;
    transform: rotate(45deg);
}
#shortCut li a:hover{
    background-color: #d5ae68;
}

#shortCut li a .txt{
    font-size: 3.0rem;
    font-weight: bold;
    color: #35280f;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
    padding-left: 20px;
    position: relative;
    z-index: 100;
}


@media only screen and (max-width: 1000px){

#shortCut{
    padding: 40px 0;
}
#shortCut li{
    width: 100%;
    margin-bottom: 20px;
}
#shortCut li:last-child{
    margin-bottom: 0;
}
#shortCut li a{
    min-height: 100px;
    border: 5px solid #eac98d;
    border-radius: 15px;
    background-size: auto 90px;
}
#shortCut li a::before{
    right: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
}
#shortCut li a::after{
    right: 35px;
    top: 50%;
    margin-top: -9px;
    width: 15px;
    height: 15px;
}
#shortCut li a .txt{
    font-size: 2.4rem;
    padding-left: 0;
}

}

@media only screen and (max-width: 750px){

#shortCut{
    padding: 20px 0;
}
#shortCut li{
    margin-bottom: 15px;
}
#shortCut li:last-child{
    margin-bottom: 0;
}
#shortCut li a{
    min-height: 70px;
    border: 5px solid #eac98d;
    border-radius: 12px;
    background-size: auto 60px;
}
#shortCut li a::before{
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
}
#shortCut li a::after{
    right: 22px;
    top: 50%;
    margin-top: -6px;
    width: 10px;
    height: 10px;
}
#shortCut li a .txt{
    font-size: 1.8rem;
    padding-left: 0;
}

}




#magazine{
    width: 100%;
    padding: 90px 0 60px;
    background-color: #faf1e1;
}

#magazine > ul{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#magazine > ul > li{
    width: 49%;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 20px;
    
    padding: 20px 0;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*
#magazine > ul > li:last-child{
    width: 100%;
    margin-bottom: 0;
}
*/
#magazine .photo{
    width: 44%;
    padding: 0 30px 0 20px;
    
    line-height: 0;
}
#magazine .outline{
    width: 56%;
    padding: 10px 30px 0 0;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#magazine .photo img{
    display: block;
    width: 100%;
    height: auto;
}
#magazine .photo.cover img{
    border-radius: 10px;
    border: 1px solid #e3bf7d;
}

#magazine h3{
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #4c3c1e;
    
    margin-bottom: 20px;
}
#magazine ul.btns{
    padding-top: 10px;
}
#magazine ul.btns li{
    margin-top: 5px;
}
#magazine .cmnBtn a{
    width: 100%;
    max-width: 300px;
}

@media only screen and (max-width: 1000px){

#magazine > ul > li{
    width: 100%;
}

}

@media only screen and (max-width: 750px){

#magazine{
    padding: 60px 0 40px;
}

#magazine .photo{
    width: 90%;
    padding: 0;
    margin: 0 auto;
    
    margin-bottom: 30px;
}
#magazine .outline{
    width: 90%;
    padding: 0;
    margin: 0 auto;
}

#magazine .photo img{
    max-width: 250px;
    margin: 0 auto;
}

#magazine h3{
    font-size: 2.0rem;
    text-align: center;
    
    margin-bottom: 15px;
}
#magazine ul.btns{
    padding-top: 15px;
}
#magazine ul.btns li{
    margin-top: 5px;
}
#magazine .cmnBtn a{
    max-width: auto;
}

}



#taisetsu{
    width: 100%;
    padding: 90px 0 ;
    background-color: #fff9ec;
}

#taisetsu ul{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    
    padding-top: 30px;
}
#taisetsu li{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    
    position: relative;
    z-index: 50;
    
    margin-bottom: 90px;
}
#taisetsu li:last-child{
    margin-bottom: 0;
}
#taisetsu li .text{
    width: 64.3%;
    
    padding: 25px 0;

    position: relative;
    z-index: 70;
}
#taisetsu li .image{
    width: 35.7%;
    line-height: 0;

    position: relative;
    z-index: 60;
}
#taisetsu li .image img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

#taisetsu li:nth-child(2n) .text{
    order: 2;
}
#taisetsu li:nth-child(2n) .image{
    order: 1;
}

#taisetsu li h3{
    font-size: 2.8rem;
    font-weight: bold;
    color: #7e1e00;
    letter-spacing: 0.05em;
    line-height: 1.3;
    
    padding-left: 20px;
    padding-right: 40px;
    
    padding-bottom: 8px;
    border-bottom: 1px solid #7e5700;
    margin-bottom: 25px;
    
    position: relative;
    width: 105%;
}
#taisetsu li:nth-child(2n) h3{
    padding-left: calc(5% + 50px);
    padding-right: 20px;
    
    margin-left: -5%;
}
#taisetsu li p{
    font-size: 1.9rem;
    line-height: 2.0;

    padding-left: 20px;
    padding-right: 60px;
}
#taisetsu li:nth-child(2n) p{
    padding-left: 50px;
    padding-right: 20px;
}


@media only screen and (max-width: 1000px){

#taisetsu li .text{
    width: 55%;
    padding: 0;
}
#taisetsu li .image{
    width: 45%;
}
#taisetsu li h3{
    font-size: 2.5rem;
    margin-bottom: 15px;
}
#taisetsu li p{
    font-size: 1.7rem;
}

}



@media only screen and (max-width: 750px){

#taisetsu{
    width: 100%;
    padding: 60px 0 60px;
}

#taisetsu ul{
    padding-top: 10px;
}
#taisetsu li{
    margin-bottom: 50px;
    flex-wrap: wrap;
}
#taisetsu li .text{
    width: 100%;
    padding: 0;
    
    margin-bottom: 15px;
}
#taisetsu li .image{
    width: 100%;
}
#taisetsu li .image img{
    max-width: 400px;
    margin: 0 auto;
}

#taisetsu li:nth-child(2n) .text{
    order: 1;
}
#taisetsu li:nth-child(2n) .image{
    order: 2;
}

#taisetsu li h3{
    font-size: 2.0rem;

    padding-left: 0;
    padding-right: 0;
    
    padding-bottom: 5px;
    margin-bottom: 15px;
}
#taisetsu li:nth-child(2n) h3{
    font-size: 2.0rem;

    padding-left: 0;
    padding-right: 0;
    
    margin-left: 0;
    
    padding-bottom: 5px;
    margin-bottom: 15px;
}
#taisetsu li p{
    font-size: 1.6rem;
    line-height: 1.8;

    padding-left: 0;
    padding-right: 0;
}
#taisetsu li:nth-child(2n) p{
    font-size: 1.6rem;
    line-height: 1.8;

    padding-left: 0;
    padding-right: 0;
}

}




#movie{
    width: 100%;
    padding: 80px 0;
    background-color: #fffdfa;
}

#movie .movieArea{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
#movie .youtube{
    position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#movie .youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#movie video{
    box-sizing: border-box;
    width: 100%;
    height: auto;
    
    position: relative;
    z-index: 110;

    border: 8px solid #ecd3a8;
    border-radius: 20px;
    
    background-color: #fffdfa;
}
#movie .movieArea #playBtn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 120;

	width: 20%;
	max-width: 160px;
}
#movie .movieArea #playBtn.playing{
    display: none;
}
#movie .movieArea #playBtn a{
	display: block;
	position: relative;
	
	width: 100%;
	
	overflow: hidden;
	transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#movie .movieArea #playBtn a:hover{
	transform: scale(1.1);
}
#movie .movieArea #playBtn a::before{
	content:"";
	display: block;
	padding-top: 100%;
    
    background-image: url("img/bg_playBtn.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}
#movie .movieArea #playBtn a .txt{
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
}

@media only screen and (max-width: 750px){

#movie{
    padding: 60px 0;
}
#movie video{
    border: 5px solid #ecd3a8;
    border-radius: 15px;
}

}






