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


/*-----------------------------------------

Last update:    2021-09-15

---------------------------------------*/


/*=============================
common
=============================*/
/*写真2カラム*/
#mainarea .img_2culm li{
    display: inline-block;
    width: 45%;
    margin: 0 2.3% 2em;
}

@media screen and (max-width:640px){
    #mainarea .img_2culm li{
    width: 47%;
    margin: 0 1% 0.5em;
    }
}



/*=============================
index.html
point_area
=============================*/
#index #mainarea .mainarea_inner{
    background: url("../../about/img/bg_point02.png") no-repeat top left ,
    url("../../about/img/bg_point01.png")  no-repeat top right;
    background-color: rgba(255,255,255,0.9);
}
#point_area h2{
    max-width: 342px;
    margin: 0 auto 4em;
}

@media screen and (max-width:768px){
    #index #mainarea .mainarea_inner{
        background-size: 35% auto;
    }
}

@media screen and (max-width:480px){
    #index #mainarea .mainarea_inner{
        background-size: 40% auto;
    }
}


/*point_box*/
#point_area .point_box{
    border-radius: 10px;
    padding: 2em;
    margin-bottom: 5em;
}
#point_area .point_box:last-of-type{
    margin-bottom: 0;
}
#point_area .point_box .ico_num{
    width: 80px;
    margin: -70px auto 1em;
}
#point_area .point_box .ttl_point{
    font-size: 150%;
    text-align: center;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 1em;
}
#point_area .point_box .ttl_point span{
    display: inline-block;
}
#point_area .point_box .ttl_img{
    float:right;
    width:220px;
    margin-left:3em;
}

@media screen and (max-width:480px){
    #point_area .point_box{
        border-radius: 10px;
        padding:2em 1em;
        margin-bottom: 5em;
    }
    #point_area .point_box .ttl_img{
        float:none;
        width:180px;
        margin: 0 auto 1em;
    }
}



/* color style */
#point_area #point01.point_box{
    border: 3px dotted #fb7964;
    background: #fff0ee;
}
#point_area #point01.point_box .ttl_point{
    color: #fb7964;
}

#point_area #point02.point_box{
    border: 3px dotted #faa449;
    background: #fff1e3;
}
#point_area #point02.point_box .ttl_point{
    color: #faa449;
}

#point_area #point03.point_box{
    border: 3px dotted #fbe04c;
    background: #fffdf1;
}
#point_area #point03.point_box .ttl_point{
    color: #fbe04c;
}

#point_area #point04.point_box{
    border: 3px dotted #46bb49;
    background: #f0fff0;
}
#point_area #point04.point_box .ttl_point{
    color: #46bb49;
}

#point_area #point05.point_box{
    border: 3px dotted #4cc4c6;
    background: #edfdfd;
}
#point_area #point05.point_box .ttl_point{
    color: #4cc4c6;
}

#point_area .point_box dl{
    margin-bottom: 1.5em;
}
#point_area .point_box dt{
    font-weight: 700;
    line-height:1.4;
    text-indent:-1.0em;
    padding-left:1.0em;
    margin-bottom:0.5em;
}
#point_area .point_box dt:before{
    font-family:"icomoon";
    content:"\e200";
    color: #faa449;
}



/*=============================
aboutus.html
greetinng_area
=============================*/
@media screen and (max-width:480px){
    #aboutus #greetinng_area .img_right40{
        width: 70%;
        margin: 0 auto 1.5em;
    }
}

/*=============================
aboutus.html
philosophy_area
=============================*/
#aboutus #philosophy_area table{
	width:100%;
}
#aboutus #philosophy_area table tr{
}
#aboutus #philosophy_area table th{
    box-sizing:border-box;
    width: 190px;
	padding:0.75em 1em;
}
#aboutus #philosophy_area table td{
	vertical-align:middle;
    box-sizing:border-box;
    width: calc(100% - 210px);
	padding:0.75em 1em;
}
#aboutus #philosophy_area table td h4{
    font-weight: 700;
}

@media screen and (max-width:480px){
    #aboutus #philosophy_area table th{
        width: 100%;
        display: block;
    }
    #aboutus #philosophy_area table th img{
        margin: 0 auto;
    }
    #aboutus #philosophy_area table td{
        width: 100%;
        display: block;
    }
}


