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

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

/* --- h2 見出し：シンプル濃いピンクブラウン --- */
h2 {
  color: #7a4b4b; /* 濃いピンクブラウン */
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0 20px;
  padding: 0; /* 余白なしに */
  border: none; /* 枠線なし */
  background: none; /* 背景なし */
  border-radius: 0;
}

/* --- H2 見出し：背景なし＆ピンク寄りの文字色 --- */
h2 {
  background: none !important;  /* 背景を完全に消す */
  color: #a36d8f !important;    /* もっとピンク寄りのピンクブラウン */
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0 20px;
  padding: 0;
  border: none;
  border-radius: 0;
}




/* ==========================
TablePressのオシャレくすみピンクデザイン
========================== */
.tablepress th {
background-color: #ffb6c1 !important;
color: #ffffff !important;
font-family: 'Rounded Mplus 1c', 'Arial', sans-serif !important;
font-size: 16px !important;
padding: 12px !important;
border: none !important;
}

.tablepress td {
background-color: #fff !important;
color: #333 !important;
font-family: 'Rounded Mplus 1c', 'Arial', sans-serif !important;
font-size: 15px !important;
border: 1px solid #ffd1dc !important;
padding: 12px !important;
}

/* 偶数行のしましま（くすみピンク） */
.tablepress tr:nth-child(even) td {
background-color: #fff5f7 !important;
}

.tablepress img {
  width: 100px !important;
  height: auto;
}

@media screen and (max-width: 600px) {
  .tablepress img {
    display: block !important;
    margin: 0 auto 8px !important;
    width: 80px !important;
    height: auto !important;
  }
}




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

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

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