@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon
Version:    1.1.2
*/

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


.logo-header{ display: none; } 





.sidebar h3 {
background-color: #FDF5E6; /*背景の色*/
padding: 12px;
margin: 16px 0;
border-radius: 2px; /*角丸*/
}


/*親カテゴリ*/
.widget_categories ul li a{
border-bottom: 1px dashed #063960; /* 下線の種類 */ }
.widget_categories ul li a::before{
font-family: FontAwesome;
content: "\f07c"; /* FontAwesomeのユニコード */
color: #D2B48C; / *アイコンの色 */
padding-right: 6px;
}
.widget_categories > ul > li > a:first-child{
border-top: none;
}
/*子カテゴリ*/
.widget_categories ul li ul li a::before{
font-family: FontAwesome;
content: "\f07c"; /* FontAwesomeのユニコード */
color: #D2B48C; /* アイコンの色 */
padding-right: 6px;
}
/*タグ*/
.tagcloud a {
border: 1px solid #D2B48C; /*線の色*/
border-radius: 2px;
color: #A0522D; /*文字の色*/
padding: 3px 8px;
text-decoration: none;
font-size: 12px;
margin: 2px;
flex: 1 1 auto;
display: flex;
justify-content: space-between;
transition: all 0.3s ease-in-out;
}














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

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

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






