@charset "UTF-8";

/* 特集別カラー指定（一括変更） */
.seasonal-guide {
  --color-primary: #f99911;
}

/* 回遊パーツの高さを揃える */
.scm-content-card-guide-title.scm-content-card-guide-title-static {
    align-items: center;
    height: 84px;
}