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

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

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

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

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

/* ==========================================
   Cocoon Child */

/* ボタンのカスタマイズ */
.btn {
  background-color: #FF6B35 !important;
  border-radius: 6px !important;
  font-size: 16px !important;
  padding: 14px 24px !important;
  font-weight: bold !important;
}

/* アフィリボタン専用スタイル */
.affi-btn {
  display: block;
  text-align: center;
  background-color: #FF6B35;
  color: #fff !important;
  border-radius: 6px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: bold;
  margin: 24px auto;
  max-width: 480px;
  text-decoration: none !important;
}

.affi-btn:hover {
  background-color: #e55a25;
  opacity: 0.9;
}

/* モバイル時の文字サイズ調整 */
@media (max-width: 768px) {
  body { font-size: 15px !important; }
  .affi-btn { font-size: 15px; padding: 14px 16px; }
  #sidebar { display: none !important; }
}

/* 目次のカスタマイズ */
#toc_container {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 16px 20px;
  margin: 24px 0;
}
