@charset "utf-8";
.page_blog_bottom{
    width: 270px;
    margin: 0 auto;
    padding: 50px 0 100px;
    background-color: #FCF8FA;
    box-shadow: 0 0 0 100vmax #FCF8FA;
    clip-path: inset(0 -100vmax);
}
.page_home_wrap_parent .page_home_wrap:nth-child(n+2){
    margin-top: 50px;
}
.page_home_wrap{
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 50px;
}
.page_home_thumbnail{
    width: 270px;
    height: 195px;
    border-radius: 12px;
    background-color: #E8E5ED;/* 削除 */
}
.page_home_time_category_wrap{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}
/* カテゴリー */
.category-information{
    display: inline-block;
    padding: 3px 16px;
    background-color: #E8E5ED;
    border-radius: 30px;
}
.category-blog{
    display: inline-block;
    padding: 3px 16px;
    background-color: #F8EED1;
    border-radius: 30px;
}
/* カテゴリー */
.page_home_title{
    width: 270px;
    margin-top: 13px;
}
.navigation{
    margin-top: 50px;
    text-align: center;
    font-size: 18px;
}
.page-numbers{
    margin: 0 20px;
}
.current{
    font-weight: 600;
}
/* single_________________________________________ */
.page_single_bottom{
    padding: 100px 0;
    background-color: #FCF8FA;
    box-shadow: 0 0 0 100vmax #FCF8FA;
    clip-path: inset(0 -100vmax);
}
.page_single_time_categort_wrap{
    display: flex;
    align-items: center;
    gap: 13px;
}
.page_single_thumbnail{
    width: 100%;
    height: 215px;
    margin: 30px 0 50px;
    border-radius: 12px;
    background-color: #E8E5ED;/* 削除 */
}
.page_single_title{
    margin-top: 13px;
}
.page_single_content{
    line-height: 2;
}
.wp-block-image{
    text-align: center;
    margin: 20px 0;
}
.page_home_back_button{
    margin-top: 40px;
    text-align: right;
}
.nav-links{
    display: flex;
    justify-content: center;
    gap: 60px;
}
@media screen and (min-width: 768px){
    .page_blog_bottom{
        width: 1000px;
    }    
    .page_home_wrap{
        display: flex;
        flex-direction: row;
        gap: 45px;
        justify-content: space-between;
        align-items: center;
    }
    /* カテゴリー */
    .category-information{
        padding: 1px 16px 2px;
    }
    .category-blog{
        padding: 1px 16px 2px;
    }
    /* カテゴリー */
    .page_home_thumbnail{
        min-width: 234px;
        height: 170px;
    }    
    .page_home_time_category_wrap{
        gap: 28px;
    }
    .page_home_title{
        width: 720px;
    }
    .navigation{
        margin-top: 80px;
        font-size: 22px;
    }    
    /* single_________________________________________ */

    .page_single_time_categort_wrap{
        gap: 28px;
    }
    .page_single_thumbnail{
        height: 420px;
        margin: 30px 0 60px;
    }
}