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

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

#main, #sidebar {
	background-color:#353035
}
/*
 * コンテンツ上部
 */
/* 注意事項 */
.note-area {
	margin:auto;
	width:fit-content;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
}

.note-text {
	text-align: left;
	font-size:11px;
	padding: 10px
}

/* アフィリエイト広告を利用しています */
.pr-area {
	border-radius:5px;
	width:fit-content;
	margin:auto;
	font-size:12px;
}
.pr-text {
	font-size: 12px;
	padding: 0 10px;
}



/* index */

/* リストタイトル領域 */
.list-title {
	background-color: #FF3399;
	/* background-color: red; */
	padding: 10px 20px 10px 20px;
	border-radius: 10px;
	font-size: 24px;
	color: #FFF
}

/* リストタイトルの左右バー */
.list-title-in:before, .list-title-in:after {
	display: none;
}

/* 記事カード */
.ect-vertical-card .entry-card-wrap {
    background-color: #fcedf5;
    border-radius: 4px;
}

/* 記事カードの画像のカテゴリーを非表示 */
.cat-label {
	display: none;
}
/* 記事カードのタグの親カテゴリー非表示 */
.cat-link{
	display: none;
}

.list-more-button {
	color:#fff
}

/* article */
.article h2 {
	background-color:var(--cocoon-xx-thin-color);
	padding: 0;
	font-size: 18px;
}

.article h3 {
	border-left: solid 5px #F7C8CE;
	background-color:#FF3399;
	border-bottom: none;
	border-top: none;
	border-right: none;
}

.list-more-button:hover{
	background-color:#FF3399;
	color:#FFF;
	font-weight:bold;
	border: none;
}

.blogcard {
	background-color:#F7C8CE;
	color:#353035;
}

/* その他　*/
.list-new-entries{
	display:none;
}

.list-category-22 .list-more-button-wrap {
	display:none;
}

.sitemap h2 {
	background-color:#FF3399;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
	#navi-menu-content {
		background-color:#353035;
	}
	
	.menu-item>a{
		background-color:#FF3399;
		margin-top:10px;
		border-radius:10px;
		font-weight:bold;
	}
	
	.fa-close {
		color:#fff;
	}
}

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

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