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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.entry-banner{
	line-height:1em;
}
/*
.eye-catch-wrap{
	max-width: 600px;
}
*/

/*PCを5カラム*/
.ect-3-columns > *, .fpt-3-columns > *{
	width:19%;
}
/*ヘッダーメニュー-------------------------------------*/

.body .widget{
	margin-bottom: 0px;
}
.menu-headermenu-container{
	float: right;
	margin-right: 30px;	
	font-family: "Font Awesome 5 Free";
}
    
.menu-headermenu-container ul li a:before{
	content:"\f004 ";
	padding: 0 5px;
}

.menu-headermenu-container ul li a:hover{
	color: #fd8692;
	text-decoration: underline;
}

/*TOPページタグ表示周り*/
ul.cate-list{
	margin: 0px 5px;
	padding-left: 5px;
}

.cate-list .hash-list{
	list-style: none;
	display:inline-block;
	margin :0px 5px 5px;
	
}
.cate-list .hash-list a{
	color:#385898;
	font-size:14px;
}
/*-ここまで--*/

/*画像の表示方法*/
.blogcard-thumbnail img, .card-thumb img {
	aspect-ratio: 1;
	object-fit: cover;
	width:340px;
}

/*画像の配置*/
.ect-vertical-card .entry-card-wrap .entry-card-thumb {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
    padding: 8px 8px;
	background-color:#f1f3f9;
}

/*画像の背景色*/
.ect-vertical-card .entry-card-wrap .entry-card-thumb{
}

/*TOP カテゴリラベルの非表示*/
.cat-label {
	/*display: none;*/
}

.ect-3-columns .entry-card-wrap {
    /* width: 33%; */
    padding: 7px;
}

.ect-vertical-card .entry-card-wrap {
    width: 100%;
    display: inline-block;
}


ul .sub-menu{
	columns: 2;
	column-gap: 30px;
}

.navi-in > ul .sub-menu {
    width: 550px;
}
/*「お気に入り」のスタイル*/
.favorite{
    display: block;
    width: 42px;
    height: 42px;
    padding: 13px 9px;
    /*border-radius: 50%;
    background: #fff;
	box-shadow: 0 3px 6px -1px rgba(0, 0, 128, 0.2), 0 0 8px -4px rgba(0, 0, 128, 0.2);*/
	float : right;
}
.favorite:hover{
	color: #fd8692;
	transition: color .18s, opacity .18s, visibility .18s;
}


.fa-folder:before{
	content:"#";
}

/*投稿に関するスタイル*/
.article{
	display: flex;
}
/*バナー箇所*/
.article-header{
	width: 50%;
    min-width: 380px;
    padding: 0px 30px 0 0;
    border-right: solid 1px currentColor;
}
/*カテゴリ*/
.category-area{
	flex: 1;
    min-width: 0;
    padding: 0px 0 0 20px;
}

.parent-categories h2{
    font-weight: bold;
    color: #333;
    background: #f7f7f7;
    border-left: solid 5px #7db4e6;
    border-bottom: solid 3px #E5E5E5;
}
.parent-categories h2:before{
	border: none;
	top : 0px;
}

.parent-categories h2:after{
	border: none;
	top : 0px;
}



.child-categories{
	list-style: none;
}
.child-categories li{
	display: inline-block;	
}

.child-categories li a{
	color:#6bb72d;
	text-decoration:none;
	font-size: 20px;
    border: solid 1px currentColor;
    border-radius: 5px;
    padding: 4px 10px;
    margin: 4px 0.46667em 4px 0;
    transition: color .12s, background .12s, border .12s;
}

.parent-categories h2{
	background-color:#FFF;
	border-bottom: 3px solid #000;
	border-left:none;
	border-top:none;
}

.parent-categories h2::after{
  content: '';
  position: absolute;
  bottom: -3px;
  top:auto;
  width: 30%;
  height: 3px;
  background: #6bb72d;
}


/*ブックマークページ*/
.favorites-list {
	display: flex;
}
.book-mark{
	width :19%;
	margin: 0px 20px 10px;
}

.book-mark img{
	width: 100%;
}
.book-mark p{
	margin-bottom: 0px;
	-webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.book-mark p a{
	color :#385898;
	text-decoration: none;
}



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	
	.entry-banner{
		line-height:1em;
	}
	
	.cate-list .hash-list a{
		color:#111;
		font-size:10px;
	}
	.ect-3-columns > *, .fpt-3-columns > * {
		width: 45%;
		display: inline-block;
	}
	
	.ect-vertical-card {
    	justify-content: center;
	}
	
	.cate-list .hash-list a{
		color:#385898;
		font-size:14px;
	}
	
	/*投稿に関するスタイル---------------------------------------------*/
	.article{
		display: block;
    	unicode-bidi: isolate;
	}
	/*バナー箇所*/
	.article-header{
		width: 100%;
		min-width: 380px;
		padding: 0px 30px 0 0;
		border : none;
	}
	/*カテゴリ*/
	.category-area{
		display: block;
    	unicode-bidi: isolate;
		padding : 0px;
	}
	
	/*ブックマーク関するスタイル---------------------------------------------*/
	.favorites-list {
		display: block;
    	unicode-bidi: isolate;
	}
	.book-mark{
		width :90%;
		margin: 20px 20px 40px;
	}
	.favorite{
		float: none;
	}


	
}



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

}
