@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-weight: bold;
font-size: 36px;
color: #f08300;
}

/* アイキャッチ画像 */
.eye-catch img, .not-found {
	padding: 0em;
}

.eye-catch .cat-label {
	opacity: 1;
}

/************************
* SNSシェアボタン
・一覧ページのシェアボタン(.sns-share-message)
・一覧ページのフォローボタン(.sns-follow-message)
************************/
.sns-share-message, .sns-follow-message {
	position: relative;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 13px;
	background: rgba(var(--back-color), 1);
	padding: 1em;
	border-radius: 10px;
	font-size: 15px;
	line-height: 1.6;
}

.sns-share-message:before, .sns-follow-message:before {
	content: "\f00c";
	display: inherit;
	line-height: 1;
	font-size: 1.5em;
	color: #eeee22;
}

.sns-buttons {
	flex-wrap: wrap;
}

.sns-buttons a {
	position: relative;
	background-color: transparent !important;
	color: #eeee22;
	border-radius: 40px;
	border: 1px solid transparent !important;
	margin: 10px;
	text-shadow: #222222;
	height: 40px;
	white-space: nowrap;
	justify-content: center;
	z-index: 0;
}

.sns-buttons a:before {
	content: "";
	position: absolute;
	background: #222222;
	width: 80px;
	height: 50px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border: 0px solid rgba(var(--gray-color), 1);
	z-index: -1;
}

.sns-buttons a:hover {
	color: rgba(var(--white-color), 1) !important;
	text-shadow: rgba(var(--primary-color-tegaki-note), 1) 1px 1px 1px, rgba(var(--primary-color-tegaki-note), 1) -1px 1px 1px, rgba(var(--primary-color-tegaki-note), 1) -1px -1px 1px, rgba(var(--primary-color-tegaki-note), 1) 1px -1px 1px, rgba(var(--primary-color-tegaki-note), 1) 0px 0px 1px;
}

.sns-buttons a:hover:before {
	background: #fffacd;
}

/************************************
** SNSフォローボタン
************************************/
.sns-follow-buttons a {
margin: 50px;
}

/*目次のカスタマイズ*/
.toc, .widget_categories ul {
	font-size: 85%;
}
.header, .header .logo-text .site-name-text, .header .tagline {
	color: #222222;
}

.toc {
	font-family:sans-serif;
	width: 80%;
	padding: 1em;
	counter-reset: count;
	position: relative;
	border: none;
	border-radius: 4px;
	opacity: .8;
	background: rgba(var(--back-color), 1);
	background-size: 50px 50px;
}

.toc-title {
	font-family:sans-serif;
	margin: .3em 0 .4em;
	font-size:20px;
	font-weight: bold;
	margin-bottom: 20px;
	background: #eeee22;
	border-top: none !important;
	border-bottom: none !important;
	border-left: 2px dotted rgba(0,0,0, .15) !important;
	border-right: 2px dotted rgba(0,0,0, .15) !important;
	color: #222222;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	text-shadow: 0 0 1px #222222;
	padding: .5em;
}

.toc-title::before {
	font-family:sans-serif;
	content: "\f0ca";
	margin-right: .5em;
	cursor: pointer;
	color: #fffacd;
	background: #222222;
	text-shadow: 0 0 0px #222222;
	padding: .2em;
	border-radius: 5px;
}

.toc-list > li > a::before {
	counter-increment: count;
	content: counter(count) ".";
	font-size:18px;
	background: #222222;
	color: #fffacd;
	padding:.3em .5em;
	margin-right: .5em;
	border-radius: 10px;
}

.toc-list > li > a {
	border-top: solid 0px #eeee22;
	border-bottom: solid 2px #eeee22;
}

.toc a {
	color: #fffacd;
	font-size:18px;
	text-decoration: none;
}

/*目次のカスタマイズ　⑥*/
.widget_categories li > ul > li > a:before, .widget_nav_menu ul li ul a:before, .toc-list > li > ol li a:before {
border: 0px solid #eeee22;
	box-shadow: none;
	background: transparent;
	border-radius: 50%;
	top: 7px;
	left: -20px;
}

.logo-text, .logo-menu-button, .appeal-title, .list-title, .entry-card-title, .pagination .page-numbers, .article h2, .article h3, .widget h2, .widget-title, .comment-title, .footer-title {
	font-family:sans-serif;
	font-weight:bold;
	color: #222222;
	background: #eeee22;
}

.pagination-next-link, .comment-btn {
  background-color: #000;
  border: 1px solid #ddd;
  color: #eeee22;
  display: block;
  font-size: 1.2em;
  text-decoration: none;
  width: 100%;
  text-align: center;
  padding: 10px;
  display: block;
}

.comment-btn{
　　background-color: #222222;
	color: #fffacd;
	border-color: #eeee22;
}
.comment-btn:before{
	background-color:  #fffacd;	
}

.related-entry-heading{
	color:#fffacd;
	background-color:#222222;
}
/* タイトル */
.article h1.entry-title {
	padding: .5em 0;
	font-size: 28px;
	color:#fffacd;
	border-top: 0px solid #eeee22;
	border-bottom: 5px solid #eeee22;
}

