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

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





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

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

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


/* プロフィール全体 */
.nwa .author-box {
	border: none;
	padding: 0 20px;
}

/* アイコン */
.nwa .author-box .author-thumb{
	width: 110px;
	padding: 1em 0;
}
.nwa .author-box .author-thumb img{
	box-shadow: 0 1px 3px rgba(0,0,0,.18)
}

/* 下側 */
.nwa .author-box .author-content {
	padding: 1em 0;
}


/* 名前 */
.author-box .author-name {
	margin-bottom: 1em;
}
.author-box .author-content .author-name a{
	color: #262626; /* リンク色にしない */
	font-size: 1.2em;
	font-weight: normal; /* 太字にしない */
	text-decoration: none; /* 下線をなくす */
	letter-spacing: 0.1em; /* 字間を広く */
}

/* プロフィール文 */
.author-description{
	margin-bottom: 16px;
}

.author-description p{
	margin: 0 0 0.5em 0;
	text-align: left;
	line-height: 1.5;
}

/* 見出し2 */
.article h2{
    font-size: 1.5em;/* フォントサイズ */
    font-weight: bold;/* フォント太さ */
    padding: 0.5em 1em;
    margin-bottom: 2em;
    position: relative;
    background-color: #eddfe0;/* 背景色 */
    box-shadow: 0px 0px 0px 5px #eddfe0;
    border: dashed 2px #ffffff;/* 破線 */
    color:#4f4f4f;/* フォント色 */
    }
 
    .article h2:after {
    position: absolute;
    content: '';
    top: -7px;
    left: -7px;
    border-width: 0 0 20px 20px;
    border-style: dashed;
    border-color: #fff #fff #dec8d6;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    }


 /*見出し3*/
    .article h3{
        font-size: 1em;/* フォントサイズ */
        font-weight: bold;/* フォント太さ */
        padding-top: .5em;
        padding-bottom: .5em;
        padding-left: .5em;
        margin-bottom: 2em;
        background-color: #e9e9e9;/* 背景色 */
        border-left: 5px solid #4f4f4f;/* 左の線 */
        border-bottom: 2px solid #cccccc;/* 下の線 */
        color: #4f4f4f;/* フォント色 */
        }

 /*点線の見出し4*/ 
   .article h4{
    font-size: 1em;/* フォントサイズ */
    font-weight: bold;/* フォント太さ */   
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 2em;
    border-bottom: dashed 2px #898989;/* 線 */
    color: #4f4f4f;/* フォント色 */
    }

 /*ワイン紹介のテーブル*/
  
 th {
  	background-color: #eddfe0;  /* 背景色指定 */
	padding:10px;
	width: 30%; 
	font-size: 14px;
	 font-weight:lighter
	text-align:center;

	}

 td{
	padding:10px;
	width: 70%;
	font-size: 14px;
	text-align:left

} 



/*目次*/
.toc{
  font-size: 1em;
  font-weight:bolder;
  padding: 1em 2em;
  background-color: #eddfe0;
  border-top:solid 10px #d1dfb7;
　　
}

/*目次のタイトル*/
.toc-title:before {
    font-family: 'Font Awesome 5 Free';
    content : "\f03a";
    font-size: 1.2em;
    color: #FFF;
    background-color: #c9c9c9;
    border-radius: 50%;
    padding: 0.5em;
    margin-right: 0.5em;
}

/*目次の幅を広げる*/
.toc-content ol li{
    color: #c9c9c9;
    margin:0.5em;
}

/*楽天の広告の線を消す*/

.raku table tr {
    background-color: #fff;
	border-color: #fff;
}

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

/*シェア・フォローボタンの枠組み*/
.sns-share.ss-top .sns-share-buttons,
.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: 40px; /*高さ*/
	margin-right: 4px; /*右側の余白*/
	margin-left: 4px; /*左側の余白*/
	border-radius: 50%; /*丸み*/
}

/*プロフィールウィジェットのリンク*/
.sns-follow.sf-profile .sns-buttons a {
	border-radius: 50%; /*丸み*/
}

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

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

/*シェアボタンのキャプション*/
.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: -2px; /*右側からの距離*/
	bottom: -2px; /*下側からの距離*/
	padding: 2px; /*内側の余白*/
	font-size: 10px; /*文字の大きさ*/
	border: solid 1px; /*線*/
	border-radius: 3px; /*丸み*/
	background-color: inherit; /*背景色*/
}

/*シェア数の表示が必要ないシェア・フォローボタン*/
.sns-share.ss-top .sns-buttons a .share-count:empty,
.sns-share.ss-bottom .sns-buttons a .share-count:empty,
.sns-follow.sf-bottom .sns-buttons a .follow-count:empty,
.sns-follow.sf-widget .sns-buttons a .follow-count:empty {
	padding: 0; /*内側の余白*/
	border: 0; /*線*/
}

