@charset "UTF-8";

/* ----------------------------------
    ヒーロー
----------------------------------- */


.hero_img {
    width: 100%;
    height: 600px;
    background: url('/images/medakaen/hero.jpg') no-repeat center top;
    background-size: cover;
}
.page_title img {
    display: block;
    margin: 0 auto;
    margin-top: -200px;
}
@media screen and (max-width:1023px){
    .hero {
        width: 100%;
        top: 60px;
        margin-top: 120px;
    }
    .hero_img {
        height: calc(100vw / 16 * 9);
    }
}

@media screen and (max-width:599px){
    .page_title img {
        width: 30%;
        margin-top: -100px;
    }
}

@media screen and (max-width:1023px){
}

@media screen and (max-width:599px){
}


/* ----------------------------------
    めだか保育園の運営方針
----------------------------------- */
.apeal1 {
    text-align: center;
    background: url('../images/hana.png') no-repeat center top;
    background-size: contain;
    padding: 80px 0;
}

.copy1 {
    font-size: 36px;
    font-weight: bold;
    color: #63B8D1;
    padding-bottom: 20px;
}

.copy2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: #735429;
    padding-bottom: 80px;
}

.apeal_txt p {
    width: 600px;
    background-color: #D9EDF1;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: #735429;
    padding: 30px;
    text-align: left;
    border-radius: 30px;
    margin: 20px auto;
}

.enlogo {
    width: 60%;
    max-width: 500px;
    margin: 0 auto 50px;
}
.enlogo img {
    border-radius: 30px;
}


@media screen and (max-width:1023px){
    .apeal1 {
        background-size: 120%;
    }
    .copy1 {
        font-size: 30px;
        padding-bottom: 20px;
    } 
    .copy2 {
        font-size: 18px;
        line-height: 1.6;
        padding-bottom: 50px;
    }
    .apeal_txt p {
        width: 80%;
        font-size: 16px;
    }
}
@media screen and (max-width:599px){
    .copy1 {
        font-size: 26px;
        padding-bottom: 20px;
    } 
    .copy2 {
        font-size: 16px;
        line-height: 1.6;
        padding-bottom: 40px;
    }
    .enlogo {
        width: 80%;
    }
}


/* ----------------------------------
    アピール3
----------------------------------- */
.apeal3 {
    text-align: center;
    background: url('../images/hana.png') no-repeat center top;
    background-size: contain;
    background-color: #FFF7EF;
    padding: 100px 0 80px;
    margin-bottom: 30px;
}

@media screen and (max-width:1023px){
    .apeal3 {
        background-size: 120%;
    }
}
@media screen and (max-width:599px){
    .copy3 {
        font-size: 26px;
        padding-bottom: 20px;
    } 
}

/* ----------------------------------
    アピール2
----------------------------------- */
.apeal2 {
    background-color: #FFF7EF;
    padding-bottom: 50px;
    width: 100%;
    /* background: url('../medakahoikuen/images/hoikubg.jpg') no-repeat center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 150px 0 80px; */
}

.apeal2 p {
    text-align: center;
}

.apeal_table {
    width: 800px;
    padding: 30px;
    background-color: #fff;
    border-radius: 30px;
    margin: 0 auto;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    border: solid 1px #AB987F;
    padding: 10px;
}

.td1 {
    width: 150px;
}
@media screen and (max-width:1023px){
    .apeal_table {
        width: 80%;
    }
}

@media screen and (max-width:599px){
    .apeal_table {
        width: 95%;
    }
    table {
        font-size: 16px;
    }
    .td1 {
        width: 110px;
    }
}

/* ----------------------------------
    教育
----------------------------------- */

.kyouiku {
    width: 100%;
    text-align: center;
    padding: 100px 0;
    background-color: #FFF7EF;
}

.kyouiku_inner {
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    background-color: #fff;
}

.kyouiku_img {
    width: 50%;
}

.kyouiku_txt {
    width: 50%;
    padding: 30px;
}

.kyouiku_txt_t1 {
    font-size: 24px;
    font-weight: bold;
    color: #6DC25E;
    padding-bottom: 20px;
}


.kyouiku_txt_t2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #735429;
    text-align: left;
}

/* ----------------------------------
    活動内容
----------------------------------- */

.katudou {
    padding: 50px 0 0;
    margin: 50px 0 0;
}

.pallimg {
    width: 100%;
    height: 500px;
    position: relative;
    background: url('/images/medakaen/pall.jpg') no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}
@media screen and (max-width:1023px){
    .pallimg {
        height: 300px;
        width: 100%;
        background-attachment: local;
    }
}

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

}
.pallimg2 {
    width: 100%;
    height: 500px;
    position: relative;
    background: url('/images/medakaen/hero_old.jpg') no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}
@media screen and (max-width:1023px){
    .pallimg2 {
        height: 300px;
        width: 100%;
        background-attachment: local;
    }
}

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

}
