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

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

/*ひとりごと*/
.umekomi-frame {
	margin:15px;
}

/*投稿日下のスペース*/
.date-tags {
	margin-bottom: 50px !important;
}

/*広告ラベル*/
.ad-label {
	font-size: 14px;
}

/*広告スペースマージン*/
/*固定ページ下部*/
#common_ad-5 {
	margin-top: 30px !important;
	margin-bottom: 60px !important;
	min-height: 305px !important;
	height: auto !important;
}

/*投稿ページ上部*/
#common_ad-6 {
	min-height: 305px !important;
	height: auto !important;
}

/*投稿ページ下部*/
#common_ad-7 {
	margin-top: 50px !important;
	margin-bottom: 60px !important;
	min-height: 305px !important;
	height: auto !important;
}

/*インデックス中PC*/
#pc_ad-3 {
	margin-bottom: -50px !important;
	min-height: 250px !important;
	height: auto !important;
}

/*インデックス中モバイル*/
#mobile_ad-2 {
	margin-top: 0px !important;
	margin-bottom: -30px !important;
}

/*インデックス下部*/
#common_ad-3 {
	margin-top: -10px !important;
	margin-bottom: 90px !important;
	min-height: 305px !important;
	height: auto !important;
}

/*縦長広告*/
#pc_ad-2 {
	margin-top: 30px;
	margin-bottom: 60px;
	min-height: 625px !important;
	height: auto !important;
}

/*スクウェア広告*/
#common_ad-2 {
	margin-top: 30px;
	margin-bottom: 60px;
	min-height: 305px !important;
	height: auto !important;
}

/*rinker*/
.yyi-rinker-contents {
  margin-bottom: 60px !important;
}

/* 吹き出し1 */
.wp-block-cocoon-blocks-balloon-ex-box-1 {
	font-size: 0.9em !important;
	margin-top: 3em !important;
	margin-bottom: 2.4em !important;
}

.wp-block-cocoon-blocks-blogcard {
	margin-top: 4em;
	margin-bottom : 4em !important; 
}

/*いいねボタン*/
.ifw_wrap {
margin-top: 80px !important;
margin-bottom: 80px !important;
}

/*キャッチフレーズのフォント変更-文字黒*/
.tagline{
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 0.1em; /* 字間を広く */
	margin-top: 10px;
	margin-bottom: -30px;
}

/*サイトロゴのフォント変更-文字黒*/
.logo-header a span {
	font-weight: bold;
	font-family: serif;
	font-size: 3.5em;
	letter-spacing: 0.1em; /* 字間を広く */
}

/* 翻訳 */
#custom_html-8 {
	height: 50px !important;
}

/* 名前 */
.author-box .author-name {
	font-size: 1.5em;
	margin-bottom: 2em;
}
.author-box .author-content .author-name a{
	color: #336699; /* リンク色にしない */
	text-decoration: none; /* 下線をなくす */
	letter-spacing: 0.1em; /* 字間を広く */
}

/* プロフィール文 */
.author-description p{
	font-size: 0.9em;
	line-height: 1.7em;
}

/*新着記事（サイドバー）*/
.new-entry-card-title {
	font-size: 0.9em;
	line-height: 1.8;
}

/*人気記事（サイドバー）*/
	.popular-entry-card-title {
	font-size: 0.9em;
	line-height: 1.8;
}

/*カテゴリー（サイドバー）*/
.widget-sidebar ul li a {
	font-size: 0.9em; /* 文字サイズ */
	line-height: 1.8; /* 行間 */
}

/*コメント欄（サイドバー）*/
.wp-block-latest-comments {
	font-size: 0.9em; /* 文字サイズ */
	line-height: 1.3; /* 行間 */
}

/* 見出しのデザイン設定 */
.article h2 {
	margin-top: 4.5em;
	letter-spacing: 0.1em; /* 字間を広く */
}

h3.wp-block-heading {
	margin-top: 3.5em !important;
	letter-spacing: 0.1em; /* 字間を広く */
}

/* インデックスリストタイトル */
.entry-card-title {
	line-height: 1.5;
	margin-bottom: 0.5em;
}

/* インデックスリストスニペット */
.entry-card-snippet {
	line-height: 1.6;
}

/* アイキャッチ画像の非表示 */
.eye-catch-wrap {
display: none;
}

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

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

/*キャッチフレーズのフォント変更*/
.tagline{
	font-size: 0.9em;
}

/*サイトロゴのフォント変更*/
.logo-header a span {
	font-size: 1.8em !important;
}

}

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