@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-text {
	font-size: 37px;
	color: #ADCDEC
}

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

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

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

/* タイトルとディスクリプションの間隔を調整 */
.site-description {
  margin-bottom: 10px; /* 間隔を縮める */
}
/* 他の必要なスタイリングを追加 */
.site-title {
  margin-top: 10px; /* タイトルの上の間隔を縮める */
}
/* 追加のスタイリング */
.nwa .author-box .author-name {
font-size: 0.9em;
}
/*ここまで*/
/************************************
** プロフィール情報
************************************/
.nwa .author-box .author-description {
  font-size: 12px; /*フォントサイズ*/
  text-align: center; /* 中央寄せ */
}

/************************************
** 検索ボックスのカスタマイズ（一体型・丸縁）
************************************/
.search-box .search-edit {
	padding: 8px 16px;
	padding-right: 68px;
	border-color: #a6b8e1;
	border-radius: 20px;
}
/*ここまで*/
/*検索ボックスの送信ボタン*/
.search-box .search-submit {
	top: 0;
	right: 0px;
	height: 100%;
	width: 60px;
	color: #fff;
	background-color: #a6b8e1;
	border-radius: 0 20px 20px 0;
}
/*アイコン*/
.search-box .fa-search {
	display: block;
	margin-top: 3px;
	margin-right: 3px;
}
/*ここまで*/
/*入力欄と検索ボタンの強調の無効化*/
.search-box .search-edit:focus, .search-box .search-submit:focus {
	outline: 0;
	outline-offset: unset;
}
/*ここまで*/

/************************************
** プロフィールのSNSアイコン
************************************/
.sidebar .sns-follow-buttons {
  justify-content: center; /*ボタンを中央寄せにする*/
}
.sidebar .sns-follow {
  margin: 0 0 24px 0;
}
.sidebar .sns-follow-buttons a {
  border-radius: 50%;
  width: 50px; /*ボタンの横の大きさ*/
  height: 50px; /*ボタンの縦の大きさ*/
  font-size: 30px; /*アイコンのサイズ*/
  margin: 0 7px; /*ボタン同士の間隔*/
}
.sidebar .instagram-button {
  background-color: #405de6;
}
.sidebar .twitter-button {
  background-color: #1da1f2;
}
/*ここまで*/
/*SNSアイコンいらないの非表示*/
a.follow-button.feedly-button.feedly-follow-button-sq{
  display:none;
}
a.follow-button.rss-button.rss-follow-button-sq{
  display:none;
}
/*ここまで*/

/************************************
** 見出し
************************************/
/*見出しデザインリセットH3~6*/
/* 見出し3 */
.article h3{
  border-top:none;
  border-bottom:none;
  border-left:none;
  border-right:none;
  padding: 0;
}
/* 見出し4 */
.article h4{
  border-top:none;
  border-bottom:none;
  padding: 0;
}
/* 見出し5 */
.article h5{
  border-bottom:none;
  padding: 0;
}
/* 見出し6 */
.article h6{
  border-bottom:none;
  padding: 0;
}
/*ここまで*/

/* H2見出しデザイン */
h2.wp-block-heading {
  color: #3D3D3D;
  font-size: 1.5em;
  background-color: #F8F7F8;
  padding-top: 20px;
  padding-left: 10px;
  padding-bottom: 20px;
  border-left: solid 10px #A6B8E1;
}

/* 見出しH3デザイン */
.article h3 {
  color: #3D3D3D;
  font-size: 1.5em;
  padding: 10px;
  border-top: solid 3px #A6B8E1;
  border-bottom: solid 3px #A6B8E1;
}

/* 見出しH4デザイン */
.article h4 {
  border-bottom: solid 3px #A6B8E1;
  position: relative;
  padding-bottom: 8px; /* テキストの下に余白を持たせる */
}

.article h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #59637a;
  width: 20%;
  padding-bottom: 8px; /* テキストの下に余白を持たせる */
}
/*ここまで*/

/* メニューバー背景の高さ */
.navi-in > ul li {
  line-height: 30px;
}

/* グローバルメニューのフォントサイズ等変更 */
.navi-in .menu-header .item-label {
  font-size: 13px;
  font-weight: bold;
}

/* タブ見出しボックス */
.tab-caption-box-label {
  padding: 6px 16px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
}

.tab-caption-box-content {
  position: relative;
  top: 1px;
  border: 2px solid;
  padding: 10px 24px;
  border-radius: 4px 4px 0 0;
}

/* メニューバー背景の高さ */
.navi-in>ul li {
  height: 30px;
  line-height: 30px;
}
/*グローバルメニューのフォントサイズ等変更*/
.navi-in .menu-header .item-label{
  font-size: 13px;
  font-weight: bold;
}
/*ここまで*/
/*タブ見出しボックス*/
.tab-caption-box-label{ 
	padding: 6px 16px; /*タブ内側余白*/
	font-size: 16px; /*タイトル文字の大きさ*/
	font-weight: bold; /*タイトル文字の太さ*/
	border-radius: 4px 4px 0px 0px;  /*タブ角丸*/
}

