/*
 Theme Name: chibi (Twenty Twenty-Four)
 Theme URI: https://romikaru.tank.jp/
 Description: 子テーマ
 Author: Romikaru
 Author URI: https://romikaru.tank.jp/
 Template: twentytwentyfour
 Version: 1.0.0
 Text Domain: twentytwentyfour-child
*/

/* ここに少しだけ即効性のCSSを置いておくと便利 */
.wp-site-blocks {
  /* 全体の最大幅をほんの少し広げる例 */
  max-width: 1200px;
  margin-inline: auto;
}

/* カード */
.romi-card{
  border:1px solid #e8ecea; border-radius:14px; padding:16px;
  background:#fff; box-shadow:0 4px 16px rgba(0,0,0,.04);
}
.romi-card.is-featured{ outline:2px solid var(--wp--preset--color--romi-accent); }

/* スティッキー予約バー（SP固定） */
.romi-stickybar{
  position:sticky; bottom:0; z-index:50; background:#fefefe;
  border-top:1px solid #ececec; padding:8px 12px;
}
@media (max-width: 782px){
  .romi-stickybar{ position:fixed; left:0; right:0; bottom:0; }
  body{ padding-bottom:74px; }
}