/* フォーム comment*/
.search-edit, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select, input[type="submit"] {
	border-color: rgba(rgba(var(--gray-color), 1), .7);
	border-width: 3px;border-radius: 10px;
	background-color: #222222;
	color: #fffacd;
}
input[type="submit"] {
	border-color: #fffacd;
	background-color: #222222;
	font-size: 18px;
	letter-spacing: .1em;
}

/* 吹き出し */
.speech-icon img,
.speech-icon amp-img {
  border: px solid #ccc;
}
div.speech-balloon {
　height: 100%;
  position: relative;
  padding: 10px;
  background-color: #fffacd;
  border: 2px solid #fffacd;
  border-radius: 50px;
  max-width: calc(100% - 14%);
  color:#41403E;
  font-size:16px;
}

div.sbs-think .speech-balloon::before {
  border: 1px solid #fffacd;
  border-radius: 50%;
  border-color:#fffacd;
  left: -29px;
  top: 11px;
  width: 20px;
  height: 20px;
  background-color:#fffacd;
}
div.sbs-think .speech-balloon::after {
  border: 1px solid #fffacd;
  border-radius: 50%;
  border-color:#fffacd;
  left: -44px;
  top: 25px;
  width: 10px;
  height: 10px;
  background-color:#fffacd;
}

/* ラベル */
.cat-label {
	background-color: #222222;
	border-top: none !important;
	border-bottom: none !important;
	border-left: 2px dotted rgba(0,0,0, .15) !important;
	border-right: 2px dotted rgba(0,0,0, .15) !important;
	box-shadow: 0 0 5px rgba(0,0,0, .2);
	text-shadow: 0 0 1px rgba(var(--white-color), 1);
	padding: .5em;
	color: #fffacd;
	transform: rotate(355deg);
	margin-left: -10px;
}
.entry-card-title{
	background-color:#41403E;
	color:#fffacd;
}

/* 付箋ボックス */
.blank-box.sticky, .is-style-blank-box-red, .is-style-blank-box-navy, .is-style-blank-box-blue, .is-style-blank-box-yellow, .is-style-blank-box-green, .is-style-blank-box-pink, .is-style-blank-box-orange, .is-style-sticky-gray, .is-style-sticky-yellow, .is-style-sticky-red, .is-style-sticky-blue, .is-style-sticky-green {
	position: relative;
	border-radius: 0;
	border-width:0px;
	border-color:#41403E;
	background-color:#fffacd;
	color: #222222;
	width:500px;
	left: 50%;
    transform: translateX(-50%);
}

/*パンくずリスト*/
.breadcrumb {
  color: #fffacd;
}

.read-time{
	position: relative;
	background-image:none ;
}

	

/*画像キャプション*/
.wp-block-image figcaption{
	font-size: 16px;
}
.badge-red {
  background-color: #e60033;
  font-size:16px;
}

blockquote {
  background-color: #333;
  border: 1px solid #41403E;

}

/************************************
** 「次のページ」ページネーション
************************************/
.pagination-next {
  margin-top: 24px;
}

.pagination-next-link, .comment-btn {
  background-color: #222222;
  border: 1px solid #fffacd;
  color: #eeee22;
  display: block;
  font-size: 1.2em;
  text-decoration: none;
  width: 100%;
  text-align: center;
  padding: 10px;
  display: block;
}
.pagination-next-link:hover, .comment-btn:hover {
  background-color: #222222;
  border: 1px solid #eeee22;
  transition: all 0.3s ease-in-out;
  color: #eeee22;
}

.five-digits-or-more {
  font-size: 13px;
}

.six-digits-or-more {
  font-size: 11px;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){

}

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  /* 付箋ボックス */
.blank-box.sticky, .is-style-blank-box-red, .is-style-blank-box-navy, .is-style-blank-box-blue, .is-style-blank-box-yellow, .is-style-blank-box-green, .is-style-blank-box-pink, .is-style-blank-box-orange, .is-style-sticky-gray, .is-style-sticky-yellow, .is-style-sticky-red, .is-style-sticky-blue, .is-style-sticky-green {
	position: relative;
	border-radius: 0;
	background-color:#fffacd;
	color: #222222;
	width:250px;
	left: 50%;
    transform: translateX(-50%);
}

/* 吹き出し */
div.speech-balloon {
　height: 100%;
  position: relative;
  padding: 10px;
  background-color: #fffacd;
  border: 0px solid #fffacd;
  border-radius: 50px;
  max-width: calc(100% - 14%);
  color:#41403E;
  font-size:12px;
}
div.sbs-think .speech-balloon::before {
  border: 1px solid #fffacd;
  border-radius: 50%;
  border-color:#fffacd;
  left: -29px;
  top: 11px;
  width: 20px;
  height: 20px;
  background-color:#fffacd;
}
div.sbs-think .speech-balloon::after {
  border: 1px solid #fffacd;
  border-radius: 50%;
  border-color:#fffacd;
  left: -44px;
  top: 25px;
  width: 10px;
  height: 10px;
  background-color:#fffacd;
}
	
/*画像キャプション*/
.wp-block-image figcaption{
	font-size: 9px;
}
.badge-red {
  background-color: #e60033;
  font-size:10px;
}
}
	

