/*
Theme Name: CACREWZ
Description: Snow Monkey 子テーマ
Template: snow-monkey
Version: 1.0.2
*/

/* ============================================
   ベースタイポグラフィ
   ============================================ */
body {
  font-size: 16px;
  line-height: 1.75;
  color: #1A1A1A;
}

/* ============================================
   セクションの余白
   ============================================ */
.smb-section {
  padding-top: clamp(4rem, 8vw, 8rem);
  padding-bottom: clamp(4rem, 8vw, 8rem);
}
.p-entry-content > .wp-block-snow-monkey-blocks-section:first-child,
.p-entry-content > .alignfull:first-child {
  padding-top: 0 !important;
}

/* ============================================
   ページタイトルを非表示
   ============================================ */
.c-entry__header {
  display: none !important;
}
.type-page .c-entry__header h1.c-entry__title {
  display: none;
}

/* ============================================
   セクション見出しレイアウト修正
   ============================================ */
.smb-section__header {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
}
.smb-section__subtitle {
  order: 1 !important;
}
.smb-section__title {
  order: 2 !important;
}
.smb-section__lede-wrapper {
  order: 3 !important;
  width: 100% !important;
}

/* ============================================
   セクションタイトル下のセパレーター
   ============================================ */
.smb-section__title::after {
  content: "" !important;
  display: block !important;
  width: 60px !important;
  height: 1px !important;
  background: #898989 !important;
  margin: 1.5em auto 0 !important;
}
.smb-section--undecorated .smb-section__title::after {
  display: none !important;
}

/* ============================================
   カード揃え（ボックスを含むカラムのみ）
   ============================================ */
.wp-block-columns.is-layout-flex {
  align-items: stretch;
}
.wp-block-column:has(.wp-block-snow-monkey-blocks-box) {
  display: flex;
  flex-direction: column;
}
.wp-block-column .wp-block-snow-monkey-blocks-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.wp-block-column .smb-box__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.smb-box__body .wp-block-buttons {
  margin-top: auto;
}
.smb-box__body p {
  flex: 1;
}

/* ============================================
   キャッチフレーズ
   ============================================ */
.c-site-branding__description {
  font-size: 15px;
  margin-top: 4px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1.4;
  color: inherit;
}

/* ============================================
   背景画像付きセクションの最小高さ
   ============================================ */
@media (min-width: 1024px) {
  .smb-section-with-bgimage {
    min-height: 600px;
  }
}
@media (max-width: 1023px) {
  .smb-section-with-bgimage {
    min-height: 350px;
  }
}

/* ============================================
   フッター背景・ボーダー
   ============================================ */
.l-footer,
.l-footer--default,
.l-footer-widget-area {
  background-color: #f5f5f0 !important;
  color: #1A1A1A !important;
}
.l-footer a {
  color: #333 !important;
}
.l-footer h2,
.l-footer h3,
.l-footer h4 {
  color: #1A1A1A !important;
}
.c-copyright,
.c-copyright--inverse {
  background-color: #ebebeb !important;
  color: #888888 !important;
}