/* 下層ページ共通　body(リセットCSSはdestyle.cssで) */
body {
    font-family: "Kiwi Maru", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* 下層ページ共通　メインビジュアル(TOPページより狭めに) */
.mv {
    height: 430px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* 下層ページ　メインビジュアル少し暗くする */
.mv::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: 0.2;
}

.mv h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 400;
    text-align: center;
    z-index: 0;
    max-width: none;
}

/* 各ページ　メインビジュアル */
.mv.blog {
    background-image: url(../images/image-photo01.jpg);
}

.mv.about {
    background-image: url(../images/image-photo01.jpg);
}

.mv.service {
    background-image: url(../images/image-photo18.jpg);
}

.mv.friends {
    background-image: url(../images/image-photo15.jpg);
}

.mv.guide {
    background-image: url(../images/image-photo17.jpg);
}

.mv.lunch {
    background-image: url(../images/image-photo06.jpg);
}

/* 下層ページ共通　section */
section {
    max-width: 1088px;
    margin: 0 auto;
}

/* 下層ページ共通　お電話でのお問い合わせ */
.contact {
    color: #472800;
    margin-bottom: 150px;
}

/* --------------------下層「ブログ」ページ-------------------- */

article.blog {
    margin: 150px auto 70px;
    max-width: 1088px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.blog_block {
    width: 690px;
    font-family: "Noto Sans JP";
    margin: 0;
}

.pagination .nav-links {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

/* アーカイブページ用　ページャー */
.post-navigation .nav-links {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.nav-links .prev,
.nav-links .page-numbers,
.nav-links .next {
    border: #472800 1px solid;
    border-radius: 10px;
    margin: 0 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-links .current {
    background-color: #472800;
    color: #fff;
}

/* 個別投稿ページ用　ページャー */
.nav-previous,
.nav-next {
    padding: 0.75em 2em;
    border: #472800 1px solid;
    border-radius: 10px;
    text-align: center;
    max-width: 250px;
    height: 100%;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.nav-previous::before {
    content: "<";
    padding-right: 1em;
}

.nav-next::after {
    content: ">";
    padding-left: 1em;
}

.nav-previous a,
.nav-next a {
    color: #472800;
    font-weight: 300;
}

/* 個別投稿ページ用　ページャー ホバーアニメ */
.nav-previous:hover,
.nav-next:hover {
    color: #fff;
    background-color: #472800;
    transition: 0.2s;
}

.nav-previous:hover a,
.nav-next:hover a {
    color: #fff;
    transition: 0.2s;
}

/* ブログ 記事インナー部分 */
.blog_inner {
    padding-bottom: 50px;
    border-bottom: 1px solid #ff949f;
    margin-bottom: 50px;
}

.blog_inner time {
    font-size: 12px;
}

.blog_inner h3 {
    font-size: 30px;
    padding-bottom: 1em;
}

.blog_inner .category {
    display: flex;
    flex-wrap: wrap;
}

.blog_inner .category a {
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #ff949f;
    padding: 0.25em 1em;
    font-size: 14px;
    border-radius: 5px;
    margin-right: 1em;
    margin-bottom: 1em;
}

.blog_inner .category a:nth-of-type(even) {
    color: #ff949f;
    background-color: #fff;
    border: #ff949f 2px solid;
    padding: 0.25em 1em;
    font-size: 14px;
    border-radius: 5px;
    margin-right: 1em;
    margin-bottom: 1em;
}

.blog_inner img {
    width: 100%;
    height: auto;
    margin: 2em 0;
}

.blog_inner p {
    padding-bottom: 1em;
}

/* サイドバー */
#side_block {
    width: 280px;
    padding-top: 50px;
}

.side_contents {
    margin-bottom: 100px;
}

/* サイドバー用　h2調整 */
#side_block .h2_cross {
    height: 75px;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: 100px;
    margin-bottom: 50px;
}

#side_block .h2_cross::before,
#side_block .h2_cross::after {
    width: 50px;
}

#side_block .h2_cross::before {
    margin-top: -40px;
}

#side_block .h2_cross.first {
    margin-top: 0;
}

#side_block .h2_cross h2 {
    font-size: 19px;
    position: relative;
}

#side_block .h2_cross h2::before {
    position: absolute;
    width: 40px;
    height: 30px;
    content: "";
    background-image: url(../images/icon-deco02.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

#side_block .h2_cross.second h2::before {
    background-image: url(../images/icon-deco03.png);
}

