@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/* タイトルのfontを変更 - 2025/05/13 */
h1 {
	font-family: "Noto Serif JP", serif;
}
/* メニューのfontを変更 - 2025/05/13 */
div .item-label {
	font-family: "Noto Serif JP", serif;
}
/* 箇条書きのfontを変更(等間隔にしたい) - 2025/05/13 */
li {
	font-family: "Kosugi Maru", sans-serif;
	/*
	font-family: "Noto Serif JP", serif, monospace;
	font-family: "Noto Sans JP", sans-serif, monospace;
	*/
}
/* 固定ページの更新日付を非表示にする - 2025/07/28 */
.page .date-tags {
	display: none;
}

/* テーブル（表）がストライプ（縞模様）で勝手に着色されてしまうのを解除したい - 2025/08/08 */
:not(:where(.is-style-stripes)) table tr:nth-of-type(2n + 1) {
    background-color: inherit;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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