@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-container {
	background: url(../../../wp-content/uploads/2023/01/amanogawa.jpg);
	height: 80px;
}
.navi {
	background-color: transparent;
}
.navi-in a {
	color: #fff;
}
.navi-in a:hover {
	background-color: transparent;
	color: #fff;
}
.navi-in > ul li {
	padding-top: 20px;
}
.main {
	background-color: transparent;
}
.wrap {
	width: 1000px;
}
.entry-title, .archive-title {
	font-size: 30px;
	text-shadow: 0 0 3px #000;
}
.widget-entry-cards.card-large-image .a-wrap {
	max-width: 31%;
	float: left;
	margin: 0 0.75% 15px;
	background: rgba(255,255,255,0.5);
}
.widget-entry-cards.large-thumb-on .card-content {
	background: rgba(0,0,0,0.5);
	text-align: center;
	font-size: 90%;
}
.entry-card-thumb,
.widget-entry-card-thumb,
.related-entry-card-thumb,
.carousel-entry-card-thumb {
	margin-top: 0px;
}
.body div.scrollable-table table,
.body .wp-block-table table {
	border: 3px solid #fff;
}
.wp-block-table table {
	margin: 0 auto;
}
.wp-block-table td, .wp-block-table th {
	border: 1px solid #fff;
}
table tr:nth-of-type(2n+1) {
	background-color: transparent;
}
table th {
	background-color: transparent;
}
.wp-block-column {
	background: rgba(255,255,255,0.25);
	padding: 5px;
}
.wp-block-image figcaption {
	text-align: center;
	font-size: 100%;
	opacity: 1;
}
.wpvr-cardboard {
	border: 2px solid #999;
	margin: 0 auto 1em;
}
.widget-entry-card-thumb {
	margin-bottom: 0;
}
.footer {
	background: #000;
	color: #999;
}
.mobile-menu-buttons .menu-button > a {
	color: #fff;
}
.article h1:first-letter {
	font-size: 2em;
	color: #eee;
}
.article h2 {
	position: relative;
	padding-left: 35px;
	border: none;
	background: transparent;
}
.article h2:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f015";
	background: #006600;
	color: white;
	font-weight: 900;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 47%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.article h3 {
	position: relative;  
	background-color: #8dce41;
	color: #fff;
	padding: 10px 20px 6px;
	border: none;
	text-shadow: 0 0 3px #666;
}
.article h3::before,
.article h3::after {
	border: none;
	border-bottom: solid 15px transparent;
	content: '';
	position: absolute;
	top: 100%;
}
.article h3::before {
	border-right: solid 15px #478400;
	left: 0;
}
.article h3::after {
	border-left: solid 15px #478400;
	right: 0;
}
.article h4 {
    padding: 0.8rem 0 0.5rem 10px;
	border: none;
    background-image: linear-gradient(90deg, #803B06 0 20%, #dedede 20%);
    background-repeat: no-repeat;
    background-size: 100% 8%;
    background-position: bottom;
    color: #323232;
    font-size: 20px;
}
.cat-link {
	background-color: #333;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
	.mobile-header-menu-buttons {
		background: url(../../../wp-content/uploads/2023/01/amanogawa.jpg);
	}
	.header-container {
		height: 0;
	}
	.wrap {
		width: 100%;
	}
	.widget-entry-cards.card-large-image .a-wrap {
		max-width: 31%;
		margin: 10px 1%;
	}
	.widget-entry-cards.large-thumb-on .card-content {
		font-size: 70%;
	}
}

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

/*480px以下*/
@media screen and (max-width: 480px){
	.widget-entry-cards.card-large-image .a-wrap {
		max-width: 48%;
		margin: 1%;
	}
}
