@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){
  /*必要ならばここにコードを書く*/
}
.navi-entry-card-image {
  width: 100% !important;
  height: 180px !important;
  object-fit: cover !important;
  display: block !important;
}

.navi-entry-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  height: 100% !important;
  min-height: 280px !important; /* 必要に応じて調整可能 */
  box-sizing: border-box !important;
}
/* グローバルナビ：背景と文字を読める状態に */
#navi, #navi-wrap, .navi, .navi-in{
  background: rgba(255,255,255,0.75) !important; /* 半透明の白 */
  box-shadow: none !important;
}
#navi a, .navi a{
  color: #0b2a5b !important; /* 濃いブルー */
  text-shadow: none !important;
}
/* 一番上の帯メニュー（グローバルナビ）の背景をオレンジに */
#navi, #navi-wrap, .navi, .navi-in {
  background: #ff8c00 !important;  /* オレンジ */
  box-shadow: none !important;
}

/* メニュー文字を見やすく（白） */
#navi a, .navi a {
  color: #ffffff !important;
}