#side_block .h2_cross.third h2::before {
    background-image: url(../images/icon-deco04.png);
}

#side_block .h2_cross.fourth h2::before {
    background-image: url(../images/icon-deco05.png);
}

#side_block .h2_cross span {
    font-size: 11px;
}

#side_block .side_contents ul {
    padding: 0 1em;
}

#side_block .link_text {
    margin-top: 100px;
}

#side_block li {
    font-size: 16px;
    padding-bottom: 1em;
    text-decoration: underline;
}

.brown_button.sp-only {
    display: none;
}

/* ----------下層「園について」ページ---------- */
#corp_philosophy {
    background-image: url(../images/bkg-pink.jpg);
    background-size: contain;
    padding: 50px 0 0;
    max-width: 100%;
}

.contents.about {
    background-color: inherit;
    max-width: 1244px;
}

#corp_philosophy ol {
    font-size: 18px;
    line-height: 2;
    width: 600px;
    margin: 0 auto 75px;
    padding-left: 30px;
    text-align: left;
    list-style-type: decimal;
}

.about_logo {
    width: 600px;
    margin: 0 auto;
}

.about_logo img {
    width: 150px;
    height: 150px;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
}

.corp_philosophy_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.corp_philosophy_inner:last-of-type {
    padding: 0 0 50px;
}

.corp_philosophy_inner li {
    background-color: #fff;
    font-size: 24px;
    letter-spacing: 0.08em;
    padding: 0.5em;
    margin-bottom: 10px;
    max-width: 650px;
}

.corp_philosophy_inner img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 100px;
}

.double_line {
    border: 4px double #ff949f;
    border-radius: 30px;
    padding: 100px 150px 60px;
    max-width: 1244px;
    margin: 0 auto;
}

#history,
#outline {
    max-width: 1244px;
}

#history h2 {
    text-align: left;
}

#outline h2 {
    text-align: right;
}

.flexbox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 0 20px;
}

#outline .flexbox {
    flex-direction: row-reverse;
}

.img_box {
    text-align: right;
}

#outline .img_box {
    text-align: left;
}

.img_box img {
    width: 300px;
    height: 200px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.double_line .flexbox dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    max-width: 600px;
}

#outline .flexbox dl {
    justify-content: flex-end;
}

.double_line .flexbox dt,
.double_line .flexbox dd {
    border-bottom: 1px dotted #ff949f;
    padding: 0.25em 0;
}

.double_line .flexbox dt {
    width: 30%;
}

.double_line .flexbox dd {
    width: 65%;
}

/* 園についてページ用　各セクション見出し（h2）下　３つのドット装飾 */
.dot_deco {
    margin: 70px auto;
    width: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#facility {
    max-width: 1088px;
    margin: 100px auto;
}

/* -----園の環境　スライダー（サムネイル連動）----- */
#wrap {
    padding: 50px 3%;
}

.slick-slide {
    margin-bottom: 2em;
}

#slider,
#thumbnail_slider {
    max-width: 500px;
    margin: 0 auto 10px;
}

.slide-item img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 1em;
}
.thumbnail-item img {
    width: 98%;
    margin: 0 auto;
    border-radius: 10px;
}
.slick-prev,
.slick-next {
    width: auto;
    height: auto;
    top: 35%;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-prev:before,
.slick-next:before {
    color: #ff949f;
    font-size: 40px;
}
/* スライダー　ここまで */

/* ----------下層「保育内容」ページ---------- */
#edu_philosophy {
    padding: 100px 0 0;
}

#edu_philosophy p {
    font-size: 30px;
    text-align: center;
    padding-top: 75px;
    padding-bottom: 150px;
}

#goal ul {
    margin-top: 65px;
}
#goal li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: #ff949f 1px dotted;
    padding-bottom: 15px;
    padding-right: 10px;
    margin-bottom: 65px;
    font-size: 24px;
}

#goal li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    border-radius: 65px;
    background-color: #ff949f;
    font-size: 65px;
    color: #fff;
}
#goal li p {
    width: 900px;
}

#schedule {
    padding-top: 100px;
}

