@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){
  /*必要ならばここにコードを書く*/
}


.entry-title {
	position: relative;
	color: #333;
	text-shadow: 0 0 2px white;
	padding-left: 10px;
}
.entry-title:before {
	content: "";
	position: absolute;
	background: #9de5ff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	top: 50%;
	/* border: dashed 1px white; */
	left: -15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}


.entry-title-sub {
	font-weight: bold;
	font-size: 20px;
	position: relative;
	padding: 0 .5em .5em 2em;
	margin-bottom: 25px;
	border-bottom: 1px solid #4386cd;
}
.entry-title-sub::before,
.entry-title-sub::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
.entry-title-sub::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(150, 150, 150, .5);
	background-color: #4386cd;
}
.entry-title-sub::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(210, 210, 210, .5);
}


div.center { text-align : center ; }


.diary-button{
    border: none;
    border-radius: 20px;
    box-sizing: border-box;
    background: #000;
    color: #4386cd;
    text-decoration: none;
    text-align: center;
	font-size: 13px;
	padding: 5px 15px 5px 15px
}


.diary-font{
	font-size: 1em;
}


.sidebar{
	background-color : #fff;
	font-size: 14px;
	border: 2px dotted #000;
}


/* プロフィール全体 */
.nwa .author-box {
	background-color: #fff;
	border: none;
	
}

/* アイコン */
.nwa .author-box .author-thumb{
	width: 110px;
}
.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: #000;
	font-size: 1.2em;
	text-decoration: none;
	display: inline;
	font-size: 26px;
	background-image: linear-gradient(rgba(0,0,0,0) 70%, rgb(252,81,133) 70%);
}


/* プロフィール文 */
.author-description{
	margin-bottom: 15px;
}
.author-description p{
	margin: 0 0 0.5em 0;
	text-align: left;
	line-height: 1.5;
}

/* SNSボタン */
.author-follows{
	padding: 12px 0;
}
.author-follows::before{
	content: 'Follow Me';
	color: #000;
	font-weight: bold;
	font-family: お好きなフォント(設定する場合);
	letter-spacing: 0.2em; /* 字間を広く */
}
.author-box .sns-follow-buttons a.follow-button{
	width: 40px;
	height: 40px;
	margin: 6px 10px 2px 2px;
	border-radius: 20px;
	color: #000;
	border-color: #fff;
	font-size: 24px;
	line-height: 1.6;
}
.author-box a.follow-button span::before {
	font-size: 22px;
}

/* SNSボタン マウスオーバーしたとき */
.author-box .sns-follow-buttons a.follow-button:hover{
	background-color: transparent;
	opacity: 0.6; /* 薄く */
	transform: scale(1.1); /* 1.1倍の大きさに */
}


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

/*マウスオーバー時 背景色と文字色が変わる*/
#navi .navi-in a:hover{
	color: #000;
	background: #4386cd;
	transition: 0.8s ;
}


/* AmaChannel */
.amachannel {
	position: relative;
	display: inline-block;
	margin: 1px 1px 1px -30px;
	padding: 10px 100px 10px 20px;
	color: #fff;
	border-radius: 0 100vh 100vh 0;
	background: #4386cd;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	font-size: 24px;
	font-weight: bold;
	font-family: "Arial Black", "Arial", "メイリオ";
}

.amachannel:before {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	border-top: 10px solid #005276;
	border-left: 10px solid transparent;
}


.sub-caption{
	font-size: 11px;
	font-family: bold;
}


.site-name-text{
	font-size: 0px;
}


.logo-header{
  display: none;
} 



/* 見出し */

.article h2 {
	width: 100%;
	color: #505050;/*文字色*/
	padding: 0.5em;/*文字周りの余白*/
	display: inline-block;/*おまじない*/
	line-height: 1.3;/*行高*/
	background: #dbebf8;/*背景色*/
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}

.article h2:before {
	content: '●';
	color: white;
	margin-right: 8px;
}