@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round|Material+Icons+Sharp|Material+Icons+Two+Tone');

/*-----------------------
 全体共通 
-----------------------*/
* {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    font-style: normal;
    box-sizing: border-box;
}
html {
    font-size: 20px;
    letter-spacing: 0.1rem;
    overflow-x: hidden;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "M PLUS 2", sans-serif;
    color: #333;
    background-color: #F6F4EC;
    word-break: break-word;
    overflow-x: hidden;
}
body:not(#home) main {
    margin-bottom: 80px;
}
p {
    line-height: 2;
}
a {
    color: #333;
    transition: 0.4s;
    text-underline-offset: 5px;
}
a:hover {
    opacity: 0.7;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.l_cont {
    max-width: 1280px;
    margin: 0 auto;
}
.m_cont {
    max-width: 1080px;
    margin: 0 auto;
}
.flex {
    display: flex;
    gap: 50px;
}
.half_area {
    width: 50%;
}
.small_sec {
    margin-bottom: 80px;
}
.bold {
    font-weight: 700;
}
.category_editor img, .headimg {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
}
@media screen and (max-width: 1280px) {
    html {
        overflow-x: auto;
    }
    body {
        width: 1280px;
        overflow-x: auto;
    } 
    .l_cont {
        margin: 0 20px;
    }
}
@media screen and (max-width: 480px) {
    html {
        font-size: 16px;
        overflow-x: hidden;
    }
    body {
        width: 100%;
        overflow-x: hidden;
    }   
    p {
        line-height: 1.7;
    }
    .m_cont {
        margin: 0 20px;
    }
    .flex {
        flex-direction: column;
        gap: 80px;
    }
    .half_area {
        width: 100%;
    }
}

/* 見出し */
.sec_ttl {
    position: relative;
    z-index: 1;
}
.sec_ttl::after {
    display: block;
    content: '';
    position: absolute;
    height: 210px;
    z-index: -1;
}
.l_head {
    position: absolute;
    font-size: 3rem;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1rem;
    filter: url(#dilate);
}
.sec_ttl svg {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
}
.rotate {
    position: relative;
    display: inline-block;
}
.m_head {
    position: relative;
    font-family: 'Zen Maru Gothic', serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 70px;
    letter-spacing: 0.3rem;
    text-align: center;
    z-index: 1;
}
#recommend .m_head, #reading .m_head {
    font-size: 1.1rem;
    margin: 30px 0;
}
#page_title .m_head {
    position: absolute;
    top: 40% ;
    left: 50%;
    transform: translate(-50%, -40%);
    margin-bottom: 0;
    width: 100%;
    padding: 0 10px;
}
.s_head {
    position: relative;
    font-family: 'Zen Maru Gothic', serif;
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 60px;
    margin-bottom: 50px;
    color: #833417;
}
.s_head::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 50px;
    height: 50px;
    background: url(img/s_head.png) no-repeat center / contain;
}
.ss_head {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 20px;
    padding: 0 10px 5px;
    border-bottom: 2px solid #b7b1b1;
}
#page_title {
    position: relative;
    width: 100%;
    height: 300px;
}
#page_title::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    right: 5%;
}
.page_head {
    position: absolute;
    top: 40% ;
    left: 50%;
    transform: translate(-50%, -40%);
    font-size: 3rem;
    font-weight: 700;
    font-family: 'Zen Maru Gothic', serif;
    letter-spacing: 1rem;
    padding: 0 10px;
}
@media screen and (max-width: 480px) {
    .sec_ttl::after {
        height: 90px;
    }
    .l_head {
        font-size: 2.3rem;
        letter-spacing: 0.7rem;
    }
    #page_title {
        height: 200px;
    }
    #page_title::after {
        right: 2%;
        bottom: 20px;
    }
    .page_head {
        width: max-content;
        font-size: 2rem;
        letter-spacing: 0.5rem;
        text-align: center;
    }
    .m_head {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }
    .s_head {
        font-size: 1.2rem;
        padding-left: 45px;
        margin-bottom: 30px;
    }
    .s_head::before {
        top: -5px;
        width: 35px;
        height: 35px;
    }
}


/* トップページ セクション関連 */
.page-id-20 {
    background-color: #F6F4EC !important;
}
section {
    position: relative;
    margin-top: 350px;
    padding: 100px 0;
}
section::before, section::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}
section::before {
    top: -20px;
    background-position: left top;
}
section::after {
    bottom: -20px;
    background-position: left bottom;
}
#article, #blog, #info {
    margin-top: 50px;
}
.white_text {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin-bottom: 80px;
}
#recommend .white_text, #reading .white_text {
    margin-top: 80px !important;
}
.craft_bg {
    position: relative;
    background: url(img/bg.png);
    border-radius: 50px;
}
#children .craft_bg, #map .craft_bg {
    padding: 100px 30px;
    margin-bottom: 80px;
}
body:not(#home) .craft_bg {
    margin: 0;
    padding: 50px 80px;
    background: #fff;
}
.topics {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.topics > article:not(:last-of-type) {
    margin-bottom: 150px;
}
.topics article:nth-of-type(odd) .flex {
    flex-direction: row-reverse;
}
.topics .m_head {
    text-align: left;
}
.topic_img {
    width: 50%;
    object-fit: contain;
}
.topic_text {
    width: 50%;
}
.topic_list, #recommend .topic_list .slick-track {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: stretch;
}
#recommend .topic_list {
    flex-direction: column;
    gap: 0;
}
.topic_list article, #recommend .topic_list .slick-slide {
    width: 40%;
    background: url(img/bg.png);
    border-radius: 320px 320px 0 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.topic_list article img, #recommend .topic_list .slick-slide img {
    aspect-ratio: 1.5 / 1;
    width: 100%;
    object-fit: cover;
    border-radius: 320px 320px 0 0;
}
.topic_list article p, #recommend .topic_list .slick-slide p {
    flex-grow: 1;
}
.topic_list .slick-slide {
    display: flex;
    height: auto;
}

@media screen and (min-width: 481px) {
    .topic_sp_img {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    section {
        margin-top: 200px;
        padding: 70px 0;
    }
    body:not(#home) .craft_bg {
        padding: 50px 20px;
    }
    .white_text {
        font-size: 1rem;
        margin-bottom: 50px;
    }
    #recommend .white_text, #reading .white_text {
        margin-top: 50px !important;
    }
    #children .craft_bg, #map .craft_bg {
        padding: 50px 0;
        margin-bottom: 50px;
    }
    .topics {
        gap: 50px;
    }
    .topics > article:not(:last-of-type) {
        margin-bottom: 50px;
    }
    .topics .m_head {
        text-align: center;
    }
    .topic_img {
        display: none;
    }
    .topic_text {
        width: 100%;
    }
    .topic_sp_img {
        display: block;
        width: 80%;
        margin: 0 auto 30px;
        object-fit: contain;
    }
    .topic_list {
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-bottom: 50px !important;
    }
    .topic_list .slick-track, #recommend .topic_list .slick-track {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: stretch;
    }
    .topic_list .slick-slide article {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }
    .topic_list article .more_btn {
        margin-top: auto;
    }
}


