/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 17 2026 | 12:42:12 */
/* デフォルトタイトル削除 */
.page-id-2258 .page-header{
display:none;
}

/* パンくず削除 */
.page-id-2258 #breadcrumb{
display:none;
}
/* =========================
   ヒーローエリア
========================= */
.page-id-2258 .scp-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 360px;

  background-image: url("https://www.shinagawa-culture.or.jp/curian/paccr4000000042o-img/daihall05.jpg");
  background-size: cover;
  background-position: center;

  display: flex;
  align-items: center;
  overflow: hidden;
}

/* 明るさ補正 */
.page-id-2258 .scp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: brightness(1.2) saturate(1.2);
  z-index: 0;
}

/* カラーレイヤー（遊び心） */
.page-id-2258 .scp-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(0,115,170,0.7),
    rgba(255,120,150,0.5)
  );
  mix-blend-mode: multiply;
  z-index: 1;
}

/* 中身 */
.page-id-2258 .scp-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
  color: #fff;
}

/* タイトル */
.page-id-2258 .scp-hero-title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* サブ */
.page-id-2258 .scp-hero-sub {
  font-size: 16px;
  line-height: 1.8;
  max-width: 600px;
}

/* ★装飾（ふんわり円） */
.page-id-2258 .scp-hero-decoration {
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  filter: blur(40px);
  top: -80px;
  right: -80px;
  z-index: 1;
}

/* スマホ調整 */
@media screen and (max-width: 768px) {

  .page-id-2258 .scp-hero {
    height: 240px;
  }

  .page-id-2258 .scp-hero-title {
    font-size: 22px;
  }

  .page-id-2258 .scp-hero-sub {
    font-size: 14px;
  }

}

/* =========================
   イントロダクション
========================= */
.page-id-2258 .scp-intro-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.page-id-2258 .scp-intro {
  background: #f5f9fc;
  border-left: 4px solid #0073aa;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 8px;
}

.page-id-2258 .scp-intro p {
  margin: 0 0 10px;
  line-height: 1.8;
  font-size: 15px;
}

.page-id-2258 .scp-intro p:last-child {
  margin-bottom: 0;
}

/* =========================
   本体エリア
========================= */
.page-id-2258 #shinagawa-concert-page {
  max-width: 1100px;
  margin: auto;
  padding: 40px 20px;
}

/* タブ */
.page-id-2258 .scp-tabs {
  text-align: center;
  margin-bottom: 30px;
}

.page-id-2258 .scp-tab {
  padding: 10px 20px;
  background: #eee;
  border: none;
  cursor: pointer;
}

.page-id-2258 .scp-tab.active {
  background: #0073aa;
  color: #fff;
}

/* ★タブ切替の肝（これが不足してた） */
.page-id-2258 .scp-content {
  display: none;
}

.page-id-2258 .scp-content.active {
  display: block;
}

/* =========================
   近日イベント
========================= */
.page-id-2258 .scp-featured-card {
  display: flex;
  gap: 20px;
  background: #fff5f5;
  border: 2px solid #ff6b6b;
  border-radius: 12px;
  padding: 20px;
  align-items: flex-start; /* ← centerだとズレる */
}

/* 画像 */
.page-id-2258 .scp-featured-card img {
  width: 220px;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
}

/* ★テキストエリア */
.page-id-2258 .scp-featured-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 日付 */
.page-id-2258 .scp-featured-content .scp-date {
  font-size: 13px;
  color: #0073aa;
  margin-bottom: 5px;
}

/* タイトル */
.page-id-2258 .scp-featured-content h3 {
  font-size: 20px;
  margin: 5px 0;
}

/* 会場 */
.page-id-2258 .scp-featured-content p {
  margin: 0;
  font-size: 14px;
}

/* 出演者 */
.page-id-2258 .scp-featured-content span {
  font-size: 13px;
  color: #666;
}

