@charset "utf-8";



.bg-1 {
    position: relative;
    margin-bottom: 200px;
}

.bg-1::after {
    content: "";
    display: block;
    width: 100%;
    height: 90px;
    background: url(../images/wave111_1919x90.png)no-repeat center center/100% 90px;

    bottom: -90px;
    left: 0;
    position: absolute;
}

h2 {
    padding: 60px 0 100px;
    text-align: center;
}

h2 img {
    max-width: 100%;
    height: auto;
    background-position: cover;
}

.inner-1 {
    max-width: 1100px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}


h3 {
    display: inline-block;
    font-family: 'nikumaru', sans-serif;
    font-size: 36px;
    letter-spacing: 0.4rem;
    color: #ff8182;
    position: relative;
    margin: 0 auto;
}

h3::after {
    content: '';
    width: 83px;
    height: 85px;
    background: url(../images/title_83x85.png) no-repeat left bottom;
    left: 0;
    bottom: 10px;
    position: absolute;
    transform: translateX(-100%); 

}

.aim-area {
    height: 796px;
    background: url(../images/sub_images/en_back_1019x796.png) no-repeat center center;
    position: relative;
    margin-top: 50px;
}

.aim-area h3{
    margin: 0 0 80px;
}

.aim-area dt {
    font-family: 'corp', "M PLUS Rounded 1c", sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #f79a70;
    letter-spacing: 0.5rem;
    margin-bottom: 5px;
}

.aim-area dd{
    line-height: 2;
    font-weight: bold;
}

.aim-area dl {
    position: relative;
    width: 100%;
    height: 500px;
}

.aim-area dl>div {
    position: absolute;
}

.aim01 {
    top: 50px;
    left: 20%;
}

.aim02 {
    bottom: 0;
    left: 35%;
}

.aim03 {
    top: 100px;
    right: 10%;
}


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

.info-area h3{
    margin: 200px 0 80px;
}

.info-area .flex{
    border-bottom: solid 1px #50d2d0;
    line-height: 105px;
    padding: 0 40px;
    font-weight: bold;
    
}

.info-area dt{
    text-align: left;
    width:250px;
    color: #006881;
    font-size: 18px;
}

.info-area .time{
    padding: 30px 0;
}

.info-area span{
    display: block;
    line-height: 1.5;
    text-align: left;
}


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


.message-area h3{
    margin: 200px 0 80px;
}

.message-area .flex{
    flex-direction: row-reverse;
}

.message-area p{
    line-height: 3;
}

.message-contena figcaption{
    color: #006881;
}


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

    .bg-1{
        margin-bottom: 200px;
    }

    .bg-1::after {
        content: "";
        display: block;
        width: 100%;
        height: 90px;
        background: url(../images/wave111_1919x90.png)no-repeat right center;

        bottom: -90px;
        left: 0;
        position: absolute;
    }

     h2 {
        padding: 60px 0 0;
        text-align: center;
    }

    h2 img {
        max-width: 100%;
        height: 180px;
        object-fit: cover;
        /* padding-top: 60px; */
    }

    h3 {
        font-size: 24px;
       
    }


    .aim-area {
    height: auto;
    background: url(../images/sub_images/en_back_1019x796.png) no-repeat center center;
    position: relative;
    margin-top: 50px;
    background-size: 100%
}

.aim-area dt {
    font-family: 'corp', "M PLUS Rounded 1c", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #f79a70;
    letter-spacing: 0.5rem;
    margin-bottom: 5px;
}


.aim-area dl {
    position: static;
    width: 100%;
    height: auto;
}

.aim-area dl div {
    margin-bottom: 30px;
}

.aim-area dl>div {
    position: static;
    text-align: center;
}

.aim01 {
    top: 50px;
    left: 20%;
}

.aim02 {
    bottom: 0;
    left: 35%;
}

.aim03 {
    top: 100px;
    right: 10%;
}

.info-area h3{
    margin: 100px 0 80px;
}


/* 施設概要 */
    .info-area .flex {
        flex-direction: column;
        align-items: flex-start;
        line-height: 1.8;
        padding: 15px 0;
        gap: 5px;
    }
    .info-area dt {
        width: auto;
    }

    .info-area dd {
        font-size: 14px; /* スマホ表示のフォントサイズを調整 */
    }

    /* 園長メッセージ */
    .message-area {
        padding-bottom: 100px;
    }

    .message-area h3 span{
        display: block;
    }

    .message-area .flex {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .message-area p {
        line-height: 2.5;
        text-align: center;
    }

    .message-area p span{
        display: block;
    }


    .message-area p,
    .message-area figcaption {
        padding-top: 10px;
        font-size: 14px; /* スマホ表示のフォントサイズを調整 */
    }


}