@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){
  /*必要ならばここにコードを書く*/
}

/* フロント固定ページのヘッダーメニューから検索ボタンを非表示 */
.home.page .search-menu-button,
.home.page .menu-button.search-menu-button,
.home.page #navi .search-menu-button {
  display: none !important;
}

/* 全ての固定ページのヘッダーメニューから検索ボタンを非表示 */
.page .search-menu-button,
.page .menu-button.search-menu-button,
.page #navi .search-menu-button {
  display: none !important;
}

/* ヘッダーメニュー内の検索ボタンを非表示（PC・モバイル対応強化版） */
.search-menu-button,
.menu-button.search-menu-button,
#navi .search-menu-button,
.header .search-menu-button {
  display: none !important;
}

/* フロントページだけに限定したい場合は .home.page を追加 */
.home.page .search-menu-button {
  display: none !important;
}

/* Blog Floating Button：閉じる（×）ボタンを非表示 */
#bfb_content_pc .bfb_closed,
#bfb_content_sp .bfb_closed,
#bfb_content_pc .bfb_closed img,
#bfb_content_sp .bfb_closed img {
  display: none !important;
  pointer-events: none !important;
}

.page .logo-header {
  display: none;
}