/* 記事関連 */
.thumbnail {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
}
.article_list time, .event_list time {
    display: block;
    margin-bottom: 10px;
}
.bold_text {
    font-size: 1.1rem;
    font-weight: 500;
}
.article_list article:not(:last-of-type) {
    border-bottom: 1px dashed #ccc;
}
.article_list article a {
    position: relative;
    display: flex;
    gap: 30px;
    width: 100%;
    padding: 20px;
    text-decoration: none;
}
.article_list article a:hover {
    opacity: 1;
}
.article_list article a::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
}
.article_list article a:hover::after {
    background: rgba(131, 52, 23, 0.1);
}
.text_area {
    flex: 1;
}
.img_area {
    position: relative;
}
.cat_tag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #833417;
    color: #fff;
    font-size: 0.5rem;
    padding: 5px 10px;
    border-radius: 10px 0 10px 0;
    z-index: 1;
}
.article_sec .cat_tag {
    font-size: 0.5rem !important;
    padding: 5px 10px !important;
    border-radius: 10px 0 10px 0 !important;
}
.link_tag {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    list-style-type: none;
}
.link_tag a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #833417;
}
.speech-ballon {
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 30px;
    padding: 50px 30px;
    width: 100%;
    margin: 50px 0;
}
.speech-ballon > div {
    display: flex;
    gap: 20px;
}
.speech-ballon figure {
    margin: 0;
}
.speech-icon {
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.speech-comment {
    flex: 1;
}
.speech-ballon p {
    margin: 0;
}


@media screen and (max-width: 480px) {
    .thumbnail {
        width: 90px !important;
        height: 90px !important;
    }
    .article_list time, .event_list time {
        margin-bottom: 5px;
    }
    .bold_text {
        font-size: 1rem;
    }
    .article_list article a {
        gap: 20px;
        padding: 15px 10px;
    }
    .cat_tag {
        padding: 5px;
    }
    .link_tag {
        gap: 10px;
    }
    .link_tag a {
        padding: 10px;
    }
    .speech-ballon {
        padding: 30px 15px;
        width: 100%;
    }
    .speech-ballon > div {
        gap: 10px;
    }
    .speech-icon {
        width: 80px;
        height: 80px;
    }
}


/* ボタン・リンク */
.btn_list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    list-style-type: none;
    margin-top: 80px;
}
.btn_list li {
    display: flex; 
}
.stitch {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    position: relative;
    padding: 30px 20px;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border-radius: 20px;
    font-family: 'Zen Maru Gothic', serif;
    font-weight: 700;
    outline-offset: -10px;
    color: #833417;
    outline: 2px dashed #833417;
    box-shadow: 5px 5px 0 #833417;
}
.yellow_border, .pink_border, .green_border, .orange_border, .blue_border, .purple_border {
    background-color: #F6F4EC;
}
.yellow_border {
    color: #CE9908;
    outline: 2px dashed #CE9908;
    box-shadow: 5px 5px 0 #CE9908;
}
.re-yellow_border {
    color: #F6F4EC;
    outline: 2px dashed #F6F4EC;
    background-color: #CE9908;
    box-shadow: 5px 5px 0 #F6F4EC;
}
.pink_border {
    color: #D36174;
    outline: 2px dashed #D36174;
    box-shadow: 5px 5px 0 #D36174;
}
.green_border {
    color: #3C713E;
    outline: 2px dashed #3C713E;
    box-shadow: 5px 5px 0 #3C713E;
}
.orange_border {
    color: #DA7333;
    outline: 2px dashed #DA7333;
    box-shadow: 5px 5px 0 #DA7333;
}
.blue_border {
    color: #487BC9;
    outline: 2px dashed #487BC9;
    box-shadow: 5px 5px 0 #487BC9;
}
.purple_border {
    color: #7F5EAE;
    outline: 2px dashed #7F5EAE;
    box-shadow: 5px 5px 0 #7F5EAE;
}
#recommend .stitch, #reading .stitch {
    margin: 0 auto;
}
.stitch:hover {
    opacity: 1;
    transform: translate(5px, 5px);
}
.stitch:hover, .yellow_border:hover, .re-yellow_border:hover, .pink_border:hover, .green_border:hover, .orange_border:hover, .blue_border:hover, .purple_border:hover {
    box-shadow: none !important;
}
.more_btn {
    position: relative;
    display: block;
    width: 300px;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    color: #fff;
    border: 1px solid #833417;
    background-color: #833417;
}
.more_btn:hover {
    opacity: 1;
    color: #833417;
    background-color: #fff;
}
.pink_bg {
    border: 1px solid #D36174;
    background-color: #D36174;
}
.pink_bg:hover {
    color: #D36174;
}
.green_bg {
    border: 1px solid #3C713E;
    background-color: #3C713E;
}
.green_bg:hover {
    color: #3C713E;
}
.orange_bg {
    border: 1px solid #DA7333;
    background-color: #DA7333;
}
.orange_bg:hover {
    color: #DA7333;
}
.blue_bg {
    border: 1px solid #487BC9;
    background-color: #487BC9;
}
.blue_bg:hover {
    color: #487BC9;
}
.purple_bg {
    border: 1px solid #7F5EAE;
    background-color: #7F5EAE;
}
.purple_bg:hover {
    color: #7F5EAE;
}
#recommend .more_btn, #reading .more_btn {
    margin: 30px auto 0;
}
#blog .more_btn, #info .more_btn {
    margin: 70px auto 0;
}
.category-map .more_btn {
    margin: 50px auto 0;
}
.comment_box .more_btn {
    margin: 50px auto 0;
}
.arrow {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 20px;
    vertical-align: -12px;
    transition: 0.4s;
}
.arrow::before, .arrow::after {
    display: block;
    content: '';
    position: absolute;
    height: 1px;
    border-radius: 5px;
    transition: 0.4s;
    background-color: #833417;
}
.arrow::before {
    width: 20px;
    top: 55%;
    left: 50%;
    transform: translate(-55%, -50%);
}
.arrow::after {
    width: 10px;
    top: 19px;
    right: 10px;
    transform: rotate(35deg);
}
.more_btn:hover .arrow::before {
    transform: translate(calc(-55% + 5px), -50%);
}
.more_btn:hover .arrow::after {
    right: 5px;
}
.more_btn:hover .arrow::before, .more_btn:hover .arrow::after {
    background-color: #fff !important;
}
.more_btn:hover .arrow,
.more_btn .arrow::before, .more_btn .arrow::after {
    background-color: #833417;
}
.pink_bg:hover .arrow,
.pink_bg .arrow::before, .pink_bg .arrow::after {
    background-color: #D36174;
}
.green_bg:hover .arrow,
.green_bg .arrow::before, .green_bg .arrow::after {
    background-color: #3C713E;
}
.orange_bg:hover .arrow,
.orange_bg .arrow::before, .orange_bg .arrow::after {
    background-color: #DA7333;
}
.blue_bg:hover .arrow,
.blue_bg .arrow::before, .blue_bg .arrow::after {
    background-color: #487BC9;
}
.purple_bg:hover .arrow,
.purple_bg .arrow::before, .purple_bg .arrow::after {
    background-color: #7F5EAE;
}

.text_link {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.8rem; 
}
.text_link:hover .arrow::before {
    transform: translate(calc(-55% + 5px), -50%);
}
.text_link:hover .arrow::after {
    right: 5px;
}
.pink_circle .arrow {
    flex-shrink: 0;
    background-color: #D36174;
}
.text_link .arrow::before, .text_link .arrow::after {
    background-color: #fff !important;
}
.text_link:hover {
    opacity: 1;
}
.text_link:hover .arrow {
    background-color: #fff;
}
.pink_circle:hover .arrow::before, .pink_circle:hover .arrow::after {
    background-color: #D36174!important;
}

@media screen and (max-width: 480px) {
    .btn_list {
        flex-direction: column;
        width: 100%;
        gap: 20px;
        margin-top: 50px;
    }    
    .more_btn {
        width: 100%;
        padding: 15px 10px;
    }
    #blog .more_btn, #info .more_btn {
        margin: 50px auto 0;
    }
    .stitch {
        width: 100%;
        padding: 25px 15px;
        outline-offset: -8px;
    }
    .arrow {
        width: 30px;
        height: 30px;
    }
    .arrow::before {
        width: 15px;
        top: 55%;
        left: 50%;
        transform: translate(-55%, -50%);
    }
    .arrow::after {
        width: 8px;
        top: 13.5px;
        right: 8px;
        transform: rotate(35deg);
    }
    .more_btn .arrow {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        margin-left: 0;
        vertical-align: 0;
    }
    .more_btn:hover .arrow::after {
        right: 3px;
    }
    .text_link:hover .arrow::after {
        right: 3px;
    }
    .text_link p {
        flex: 1;
    }
}