/*=============================
aboutus.html
history_area
=============================*/
#aboutus #history_area table{
	width:100%;
}
#aboutus #history_area table th{
    border-bottom: 2px dotted #d7c0b4;
    box-sizing:border-box;
    width: 10em;
	padding:0.75em 1em;
}
#aboutus #history_area table td{
    border-bottom: 2px dotted #d7c0b4;
    box-sizing:border-box;
    width: calc(100% - 10em);
	padding:0.75em 1em;
}

@media screen and (max-width:480px){
    #aboutus #history_area table th{
        display: block;
        border-bottom:none;
        width: 100%;
        padding:0.75em 0.75em 0 0;
    }
    #aboutus #history_area table td{
        display: block;
        width: 100%;
        padding:0 0.75em 0.75em 0;
    }

}



/*=============================
childcare.html
=============================*/
#childcare #seika_area table th{
    width: 12em;
}
@media screen and (max-width:480px){
    #childcare #seika_area table th{
        width: 8em;
    }
}



#childcare #seika_area .seika_image li{
    width:30%;
    float: left;
    border-radius: 10px;
    margin: 0 1.5% 0;
    position:relative;
}
#childcare #seika_area .seika_image li img{
    border-radius: 10px;
}
#childcare #seika_area .seika_image li span{
    position:absolute;
    bottom:0;
    left:0;
    display:block;
    width:100%;
    box-sizing:border-box;
    color:#fff;
    line-height:1.2;
    text-align: center;
    text-shadow: 0px 0px 10px #000;
    background:linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding:0.5em 0; 
}


@media screen and (max-width:768px){
#childcare #seika_area .seika_image li span{
    font-size: 90%;
}

/*#childcare #seika_area .seika_image li{
    width:47.5%;
    float: left;
    border-radius: 10px;
    margin: 0 0 1.5em;
    position:relative;
}
#childcare #seika_area .seika_image  li:nth-of-type(2n+1){
    margin-right: 5%;
}*/
}

















#childcare #mainarea #flow_area .ttl_line01{
    margin-bottom: 2em;
}
#childcare .flow_box{
    clear: both;
    border-radius: 10px;
    padding: 2em 3em 3em;
}
#childcare .flow_box#child01{
    background: #ffebf4;
    margin-bottom: 4em;
}
#childcare .flow_box#child02{
    background: #ddf9fa;
}
#childcare .flow_box h3{
    width: 400px;
    margin: -60px auto 2em;
}

#childcare .flow_box .flow_block{
    width: 60%;
    float: left;
    margin-right: 4%;
}
#childcare .flow_box .flow_block dl{
    width: 100%;
    margin-bottom: 0.5em;
}
#childcare .flow_box .flow_block dt{
    float: left;
    width: 5em;
    line-height: 1.4;
}
#childcare .flow_box .flow_block dd{
    float: left;
    width: calc(100% - 6em);
    text-indent: -1em;
    margin-left: 1em;
}
#childcare .flow_box .flow_block dd li:before{
    font-family:"icomoon";
    content:"\e201";
}
#childcare #child01 .flow_block dd li:before{
    color: #fc85ac;
}
#childcare #child02 .flow_block dd li:before{
    color: #59d3d7;
}

@media screen and (max-width:768px){
    #childcare .flow_box h3{
        max-width: 300px;
        margin: -60px auto 2em;
    }
}

@media screen and (max-width:640px){
    #childcare .flow_box{
        padding: 1em 1em 2em;
    }
    #childcare .flow_box h3{
        max-width: 280px;
        margin: -40px auto 1em;
    }
    #childcare .flow_box .flow_block{
        width: 100%;
    }
    #childcare .flow_box .flow_block dt{
        width: 4em;
    }
    #childcare .flow_box .flow_block dd{
        width: calc(100% - 5em);
    }
}

#childcare .flow_box .img_block{
    float: left;
    width: 35%;
}
#childcare .flow_box .img_block li{
    margin-bottom: 1.5em;
}

@media screen and (max-width:640px){
    #childcare .flow_box .img_block{
        clear: both;
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    #childcare .flow_box .img_block li{
        float: left;
        width: 47%;
        margin: 1.4%;
    }
}


/*=============================
childcare.html
uniform_area
=============================*/
#childcare #uniform_area li{
    width: 48%;
    display: inline-block;
    margin-bottom: 3em;
}
#childcare #uniform_area li img{
    margin: 0 auto;
}

@media screen and (max-width:480px){
    #childcare #uniform_area li{
        width: 100%;
    }
}



