/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful 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: astra-child
Template: astra
*/

.sic-part {
    font-family: sictake-odori, sans-serif;
	font-weight: 400;
	font-style: normal;	
	font-size: 2em;
	color: #ffffff;
}

h2 {
	font-family: poprumcute, sans-serif;
	font-weight: 400;
	font-style: normal;
}
/*
Theme Name: Astra Child
Template: astra
*/

@import url("../astra/style.css");

/* ← この下に書いていく */

/* ヘッダの下の間隔が大きいので小さく調整する */
/* ヘッダー直下のメインコンテンツの余白（margin / padding）を詰める */

.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single, .ast-separate-container .comment-respond {
    padding: 0.2em !important;
}

.entry-content .wp-block-image, .entry-content .wp-block-embed {
    margin-top: 0.2em !important;
    margin-bottom: 0.2em !important;
}

/* 共通（スマホ〜PC） */
.ast-separate-container #primary {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0.2em !important;   /* 好きな値に調整可 */
    padding-bottom: 0.2em !important;
}

/* Astra が PC幅(993px〜)で付けている margin: 4em 0; を上書き */
@media (min-width: 993px) {
    .ast-separate-container #primary,
    .ast-separate-container.ast-left-sidebar #primary,
    .ast-separate-container.ast-right-sidebar #primary {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

/* ▼ 投稿ページ：ヘッダー直下の余白を詰める ▼ */

/* ヘッダー自体の下マージンを小さくする */
.single .entry-header {
    margin-bottom: 0.5em !important;  /* 好きな値に調整可 */
}

/* ヘッダー直下、最初のブロックの上マージンをゼロにする */
.single .entry-content > *:first-child {
    margin-top: 0 !important;
}

/* 念のため、よく使うブロックの先頭マージンも潰す */
.single .entry-content > h1:first-child,
.single .entry-content > h2:first-child,
.single .entry-content > p:first-child,
.single .entry-content > .wp-block-group:first-child,
.single .entry-content > .wp-block-cover:first-child,
.single .entry-content > .wp-block-image:first-child {
    margin-top: 0 !important;
}
