メニューを切り替える
個人設定メニューを切り替える
個人メニューを切り替える
ログインしていません
編集を行うと、IPアドレスが公開されます。

「メインページ」の版間の差分

提供: 川西図鑑
編集の要約なし
編集の要約なし
タグ: 差し戻し済み
166行目: 166行目:
</div>
</div>
<style>
<style>
/* ========================================
  全体設定
======================================== */
.kawanishi-top {
.kawanishi-top {
   max-width: 1100px;
   max-width: 1100px;
   margin: calc(-1 * (var(--space-md) + var(--space-xl))) auto 0;
   margin: calc(-1 * (var(--space-md) + var(--space-xl))) auto 0;
   padding: 0px 16px 24px;
   padding: 0px 16px 40px;
   font-family: inherit;
   font-family: inherit;
}
/* ---------- Hero ---------- */
/* =========================
  Hero 背景切り替え
  ========================= */
/* デフォルト(ライト想定) */
.kawanishi-top {
   --hero-bg-image: url('/images/thumb/1/1b/2704135_l.jpg/2560px-2704135_l.jpg');
   --hero-bg-image: url('/images/thumb/1/1b/2704135_l.jpg/2560px-2704135_l.jpg');
}
}


/* 強制ダークモード */
/* ========================================
.skin-theme-clientpref-night .kawanishi-top {
  Hero セクション
   --hero-bg-image: url('/images/8/8a/3704109_m.jpg');
======================================== */
.hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
   min-height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  padding: 80px 20px 70px;
}
}


/* 実際に背景画像を適用する要素 */
.hero-bg {
.kawanishi-top .hero-bg {
  background-image: var(--hero-bg-image);
   position: absolute;
   position: absolute;
   inset: 0;
   inset: 0;
  background-image: var(--hero-bg-image);
   background-size: cover;
   background-size: cover;
   background-position: center;
   background-position: center;
199行目: 203行目:
}
}


.hero {
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.5)
  );
}
 
.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
   text-align: center;
   text-align: center;
  padding: 72px 16px 64px;
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
}


223行目: 231行目:
     sans-serif;
     sans-serif;
   font-weight: 700;
   font-weight: 700;
  font-size: clamp(36px, 8vw, 64px);
   letter-spacing: 0.12em;
   letter-spacing: 0.12em;
   font-size: 56px;
   margin-bottom: 32px;
   margin-bottom: 50px;
   text-shadow: 0 4px 12px rgba(0,0,0,0.5);
}
}


/* 文字レイヤー */
.hero-text-bg {
.kawanishi-top .hero-inner {
   display: inline-block;
   position: relative;
  background: rgba(0, 0, 0, 0.45);
   z-index: 1;
   backdrop-filter: blur(8px);
   max-width: 960px;
   color: #fff;
   padding: 48px 24px;
   padding: 12px 24px;
   margin: 0 auto;
   border-radius: 12px;
   text-align: center;
   margin-bottom: 16px;
}
   line-height: 1.6;
 
.hero .catch,
.hero .lead {
   text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}
}


.hero .catch {
.hero .catch {
   font-size: clamp(16px, 4vw, 22px);
   font-size: clamp(16px, 3.5vw, 22px);
   font-weight: 600;
   font-weight: 600;
  margin-bottom: 8px;
}
}


.hero .lead {
.hero .lead {
   font-size: clamp(10px, 3.5vw, 18px);
   font-size: clamp(13px, 2.8vw, 16px);
   color: #f9fafb;
   color: #f9fafb;
  margin-bottom: 28px;
   line-height: 1.8;
   line-height: 1.8;
  opacity: 0.95;
   margin-bottom: 40px;
}
 
/* 読みにくいテキストだけ守る */
.hero-text-bg {
  background: rgba(0, 0, 0, 0.38);
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
   margin-bottom: 12px;
  line-height: 1.6;
  line-height: 1.6;
  white-space: nowrap;
}
 
.hero-text-bg br {
  content: "";
}
}


