/*
Theme Name: Twenty original
Theme URI: https://www.chinumaru-outdoor.com/themes/original_theme
Author: the chinumaru
Author URI: https://www.chinumaru-outdoor.com/
Description: chinumaru Original Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: original_theme
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
@charset "utf-8";
.contents-area{
	padding: 60px 0 0;
}
.entries {
    display: grid;
    gap: 16px;
}

.entry-inner {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.entry-date{
    font-size: var(--size-gallery-01)!important;
}

@media only screen and (min-width: 1024px) {
    .entries {
        gap: 24px;
    }
}