/*tabの形状*/
.tab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tab li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    background: #fff;
    border: 3px solid #472800;
    border-radius: 20px;
    color: #472800;
    font-size: 24px;
    margin: 0 2px;
    padding: 0.25em 0;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a {
    background: #472800;
    color: #fff;
}

/*エリアの表示非表示と形状*/
.area {
    display: none; /*はじめは非表示*/
    opacity: 0; /*透過0*/
    background: #fff;
    padding: 100px 0;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block; /*表示*/
    animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
    animation-duration: 0s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.area dl {
    display: flex;
    flex-wrap: wrap;
}

.area dt,
.area dd {
    display: flex;
    align-items: center;
    padding: 1em 0;
    border-top: #472800 solid 1px;
    border-left: #472800 solid 1px;
    border-right: #472800 solid 1px;
}

.area dt {
    width: 30%;
    justify-content: center;
    font-size: 24px;
    background-color: #472800;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.area dt:last-of-type {
    border-bottom: 1px solid #472800;
}

.area dd {
    width: 70%;
    font-size: 18px;
    padding-left: 1em;
    color: #472800;
}
.area dd:last-of-type {
    border-bottom: 1px solid #472800;
}

.events_list {
    color: #472800;
}
.events_list h3 {
    font-size: 24px;
    max-width: 500px;
    padding-bottom: 0.5em;
    border-bottom: 2px dotted #472800;
    margin-bottom: 30px;
}

.events_list ul {
    margin-bottom: 60px;
}
.events_list li {
    font-size: 18px;
}

.events_img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 60px;
}

.events_img img {
    width: 500px;
    height: 309px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 30px;
}

/* ----------下層「子育て支援室」ページ---------- */
#friends-day {
    padding: 100px 0 100px;
}

.flexbox_img {
    position: relative;
    margin-right: 80px;
}

.flexbox_img::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: #ff949f;
    border-radius: 100px;
    bottom: -100px;
    right: 0;
    z-index: -999;
}

.flexbox_img img {
    width: 400px;
    height: 400px;
    border-radius: 200px;
    margin-top: -50px;
}

#friends-day p {
    font-size: 18px;
    padding-bottom: 1em;
}

.flexbox.subpage {
    max-width: 1088px;
    padding-bottom: 180px;
    margin: 0 auto;
}

.flexbox.subpage section {
    margin: 0;
    width: 480px;
}
.flexbox.subpage h2 {
    margin-bottom: 60px;
}

.flexbox.subpage p {
    padding-bottom: 1em;
}

/* ----------下層「子育て支援室」ページ---------- */
#food-education {
    padding: 100px 0 150px;
}

#food-education p {
    font-size: 18px;
    text-align: center;
    padding-top: 75px;
    padding-bottom: 1em;
}

#food-education p:last-of-type {
    padding-top: 0;
    padding-bottom: 0;
}

#efforts {
    padding-top: 150px;
}

.efforts_p {
    padding-top: 75px;
    padding-bottom: 75px;
    text-align: center;
    font-size: 18px;
}

#efforts ul li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 100px;
}

#efforts ul li:nth-of-type(odd) {
    flex-direction: row-reverse;
}

.efforts_li_inner {
    max-width: 500px;
}

.efforts_li_inner h3 {
    font-size: 30px;
    padding: 30px 0;
    color: #ff949f;
    border-bottom: #ff949f 1px solid;
}

.efforts_li_inner p {
    font-size: 18px;
    padding-top: 1em;
}

#efforts ul li img {
    width: 500px;
    border-radius: 20px;
}

#others {
    padding-bottom: 150px;
}

#others h2 {
    margin-bottom: 60px;
}

#others p {
    font-size: 18px;
    padding-bottom: 1em;
}

/* ----------下層「入園案内」ページ---------- */
#visit {
    padding: 100px 0 0;
}

#visit ul {
    padding: 50px 0 0;
}
#visit li {
    border: #ff949f solid 5px;
    border-radius: 20px;
    display: flex;
    margin-bottom: 30px;
}

#visit li:nth-of-type(even) {
    background-color: #ff949f;
    border: none;
}

#visit li span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 100px;
    width: 220px;
    color: #ff949f;
    border-right: 5px dotted #ff949f;
}

#visit li p {
    font-size: 18px;
    padding: 1em 50px;
    width: 868px;
    display: flex;
    align-items: center;
}

#visit li:nth-of-type(even) span,
#visit li:nth-of-type(even) p {
    color: #fff;
}