/* パンくずリスト */
#breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    font-size: 0.7rem;
    list-style-type: none;
}
#breadcrumb:first-of-type {
    margin-bottom: 50px;
}
#breadcrumb:last-of-type {
    margin-top: 50px;
}
#breadcrumb li {
    position: relative;
}
#breadcrumb li:not(:last-of-type)::after {
    display: inline-block;
    content: '';
    position: absolute;
    top: 8px;
    right: -16px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
}

/* 記事一覧ページネーション */
.nav-links .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 50px;
}
.nav-links .page-numbers li {
    list-style-type: none;
}
.nav-links a.page-numbers,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next {
    position: relative;
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    background-color: #005BAB;
    border: 1px solid #005BAB;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 0;
    text-decoration: none;
}
.nav-links a.page-numbers:hover {
    opacity: 1;
    background-color: #fff;
    color: #005BAB;
}
.nav-links .current {
    background-color: #eee;
    border-color: #eee;
    color: #6e6e6e;
}
.nav-links a.prev {
    margin-right: 5px;
}
.nav-links a.next {
    margin-left: 5px;
}
.nav-links .dots {
    margin-top: 0;
}
.prev_arrow, .next_arrow {
    position: absolute;
    top: 14.5px;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
}
.prev_arrow {
    left: 16px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
}
.next_arrow {
    right: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.nav-links a.page-numbers:hover .prev_arrow,
.nav-links a.page-numbers:hover .next_arrow {
    border-color: #005BAB;
}
.current .prev_arrow, .current .next_arrow {
    border-color: #6e6e6e;
}

/* 記事一覧ページネーション */
.nav-links .page-numbers {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 70px;
    list-style-type: none;
}
.nav-links .page-numbers li {
    list-style-type: none;
}
.nav-links a.page-numbers,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border: 1px solid #833417;
    border-radius: 50%;
    background-color: #833417;
    font-size: 0.8rem;
}
.nav-links a.page-numbers:hover {
    opacity: 1;
    background-color: #fff;
    color: #833417;
}
.nav-links .current {
    border: 1px solid #ddd !important;
    background-color: #ddd !important;
    color: #6e6e6e !important;
    margin-top: 0 !important;
}
.nav-links a.prev {
    margin-right: 5px;
}
.nav-links a.next {
    margin-left: 5px;
}
.prev_arrow, .next_arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
}
.prev_arrow {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.next_arrow {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}
.nav-links a.page-numbers:hover .prev_arrow,
.nav-links a.page-numbers:hover .next_arrow {
    border-color: #833417;
}
.current .prev_arrow, .current .next_arrow {
    border-color: #6e6e6e;
}
.nav-links .dots {
    line-height: 50px;
    margin-top: 0 !important;

}
@media screen and (max-width: 480px) {
    .nav-links a.page-numbers,
    .nav-links .current,
    .nav-links a.prev,
    .nav-links a.next {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .nav-links .dots {
        line-height: 40px;
    }
}

/* 改ページ用ページネーション */
.pager {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 70px;
    list-style-type: none;
}
.pager a, .pager .current {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border: 1px solid #833417;
    border-radius: 50%;
    background-color: #833417;
}
.pager a:hover {
    opacity: 1;
    background-color: #fff;
    color: #833417;
}
.pager .current {
    border: 1px solid #ddd !important;
    background-color: #ddd !important;
    color: #6e6e6e !important;
}


/* 検索ボックス */
#searchbox {
    display: flex;
    justify-content: center;
}
#searchbox input[type="text"] {
    width: 500px;
    height: 50px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 50px 0 0 50px;
    background-color: #fff;
    outline: 0;
}
#searchbox button[type="submit"] {
    width: 50px;
    height: 50px;
    border-radius: 0 50px 50px 0;
    background-color: #fff;
    color: #6e6e6e;
    border: 1px solid #ccc;
    border-left: none;
    cursor: pointer;
}
@media screen and (max-width: 767px){
    #searchbox input[type="text"] {
        width: 100%;
    }
}
@media screen and (max-width: 480px){
    #searchbox input[type="text"] ,
    #searchbox button[type="submit"] {
        height: 40px;
    }
}


/* シングルページ */
.posting-ended {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 300px;
    padding: 50px;
    font-weight: 700;
    font-size: 1.7rem;
    color: red;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
    paint-order: stroke;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(209, 240, 255, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    z-index: 2;
}
.article_sec:not(:last-of-type) {
    margin-bottom: 70px;
}
#article_header {
    margin-bottom: 30px;
}
.article_title {
    position: relative;
    width: fit-content;
    font-family: 'Zen Maru Gothic', serif;
    font-size: 1.2rem;
    text-align: center;
    margin: 0 auto 20px;
    padding: 10px 1.5em;
}
.article_title::before, .article_title::after {
    display: block;
    content: '';
    position: absolute;
    width: 20px;
    height: 30px;
}
.article_title::before {
    top: 0;
    left: 0;
    border-left: 2px solid #833417;
    border-top: 2px solid #833417;
}
.article_title::after {
    bottom: 0;
    right: 0;
    border-right: 2px solid #833417;
    border-bottom: 2px solid #833417;
}
#article_header time {
    position: relative;
    display: block;
    text-align: right;
    font-size: 0.8rem;
}
#article_header time::before {
    display: inline-block;
    font-family: 'Material Icons';
    content: '\e923';
    width: 12px;
    height: 12px;
    margin-right: 12px;
    vertical-align: -2px;
}
.article_text {
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.article_text iframe {
    margin-top: 50px;
}
.article_text > ul li, .article_text > ol li {
    margin-left: 25px;
}
.article_text p {
    margin: 1rem 0;
}
.article_text p .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.article_text p .alignright {
    display: block;
    margin-left: auto;
}
.article_text img {
    margin: 1rem 0;
}
.contents_list {
    margin-bottom: 30px;
}
.article_text .contents_list:last-of-type {
    margin: 50px 0;
}
.contents_list li {
    display: flex;
    gap: 30px;
}
.contents_list li:not(:last-of-type) {
    margin-bottom: 15px;
}
.contents_list .term {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    width: 200px;
    border: 1px solid #833417;
    color: #833417;
    font-weight: 500;
    font-family: 'Zen Maru Gothic', serif;
    text-align: center;
    border-radius: 10px;
    flex-shrink: 0;
    align-items: center;
}
.contents_list .description {
    flex: 1;
    padding: 10px;
}
.link_btn {
    display: flex;
    justify-content: center;
    gap: 15px;
    list-style-type: none;
    margin-top: 50px;
}
.link_btn a {
    display: block;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    padding: 20px 25px;
    border-radius: 10px;
}
.link_hp {
    background-color: #EFAD6B;
}
.link_form {
    background-color: #C8AFEB;
}
.link_line {
    background-color: #72AF69;
}
.link_insta {
    background-color: #F092A1;
}
.link_x {
    background-color: #86CAE6;
}
.cat-tag_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 30px 0;
}
.cat_list, .tag_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style-type: none;
}
.cat_list a, .tag_list a {
    display: block;
    position: relative;
    text-decoration: none;
    border: 1px solid #833417;
    background-color: #fff;
    color: #833417;
    font-size: 0.8rem;
    padding: 5px 10px;
    border-radius: 5px;
}
.cat_list a:hover, .tag_list a:hover {
    opacity: 1;
}
.cat_list a::before, .tag_list a::before {
    display: inline-block;
    font-family: 'Material Icons';
    width: 12px;
    height: 12px;
    margin-right: 5px;
    vertical-align: -2px;
}
.cat_list a::before {
    content: '\e2c7';
}
.tag_list a::before {
    content: '\f05b';
}
.cat_list a::after, .tag_list a::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
}
.cat_list a:hover::after, .tag_list a:hover::after {
    background: rgba(131, 52, 23, 0.1);
}
.share_btn {
    text-align: center;
    margin: 50px 0;
}
.share_btn ul {
    display: flex;
    gap: 20px;
    justify-content: center;
    list-style-type: none;
    margin-top: 10px;
}
.share_btn ul a {
    display: block;
    background-color: #833417;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 40px;
}
.share_btn ul a img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}
.page_nav {
    position: relative;
    display: flex;
    border: 1px solid #833417;
    border-radius: 5px;
    background-color: #fff;
    list-style-type: none;
    margin-top: 70px;
}
.page_nav::after {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: #833417;
}
.page_nav li {
    width: 50%;
}
.page_nav li a {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 20px;
    font-size: 0.8rem;
    text-decoration: none;
}
.page_nav li a:hover {
    opacity: 1;
}
.page_nav li a::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
}
.page_nav li a:hover::after {
    background: rgba(131, 52, 23, 0.1);
}
.page_nav.has-both .prev_nav,
.page_nav.only-prev .prev_nav {
    margin-right: auto;
}
.page_nav.has-both .next_nav,
.page_nav.only-next .next_nav {
    margin-left: auto;
}
.nav_img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}
.next_nav a {
    flex-direction: row-reverse;
}
.nav_prev_arrow, .nav_next_arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #833417;
    padding: 10px;
}
.nav_prev_arrow {
    border-left: 2px solid #833417;
    transform: rotate(-45deg);
}
.nav_next_arrow {
    border-right: 2px solid #833417;
    transform: rotate(45deg);
}
.comment_box {
    padding: 50px 30px;
    margin: 50px 0;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    border: 2px solid #ddd;
}
.comment {
    position: relative;
    display: block;
    width: fit-content;
    padding: 0 10px;
    margin: 0 0 30px 70px;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Zen Maru Gothic', serif;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    paint-order: stroke;
    background: linear-gradient(transparent 60%, rgba(240, 146, 161, 0.7) 60%);
}
.comment::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: -15px;
    left: -70px;
    width: 60px;
    height: 60px;
    transform: rotate(-5deg);
    background: url(img/comment.png) no-repeat center / contain;
}
.contents_list li {
    margin-left: 0 !important;
}
@media screen and (max-width: 480px) {
    .posting-ended {
        top: 4%;
        font-size: 1.5rem;
        padding: 50px 30px;
    }
    .contents_list li {
        flex-direction: column;
        gap: 10px;
    }
    .contents_list li:not(:last-of-type) {
        margin-bottom: 30px;
    }
    .contents_list .term {
        width: 100%;
    }
    .article_title {
        font-size: 1.1rem;
    }
    .cat_list a::before, .tag_list a::before {
        margin-right: 2px;
    }
    .page_nav {
        flex-direction: column;
    }
    .page_nav::after {
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        width: 100%;
        height: 1px;
    }
    .page_nav li {
        width: 100%;
    }
    .page_nav li a {
        gap: 10px;
        padding: 15px;
    }
    .nav_img {
        width: 60px;
        min-width: 60px;
        height: 60px;
    }
    .page_nav.only-prev::after,
    .page_nav.only-next::after {
        display: none;
    }
    .comment {
        font-size: 1.1rem;
        margin: 0 0 30px 45px;
    }    
    .comment::before {
        width: 40px;
        height: 40px;
        top: -5px;
        left: -50px;
    }
    .comment_box {
        padding: 50px 20px;
    }
    .link_btn {
        flex-wrap: wrap;
    }
    .link_btn a {
        padding: 10px 15px;
    }
    iframe {
        height: 400px;
    }
    .cat-tag_list {
        gap: 15px;
    }
}

