/*
Theme Name: 河北新報エステートv2.1
Description: 河北新報エステート公式サイトテーマ (PHP 7.4 / 8.3+ 互換版).
Version: 2.1
Author: CREATEONE
Text Domain: kahokuestate
Requires PHP: 7.4
*/
/* /////////////////////////////////
    投稿画面
///////////////////////////////// */
body, .editor-post-title__input, .editor-styles-wrapper, .block-editor-block-list__block {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

/* /////////////////////////////////
    見出しスタイル
///////////////////////////////// */
/*-------------------------サブタイトル1(太文字)*/
h1.wp-block-heading {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-top: 28px;
	margin-bottom: 28px;
}
@media (max-width: 767px) {
    h1.wp-block-heading {
        font-size: 26px;
        letter-spacing: initial;
        margin-top: 14px;
        margin-bottom: 14px;
    }

}

/*-------------------------サブタイトル2(背景色オレンジ)*/
h2.wp-block-heading{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    background-color: #fff;
    padding: 15px 0;
    text-wrap: balance;
    word-break: auto-phrase;
    margin-top: 28px;
	margin-bottom: 28px;
}
@media (max-width: 767px) {
    h2.wp-block-heading{
        font-size: 16px;
        margin-top: 14px;
        margin-bottom: 14px;
    }
}



/*-------------------------サブタイトル3(オレンジ太字)*/
h3.wp-block-heading{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    border-left: 5px solid #000;
    padding: 15px;
    background-color: #fff;
    text-wrap: balance;
    word-break: auto-phrase;
    margin-top: 28px;
	margin-bottom: 28px;
}
@media (max-width: 767px) {
    h3.wp-block-heading {
        font-size: 16px;
        margin-top: 14px;
        margin-bottom: 14px;
    }
}


/*-------------------------サブタイトル4(黒太字)*/
h4.wp-block-heading {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    border-bottom: 1px solid #000;
    padding: 15px;
    text-wrap: balance;
    word-break: auto-phrase;
    margin-top: 28px;
	margin-bottom: 28px;
}
@media (max-width: 834px) {
    h4.wp-block-heading {
        font-size: 14px;
        margin-top: 14px;
        margin-bottom: 14px;
    }
}


/* /////////////////////////////////
    画像
///////////////////////////////// */
.wp-block-image{
    width: 100%;
    margin-top: 28px;
	margin-bottom: 28px;
}
.wp-block-image img{
    display: inline-block!important;
}

/* /////////////////////////////////
    ブロックエディタの設定
///////////////////////////////// *
/* テキストブロックのスタイリング */
.wp-block-paragraph {
    font-size: 1rem;
    line-height: 1.6;
    text-indent: 1rem;
  }
  

  figure.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /* キャプションなどテキスト要素を中央寄せするために追加することができます */
  }
  
  figure.alignleft {
    float: left;
    margin: 1rem 2rem 2rem 0;
  }
  
  figure.alignright {
    float: right;
    margin: 1rem 0 2rem 2rem;
  }
  
  /* クォート */
  .wp-block-quote {
    border-left: 2px solid #ddd;
    padding-left: 10px;
    font-style: italic;
  }
  
  .wp-block-quote cite {
    display: block;
    text-align: right;
    font-size: smaller;
  }
  
  /* コード */
  .wp-block-code {
    background-color: #f0f0f0;
    padding: 10px;
    overflow: auto;
  }
  
  /* リスト */
  .wp-block-list {
    margin: 1rem 0;
    padding-left: 20px;
  }
  
  .wp-block-list ul {
    list-style-type: disc;
    margin-left: 20px;
  }
  
  .wp-block-list ol {
    list-style-type: decimal;
    margin-left: 20px;
  }
  
  .wp-block-list li {
    margin: 0.5rem 0;
  }
  
  /* カラムブロックのスタイリング */
  .wp-block-embed {
    max-width: 100%;
  }