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

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

/*カテゴリー説明欄*/
#category-comment {
	position: relative;
	background: rgba(var(--white-color), 1);
	padding: 2em 1em 1em;
	margin-bottom: 0.5m;
}

#category-comment::before {
	position: absolute;
	content: "";
	width: 95%;
	height: 10px;
	top: .5em;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	border-top: dotted 10px rgba(var(--back-color), 1);
}

/*アイコン変更*/
.fa-folder-open:before {
	content: "\f041";
}
.fa-folder:before {
	content: "\f041";
}
.fa-tag:before {
	content: "\f08d";
}

/*トップ画面タイトル非表示*/
.page-id-54 .entry-title {
	display: none;
}

/*画像左上ラベル非表示*/
.cat-label {
display: none;
}

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

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

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