body {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.45;
    font-weight: 400;
}
body .home {

}
.contact .section_top_img {
    display: none;
}
.home .contact .section_top_img {
    display: block;
}

.no_link:hover {
    opacity: 1!important;
}
.l-mainContent, .l-article {
    max-width: unset;
}
.c-pageTitle {
	display: none;
}
main {
    padding-top: 155px;
}
@media only screen and (max-width: 980px) {
    main {
        padding-top: 100px;
    }
}
.post_content {
	padding: 0;
}
img,
video {
    width: 100%;
}

.pc {
    display: block !important;
}

.pc_tab {
    display: block;
}

.sp {
    display: none !important;
}

.tab_only {
    display: none !important;
}

.sp_only {
    display: none !important;
}

@media only screen and (max-width: 980px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .tab_only {
        display: block !important;
    }
}

@media only screen and (max-width: 680px) {
    .pc_tab {
        display: none !important;
    }

    .sp_only {
        display: block !important;
    }

    .tab_only {
        display: none !important;
    }
}

/* 共通 */
.pc_br {
    display: inline !important;
}

.pc_tab_br {
    display: inline !important;
}
.tab_br {
    display: none !important;
}
.sp_only_br {
    display: none !important;
}

@media only screen and (max-width: 980px) {
    .pc_br {
        display: none !important;
    }
    .tab_br {
        display: inline !important;
    }
    .sp_only_br {
        display: none !important;
    }
}

@media only screen and (max-width: 680px) {
    .pc_tab_br {
        display: none !important;
    }
    .sp_only_br {
        display: inline !important;
    }
}
.pc_sp {
    display: block;
}
.wide {
    display: none;
}
@media only screen and (min-width: 1400px) {
    .pc_sp {
        display: none;
    }
    .wide {
        display: block;
    }
}
.section_inner {
    max-width: 1180px;
    width: 100%;
    margin: auto;
}
.page_inner {
    max-width: 1080px;
    width: 100%;
    margin: auto;
}
@media only screen and (max-width: 1250px) {
    .section_inner {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 980px) {
    .page_inner {
        padding: 0 20px;
    }
}
/* 共通テキスト */
.section_title {
    font-family: "RocknRoll One", sans-serif;
    color: #642A2A;
    font-size: 36px!important;
    font-weight: 400!important;
    letter-spacing: 0.05em;
}
.section_text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75;
}
@media only screen and (max-width: 980px) {
    .section_title {
        font-size: 30px!important;
    }
    .section_text {
        font-size: 16px;
    }
}
@media only screen and (max-width: 680px) {
    .section_title {
        font-size: 24px!important;
    }
    .section_text {
        font-size: 16px;
    }
}
/* 共通ボタン */
.more_btn {
    text-align: center;
}
.more_btn_link {
    display: block;
    max-width: 250px;
    padding: 16px 0;
    border: 2px solid #E76D60;
    background-color: #fff;
    border-radius: 50px;
    color: #E76D60;
    font-size: 16px;
    font-weight: bold;
}
.more_btn_link:hover {
    background-color: #E76D60;
    color: #fff;
}
.more_btn_red {
    text-align: center;
}
.more_btn_red_link {
    display: block;
    max-width: 250px;
    padding: 16px 0;
    border: 2px solid #FA6C72;
    background-color: #FA6C72;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: auto;
}
.more_btn_red_link:hover {
    background-color: #fff;
    color: #FA6C72;
}
.section_title_icon {
    text-align: center;
    margin-bottom: 40px;
}
.section_title_icon h2 {
    position: relative;
    display: inline-block;
    background: unset;
    padding: 0 80px;
    color: #642A2A;
}
.section_title_icon h2::before,
.section_title_icon h2::after {
    position: absolute;
    content: "";
    display: block!important;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background-size: cover;
    border: unset;
}
.section_title_icon h2::before {
    left: 0;
}
.section_title_icon h2::after {
    right: 0;
}
.section_title_icon.icon_rainbow h2 {
    padding: 0 80px;
}
/* 教会アイコン */
.section_title_icon.icon_church h2::before,
.section_title_icon.icon_church h2::after {
    background-image: url("/wp-content/uploads/2025/11/icon_church.webp");
}
/* 花アイコン */
.section_title_icon.icon_flower h2::before,
.section_title_icon.icon_flower h2::after {
    background-image: url("/wp-content/uploads/2025/11/icon_flower.webp");
}
/* 鳥アイコン */
.section_title_icon.icon_bird h2::before {
    background-image: url("/wp-content/uploads/2025/11/icon_bird_right.webp");
}
.section_title_icon.icon_bird h2::after {
    background-image: url("/wp-content/uploads/2025/11/icon_bird_left.webp");
}
/* 虹アイコン */
.section_title_icon.icon_rainbow h2::before,
.section_title_icon.icon_rainbow h2::after {
    width: 70px;
    height: 70px;
    background-image: url("/wp-content/uploads/2025/11/icon_rainbow.webp");
}
/* 機関車アイコン */
.section_title_icon.icon_train h2::before,
.section_title_icon.icon_train h2::after {
    background-image: url("/wp-content/uploads/2025/11/icon_train.webp");
}
/* 風船アイコン */
.section_title_icon.icon_baloon h2::before,
.section_title_icon.icon_baloon h2::after {
    background-image: url("/wp-content/uploads/2025/11/icon_baloon.webp");
}
/* 旗アイコン */
.section_title_icon.flag h2 {
    padding: 0 160px;
}
.section_title_icon.flag h2::before,
.section_title_icon.flag h2::after {
    position: absolute;
    content: "";
    top: 0;
    width: 150px;
    height: 65px;
    background-size: cover;
}
.section_title_icon.flag h2::before {
    left: 0;
    background-image: url("/wp-content/uploads/2025/11/title_icon_left.webp");
}
.section_title_icon.flag h2::after {
    right: 0;
    background-image: url("/wp-content/uploads/2025/11/title_icon_right.webp");
}
@media only screen and (max-width: 980px) {
    
    .section_title_icon.flag h2 {
        padding: 0 140px;
    }
    .section_title_icon.flag h2::before,
    .section_title_icon.flag h2::after {
        width: 120px;
        height: 50px;
    }
}
@media only screen and (max-width: 680px) {
    .section_title_icon {
        margin-bottom: 30px;
    }
    .section_title_icon h2 {
        padding: 10px 60px;
    }
    .section_title_icon h2::before,
    .section_title_icon h2::after {
        width: 50px;
        height: 50px;
    }
    .section_title_icon.flag h2 {
        padding: 0 75px;
    }
    .section_title_icon.icon_rainbow h2::before,
    .section_title_icon.icon_rainbow h2::after {
        width: 60px;
        height: 60px;
    }
    .section_title_icon.flag h2::before,
    .section_title_icon.flag h2::after {
        width: 60px;
        height: 20px;
        bottom: 0;
        margin: auto;
    }
}
/* ボタン共通ここまで */
.l-content {
    max-width: unset;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.l-content,
.l-article {
    padding-top: 0!important;
    padding-top: 160px!important;
}
.l-content .l-article {
    padding-top: 0!important;
}
@media only screen and (max-width: 980px) {
    .l-content,
    .l-article {
        padding-top: 120px!important;
    }
}
@media only screen and (max-width: 680px) {
    .l-content,
    .l-article {
        padding-top: 110px!important;
    }
}
@media only screen and (max-width: 450px) {
    .l-content,
    .l-article {
        padding-top: 105px!important;
    }
}
@media only screen and (max-width: 450px) {
    .l-content,
    .l-article {
        padding-top: 100px!important;
    }
}
.home .l-content {
    background-color: #fff;
}
/* KV */
.top_kv {
    position: relative;
    padding: 350px 0 95px;
}
.top_kv_title {
    background-image: url();
    background-position: top ;
}
.top_kv_title h1 {
    background: rgba(255, 255, 255, 0.90);
    font-size: 40px;
    font-family: "RocknRoll One", sans-serif;
    color: #86360C;
}
.top_kv_title h1:first-child {
    margin-bottom: 10px;
}
.top_kv_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top_kv_img video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;   /* 画面いっぱいにトリミングフィット */
    object-position: center;
}

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

}
@media only screen and (max-width: 680px) {

}
/* 園聖句 */
.top_message {
    background-color: #FFFAE8;
    padding-bottom: 10px;
}
.top_message_container {
    position: relative;
    max-width: 510px;
    width: 100%;
    margin: auto;
    padding: 60px 0 85px;
}
.top_message_container::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/uploads/2025/11/bg_message_img.webp");
    background-size: cover;
    background-position: center;
}
.top_message_title {
    position: relative;
    width: 135px;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.top_message_title::before,
.top_message_title::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 1px;
    background-color: #623800
}
.top_message_title::before {
    left: -40px;
}
.top_message_title::after {
    right: -40px;
}
.top_message_title span {
    color: #623800;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_message_title_container {
    position: relative;
    text-align: center;
}
.top_message_main_title {
    font-family: "RocknRoll One", sans-serif;
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 1.45;
    color: #ED1C24;
    margin-bottom: 5px;
}
.top_message_sub_title {
    font-size: 14px;
    font-weight: 500;
    line-height: 2.3;
    color: #472727;
}

