@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.6
*/

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

.article h2 {
padding: 0;
background: none;
}

.article h3 {
border: none;
padding: 0;
}

.article h4 {
border: none;
padding: 0;
}

.article h5 {
border: none;
padding: 0;
}

.article h6 {
border: none;
padding: 0;
}

.article h2 {
font-size: 24px;
padding: 16px;
background-color: #ffb6c1;
}

.article h3 {
color: #000000;
border-left: 10px solid #ffb6c1;
border-right: 1px solid #ffb6c1;
border-top: 1px solid #ffb6c1;
border-bottom: 1px solid #ffb6c1;
font-size: 22px;
padding: 6px 20px;
}

.article h4 {
color: #000000;
padding: 6px 20px;
margin-top: 40px;
border-left: 10px solid #ffb6c1;
font-size: 18px;
}

.article h5 {
position: relative;
  color: black;
  background: #A8EFAF;
  line-height: 1.4;
  padding: 1.25em 0.5em;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 5px 5px;
}

h5:after {
  /*タブ*/
  position: absolute;
  font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c  Check';
  background: #6BBF3F;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  margin: 2em 0 0.1em;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
}

.article h6 {
position: relative;
  border-top: solid 2px #EF8F9C;
  border-bottom: solid 2px #EF8F9C;
  background: #F2D8DF;
  line-height: 1.5;
  padding: 0.5em;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 0 5px;
}

h6:after {
  /*タブ*/
  position: absolute;
  font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
  content: '\f0a7  Point';
  background: #EF8F9C;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  margin: 2em 0 0.3em;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

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

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

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

@media screen and (max-width: 768px) {
	.single #header-container,
	.single #notice-area {
		display: none;
	}
}

.pagination-next-link {
  background-color: #ffb6c1;
  color: #fff;
  border: none;
  border-radius: 30px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2); /*「次のページ」部分の影*/
}
.pagination-next-link:hover {
  background-color: #fdede4;
  transition: all 0.5s ease;
  color: #fff;
}
.page-numbers {
  color: #ffb6c1;
  border: 1px solid #ffb6c1;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2); /*数字部分の影*/
}
.pagination .current {
  background-color: #ffb6c1;
  color: #fff;
}
.page-numbers.dots {
  opacity: 1;
  background: none;
}
.pagination a:hover {
  background-color: #ffb6c1;
  color: #fff;
}
a.prev, a.next {
  display: none;
}
@media screen and (max-width: 480px) {
.page-numbers {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
}

.sidebar h3{/*サイドバー見出し*/
	display:inline-block;
	color:#20664f;/*文字色*/
	background:#fff;/*背景色*/
	border-bottom:2px solid #ffb6c1;/*下線*/
	padding:0;
	line-height:1;
}

/*フロント固定ページのタイトルを非表示*/
.home.page .entry-title{
  display: none;
}

.author-box {
  background-color: #fff;
    color:#333333;
  border: 0px;
}
.author-box {
  border: 0px;
}

.search-box{
	margin: 1em;
}

.search-edit{
	height: 40px;
	border-radius: 40px;
}

.search-submit{
	line-height: 0;
	top: 0;
	bottom: 0;
}

.search-edit:focus{
	outline: none;
	border-color: #ffb6c1; /* #ffb6c1 */
}


.st-comment-content p{
	font-size: 14px;
	line-height: 20px; /* コメント本文のサイズ・行間調整 */
}

.st-comment-meta .avatar{
	float: left !important;
	border-radius: 27.5px; /* アイコンを丸く切り抜く */
	margin-right: 0.5em;
}
.st-comment-meta::after{
	content: '';
	display: block;
	clear: left; /* アイコンの回り込み解除 */
}

.bypostauthor .avatar{
	float: right !important; /* 管理人のアイコンは右寄せ */
}

.comment-author{
	font-style: normal; /* 斜体の解除 */
}

.commets-list .children{
	margin-left: 10px;
	padding-left: 6px !important;
	border-left: 2px solid #eee; /* 入れ子コメントの左側に線を表示 */
} 

.commets-list .comment-body, .commets-list .st-comment-body{
	margin-bottom: .5em; /* コメントの間隔を狭める */
}

.comment-reply-link{
	font-size: .5em; /* 「返信」ボタンを小さく */
}

#commentform label{
	display: inline-block;
}

#commentform textarea, #commentform input{
    border: 1px solid #4DD0E1; /* 枠線の色 */
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 4px;
	transition: all .2s ease;
	font-size: 80%;
	
}

#commentform textarea:focus, #commentform input:focus{
	outline: none;
	border: 3px solid #4DD0E1; /* 枠線の色 */
}

#commentform #submit{
    box-shadow: 0 10px 20px -5px rgba(0,0,0,0.2);
	background-color: #ffb6c1; /* 送信ボタンの背景色 */
	color: white;
	border-radius: 15px;
	height: 40px;
	border: none;
	padding: 0;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	transition: all .2s ease;
}

