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

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

#header .tagline {
	margin-top: 40px;
	font-size: 18px;
	color: #ff5012;
/* 	font-weight: bold; */
}
.appeal-title {
	font-size: 2.4em;
}

.appeal-content {
	max-width: 90vw;
	background: transparent;
}

.appeal-content .appeal-title, .appeal-content p {
	text-shadow: 0 0 3px #333;
	color: #fff;
	margin-bottom: 60px;
}

.tagline {
	color: #ff7f51;
}

.author-info {
	display: none;
}

.sidebar h3 {
	color: #24314f;
	background-color: rgba(36,49,79,0.1);
}

.widget_pages ul li a, .widget_categories ul li a {
	font-weight: bold;
	padding-left: 15px;
	font-size: 1em;
}

#footer a:hover {
	color: #ff7f51;
}

#menu-item-36 {
	background-color: #c9171e;
}

.article h1 {
	color: #ff7f51;
	margin-bottom: 2em;
}

.article h2 {
	background-color: #ff7f51;
	color: #fff;
	padding: 15px 10px;
	border-radius: 5px;
	letter-spacing: .1em;
}

.article h3 {
	position: relative;
	border-left: none;
	border-top: 2px solid #ff7f51;
	border-bottom: 2px solid #ff7f51;
	border-right: none;
	color: #24314f;
	padding: 10px 10px;
	letter-spacing: .1em;
}

.article h4 {
	border-top: none;
	border-bottom: none;
	color: #ff7f51;
	padding: 5px 10px;
	margin-left: 5px;
	border-left: 8px solid #ff7f51;
}

.article ul {
	list-style: none;
	font-weight: bold;
}

.article p {
	padding: 0 10px;
}

/* ブログカード */

.blogcard {
	border-width: 0;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	transition: all .3s;
}

.blogcard:hover {
	transform: translatey(-3px);
	transition: all .3s;
}

.blogcard-footer {
	display: none;
}

/* おすすめカード*/

.recommended .navi-entry-cards {
	padding: 16px;
}

.recommended.rcs-card-margin a {
margin: 1%;
}

.widget-entry-cards.card-large-image .a-wrap {
	display: inline-block;
	width: 100%;
	max-width: 50%;
	border-radius: 5px;
}

.card-thumb img {
  width: 100%;
}

.widget-entry-cards.large-thumb-on .card-content {
	 background: rgba(0, 0, 0, 0.75);
}

.widget-entry-cards.large-thumb-on .e-card:hover .widget-entry-cards.large-thumb-on .card-content {
	transform: none;
	animation: none;
	animation-play-state: paused;
}

.recommended .navi-entry-cards {
	background: white;
	border-radius: 5px;
}


/* 中央寄せリスト */
.center-list-wrap {
  margin: 0 auto;
  text-align: center;
}

.center-list-wrap ul {
  padding-left: 0;
  list-style: none;
  display: inline-block;
}

.center-list-wrap ol {
  padding-left: 0;
  display: inline-block;
}

.center-list-wrap ul li, .center-list-wrap ol li {
  text-align: left;
	font-weight: bold;
}

.center-list-wrap ol li::marker {
	transform: translatex(5px);
}

/* order-list numbering style */
.center-list-wrap ol { 
  list-style-type: none;
  padding-left: 0;
}

.center-list-wrap ol li {
  counter-increment: count-list06;
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 12px;
	text-indent: -1.2em;
	margin-left: 2.2em;
}
.center-list-wrap ol li::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "0"counter(count-list06)".";
  display: inline-block;
  color: #c9171e;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
}

/* サイドバー */
.widget_pages ul li ul.children {
	padding-left: 0px;
}

#sidebar h2.wp-block-heading {
	background-color:rgba(36,49,79,0.1);
	color:#24314f;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.widget-entry-cards.card-large-image .a-wrap {
	  max-width: 100%;
   }
}

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

}

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

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

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