.nursery .brpc {
    display: block
}

.nursery .brsp {
    display: none
}

.nursery img {
    width: 100%;
    height: auto
}


.nursery .accepting h3 {
    width: 100%;
    max-width: 980px;
    margin: 0 auto 50px auto;
}

.nursery .accepting ul {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 40px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.nursery .accepting ul li {
    margin: 7px
}

.nursery .accepting ul li span {
    display: inline-block;
    text-align: center;
    padding: 13px 25px;
    border-radius: 6px;
    background: #f5e528;
    font-size: 22px;
    font-weight: 600
}

.nursery .imgslider {
    margin-bottom: 50px
}

.nursery .imgslider .slick-slide {
    margin: 0 15px
}

.nursery .imgslider .slick-list {
    margin: 0 -15px
}

.nursery .imgslider .imgslider__item {
    border-radius: 20px;
    overflow: hidden
}

.imgslider {
  width: 100%;
  max-width: 1150px; 
  margin: 0 auto 60px auto; 
  overflow: hidden;
  border-radius: 20px;
}

.imgslider__item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.nursery .lead {
    text-align: center;
    font-size: 18px;
    line-height: 2.2;
    margin-bottom: 50px
}

.nursery .data {
    width: 100%;
    max-width: 1130px;
    margin: 0 auto 70px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.nursery .data .table {
    width: 65%;
    border: 3px solid #e83351;
    border-radius: 20px;
    overflow: hidden
}

.nursery .data .table table th,
.nursery .data .table table td {
    padding: 15px 20px;
    line-height: 2;
    font-size: 18px
}

.nursery .data .table table th {
    white-space: nowrap;
    background: #e83351;
    color: #fff;
    border-bottom: 2px dotted #fff
}

.nursery .data .table table td {
    border-bottom: 2px dotted #e83351;
    background: #fff
}

.nursery .data .table table td em {
    color: #e83351
}

.nursery .data .table table tr:last-child th,
.nursery .data .table table tr:last-child td {
    border: none
}

.nursery .data .map {
    width: 33%
}

.nursery .data .map iframe {
    border: none;
    width: 100%;
    height: 100%
}

.nursery .gallery {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto 0 auto;
}

.nursery .gallery h3 {
    width: 100%;
    max-width: 680px;
    margin: 0 auto 20px auto;
}

.nursery .gallery p {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px
}

.nursery .gallery ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.nursery .gallery ul li {
    width: 32%
}

.nursery .gallery ul li .img {
    margin-bottom: 15px;
    position: relative;
    border-radius: 20px;
    overflow: hidden
}

.nursery .gallery ul li p {
    text-align: center;
    font-size: 16px
}

.aoba{
    margin-top: 60px;
}

.hoikuen-logo{
    width: 680px;
    height: 200px;
     margin: 0 auto 50px; 
     text-align: center;  
}


@media only screen and (max-width: 769px) {
    .nursery .brpc {
        display: none
    }

    .nursery .brsp {
        display: block
    }

    .nursery .accepting h3 {
        margin: 0 auto 20px auto;
        padding: 0 10px
    }

    .nursery .accepting ul {
        margin: 0 auto 20px auto
    }

    .nursery .accepting ul li {
        margin: 4px
    }

    .nursery .accepting ul li span {
        padding: 10px 15px;
        font-size: 15px
    }

    .nursery .imgslider {
        width: 98%; 
        overflow: hidden;
        margin-bottom: 20px;
        height: auto;
    }

    .nursery .imgslider .slick-slide {
        margin: 0 10px
    }

    .nursery .imgslider .slick-list {
        margin: 0 -10px
    }

    .nursery .lead {
        font-size: 16px;
        line-height: 2;
        margin-bottom: 20px;
        text-align: left;
        padding: 0 20px
    }

    .nursery .data {
        margin: 0 auto 30px auto;
        padding: 0 20px
    }

    .nursery .data .table {
        width: 100%;
        margin-bottom: 20px
    }

    .nursery .data .table table th,
    .nursery .data .table table td {
        padding: 10px 10px;
        font-size: 15px
    }

    .nursery .data .map {
        width: 100%;
        height: 250px
    }

    .nursery .gallery {
        margin: 0 auto 40px auto;
        padding: 0 20px
    }

    .nursery .gallery h3 {
        margin: 0 auto 20px auto
    }

    .nursery .gallery p {
        font-size: 18px
    }

    .nursery .gallery ul li {
        width: 100% ;
        margin-bottom: 25px
        
    }

        .nursery .gallery ul li .img {
            width: 98%;
            height: auto;
            border-radius: 15px;
        }

    .nursery .gallery ul li .img::after {
        width: 50px;
        height: 20px
    }

    .nursery .gallery ul li p {
        font-size: 18px;
         line-height: 1.6;
    }

    .aoba{
    margin-top: 40px;
}

.hoikuen-logo{
    width: 350px;
    height: 100px;
    margin-bottom: 30px;


}

}/*# sourceMappingURL=nursery.css.map */
