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

/************************************
** 子テーマ用のスタイルを書く。ここから秋保が修正。
************************************/
/*必要ならばここにコードを書く*/

/*ブログタイトル非表示ここから*/
/* .logo-header{
  display: none;
}  */

/*カテゴリー削除*/
.cat-item.cat-item-1, .cat-item.cat-item-3,  .cat-item.cat-item-8{
  display: none;
}

/*フッターの背景色をデザインに合わせる*/
.article-footer{
	background-color: #191919;
}

/*ナビバーに分割線を入れる*/
#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; 
}

/*---------------------------------
複数の固定ページの日付を非表示にする
--------------------------------*/
.post-65 .date-tags,
.post-31 .date-tags,
.post-94 .date-tags,
.post-43 .date-tags,
.post-9 .date-tags {
  display: none;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	/*ナビバー削除*/
	#navi {
		display: none;
	}
	
	/*ヘッダーの境界線を消す*/
	#header-container{
		box-shadow: none;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  /*ナビバー削除*/
	#navi {
		display: none;
	}
	
	/*ヘッダーの境界線を消す*/
	#header-container{
		box-shadow: none;
	}

	/*ヘッダー下の画像を大きくする*/
	.wp-block-gallery{
		height: 240px;
	}
	
	/*ヘッダーとの隙間調整*/
	.entry-title{
		padding: 0px;
	}
	
	main.main, div.sidebar {
		padding-top: 0px;
		margin-top: 0px;
	}
	
	/*整備記録の文字を中央揃え*/
	.has-normal-font-size{
		text-align: center;
	}
	
}
