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

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


/* ===============================
   お休みキャスト：視覚的に弱める
   =============================== */

/* カード全体を弱く */
.new-entry-card.category-off-post {
  opacity: 0.45;
  filter: grayscale(100%);
}

/* タイトルも弱める */
.new-entry-card.category-off-post .new-entry-card-title {
  color: #999;
}

/* ホバーしても強調されないように */
.new-entry-card.category-off-post:hover {
  opacity: 0.55;
}


/* サイドバーの「古いページ」カテゴリを非表示 */
.widget_categories .cat-item-108 {
  display: none;
}


/* ===============================
   サイト全体：投稿日・更新日を非表示
   =============================== */

/* 記事ページ */
.post-date,
.post-update,
.entry-date {
  display: none !important;
}

/* new_list / カード系 */
.new-entry-card-date,
.widget-entry-card-date,
.entry-card-date {
  display: none !important;
}

/* メタ情報全般（念のため） */
.entry-meta,
.post-meta {
  display: none !important;
}

/* スマホでキャッチフレーズは意味重複のため不要 2026/8/30 */
@media screen and (max-width: 767px) {
  .header-container .tagline,
  .site-header .tagline,
  [itemprop="alternativeHeadline"] {
    display: none !important;
  }
}


/* キャストページ一番左のカテゴリーだけ強調 */
.entry-categories a.cat-link:first-child {
  background: #e60023;      /* 強調背景色（赤系） */
  color: #fff;              /* 文字色 */
  font-weight: 700;         /* 太字 */
  border-radius: 4px;
  padding: 4px 8px;
}

/* 地域別の参考情報：在籍・お休み を非表示 */
.cat-item-107,
.cat-item-106 {
  display: none;
}


/* アイコンも白に */
.entry-categories a.cat-link:first-child .cat-icon {
  color: #fff;
}


@media screen and (max-width: 768px) {
  #notice-area {
    padding: 6px 0;
  }
}









/* キャストカード左上の料金タグ */
.new-entry-card {
    position: relative;
}

/* 1200元 */
.new-entry-card.tag-rmb1200-post::before {
    content: "1200元";
}

/* 1300元 */
.new-entry-card.tag-rmb1300-post::before {
    content: "1300元";
}

/* 1400元 */
.new-entry-card.tag-rmb1400-post::before {
    content: "1400元";
}

/* 2000元 */
.new-entry-card.tag-rmb2000-post::before {
    content: "2000元";
}

/* タグ共通デザイン */
.new-entry-card[class*="tag-rmb"]::before {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 10;

    background: rgba(40, 40, 40, 0.82);
    color: #fff;

    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 6px 9px;

    border-radius: 2px;
}


/* 新人カテゴリー */
.new-entry-card.category-new-cast-post::after {
    content: "新人";
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 10;

    background: rgba(200, 60, 80, 0.90);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 6px 9px;
    border-radius: 2px;
}







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

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

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