#visit li:nth-of-type(even) span {
    border-right: 5px dotted #fff;
}

#childcare-fee {
    max-width: 100%;
    background-image: url(../images/bkg-white.jpg);
    background-size: contain;
    padding: 70px 0;
}

#childcare-fee .contents {
    padding: 50px;
}

#childcare-fee h2 {
    text-align: left;
    margin-bottom: 50px;
}

#childcare-fee p {
    font-size: 18px;
    padding-bottom: 1em;
}

#q-and-a {
    padding: 100px 0;
}
/*アコーディオン全体*/
.accordion-area li {
    margin: 30px 0;
}

.accordion-area section {
    border: 3px dotted #ff949f;
    border-radius: 10px;
}

/*アコーディオンタイトル*/
.title {
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    padding: 3%;
    transition: all 0.5s ease;
    display: flex;
}

.accordion-area span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 62px;
    font-size: 30px;
    color: #fff;
    background-color: #ff949f;
    border-radius: 10px;
    margin-right: 30px;
}

.title p {
    width: 850px;
    line-height: 1.8;
}

.title img {
    transform: rotate(45deg);
}

.title.close img {
    transform: rotate(0deg);
}

.title img {
    width: 30px;
    margin: 20px;
}

/*アコーディオンで現れるエリア*/
.box {
    display: none; /*はじめは非表示*/
    padding: 3%;
}

.box_inner {
    display: flex;
}

.box_inner p {
    width: 850px;
}

#voice {
    max-width: 100%;
    background-image: url(../images/bkg-pink.jpg);
    background-size: contain;
    padding: 50px 0 100px;
    margin-bottom: 150px;
}

#voice ul {
    max-width: 1088px;
    margin: 0 auto;
}
#voice ul li {
    margin-bottom: 180px;
}
.voice_inner {
    background-color: #fff;
    display: flex;
    max-width: fit-content;
    margin-bottom: 40px;
}

.voice_inner span {
    display: block;
    font-size: 65px;
    margin-top: -60px;
    color: #ff949f;
    padding: 0 0.5em 0;
}

.voice_inner p {
    font-size: 24px;
    padding: 1em 3em 1em 0;
}

#voice ul li .voice_inner:last-of-type {
    flex-direction: row-reverse;
    width: 860px;
    margin: 0 0 0 auto;
    position: relative;
}

#voice ul li .voice_inner:last-of-type p {
    padding: 1em 0 1em 3em;
}

/* 保護者の声　丸イメージ（PC版）　非表示 */
/* タブレット・スマホ版は */
/* #voice ul li:nth-of-type(1) .voice_inner:last-of-type::after {
    content: "";
    display: block;
    width: 230px;
    height: 230px;
    background-image: url(../images/image-photo04.jpg);
    background-size: cover;
    border-radius: 115px;
    position: absolute;
    bottom: -100px;
    left: -250px;
}

#voice ul li:nth-of-type(2) .voice_inner:last-of-type::after {
    content: "";
    display: block;
    width: 230px;
    height: 230px;
    background-image: url(../images/image-photo05.jpg);
    background-size: cover;
    border-radius: 115px;
    position: absolute;
    bottom: -100px;
    left: -250px;
}

#voice ul li:nth-of-type(3) .voice_inner:last-of-type::after {
    content: "";
    display: block;
    width: 230px;
    height: 230px;
    background-image: url(../images/image-photo06.jpg);
    background-size: cover;
    border-radius: 115px;
    position: absolute;
    bottom: -100px;
    left: -250px;
} */

#voice ul li img.sp-only {
    display: none;
}

