/* static店舗ページ専用UI
 *
 * store-page-new.css / assets/scss/store-page-new.scss は
 * static HTML と Vue で共有する見た目を同一内容で保持する。
 * static HTML にだけ必要な差分はこのファイルへ置く。
 */

.campaign-info {
  border: 2px solid #ff6b6b;
  border-radius: 12px;
  padding: 20px;
  background: linear-gradient(135deg, #fff5f5 0%, #fff 100%);
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.1);
  margin: 20px 0;
}

.store005 .campaign-popup.is-hidden {
  display: none;
}

.course-table-switch {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.course-table-switch__button {
  min-width: 96px;
  padding: 8px 16px;
  border: 1px solid #999;
  background: #fff;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
}

.course-table-switch__button.is-active {
  background: #003d80;
  color: #fff;
}