.tab-caption-box-content {
	position: relative;  /*配置に関するもの（ここを基準に）*/
	top: 1px; /*上から(1px）移動*/
	border: 2px solid; /*ボックス線*/
	padding: 10px 24px; /*ボックス内側余白*/
	border-radius: 4px; /*ボックス角丸*/
	border-top-left-radius: 0px; /*ボックス左上角丸*/
}
/*ここまで*/
/*目次*/
.toc-title{
  font-weight:bold;
}
.toc-title::after {
  color:#337ab7;
}
.toc-list > li a {
  font-weight: bold;
  display:block;
  margin-top:10px;
  margin-left: 10px;
}
.toc-list > li a::before {
  font-family: "Font Awesome 5 Free";
  content : "\f144";
  margin-right: 7px;
}
.toc-list > li li a {
  font-weight: normal;
  font-size: 95%;
  margin-top:0;
  margin-left: 2em;
}
.toc-list > li li a::before {
  content: "";
  width: 7px;
  height: 7px;
  left: -2px;
  display: inline-block;
  border-radius: 50%;
  background: #a6b8e1;/*点の色変更*/
  position: relative;
  margin-bottom: 2px;
}
@media (max-width:880px){
.toc-list > li a {
  margin-left: -10px;
}
.toc-list > li li a {
  margin-left: -2em;
}
.toc-list > li li a::before {
  left: 3px;
  margin-bottom:1px;
}
}
.toc a:hover {
  color: #333333;
  text-decoration: underline;
}
/*ここまで*/
/*モバイル表示の色をCSSカスタマイズする*/
.mobile-header-menu-buttons, .mobile-menu-buttons, .menu-button {
  color:#f4f7f7! important;
  background-color:#a6b8e1!important;
} 
/*ここまで*/
/*モバイルメニュー文字消す*/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  .mobile-menu-buttons .menu-caption{
    display: none!important;
  }
  .mobile-menu-buttons  {
    align-items: center!important;
  }
}
/*ここまで*/
/*ヘッダーモバイルボタン高さ変更*/
.search-menu-button.menu-button,
.navi-menu-button.menu-button{
	height: 65px;
	padding-top: 8px;
}
/*ここまで*/
/*スライドインメニューの背景色*/
.navi-menu-content {
  background-color: rgba(218, 208, 196, 1) !important; /* 背景色を変える */
}
/*ここまで*/
/*×アイコンを移動*/
.menu-close-button {
  padding-top: 15px!important;
  padding-left: 25px!important;
  padding-bottom: 30px!important;
  text-align: left!important;
  font-size: 1.3em;
  color: #202124!important;
}
/*ここまで*/
/*スライドインメニューの罫線・フォントサイズ・マウスオーバー*/
.menu-drawer a {
  font-size: 1.1em!important;
  line-height: 1.6em!important;
  border-bottom: solid 1px #e6e6e6!important;
  font-weight: bold; /* 太字 */
  color: #875c44 !important; /* フォントカラー */
}
.menu-drawer a:hover {
  background-color:#eacacb;　/*マウスオーバー時の背景色*/
}
.sub-menu li {                                      
  margin-left:-14px!important;
  font-size: 0.9em!important;
  color: #202124 !important; /* サブメニューのフォントカラー */
  font-weight: bold; /* 太字 */
}
/*ここまで*/
/*記事一覧のカード画像に影PCモバイル*/
.entry-card-thumb {
    transition-duration: 0.3s; /*アニメーションの時間*/
    box-shadow: 0px 4px 15px -5px rgba(85,85,85,0.75); /*通常時の画像の影*/
}
.entry-card-thumb:hover {
    transform: translateY(-6px); /*マウスホバーで上に移動*/
    box-shadow: 0px 8px 18px -5px rgba(85,85,85,0.75); /*マウスホバー時の画像の影*/
}
.entry-card-thumb img { /*画像下の隙間を消す*/
    vertical-align: bottom;
}
.a-wrap:hover { /*マウスホバー時の全体の背景色を消す*/
    background: none;
}
/*ここまで*/
/*記事一覧のカード画像とテキストの余白PCモバイル*/
.entry-card-title {
    margin-top: 10px; /*上に余白を付ける*/
    line-height: 1.5; /*行間を広く*/
}
.entry-card-title:hover {
    color: #49add1; /*マウスホバー時の色*/
}
@media screen and (max-width: 768px){
    .entry-card-title {
        font-size: 14px; /*スマホでの文字の大きさ*/
        line-height: 1.4; /*スマホでの行間*/
    }
}
/*ここまで*/
/*記事一覧のカードの日時PCモバイル*/
.e-card-info {
  color: #666; /*色を薄く*/
}
@media screen and (max-width: 768px){
    .e-card-info {
  font-size: 11px; /*スマホでの文字サイズ*/
    }
}
/*ここまで*/