/* スライダー */
  .slide-prev, .slide-next {
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
  }
  #recommend .slide-prev, #recommend .slide-next {
    background-color: #DA7333;
  }
  #reading .slide-prev, #reading .slide-next {
    background-color: #487BC9;
  }
  .slide-prev {
    left: -50px;
  }
  .slide-next {
    right: -50px;
  }
  .prev-arrow, .next-arrow {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #F6F4EC;
  }
  .prev-arrow {
    left: 60%;
    border-left: 2px solid #F6F4EC;
    transform: translate(-60%, -50%) rotate(-45deg);
  }
  .next-arrow {
    left: 40%;
    border-right: 2px solid #F6F4EC;
    transform: translate(-40%, -50%) rotate(45deg);
  }
.dots-slide {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 20px;
    gap: 10px 5px;
}
#recommend .dots-slide {
    margin-top: 30px;
}
#recommend .dots-slide:has(li:only-child) {
  display: none;
}
.dots-slide li {
    width: 30px;
    height: 3px;
    background: #F6F4EC;
    transition: background-color .5s ease;
    list-style-type: none;
}
#recommend .dots-slide li.slick-active {
    background: #DA7333;
}
#reading .dots-slide li.slick-active {
    background: #487BC9;
}
.dots-slide li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
    color: transparent;
}
@media screen and (max-width: 1400px) {
    .slide-prev {
        left: -10px;
    }
    .slide-next {
        right: -10px;
    }
}
@media screen and (max-width: 480px) {
    .slide-prev, .slide-next {
        width: 40px;
        height: 40px;
    }
    .slide-prev {
        left: -15px;
    }
    .slide-next {
        right: -15px;
    }
    .prev-arrow, .next-arrow {
        width: 12px;
        height: 12px;
    }
}

/*-----------------------
 ヘッダー
-----------------------*/
header {
    position: fixed;
    z-index: 10;
}
#mainvisual {
    position: relative;
}
.topimg {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: -100px;
}
@media screen and (max-width: 480px) {
    .topimg {
        margin-top: 0;
    }    
}

/* ハンバーガーメニュー */
.hamburger {
    position: fixed;
    top: 0;
    right: 0;
    transform: translate(100px, -100px);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #833417;
    border: none;
    cursor: pointer;
    z-index: 20;
}
.line {
    display: inline-block;
    position: absolute;
    left: 35px;
    width: 50px;
    height: 3px;
    background-color: #fff;
    border-radius: 5px;
    transition: 0.4s;
}
.line:nth-of-type(1) {
    top: 125px;
}
.line:nth-of-type(2) {
    top: 140px;
}
.line:nth-of-type(3) {
    top: 155px;
}
.hamburger.active .line:nth-of-type(1) {
    top: 135px;
    left: 35px;
    transform: translateY(6px) rotate(-45deg);
}
.hamburger.active .line:nth-of-type(2) {
    opacity: 0;    
}
.hamburger.active .line:nth-of-type(3) {
    top: 147px;
    left: 35px;
    transform: translateY(-6px) rotate(45deg);
}
@media screen and (max-width: 767px) {
    .hamburger {
        width: 130px;
        height: 130px;
        transform: translate(65px, -65px);
    }
    .line {
        left: 22px;
        width: 30px;
        height: 2px;
    }
    .line:nth-of-type(1) {
        top: 82px;
    }
    .line:nth-of-type(2) {
        top: 92px;
    }
    .line:nth-of-type(3) {
        top: 102px;
    }
    .hamburger.active .line:nth-of-type(1) {
        top: 85px;
        left: 22px;
        transform: translateY(6px) rotate(-45deg);
    }
    .hamburger.active .line:nth-of-type(2) {
        opacity: 0;    
    }
    .hamburger.active .line:nth-of-type(3) {
        top: 97px;
        left: 22px;
        transform: translateY(-6px) rotate(45deg);
    }
}