/* --------------------タブレット用レイアウト 1,087px以下-------------------- */
@media screen and (max-width: 1087px) {
    /* ヘッダー */
    header {
        margin-bottom: 0;
        height: auto;
    }

    h1 {
        font-size: 30px;
    }

    h1 span {
        font-size: 11px;
    }

    nav {
        padding: 2em 0;
    }

    /* mv */
    .mv.about,
    .mv.service,
    .mv.blog,
    .mv.friends,
    .mv.guide,
    .mv.lunch {
        height: 300px;
    }

    .mv h1 {
        font-size: 32px;
    }

    /* common */
    .contact {
        margin-bottom: 0;
    }

    /* ----------下層「ブログ」ページ---------- */
    article.blog {
        display: block;
        margin-top: 0;
        margin-bottom: 0;
        padding: 50px 10% 100px;
    }

    .blog_block {
        width: 100%;
    }

    .blog_inner h3 {
        font-size: 24px;
    }

    .blog_inner .category {
        padding-bottom: 2em;
    }

    #side_block {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    #side_block .h2_cross {
        justify-content: center;
        height: auto;
        margin-bottom: 30px;
    }

    #side_block .h2_cross h2 {
        font-size: 16px;
    }

    #side_block .h2_cross {
        justify-content: flex-start;
    }

    #side_block .h2_cross h2 {
        text-align: left;
    }

    #side_block .h2_cross h2::before {
        left: 0;
        transform: unset;
    }

    #side_block .h2_cross::before,
    #side_block .h2_cross::after {
        display: none;
    }

    #side_block .link_text {
        display: none;
    }

    .brown_button.sp-only {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Kiwi Maru";
        font-size: 20px;
        color: #fff;
        background-color: #472800;
        border-radius: 20px;
        width: 320px;
        margin: 0 auto 100px;
        padding: 0.5em;
    }

    /* ----------下層「園について」ページ---------- */
    #corp_philosophy {
        background-image: none;
    }

    .contents.about {
        padding: 0;
    }

    .corp_philosophy_inner {
        display: block;
        text-align: center;
        padding: 50px 10% 0;
    }

    .corp_philosophy_inner img {
        margin-bottom: -70px;
        width: 150px;
        height: 150px;
    }

    .corp_philosophy_inner img:first-of-type,
    .corp_philosophy_inner:last-of-type {
        display: none;
    }

    #corp_philosophy ol {
        background-image: url(../images/bkg-pink.jpg);
        background-size: cover;
        width: 100%;
        padding: 100px 10% 50px;
        font-size: 16px;
        margin-bottom: 0;
    }

    #corp_philosophy ol li {
        margin: 0 1em;
    }

    .about_logo {
        width: 100%;
        padding: 20px 10% 0;
    }

    .corp_philosophy_inner ul {
        padding-bottom: 50px;
    }
    .corp_philosophy_inner li {
        font-size: 20px;
        background-color: inherit;
        margin: 0 auto;
    }

    .double_line .flexbox {
        display: block;
    }

    .double_line {
        margin: 0 5%;
        padding: 10%;
        padding-bottom: 0;
    }

    #history .flexbox dl,
    #outline .flexbox dl {
        justify-content: flex-start;
    }

    #outline h2 {
        text-align: left;
    }

    .img_box {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 50px 0 0;
    }

    .map img {
        max-width: 600px;
        width: 100%;
    }

    #facility {
        padding: 50px 10%;
        margin: 0;
    }

    /* ----------下層「保育内容」ページ---------- */
    #edu_philosophy {
        padding: 50px 10% 0;
    }

    #edu_philosophy p {
        font-size: 20px;
    }
    #goal {
        padding: 50px 10%;
        background-image: url(../images/bkg-pink.jpg);
        background-size: contain;
    }
    #goal h2 {
        text-align: left;
    }

    #goal ul {
        margin-top: 50px;
    }

    #goal li {
        display: block;
        border: 0px;
        margin-bottom: 35px;
    }

    #goal li span {
        width: 100px;
        height: 100px;
        font-size: 50px;
        margin-bottom: 0.5em;
    }

    #goal li p {
        width: 100%;
        font-size: 18px;
    }

    #schedule {
        padding: 50px 10% 0;
    }

    .tab {
        justify-content: space-evenly;
    }

    .tab li {
        margin-bottom: 20px;
    }

    .tab li a {
        font-size: 20px;
        width: 200px;
    }

    .area {
        padding: 30px 0 0 0;
    }

    .area dt {
        font-size: 18px;
    }

    .area dd {
        font-size: 16px;
    }

    #events {
        padding: 70px 10%;
    }

    .events_list h3 {
        font-size: 20px;
        margin-bottom: 0.5em;
    }

    .events_list li {
        font-size: 16px;
    }

    .events_img img {
        max-width: 400px;
        max-height: 247px;
    }

    /* ----------下層「子育て支援室」ページ---------- */
    #friends-day {
        padding: 50px 10% 0;
    }

    #friends-day .flexbox {
        display: block;
    }

    #friends-day p {
        font-size: 16px;
    }

    #friends-day .flexbox_img {
        margin-right: 0;
        margin-bottom: 100px;
        text-align: center;
    }

    #friends-day .flexbox_img img {
        width: 250px;
        height: 250px;
        margin-top: 0;
    }

    #friends-day .flexbox_img::before {
        bottom: -50px;
        left: 50%;
        right: unset;
        width: 150px;
        height: 150px;
    }

    .flexbox.subpage section {
        padding-bottom: 100px;
    }

    /* ----------下層「入園案内」ページ---------- */
    #visit {
        padding: 50px 10% 0;
    }

    #visit li {
        display: block;
    }

    #visit li p {
        width: 100%;
        padding-bottom: 2em;
    }

    #visit li span,
    #visit li:nth-of-type(even) span {
        border: 0px;
        width: 100%;
        font-size: 50px;
        padding-top: 1rem;
    }

    #childcare-fee {
        padding: 50px 10%;
    }

    #childcare-fee p {
        font-size: 16px;
    }

    #q-and-a {
        padding: 50px 10%;
    }

    .title {
        display: block;
        padding: 5%;
    }

    .title::before {
        top: auto;
        bottom: 50%;
        right: 50%;
    }

    .title p {
        width: 100%;
        padding: 1em 0;
    }

    .title img {
        display: block;
        margin: 0 auto;
    }

    .box {
        padding: 0;
    }

    .box_inner {
        display: block;
        padding: 0 5% 5%;
    }

    .box_inner p {
        width: 100%;
        padding-top: 1em;
    }

    #voice {
        padding: 50px 10%;
        margin-bottom: 100px;
    }

    .voice_inner {
        margin: 0 auto 50px;
        width: 100%;
        max-width: none;
    }

    .voice_inner span {
        font-size: 50px;
        margin-top: -50px;
    }

    #voice ul li {
        margin-bottom: 100px;
    }

    #voice ul li .voice_inner:last-of-type {
        flex-direction: row;
        width: 100%;
    }

    .voice_inner p,
    #voice ul li .voice_inner:last-of-type p {
        padding: 1em 1em 1em 0;
        font-size: 18px;
    }

    #voice ul li:nth-of-type(1) .voice_inner:last-of-type::after,
    #voice ul li:nth-of-type(2) .voice_inner:last-of-type::after,
    #voice ul li:nth-of-type(3) .voice_inner:last-of-type::after {
        content: none;
    }

    /* 保護者の声　丸イメージ（Tab）　非表示 */
    /* #voice ul li img.sp-only {
        display: block;
        width: 200px;
        height: 200px;
        border-radius: 100px;
        object-fit: cover;
        margin: 0 auto 50px;
    } */

    /* ----------下層「食育・給食」ページ---------- */
    #food-education {
        padding: 50px 10% 100px;
    }

    #dairy-lunch .gallery {
        padding-bottom: 50px;
    }

    #efforts {
        padding: 50px 10% 0;
    }

    #efforts ul li,
    #efforts ul li:nth-of-type(odd) {
        display: block;
        margin-bottom: 50px;
    }

    .efforts_li_inner h3 {
        font-size: 20px;
        padding: 1em 0;
    }

    .efforts_li_inner p {
        font-size: 16px;
        padding: 1em 0 2em;
    }

    .flexbox.subpage {
        display: block;
        padding: 50px 10% 0;
    }

    .flexbox.subpage section {
        width: 100%;
    }

    .flexbox.subpage h2 {
        margin-bottom: 50px;
    }

    #allergy-free,
    #baby-food {
        margin-bottom: 50px;
        padding-bottom: 0;
    }

    #others {
        padding: 50px 10% 100px;
    }
}