@media only screen and (max-width: 980px) {
    .top_message_main_title {
        font-size: 24px;
    }
}
@media only screen and (max-width: 680px) {
    .top_message_title {
        margin-bottom: 5px;
    }
    .top_message_title span {
        font-size: 20px;
    }
    .top_message_main_title {
        font-size: 20px;
    }
}
@media only screen and (max-width: 505px) {
    .top_message_container {
        padding: 12vw 0 12vw;
    }
}
/* TOP光の子幼稚園とは */
.top_about_hikarinoko {
    position: relative;
    background-color: #FFFAE8;
    padding: 30px 0 25px;
}
.top_about_hikarinoko_title {
    display: block;
    text-align: center;
    font-family: "RocknRoll One", sans-serif;
    font-size: 32px;
    line-height: 1.5;
    color: #472727;
    margin-bottom: 30px;
}
.top_about_hikarinoko_title .fc_red {
    color: #ED1C24;
}
.top_about_hikarinoko_title .fc_green {
    color: #61B616;
}
.top_about_hikarinoko_text {
    text-align: center;
    color: #472727;
    margin-bottom: 35px;
}
.top_about_hikarinoko .more_btn_link {
    margin: auto;
}


@media only screen and (max-width: 980px) {
    .top_about_hikarinoko_title {
        font-size: 28px;
    }
}
@media only screen and (max-width: 680px) {
    .top_about_hikarinoko_title {
        font-size: 24px;
    }
}


/* TOPお知らせ */
.top_news {
    position: relative;
    padding: 110px 0 75px;
}
.top_news_container {
    display: flex;
    justify-content: space-between;
}
.section_top_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 44px;
}
.section_top_img img {
    height: 100%;
    object-fit: cover;
}

.section_bottom_img {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 44px;
}
.section_bottom_img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.top_news_title_container {
    max-width: 295px;
    width: 25%;
}
.top_news_title {
    display: block;
    text-align: center;
    font-family: "RocknRoll One", sans-serif;
    font-size: 32px;
    letter-spacing: 0.05em;
    color: #642A2A;
    margin-bottom: 25px;
}
.top_news .more_btn_link {
    max-width: 175px;
    margin: auto;
}
.top_news_list_container {
    width: 70%;
}
.top_news_list {

}
.top_news_item_link {
    display: flex;
    gap: 0 25px;
    padding: 15px 12px;
    border-bottom: 0.5px solid #7A7A7A;
}
.top_news_item_meta {
    display: flex;
    gap: 15px;
}

.top_news_item_date {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.top_news_item_tag {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 15px;
    background-color: #FA7B2D;
    border-radius: 30px;
    white-space: nowrap;
}

.top_news_item_text {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media only screen and (max-width: 980px) {
    .top_news {
        padding: 80px 0 50px;
    }
    .top_news_title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 680px) {
    .top_news {
        padding: 75px 0 30px;
    }
    .top_news_container {
        flex-direction: column;
        gap: 30px;
    }
    .top_news_title_container,
    .top_news_list_container {
        max-width: unset;
        width: 100%;
    }
    .top_news_item_link {
        flex-direction: column;
        gap: 10px;
    }
    .top_news_title {
        font-size: 24px;
        margin-bottom: 0;
    }
}

/* 光の子幼稚園について */
.top_about {
    position: relative;
    padding: 75px 0 35px;
    background-color: #FFFAE8;
}
.top_about_title {
    text-align: center;
    margin-bottom: 65px;
}
.top_about_title h2 {
    position: relative;
    display: inline-block;
    padding: 0 80px;

}
.top_about_title h2::before,
.top_about_title h2::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 70px;
    background-image: url("/wp-content/uploads/2025/11/church.webp");
    background-size: cover;
}
.top_about_title h2::before {
    left: 0;
}
.top_about_title h2::after {
    right: 0;
}
.top_about_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
}
.top_about_item {
    max-width: 300px;
    width: calc(100% / 3 - 55px);
    display: flex;
    flex-direction: column;
}
.top_about_item:hover {
    opacity: 0.6;
}
.top_about_item_img {
    margin-bottom: 15px;
}
.top_about_item_img img {
    border-radius: 20px;
}
.top_about_item_title {
    font-family: "RocknRoll One", sans-serif;
    font-size: 24px;
    color: #642A2A;
    text-align: center;
}

@media only screen and (max-width: 980px) {
    .top_about_title {
        margin-bottom: 50px;
    }
    .top_about_container {
        gap: 40px;
    }
    .top_about_item {
        width: calc(100% / 2 - 30px);
    }
}
@media only screen and (max-width: 680px) {
    .top_about_title {
        margin-bottom: 30px;
    }
    .top_about_container {
        flex-direction: column;
        gap: 40px 0;
    }
    .top_about_item {
        width: 100%;
        margin: auto;
    }
}
/* TOP未就園児お遊び会 */
.top_preschool_play_party_sec {
    position: relative;
    padding: 75px 0 35px;
    background-color: #FFF5BA;
}

.top_ppp_img {
    max-width: 555px;
    width: 48%;
    text-align: center;
}
.top_ppp_img img {
    max-width: 400px;
    border-radius: 20px;
}
.top_ppp_text_container {
    width: 50%;
}
.top_ppp_text {
    margin-bottom: 40px;
}
.top_ppp_btn_container {
    display: flex;
    gap: 30px;
}
.top_ppp_brn  {
    max-width: 220px;
    width: 100%;
}

.top_preschool_play_party {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (max-width: 980px) {
    
}
@media only screen and (max-width: 680px) {
    
    .top_preschool_play_party {
        flex-direction: column;
        gap: 35px;
    }
    .top_ppp_img {
        width: 100%;
    }
    .top_ppp_text_container {
        max-width: unset;
        width: 100%;
    }
    .top_ppp_btn_container {
        justify-content: center;
    }
}
/* 入園案内 */
.top_guidance {
    position: relative;
    padding: 75px 0 35px;
    background-color: #FFFAE8;
}
.top_guidance_container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.top_guidance_img {
    max-width: 555px;
    width: 48%;
}
.top_guidance_text_container {
    width: 50%;
}
.top_guidance_text {
    margin-bottom: 40px;
}
.top_guidance_btn_container {
    display: flex;
    gap: 30px;
}
.top_guidance_btn {
    max-width: 220px;
    width: 100%;
}
@media only screen and (max-width: 980px) {

}
@media only screen and (max-width: 680px) {
    .top_guidance_container {
        gap: 35px;
        flex-direction: column;
    }
    .top_guidance_img {
        width: 100%;
    }
    .top_guidance_text_container {
        max-width: unset;
        width: 100%;
    }
    .top_guidance_btn_container {
        justify-content: center;
    }
}
/* 採用情報 */
.top_recruit_sec {
    position: relative;
    padding: 75px 0 35px;
    background-color: #D9F7FF;
}
.top_recruit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_recruit_img {
    max-width: 555px;
    width: 48%;
}
.top_recruit_img img {
    border-radius: 20px;
}
.top_recruit_text_container {
    width: 50%;
}
.top_recruit_text {
    margin-bottom: 40px;
}
.top_recruit_btn_container {
    display: flex;
    gap: 30px;
}
.top_recruit_brn  {
    max-width: 220px;
    width: 100%;
}

@media only screen and (max-width: 980px) {
}
@media only screen and (max-width: 680px) {
    .top_preschool_play_party {
        flex-direction: column;
        gap: 35px;
    }
    .top_recruit {
        gap: 35px;
        flex-direction: column;
    }
    .top_recruit_img {
        width: 100%;
    }
    .top_recruit_text_container {
        max-width: unset;
        width: 100%;
    }
    .top_recruit_btn_container {
        justify-content: center;
    }
}
/* TOPブログ */
.top_blog {
    position: relative;
    background-color: #FFF5BA;
    padding: 75px 0 35px;
}
.top_blog_container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}
.blog_item {
    max-width: 280px;
    width: calc(100% / 4 - 10px);
}
.blog_item_link {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
}
.blog_item_link:hover {
    opacity: 0.6;
}

.blog_item_info {
    position: relative;
    background-color: #fff;
    padding: 12px;
}
.blog_item_date {
    font-size: 10px;
    letter-spacing: 0.1em;
    color: #472727;
    margin-bottom: 30px;
}
.blog_item_tag {
    position: absolute;
    background-color: #FFCF32;
    border-radius: 10px;
    top: 10px;
    right: 10px;
    width: 115px;
    height: 25px;
    font-size: 12px;
    font-weight: 500;
    color: #472727;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog_item_title {
    flex: 1;
    font-size: 14px;
    font-weight: bold;
    color: #472727;
    min-height: 55px;
}
.blog_item_btn {
    position: relative;
    max-width: 200px;
    display: flex;
    justify-content: center;
    border: 2px solid #642A2A;
    border-radius: 30px;
    padding: 10px 0;
	padding-right: 10px;
    color: #642A2A;
    text-align: center;
    margin: auto;
}