.hero-actions {
.hero-actions {
   display: flex;
   display: flex;
   gap: 12px;
   gap: 16px;
   justify-content: center;
   justify-content: center;
   flex-wrap: wrap;
   flex-wrap: wrap;
}
}


.kz-with-icon .kz-icon {
/* ========================================
  font-size: 1.2em;
  ボタン
  line-height: 1;
======================================== */
  transform: translateY(-1px);
}
 
 
/* ---------- Buttons ---------- */
.kz-btn {
.kz-btn {
   display: inline-flex;
   display: inline-flex;
   align-items: center;
   align-items: center;
   gap: 12px;
  justify-content: center;
   padding: 14px 22px;
   gap: 10px;
   padding: 16px 28px;
   border-radius: 12px;
   border-radius: 12px;
   font-weight: 700;
   font-weight: 600;
  font-size: 15px;
   text-decoration: none;
   text-decoration: none;
   line-height: 1;
   line-height: 1;
   position: relative;
   transition: all 0.2s ease;
  cursor: pointer;
}
}


.kz-btn.primary {
.kz-btn.primary {
   background: linear-gradient(
   background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    to bottom,
    #4f46e5,
    #4338ca
  );
   color: #fff;
   color: #fff;
 
   border: none;
   border: 1px solid rgba(0,0,0,0.2);
   box-shadow: 0 4px 14px rgba(245, 158, 11, 0.4);
 
   box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.25),
    0 3px 0 #312e81,
    0 10px 24px rgba(49,46,129,0.45);
}
}


.kz-btn.primary:hover {
.kz-btn.primary:hover {
   background: #1d4ed8;
   transform: translateY(-2px);
}
   box-shadow: 0 6px 20px rgba(245, 158, 11, 0.5);
 
.kz-primary::after {
  content: "";
  position: absolute;
  inset: 2px;
   border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.25);
  pointer-events: none;
}
}


.kz-btn.secondary {
.kz-btn.secondary {
   background: linear-gradient(
   background: rgba(255, 255, 255, 0.95);
    to bottom,
   color: #374151;
    #f8fafc,
   border: 1px solid rgba(255, 255, 255, 0.2);
    #e5e7eb
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  );
   color: #1f2937;
   border: 1px solid #d1d5db;
  border-radius: 12px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.9),
    0 2px 0 #cbd5e1,
    0 6px 14px rgba(0,0,0,0.15);
}
}


.kz-btn.secondary:hover {
.kz-btn.secondary:hover {
   background: linear-gradient(
   background: #fff;
    to bottom,
   transform: translateY(-2px);
    #ffffff,
    #e5e7eb
   );
}
}


.kz-btn.ghost {
.kz-btn.ghost {
   background: rgba(255,255,255,0.6);
   background: rgba(255, 255, 255, 0.15);
   color: #374151;
  backdrop-filter: blur(10px);
   color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}


  border: 1px solid #9ca3af;
.kz-btn.ghost:hover {
   border-radius: 12px;
   background: rgba(255, 255, 255, 0.25);
}


   box-shadow:
.kz-with-icon .kz-icon {
    inset 0 1px 0 rgba(255,255,255,0.8),
   font-size: 1.3em;
    0 1px 0 rgba(0,0,0,0.08);
}
}


/* ---------- Sections ---------- */
/* ========================================
  セクション
======================================== */
.kz-section {
.kz-section {
   padding: 25px 0;
   padding: 50px 0;
}
}


div.kz-section {
div.kz-section {
  margin-top: 30px;
}
.kz-section.alt,div.kz-section {
   background: #f9fafb;
   background: #f9fafb;
   padding-left: 16px;
   padding: 50px 20px;
   padding-right: 16px;
  border-radius: 16px;
   margin-top: 40px;
}
}


.kz-section h2
.kz-section h2 {
{
   font-size: 28px;
   font-size: 24px;
  font-weight: 700;
   margin-bottom: 8px;
   margin-bottom: 12px;
   margin-top: 8px;
   color: #111827;
}
}


