@charset "utf-8";

/****************** （お知らせ、ママの声、ブログ） ******************/
.news{
    position: relative;
}
.news::after{
    position: absolute;
    top: 28rem;
    right: 0.5rem;
    content: "";
    width: 8rem;
    height: 8rem;
    background-image: url("../img/flower.png");
    background-repeat: no-repeat;
    background-size: contain;
        filter: drop-shadow(10px 10px 5px #aaa);
}
.page__bold {
  font-weight: bold;
}

.pasing {
    margin-bottom: 3rem;
    text-align: center;
}

.num, .current, .prev, .next {
    margin-right: .5rem;
    padding: .5rem;
    border: 1px solid #efdeaf;
    background-color: #efdeaf;
}
.current, .prev-span, .next-span {
    background-color: #fff;
}

@media screen and (min-width:1025px) {
    .news::after{
        top: 25rem;
        right: 5rem;
        width: 12rem;
        height: 12rem;
    }
    .num, .current, .prev, .next {
        margin-right: 1rem;
        padding: 1rem;
        border-width: 2px;
    }
    .pasing {
        margin-bottom: 5rem;
        text-align: center;
    }
}