@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){
  /*必要ならばここにコードを書く*/
}


/* ── SearchBox ───────────────────────────── */
#ais-searchbox{
  max-width: 720px;          /* スクリーンショットと同じ幅感 */
  margin: 40px auto;         /* 上下余白を中央寄せ */
  position: relative;
}
#ais-searchbox .ais-SearchBox-input{
  width: 100%;
  height: 48px;
  padding: 0 48px 0 16px;    /* 右は虫眼鏡分のスペース */
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 16px;
  background: #fff;
}
#ais-searchbox .ais-SearchBox-input::placeholder{
  color: #9aa0a6;            /* Cocoon と同系色 */
}
/* 虫眼鏡アイコンを Cocoon の黒に合わせる */
#ais-searchbox .ais-SearchBox-submit{
  position: absolute;
  right: 16px; top: 50%;
  transform: translateY(-50%);
  color: #666;
}
#ais-searchbox svg{
  width: 20px; height: 20px;
}


/* ── Hits ────────────────────────────────── */
.ais-Hits{
  max-width: 960px;
  margin: 0 auto;
}
.ais-Hits-item{
  padding: 32px 24px;
  margin-bottom: 48px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,.04);
}
.ais-Hits-item h2{
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.4;
}
.ais-Hits-item p{           /* 抜粋 */
  font-size: 15px;
  color: #444;
  margin: 0 0 16px;
}
/* 日付とカテゴリを右揃えで縦配置 */
.hit-meta{
  text-align: right;
  font-size: 13px;
  line-height: 1.4;
  color: #777;
}
/* Cocoon の「山グラフ」など独自 HTML がある場合は任意で */


/* ── 検索フォームを横フル幅に ───────────────── */
.search-box{                /* フォーム全体 */
  display:flex;
  width:100%;               /* 横いっぱい */
}

.search-edit{               /* 入力欄 */
  flex:1 1 auto;            /* 残り幅をすべて占有 */
  min-width:0;              /* Safari 固定幅バグを防ぐ */
}




/* ── ブックマーク推奨 ───────────────── */

#ayu-howto {
  margin-top: 14px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px dashed #e5e7eb;
  background: #fafafa;
  font-size: 13px;
  color: #444;
　width: 100%;
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
  box-sizing: bor
}

#ayu-howto-title {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}

#ayu-howto ol {
  margin: 6px 0 0 1.4em;
  padding: 0;
}

#ayu-howto li {
  margin: 2px 0;
}