.section-lead {
.section-lead,
.kz-section-lead {
   color: #6b7280;
   color: #6b7280;
   margin-bottom: 24px;
  font-size: 15px;
   margin-bottom: 32px;
  line-height: 1.7;
}
}


/* ---------- Cards ---------- */
/* ========================================
  カードグリッド
======================================== */
.card-grid {
.card-grid {
   display: grid;
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
   grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
   gap: 16px;
   gap: 20px;
}
}


.card {
.card {
   padding: 20px;
   background: #fff;
   border-radius: 12px;
   border-radius: 16px;
   border: 1px solid #e5e7eb;
   border: 1px solid #e5e7eb;
   background: #fff;
   padding: 24px;
   text-decoration: none;
   transition: all 0.3s ease;
   color: inherit;
   display: flex;
   transition: transform 0.15s ease, box-shadow 0.15s ease;
   flex-direction: column;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
}


.card:hover {
.card:hover:not(.disabled) {
   transform: translateY(-2px);
   transform: translateY(-4px);
   box-shadow: 0 6px 18px rgba(0,0,0,0.08);
   box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  border-color: #f59e0b;
}
}


.card .icon {
.card .icon {
   font-size: 28px;
   font-size: 42px;
  margin-bottom: 16px;
}
}


.card .title {
.card .title {
   display: block;
   font-size: 18px;
   font-weight: 600;
   font-weight: 600;
   margin-top: 8px;
  color: #111827;
   margin-bottom: 8px;
}
}


.card .desc {
.card .desc {
   font-size: 13px;
   font-size: 14px;
   color: #6b7280;
   color: #6b7280;
  margin-top: 4px;
}
}


.card-main {
.card-main {
   display: block;
   display: flex;
   padding: 16px;
  flex-direction: column;
   padding: 20px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 16px;
   text-decoration: none;
   text-decoration: none;
   color: inherit;
   color: inherit;
   border-bottom: 1px solid var(--border-color);
   border-radius: 12px;
   margin-bottom: 8px;
   transition: background 0.2s;
}
}


.card-main:hover {
.card-main:hover {
   background-color: rgba(0, 0, 0, 0.03);
   background: #f9fafb;
}
 
.card-box {
  display: block;
  border: 1px solid currentColor;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 12px;
  text-decoration: none;
  color: inherit;
  background: transparent;
}
}


456行目: 415行目:
   display: grid;
   display: grid;
   grid-template-columns: 1fr 1fr;
   grid-template-columns: 1fr 1fr;
   gap: 8px;
   gap: 10px;
}
}


.card-links a {
.card-box {
   padding: 12px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
   padding: 14px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
   text-align: center;
   text-align: center;
   font-size: 14px;
   font-size: 13px;
  font-weight: 500;
   text-decoration: none;
   text-decoration: none;
   color: inherit;
   color: #374151;
  background: #fff;
  transition: all 0.2s;
}
 
.card-box:hover {
  background: #f9fafb;
  border-color: #f59e0b;
  color: #f59e0b;
}
}


.card-links a:hover {
.card.disabled {
   background-color: rgba(0, 0, 0, 0.03);
   opacity: 0.5;
  pointer-events: none;
}
}


478行目: 452行目:
}
}


.card.disabled {
/* ========================================
   opacity: 0.45;
  記事セクション(準備中)
   pointer-events: none;
======================================== */
.kz-section.alt {
   position: relative;
  background: #f9fafb;
  padding: 50px 20px;
   border-radius: 16px;
  overflow: hidden;
}
}


/* ---------- Article ---------- */
.article-list {
.article-list {
   display: grid;
   display: grid;
   gap: 8px;
   gap: 12px;
   margin-bottom: 16px;
   margin-bottom: 24px;
}
}


.article-item {
.article-item {
  padding: 12px 14px;
   background: #fff;
   background: #fff;
   border-radius: 8px;
  padding: 16px 20px;
   border-radius: 12px;
   border: 1px solid #e5e7eb;
   border: 1px solid #e5e7eb;
  font-size: 15px;
  transition: all 0.2s;
}
}


