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

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

/*固定ページの日付を取る設定*/
.post-114 .date-tags,
.post-84 .date-tags,
.post-79 .date-tags {
display: none;
}
/*End 固定ページの日付を取る設定*/

/* 固定ページタイトル非表示 */
#post-114 h1.entry-title,
#post-79 h1.entry-title,
#post-84 h1.entry-title {
    display: none;
}
/* End 固定ページタイトル非表示 */

/* ヘッドナビの設定 */
#navi .navi-in > ul li{
	height: 30px;
	line-height: 30px;
}
/* End ヘッドナビの設定 */

/* サイドバータイトル囲みサイズ変更 */
.sidebar h3{
border-radius: 15px;
padding: 3px 20px 0px 20px;
}
/* End サイドバータイトル囲み */

/* h2囲みサイズ変更 */
.article h2 {
padding: 5px;
border-radius: 15px;
margin-top: 40px;
margin-bottom: 30px;
}
/* End h2囲みサイズ変更 */

/* モバイル画面ヘッダーメニュー背景色 */
.mobile-header-menu-buttons{
background-color: #007042;
color: #ffffff;
}
/* End モバイル画面ヘッダーメニュー背景色 */

/* フッター調整 */
.footer-bottom{
	margin-top:0;
}
/* End フッター調整 */

/* サイドバーFont Awesome */
.sidebar h3::before { font-family: "Font Awesome 5 Free"; font-size: 80%; vertical-align: middle; font-weight: normal; margin-right: 10px; }
.sidebar h3::before { content: '\f075'; } /* フォント指定 */
/* End サイドバーFont Awesome */

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

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

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