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

/************************************
** 
 子テーマ用のスタイルを書く

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

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

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

/*サイドバープロフィール枠線削除*/
.author-box {
  border: 0px;
}

/* サイドバータイトルデザイン */
.sidebar h3 {
    background: none;
    font-size: 16px;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 3;
    text-align: center;
}
.sidebar h3::before, .sidebar h3::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 28%; /*ラインの長さ*/
    border-top: 3px solid #ffdd59; /*ラインの色*/
}
.sidebar h3::before {
    left: 0;
}
.sidebar h3::after {
    right: 0;
}


/*サイドバープロフィールSNSアイコン*/
#author_box-1p{
margin:1em 0em;
}
div.author-follows{
padding-bottom:2em;/*モバイルSNSアイコン場所*/
	
}
.author-box .author-content .author-description p a{ text-decoration: none; }
.author-box .author-content .author-description p a:hover{ text-decoration: underline; }
.author-box .author-content .author-follows .sns-buttons{ justify-content: center; }
.author-box .author-content .author-follows .sns-buttons a.follow-button{
border-radius: 50%;
border: none;
width: 40px;
height: 40px;
color: #fff!important;
margin:3px;
transition: .5s;
}
div.author-follows a.follow-button.website-button.website-follow-button-sq{background-color: #6eb6fd!important;}
div.author-follows a.follow-button.twitter-button.twitter-follow-button-sq{background-color: #7dcdf7!important;}
div.author-follows a.follow-button.facebook-button.facebook-follow-button-sq{background-color: #7c9dec!important;}
div.author-follows a.follow-button.hatebu-button.hatebu-follow-button-sq{background-color: #2c6ebd!important;}
div.author-follows a.follow-button.instagram-button.instagram-follow-button-sq{background: linear-gradient(165deg, #427eff 5%, #f13f79 50%) no-repeat !important;}
div.author-follows a.follow-button.pinterest-button.pinterest-follow-button-sq{background-color: #bd081c!important;}
div.author-follows a.follow-button.youtube-button.youtube-follow-button-sq{background-color: #cd201f!important;}
div.author-follows a.follow-button.tiktok-button.tiktok-follow-button-sq{background-color: #000000!important;}
div.author-follows a.follow-button.linkedin-button.linkedin-follow-button-sq{background-color: #0A66C2!important;}
div.author-follows a.follow-button.note-button.note-follow-button-sq{background-color: #41C9B4!important;}
div.author-follows a.follow-button.soundcloud-button.soundcloud-follow-button-sq{background-color: #FF5500!important;}
div.author-follows a.follow-button.flickr-button.flickr-follow-button-sq{background-color: #111!important;}
div.author-follows a.follow-button.line-button.line-follow-button-sq{background-color: #00c300!important;}
div.author-follows a.follow-button.amazon-button.amazon-follow-button-sq{background-color: #ff9900!important;}
div.author-follows a.follow-button.twitch-button.twitch-follow-button-sq{background-color: #5C16C5!important;}
div.author-follows a.follow-button.rakuten-room-button.rakuten-room-follow-button-sq{background-color: #C61E79!important;}
div.author-follows a.follow-button.slack-button.slack-follow-button-sq{background-color: #4A154B!important;}
div.author-follows a.follow-button.github-button.github-follow-button-sq{background-color: #4078c0!important;}
div.author-follows a.follow-button.codepen-button.codepen-follow-button-sq{background-color: #47CF73!important;}
div.author-follows a.follow-button.feedly-button.feedly-follow-button-sq{background-color: #2bb24c!important;}
div.author-follows a.follow-button.rss-button.rss-follow-button-sq{background-color: #f26522!important;}
.author-box .author-content .author-follows .sns-buttons a.follow-button span{ line-height: 40px; }
.author-box .author-content .author-follows .sns-buttons a.follow-button span::before{ font-size: 20px !important; }

/*パンくずリストの色*/
.breadcrumb-home {color: #ffd11c}
.breadcrumb-item {color: #ffd11c}
.breadcrumb-caption {color: #ffd11c}



/************************************
** エントリーカードに影をつける
************************************/

.entry-card-wrap {box-shadow: 0 0 1px 0 rgba(0,0,1,.1), 0 1px 3px 0 rgba(0,0,1,.2);　/*影*/	}

/************************************
** エントリーカードをふわっと浮かす
************************************/
.entry-card-wrap:hover {
	transform: translateY(-6px);
}

/************************************
** エントリーカード画像サイズ・影調整
************************************/
.ect-vertical-card .entry-card-wrap {
  width: 49%;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px, rgba(0, 0, 0, 0.2) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.entry-card-wrap.a-wrap {
  padding: 0 !important;
}


.ect-vertical-card .entry-card-wrap:hover {
  transform: translateY(-5px);
}

.entry-card-wrap.a-wrap:hover {
  background-color: transparent;
}

.entry-card-content {
  padding: 1rem;
}

.ect-vertical-card .entry-card-wrap .entry-card-thumb img {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 6px, rgba(0, 0, 0, 0.) 0px 3px 6px;
}

@media screen and (max-width: 650px) {
  .ect-vertical-card .entry-card-wrap {
    width: 90%;
    margin: 1rem auto;
    min-height: 300px;
  }
  .entry-card-title {
    font-size: 1rem;
  }
  .entry-card-snippet {
    font-size: 0.8rem;
  }
}

/************************************
** エントリーカードタイトルフォントサイズ変更
************************************/
.entry-card-title {
	font-size: 16px;
	color:#636363;
 　 font-family:;/*カテゴリーラベルタイトル部分フォント*/
	padding: 1.5em 2em;/*カテゴリーラベルタイトル部分余白*/
} 

/*カテゴリーラベルのカスタマイズ*/
.eye-catch .cat-label, .cat-label{
font-size:.7em;
border-radius:10px;
margin:0.51em;
padding:0 0.5em 0;
background-color:#f9f9f9;
color:;
}

/*閲覧数を非表示*/
div.admin-pv{
display:none;
}

/*エントリーカード上下間の余白変更*/
.ect-vertical-card .entry-card-wrap {
margin-bottom: 25px;
margin-top: 20px;
}

@media screen and (max-width: 480px) {/*縦１列のときの下の空き*/
.ect-vertical-card .entry-card-wrap {
margin-bottom: 10px;
}
}

/*エントリーカード左右間の余白変更*/
@media screen and (min-width: 481px) {
	.ect-vertical-card .entry-card-wrap {
		width: 48%;
	}
}

/*サイドバーコンテンツをすべて中央揃え*/
#sidebar{
	text-align:center;
	}


/*** ヘッダーメニュー全体カスタマイズ　***/
.item-label {
  font-size: 16px;}
}

/* ヘッダーメニュー（サブメニュー）に影を付ける */
.navi-in>ul .sub-menu {
  margin-top: 1px;
  box-shadow: 0 2px 2px 0 rgba(0 0 0 / 14%), 0 3px 1px -2px rgba(0 0 0 / 20%), 0 1px 5px 0 rgba(0 0 0 / 12%);
  background: #fff;
}

/*** マウスオーバー時のアニメーション ***/
/* マウスオーバー時、背景の色を変える */
.navi-in a:hover {
  transform: translateY(1px);
  background: #ffea84;
}

/* ヘッダーメニュー（メイン）のアニメーション */
.item-label:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background: #ffea84;
  content: '';
  transition: all .4s;
}

.menu-header .menu-item:hover .item-label:after {
  width: 100%;
}

/* ヘッダーメニュー（メイン）のアニメーション -矢印変化- */
.navi-in .has-icon {
  right: 16px;
  opacity: unset;
  font-size: 16px;
}

.navi-in .has-icon .fa-angle-down {
  transition: all .4s ease-out;
}

.menu-header .menu-item:hover .fa-angle-down {
  transform: translateY(6px);
}

/* ヘッダーメニュー（サブ）のアニメーション -下線- */
.sub-menu .item-label:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%!important;
  height: 2px;
  background: #ffea84;
  content: '';
  transition: all .4s;
}

.sub-menu .menu-item:hover .item-label:after {
  width: 100%!important;
}

/* ヘッダーメニュー（サブ）のアニメーション -フォント- */
.sub-menu .item-label {
  text-align: center;
  transition: font-size .4s;
}

.sub-menu .menu-item:hover .item-label {
  font-size: 16px;
	}

/* ⑧エントリーカード - 投稿日・更新日 */
.post-date, .post-update {
	padding: 0px 10px 7px 0px;
}

/* 次へページのデザイン（上の次ページのバーの部分） */
.pagination-next-link {
  background-color: #fff; /* 背景色 */
  font-weight:bold;
  color: #7c7c7c; /* 文字の色 */
  border: 1px solid #d8d8d8; /* 枠線の太さ、色 */
  border-radius: 30px;
}

.pagination-next-link:hover {
  background-color: #ffe566; /* ホバー時の背景色 */
  color:  #fff; /* ホバー時の文字の色 */
  border: 1px solid  #ffe566; /* ホバー時の枠線の太さ、色 */
}

/* 次へページのデザイン（下の次ページの番号の部分） */
.page-numbers {
  color: #7c7c7c; /* 文字の色 */
  border: 1px solid #d8d8d8; /* 枠線の太さ、色 */
  border-radius: 50%;
}
.pagination .current { /* 選択中ページの色　*/
  background-color: #ffe566;
  color: #fff;
}
.page-numbers.dots {
  opacity: 1;
  background: none;
}
.pagination a:hover {
  background-color: #ffe566;
  color: #fff;
  border: 1px solid  #ffe566; /* ホバー時の枠線の太さ、色 */
	
}

/*---SNSシェアボタンの設定---*/

/*---SNSボタンを丸くする---*/
#main .button-caption {
	display: none; /*キャプション非表示*/
}

/*SNSシェアボタン*/
.sns-share-message{
	font-weight: bold; /*太字*/
	color: #875d5b; /*文字色*/
}
.sns-share-buttons {
	flex-wrap: nowrap; /*折り返さない*/
	justify-content: center; /*中央寄せ*/
　　margin-top:20px; /*上余白*/
 　 margin-bottom:10px; /*下余白*/
}

.sns-share-buttons a {
	border-radius: 50%; /*丸くする*/
	font-size: 20px; /*アイコンのサイズ*/
	margin: 0 10px; /*ボタン同士の間隔*/
}
#main .sns-share a {
	width: 40px; /*ボタンの横幅*/
	height: 40px; /*ボタンの高さ*/
}
/*投稿文下SNSシェアボタン上下の余白*/
.sns-share-buttons a{
margin-bottom: 20px;
margin-top: 20px;
}


/************************************
** ■関連記事見出しカスタマイズ
************************************/
.related-entry-heading{
  font-size: 18px; /*フォントサイズ*/
  text-align: center; /*文字位置中央*/
  letter-spacing: 4px; /*文字間隔*/
  margin-top:20px; /*上余白*/
  margin-bottom:8px; /*下余白*/
  color: #875d5b;
}

/*投稿本文下関連記事見出し上下の余白*/
.related-entry-heading{
margin-bottom: 20px;
margin-top: 60px;
}

.related-entry-card-thumb img {
  border-radius: 5px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 22%);
}

.entry-card-title,
.related-entry-card-title {
  color: #7c7c7c;
}

.rect-mini-card .related-entry-card-wrap {
  border-bottom: 1px dashed #ccc; /* 区切り線 */
}

.related-entry-card .cat-label {
  display: none; /* カテゴリー非表示 */
}

/*目次下に余白を入れる*/
#toc {
   margin-bottom: 5em;
}

/*目次上に余白を入れる*/
#toc {
   margin-top: 5em;
}

