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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* 共通フォント設定 */
body {
  font-family: "Helvetica Neue", "Segoe UI", "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #333;
  background-color: #fff;
}

/* アクセントカラー */
a, .btn, .highlight {
  color: #f57c00; /* オレンジ */
}
a:hover, .btn:hover {
  color: #e65100;
}

/* ボタン（標準・カスタムクラス対応） */
.btn, .button {
  background-color: #f57c00;
  color: #fff;
  padding: 0.6em 1.2em;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
}
.btn:hover {
  background-color: #e65100;
}

/* 見出しデザイン：ライン入り */
h2, h3 {
  border-left: 5px solid #f57c00;
  padding-left: 0.6em;
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: bold;
  color: #222;
}

/* アイキャッチ画像：横幅いっぱいで見せる */
.entry-content img:first-of-type {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  margin-bottom: 1em;
}

/* 段落間の余白をやや広く */
.entry-content p {
  margin-bottom: 1.5em;
}

/* サイドバータイトル */
.sidebar h3 {
  border-bottom: 2px solid #f57c00;
  padding-bottom: 0.3em;
  font-size: 1.1em;
}

/* フッターや細かい色味 */
.site-footer {
  background-color: #fafafa;
  color: #888;
}

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

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

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