/* --------------------スマホ用レイアウト 600px以下-------------------- */
@media screen and (max-width: 600px) {
    /* ヘッダー */
    header {
        padding: 1em 0;
    }

    h1 {
        font-size: 24px;
    }

    h1 span {
        font-size: 10px;
    }

    .mv h1 {
        font-size: 24px;
    }

    /* ----------下層「ブログ」ページ---------- */
    .blog_inner h3 {
        font-size: 16px;
    }

    .nav-links {
        display: block;
    }

    .navigation.post-navigation .nav-links {
        display: block;
    }

    .blog_block nav {
        padding: 0;
    }

    .nav-previous,
    .nav-next {
        margin: 0 auto 50px;
        width: 80%;
        max-width: none;
    }

    .nav-links .prev,
    .nav-links .page-numbers,
    .nav-links .next {
        border-radius: 10px;
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .blog_inner .category a,
    .blog_inner .category a:nth-of-type(even) {
        font-size: 11px;
        margin-right: 0.5em;
        margin-bottom: 0.5em;
    }

    .nav-next {
        margin-bottom: 0;
    }

    #side_block {
        width: 100%;
        margin-bottom: 50px;
    }

    #side_block ul {
        padding: 0;
    }

    #side_block li {
        font-size: 16px;
    }

    .brown_button.sp-only {
        font-size: 16px;
        height: auto;
        padding: 0.5em 0;
        margin-bottom: 50px;
    }

    /* ----------下層「園について」ページ---------- */
    .corp_philosophy_inner li {
        font-size: 16px;
    }
    .double_line {
        border: 0px;
        margin: 0;
    }
    .double_line .flexbox dl {
        display: block;
    }
    .double_line .flexbox dt,
    .double_line .flexbox dd {
        width: 100%;
    }

    .double_line .flexbox dd {
        border: 0px;
        margin-bottom: 1.5em;
    }

    /* ----------下層「保育内容」ページ---------- */
    #edu_philosophy p {
        font-size: 16px;
        padding: 50px 0 100px;
    }

    #goal ul {
        margin-top: 30px;
    }

    #goal li span {
        font-size: 32px;
        width: 70px;
        height: 70px;
    }

    #goal li p {
        font-size: 16px;
    }

    .dot_deco {
        display: none;
    }

    .tab {
        margin-top: 30px;
    }

    .tab li a {
        font-size: 12px;
        border: 2px solid #472800;
        width: 130px;
        padding: 0.5em;
    }

    .area dl {
        display: block;
    }

    .area dt,
    .area dd {
        width: 100%;
        border-bottom: 0;
        font-size: 16px;
    }

    .events_list {
        padding-top: 30px;
    }

    .events_list h3,
    .events_list li {
        font-size: 16px;
    }

    .events_img {
        padding: 0;
    }

    .events_img img {
        width: 100%;
    }

    /* ----------下層「子育て支援室」ページ---------- */
    #friends-day .flexbox_img img {
        width: 150px;
        height: 150px;
    }

    #friends-day .flexbox_img::before {
        width: 75px;
        height: 75px;
        bottom: -30px;
    }

    /* ----------下層「入園案内」ページ---------- */
    #visit li span,
    #visit li:nth-of-type(even) span {
        font-size: 32px;
    }

    #visit li p {
        font-size: 16px;
        padding: 1em 1.5em 1.5em;
    }

    #childcare-fee h2 {
        margin-bottom: 2em;
    }

    #childcare-fee .contents {
        padding: 30px 10%;
    }

    .title p,
    .box_inner p {
        font-size: 16px;
    }

    .title img {
        width: 25px;
    }

    #voice ul li {
        margin-top: 50px;
    }

    #voice ul li img.sp-only {
        width: 150px;
        height: 150px;
        margin-top: 50px;
    }

    .voice_inner span {
        font-size: 32px;
        margin-top: -32px;
    }

    .voice_inner p,
    #voice ul li .voice_inner:last-of-type p {
        font-size: 16px;
    }

    /* ----------下層「食育・給食」ページ---------- */
    #food-education p {
        font-size: 16px;
        padding-top: 50px;
        text-align: left;
    }

    #dairy-lunch .gallery {
        padding-top: 50px;
    }

    #dairy-lunch .insta_area {
        margin-top: 50px;
    }

    .efforts_p {
        font-size: 16px;
        padding-top: 50px;
        padding-bottom: 20px;
        text-align: left;
    }

    #efforts ul {
        padding-top: 30px;
    }

    .efforts_li_inner h3 {
        font-size: 16px;
    }

    .flexbox.subpage h2,
    #others h2 {
        margin-bottom: 30px;
    }

    #efforts ul li img {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    /* -----園の環境　スライダー----- */
    .slick-prev,
    .slick-next {
        top: 25%;
    }

    .slick-prev {
        left: -30px;
    }

    .slick-next {
        right: -30px;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 20px;
    }
    /* スライダー　ここまで */
}