.text-link {
.article-item:hover {
   font-weight: 600;
   border-color: #f59e0b;
   text-decoration: none;
   box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
}


.center-actions {
.center-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
   margin-top: 32px;
   margin-top: 32px;
}
/* ========================================
  CTA
======================================== */
.cta {
   text-align: center;
   text-align: center;
  margin: 24px 0;
}
}


/* ----- CTA -----*/
.cta a {
.cta a {
   display: inline-block;
   display: inline-block;
   padding: 12px 20px;
   padding: 14px 28px;
   border-radius: 6px;
   border-radius: 10px;
   font-weight: 600;
   font-weight: 600;
   text-decoration: none;
   text-decoration: none;
   background: #2563eb;
   background: #f59e0b;
   color: #fff;
   color: #fff;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.3);
}
}


/* hover */
.cta a:hover {
.cta a:hover {
   background: #1d4ed8;
   background: #d97706;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
}
}


/* visitedで色が変わらないように */
.cta a:visited {
.cta a:visited {
   color: #fff;
   color: #fff;
}
}
/* ---------- Footer ---------- */
 
/* ========================================
  フッターメッセージ
======================================== */
.footer-note {
.footer-note {
   text-align: center;
   text-align: center;
   padding: 48px 0 16px;
   padding: 60px 20px 20px;
   color: #6b7280;
   color: #6b7280;
   font-size: 13px;
   font-size: 14px;
  line-height: 1.8;
}
 
/* ========================================
  ダークモード
======================================== */
.skin-theme-clientpref-night .kawanishi-top {
  --hero-bg-image: url('/images/8/8a/3704109_m.jpg');
}
 
.skin-theme-clientpref-night div.kz-section,
.skin-theme-clientpref-night .kz-section.alt {
  background: #1e1e1e;
}
 
.skin-theme-clientpref-night .kz-section h2 {
  color: #f9fafb;
}
}


/* ---------- Dark Mode ---------- */
.skin-theme-clientpref-night .section-lead,
.skin-theme-clientpref-night .section-lead,
.skin-theme-clientpref-night .kz-section-lead,
.skin-theme-clientpref-night .footer-note {
.skin-theme-clientpref-night .footer-note {
   color: #9ca3af;
   color: #9ca3af;
}
}


.skin-theme-clientpref-night .card,
.skin-theme-clientpref-night .article-item,
.skin-theme-clientpref-night .card-box {
.skin-theme-clientpref-night .card-box {
    border-color: rgba(255, 255, 255, 0.25);
  background: #2a2a2a;
   }
  border-color: #3a3a3a;
  color: #e5e7eb;
}
 
.skin-theme-clientpref-night .card .title {
  color: #f9fafb;
}
 
.skin-theme-clientpref-night .card .desc {
   color: #9ca3af;
}


.skin-theme-clientpref-night .kz-section.alt
.skin-theme-clientpref-night .card-main {
,.skin-theme-clientpref-night div.kz-section {
   border-color: #3a3a3a;
   background: #1f2937;
}
}


.skin-theme-clientpref-night .card,
.skin-theme-clientpref-night .card-main:hover,
.skin-theme-clientpref-night .article-item {
.skin-theme-clientpref-night .card-box:hover {
   background: #111827;
   background: #374151;
  border-color: #374151;
}
}


.skin-theme-clientpref-night .kz-btn.secondary {
.skin-theme-clientpref-night .kz-btn.secondary {
  background: #2a2a2a;
  color: #f9fafb;
  border-color: #3a3a3a;
}
.skin-theme-clientpref-night .kz-btn.secondary:hover {
   background: #374151;
   background: #374151;
  color: #f9fafb;
}
}


