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

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


/* コメントのreCAPTCHA v3ロゴを非表示にする*/
.grecaptcha-badge { visibility: hidden; }

/* コメントのメールアドレス URL 注意書きを非表示にする*/
.comment-form-email, .comment-form-url, .comment-notes {
  display: none;
}

/* H2見出しの疑似要素をリセット*/

.entry-content h2 > span::before {
    content: none;
}

/************************************
** ボトムシェアボタンのみ丸くする
************************************/

/*ボトムシェアボタンの枠組み*/
.sns-share.ss-bottom .sns-share-buttons {
	justify-content: center; /*中央に寄せる*/
}

/*ボトムシェアボタンのリンク*/
.sns-share.ss-bottom .sns-buttons a {
	width: 40px; /*横幅*/
	height: 40px; /*高さ*/
	margin-right: 4px; /*右側の余白*/
	margin-left: 4px; /*左側の余白*/
	border-radius: 50%; /*丸み*/
}

/*ボトムシェアボタンのアイコン*/
.sns-share.ss-bottom .sns-buttons a .social-icon {
	font-size: 18px; /*アイコンの大きさ*/
}

/*ボトムシェアボタンのキャプション*/
.sns-share.ss-bottom .sns-buttons a .button-caption {
	display: none; /*非表示*/
}

/*シェアの背景色変更*/
.ss-bottom {
    background: #f7f7f4;
}

/*シェア促進のボタンの位置変更*/
.sns-share-message {
    position: absolute;
	top: -5px;
    left: 400px;
}

/*関連記事とコメントのフォントサイズ変更*/
.related-entry-heading, .comment-title {
    font-size: 20px;
}

/*関連記事とコメントの下線のサイズ変更*/
.under-entry-content h2:after {
    height: 2px;
}

/*投稿タイトルの位置変更*/
.entry-title, .archive-title {
    margin: 40px 0;
}

/*---------------------------------
複数の固定ページの日付を非表示にする
--------------------------------*/
.post-85 .date-tags,
.post-11 .date-tags,
.post-94 .date-tags,
.post-2 .date-tags,
.post-280 .date-tags{
  display: none;
}

/*ブログカード 説明文(スニペット) 非表示 */
.blogcard-snippet {
  display: none;
}

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

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

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