/* メガメニュー */
.menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.4s;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: #F6F4EC;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    box-shadow: -3px -3px 10px rgba(0, 0, 0, 0.25);
    z-index: 10;
}
.menu::-webkit-scrollbar {
    display:none;
}
.menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: 0.4s;
}
.menu .header_logo  {
    display: block;
    width: 300px;
    min-width: 300px;
    margin: 0 auto;
}
.menu .header_logo img {
    width: 100%;
    object-fit: cover;
}
.menu ul {
    list-style-type: none;
}
.menu a {
    position: relative;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-decoration: none;
}
.menu_list {
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.menu_ttl {
    position: relative;
    display: block;
    font-weight: 700;
    font-family: 'Zen Maru Gothic', serif;
    font-size: 1.5rem;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
    paint-order: stroke;
    padding: 0 10px 0 85px;
    margin-bottom: 30px;
}
.menu_list li:first-of-type .menu_ttl {
    color: #CE9908;
    background: linear-gradient(transparent 50%, #E9C970 50%);
}
.menu_list li:nth-of-type(2) .menu_ttl {
    color: #D36174;
    background: linear-gradient(transparent 50%, #F092A1 50%);
}
.menu_list li:nth-of-type(3) .menu_ttl {
    color: #3C713E;
    background: linear-gradient(transparent 50%, #72AF69 50%);
}
.menu_list li:nth-of-type(4) .menu_ttl {
    color: #DA7333;
    background: linear-gradient(transparent 50%, #EFAD6B 50%);
    margin-bottom: 0;
}
.menu_list li:nth-of-type(5) .menu_ttl {
    color: #487BC9;
    background: linear-gradient(transparent 50%, #86CAE6 50%);
}
.menu_list li:last-of-type .menu_ttl {
    color: #7F5EAE;
    background: linear-gradient(transparent 50%, #C8AFEB 50%);
}
.menu_ttl::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: 5px;
    width: 70px;
    height: 70px;
}
.menu_list li:first-of-type .menu_ttl::before {
    top: -15px;
    background: url(img/event/illust.png) no-repeat center / contain;
}
.menu_list li:nth-of-type(2) .menu_ttl::before {
    top: -15px;
    background: url(img/children/illust.png) no-repeat center / contain;
}
.menu_list li:nth-of-type(3) .menu_ttl::before {
    top: -25px;
    background: url(img/search/illust.png) no-repeat center / contain;
}
.menu_list li:nth-of-type(4) .menu_ttl::before {
    top: -15px;
    background: url(img/recommend/illust.png) no-repeat center / contain;
}
.menu_list li:nth-of-type(5) .menu_ttl::before {
    top: -25px;
    background: url(img/reading/illust.png) no-repeat center / contain;
}
.menu_list li:last-of-type .menu_ttl::before {
    top: -25px;
    background: url(img//illust.png) no-repeat center / contain;
}
.child {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.child > li > a {
    font-size: 0.8rem;
    font-weight: 500;
    padding: 10px;
    border-bottom: 1px solid #333;
}
.g-child {
    display: none;
    margin-top: 10px;
}
.g-child a {
    font-size: 0.75rem;
    padding: 10px 10px 10px 15px;
}
.menu_arrow {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #DA7333;
    border-radius: 50%;
}
.menu_arrow::before, .menu_arrow::after {
    display: block;
    content: '';
    position: absolute;
    left: 35%;
    width: 15px;
    height: 2px;
    border-radius: 10px;
    background-color: #fff;
}
.menu_arrow::before {
    top: 14px;
    transform: rotate(45deg);
}
.menu_arrow::after {
    bottom: 14px;
    transform: rotate(-45deg);
}
.link_arrow {
    position: relative;
    right: 1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
}
.more_arrow {
    position: relative;
    width: 10px;
    height: 10px;
    display: inline-block;
}
.more_arrow::before,
.more_arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 1px;
    background-color: #333;
    transition: 0.4s ease;
    transform: translate(-50%, -50%);
}
.more_arrow::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.more_arrow.open::after {
    transform: translate(-50%, -50%) rotate(0deg);
}
@media screen and (max-width: 960px) {
    .child {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 767px) {
    .menu {
        padding: 50px 20px;
    }
    .menu .header_logo  {
        width: 200px;
        min-width: 200px;
    }
    .child {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width: 480px) {
    .menu {
        width: 100%;
    }
    .menu_list {
        gap: 50px;
    }
    .menu_ttl {
        font-size: 1.2rem;
        padding: 0 10px 0 60px;
        margin-bottom: 20px;
    }
    .menu_ttl::before {
        width: 50px;
        height: 50px;
        left: 5px;
    }
    .menu_list li:first-of-type .menu_ttl::before, 
    .menu_list li:nth-of-type(2) .menu_ttl::before,
    .menu_list li:nth-of-type(4) .menu_ttl::before {
        top: -10px;
    }
    .menu_list li:nth-of-type(3) .menu_ttl::before,
    .menu_list li:nth-of-type(5) .menu_ttl::before,
    .menu_list li:last-of-type .menu_ttl::before  {
        top: -15px;
    }
    .menu_arrow {
        width: 30px;
        height: 30px;
    }
    .menu_arrow::before, .menu_arrow::after {
        width: 12px;
    }
    .menu_arrow::before {
        top: 10px;
    }
    .menu_arrow::after {
        bottom: 10px;
    }
}

/* グローバルナビ */
.gnav {
    width: 960px;
    position: absolute;
    top: 82%;
    left: 50%;
    transform: translate(-50%, -85%);
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    display: flex;
    gap: 70px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    list-style-type: none;
    z-index: 5;
}
.gnav li a {
    position: relative;
    font-family: 'Zen Maru Gothic', serif;
    font-weight: 700;
    text-decoration: none;
}
.gnav li a::before {
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: -1;
}
.gnav li:first-of-type a::before {
    background: url(img/menu/yellow.png) no-repeat center / contain;
    top: 5px;
    left: 13px;
}
.gnav li:nth-of-type(2) a::before {
    background: url(img/menu/pink.png) no-repeat center / contain;
    top: 3px;
    right: 17px;
}
.gnav li:nth-of-type(3) a::before {
    background: url(img/menu/green.png) no-repeat center / contain;
    top: 3px;
    left: -6px;
}
.gnav li:nth-of-type(4) a::before {
    background: url(img/menu/orange.png) no-repeat center / contain;
    top: 4px;
    right: 5px;
}
.gnav li:last-of-type a::before {
    background: url(img/menu/blue.png) no-repeat center / contain;
    top: 5px;
    right: 15px;
}
@media screen and (min-width: 1281px) {
    .gnav.fixed {
        position: fixed;
        top: 10px;
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 480px) {
    .gnav {
        width: 90%;
        top: 105%;
        transform: translate(-50%, -85%);
        gap: 5px 20px;
        padding: 15px;
        flex-wrap: wrap;
    }   
    .gnav li a {
        font-size: 0.8rem;
    } 
    .gnav li a::before {
        width: 20px;
        height: 20px;
    }
    .gnav li:first-of-type a::before {
        top: 2px;
        left: 8px;
    }
    .gnav li:nth-of-type(2) a::before {
        top: 0;
        right: 11px;
    }
    .gnav li:nth-of-type(3) a::before {
        top: 0px;
        left: -4px;
    }
    .gnav li:nth-of-type(4) a::before {
        top: 0px;
        right: 3px;
    }
    .gnav li:last-of-type a::before {
        top: 1px;
        right: 10px;
    }
}

/* SNSリスト */
.sns {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style-type: none;
    z-index: 5;
}
.sns li a {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #833417;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}
.sns li a:hover {
    opacity: 1;
}
.sns li a img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    transition: 0.4s;
}
.sns li a:hover img {
    transform: rotate(15deg);
}
.menu .sns {
    position: static;
    flex-direction: row;
    justify-content: center;
    margin: 50px 0 80px;
}
@media screen and (min-width: 481px) {
    .menu .sns {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    header > .sns {
        display: none;
    }  
}


/*-----------------------
 臨時お知らせ用
-----------------------*/
#news {
    margin-top: 0;
    padding: 50px;
}
.news_area {
    position: relative;
    background-color: #fff;
    border-radius: 50px;
    padding: 50px;
}
.news_ttl {
    position: absolute;
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 200px;
    padding: 40px 20px;
    font-family: 'Zen Maru Gothic', serif;
    font-weight: 700;
    font-size: 0.8rem;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    z-index: -1;
}
.news_ttl img {
    width: 150px;
    object-fit: contain;
    margin-right: 10px;
}
@media screen and (max-width: 480px) {
    #news {
        padding: 120px 0 0;
    }
    .news_area {
        padding: 40px 20px;
        border-radius: 30px;
    }
    .news_ttl {
        top: -70px;
        width: 250px;
        height: 170px;
        padding: 30px 15px;
        font-size: 0.6rem;
    }
    .news_ttl img {
        width: 100px;
        object-fit: contain;
        margin-right: 10px;
    }
}

/*-----------------------
 広告バナー
-----------------------*/
#banner {
    margin-top: -50px;
    padding: 0;
}
#banner::before, #banner::after {
    display: none !important;
}
#banner .flex {
    justify-content: center;
}
#banner a {
    display: block;
}
#banner img {
    width: auto;
    object-fit: contain;
}
@media screen and (max-width: 480px) {
    #banner {
        margin-top: 80px;
    }
    #banner .flex {
        gap: 30px;
    }
}

/*-----------------------
 イベント
-----------------------*/
#event {
    margin-top: 180px;
}
#event, .category-event, .page-id-2424 {
    background-color: #E9C970 !important;
}
#event::before {
    background-image: url(img/event/top.png);
}
#event::after {
    background-image: url(img/event/bottom.png);
}
#event .sec_ttl::after {
    width: 300px;
    top: -285px;
    right: 50px;
    background: url(img/event/illust.png) no-repeat center / contain;
}
#event .l_head {
    top: -185px;
    left: 50px;
    transform: rotate(3deg);
}
#event .rotate {
    transform: rotate(-20deg);
    top: -10px;
    left: -8px;
}
#event .m_head {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    color: #CE9908;
    -webkit-text-stroke: 3px #fff;
    text-stroke: 3px #fff;
    paint-order: stroke;
    margin-bottom: 30px;
}
#event .m_head::before, #event .m_head::after {
    display: block;
    content: '';
    width: 70px;
    height: 70px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#event .m_head::before {
    transform: rotate(-10deg);
    background-image: url(img/event_icon1.png);
}
#event .m_head::after {
    background-image: url(img/event_icon2.png);
}
.category-event #page_title, .page-id-2424 #page_title {
    background: url(img/event/header.png) no-repeat center / cover !important;
}
.category-event #page_title::after, .page-id-2424 #page_title::after {
    width: 250px !important;
    height: 250px !important;
    bottom: 0 !important;
    background: url(img/event/illust.png) no-repeat center / contain !important;
}
.page-id-2424 #page_title::after {
    bottom: 0 !important;
}
.category-event .page_head, .page-id-2424 .page_head {
    background: url(img/menu/yellow.png) no-repeat 50px 15px / contain !important;
}
.event_list article:not(:last-of-type) {
    margin-bottom: 30px;
}
.event_list article a {
    display: flex;
    gap: 30px;
    width: 100%;
    background: url(img/bg.png);
    padding: 20px;
    border-radius: 30px;
    text-decoration: none;
}
.event_list .thumbnail {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
}
@media screen and (min-width: 481px) {
    #event .m_head .br, #event .white_text .br {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    #home #event {
        margin-top: 100px;
    }
    #event .sec_ttl::after {
        width: 120px;
        top: -157px;
        right: 0;
    }
    #event .l_head {
        top: -130px;
        left: 15px;
    }
    #event .rotate {
        left: -5px;
    }
    #event .m_head {
        gap: 10px;
    }
    #event .m_head::before, #event .m_head::after {
        width: 40px;
        height: 40px;
    }
    .category-event #page_title::after, .page-id-2424 #page_title::after {
        width: 100px !important;
        height: 100px !important;
    }
    .category-event .page_head, .page-id-2424 .page_head {
        background: url(img/menu/yellow.png) no-repeat 20% 7px / contain !important;
    }
    .event_list article:not(:last-of-type) {
        margin-bottom: 20px;
    }
    .event_list article a {
        gap: 20px;
        padding: 15px;
    }
}


