/*
Theme Name: Lightning Child
Template: lightning
Description: Lightningの子テーマです。
Version:  1
*/

}
/* フォント*/
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* 初期状態：半透明 */
#site-header {
  background-color: rgba(255, 255, 255, 0.6); /* 白の60%透明 */
  transition: background-color 0.3s ease;     /* スクロール時にスムーズに変化 */
}

.pc { display: block; }
.mb { display: none; }

@media screen and (max-width: 768px) {
  .pc { display: none !important; }
  .mb { display: block !important; }
}

/* Worksの表示 */
.works-block { text-align: center !important; }
.works-block .works-title { margin-bottom: 0.2em !important; }
.works-block .works-sub { margin-top: 0 !important; font-size: 0.9em !important; color: #666 !important; }
.works-block { outline: 2px solid red !important; }

/* 投稿の更新日を消す */
.entry-meta .entry-meta-item-updated {
  display: none !important;
}
/* 投稿者を消す */
.entry-meta-item-author {
  display: none !important;
}

/*ページヘッダー*/
.page-header {
    /* 文字色 */
    color: #473913;
    /* 背景画像 */
    background: url(https://portfolio.mh-webdesigner.com/wp-content/uploads/2025/12/a935504ebc813bd49a400333387952f6.png) no-repeat 50% center;
    background-size: cover;
    min-height: 9rem;
    font-family:"Zen Maru Gothic", sans-serif;
}