.blog_item_btn span {
    font-size: 16px;
    font-weight: 500;
}
.top_blog .more_btn_link {
    margin: auto;
}
@media only screen and (max-width: 980px) {
    .top_blog_container {
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
    }
    .blog_item {
        max-width: 330px;
        width: calc(100% / 2 - 20px);
    }
}
@media only screen and (max-width: 680px) {
    .top_blog_container {
        flex-direction: column;
    }
    .blog_item {
        max-width: 330px;
        width: 100%;
        margin: auto;
    }
}
/* TOPインスタグラム */
.top_insta {
    position: relative;
    padding: 75px 0 35px;
    background-color: #fff;
}
.top_insta .section_title_icon {
    margin-bottom: 55px;
}
.top_insta_text {
    max-width: 470px;
    margin: auto;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
    color: #472727;
}
.top_insta_container {
    margin-bottom: 40px;
}
.top_insta .more_btn_link {
    margin: auto;
}

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

}
@media only screen and (max-width: 680px) {

}
/* TOPお問い合わせ */
.contact {
    position: relative;
    background-color: #fff7d9;
    padding: 75px 0 45px;
}
.contact_text {
    max-width: 510px;
    margin: auto;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
    color: #472727;
}
.contact_container {
    max-width: 970px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.contact_item {
    max-width: 470px;
    width: 50%;
    background-color: #fff;
    border: 3px solid #472727;
    border-radius: 20px;
    padding: 33px 0;
}
.contact_item_title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}
.contact_tel {
    text-align: center;
    margin-bottom: 20px;
}
.contact_tel_link {
    position: relative;
    display: inline-block;
    color: #E24B3B;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-left: 55px;
}
.contact_tel_link:hover {
    opacity: 0.6;
}
.contact_tel_link::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background-image: url("/wp-content/uploads/2025/11/contact_tel.webp");
    background-size: cover;
}
.contact_tel_text {
    font-size: 20px;
    font-weight: 500;
    color: #472727;
}
.contact_btn {
    margin-top: 30px;
}
.contact_btn_link {
    display: block;
    max-width: 300px;
    width: 100%;
    text-align: center;
    margin: auto;
    background-color: #E24B3B;
    border: 3px solid #E24B3B;
    border-radius: 50px;
    padding: 25px 0;
    color: #fff!important;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.1em;
}
.contact_btn_link:hover {
    background-color: #fff;
    color: #E24B3B!important;
}
.contact_btn_link span {
    position: relative;
    padding-left: 35px;
}
.contact_btn_link span::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 20px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url("/wp-content/uploads/2025/11/contact_mail.webp");
    background-size: cover;
}
.contact_btn_link:hover span::before {
    background-image: url("/wp-content/uploads/2025/11/contact_mail_red.webp");
}
@media only screen and (max-width: 980px) {
    .contact_container {
    }
    .contact_item {
        padding: 20px 0;
    }
    .contact_item_title {
        font-size: 22px;
    }
    .contact_tel_link {
        font-size: 32px;
    }
    .contact_btn_link {
        padding: 15px 0;
        font-size: 20px;
    }
}
@media only screen and (max-width: 680px) {
    .contact_container {
        flex-direction: column;
    }
    .contact_item {
        width: 100%;
        margin: auto;
    }
    .contact_item_title {
        font-size: 20px;
    }
    .contact_tel {
        margin-bottom: 0;
    }
    .contact_btn {
        margin-top: 15px;
    }
    .contact_btn_link {
        padding: 10px 0;
        font-size: 16px;
    }
    .contact_btn_link span::before {
        width: 20px;
        height: 20px;
    }
}
/* ヘッダー */
#header {
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    transition: background-color 0.3s;
    padding-bottom: 44px;
}
.header_container {
    background: #FFFAE8;
}
.header_inner {
    position: relative;
    max-width: 1050px;
    width: 100%;
    margin: auto;
}
.header_top {
    position: absolute;
    top: 30px;
    right: 15px;
}
.header_bottom {
    padding-top: 55px;
    display: flex;
    justify-content: space-between;
}
.header_top_inner {
    display: flex;
    gap: 10px;
}
.header_top_left {
    text-align: center;
}
.header_top_item_link {
    display: block;
    position: relative;
    padding-left: 20px;
    font-family: "RocknRoll One", sans-serif;
    font-size: 12px;
    color: #642A2A;
}
.header_top_item_link::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 12px;
    background-image: url("/wp-content/uploads/2025/11/header_top_item_icon.webp");
    background-size: cover;
}
.header_top_item_link:hover {
    opacity: 0.6;
}
.header_bottom_left_menu,
.header_bottom_right_menu {
    max-width: 330px;
    width: 30%;
    display: flex;
    justify-content: space-between;
    border-left: 1px solid #B17219;
}
.header_menu_item {
    max-width: 110px;
    width: 100%;
    margin: auto;
    border-right: 1px solid #B17219;
}
.header_menu_item_link {
    display: block;
    padding: 5px 0;
    text-align: center;
}
.header_menu_item_link:hover {
    opacity: 0.6;
}
.header_menu_item_img {
    max-width: 68px;
    width: 100%;
    margin: auto;
    margin-bottom: 2px;
}
.header_menu_item_main_title {
    color: #472727;
    font-family: "RocknRoll One", sans-serif;
    font-size: 12px;
}

.header_bottom_logo {
    max-width: 395px;
    width: 40%;
    display: flex;
    align-items: center;
}
.header_logo {
    max-width: 285px;
    width: 100%;
    padding: 0 10px;
    margin: auto;
    display: flex;
    align-items: center;
}

.header_top_img {
    display: flex;
    background-color: transparent;
    position: absolute;
    top: 0;
    height: 31px;
    width: 100vw;
}
.header_bottom_img {
    display: flex;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    height: 44px;
    width: 100vw;
}
.header_bottom_img img {
    object-position: top;
    height: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 1150px) {
    .header_inner {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 980px) {
    #header {
        padding-bottom: 25px;
    }
    .header_bottom_left_menu,
    .header_bottom_right_menu {
        display: none;
    }

    .header_bottom {
        padding-top: 10px;
        padding-bottom: 10px;
        justify-content: center;
    }

    .header_top {
        display: none;
    }

    .header_bottom_logo {
        width: 100%;
        margin: auto;
        z-index: 1000;
    }

    .header_container {
        position: relative;
        z-index: 1000;
        padding-top: 10px;
    }

    .header_menu_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        text-align: center;
        margin-bottom: 50px;
    }

    .header_g-nav_menu_list {
        display: flex;
        flex-wrap: wrap;
    }

    .g-nav-list_inner {
        max-width: 350px;
        margin: auto;
        margin-top: 90px;
    }

    .header_menu_item {
        width: calc(100% / 3 - 20px);
        margin-bottom: 45px;
    }

    .header_menu_item:nth-child(n + 4) {
        margin-bottom: 0;
    }

    .header_download {
        text-align: center;
        max-width: 300px;
        width: 100%;
        margin: auto;
        margin-bottom: 35px;
    }

    .header_download_link {
        display: block;
        background-color: #A3FF90;
        color: #6A4242;
        border-radius: 30px;
        padding: 6px 0 8px;
    }

    .header_download_link span {
        font-family: "RocknRoll One", sans-serif;
        font-size: 16px;
    }

    .header_contact_container {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .header_contact_form,
    .header_contact_tel {
        border: 3px solid #642A2A;
        background-color: #fff;
        border-radius: 20px;
        padding: 22px 0;
    }

    .header_contact_form_title,
    .header_contact_tel_title {
        color: #642A2A;
        font-family: "RocknRoll One", sans-serif;
        font-size: 20px;
        text-align: center;
    }

    .header_contact_form_title {
        margin-bottom: 22px;
    }

    .header_contact_form_link {
        position: relative;
        display: block;
        max-width: 295px;
        width: 100%;
        margin: auto;
        padding: 15px 30px;
        background-color: #642A2A;
        border: 2px solid #642A2A;
        border-radius: 30px;
        color: #fff;
        text-align: center;
    }

    .header_contact_form_link:hover {
        opacity: 1;
        background-color: #fff;
        color: #642A2A;
    }

    .header_contact_form_link::before {
        position: absolute;
        content: "";
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 26px;
        height: 26px;
        background-image: url("/wp-content/uploads/2024/12/ciecle_icon_white.webp");
        background-size: cover;
    }

    .header_contact_form_link:hover:before {
        background-image: url("/wp-content/uploads/2024/12/ciecle_icon_brown.webp");
    }

    .header_contact_form_link span {
        font-size: 16px;
        font-weight: bold;
    }

    .header_contact_tel_title {
        margin-bottom: 10px;
    }

    .header_contact_tel_link {
        display: block;
        margin: auto;
        text-align: center;
        color: #000;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .header_contact_tel_link:hover {
        opacity: 0.6;
    }

    .header_contact_tel_text {
        text-align: center;
        color: #000;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 20px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 680px) {
    .header_bottom {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .header_bottom_logo {
        width: 70%;
        min-width: 230px;
    }
}

/* フッター */
.footer {
    position: relative;
    background-color: #fff7d9;
    padding-top: 145px;
}
.footer_top_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 145px;
}
.footer_top_img img {
    height: 100%;
    object-fit: cover;
}
.footer_conatiner {
    padding-top: 25px;
    padding-bottom: 35px;
    background-color: #D3E782;
}
.footer_inner {
    max-width: 1150px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.footer_logo_container {
    max-width: 330px;
    width: 30%;
}
.footer_logo_text {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #365B35;
}
.footer_logo {
    max-width: 290px;
    width: 100%;
    margin-bottom: 20px;
}
.footer_adress_container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    gap: 10px;
}
.footer_adress {
    max-width: 165px;
    width: 55%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    color: #623800;
}
.footer_church_qr {
    max-width: 140px;
    width: 45%;
}
.footer_church_qr a {
    display: block;
}
.footer_church_qr a:hover {
    opacity: 0.6;
}
.footer_sns_container {
    display: flex;
    gap: 25px;
}
.footer_sns {
    width: 40px;
}
.footer_sns a {
    display: block;
}
.footer_sns a:hover {
    opacity: 0.6;
}
.footer_menu_container {
    width: 70%;
    display: flex;
    justify-content: left;
}
.footer_menu_box {
    display: flex;
    gap: 10px;
}
.footer_menu_item {
    min-width: 170px;
    margin-bottom: 15px;
}
.footer_menu_item:last-child {
    margin-bottom: 0;
}
.footer_menu_item_link {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #623800;
}
.footer_menu_item_link::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    background-image: url("/wp-content/uploads/2025/11/arrow_icon_red.webp");
    background-size: cover;
}
.footer_menu_item_link:hover {
    opacity: 0.6;
}
.footer_copyright_container {
    background-color: #623800;
    color: #fff;
    padding: 15px 0;
}
.footer_copyright_container_inner {
    max-width: 1150px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.footer_policy {
    position: relative;
    padding-left: 20px;
}
.footer_policy:hover {
    opacity: 0.6;
}
.footer_policy::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url("/wp-content/uploads/2025/11/arrow_icon_white.webp");
    background-size: cover;
}
@media only screen and (max-width: 1200px) {
    .footer_copyright_container_inner,
    .footer_inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 980px) {
    .footer_inner {
        flex-direction: column-reverse;
    }
    .footer_logo_container {
        width: 100%;
        margin: auto;
    }
    .footer_menu_container {
        width: 100%;
        justify-content: center;
        gap: 30px;
    }
    .footer_menu_box {
        gap: 20px;
    }
    .footer_menu_item {
        min-width: unset;
    }
    
}
@media only screen and (max-width: 680px) {
    .footer {
        padding-top: 25vw;
    }
    .footer_top_img {
        top: 5vw;
        height: 20vw;
    }
    .footer_logo {
        margin: auto;
        margin-bottom: 15px;
    }
    .footer_inner {
        gap: 40px;
    }
    .footer_menu_container.sp_only {
        display: flex!important;
        gap: 20px;
    }
    .footer_menu_box {
        justify-content: center;
    }
    .footer_menu_item {
        min-width: unset;
        max-width: 170px;
        margin-bottom: 10px;
    }
    .footer_adress {
        position: relative;
        max-width: unset;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        padding-bottom: 30px;
    }
    .footer_adress::before {
        position: absolute;
        content: "";
        bottom: 15px;
        left: 0;
        right: 0;
        margin: auto;
        width: 80%;
        height: 1px;
        background-color: #623800;
    }
    .footer_sns_container {
        justify-content: center;
        margin-bottom: 40px;
    }
    .footer_church_qr {
        margin: auto;
    }
    .footer_copyright_container {
        font-size: 12px;
    }
    .footer_copyright_container_inner {
        flex-direction: column;
    }
    .footer_policy {
        text-align: center;
        display: inline-block;
        margin: auto;
        margin-bottom: 10px;
    }


}

