@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*指定固定ページ（ホーム）のタイトル消去*/
#post-162/*ここのIDを変更する*/
.entry-title {
  display:none;
}
#post-77/*ここのIDを変更する*/
.entry-title {
  display:none;
}
/*グローバルメニューの高さ変更*/
#navi .navi-in > ul li{
	height: 60px;/*数値は同じに*/
	line-height: 60px;/*数値は同じに*/
}

/*グローバルメニューの文字の大きさ変更*/
#navi .navi-in > .menu-header .item-label{
	font-size: 18px;
}

/*グローバルメニューの選択中メニューの色変更*/
.current-menu-item {
  background-color: rgb(171, 236, 187);
}

/*文字を太文字にする*/
nav#navi, .menu-header .sub-menu{
	font-weight: bold;
}

/*固定ページすべてで日付を非表示*/
.page .date-tags {
  display: none;
  }

/*新着投稿の投稿日表示*/
  .new-entry-card-date,
.no-post-date .new-entry-card-post-date {
  display: block;
}

/*グローバルメニューの区切り線
#navi .navi-in > ul > li{
  border-left: 1px solid #000000;
 }
#navi .navi-in > ul > li:last-child{
  border-right: 1px solid #000000;
 }
.navi-in > ul > .menu-item-has-children > a::after{ 
   right: 10px; 
 }
 */

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