/* OS自動モード(ダークOS時) */
/* ========================================
  ダークモード(自動)
======================================== */
@media (prefers-color-scheme: dark) {
@media (prefers-color-scheme: dark) {
   .skin-theme-clientpref-os .kawanishi-top {
   .skin-theme-clientpref-os .kawanishi-top {
     --hero-bg-image: url('/images/8/8a/3704109_m.jpg');
     --hero-bg-image: url('/images/8/8a/3704109_m.jpg');
   }
   }
 
 
   .skin-theme-clientpref-os .card-box {
   .skin-theme-clientpref-os div.kz-section,
     border-color: rgba(255, 255, 255, 0.25);
  .skin-theme-clientpref-os .kz-section.alt {
     background: #1e1e1e;
  }
 
  .skin-theme-clientpref-os .kz-section h2 {
    color: #f9fafb;
   }
   }
 
 
 
   .skin-theme-clientpref-os .section-lead,
   .skin-theme-clientpref-os .section-lead,
  .skin-theme-clientpref-os .kz-section-lead,
   .skin-theme-clientpref-os .footer-note {
   .skin-theme-clientpref-os .footer-note {
     color: #9ca3af;
     color: #9ca3af;
   }
   }
 
 
   .skin-theme-clientpref-os .kz-section.alt
   .skin-theme-clientpref-os .card,
   ,.skin-theme-clientpref-os div.kz-section {
  .skin-theme-clientpref-os .article-item,
     background: #1f2937;
   .skin-theme-clientpref-os .card-box {
     background: #2a2a2a;
    border-color: #3a3a3a;
    color: #e5e7eb;
  }
 
  .skin-theme-clientpref-os .card .title {
    color: #f9fafb;
  }
 
  .skin-theme-clientpref-os .card .desc {
    color: #9ca3af;
  }
 
  .skin-theme-clientpref-os .card-main {
    border-color: #3a3a3a;
   }
   }
 
 
   .skin-theme-clientpref-os .card,
   .skin-theme-clientpref-os .card-main:hover,
   .skin-theme-clientpref-os .article-item {
   .skin-theme-clientpref-os .card-box:hover {
     background: #111827;
     background: #374151;
    border-color: #374151;
   }
   }
 
 
   .skin-theme-clientpref-os .kz-btn.secondary {
   .skin-theme-clientpref-os .kz-btn.secondary {
    background: #2a2a2a;
    color: #f9fafb;
    border-color: #3a3a3a;
  }
 
  .skin-theme-clientpref-os .kz-btn.secondary:hover {
     background: #374151;
     background: #374151;
     color: #f9fafb;
  }
}
 
/* ========================================
  レスポンシブ
======================================== */
@media (max-width: 768px) {
  .hero {
    min-height: 55vh;
    padding: 60px 20px 50px;
  }
 
  .hero h1 {
    margin-bottom: 24px;
  }
 
  .hero-text-bg {
    padding: 10px 18px;
  }
 
  .hero-actions {
    gap: 12px;
  }
 
  .kz-btn {
    padding: 14px 24px;
    font-size: 14px;
  }
 
  .card-grid {
    grid-template-columns: 1fr;
  }
 
  .kz-section {
    padding: 40px 0;
  }
 
  div.kz-section {
    padding: 40px 16px;
    margin-top: 30px;
  }
 
  .kz-section h2 {
     font-size: 24px;
   }
   }
}
}

2026年1月22日 (木) 16:27時点における版

川西図鑑

川西の「お店・人・場所」を集めた地域図鑑

飲食店から地域の活動まで。
川西市にある情報を、誰でも書き、誰でも探せます。

図鑑で探す

🏬 お店・店舗 準備中
👤 人・団体 準備中
🗺 場所・スポット 準備中
準備中

記事

川西のさまざまな図鑑ページに関連する、
ユーザーが書いた記事を紹介します。

川西能勢口で見つけた小さな名店
昔の川西と今を比べてみる
川西で活動する人たち

今日の川西

ランダムに1件表示しています。

エラー: テーブル飲食店情報が見つかりません。
お店のオーナー様へ

情報の修正や、写真・メニューの追加、公式図鑑ページとしての掲載が可能です。


市民の皆さんへ 情報提供のお願い

営業時間や定休日の変更、新店舗情報など、市民の皆さんからの情報提供を受け付けています。