|INFO|MAP|RANK|GOODS|HOME|
●「サガエ イルミテラス2025」光が紡ぐ夢幻の世界へようこそ
 サガエ イルミテラス 2025光が紡ぐ、夢幻の世界へようこそ山形県寒河江市の冬の夜を鮮やかに彩る光の祭典「サガエ イルミテラス」が開催されます。2025年11月22日(土) 〜 2026年1月12日(月・祝)最上川ふるさと総合公園が幻想的な光の世界に包まれます。豪華ゲストを迎える点灯式をはじめ、冬花火やマルシェなど、期間中は家族や友人、大切な人と楽しめるイベントが盛りだくさん。心温まる光の祭典を、ぜひお楽しみください。会場マップはこちら 開催概要 開催期間 2025年11月22日(土) 〜 2026年1月12日(月・祝) 点灯時間 17:00〜21:00 (時期により変動あり) 会場 最上川ふるさと総合公園 バラ園 (センターハウス水辺側) 入場料 無料 駐車場 無料駐車場あり お問合せ さがえイルミテラス実行委員会事務局 (寒河江市さくらんぼ観光課内) TEL: 0237-85-1692 イベントの見どころ11/22(土)イルミネーション点灯式初日の16:30より盛大な点灯式を開催!特別ゲストにシンガーソングライターの朝倉さやさんが登場。寒河江市少年少女合唱団との美しいハーモニーをお届けします。提供曲: 「空の結い唄」(寒河江オリジナルソング / 作編曲:光田健一)12/21(日)クリスマス スペシャルデー聖なる夜を盛り上げる多彩なイベント! さがえクリスマスマーケット (13:00-20:00) 雑貨やワークショップが大集合。シンガーCha’Rさんも登場! チェリンからのXmasプレゼント (15:00/17:00) ※小学生以下限定 冬花火 (19:00-19:20) 夜空を彩る花火と光のコラボは必見! チョコつみチャレンジ (13:00-) ホットチョコレートお振舞 (17:30-)1/11(日)ニューイヤー スペシャルデー新年のお祝いにふさわしい、心も体も温まるイベント。 東北熱々鍋まつり with やきとりバル (11:00-16:00) 東北6県の鍋と寒河江やきとりが集結! 春恋マルシェ & キッズマルシェ プリンEXPO (10:00-) 全国の絶品プリンが大集合! イルミネーションスカイウォッチ 高所作業車から光の世界を一望!期間中のお楽しみ企画スタンプラリー会場と西村山地域を巡って豪華景品を当てよう!フォトコンテストSNS投稿で寒河江の特産品をゲット!ガチャ&キッチンカー割引券が当たるガチャや温かいグルメが登場。皆様のお越しをお待ちしています冬の寒さを忘れさせてくれるような、温かく幻想的な光に満ちた「サガエ イルミテラス」。大切な人と一緒に、きらめく光の世界で特別な思い出を作りませんか?/* ベースリセットとフォント */ .illumi-theme-wrapper { font-family: 'Noto Sans JP', sans-serif; line-height: 1.6; color: #333; position: relative; overflow: hidden; /* 冬の夜空背景グラデーション */ background: linear-gradient(135deg, #0a1128 0%, #1c2e4a 50%, #141e30 100%); padding-bottom: 60px; } /* 背景のキラキラエフェクト(CSS描画) */ .illumi-bg-effect { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: radial-gradient(white 1px, transparent 1px), radial-gradient(rgba(255,255,255,0.7) 2px, transparent 2px), radial-gradient(rgba(255,236,179,0.5) 3px, transparent 4px); background-size: 50px 50px, 100px 100px, 150px 150px; background-position: 0 0, 20px 20px, 40px 60px; opacity: 0.6; z-index: 1; pointer-events: none; animation: twinkle 10s linear infinite; } /* 雪のエフェクト */ .snow-layer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: radial-gradient(rgba(255,255,255,0.2) 2px, transparent 3px); background-size: 300px 300px; z-index: 1; pointer-events: none; } @keyframes twinkle { 0% { transform: translateY(0); } 100% { transform: translateY(-100px); } } /* コンテナ */ .content-container { max-width: 800px; margin: 0 auto; padding: 20px; position: relative; z-index: 10; } /* 画像 */ .responsive-img { width: 100%; height: auto; display: block; } .shadow-frame { box-shadow: 0 10px 25px rgba(0,0,0,0.5); border-radius: 10px; margin-bottom: 30px; border: 2px solid rgba(255,255,255,0.2); } .main-visual-box { max-width: 800px; margin: 20px auto 0; padding: 0 20px; position: relative; z-index: 10; } /* コンテンツボックス共通 */ .content-box { border-radius: 15px; padding: 30px; margin-bottom: 40px; box-shadow: 0 5px 15px rgba(0,0,0,0.2); } /* ガラス風スタイル(トップ) */ .glass-style { background: rgba(255, 255, 255, 0.92); border: 2px solid #e0c38c; text-align: center; } /* 白スタイル */ .white-style { background: #fff; } /* タイトル周り */ .main-title { font-family: 'Zen Maru Gothic', sans-serif; font-size: 28px; color: #0c284e; margin: 0; font-weight: 800; text-shadow: 1px 1px 0px rgba(197, 160, 89, 0.3); display: flex; align-items: center; justify-content: center; gap: 15px; } .title-decoration { border-bottom: 3px double #c5a059; padding-bottom: 15px; margin-bottom: 20px; } .spinning-star { color: #c5a059; font-size: 0.8em; animation: spin-slow 5s linear infinite; } @keyframes spin-slow { 100% { transform: rotate(360deg); } } .catchphrase { font-size: 1.4em; font-weight: bold; background: linear-gradient(to right, #0c284e, #2b5fab); -webkit-background-clip: text; color: transparent; margin: 10px 0 20px; } .intro-text { text-align: left; font-size: 16px; } .highlight-date { color: #d32f2f; font-weight: bold; background: #fff8e1; padding: 2px 5px; border-radius: 4px; } /* ボタン */ .btn-wrap { margin-top: 25px; } .map-btn { display: inline-block; background: #0c284e; color: #fff; text-decoration: none; padding: 12px 30px; border-radius: 50px; font-weight: bold; transition: all 0.3s; box-shadow: 0 4px 10px rgba(12, 40, 78, 0.3); } .map-btn:hover { background: #c5a059; transform: translateY(-2px); color: #fff; } /* テーブル */ .event-details-table { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; } .event-details-table th, .event-details-table td { padding: 15px; border-bottom: 1px solid #eee; text-align: left; } .event-details-table th { background: #f0f4ff; color: #0c284e; white-space: nowrap; width: 30%; font-weight: bold; } .event-details-table tr:last-child th, .event-details-table tr:last-child td { border-bottom: none; } .section-header { text-align: center; color: #0c284e; font-size: 22px; margin-top: 0; margin-bottom: 20px; border-bottom: 2px solid #c5a059; padding-bottom: 10px; display: inline-block; width: 100%; } .icon-gold { color: #c5a059; margin-right: 8px; } .price-free { color: #e91e63; font-weight: bold; font-size: 1.2em; } /* 見出しバー */ .section-title-bar { background: rgba(12, 40, 78, 0.9); color: #fff; padding: 10px 20px; border-radius: 50px; font-size: 20px; margin-bottom: 25px; display: flex; align-items: center; box-shadow: 0 0 15px rgba(197, 160, 89, 0.4); border: 1px solid #c5a059; } .section-title-bar i { margin-right: 15px; color: #ffd700; } /* ハイライトカード */ .highlight-card { background: #fff; border-radius: 12px; margin-bottom: 25px; overflow: hidden; display: flex; box-shadow: 0 4px 10px rgba(0,0,0,0.1); transition: transform 0.3s; } .highlight-card:hover { transform: translateY(-3px); } .card-icon-area { width: 80px; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff; padding: 10px; text-align: center; flex-shrink: 0; } .card-icon-area i { font-size: 24px; margin-bottom: 5px; } .date-badge { font-size: 12px; font-weight: bold; background: rgba(0,0,0,0.2); padding: 3px 6px; border-radius: 4px; display: block; width: 100%;} .color-1 { background: linear-gradient(to bottom, #ff9800, #f57c00); } .color-2 { background: linear-gradient(to bottom, #e91e63, #c2185b); } .color-3 { background: linear-gradient(to bottom, #2196f3, #1976d2); } .card-content { padding: 20px; flex-grow: 1; } .card-title { margin: 0 0 10px 0; color: #0c284e; font-size: 18px; border-bottom: 1px dashed #ccc; padding-bottom: 5px; } .event-list-styled { padding-left: 20px; margin: 10px 0; } .event-list-styled li { margin-bottom: 8px; } .special-note { background: #fff8e1; padding: 10px; border-radius: 6px; margin-top: 10px; font-size: 0.95em; border-left: 4px solid #c5a059; } /* お楽しみグリッド */ .fun-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; } .fun-item { background: #fff; padding: 15px; border-radius: 10px; text-align: center; box-shadow: 0 3px 8px rgba(0,0,0,0.15); } .fun-icon { width: 60px; height: 60px; background: #0c284e; color: #ffd700; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; margin: 0 auto 10px; border: 2px solid #ffd700; } .fun-item h4 { margin: 5px 0; color: #0c284e; font-size: 16px; } .fun-item p { font-size: 13px; margin: 0; } /* FAQ */ .faq-container { display: flex; flex-direction: column; gap: 15px; } .faq-box { border-radius: 8px; overflow: hidden; background: #fff; } .faq-q { background: #f0f4ff; padding: 15px; font-weight: bold; color: #0c284e; display: flex; align-items: center; } .faq-q i { margin-right: 10px; color: #e91e63; font-size: 1.2em; } .faq-a { padding: 15px; border-top: 1px solid #eee; } /* まとめ */ .summary-box { background: #fff; border-radius: 15px; padding: 30px; text-align: center; margin-top: 50px; border: 4px solid #c5a059; position: relative; } .summary-box h3 { color: #0c284e; margin-top: 0; } .beat-icon { color: #e91e63; animation: heartbeat 1.5s infinite; } @keyframes heartbeat { 0% { transform: scale(1); } 50% { transform: scale(1.2); } 100% { transform: scale(1); } } /* その他ユーティリティ */ .mt-50 { margin-top: 50px; } .bold-text { font-weight: bold; } .small-note { font-size: 0.8em; color: #666; } /* フェードインアニメーション */ .fade-in-up { animation: fadeInUp 1s ease-out forwards; opacity: 0; transform: translateY(20px); } .fade-in-up:nth-child(1) { animation-delay: 0.2s; } .fade-in-up:nth-child(2) { animation-delay: 0.4s; } .fade-in-up:nth-child(3) { animation-delay: 0.6s; } .fade-in-up:nth-child(4) { animation-delay: 0.8s; } @keyframes fadeInUp { to { opacity: 1; transform: translateY(0); } } /* スマホ対応 */ @media (max-width: 600px) { .event-details-table th, .event-details-table td { display: block; width: 100%; } .event-details-table th { border-bottom: none; padding-bottom: 5px; } .event-details-table td { padding-top: 5px; padding-bottom: 20px; } .highlight-card { flex-direction: column; } .card-icon-area { width: 100%; flex-direction: row; justify-content: flex-start; gap: 10px; text-align: left; padding: 10px 20px; } .date-badge { width: auto; display: inline-block; margin-left: auto; } .fun-grid { grid-template-columns: 1fr; } .fun-item { display: flex; align-items: center; text-align: left; } .fun-icon { margin: 0 15px 0 0; width: 50px; height: 50px; font-size: 20px; flex-shrink: 0; } .main-title { font-size: 22px; flex-direction: column; } }

画像 ( )
2025.12.23
(C)一般社団法人 寒河江市観光物産協会

|INFO|MAP|RANK|GOODS|HOME|
(C) Yamagatan All Rights Reserved.
Powered by samidare
system:network media mobile