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

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
.entry-card-title, .related-entry-card-title {
    font-size: 24px;
}
.st-comment-id{
    display: inline-block;
    margin-left: 10px;
}
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.entry-card-title, .related-entry-card-title {
    font-size: 24px;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.entry-card-title, .related-entry-card-title {
    font-size: 20px;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.entry-card-title, .related-entry-card-title {
    font-size: 17px;
	}
    .st-comment-id{
        display: none;
     }
}

/*****************************
* あにつぶサイトデザイン設定
*****************************/
/* 記事一覧の項目背景 */
.a-wrap{
    border-radius: 10px;
	background-color: #f0f0fd;
}

/* 見出しデザイン*/
.wp-block-group__inner-container>h2, h3.widget-sidebar-title, h3.sidebar_widget_title {
	  color: #FFF;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #FF6860;/*背景色*/
  vertical-align: middle;/*上下中央*/
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
  width:95%;
  text-align: left;
}



.wp-block-group__inner-container>h2:before, .widget-sidebar-title:before, h3.sidebar_widget_title:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

/*****************************
*　カレンダーに枠を付ける
*****************************/
#wp-calendar {
    border-collapse: collapse;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #999;
    border-right-color: #999;
    width: 300px;
    margin-left: 20px;
}
#wp-calendar thead tr th {
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #999;
    border-left-color: #999;
}

/*土曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(6){
  background-color: #93B8CA;
}

/*日曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(7){
  background-color: #F58E7E;
}

#wp-calendar td {
    text-align: center;
    padding: 0px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #999;
    border-left-color: #999;

}
#wp-calendar caption {
    font-weight: bold;
    text-align: left;
}


#wp-calendar tbody tr #today {
    background-color: #CCC;
}


/*****************************
*　コメント
*****************************/
cite.comment-author{
	color: green;
}
/* 画面サイズで切り替えること */
/*.st-comment-id{
    display: inline-block;
    margin-left: 10px;
}*/
div.commentnumber{
	float:left;
	margin-right: 10px;
}


/*****************************
*　コメントフォーム
*****************************/
.comment-notes,
.comment-form-url,
.comment-form-email {
  display: none;
}

/* 楽天ウィジェット */
.rakuten-pc {
	text-align: center;
}
.rakuten-sp {
	text-align: center;
}

/*****************************
*RSS
*****************************/
#rss-mobile{
  width: 100%;
  margin-bottom:10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 4px;
  max-height: 250px;
  overflow-y:scroll;
  padding-left:5px;
  padding-right:10px;
}

.rss-mobile-all{
  white-space: nowrap;
  background-color:white;
  overflow:hidden;
}

#rss-pc{
  width: 100%;
  margin-top:10px;
  margin-bottom:10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 4px;
  max-height: 200px;
  overflow-y:scroll;
}

.rss-pc-left{
  width:48%;
  white-space: nowrap;
  background-color:white;
  overflow:hidden;
  float: left;
  padding-left:10px;
}

.rss-pc-right{
  width:48%;
  white-space: nowrap;
  background-color:white;
  overflow:hidden;
  padding-right:10px;
}

.blogroll-link{
  text-decoration: none;
  font-size: 15px;
}

/*****************************
* カテゴリの最新記事
*****************************/
div .category_new ul{
list-style: none;
padding-left:5px;
}

div .category_new ul li{
margin-bottom:5px;
}

.category-new-title{
overflow: hidden;
padding-right:5px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-height:130%;
}

.category-new-image img{
float:left;
width:50px;
margin-right:5px;
}

/*****************************
* カテゴリ一覧
*****************************/
a:has(> .category_name){
  text-decoration: none;
}
p.category_name{
  margin-bottom: 0.5em;
}
.category_ul{
  padding-bottom:100px;
}
/*****************************
* 記事のデザイン設定
*****************************/
/* 701以上横幅がある場合は中央寄せ */
@media screen and (min-width: 700px) {
    .entry-content {
        margin-left: 90px;
        margin-right: 90px;
    }
}

/* 記事タイトルの頭文字を大きく */
.entry-title:first-letter{
  font-size: 2em;
  color: #F58E7E;
}


/* 記事トップ画像 */
/*.post-top-img {
	border:3px double #ff4500;
	border-radius: 20px;
}*/
.post-top-img  {
	box-shadow: 20px 20px 0 #e0e0e0;
	border-radius: 10px;
}


/* 関連動画見出し */
.video_h3 {
    color: #fff;
    padding: .5em;
    display: inline-block;
    line-height: 1.3;
    background: #ff6860;
    vertical-align: middle;
    border-radius: 25px 0 0 25px;
    width: 95%;
    font-weight: bold;
    font-size: 20px;
}
/* 関連動画の見出し(古い記事) */
.menuLineDoubleLightW {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:5px 0;
	border-color:#bc021c;
	border-style:solid;
	background:#fff;
	color:#890106;
	line-height:140%;
	font-weight:bold;
	text-align:center;
    font-size: 18px;
}

/* WP ULike プラグイン用　（コメントいいね） */
.wpulike { 
	float: right;
}

/* 記事のアイキャッチとカテゴリを非表示 */
.eye-catch img {
    display: none;
}
.eye-catch .cat-label {
    display: none;
}


/* サムネの左側を丸く */
.card-thumb img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.cat-label {
	position: static;
	display: inline-block;
}
/*****************************
* あにつぶTwitter表示設定
*****************************/

.tw1 {
	max-width: 530px;
	line-height: 1.2;
	margin: 0 0 0 0;
	border-bottom:1px solid #ccd6dd;
	padding:10px 10px 5px 10px;
}

.tw3{
height:36px !important;
margin: 0 8px 8px 0;
}

.tw5{
font-size: 14px;
color: rgb(105, 120, 130);
float:left;
margin-right:5px;
margin-left:5px;
}

.tw6{
text-align: right;
font-size: 14px;
margin: 0px 0px 0px 10px;
text-decoration: none !important;
color: rgb(184, 184, 184) !important;
display: block;
}
.tw_text{
font-size:18px;
color:#222;
}
.tw_image{
width:100%;
border:none;
}
.tw_image2{
width:100%;
border:none;
}

.tw4{
word-break: break-all;
color: #14171a;
font-size: 14px;
font-weight: bold;
display:block;
}

.tw_cast div .tw_text{
color:red;
}
.tw_staff div .tw_text{
color:teal;
}
.tw_singer div .tw_text{
color:orange;
}
.tw_star div .tw_text{
color:blue;
}
.tw_offi div .tw_text{
color:green;
}
.tw_creator div .tw_text{
color: fuchsia;
}

/* 引用のリンク */
.quote_link{
	color:gray;
	text-align:right;
	font-size:10px;
	max-width: 530px;
	text-decoration: none;
}