@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){
  /*必要ならばここにコードを書く*/
}
.video-container {
	max-width: none;
}
/* カレンダーの背景色と文字色の調整（今日ハイライト維持版） */

/* 1. 曜日の背景色（月〜金は背景なし、土・日は指定色） */
.widget_calendar .wp-calendar-table th:nth-child(1) { background-color: #ffe6e6 !important; } /* 日曜日ヘッダー：薄いオレンジ */
.widget_calendar .wp-calendar-table th:nth-child(7) { background-color: #e6f2ff !important; } /* 土曜日ヘッダー：薄い水色 */

/* 2. 文字色の設定（今日以外の全セル） */
.widget_calendar .wp-calendar-table :is(th, td):nth-child(1) { color: #c00 !important; } /* 日曜日列：赤 */
.widget_calendar .wp-calendar-table :is(th, td):nth-child(7) { color: #00f !important; } /* 土曜日列：青 */

/* 3. リンク付き数字の文字色 */
.widget_calendar .wp-calendar-table td:nth-child(1) a { color: #c00 !important; }
.widget_calendar .wp-calendar-table td:nth-child(7) a { color: #00f !important; }