@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.8
*/

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

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

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/* 特定の投稿IDでタイトル非表示 .post-<ID>(例:post=77)*/
.page-id-2478 .entry-title {
    display: none;
}
.post-2478 .entry-title {
    display: none;
}
.post-5646 .entry-title {
    display: none;
}
.post-5755 .entry-title {
    display: none;
}
.post-5727 .entry-title {
    display: none;
}

/*特定固定ページのシェアボタン非表示*/
.page-id-4577 .sns-share {
    display: none;
}
.page-id-25 .sns-share {
    display: none;
}
.page-id-14 .sns-share {
    display: none;
}
.page-id-5950 .sns-share {
    display: none;
}
/*カテゴリページのアイコン非表示*/
.archive-title :before {
  display: none;
}
/*アイキャッチ左上ラベル非表示
.cat-label {
display: none;
}*/
/* 特定の投稿IDでタイトル非表示 .post-<ID>(例:post=77)*/

.page-id-9649 .entry-title {
    display: none;
}
.page-id-7380 .entry-title {
    display: none;
}
.page-id-10397 .entry-title {
    display: none;
}
.page-id-11349 .entry-title {
    display: none;
}
.page-id-13966 .entry-title {
    display: none;
}
.page-id-13987 .entry-title {
    display: none;
}
.page-id-10236 .entry-title {
    display: none;
}
.page-id-2478 .entry-title {
    display: none;
}
.page-id-4577 .entry-title {
    display: none;
}
.post-2478 .entry-title {
    display: none;
}
.post-5646 .entry-title {
    display: none;
}
.post-5755 .entry-title {
    display: none;
}
.post-5727 .entry-title {
    display: none;
}
.post-7112 .entry-title {
    display: none;
}
.post-7192 .entry-title {
    display: none;
}
.post-7219 .entry-title {
    display: none;
}
.post-8305 .entry-title {
    display: none;
}

/*固定ページの日付非表示*/
.date-tags {
  display: none;
}
/*リンクの下線を消す*/
a {
  text-decoration:none;
}
/*エントリーカードタイトル文字大きさ調節*/
.entry-card-title {
 font-size: 20px;
} 
/* 「新着記事」を非表示にするCSS */
div#list-wrap .list-new-entries {
  display: none;
}
/* 新着・関連・人気ウィジェット日付表示 
.widget-entry-card-date {
  display: block;
}*/
/*固定フロントページのタイトルを非表示*/

.home.page .entry-title{
display: none;
}
/*モバイルフロント固定ページのタイトルを非表示*/

@media screen and (max-width:480px){
.home.page .entry-title{
display: none;}
}
/*固定フロントページの投稿日を非表示

.home.page .post-date{
display: none;
}
固定フロントページの更新日を非表示

.home.page .post-update{
display: none;
}
固定フロントページの投稿者名を非表示*/

.home.page .author-info{
display: none;
}

/*サイドバー・フッターにおける特定のカテゴリー非表示 */
.cat-item.cat-item.cat-item-461,.cat-item.cat-item-447,.cat-item.cat-item-531,.cat-item.cat-item-525,.cat-item.cat-item-526,.cat-item.cat-item-527,.cat-item.cat-item-522{display:none;}