/*まとめて消す場合*/
.page .date-tags,
.page .author-info {
    display: none;
} 

.thumbnail img {object-fit: cover;}


/*ボタン色変更*/
.btn-green, .btn-wrap.btn-wrap-green>a{ 
background-color: #ffb6c1;
}

.home .archive main{
    background-color: transparent;
    margin-top: 0;
    padding-top: 0;
}

.entry-card-wrap{
    background-color: white;
    border-radius: 4px;
    margin-bottom: 1em!important;
}

.entry-card-wrap:hover{
    box-shadow: 0 15px 25px -5px rgba(0,0,0,0.2);
    transform: translateY(-2px);
    background-color: white; 
    transition: all .3s ease;
}

.blogcard-wrap{
    background-color: white;
    border-radius: 4px;
    margin-bottom: 1em!important;
}

.blogcard-wrap:hover{
    box-shadow: 0 15px 25px -5px rgba(0,0,0,0.2);
    transform: translateY(-2px);
    background-color: white; 
    transition: all .3s ease;
}

.widget_new_entries .display-none {
	display: block;
	padding-top: 0.2em;
	text-align: right;
}

.st-comment-content p{
	font-size: 14px;
	line-height: 20px; /* コメント本文のサイズ・行間調整 */
}

.st-comment-meta .avatar{
	float: left !important;
	border-radius: 27.5px; /* アイコンを丸く切り抜く */
	margin-right: 0.5em;
}
.st-comment-meta::after{
	content: '';
	display: block;
	clear: left; /* アイコンの回り込み解除 */
}

.bypostauthor .avatar{
	float: right !important; /* 管理人のアイコンは右寄せ */
}

.comment-author{
	font-style: normal; /* 斜体の解除 */
}

.comments-list .children{
	margin-left: 10px;
	padding-left: 6px !important;
	border-left: 2px solid #eee; /* 入れ子コメントの左側に線を表示 */
} 

.comments-list .comment-body, .comments-list .st-comment-body{
	margin-bottom: .5em; /* コメントの間隔を狭める */
}

.comment-reply-link{
	font-size: .5em; /* 「返信」ボタンを小さく */
}

#commentform label{
	display: inline-block;
}

.box8 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.box8 p {
    margin: 0; 
    padding: 0;
}
.my-sakura {color:#ffb6c1}

.btn-sakura { background-color: #ffb6c1; } /* ボタンさくら色 */

yle.css
.twitter-tweet{
	margin: 0 auto;
}

.twitter-tweet{
	margin: 0 auto;
}

/************************************
** ■サムネイル画像のホバー時エフェクト処理
************************************/
/*記事一覧の画像*/
.entry-card:hover figure img{
 box-shadow: 0 15px 25px -5px rgba(0,0,0,0.2);
    transform: translateY(-2px);
    background-color: white; 
    transition: all .3s ease;
}
/*記事一覧画像の画像*/
.entry-card-wrap.a-wrap:hover figure img{
  opacity: 0.6;
  transition: all 0.8s ease;
}
/*人気記事の画像*/
.popular-entry-card-link.a-wrap:hover{
  box-shadow: 0 15px 25px -5px rgba(0,0,0,0.2);
    transform: translateY(-2px);
    background-color: white; 
    transition: all .3s ease;
}
/*新着記事の画像*/
.new-entry-card-link.a-wrap:hover{
  box-shadow: 0 15px 25px -5px rgba(0,0,0,0.2);
    transform: translateY(-2px);
    background-color: white; 
    transition: all .3s ease;
}
/*関連記事の画像*/
.related-entry-card-wrap.a-wrap.cf:hover figure img{
  opacity: 0.6;
  transition: all 0.8s ease;
}
/*次の記事の画像*/
.prev-post.a-wrap.cf:hover figure img{
  opacity: 0.6;
  transition: all 0.8s ease;
}
/*前の記事の画像*/
.next-post.a-wrap.cf:hover figure img{
  opacity: 0.6;
  transition: all 0.8s ease;
}

/*タイトル画像*/
.site-name-text:hover img{
  opacity: 0.6;
  transition: all 0.8s ease;
}

/************************************
** ●カテゴリーラベルのカスタマイズ
************************************/
.cat-label {
    top: 0;
    left: 10px;
    border: none;
    font-size: 12px;
    color: #fff;
    background-color: #ffb6c1;
    padding: 1px 5px;
    margin: -6px 0 0 0;
    overflow: visible;
}
.cat-label::after { /*右上に小さな三角を作る*/
    position: absolute;
    content: '';
    top: 0;
    right: -6px;
    border: none;
    border-bottom: solid 6px #3089a9; /*小さな三角の色*/
    border-right: solid 6px transparent;
}

.logo-header {
	text-align: left;
}


