@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){
  /*必要ならばここにコードを書く*/
}
/* ── タイトル見出し ── */
.entry-content h2 {
    background: linear-gradient(to right, #fbd3e9, #bb377d);
    color: white;
    padding: 0.6em 1em;
    border-radius: 12px;
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 1em;
}

/* ── 埋め込み動画調整 ── */
.entry-content iframe {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    margin: 1em 0;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* ── 広告バナー装飾 ── */
.shiro-ad {
    text-align: center;
    margin: 2em 0;
}
.shiro-ad img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* ── ブログパーツ装飾 ── */
.shiro-parts {
    background: #fff0f5;
    border: 2px dashed #ffaad4;
    padding: 1em;
    margin-top: 2em;
    border-radius: 12px;
    text-align: center;
}
.shiro-parts p {
    font-weight: bold;
    margin-bottom: 0.5em;
}
.shiro-parts ul {
    list-style: none;
    padding: 0;
}
.shiro-parts ul li {
    margin: 0.3em 0;
}
