@charset "UTF-8";

/* ---------------------------------------------------------------------------
   single-top.css
   出所: 旧 WPCode スニペット407「シングルページの上部」[jaycee_post_single] の $css。
   内容は変更していない。
   --------------------------------------------------------------------------- */

/* ===== Jaycee Single ===== */
.jaycee-single{width:100% !important;}
.jaycee-single p{margin:0 !important;margin-block:0 !important;padding:0 !important;}
.jaycee-single p:empty{display:none !important;}
.jaycee-single br{display:none !important;}

/* wrapper */
.jaycee-single-card{
  background:#fff !important;
  border-radius:14px !important;
  overflow:hidden !important;
  box-shadow:0 2px 14px rgba(0,0,0,.06) !important;
}

.jaycee-single-inner{
  padding:26px !important;
}

/* title */
.jaycee-single-title{
  margin:0 !important;
  font-size:22px !important;
  font-weight:800 !important;
  line-height:1.25 !important;
  color:#111 !important;
}

/* meta row (日付とカテゴリ) */
.jaycee-single-meta{
  margin-top:10px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
}
.jaycee-single-date{
  font-size:12px !important;
  color:#777 !important;
  line-height:1 !important;
  white-space:nowrap !important;
}

/* category badge */
.jaycee-single-badge{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:6px 12px !important;
  border-radius:10px !important;
  background:#fff !important;
  border:2px solid currentColor !important;
  font-size:11px !important;
  font-weight:700 !important;
  line-height:1 !important;
  color:inherit !important;
  white-space:nowrap !important;
}
.jaycee-single.is-news  .jaycee-single-badge{ color:#888888 !important; }
.jaycee-single.is-annai .jaycee-single-badge{ color:#0097D7 !important; }
.jaycee-single.is-hokoku .jaycee-single-badge{ color:#EDBE38 !important; }

/* image area */
.jaycee-single-figure{
  margin:16px 0 0 0 !important;
  width:100% !important;
  background:#f2f2f2 !important;
}
.jaycee-single-figure img{
  width:100% !important;
  height:auto !important;
  display:block !important;
}

/* event box */
.jaycee-single-event{
  margin-top:16px !important;
  border:1px solid #d9d9d9 !important;
  border-radius:6px !important;
  overflow:hidden !important;
  background:#fff !important;
}
.jaycee-single-event-label{
  background:#efefef !important;
  color:#333 !important;
  font-size:12px !important;
  text-align:center !important;
  padding:10px 10px !important;
  font-weight:700 !important;
}
.jaycee-single-event-value{
  background:#fff !important;
  color:#111 !important;
  font-size:12px !important;
  text-align:center !important;
  padding:10px 10px !important;
  font-weight:600 !important;
}

/* text area */
.jaycee-single-body{
  margin-top:16px !important;
  color:#333 !important;
  font-size:13px !important;
  line-height:1.8 !important;
  word-break:break-word !important;
}
.jaycee-single-body *{max-width:100% !important;}
.jaycee-single-body br{display:block !important;} /* 本文内改行だけは許可 */

/* button */
.jaycee-single-btn{
  margin-top:18px !important;
  display:flex !important;
  justify-content:center !important;
}
.jaycee-single-btn a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:260px !important;
  padding:14px 18px !important;
  border-radius:999px !important;
  background:#7CC7E6 !important;
  color:#fff !important;
  text-decoration:none !important;
  font-size:13px !important;
  font-weight:800 !important;
  line-height:1 !important;
}
.jaycee-single-btn a:hover{filter:brightness(0.98) !important;}

/* SP余白調整 (レイアウトはPCと共通) */
@media (max-width:767px){
  .jaycee-single-inner{
    padding:18px 16px !important;
  }
  .jaycee-single-title{
    font-size:20px !important;
  }
}