/*=============================
piaget.html
kyouzai_area
=============================*/
#piaget .kyouzai_box{
    float: left;
    width: 45%;
    margin: 0 2.4% 2em;
    border-radius: 10px;
    border: 4px solid #fde2d3;
    box-sizing: border-box;
}
#piaget .kyouzai_box dt{
    text-align: center;
    font-size: 110%;
    font-weight: 700;
    color: #fb7964;
    margin-bottom: 0.25em;
    padding: 0.5em;
}
#piaget .kyouzai_box dd.text_area{
    background: #fde2d3;
    padding: 1em 1em 1.5em;
}

#piaget .img_2culm li{
    display: inline-block;
    width: 45%;
    margin: 0 2.3% 2em;
}

@media screen and (max-width:640px){
    #piaget .kyouzai_box{
        float: none;
        width: 100%;
        margin: 0 0 1.5em;
    }
    #piaget .img_2culm li{
        width: 47%;
        margin: 0 1% 0.5em;
    }
}


/*=============================
schedule.html
schedule_area
=============================*/
#schedule_area #spring_box .season_block,
#schedule_area #summer_box .schedule_block,
#schedule_area #autumn_box .season_block,
#schedule_area #winter_box .schedule_block{
    float: left;
}
#schedule_area #spring_box .schedule_block,
#schedule_area #summer_box .season_block,
#schedule_area #autumn_box .schedule_block,
#schedule_area #winter_box .season_block{
    float: right;
}
#schedule_area .season_block{
    width: 35%;
    margin-top: 1em;
    margin-bottom: 1.5em;
}
#schedule_area .schedule_block{
    width: 60%;
    margin-bottom: 3em;
}
#schedule_area .season_block img{
    width: 80%;
    margin:0 auto;
}

@media screen and (max-width:480px){
    #schedule_area #spring_box .season_block,
    #schedule_area #summer_box .schedule_block,
    #schedule_area #autumn_box .season_block,
    #schedule_area #winter_box .schedule_block,
    #schedule_area #spring_box .schedule_block,
    #schedule_area #summer_box .season_block,
    #schedule_area #autumn_box .schedule_block,
    #schedule_area #winter_box .season_block{
        float: none;
        width: 100%;
    }
    #schedule_area .season_block img{
        width: 60%;
    }
}

#schedule_area .schedule_block dl:after{
    font-size:1px;
    color:#fff;
    content:"";
    display:block;
    height:0px;
    clear:both;
}
#schedule_area .schedule_block dl{
    zoom:1;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0.5em 1em 0;
    margin-bottom: 0.5em;
}
#schedule_area .schedule_block dt{
    float: left;
    width: 5em;
    line-height: 1.4;
}
#schedule_area .schedule_block dd{
    float: left;
}
#schedule_area .schedule_block dd li{
    line-height:1.4;
    text-indent:-1.0em;
    padding-left:1.0em;
    margin-bottom:0.5em;
}
#schedule_area .schedule_block dd li:before{
    font-family:"icomoon";
    content:"\e201";
}

/* color style */
#schedule_area #spring_box .schedule_block dl{
    background: #ffebf4;
}
#schedule_area #spring_box .schedule_block dd li:before{
    color: #fc85ac;
}
#schedule_area #summer_box .schedule_block dl{
    background: #ddf9fa;
}
#schedule_area #summer_box .schedule_block dd li:before{
    color: #59d3d7;
}
#schedule_area #autumn_box .schedule_block dl{
    background: #fde2d3;
}
#schedule_area #autumn_box .schedule_block dd li:before{
    color: #fb7964;
}
#schedule_area #winter_box .schedule_block dl{
    background: #e1f0f9;
}
#schedule_area #winter_box .schedule_block dd li:before{
    color: #4c9ac6;
}



/*=============================
schedule.html
uniform_area
=============================*/
/*#schedule #uniform_area li{
    width: 48%;
    display: inline-block;
    margin-bottom: 3em;
}
#schedule #uniform_area li img{
    margin: 0 auto;
}

@media screen and (max-width:480px){
    #schedule #uniform_area li{
        width: 100%;
    }
}*/



/*=============================
facility.html
floor_area
=============================*/
#facility #floor_area dl{
    display: inline-block;
    width: 47.5%;
    margin:0 1% 1.5em;
}

@media screen and (max-width:480px){
    #facility #floor_area dl{
        display: block;
        width: 100%;
        margin:0 auto 1.5em;
    }
}

