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

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

.site-name img {
	width: 50%;
	height :auto;
}

.main{
    background-color: #fff;
}

.sidebar {
    background-color: #FFF;
}

.info-list{
	    background-color: #FFF;
}

.author-box{
	background-color: #F7F2F5;
}

.widget-entry-cards .a-wrap{
	padding: 10px 5px;
}

.ect-big-card-first .entry-card-wrap.a-wrap:not(:first-of-type){
	margin-bottom:20px;
}

.cat-label{
	top:0.5em;
	left:0.5em;
	font-size:11px;
}

.ect-vertical-card .entry-card-wrap {
	margin-bottom: 10px;
	width: 48%;
}

/* 改行調整 */
.line10{line-height:1em;}
.line12{line-height:1.2em;}
.line14{line-height:1.4em;}
.line16{line-height:1.6em;}

td.has-text-align-center{
	padding:8px 16px;
}

/* 名前カード */
.nwa .author-box .author-thumb{
	width:120px;
	margin-top:10px;
}

.author-description p{
	font-size:0.9em;
}

.author-box .author-name{
	margin:0.5em 0 1em 0;
}


/* 記事ページ */
.sns-follow-message{
	margin-top:20px;
}

.cat-link{
	margin-bottom:40px;
}

.prev-post-thumb,
.next-post-thumb{
  display:none;
}

/*固定ページ用*/
.page-id-38 .sns-share{
display: none;
}

.post-38 .date-tags {
display: none;
}

.page-id-81 .sns-share{
display: none;
}

.post-81 .date-tags {
display: none;
}

.page-id-92 .sns-share{
display: none;
}

.post-92 .date-tags {
display: none;
}

.post-38 .eye-catch img{
	display:none;
}

/************************************
** SNS ボタンをまとめて小さくする
************************************/

/*トップシェアボタンの枠組み*/
.sns-share.ss-top .sns-share-buttons {
	justify-content: flex-end; /*右に寄せる*/
}

/*ボトムシェア・フォローボタンの枠組み*/
.sns-share.ss-bottom .sns-share-buttons,
.sns-follow.sf-bottom .sns-follow-buttons,
.sns-follow.sf-widget .sns-follow-buttons {
	justify-content: center; /*中央に寄せる*/
	flex-wrap: wrap; /*折り返す*/
}

/*シェア・フォローボタンのリンク*/
.sns-share.ss-top .sns-buttons a,
.sns-share.ss-bottom .sns-buttons a,
.sns-follow.sf-bottom .sns-buttons a,
.sns-follow.sf-widget .sns-buttons a {
	width: 40px; /*横幅*/
	height: 28px; /*高さ*/
	margin-right: 4px; /*右側の余白*/
	margin-left: 4px; /*左側の余白*/
	border-radius: 3px; /*丸み*/
}

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

/*フォローボタンのアイコン*/
.sns-follow.sf-bottom .sns-follow-buttons .follow-button,
.sns-follow.sf-widget .sns-follow-buttons .follow-button {
	font-size: 20px; /*アイコンの大きさ*/
}

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

/*シェア・フォローボタンのシェア数*/
.sns-share.ss-top .sns-buttons a .share-count,
.sns-share.ss-bottom .sns-buttons a .share-count,
.sns-follow.sf-bottom .sns-buttons a .follow-count,
.sns-follow.sf-widget .sns-buttons a .follow-count {
	right: 1px; /*右側からの距離*/
	bottom: 0; /*下側からの距離*/
	font-size: 10px; /*文字の大きさ*/
}


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

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

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