/* 近日イベントのボタンだけ別デザイン */
.page-id-2258 .scp-featured-card .scp-card-btn {
  background: #fff;
  color: #ff6b6b;
  border: 2px solid #ff6b6b;
}

/* ホバー */
.page-id-2258 .scp-featured-card .scp-card-btn:hover {
  background: #ff6b6b;
  color: #fff;
}

  /* 近日イベントのボタン（スマホ専用） */
@media screen and (max-width: 768px) {

  .page-id-2258 .scp-featured-card .scp-card-btn {
    background: #ffffff;
    color: #0073aa;
    border: none;
    z-index: 5;
    position: relative;
  }

}


/* =========================
   スマホ：近日イベントを強調
========================= */
@media screen and (max-width: 768px) {

  .page-id-2258 .scp-featured-card {
    position: relative;
    padding: 0;
    border: none;
    overflow: hidden;
    border-radius: 12px;
  }

  /* 画像 */
  .page-id-2258 .scp-featured-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
  }

  /* グラデーション */
.page-id-2258 .scp-featured-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 115, 170, 0.85),
    rgba(0, 115, 170, 0.2),
    rgba(255,255,255,0)
  );
  z-index: 1;
}

  /* ▼ここが重要：テキストまとめる */
  .page-id-2258 .scp-featured-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .page-id-2258 .scp-featured-card h3,
  .page-id-2258 .scp-featured-card p,
  .page-id-2258 .scp-featured-card span,
  .page-id-2258 .scp-featured-card .scp-date {
    position: relative;
    z-index: 2;
    color: #fff;
    margin: 0;
  }

  /* テキストエリア */
  .page-id-2258 .scp-featured-card h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .page-id-2258 .scp-featured-card .scp-date {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .page-id-2258 .scp-featured-card p {
    font-size: 13px;
  }

  .page-id-2258 .scp-featured-card span {
    font-size: 12px;
  }

  /* 内側余白 */
  .page-id-2258 .scp-featured-card {
    padding: 15px;
  }

}
.page-id-2258 .scp-featured-card h3,
.page-id-2258 .scp-featured-card p,
.page-id-2258 .scp-featured-card span,
.page-id-2258 .scp-featured-card .scp-date {
  text-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

/* =========================
    一覧 
========================= */
.page-id-2258 .scp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
  gap: 20px;
}

/* カード */
.page-id-2258 .scp-card {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* 画像 */
.page-id-2258 .scp-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

/* フッターエリア */
.page-id-2258 .scp-card-footer {
  margin-top: 12px;
}

/* 説明文 */
.page-id-2258 .scp-card-note {
  font-size: 12px;
  color: #666;
  margin-bottom: 6px;
}

/* リンクボタン */
.page-id-2258 .scp-card-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #0073aa;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

/* ホバー */
.page-id-2258 .scp-card-btn:hover {
  background: #005f8d;
}

/* 少し“押せる感” */
.page-id-2258 .scp-card-btn:active {
  transform: translateY(1px);
}

/* 近日開催（強調） */
.page-id-2258 .scp-card.upcoming {
  border: 2px solid #ff6b6b;
  transform: scale(1.03);
}

/* カードを基準にする */
.page-id-2258 .scp-card {
  position: relative;
  overflow: hidden; /* はみ出し隠す */
}

/* ラベル共通 */
.page-id-2258 .scp-card.upcoming::before,
.page-id-2258 .scp-card.today::before {
  position: absolute;
  top: 12px;
  right: -40px; /* はみ出させる */
  transform: rotate(45deg);
  width: 160px;
  text-align: center;
  font-size: 12px;
  padding: 10px 0;
  color: #fff;
  z-index: 2;
}

/* まもなく */
.page-id-2258 .scp-card.upcoming::before {
  content: "まもなく開催";
  background: #ff6b6b;
}

/* 本日 */
.page-id-2258 .scp-card.today::before {
  content: "本日開催";
  background: #ffa502;
}
/* 過去 */
.page-id-2258 .scp-card.past {
  opacity: 0.5;
}