@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){
  /*必要ならばここにコードを書く*/
}

/*グローバルメニューのフォントを変更　20231102 */
.navi-in .menu-header .item-label{
font-family: 'Didact Gothic', sans-serif;
}

/* リンク先の下線を削除する　20231113 */
a {
text-decoration: none;
}

/* サイドバーカスタマイズ　20231114 */
.sidebar h2{
  background-color:#ffffff;/*好きな背景色にする*/
  color:#666666;/*好きな文字色にする*/
  padding:16px 10px;
  margin:16px 0;
} 

/* すべてのページのタイトルを非表示にする  20231114 */
.arcive-title {
display: none;
}