@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) {
  /* モバイルメニュー：文字を消す */
  .mobile-menu-buttons .menu-caption {
    display: none;
  }
  
  /* モバイルメニュー：縦方向の中央揃え */
  .mobile-menu-buttons {
    align-items: center;
  }
  
  /* 検索ボタンと三本線：姿を消してクリックも無効化（スペースは維持） */
  .mobile-menu-buttons .search-menu-button,
  .mobile-menu-buttons .navi-menu-button {
    opacity: 0 !important;
    pointer-events: none !important;
  }
}





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

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

html {
  scroll-behavior: smooth;
}

/* サイト全体のすべての画面で Google reCAPTCHA の右下バッジを非表示にする */
.grecaptcha-badge {
    visibility: hidden !important;
}
