@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
*/

/* ヘッダー背景を半透明に（モバイルのみ） */
@media screen and (max-width: 768px) {
  header,
  .header,
  .header-container,
  .mobile-menu-buttons {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #000;
  }

  /* ボタンの文字色 */
  .mobile-menu-buttons a,
  .mobile-menu-buttons button {
    color: #000;
  }
}

/* モバイルメニュー高さ調整 */
.mobile-menu-buttons {
  height: 75px;
}

/* Instagramアイコン用（Font Awesome使用） */
.menu-instagram::before {
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  font-size: 20px;
  margin-right: 6px;
}

@media screen and (max-width: 768px) {
  header,
  .header,
  .header-container,
  .mobile-menu-buttons {
    background-color: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #000 !important;
  }
}