/*
Theme Name:  Cocoon Child
Theme URI:
Description: Cocoon Child Theme
Author:
Author URI:
Template:    cocoon-master
Version:     1.0
*/

/* ===== ヘッダー背景画像 ===== */
#header {
  background-image: url('https://kuroshiomeshi.com/wp-content/uploads/2026/05/2097ef53-f903-48f5-9c72-b46d1e4b5a9e.png') !important;
  background-size: cover !important;
  background-position: 50% 60% !important;
  background-repeat: no-repeat !important;
  min-height: 350px !important;
  height: auto !important;
  padding-bottom: 0 !important;
}
#header .tagline {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}
#header .logo-header {
  visibility: hidden;
}

/* ===== スマホ対応 ===== */
@media (max-width: 768px) {
  #header {
    min-height: 40vw !important;
  }
}


/* ===== SNSシェアボタン Twitter→X ===== */
.twitter-button .button-caption {
  visibility: hidden;
  position: relative;
}
.twitter-button .button-caption::before {
  content: "X";
  visibility: visible;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}