/* =========================
   共通
========================= */
.page-wrapper {/* 強制 */
  color: #746d67;
}
.page-wrapper h1,
.page-wrapper h2,
.page-wrapper h3,
.page-wrapper h4,
.page-wrapper h5,
.page-wrapper h6,
.page-wrapper li,
.page-wrapper dd,
.page-wrapper a {
  color: #746d67;
}
.sp-only {/* PCでは改行しない */
  display: none;
}
.main {
  padding-bottom: 0;
}

.page-wrapper { /* body代わり */
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh; /* bodyと同じく画面全体をカバー */
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  background-color: #fff; 
  background-image:
    linear-gradient(#e9f4f8 2px, transparent 2px),
    linear-gradient(90deg, #e9f4f8 2px, transparent 2px);
  background-size: 24px 24px; 
  color: #746d67; 
  display: flex; 
  flex-direction: column; /* ページ縦積み */
}
.page-wrapper a {
  color: #746d67;
  text-decoration: none;
}

.SPECIAL-wrapper{
  width: 100%;
  max-width:100%;/*1152px;*/
  margin:0 auto;
  padding-top:0; /*調整 固定ヘッダー分 */
}
.visually-hidden {
  position: absolute;   
  width: 1px;          
  height: 1px;        
  padding: 0;
  margin: -1px;         
  overflow: hidden;   
  clip: rect(0,0,0,0); 
  white-space: nowrap; 
  border: 0;
}
.u-hidden{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
}
/* テキスト単機能 */
.u-zen{
  font-family: "Zen Maru Gothic", sans-serif;
}

.u-bold{
  font-weight:700;
}
.ml-10 {
  margin-left: 10px;
}
.mr-10 {
  margin-right:10px;
}
.size-m{
  letter-spacing:0.1em;
}
.SPECIAL-marker{
  background:linear-gradient(transparent 60%, #ffe66a 60%);
  padding:0 16px;   /* ←左右にはみ出し */
}


/* =========================
   固定ヘッダー
========================= */
.SPECIAL-header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  background:#80cce3;
  z-index:1000;
}

.SPECIAL-header-inner{
  max-width:1152px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 0;
}

.SPECIAL-header-logo{
  padding:5px 50px;
}

.SPECIAL-header-logo img{
  display:block;
  height:40px; 
}

.SPECIAL-header-nav ul{
  display:flex;
  gap:40px;
  list-style:none;
  margin:0;
  padding:0 50px 0 0;
}



.SPECIAL-header-nav a {
  color: #fff; 
  text-decoration: none;
  transition: color 0.3s; 
  font-weight:600;
}


.SPECIAL-header-nav a:hover {
  color: #ffff66; 
  font-weight:600;
}
#info,
#item,
#benefit {
  scroll-margin-top: 140px; /* 固定ヘッダー分 */
}
/* =========================
   KV
========================= */
.SPECIAL-kv{
  text-align: center;
  padding: 80px 0 80px;
  background-color: #fff; 
  width: 100%;
  box-sizing: border-box; /* パディング含めて幅100% */
  border-bottom: 5px solid #e9f4f8; 
}

.SPECIAL-kv-image img{
  width:600px;
  max-width:100%;
  height:auto;
	margin-top: 50px;
}

.SPECIAL-kv-message{
  background:#fdf8d7;
  border-radius:40px;
  padding:30px 40px;
  margin:60px auto 0;
  max-width:800px;
}

.SPECIAL-kv-message-main{
  font-size:22px;
  font-weight:700;
}

.SPECIAL-kv-message-sub{
  font-size:18px;
}

/* =========================
   セクション共通
========================= */
.info-box-section{
  padding:80px 0 0;
}
.venue-title-image img {
  display: block;
  width: 800px;      
  height: auto;
  margin: 0 auto 80px auto; 
}
/* =========================
   共通ボックス
========================= */
.info-box{
  width:100%;
  max-width:700px;
  margin:0 auto 40px;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  border:4px solid #9a9a9a;
  box-sizing:border-box;
  position:relative;
}
/* =========================
   info-box 白バージョン
========================= */
.info-box--white{
  padding:20px 0;
}
/* =========================
   上部ヘッダー
========================= */
.info-box__header{
  background:#83c8dc;
  padding:40px 80px;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column; 
}
.info-box__header img{
  display:block;
}
/* =========================
   白バージョン
========================= */
.info-box__header--white{
  background:#ffffff;
  padding:20px 80px;
}
.info-box--white .info-box__body{
  padding:0 10px 12px;
	margin-bottom:0;
}
/* =========================
   タイトル下線あり
========================= */
.info-box__header--line::after{
  content:"";
  display:block;
  width:80%;
  height:5px;
  background:#9a9a9a;
  margin:20px 0 0 0;
  border-radius:3px;
}

.info-box__header img{
  max-width:70%;
  height:auto;
  display:block;
}

/* =========================
   下部 本文エリア
========================= */
.info-box__body{
  padding:30px 40px;
  text-align:center;
  background:#fff;
  line-height:1.8;
	margin-bottom: 30px;
}
/* =========================
   開催情報リスト
========================= */

.info-box__dl {
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
}

/* =========================
   dt見出し
========================= */
.info-box__dt {
  display: inline-block;
  background: #8fd2e5;
  color: #fff;
  font-size: 14px;
  padding: 6px 20px;
  border-radius: 20px;
  margin: 16px 0 20px 0; 
  letter-spacing: 0.08em;
}

/* =========================
   dd本文
========================= */
.info-box__dd,
.info-box__dd--note {
  margin: 0; 
  padding: 0;    
  font-size: 16px;
  line-height: 1.7;
}
.info-box__dd.ml-10 {
  margin-left: 10px !important;
}
/* ※リスト用に少し余白追加 */
.info-box__dd p,
.info-box__dd br {
  margin: 0;       /* brで余白が増える場合もリセット */
  padding: 0;
}

/* 特に注記の強調 */
.info-box__dd--note {
  font-weight: 700;
  font-size: 18px;
  margin-top: 4px;
}
/* =========================
   テキストサイズ
========================= */
.info-box__lg{
  font-size:24px;
  font-weight:700;
  margin-bottom:12px;
  text-align: center;
}

.info-box__md{
  font-size:14px;
  margin-bottom:12px;
}

.info-box__sm{
  font-size:12px;
  opacity:0.85;
  margin-bottom:12px;
}

/* =========================
   内部画像
========================= */
.info-box__image{
  max-width:100%;
  height:auto;
  margin:30px auto;
  display:block;
}

/* =========================
   ・リスト
========================= */
.info-box__note-list{
  list-style:none;
  padding-left:10px; 
  margin:10px 30px 10px 25px; 
  text-align:left;
}

.info-box__note-list li{
  position:relative;
  padding-left:1.2em;
  margin-bottom:8px;
  line-height:1.2;
  font-size:14px;
}

.info-box__note-list li::before{
  content:"・";
  position:absolute;
  left:0;
}

/* =========================
   ※リスト
========================= */
.info-box__note-list--note li::before{
  content:"※";
}

/* =========================
   お問い合わせ
========================= */
.contact-section {
  width: 100%;
  text-align: center;
  padding: 0 30px 50px;
  box-sizing: border-box;
}

.contact-section h4 {
  font-size: 16px;
  margin-bottom: 20px;
}

.contact-btn {
  display: flex;
  align-items: center;
  justify-content: center; 
  max-width: 700px;
  margin: 50px auto 0;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: bold;
　color:#746d67; 
  background: #fff;
  border-radius: 9999px;
  text-decoration: none;
  position: relative;
  transition: background 0.3s;
}
a.contact-btn {
  color: #746d67; 
  text-decoration: none;
}

.contact-btn::after {
  content: "›";
  margin-left: 50px;
  font-size: 30px;
  font-weight: bold;
  color: #746d67; 
  position: relative;     
  top: -3px;              
  transition: transform 0.3s;
}

.contact-btn:hover::after {
  transform: translateX(5px); /* 横だけ動かす */
}

.contact-btn:hover {
background: rgba(255, 255, 255, 0.7);
}
.contact {
  font-size: 20px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.contact-note {
  font-size: 12px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  padding-left: 1.2em; /* 「※」のスペース確保 */
}

.contact-note::before {
  content: "※";
  position: absolute;
  left: 0;        
  top: 0;
  color: #666;
}
/* =========================
   コピーライト
========================= */
.copyright-box {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 40px;   
  padding: 12px 20px;
  text-align: center;
  background-color: #7ec8e3; 
  color: #fff;
  border-radius: 9999px;    
  font-size: 14px;
  box-sizing: border-box;
}



/* =========================
GOODS
========================= */

.SPECIAL-goods{
  max-width:1000px;
  margin:0 auto 100px;
	padding-bottom: 20px;
  background:#c8e8f1;
  border-radius:20px;
  overflow:hidden;
}

/* 背景ピンク */
.SPECIAL-goods--pink{
  background:#f2d6d9;
}

/* 背景黄色 */
.SPECIAL-goods--yellow{
  background:#fdfce7;
}

.SPECIAL-goods-header img{
  width:100%;
  display:block;
}

/* =========================
グッズ（PC）
========================= */

.SPECIAL-goods-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  list-style:none;
  padding:0 20px; 
  margin:40px 0 10px;/* 調整プリントクッキー */
}

/* 商品カード */

.SPECIAL-goods-item{
  background:#fff;
  border-radius:12px;
  padding:16px;/* 調整　税込詰め*/
  list-style:none;
}

/* 商品画像 */

.SPECIAL-goods-img img{
  width:100%;
  height:auto;
  display:block;
}

/* 商品名 */

.SPECIAL-goods-name{
  font-size:14px;
  line-height:1.5;
  margin:8px 0 6px;
  min-height:42px;
}

/* 価格 */

.SPECIAL-goods-price{
  color:#f38ba2;
  font-weight:bold;
  font-size:16px;
  text-align:right;
  margin:0;
  display:flex;
  justify-content:flex-end;
	align-items:center;
  gap:6px;
  line-height:1.3;
}

/* 単品 / BOX */

.SPECIAL-goods-type{
  width:120px;
  font-size:12px;
  color:#888;
  font-weight:300;
}

/* 金額 */

.SPECIAL-goods-value{
  white-space:nowrap;
}

/* 税込 */

.SPECIAL-goods-tax{
  font-size:12px;
  color:#888;
  margin-left:-6px;
	font-weight: 300;
}


/* 商品なし */
.SPECIAL-goods-empty{
  display:flex;
  align-items:center;
  justify-content:center;
  background:none;
  box-shadow:none;
}

.SPECIAL-goods-empty img{
  width:100%;
}

.SPECIAL-pc-only{
  display:list-item;
}

/* PC・SP共通表示 */
.SPECIAL-all{
  display:block;
}

.coming-all{
  display:flex;
  align-items:center; 
  justify-content:center; 
	background:none;
}

.SPECIAL-goods-img img{
  width:100%;
  height:auto;
  display:block;
}
.SPECIAL-goods-more{
  text-align:center;
  font-size:28px;
  margin:10px 0 60px;
}
.SPECIAL-annotation {
  text-align:right;
  margin:0 20px 0 0;
  font-size:12px;
}
/* =========================
   レコメンドアイテム
========================= */
.SPECIAL-recommend{
  max-width:954px;
  margin:0 auto 100px;
  padding:10px 20px 40px;
  background:#fff;
  border-radius:16px;
  border:3px solid #9c9c9c;
  text-align:center;
}

/* タイトル */

.SPECIAL-recommend-title{
  font-size:28px;
  font-weight:700;
  margin:30px 0 20px;
  letter-spacing:0.02em;
}

.SPECIAL-recommend-title span{
  color:#f5a3bd;
}

/* レコメンドリスト */

.SPECIAL-recommend-list{
  display:flex;
  justify-content:center;
  gap:30px;
	margin: 30px auto;}

.SPECIAL-recommend-item{
  text-decoration:none; 
  color:#e84a8a; 
  width:400px;
  transition:0.3s;
}

.SPECIAL-recommend-item img{
  width:100%;
  display:block;
  margin-bottom:12px;
  border-radius:8px;
  transition:0.3s;
}

.SPECIAL-recommend-item p{
  font-size:20px;
  margin:0;
  color:inherit;
}

/* hover */

.SPECIAL-recommend-item:hover{
  color:#f5a3bd; /* 薄いピンク */
}

.SPECIAL-recommend-item:hover img{
  opacity:0.85;
}

.SPECIAL-recommend-item:hover img{
  opacity:0.85; /* 画像も少し変化 */
}

/* =========================
   SPECIAL バナー
========================= */

.SPECIAL-banner{
  max-width:900px;
  margin:0 auto 40px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  padding:0 20px;
  box-sizing:border-box;
}

.SPECIAL-banner-item img{
  width:100%;
  height:auto;
  display:block;
  border-radius:10px;
  transition: opacity 0.3s;
}

.SPECIAL-banner-item{
  background:#fff;
  border-radius:12px;
  box-shadow:0 6px 18px rgba(0,0,0,0.08);
  transition:all .25s ease;
}

.SPECIAL-banner-item:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(0,0,0,0.12);
}