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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
:root {
  --reiwa-pink-color: #e5007f;
  --reiwa-pink-color-light: #fff5fa;
}

.skin-grayish.front-top-page .content {
  background: radial-gradient(var(--reiwa-pink-color) 0%, #ffffff 73%);
}

.article h1, .article h2 {
  color: var(--reiwa-pink-color);
}

.page .date-tags {
  display: none;
}

img.site-logo-image,
.site-name-text img {
  box-shadow: none;
}
.skin-grayish .footer {
  background-color: var(--reiwa-pink-color-light);
}
.sidebar h2, .sidebar h3 {
  background-color: var(--reiwa-pink-color-light);
}



blockquote {
  border-top: 1px solid var(--reiwa-pink-color);
  border-bottom: 1px solid var(--reiwa-pink-color);
}
blockquote::before,
blockquote::after {
  color: var(--reiwa-pink-color)
}
.wp-block-pullquote {
  padding: 1em 0;
}

.tab-caption-box-label {
  background-color: var(--reiwa-pink-color);
}
.skin-grayish .blank-box.bb-tab, .tab-caption-box-content {
  border-color: var(--reiwa-pink-color)
}


/* 未分類 非表示 */
.skin-grayish .article-footer .entry-categories .cat-link{
	display: none;
}
.skin-grayish.single-post .article-header .eye-catch-wrap .eye-catch .cat-label{
	display: none;
}

.wp-block-latest-posts.wp-block-latest-posts__list li{
	margin-bottom: 30px;
}
.wp-block-latest-posts__featured-image img{
	margin-bottom: 10px;
}
.video-container{
	margin: 30px auto;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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