/* ページタイトル */
.page_title_sec {
    padding: 70px 0;
    text-align: center;
    color: #623800;
}
.page_sub_title {
    font-size: 20px;
    font-weight: bold;
}
.page_main_title {
    font-family: "RocknRoll One", sans-serif;
    font-size: 40px!important;
}
@media only screen and (max-width: 980px) {
    .page_title_sec {
        padding: 50px 0;
    }
    .page_sub_title {
        font-size: 18px;
    }
    .page_main_title {
        font-size: 32px!important;
    }
}
@media only screen and (max-width: 680px) {
    .page_title_sec {
        padding: 30px 0;
    }
    .page_sub_title {
        font-size: 16px;
    }
    .page_main_title {
        font-size: 28px!important;
    }
}
/* 園長挨拶 */
.message {
    background-color: #FFFAE8;
    padding: 60px 0 55px;
}
.message_container {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.message_img {
    max-width: 235px;
    width: 25%;
    text-align: center;
}
.message_img img {
    border-radius: 50px;
    margin-bottom: 15px;
}
.message_img span {
    font-size: 20px;
    color: #623800;
}
.message_text_container {
    max-width: 750px;
    width: 70%;
    color: #623800;
}
.message_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.message_text {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}
@media only screen and (max-width: 980px) {
    
}
@media only screen and (max-width: 680px) {
    .message {
        padding: 50px 0;
    }
    .message_container {
        flex-direction: column;
        margin-top: 30px;
    }
    .message_img {
        width: 100%;
        margin: auto;
    }
    .message_text_container {
        max-width: unset;
        width: 100%;
    }
    .message_title {
        font-size: 20px;
    }
    .message_text {
        font-size: 16px;
    }
}
/* 沿革 */
.history {
    padding: 60px 0 65px;
}
.table_border {
    width: 100%;
}
.table_border th {
    text-align: center;
    width: 190px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #FA6C72 !important;
    color: #FA6C72;
    border-right: unset;
    border-left: unset;
    border-top: unset;
    padding: 20px 0;
    padding-left: 10px;
}
.table_border td {
    color: #623800;
    font-size: 18px;
    vertical-align: middle;
    padding: 20px 0;
    padding-left: 40px;
    border-bottom: 1px solid #BEBEBE;
}
.history_text {
    margin-top: 50px;
    color: #623800;
    text-align: center;
    font-size: 16px;
}
@media only screen and (max-width: 980px) {
    .history {
        padding: 50px 0;
    }

}
@media only screen and (max-width: 680px) {
     .table_border tr {
        display: flex;
        flex-direction: column;
    }
    .table_border th {
        font-size: 18px;
        width: 100%;
    }
    .table_border td {
        font-size: 16px;
        width: 100%;
        padding-left: 20px;
        border-bottom: unset;
    }
    .history_text {
        margin-top: 30px;
    }
}
/* 保育目標と特色 */
.philosophy {
    padding: 60px 0 85px;
    background-color: #FFF4B7;
}
.img_text_container {
    margin-top: 75px;
}
.it_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 75px;
}
.it_item:last-child {
    margin-bottom: 0;
}
.it_item.reverce {
    flex-direction: row-reverse;
}
.it_img {
    max-width: 380px;
    width: 36%;
}
.it_img img {
    border-radius: 20px;
}
.it_text_container {
    max-width: 580px;
    width: 64%;
}
.it_item .it_title {
    display: block;
    color: #EC6D87;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 30px;
}
.philosophy .it_item:nth-child(2) .it_title {
    color: #22B524;
}
.philosophy .it_item:nth-child(3) .it_title {
    color: #FF8800;
}
.philosophy .it_item:nth-child(4) .it_title {
    color: #9DACEF;
}
.philosophy .it_item:nth-child(5) .it_title {
    color: #EC6D87;
}
.philosophy .it_item:nth-child(6) .it_title {
    color: #22B524;
}
.philosophy .it_item:nth-child(7) .it_title {
    color: #FF8800;
}
.philosophy .it_item:nth-child(8) .it_title {
    color: #9DACEF;
}

