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

/************************************
** 子テーマ用のスタイルを書く
************************************/

/* ========== 街レンズ：ガイド一覧（/guide/）カードUI ========== */
.ml-guide-wrap{margin-top:18px}
.ml-guide-lead{color:#374151;line-height:1.8;margin:0 0 18px 0;font-size:0.98rem}
.ml-guide-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}
.ml-guide-card{
  display:block;
  background:#ffffff;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:16px 16px 14px 16px;
  text-decoration:none !important;
  box-shadow:0 2px 6px rgba(0,0,0,0.03);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.ml-guide-card:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 18px rgba(0,0,0,0.08);
  border-color:#cbd5e1;
}
.ml-guide-tag{
  display:inline-block;
  font-size:0.78rem;
  font-weight:700;
  padding:4px 10px;
  border-radius:999px;
  background:#eff6ff;
  color:#1e3a8a;
  margin-bottom:10px;
}
.ml-guide-title{margin:0 0 8px 0;font-size:1.02rem;color:#111827;line-height:1.5;font-weight:800}
.ml-guide-desc{margin:0;color:#4b5563;font-size:0.9rem;line-height:1.65}
.ml-guide-cta{
  margin-top:18px;
  padding:14px 14px;
  border-radius:14px;
  background:#f8fafc;
  border:1px dashed #cbd5e1;
}
.ml-guide-cta-title{font-weight:900;color:#0f172a;margin:0 0 6px 0}
.ml-guide-cta a{font-weight:800}
@media (max-width:600px){
  .ml-guide-grid{grid-template-columns:repeat(1,minmax(0,1fr))}
}
 
/* ========== 街レンズ：ガイド子ページ末尾の戻りリンク ========== */
.ml-guide-back{margin-top:28px;padding:14px 16px;border:1px solid #e5e7eb;border-radius:10px;background:#fafafa}
.ml-guide-back a{font-weight:800}
.ml-guide-back .sub{display:block;margin-top:6px;color:#4b5563;font-size:.92rem}

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

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

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