/*
Theme Name: Ginza Child Theme
Theme URI: http://demo.roadthemes.com/ginza/
Author: Road-Themes
Author URI: http://plazathemes.com/
Description:  Ginza Child Theme
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, sticky-post, threaded-comments
Text Domain: ginza
Template: ginza

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.blog-page h4{
	padding: 0;
}

.blog-page h4:before{
	content: '';
}
/* ============================================================
   [latestposts] ショートコードを wp-block-latest-posts と
   完全同一構造で出力した場合の見た目 ( 本番サイトと統一 )
   ============================================================ */

/* WordPress コアの wp-block-library に相当する grid レイアウト */
.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0;
    margin: 0 0 40px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
    overflow-wrap: break-word;
}
.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%;
}
@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li { width: calc(50% - .625em); }
    .wp-block-latest-posts.columns-2 li:nth-child(2n) { margin-right: 0; }
    .wp-block-latest-posts.columns-3 li { width: calc(33.33333% - .83333em); }
    .wp-block-latest-posts.columns-3 li:nth-child(3n) { margin-right: 0; }
    .wp-block-latest-posts.columns-4 li { width: calc(25% - .9375em); }
    .wp-block-latest-posts.columns-4 li:nth-child(4n) { margin-right: 0; }
}

/* featured image */
.wp-block-latest-posts__featured-image a { display: inline-block; }
.wp-block-latest-posts__featured-image img {
    height: auto;
    max-width: 100%;
    width: 100%;
    display: block;
}
.wp-block-latest-posts__featured-image {
    margin-bottom: 12px;
    overflow: hidden;
}

/* タイトル（本番サイトと一致） */
.wp-block-latest-posts__post-title {
    display: block;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 16.156px;
    font-weight: 400;
    line-height: 29.08px;
    color: #000;
    text-decoration: none;
    margin: 0 0 8px;
}
.wp-block-latest-posts__post-title:hover { color: #c33; }

/* 日付（本番サイトと一致） */
.wp-block-latest-posts__post-date {
    display: inline;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 14.5404px;
    font-weight: 400;
    color: #333;
}

/* カテゴリ（赤・本番サイトと一致） */
.wp-block-latest-posts__post-category {
    display: inline;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 16.156px;
    font-weight: 400;
    color: #c33;
}

/* Views（グレー・本番サイトと一致） */
.wp-block-latest-posts__post-views {
    display: inline;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 16.156px;
    font-weight: 400;
    color: #666;
}

/* メタ情報の区切り「/」 */
.wp-block-latest-posts__post-category::before,
.wp-block-latest-posts__post-views::before {
    content: " / ";
    color: #999;
}
