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

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

/*reCAPTHCA非表示*/
.grecaptcha-badge { visibility: hidden; }
.note-recaptcha{
	font-size: 11px;
	margin: 0 auto;
	width:95%;
}

/*main*/
.main {
    border-radius: 10px;
	padding-top: 40px;
	padding-bottom: 50px;
}
.sidebar {
    border-radius: 10px;
}

/*記事タイトル*/
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
	line-height: 1.5;
}

/*記事一覧のエントリータイトル*/
.entry-card-title, .related-entry-card-title {
	margin: 0 0 10px 0;
	line-height: 1.4;
}
.entry-card-thumb, .author-thumb, .blogcard-thumbnail, .related-entry-card-thumb, .popular-entry-card-thumb, .new-entry-card-thumb {
	margin-right: 3%;
}

/*記事一覧のサムネイルwrap*/
.a-wrap {
	padding: 1.5%;
}

/*カテゴリーラベル*/
.cat-label {
	border:none;
	top: 0;
	left: 0;
}
.eye-catch .cat-label {
	border:none;
}

/*カテゴリーラベル*/
.navi{
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

/*ヘッダーまわり*/
header .logo-image span, .logo-image a {
    padding: 20px 0 0;
}

/*ヘッダー下メニュー*/
.navi-in a {
	font-size: 13px;
}

/*サイト名のサイズ（ロゴ画像の場合は不使用）*/
.site-name-text {
	font-size: 36px;
}

/*一覧時の見出し横のアイコン非表示*/
.archive-title span.fa{
	display:none;
}

/*プロフィールBOXまわり*/
.author-description p{
	font-size: 12px;
	line-height: 1.8;
}
.author-name a{
	text-decoration: none;
	color: #666;
}
.nwa .author-box {
	margin-top: 50px;
}

/*フッターまわり（汎用性なし）*/
.footer-bottom-logo img {
	height: 30px;
}
.footer-bottom {
    /* margin-top: 24px; */
    padding: 0px 8px 30px;
    position: relative;
    font-size: 14px;
}
footer .logo-image span, .logo-image a {
    /* padding: 10px 0 0; */
	padding: 0;
}
.footer-bottom-logo {
    bottom: 15px;
}

/*記事下シェアボタンの調整*/
.sns-share-buttons {
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}
.sns-buttons a {
	background-color: #333;
}

/*タグ、カテゴリタグ*/
.tag-link, .comment-reply-link {
    border: 1px solid #ccc;
}
.entry-card-snippet, .related-entry-card-snippet {
	line-height: 1.5;
}
.cat-link, .tag-link, .comment-reply-link {
	border-radius: 3px;
}

/* サイドバー */
.sidebar h3 {
    /* background-color: #f2f1ef; */
	background-color: inherit;
    padding: 20px 0 5px;
    font-size: 14px;
    border-bottom: solid 1px #ccc;
	position: relative;
}
.sidebar h3::before {
	position: absolute;
	content:"";
	width:30%;
	height:1px;
	background-color: #333;
	bottom:-1px;
	left:0;
}
.widget_recent_entries ul li a, .widget_categories ul li a, .widget_archive ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_rss ul li a, .widget_nav_menu ul li a {
    border-bottom: solid 1px #f2f2f2;
}

/* placeholderの色 */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#ccc;
}
::placeholder{
	color:#ccc;
}

/* blogカード */
.blogcard-footer {
    clear: both;
    /*font-size: 16px;*/
    padding-top: 0;
	display: none;
}

/*もっと見るボタン*/
.list-more-button {
	font-size: 12px;
	border: solid 1px #ccc;
}

/*見出し*/
.article h2 {
	/*background-color: #f5f5dc;*/
	background-color: #ffecb3;
}
.article h3 {
	border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 2px solid #ccc;
	padding: 10px;
}

/*関連記事*/
.border-partition a:first-of-type {
	border-top: inherit;
}
.border-partition a {
	border-bottom: 1px dotted #ddd;
}
.widget-entry-cards.card-large-image .e-card {
	font-size: 14px;
}

/*フッターメニュー*/
.navi-footer-in a {
	font-size: 12px;
}

/*コード*/
.wp-block-code code {
    padding: 1.5em;
	font-family: sans-serif;
	font-size: .8em;
}

/*ヘッダー下のメニュー*/
.navi-in > ul li {
    height: 40px;
    line-height: 40px;
}

/*記事一覧*/
.ect-3-columns .entry-card-snippet {
    max-height: 6em;
}

/* 広告（PC） */
.ad-area {
    margin-top: 3em;
}
.ad-label{
	font-size: 11px;
}
.caption-box-content {
    padding: 1.5em;
}

/*画像*/
.border-1px{
	border: solid 1px #ddd;
}
figcaption{
	text-align: right;
}

/*アイコンの余白*/
.mr05em{
	margin-right: .5em;
}

/* 動画可変 */
.movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.movie-wrap.w50p{
	width:50%;
	margin: 0 auto;
}
 
.movie-wrap video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*block*/
.tCenter{ text-align: center;}
.tCenter img{ margin:0 auto;}
.tRight{ text-align: right;}
.tLeft{ text-align: left;}

.fz-12px {
  font-size: 12px;
}

.mt05{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mb05{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}

.wp-block-jetpack-pinterest{
	text-align: center;
}

blockquote cite {
    display: inline-block;
    text-align: right;
}

.fadein{
	animation: fadein 0.2s ease 0.3s 1 normal;
}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}


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

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

.caption-box-content {
    padding: 1em;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.entry-title {
	padding: 0.6em 0em;
}
/* 動画可変 */
.movie-wrap.w50p{
	width:50%;
	margin: 0 auto;
}
}
