  /* ==========トップ画像========== */
  .slider {
    width: 100%;
}

@media screen and (max-width: 850px) {
    .slider {
        width: 100%;
    }
}

.slider img {
    max-width: 100%;
}

@media screen and (max-width: 610px) {
    .slider img {
        padding-top: 10%;
    }
}

@media screen and (max-width: 450px) {
    .slider img {
        padding-top: 15%;
    }
}

/*slick setting*/
.slick-slider {
    position: relative;
}

.prev {
    position: absolute;
    margin: auto;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    z-index: 5;
    color: white;
}

.next {
    position: absolute;
    margin: auto;
    transform: translateY(-50%);
    right: 0;
    top: 50%;
    color: white;
}


/* ==========お知らせ========== */
.news {
    width: 50%;
    background: #FFFFFF;
    border: 6px solid #64c4f8;
    box-sizing: border-box;
    border-radius: 30px;
    margin: 5% 2.8% 0px 2.8%;
}

.news_title {
    display: flex;
    margin: 3%;
}

ul.mod-newsList {
    overflow: auto;
    height: 180px;
}

.logo_news {
    background-color: #64c4f8;
    border-radius: 35px;
    width: 210px;
    height: 45px;
}

.logo_news p {
    font-size: 18px;
    line-height: 45px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-align: center;
}

@media (max-width:610px) {
    .logo_news {
        height: 45px;
    }

    .logo_news p {
        line-height: 45px;
    }

}

.news_title .pc h2 {
    font-size: 14px;
    line-height: 27px;
    /* letter-spacing: 0.1em; */
    color: #000000;
    font-style: normal;
    font-weight: normal;
    padding-top: 13%;
    margin: 0 0 0 auto;
}

.news .spw {
    display: none;
}

@media (max-width:899px) {
    .news_title {
        display: block;
    }

    .logo_news {
        margin: 0 auto;
    }

    .news_title .pc h2 {
        display: none;
    }

    .news .spw {
        display: block;
        margin: 2% 5%;
        text-align: center;
    }

    .news .spw h2 {
        color: #000000;
        font-style: normal;
        font-weight: normal;
        font-size: 11px;
        line-height: 27px;
    }

    .news .spw span {
        color: #64c4f8;
    }

    .news li {
        font-size: 12px;
    }
}

@media (max-width:610px) {
    .news {
        width: 90%;
    }
}

.news_title span {
    color: #64c4f8;
}

.news_title a {
    margin: 0 0 0 auto;
}

.news li {
    list-style: none;
    margin: 2% 5%;
    padding-bottom: 1%;
    border-bottom: 2px dashed #64c4f8;
}

 /* ==========インスタグラム========== */
 .firstContent {
    display: flex;
    max-width: 990px;
    margin: 0 auto;
}

#instagram {
    margin: 5% 0% 0 0;
    width: 43.5%;
    border: 6px solid #F5B1AD;
    border-radius: 30px;
    height: 291px;
    overflow: hidden;
    position: relative;
}

.top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    padding: 1rem;
    z-index: 2;
}

.top-bar a {
    margin-left: 10px;
}

.instagram-logo {
    top: 10px;
    left: 10px;
}

.instagram-logo {
    width: 25px;
    height: 25px;
}

.instagram-account {
    margin-left: 10px;
}

.instagram-post {
    position: relative;
}

.bottom-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4rem;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    padding: 0.4rem;
    align-items: center;
}

.icons {
    display: flex;
}

.icons i {
    font-size: 25px;
    margin-left: 10px;
}

.likes {
    font-size: 12px;
    padding-top: 2px;
    padding-left: 4px;
    inline-size: 105px;
}

.right-items {
    margin-left: 15px;
}

.caption {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.instagram-media {
    width: 100%;
    height: 280px;
    margin: 0 auto;
    border-radius: 22px;
    object-fit: cover;
}

.instagram-slider {
    position: relative;
}

.instagram-slider .slick-slide {
    height: auto !important;
}

.instagram-slider .slick-next {
    right: 10px !important;
}

.instagram-slider .slick-prev {
    left: 10px !important;
}

.instagram-slider .slick-arrow {
    width: initial !important;
    height: initial !important;
    z-index: 2 !important;
}

.instagram-slider .slick-arrow:before {
    font-size: 30px !important;
}

iframe#instagram-embed-0 {
    border-radius: 22px !important;
}

@media (max-width:610px) {
    .firstContent {
        display: block;
        text-align: center;
    }

    #instagram {
        margin: 3% 5% 3% 3%;
        width: 90%;
    }
}

/* ==========キャッチコピー========== */
.copy {
    font-family: 'Tsukushi B Round Gothic';
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000000;
    margin: 5% 0;
}

.copy span {
    color: #E03434;
}

.copySpw {
    display: none;
}

@media (max-width:850px) {
    .copy {
        font-size: 20px;
        line-height: 40px;
    }

    .copySpw {
        display: none;
    }
}

@media (max-width:610px) {
    .copySpw {
        display: block;
        font-size: 17px;
        line-height: 40px;
        font-family: 'Tsukushi B Round Gothic';
        font-style: normal;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.05em;
        color: #000000;
        margin: 5% 0;
    }

    .copySpw span {
        color: #E03434;
    }

    .copy {
        display: none;
    }
}

/* ==========メニュー========== */
.menu {
    max-width: 990px;
    margin: 0 auto;
    margin-top: 20px;
}

.menu1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 2%;
}

.menu2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}

.menu a {
    margin-left: 2%;
    width: 31%;
    text-decoration: none;
    color: #fff;
    border: 3px solid #fff;
}

.menu a:hover {
    border-radius: 28px;
    border: 3px solid #c1c1c1;
}

.menu img {
    width: 100%;
    border-radius: 25px 25px 0px 0px;
}

.menu1_title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.05em;
    background: #64c4f8;
    border-radius: 0px 0px 25px 25px;
    width: 100%;
    margin-top: -4%;
    padding: 4% 0;
}

.menuSp {
    display: none;
}

@media (max-width:610px) {
    .menu {
        display: none;
    }

    .menuSp {
        display: block;
        text-align: center;
    }

    .menuSp img {
        width: 100%;
    }

    .menuSp a {
        text-decoration: none;
        color: #fff;
    }

    .menuSp_title {
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        letter-spacing: 0.05em;
        background: #64c4f8;
        width: 100%;
        margin: -2% auto 4%;
        padding: 4% 0;
    }
}

/* ==========保育士さん募集中========== */
.saiyo {
    text-align: center;
    margin: 5% 0 0;
}

.saiyo img {
    width: 50%;
}

@media (max-width:610px) {
    .saiyo img {
        width: 80%;
    }
}
/* お知らせPDFリンクボタン */
.mod-news-tile a[target="_blank"] {
    display: inline-block;
    background: #fff;
    color: #e95851;
    border: 1.5px solid #e95851;
    padding: 0px 10px;
    border-radius: 20px;
    font-size: 11px;
    text-decoration: none;
    margin: 0 4px;
    vertical-align: middle;
    transform: translateY(-1px);
    transition: all 0.2s;
}

.mod-news-tile a[target="_blank"]:hover {
    background: #e95851;
    color: #fff;
}

.mod-news-date {
    color: #999;
}

.mod-newsList-item {
    display: flex;
}
.mod-news-date {
    flex-shrink: 0;
    margin-right: 8px;
}
.mod-news-tile {
    flex: 1;
}