/*-----------------------
 新着・人気記事
-----------------------*/
#article .m_head {
    color: #833417;
}
#article .m_head img {
    object-fit: contain;
    vertical-align: -5px;
}
#article .m_head img:first-of-type {
    width: 200px;
}
#article .m_head img:last-of-type {
    width: 250px;
}
#article .l_cont {
    margin-bottom: 200px;
}
#article .btn_list {
    margin-top: 30px;
}
#article .btn_list li {
    width: 50%;
}
#article .stitch {
    width: 100%;
}
.insta_wrapper > p {
    text-align: center;
    font-family: 'Zen Maru Gothic', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #833417;
    letter-spacing: 0.5rem;
    margin-bottom: 20px;
}
.catchcopy {
    font-family: 'Zen Maru Gothic', serif;
    font-weight: 700;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 53px;
}
.real-estate .cat_tag {
    position: static;
    font-size: 0.8rem;
    line-height: 30px;
    border-radius: 10px;
}
.real-estate .estate_info {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
@media screen and (max-width: 480px) {
    #article .m_head img {
       display: block;
       margin: auto;
    }
    #article .m_head img:first-of-type {
        width: 150px;
    }
    #article .m_head img:last-of-type {
        width: 200px;
    }
    #article .l_cont {
        margin-bottom: 100px;
    }
    #article .btn_list li{
        width: 100%;
    }
    .insta_wrapper p {
        font-size: 1.3rem;
        letter-spacing: 0.3rem;
    }
    .catchcopy {
        margin-bottom: 30px;
    }
    .real-estate .estate_info {
        gap: 10px;
    }
    .real-estate .cat_tag {
        line-height: normal;
    }
}


/*-----------------------
 こどものこと
-----------------------*/
#children, .category-children {
    background-color: #F092A1 !important;
}
#children::before {
    background-image: url(img/children/top.png);
}
#children::after {
    background-image: url(img/children/bottom.png);
}
#children .sec_ttl::after {
    width: 300px;
    top: -260px;
    left: 50px;
    background: url(img/children/illust.png) no-repeat center / contain;
}
#children .l_head {
    top: -175px;
    right: 20px;
    transform: rotate(2deg);
}
#children .rotate {
    transform: rotate(-20deg);
    top: -10px;
    left: -1px;
}
#children .m_head {
    color: #D36174;
}
#children .text_link {
    width: 250px;
    text-align: right;
    margin: 50px 0 0 auto;
}
#children .topics article:first-of-type .m_head {
    margin-top: 102px;
}
#children .topics article:last-of-type .more_btn {
    margin-top: 70px;
}
#children .article_list a {
    align-items: center;
}
.category-children #page_title {
    background: url(img/children/header.png) no-repeat center / cover !important;
}
.category-children #page_title::after {
    width: 250px !important;
    height: 250px !important;
    bottom: 0 !important;
    background: url(img/children/illust.png) no-repeat center / contain !important;
}
.category-children .page_head {
    background: url(img/menu/pink.png) no-repeat 308px 8px / contain !important;
}
.chibikko_gahaku {
    margin-top: 120px;
}
.chibikko_gahaku ul {
    display: flex;
    gap: 10px;
    justify-content: center;
    list-style-type: none;
}
.chibikko_gahaku ul li:nth-of-type(even) {
    margin-top: 80px;
}
.chibikko_gahaku ul li img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
}
.chibikko_gahaku a img {
    display: block;
    width: 500px;
    margin: 0 auto;
}
.fukidashi {
    display: block;
    padding: 20px;
    background-color: #F092A1;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 50%;
    position: absolute;
    top: -100px;
    left: 50px;
    transform: rotate(-8deg);
}
.fukidashi::after {
    display: block;
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top: 15px solid #F092A1;
}
@media screen and (max-width: 480px) {
    #home #children {
        margin-top: 100px;
    }
    #children .sec_ttl::after {
        width: 120px;
        top: -150px;
        left: -5px;
    }
    #children .l_head {
        top: -120px;
        right: 0;
    }
    #children .rotate {
        left: -2px;
    }
    .category-children #page_title::after {
        width: 100px !important;
        height: 100px !important;
    }
    .category-children .page_head {
        background: url(img/menu/pink.png) no-repeat 84% 4px / contain !important;
    }
    #children .topics article:last-of-type .more_btn {
        margin-top: 50px;
    }
    #children .text_link {
        width: 200px;
        margin: 30px 0 0 auto;
    }
    .chibikko_gahaku {
        margin-top: 60px;
    }
    .chibikko_gahaku ul {
        gap: 5px;
    }
    .chibikko_gahaku ul li:nth-of-type(even) {
        margin-top: 40px;
    }
    .chibikko_gahaku ul li img {
        width: 100%;
        height: auto;
    }
    .chibikko_gahaku a img {
        display: block;
        width: 300px;
        margin: 0 auto;
    }
    .fukidashi {
        top: -80px;
        padding: 15px 20px;
        font-size: 1rem;
    }
}
@media screen and (max-width: 380px) {
    #children .sec_ttl::after {
        top: -180px;
    }
}


