@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/* ヘッダー全体の高さをスリムに固定し、背景色を合わせる */
.header, .site-header {
    background-color: #0d1a39 !important; /* 画像の紺色 */
    margin: 0 !important;
    padding: 0 !important;
}

/* 画像表示エリアを180pxに凝縮 */
#header-in, .header-in {
    width: 100% !important;
    max-width: 100% !important;
    height: 180px !important;    /* ←ここを300から180に下げました */
    min-height: 180px !important;
    margin: 0 !important;
    padding: 0 !important;
    background-image: url("https://giants-sprit.com/wp-content/uploads/2026/03/Gemini_Generated_Image_hn8bq6hn8bq6hn8b-1_604x200.png") !important;
    background-size: contain !important; /* 全体を表示 */
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* サイト名などの不要な要素を完全に非表示 */
.logo-header {
    display: none !important;
}