.it_text {
    color: #623800;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 980px) {
    .philosophy {
        padding: 50px 0;
    }
    .img_text_container {
        margin-top: 50px;
    }
    .it_item {
        margin-bottom: 50px;
    }
    .it_item .it_title {
        font-size: 22px;
    }
}
@media only screen and (max-width: 680px) {
    .img_text_container {
        margin-top: 30px;
    }
    .it_item {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }
    .it_item.reverce {
        flex-direction: column;
    }
    .it_img {
        width: 100%;
        margin: auto;
    }
    .it_text_container {
        max-width: unset;
        width: 100%;
    }
    .it_item .it_title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .it_text {
        font-size: 16px;
    }

}
/* 概要 */
.overview {
    background-color: #FFFAE8;
    padding: 90px 0 60px;
}
.overview_container {
    background-color: #fff;
    padding: 105px 0 95px;
}
.overview_container_inner {
    max-width: 900px;
    width: 100%;
    margin: auto;
}
.overview .table_border {
    margin-top: 70px;
}
@media only screen and (max-width: 980px) {
    .overview {
        padding: 80px 0;
    }
    .overview_container {
        padding: 80px 0;
    }
    .overview_container_inner {
        padding: 0 20px;
    }
    .overview .table_border {
        margin-top: 50px;
    }

}
@media only screen and (max-width: 680px) {
    .overview {
        padding: 50px 0;
    }
    .overview_container {
        padding: 50px 0;
    }
    .overview .table_border {
        margin-top: 30px;
    }
}
/* 施設紹介 */
.institution {
    padding: 60px 0 70px;
}
.institution_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px 20px;
}
.institution_item {
    max-width: 380px;
    width: calc(100% / 3 - 20px);
}
.institution_item_title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #623800;
    margin-bottom: 15px;
}
.institution_item_img img {
    border-radius: 20px;
}
@media only screen and (max-width: 980px) {
    .institution {
        padding: 50px 0;
    }
    .institution_container {
        justify-content: center;
    }
    .institution_item {
        width: calc(100% / 2 - 20px);
    }
    .institution_item_title {
        font-size: 22px;
    }
}
@media only screen and (max-width: 680px) {
    .institution_container {
        gap: 30px;
    }
    .institution_item {
        width: 100%;
        margin: auto;
    }
    .institution_item_title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
/* 年間行事 */
.schedule {
    padding: 95px 0;
    background-color: #FFFAE8;
}
.schedule_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 20px;
}
.schedule_item {
    max-width: 360px;
    width: calc(100% / 3 - 20px);
}
.schedule_item_inner {
    position: relative;
    padding-top: 35px;
    padding-left: 40px;
}
.schedule_item_month {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EFA59D;
    border-radius: 50%;
}
.schedule_item:nth-child(2) .schedule_item_month {
    background-color: #B9EF9D;
}
.schedule_item:nth-child(3) .schedule_item_month {
    background-color: #9DCCEF;
}
.schedule_item:nth-child(4) .schedule_item_month {
    background-color: #9DACEF;
}
.schedule_item:nth-child(5) .schedule_item_month {
    background-color: #EFD09D;
}
.schedule_item:nth-child(6) .schedule_item_month {
    background-color: #EEE382;
}
.schedule_item:nth-child(7) .schedule_item_month {
    background-color: #EF9DE6;
}
.schedule_item:nth-child(8) .schedule_item_month {
    background-color: #9DEFC5;
}
.schedule_item:nth-child(9) .schedule_item_month {
    background-color: #EFA59D;
}
.schedule_item:nth-child(10) .schedule_item_month {
    background-color: #E5E56F;
}
.schedule_item:nth-child(11) .schedule_item_month {
    background-color: #9DAFEF;
}
.schedule_item:nth-child(12) .schedule_item_month {
    background-color: #EFC89D;
}
.schedule_item_month_number {
    font-family: "M PLUS 1", sans-serif;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.schedule_item_month_number span {
    font-size: 20px;
    font-weight: bold;
}
.schedule_item_img {

}
.schedule_item_img img {
    border-radius: 20px;
}
.schedule_item_list {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
}
.schedule_item_list {

}
.schedule_item_list li {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    font-size: 16px;
    color: #623800;
}
.schedule_item_list li:last-child {
    margin-bottom: 0;
}
.schedule_item_list li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #D9D9D9;
    border-radius: 50%;
}
@media only screen and (max-width: 980px) {
    .schedule {
        padding: 60px 0;
    }
    .schedule_item {
        width: calc(100% / 2 - 20px);
    }
    .schedule_item_inner {
        padding-top: 30px;
        padding-left: 30px;
    }
    .schedule_item_month_number {
        font-size: 32px;
    }
}
@media only screen and (max-width: 680px) {
    .schedule {
        padding: 50px 0;
    }
    .schedule_item {
        width: 100%;
        margin: auto;
    }
    .schedule_item_inner {
        padding-top: 25px;
        padding-left: 25px;
    }
    .schedule_item_month {
        width: 60px;
        height: 60px;
    }
    .schedule_item_month_number {
        font-size: 28px;
    }
    .schedule_item_month_number span {
        font-size: 18px;
    }
}
/* イベント */
.event {
    padding: 70px 0;
    background-color: #FFF4B7;
}
.event_container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.event_item {
    position: relative;
    width: 48%;
    max-width: 550px;
    padding-top: 50px;
    display: flex;
}
.event_item_img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 100px;

}
.event_item_text_container {
    display: flex;
    flex-direction: column;
    flex: 1;
    background-color: #fff;
    border-radius: 30px;
}
.event_item_text_container_inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 85px 0 75px;
    max-width: 440px;
    width: 100%;
    margin: auto;
}
.event_item_title {
    display: block;
    color: #EC6D87;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 25px;
}
.event_item:last-child .event_item_title {
    color: #22B524;
}
.event_item_text {
    color: #623800;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    flex: 1;
}
@media only screen and (max-width: 1150px) {
}
@media only screen and (max-width: 980px) {
    .event {
        padding: 60px 0;
    }
    .event_item_text_container_inner {
        padding: 70px 20px 50px;
    }
    .event_item_title{
        font-size: 24px;
    }

}
@media only screen and (max-width: 680px) {
    .event {
        padding: 50px 0;
    }
    .event_container {
        flex-direction: column;
    }
    .event_item {
        max-width: unset;
        width: 100%;
    }
    .event_item_title{
        font-size: 20px;
    }

}
/* 一日の流れ */
.flow_day {
    padding: 50px 0;
    background-color: #FFF9D6;
}
.flow_day_title_container {
    margin-bottom: 60px;
}
.flow_day_title_icon {
    width: 50px;
    margin: auto;
    margin-bottom: 10px;
}
.flow_day_title {
    display: block;
    font-size: 36px!important;
    text-align: center!important;
    color: #642A2A!important;
    font-family: "RocknRoll One", sans-serif;
    margin-bottom: 60px!important;
    margin-top: 0!important;
}
.flow_day_container {
    margin-bottom: 50px;
}
.flow_day_item {
    position: relative;
    padding-top: 55px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.flow_day_item.reverse {
    flex-direction: row-reverse;
}
.flow_day_item:last-child {
    margin-bottom: 0;
}
.flow_day_item_time {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 110px;
    height: 110px;
    background-color: #FF90A3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flow_day_item_time p {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
}
.flow_day_item_img {
    width: 50%;
}
.flow_day_item_img img {
    height: 100%;
    object-fit: cover;
}
.flow_day_item_text_container {
    width: 50%;
    background-color: #fff;
}
.flow_day_item_text_container_inner {
    padding: 50px 0;
    max-width: 485px;
    width: 100%;
    margin: auto;
}
.flow_day_item_title {
    display: block;
    font-size: 36px!important;
    font-weight: bold;
    color: #642A2A!important;
    margin-bottom: 30px!important;
}
.flow_day_item_text {
    font-size: 20px;
    color: #000;
}
.flow_day_option {
    margin-top: 30px;
    font-size: 16px;
    color: #623800;
}
@media only screen and (max-width: 1150px) {
    .flow_day_item_text_container_inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 980px) {
    
    .flow_day_title_container {
        margin-bottom: 40px;
    }
    .flow_day_title {
        font-size: 32px!important;
    }
    .flow_day_item_title {
        font-size: 30px!important;
        margin-bottom: 20px!important;
    }
    .flow_day_item_text {
        font-size: 18px;
    }
}
@media only screen and (max-width: 680px) {
    .flow_day {
        padding: 30px 0 50px;
    }
    .flow_day_title_container {
        margin-bottom: 40px;
    }
    .flow_day_title {
        font-size: 28px!important;
    }
    .flow_day_item {

    }
    .flow_day_item_time {
        width: 80px;
        height: 80px;
    }
    .flow_day_item_time p {
        font-size: 20px;
    }
    .flow_day_item,
    .flow_day_item.reverse {
        flex-direction: column;
    }
    .flow_day_item_img,
    .flow_day_item_text_container {
        width: 100%;
    }
    .flow_day_item_title {
        font-size: 24px!important;
        margin-bottom: 10px!important;
    }
    .flow_day_item_text {
        font-size: 16px;
    }
    .flow_day_item_text_container_inner {
        max-width: unset;
        padding: 20px;
    }
}
/* 入園案内 */
.entrance {
    padding: 70px 0;
    background-color: #FFF4B7;
}
.entrance_container {
    padding: 105px 0 75px;
    background-color: #fff;
    border-radius: 30px;
}
.entrance_container_inner {
    max-width: 900px;
    width: 100%;
    margin: auto;
}
.entrance .section_title_icon {
    margin-bottom: 70px;
}
.entrance_text,
.entrance_box_text {
    color: #623800;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.05em;
}
.entrance_text {
    margin-bottom: 55px;
}
.entrance_box {
    background-color: #FFFAE8;
    border: 1px solid #FFF4B7;
    padding: 40px 0;
    border-radius: 20px;
    margin-bottom: 35px;
}
.entrance_box_red {
    background-color: #FFE4E5;
    border: 1px solid #FFE4E5;
}
.entrance_box_white {
    background-color: #fff;
    border: 1px solid #000;
}
.entrance_box_yellow {
    background-color: #FFFAE8;
    border: 1px solid #FFF4B7;
}
.entrance_box:last-child {
    margin-bottom: 0;
}
.entrance_box_inner {
    max-width: 800px;
    width: 100%;
    margin: auto;
}
.entrance_box_title {
    color: #623800;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}
.entrance_box_title_m {
    font-size: 24px;
}
.entrance_box_title_l {
    font-size: 28px;
}
.open_playground {
    margin-bottom: 35px;
}
.open_playground_inner {
    position: relative;
    background-color: #FFFDD9;
    padding: 45px 0 145px;
    border-radius: 20px;
}
.opg_bottom_1 {
    position: absolute;
    width: 280px;
    height: 75px;
    left: 50px;
    bottom: 27px;
}
.opg_bottom_2 {
    position: absolute;
    width: 58px;
    height: 60px;
    right: 55px;
    bottom: 27px;
}
.open_playground_title_container {
    text-align: center;
    margin-bottom: 50px;
}
.open_playground_title {
    position: relative;
    display: inline-block;
    background: unset;
    padding: 0 70px;
}
.open_playground_title h3 {
    font-size: 28px;
    font-weight: bold;
    color: #623800!important;
}
.open_playground_title::before,
.open_playground_title::after {
    position: absolute;
    content: "";
    width: 47px;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
    background-image: url("/wp-content/uploads/2025/11/opg_title_icon.webp");
}
.open_playground_title::before {
    left: 0;
}
.open_playground_title::after {
    right: 0;
}
.open_playground_conatiner {
    max-width: 685px;
    width: 100%;
    margin: auto;
    background-color: #fff;
}
.open_playground_conatiner_inner {
    padding: 30px 0;
    max-width: 545px;
    width: 100%;
    margin: auto;
}
.open_playground_sub_title {
    color: #623800;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
}
.open_playground_sub_title span {
    color: #FA6C72;
}
.open_playground_time {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.05em;
    gap: 15px;
    margin-bottom: 15px;
}
.open_playground_time span {
    width: 90px;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #FA9B6C;
    border-radius: 20px;
}
.open_playground_text {
    color: #623800;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}
.open_playground_text span {
    font-size: 14px;
}
@media only screen and (max-width: 980px) {
    .entrance_container {
        padding: 70px 0;
    }
    .entrance_container_inner,
    .entrance_box_inner {
        padding: 0 20px;
    }
    .entrance .section_title_icon {
        margin-bottom: 50px;
    }
    .entrance_box {
        padding: 30px 0;
    }
    .entrance_box_title_m {
        font-size: 22px;
    }
    .entrance_box_title_l {
        font-size: 26px;
    }
    .entrance_text {
        margin-bottom: 40px;
    }
    .open_playground_title {
        font-size: 26px;
    }
    .open_playground_inner {
        padding: 30px 20px 120px;
    }
}
@media only screen and (max-width: 680px) {
    .entrance,
    .entrance_container {
        padding: 50px 0;
    }
    .entrance .section_title_icon {
        margin-bottom: 30px;
    }
    .entrance .section_title_icon h2 {
        font-size: 22px;
    }
    .entrance_box_title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .entrance_box_title_m {
        font-size: 22px;
    }
    .entrance_box_title_l {
        font-size: 24px;
    }
    .entrance_text,
    .entrance_box_text {
        font-size: 14px;
    }
    .entrance_text {
        margin-bottom: 30px;
    }
    .entrance_box {
        padding: 20px 0;
        margin-bottom: 20px;
    }
    .open_playground_inner {
        padding-bottom: 18vw;
    }
    .open_playground_title_container {
        margin-bottom: 30px;
    }
    .open_playground_title {
        font-size: 24px;
    }
    .open_playground_sub_title {
        font-size: 18px;
    }
    .open_playground_time {
        flex-direction: column;
        align-items: flex-start;
        font-size: 14px;
    }
    .open_playground_conatiner_inner {
        padding: 20px 20px;
    }
    .open_playground_text {
        font-size: 14px;
    }
    .open_playground_text span {
        font-size: 12px;
    }
    .opg_bottom_1 {
        left: 20px;
        bottom: 20px;
        width: 41vw;
        height: 11vw;
    }
    .opg_bottom_2 {
        right: 20px;
        bottom: 20px;
        width: 8.5vw;
        height: 9vw;
    }

}

.about {
    
}
.about .about_section_title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #623800;
    margin-bottom: 75px;
}
.about .it_item:nth-child(2) .it_title {
    color: #EC6D87;
}
.about .more_btn {
    margin-top: 95px;
}
.about .more_btn_link {
    margin: auto;
}
@media only screen and (max-width: 980px) {
    .about .about_section_title {
        font-size: 26px;
        margin-bottom: 50px;
    }
    .about .more_btn {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 680px) {
    .about .about_section_title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .about .more_btn {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 400px) {
    .about .about_section_title {
        font-size: 22px;
    }
}
/* 保護者の声 */
.parents_voice {
    padding: 80px 0;
}
.parents_voice_container {
    position: relative;
    max-width: 900px;
    width: 100%;
    margin: auto;
    margin-top: 60px;
    border-radius: 20px;
    background-color: #FFF4B7;
    overflow: hidden;
}
.parents_voice_container::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 15px;
    background-color: #FFCF32;
}
.parents_voice_container_inner {
    position: relative;
    padding: 55px 0 40px;
    max-width: 815px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.parents_voice_img {
    max-width: 130px;
    width: 20%;
}
.parents_voice_text {
    max-width: 640px;
    width: 80%;
    font-size: 16px;
    line-height: 1.6;
}
@media only screen and (max-width: 980px) {
    .parents_voice {
        padding: 60px 0;
    }
    .parents_voice_container {
        margin-top: 50px;
    }
    .parents_voice_container::before {
        height: 10px;
    }
    .parents_voice_container_inner {
        padding: 50px 20px 40px;
    }
}
@media only screen and (max-width: 680px) {
    .parents_voice {
        padding: 50px 0;
    }
    .parents_voice_container_inner {
        flex-direction: column;
        padding: 40px 20px 30px;
    }
    .parents_voice_img {
        width: 100%;
        margin: auto;
    }
    .parents_voice_text {
        max-width: unset;
        width: 100%;
        font-size: 14px;
    }
}
/* 採用情報 */
/* メッセージ */
.recruit_message {
    background-color: #FFFAE8;
    padding: 60px 0 25px;
    text-align: center;
}
.recruit_main_title {
    display: block;
    font-size: 32px!important;
    font-weight: bold;
    color: #ED1C24!important;
    line-height: 1.6!important;
    letter-spacing: 0.05em;
    margin-bottom: 40px!important;
}
.recruit_sub_title {
    font-size: 24px;
    font-weight: 500;
    color: #623800;
    line-height: 1.6;
    letter-spacing: 0.05em;
}
@media only screen and (max-width: 980px) {
    .recruit_main_title {
        font-size: 30px!important;
        margin-bottom: 30px!important;
    }
    .recruit_sub_title {
        font-size: 22px;
    }
}
@media only screen and (max-width: 680px) {
    .recruit_message {
        padding: 50px 0 20px;
    }
    .recruit_main_title {
        font-size: 28px!important;
        margin-bottom: 20px!important;
    }
    .recruit_sub_title {
        font-size: 20px;
    }

}
@media only screen and (max-width: 450px) {
    .recruit_main_title {
        font-size: 26px!important;
    }
}
/* 職員募集 */
.recruit {
    background-color: #FFFAE8;
    padding: 40px 0 80px;
}
.recruit_container {
    border-radius: 30px;
    background-color: #fff;
    padding: 105px 0 65px;
}
.recruit_container_inner {
    max-width: 900px;
    width: 100%;
    margin: auto;
}
.recruit .table_border {
    margin-bottom: 85px;
}
@media only screen and (max-width: 980px) {
    .recruit_container_inner {
        padding: 0 20px;
    }
    .recruit {
        padding: 30px 0 60px;
    }
    .recruit_container {
        padding: 80px 0 40px;
    }
    .recruit .table_border {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 680px) {
    .recruit {
        padding: 20px 0 50px;
    }
    .recruit_container {
        padding: 50px 0 30px;
    }
    .recruit .table_border {
        margin-bottom: 20px;
    }
}
/* 採用フロー */
.flow {
    background-color: #fff;
    padding: 105px 0 110px;
}
.flow_box_container {
}
.flow_box {
    max-width: 870px;
    width: 100%;
    margin: auto;
    background: #FFF4B7;
    border-radius: 30px;
    margin-bottom: 20px;
}
.flow_box:last-child {
    margin-bottom: 0;
}
.flow_box_flex {
    max-width: 725px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 0;
    gap: 70px;
}
.flow_img {
    width: 25%;
    max-width: 190px;
}
.flow_text_box {
    padding-top: 20px;
    width: 75%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.flow_title_container {
}
.flow_sub_title {
    width: 170px;
    background: #FA6C72;
    text-align: left;
    border-radius: 30px;
    margin-bottom: 15px;
}
.flow_sub_title p {
    padding: 6px 0;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.flow_title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #623800;
    line-height: 1.6;
    margin-bottom: 15px;
}
.flow_text {
    font-size: 14px;
    color: #623800;
    line-height: 1.85;
}
.flow_triangle {
    width: 80px;
    margin: auto;
    margin-bottom: 20px;
}
@media only screen and (max-width: 980px) {
    .flow {
        padding: 80px 0;
    }
    .flow_box {
        padding-left: 20px;
        padding-right: 20px;
    }
    .flow_box_flex {
        gap: 30px;
    }
}
@media only screen and (max-width: 680px) {
    .flow {
        padding: 50px 0;
    }
    .flow_box {
        margin-bottom: 10px;
    }
    .flow_box_flex {
        gap: 20px;
    }
    .flow_img {
        margin: auto;
    }
    .flow_text_box {
        padding: 0;
    }
    .flow_sub_title {
        margin-bottom: 10px;
    }
    .flow_sub_title p {
        padding: 5px 0;
        font-size: 14px;
    }
    .flow_title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .flow_triangle {
        width: 40px;
        margin-bottom: 10px;
    }
}
/* 職員の声 */
.staff_voice {
    background-color: #FFF4B7;
    padding: 105px 0 85px;
}
.staff_voice_container {
    margin-top: 100px;
}
.staff_voice_item {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.staff_voice_item.reverce {
    flex-direction: row-reverse;
}
.staff_voice_img {
    max-width: 320px;
    width: 30%;
}
.staff_voice_text_container {
    max-width: 620px;
    width: 70%;
}
.staff_voice_sub_title {
    font-family: "M PLUS 1", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 2.25;
    letter-spacing: 0.4em;
    color: #483D45;
}
.staff_voice_title {
    font-family: "M PLUS 1", sans-serif;
    color: #FA6C72;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
}
.staff_voice_text {
    font-family: "M PLUS 1", sans-serif;
    font-size: 20px;
    color: #483D45;
    line-height: 1.75;
    letter-spacing: 0.15em;
}

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

}
@media only screen and (max-width: 680px) {
    .staff_voice {
        padding: 50px 0 30px;
    }
    .staff_voice_container {
        margin-top: 30px;
    }
    .staff_voice_item.reverce,
    .staff_voice_item {
        flex-direction: column;
        margin-bottom: 20px;
        gap: 20px;
    }
    .staff_voice_img {
        width: 100%;
        margin: auto;
    }
    .staff_voice_text_container {
        width: 100%;
    }
    .staff_voice_sub_title {
        font-size: 16px;
    }
    .staff_voice_title {
        font-size: 28px;
    }
    .staff_voice_text {
        font-size: 16px;
    }

}

/* 資料ダウンロード */
.page-id-380,
.page-id-380 #footer {
    background-color: #FFF9D6;
}
.download {
    padding: 80px 0 240px;
    background-color: #FFF9D6;
}
.download_container {
    background-color: #fff;
    border-radius: 10px;

}
.download_container_inner {
    max-width: 780px;
    width: 100%;
    margin: auto;
    padding: 70px 0 85px;
}
.download_title {
    font-size: 28px;
    text-align: center;
    color: #642A2A;
    font-family: "RocknRoll One", sans-serif;
    margin-bottom: 80px;
}
.download_list {
    margin-bottom: 95px;
    --swl-clmn-mrgn--x: 0!important;
    --swl-clmn-mrgn--y: 0!important;
    --swl-clmn-pddng: 0;
}
.download_item {
    display: flex;
    justify-content: space-between;
}
.download_item_title {
    width: 50%!important;
    margin: 0!important;
    border-bottom: 3px solid #FFCB0F;
    padding: 20px 0!important;
    padding-left: 55px!important;
    font-size: 20px;
    color: #642A2A;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
}
.download_item_btn {
    margin: 0!important;
    width: 50%!important;
    padding: 20px 0!important;
    border-bottom: 1px solid #FFCB0F;
    padding-right: 20px!important;
}
.download_item_btn .swell-block-button__link {
    margin-left: auto;
    display: block;
    padding: 15px 0;
    max-width: 250px;
    width: 100%;
    border-radius: 30px;
    background-color: #FFC26D;
    border: 2px solid #FFC26D;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
}
.download_item_btn .swell-block-button__link:hover {
    background-color: #fff;
    color: #FFC26D;
}
.password_page_link_title {
    text-align: center;
    font-size: 28px;
    color: #642A2A;
    font-family: "RocknRoll One", sans-serif;
    margin-bottom: 25px;
}
.password_page_link {
    position: relative;
    display: block;
    background-color: #FFCA6F;
    box-shadow: 0px 0px 0px 12px #FFCA6F;
    border: dashed 2px #fff;
    border-radius: 15px;
    max-width: 380px;
    width: 100%;
    margin: auto;
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    transition: all 0.3s ease;
}
.password_page_link:hover {
    background-color: #ffffff; /* 背景色を白に変更 */
    color: #FFCA6F; /* テキスト色を元の背景色に変更 */
    box-shadow: 0px 0px 0px 12px #ffffff; /* シャドウも反転 */
    border-color: #FFCA6F; /* 枠線も反転 */
    outline: solid 2px #FFCA6F; /* 外側の実線を追加 */
    outline-offset: 10px;
}
@media only screen and (max-width: 980px) {
    .download {
        padding: 60px 0 150px;
    }
    .download_container_inner {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .download_title {
        margin-bottom: 50px;
    }
    .download_list {
        margin-bottom: 60px;
    }
    .download_item_btn .swell-block-button__link,
    .download_item_title {
        padding-top: 15px!important;
        padding-bottom: 15px!important;
    }
    .download_item_title {
        padding-left: 20px!important;
    }
    .password_page_link_title {
        font-size: 26px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 680px) {
    .download_container_inner {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .download_title {
        margin-bottom: 30px;
    }
    .download_list {
        margin-bottom: 30px;
    }
    .download_item_btn .swell-block-button__link,
    .download_item_title {
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
    .download_item_btn,
    .download_item_title {
        width: 100%!important;
        max-width: unset;
    }
    .download_item_title {
        border: unset;
    }
    
    .password_page_link {
        font-size: 20px;
    }

}
@media only screen and (max-width: 450px) {
    .password_page_link_title {
        font-size: 20px;
    }
}


.news_details {
    padding: 30px 0 80px;
}

.news_details_inner {
    max-width: 880px;
    width: 100%;
    margin: auto;
}

.news_details_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 30px;
}

.news_item_tag_list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 35px
}

.news_item_tag {
    text-align: center
}

.news_item_tag a:hover {
    background-color: #642A2A;
    border: 1px solid #fff;
    color: #fff
}

.news_item_tag a {
    align-items: center;
    border: 1px solid #642A2A;
    background-color: #fff;
    color: #642A2A;
    display: flex;
    height: 26px;
    padding: 3px 23px
}

.news_item_tag a,
.news_item_tag a p {
    font-size: 12px;
    font-weight: 500
}

.news_item_tag a:hover {
    text-decoration: none
}
.news_details .more_btn_link {
	margin: auto;
}
.blog_date {
    color: #7a7a7a;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.news_details_heading_img {
    width: 80%;
    margin: auto;
    margin-bottom: 80px;
}

.news_details_sub_title {
    border-left: 5px solid #3C71B3;
    line-height: 1.4;
    margin-bottom: 15px;
    padding-left: 12px;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 45px;
}

.news_details_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
}

.sub_section {
    background-color: #fff;
    margin-bottom: 100px;
}

.sub_section_inner {
    max-width: 800px;
    width: 100%;
    margin: auto;
    padding: 25px 0 15px;
}

.sub_section_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.sub_section_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.news_details .more_btn {
    margin-top: 100px;
}
@media only screen and (max-width: 980px) {
    .news_details .more_btn {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 680px) {
    .news_details .more_btn {
        margin-top: 50px;
    }
    .news_details_heading_img {
        width: 100%;
    }
}
/* 前後記事 */
.post-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.post-navigation .prev-post,
.post-navigation .next-post {
    position: relative;
    width: 45%;
}

.prev-post a {
    padding-left: 15px;
    text-align: left;
    border-left: 15px solid #04384c;
}

.next-post a {
    padding-right: 15px;
    text-align: right;
    border-right: 15px solid #04384c;
}

.prev-post a,
.next-post a {
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.prev-post a:hover,
.next-post a:hover {
    opacity: 0.6;
}

.prev-post a {
    justify-content: left;
}

.next-post a {
    justify-content: right;
}

.next-post a::before,
.prev-post a::before {
    position: absolute;
    content: "";
    border-bottom: 1px solid;
    border-color: #fff;
    top: 50%;
    width: 7px;
    height: 7px;

}

.next-post a::before {
    border-right: 1px solid;
    border-color: #fff;
    right: 4px;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
}

.prev-post a::before {
    border-left: 1px solid;
    border-color: #fff;
    left: 4px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
.prev-post a,
.next-post a {
    flex-direction: column;
}
.next-post a span:first-child,
.prev-post a span:first-child {
    margin-right: auto;
    width: 70px;
}
.next-post a span:first-child {
    margin-right: unset;
    margin-left: auto;
}
.next-post a span:last-child,
.prev-post a span:last-child {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (max-width: 980px) {
    .news_details_inner {
        padding: 0 20px;
    }

    .breadcrumb {
        margin-bottom: 20px;
    }

    .news_details_title {
        margin-bottom: 20px;
    }

    .news_details_heading_img {
        margin-bottom: 50px;
    }

    .news_details_sub_title {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 680px) {
    .post-navigation {
        flex-direction: column;
        gap: 20px;
    }
    .post-navigation .prev-post, .post-navigation .next-post {
        width: 100%;
    }
    .prev-post a,
    .next-post a {
        flex-direction: column;
    }
    .next-post a span:first-child,
    .prev-post a span:first-child {
        margin-right: auto;
    }
    .next-post a span:last-child,
    .prev-post a span:last-child {
        width: 100%;
    }
}

/* プライバシーポリシー */
.privacy_policy {
    padding: 120px 0 150px;
    background-color: #fff7d9;
}
.privacy_policy_inner {
    max-width: 900px;
    width: 100%;
    margin: auto;
    font-size: 16px;
    font-weight: 500;
}
.policy_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.policy_text {
    margin-bottom: 20px;
}
@media only screen and (max-width: 980px) {
    .privacy_policy_inner {
        padding: 0 20px;
    }
    .privacy_policy {
        padding: 80px 0 100px;
    }
}

@media only screen and (max-width: 680px) {
    .privacy_policy_inner {
        font-size: 14px;
    }
    .privacy_policy {
        padding: 50px 0 80px;
    }
    .policy_title {
        font-size: 16px;
    }
}


/* お問い合わせ */

.contact_sec {
    padding: 100px 0 120px;
    background-color: #fff7d9;
  }
  
  .contact_sec_inner {
    max-width: 800px;
    width: 100%;
    margin: auto;
  }
  .contact_sec .contact_text {
    font-size: 18px;
    max-width: unset;
    margin-bottom: 35px;
  }
  .contact_sec .contact_btn {
    margin-top: 0;
  }
  .contact_sec .more_btn_link {
    margin: auto;
  }
  .contact_sec .contact_btn_container {
    display: flex;
    justify-content: space-around;
    margin-bottom: 100px;
  }
  .contact_sec .contact_btn_title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  .contact_sec .contact_btn .more_btn {
    margin: auto;
  }
  .contact_sec .contact_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
  }
  
  .contact_sec .contact_box {
    margin-bottom: 20px;
  }
  .contact_sec .contact_box_flex {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
  .contact_sec .contact_name_box {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
    line-height: 1.45;
  }
  
  
  .contact_sec .label-req {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #FF4D00;
    padding: 1px 6px;
    display: inline-block;
    height: 19px;
  }
  .contact_sec .contact_name_box {
    display: flex;
    /* justify-content: space-between;
    width: 250px; */
    gap: 10px;
    margin-bottom: 0;
  }
  .contact_sec .contact_nenrei_container {
    display: flex;
    align-items: center;
    /* width: calc(100% - 260px); */
    width: 100%;

  }
  .contact_sec .contact_nenrei_box {
    display: flex;
    align-items: baseline;
  }
  .contact_sec .contact_nenrei_text {
    width: 50px;
    display: flex;
    justify-content: center;
  }
  .contact_sec .contact_nenrei_input {
    width: calc(100% - 50px);
  }
  .contact_sec .contact_nenrei_input p {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .contact_sec .contact_nenrei_input input {
    border: 1px solid #000;
    background-color: #fff;
  }
  .contact_nenrei_text {
    
  }
  .contact_sec .contact_input {
    /* width: calc(100% - 260px); */
    width: 100%;
  }
  .contact_input .form_naiyou {
    height: 150px;
  }
  .contact_sec .policy_agree_box label {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  
  .contact_sec .agree {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .contact_sec .agree a {
    text-decoration: underline;
  }
  
  .contact_sec .agree a:hover {
    color: #888888;
  }
  .contact_sec .contact_box .more_btn {
    margin-top: 40px;
  }
  @media only screen and (max-width: 980px) {
    .contact_sec {
      padding: 40px 0 100px;
    }
    .contact_sec .contact_text {
        margin-bottom: 30px;
    }
    .contact_sec .contact_btn_container {
        margin-bottom: 80px;
    }
    .contact_sec .contact_btn_title {
        font-size: 20px;
    }
  }
  
  @media only screen and (max-width: 680px) {
    .contact_sec {
      padding: 30px 0 80px;
    }
    .contact_sec .contact_btn_container {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 50px;
    }
    .contact_sec .contact_text,
    .contact_sec .contact_title {
        font-size: 16px;
    }
    .contact_sec .contact_text,
    .contact_sec .contact_title {
        margin-bottom: 20px;
    }
    .contact_sec .contact_name_box {
      justify-content: left;
      gap: 5px;
    }
    .contact_sec .contact_box_flex {
      flex-direction: column;
      gap: 20px 10px;
      margin-bottom: 20px;
    }
    .contact_sec .contact_box_flex .contact_box_title {
      margin-bottom: 0;
    }
    .contact_sec .contact_box_flex .contact_box_flex {
      flex-direction: row;
      align-items: center;
      margin-bottom: 0;
    }
    .contact_sec .contact_box_flex .contact_box_flex:first-child,
    .contact_sec .contact_box_flex .contact_box_flex:last-child,
    .contact_sec .contact_box_flex .contact_input {
      width: 100%;
  
    }
  }
/* お問い合わせ内容 */
.inquiry {
    margin-bottom: 20px;
    background-color: #fff7d9;
  }
  
  .wpcf7-form-control {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5px;
  }
  
  .wpcf7-list-item {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .wpcf7-list-item.last {
    margin-bottom: 0;
  }
  .contact_input input,
  .contact_input textarea {
    background-color: #fff;
    border: 1px solid #000;
    height: 38px;
  }
  .contact_sec_inner .wpcf7-form-control {
    padding: 7px 5px;
  }
  .wpcf7-list-item input {
    display: none;
  }
  .wpcf7 input[type="date"] {
    flex: 1; /* フレックスボックス内で適切な幅を確保 */
    max-width: 100%;
    -webkit-appearance: none; /* iOSのデフォルトスタイルをリセット */
    appearance: none;
}
  .form-control {}
  
  .btn-submit {
    height: 60px;
    max-width: 300px;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #642A2A;
    border: 2px solid #642A2A;
    border-radius: 30px;
    text-decoration: none;
    display: block;
    text-align: center;
    text-align: center;
    margin: auto;
  }
  .btn-submit:hover {
    background-color: #fff;
    color: #642A2A;
  }
  @media only screen and (max-width: 850px) {
    .contact_sec_inner {
      padding: 0 20px;
    }
  }
  
  @media only screen and (max-width: 680px) {
    .inquiry {
      margin-bottom: 30px;
    }
  }
  
  /* ラベル文字の左側の余白：チェックボックの枠が入るスペース＋ラベル文字との余白 */
  .policy_agree input+span,
  .contact_koumoku input+span {
    padding-left: 28px;
    display: inline-block;
    position: relative;
  }
  
  /* チェックボックスの枠とチェックマークの共通書式 */
  .policy_agree input+span::after,
  .policy_agree input+span::before,
  .contact_koumoku input+span::after,
  .contact_koumoku input+span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
  }
  
  /* チェックボックスの枠 */
  .policy_agree input+span::before,
  .contact_koumoku input+span::before {
    border: 1px solid #aaaaaa;
    background-color: #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  
  /* チェックマークにチェックが付いていない時 */
  .policy_agree input+span::after,
  .contact_koumoku input+span::after {
    border: none;
    background-color: #642A2A;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }
  
  /* チェックマークにチェックが付いた時 */
  .policy_agree input:checked+span::after,
  .contact_koumoku input:checked+span::after {
    display: block;
  }
  /* お問い合わせ完了 */
  .completed {
    padding: 80px 0 100px;
    background-color: #fff7d9;
}
.completed_text {
    font-size: 20px;
    text-align: center;
}
.completed .more_btn {
    margin-top: 30px;
}
.completed .more_btn_link {
    margin: auto;
}
@media only screen and (max-width: 980px) {
    .completed {
        padding: 50px 0 80px;
    }
    .completed_text {
        font-size: 18px;
    }
}
@media only screen and (max-width: 680px) {
    .completed {
        padding: 30px 0 50px;
    }
    .completed_text {
        font-size: 16px;
    }
}
@media only screen and (max-width: 400px) {
    .completed_text {
        font-size: 14px;
    }
}
/* アクセス */
.access {
    padding: 100px 0 50px;
}
.access .map {
    margin-bottom: 30px;
}
.access .map iframe {
    width: 100%;
}
@media only screen and (max-width: 980px) {
    .access {
        padding: 80px 0 40px;
    }
}
@media only screen and (max-width: 680px) {
    .access {
        padding: 50px 0 30px;
    }
    .institution_container.reverce {
        flex-direction: column-reverse;
        flex-wrap: nowrap!important;
    }
    .access .map iframe {
        height: 400px;
    }
}
/* ブログ一覧 */
.blog_list {
    padding-top: 100px;
    padding-bottom: 50px;
	background-color: #fff7d9;
}

.blog_list_inner {
    max-width: 1180px;
    width: 100%;
    margin: auto;
}

.blog_list_container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 100px;
    gap: 30px 20px;
}

.blog_list_container::before,
.blog_list_container::after {
    content: "";
    max-width: 330px;
    width: calc(100% / 3 - 20px);
}

.blog_list_container::before {
    order: 1;
}

ul.page-numbers {
    position: absolute;
    background-color: transparent;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    box-shadow: none;
}
ul.page-numbers:hover {
    background-color: transparent;
}
.page-numbers a:hover {
    opacity: 0.6;
}
.current.page-numbers {
    border-bottom: 2px solid #642A2A;
    background-color: #EAF2F9;
    color: #000;
    margin: 0;
}

.page-numbers .page-numbers {
    margin: 0;
    color: #333;
    background-color: #fff;
}

.page-numbers.next,
.page-numbers.prev {
    box-shadow: unset;
    border-bottom: 2px solid #eee;
    color: #333;
}
.archive_past_blog {
    margin: 50px 0;
}
@media only screen and (max-width: 1250px) {
    .blog_list_inner {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 980px) {
    .blog_list_container {
        justify-content: space-around;
    }

    .blog_list_container::before,
    .blog_list_container::after {
        width: calc(100% / 2 - 20px);
        margin: auto;
    }
}

@media only screen and (max-width: 680px) {
    .archive_past_blog {
        padding: 0 40px;
    }
}
/* 
.blog_item {
    max-width: 330px;
    width: calc(100% / 3 - 20px);
}

.blog_item_link {
    display: block;
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
}

.blog_item_link:hover {
    opacity: 0.6;
}

.blog_item_img {
    position: relative;
}

.blog_item_img img {
    aspect-ratio: 16/9;
    object-fit: cover;
}

.blog_item_img span {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px 23px;
    color: #000;
    background-color: #FCE212;
    font-size: 12px;
    font-weight: bold;
}

.blog_item_info {
    padding: 20px 30px 30px;
}

.blog_item_date {
    color: #888;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

.blog_item_title {
    color: #642A2A;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


 */
/* お知らせ一覧 */
.news_list {
	background-color: #fff7d9;
    padding: 100px 0;
}

.news_list_inner {
    max-width: 800px;
    width: 100%;
    margin: auto;
}

.news_list_container {
    position: relative;
    padding-bottom: 100px;
}

@media only screen and (max-width: 980px) {
    .news_list {
        padding: 80px 0;
    }

    .news_list_inner {
        padding: 0 20px;
    }

    .news_list_container {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 680px) {
    .news_list {
        padding: 50px 0;
    }

    .news_list_container {
        padding-bottom: 50px;
    }
}
/* 過去ブログはこちら */
.archive_post_blog {
    padding: 50px 0;
    background-color: #fff7d9;
}
.password_page_link {
    position: relative;
    display: block;
    background-color: #FA6C72;
    box-shadow: 0px 0px 0px 12px #FA6C72;
    border: dashed 2px #fff;
    border-radius: 15px;
    max-width: 380px;
    width: 100%;
    margin: auto;
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    transition: all 0.3s ease;
}
.password_page_link:hover {
    background-color: #ffffff;
    color: #FA6C72;
    box-shadow: 0px 0px 0px 12px #ffffff;
    border-color: #FA6C72;
    outline: solid 2px #FA6C72;
    outline-offset: 10px;
}