/* アーカイブページ */
.gallery_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 30px;
}
.gallery_list article {
    display: flex;
    flex-direction: column;  
}
.gallery_list a {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%; 
    overflow: hidden;
    text-decoration: none;
    border-radius: 20px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.gallery_list a:hover {
    opacity: 1;
}
.gallery_list img {
    aspect-ratio: 1.3 / 1;
    object-fit: cover;
    transition: 0.4s;
}
.gallery_list a:hover img {
    transform: scale(1.1);
}
.gallery_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    position: relative;
    padding: 10px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 500;
    z-index: 1;
}
.category-children .cat_tag, .category-map .cat_tag {
    padding: 10px 15px;
    border-radius: 20px 0 20px 0;
    font-size: 0.7rem;
}
.pink {
    background-color: #F092A1 !important;
}
.blue {
    background-color: #3cbbc0 !important;
}
.green {
    background-color: #72AF69 !important;
}
.orange {
    background-color: #EFAD6B !important;
}
#kindergarten .flex {
    flex-direction: column;
}
#kindergarten .btn_list {
    margin: 50px auto;
}
#kindergarten .text_link, #lesson .text_link {
    text-align: center !important;
    margin: 50px auto 0 !important;
}
#kindergarten .text_link {
    width: 80%;
}
#lesson .text_link {
    width: 500px;
}
@media screen and (max-width: 480px) {
    .gallery_list {
        grid-template-columns: repeat(1, 1fr);
    }
    .gallery_ttl {
        font-size: 1rem;
    }
    #kindergarten .text_link, #lesson .text_link {
        width: 100%;
    }
    .category-children .cat_tag, .category-map .cat_tag {
        font-size: 0.8rem;
        padding: 10px;
    }
}


/*-----------------------
 さがす
-----------------------*/
#map, .category-map {
    background-color: #72AF69  !important;
}
#map::before {
    background-image: url(img/map/top.png);
}
#map::after {
    background-image: url(img/map/bottom.png);
}
#map .sec_ttl::after {
    width: 180px;
    top: -285px;
    right: 100px;
    transform: rotate(5deg);
    background: url(img/map/illust.png) no-repeat center / contain;
}
#map .l_head {
    top: -183px;
    left: 50px;
    transform: rotate(-5deg);
}
#map .rotate {
    transform: rotate(-20deg);
    top: -20px;
    left: -2px;
}
#map .m_head {
    color: #3C713E;
}
#map .btn_list {
    flex-wrap: wrap;
}
.category-map #page_title {
    background: url(img/map/header.png) no-repeat center / cover !important;
}
.category-map #page_title::after {
    width: 200px !important;
    height: 200px !important;
    bottom: 40px !important;
    transform: rotate(5deg) !important;
    background: url(img/map/illust.png) no-repeat center / contain !important;
}
.category-map .page_head {
    padding-left: 20px !important;
    background: url(img/menu/green.png) no-repeat -5px 8px / contain !important;
}
@media screen and (max-width: 480px) {
    #map .sec_ttl::after {
        width: 90px;
        top: -155px;
        right: 0;
    }
    #map .l_head {
        top: -125px;
        left: 20px;
    }
    #map .rotate {
        left: 0;
    }
    .category-map #page_title::after {
        width: 70px !important;
        height: 70px !important;
        bottom: 37px !important;
    }
    .category-map .page_head {
        background: url(img/menu/green.png) no-repeat 5% 4px / contain !important;
    }
}


/*-----------------------
 おすすめ
-----------------------*/
#recommend, .category-supporter {
    background-color: #EFAD6B;
}
#recommend::before {
    background-image: url(img/recommend/top.png);
}
#recommend::after {
    background-image: url(img/recommend/bottom.png);
}
#recommend .sec_ttl::after {
    width: 300px;
    top: -290px;
    left: 80px;
    transform: scale(-1, 1);
    background: url(img/recommend/illust.png) no-repeat center / contain;
}
#recommend .l_head {
    top: -177px;
    right: 50px;
    transform: rotate(-10deg);
}
#recommend .rotate {
    transform: rotate(35deg);
    left: 3px;
}
#recommend .m_head {
    color: #DA7333;
}
.category-supporter #page_title {
    background: url(img/recommend/header.png) no-repeat center / cover;
}
.category-supporter #page_title::after {
    width: 250px;
    height: 250px;
    background: url(img/recommend/illust.png) no-repeat center / contain;
}
.category-supporter .page_head {
    background: url(img/menu/orange.png) no-repeat 250px 8px / contain;
}
@media screen and (max-width: 480px) {
    #recommend .sec_ttl::after {
        width: 120px;
        top: -160px;
        left: 10px;
    }
    #recommend .l_head {
        top: -120px;
        right: 10px;
    }
    .category-supporter #page_title::after {
        width: 100px;
        height: 100px;
    }
    .category-supporter .page_head {
        background: url(img/menu/orange.png) no-repeat 67% 4px / contain;
    }
}



/*-----------------------
 よみもの
-----------------------*/
#reading, .category-reading {
    background-color: #86CAE6 !important;
}
#reading::before {
    background-image: url(img/reading/top.png);
}
#reading::after {
    background-image: url(img/reading/bottom.png);
}
#reading .sec_ttl::after {
    width: 180px;
    top: -270px;
    right: 80px;
    transform: rotate(15deg);
    background: url(img/reading/illust.png) no-repeat center / contain;
}
#reading .l_head {
    top: -185px;
    left: 50px;
    transform: rotate(3deg);
}
#reading .rotate {
    transform: rotate(22deg);
    top: 17px;
    left: 2px;
}
#reading .m_head {
    color: #487BC9;
}
.category-reading #page_title {
    background: url(img/reading/header.png) no-repeat center / cover !important;
}
.category-reading #page_title::after {
    width: 250px !important;
    height: 250px !important;
    bottom: 0  !important;
    transform: rotate(15deg) !important;
    background: url(img/reading/illust.png) no-repeat center / contain !important;
}
.category-reading .page_head {
    background: url(img/menu/blue.png) no-repeat 150px 8px / contain !important;
}
@media screen and (max-width: 480px) {
    #reading .sec_ttl::after {
        width: 90px;
        top: -150px;
        right: 10px;
    }
    #reading .l_head {
        top: -128px;
        left: 20px;
    }
    .category-reading #page_title::after {
        width: 70px !important;
        height: 70px !important;
        bottom: 37px !important;
    }
    .category-reading .page_head {
        background: url(img/menu/blue.png) no-repeat 75% 0 / contain !important;
    }
}



/*-----------------------
 ブログ
-----------------------*/
#blog .m_head {
    color: #833417;
}
.blog_list {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: stretch;
}
.blog_list article {
    display: flex;
    flex-direction: column;
    width: 40%;
    border-radius: 20px;
    overflow: hidden;
}
.blog_list article a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    flex-grow: 1;
}
.blog_list article a:hover {
    opacity: 1;
}
.blog_img {
    aspect-ratio: 1.5 / 1;
    object-fit: cover;
    transition: 0.4s;
}
.blog_list article a:hover .blog_img {
    transform: scale(1.1);
}
.blog_info {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 30px 20px 20px;
    flex-grow: 1;
}
.blog_info time {
    display: block;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 15px;
    position: absolute;
    top: -30px;
    left: 20px;
}
.excerpt {
    font-size: 0.8rem;
    margin: 20px 0 30px;
    flex-grow: 1;
}
.author {
    font-size: 0.8rem;
    margin-top: auto;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}
.author_img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}
@media screen and (max-width: 480px) {
    #blog .m_head {
        margin-bottom: 50px;
    }
    .blog_list {
        flex-direction: column;
    }
    .blog_list article {
        width: 100%;
    }
    .blog_img {
        aspect-ratio: 2 / 1;
    }
    .blog_info time {
        top: -20px;
    }
    .author_img {
        width: 30px;
        height: 30px;
    }
}


/*-----------------------
 お知らせ・協賛企業
-----------------------*/
#info {
    background-color: #C8AFEB;
}
#info::before, #info::after {
    height: 25px;
}
#info::before {
    top: -25px;
    background: url(img/wave_top.png) repeat-x left top / contain;
}
#info::after {
    bottom: -25px;
    background: url(img/wave_bottom.png) repeat-x left bottom / contain;
    z-index: 1;
}
#info .l_head {
    top: -85px;
    left: 50px;
    transform: rotate(3deg);
}
#info .stitch {
    margin: 50px auto 0;
}
#info .m_head {
    color: #7F5EAE;
}
#info .article_list article:not(:last-of-type) {
    border-color: #fff;
}
#info .article_list article a {
    flex-direction: column;
    gap: 0;
}
#info .article_list article a:hover::after {
    background: rgba(110, 110, 110, 0.1);
}
#info .half_area:last-of-type .more_btn {
    width: 350px;
}
.sponsor_bnrlist, .sponsor_txtlist {
    list-style-type: none;
}
.sponsor_bnrlist {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-bottom: 50px;
}
.sponsor_txtlist {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
    #info::before {
        background: url(img/wave_top.png) repeat-x left top / cover;
    }
    #info::after {
        background: url(img/wave_bottom.png) repeat-x left bottom / cover;
    }
    #info .half_area:last-of-type .m_head {
        margin-bottom: 50px;
    }    
    #info .half_area:last-of-type .more_btn {
        width: 100%;
    }    
}


/*-----------------------
 フッター
-----------------------*/
footer {
    position: relative;
    text-align: center;
    padding: 100px 0 50px;
    background-color: #F6F4EC;
    margin-top: auto;
}
body:not(#home) footer::before {
    display: block;
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 25px;
    background: url(img/footer.png) repeat-x left top / contain;
}
footer .stitch {
    margin: 30px auto 100px;
}
.footer_logo {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: flex-end;
    font-size: 1rem;
    font-weight: 400;
}
.footer_logo img {
    width: 200px;
    object-fit: contain;
}
.copyright {
    font-size: 0.7rem;
}
.page_up {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 100px;
    object-fit: contain;
    z-index: 5;
}
.page_up:hover {
    opacity: 1;
    transform: translateY(-10px);
}

@media screen and (max-width: 480px) {
    body:not(#home) footer::before {
        background: url(img/footer.png) repeat-x left top / cover;
    }
    .footer_logo {
        font-size: 0.8rem;
    }
    .footer_logo img {
        width: 150px;
    }
    .copyright {
        font-size: 0.5rem;
    }
    .page_up {
        width: 70px;
    }
}



/*-----------------------
 その他
-----------------------*/
.category-info, .category-sponsor, .search, .page, .tag, .error404 {
    background-color: #C8AFEB;
}
.category-info #page_title, .category-sponsor #page_title, .search #page_title, .page #page_title, .tag #page_title, .error404 #page_title {
    background: url(img/header.png) no-repeat center / cover;
}
.category-info #page_title::after, .category-sponsor #page_title::after, .search #page_title::after, .page #page_title::after, .tag #page_title::after, .error404 #page_title::after {
    width: 200px;
    height: 200px;
    bottom: 40px;
    background: url(img/illust.png) no-repeat center / contain;
}
@media screen and (max-width: 480px) {
    .category-info #page_title::after,.category-sponsor #page_title::after, .search #page_title::after, .page #page_title::after, .tag #page_title::after, .error404 #page_title::after {
        width: 70px;
        height: 70px;
        bottom: 37px;
    }
}



/* 投稿内ギャラリー */
.wp-block-gallery {
    display: block !important;
    margin: 50px 0 !important;
}
.wp-block-gallery img {
    aspect-ratio: 1 / 1;
    border-radius: 10px;
}
.wp-block-gallery .slick-slide {
    padding: 10px;
}
.dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px auto 0 !important;
    gap: 10px;
}
.dots li {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color .5s ease;
    list-style-type: none;
}
.dots li:hover,
.dots li.slick-active {
    background: #6e6e6e;
}
.dots li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
    color: transparent;
}


/* お問い合わせフォーム */
.contacttbl {
    width: 100%;
    border-spacing: 0;
}
.contacttbl th {
    font-weight: 500;
    font-size: 1rem;
}
.contacttbl th, .contacttbl td {
    padding: 0 10px;
    border-bottom: 1px solid #b6d0dd;
}
.no-border {
    border-bottom: none !important;
}
.wpcf7-list-item-label {
    cursor: pointer;
}
.contacttbl input[type="text"], .contacttbl input[type="email"], .contacttbl input[type="tel"], .contacttbl textarea {
    width: 100%;
    background-color: #f3f5f5;
    padding: 5px;
    border-radius: 5px;
}
.contacttbl input[type="text"], .contacttbl input[type="email"], .contacttbl input[type="tel"] {
    height: 40px;
}
.contacttbl textarea {
    display: block;
    height: 200px;
}
.contacttbl input[type="submit"] {
    display: block;
    color: #fff;
    font-size: 1rem;
    background-color: #b6d0dd;
    width: 300px;
    margin: 50px auto 0;
    padding: 20px;
    border-radius: 20px;
    cursor: pointer;
}
@media screen and (max-width: 480px) {
    .contacttbl th, .contacttbl td {
        display: block;
    }
    .contacttbl th {
        border-bottom: none;
    }
    .contacttbl input[type="submit"] {
        width: 100%;
    }
}
.required {
    display: inline-block;
    color: red;
    margin-left: 5px;
}


/* reCAPTCHA */
#contact .grecaptcha-badge, #contact_event .grecaptcha-badge, #contact_ad .grecaptcha-badge {
    width: 70px !important;
    visibility: visible;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
  }
 #contact .grecaptcha-badge:hover, #contact_event .grecaptcha-badge:hover, #contact_ad .grecaptcha-badge:hover {
    width: 256px !important;
    visibility: visible;
  }
.grecaptcha-badge {
    visibility: hidden;
}
.grecaptcha-badge:hover {
    visibility: hidden;
}




/* 園児募集チラシ */
#flyerlist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
	list-style-type:none;
}
#flyerlist li img {
	width: 100%;
	height: 100%;
	display: block;
	vertical-align: bottom;
    object-fit: cover;
}
@media screen and (max-width: 480px) {
    #flyerlist {
        grid-template-columns: repeat(1, 1fr);
    }
}


/* ちびっこ画伯 */
.illustlist {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, 1fr);
}
.illustlist img {
	width: 100%;
	height: 100%;
	display: block;
	vertical-align: bottom;
    object-fit: cover;
    margin: 0 !important;
}
.illustlist figure {
    margin: 0 !important;
}
@media screen and (max-width: 480px) {
    .illustlist {
        grid-template-columns: repeat(3, 1fr);
    }
}
