/* =========================
   スマホ用CSS（max-width: 750px）
========================= */
@media screen and (max-width: 750px) {

.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 span,
.page-wrapper a {
  color: #746d67;
}
  .sp-only {/* スマホだけ改行させる */
    display: block;
  }
.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%; 
    padding: 0;   
    margin: 0 auto;
    box-sizing: border-box; 
  }
.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-zen{
    font-family: "Zen Maru Gothic", sans-serif;
  }

  .u-bold{
    font-weight:700;
  }

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

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

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

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

  .SPECIAL-header-nav ul{
    display:flex;
    gap:20px;
    list-style:none;
    margin:0;
    padding:0 10px 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: 60px; /* 固定ヘッダー分の余白 */
}
  /* =========================
     KV
  ========================= */
 .SPECIAL-kv {
    padding: 60px 10px 40px; 
    text-align: center;
    border-bottom-width: 3px;
    background: #fff;
    border-bottom: 5px solid #e9f4f8; 
}

  /* KV画像 */
  .SPECIAL-kv-image img {
    width: 80%;     
    max-width: 540px;  
    height: auto;
    margin: 30px auto;
    display: block;
  }

  /* KVメッセージ */
  .SPECIAL-kv-message {
    width: 95%;        
    max-width: 680px;  
    padding: 10px 10px; 
    margin: 30px auto 0;
    border-radius: 20px;
    background: #fdf8d7;
    box-sizing: border-box;
  }

  .SPECIAL-kv-message-main {
    font-size: 17px;    
    line-height: 1.5;
  }

  .SPECIAL-kv-message-sub {
    font-size: 16px;
    line-height: 1.4;
  }

  /* =========================
     セクション共通
  ========================= */
  .info-box-section{
    padding:40px 0 0;
  }
.venue-title-image img {
  display: block;
  width: 95%;     
  max-width: 100%;
  height: auto;
  margin: 0 auto 50px auto; 
}

	
  /* =========================
     共通ボックス
  ========================= */
  .info-box {
    width:100%;
    max-width:90%;
    margin:0 auto 30px;
    border-radius:24px;
    overflow:hidden;
    background:#fff;
    border:4px solid #9a9a9a;
    box-sizing:border-box;
position:relative;
  }
.info-box--white{
  padding:20px 0 0;
}
  /* =========================
     上部ヘッダー
  ========================= */
  .info-box__header {
    background:#83c8dc;
    padding:20px 10px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column; 
  }
.info-box__header img{
  display:block;
}
  /* =========================
     白バージョン
  ========================= */
  .info-box__header--white{
    background:#fff;
    padding:10px;
  }

  /* =========================
     下線あり
  ========================= */
  .info-box__header--line::after{
    content:"";
    display:block;
    width:80%;
    height:3px;
    background:#9a9a9a;
    margin:15px auto 0 auto;
    border-radius:3px;
  }

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

  /* =========================
     本文エリア
  ========================= */
  .info-box__body{
    padding:15px 10px;
	text-align:center;
    background:#fff;
    line-height:1.6;
	margin-bottom: 16px;
  }


  /* 開催情報リスト */
  .info-box__dt {
    display: inline-block;  
    width: auto;            
    background: #8fd2e5;
    color: #fff;
    font-size: 14px;
    padding: 10px 40px;       
    border-radius: 9999px;
    margin-top: 20px;        
    margin-bottom: 20px;    
    letter-spacing: 0.06em;
    box-sizing: border-box;
  }

  .info-box__dd,
  .info-box__dd--note {
    margin-left: 0;         
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  font-size: 16px;
  line-height: 1.7;
  }
.info-box__dd.ml-10 {/* (⚫︎)のセンターずれ見え対策 */
  margin-left: 10px !important;
}
  /* テキストサイズ */
  .info-box__lg {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
  }

  .info-box__md {
    font-size: 16px;
    margin-bottom: 10px;
  }

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

  /* 内部画像 */
  .info-box__image {
    max-width: 70%;
    height: auto;
    margin: 20px auto;
    display: block;
  }
/* ※リスト */
.info-box__note-list{
  list-style:none;
  margin:10px 30px 10px 10px;
  padding:0 20px 0 0;
  text-align:left;
  width:100%;
  box-sizing:border-box;
}

.info-box__note-list li{
  position:relative;
  padding-left:1.5em;
  margin-bottom:8px;
  line-height:1.6;
  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%;
    max-width: 100%;      
    box-sizing: border-box; 
    text-align: center;
    padding: 0 20px 20px;
    overflow-wrap: break-word; 
    word-break: break-word;   
  }


.contact-btn {
  display: flex;
  align-items: center;
  justify-content: center; 
  max-width: 90%; 
  margin: 30px auto 10px;
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #746d67; 
  background-color: #ffffff; 
  border-radius: 9999px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  z-index: 10;
  -webkit-tap-highlight-color: transparent; 
}

a.contact-btn, 
a.contact-btn:visited {
  text-decoration: none;
}

.contact-btn:hover,
.contact-btn:active {
  background-color: rgba(255, 255, 255, 0.7) ;
}

.contact-btn::after {
  display: none; 
}

  .contact{
    font-size: 14px;
    color:#746d67;
    max-width:90%;
    margin:0 auto;
    text-align:center;
    position:relative;
    padding-left:1em;
  }
	.contact-note{
    font-size: 14px;
    color:#746d67;
    max-width:90%;
    margin:0 auto;
    text-align:left;
    position:relative;
    padding-left:1em;
  }

  .contact-note::before{
    content:"※";
    position:absolute;
    left:0;
    top:0;
    color:#746d67;
  }

  /* =========================
     コピーライト
  ========================= */
  .copyright-box{
    font-size:12px;
    padding:10px 15px;
    width:80%;
    margin:0 auto 20px;
    text-align:center;
    background-color:#7ec8e3;
    color:#fff;
    border-radius:9999px;
  }
	
/* =========================
SPグッズ
========================= */

.SPECIAL-goods{
  margin:0 10px 30px;
	padding-bottom: 10px;
  border-radius:16px;
}

.SPECIAL-goods-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  padding:20px 10px 10px;
  list-style:none;
  margin:0;
}

.SPECIAL-goods-list li{
  list-style:none;
}

/* 商品カード */

.SPECIAL-goods-item{
  background:#fff;
  border-radius:12px;
  padding:10px;
}

/* 商品画像 */

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

/* 商品名 */

.SPECIAL-goods-name{
  font-size:14px;
  line-height:1.4;
  margin:6px 0 6px;
  min-height:34px; /* 商品名高さ揃え */
}

/* 価格 */

.SPECIAL-goods-price{
  color:#f38ba2;
  font-weight:bold;
  font-size:14px;
  margin:0 0 6px 0; 
  display:flex;
  justify-content:flex-end;
	align-items:flex-end;  
  flex-wrap:wrap;  
  gap:3px;
  line-height:1.25;
}
	


/* 単品 / BOX */

   /* 上段：商品タイプ */
  /* 上段：商品タイプ（単品/BOX） */
  .SPECIAL-goods-type {
    display: block; 
    margin: 0 0 4px 0; 
    width: 100%;
  }

  /* 下段：価格行（各＋金額＋税込） */
  .SPECIAL-goods-price {
    display: block;        /* 横並びではなくブロックで2段目に */
    width: 100%;
    line-height: 1.3;
  }

  .SPECIAL-goods-price .SPECIAL-goods-tax,
  .SPECIAL-goods-price .SPECIAL-goods-value {
    display: inline;       /* 横並びに見えるけどブロック内 */
    margin-left: 0;
  }

  .SPECIAL-goods-value {
    white-space: nowrap;
    color: #f38ba2;
    font-weight: bold;
  }

  .SPECIAL-goods-item {
    width: 100%;
    box-sizing: border-box;
  }
		  .coming-all{
    background:none;
  }
	.SPECIAL-goods-more{
  text-align:center;
  font-size:20px;
  margin:20px 0 30px;
 }
.SPECIAL-pc-only{
  display:none;
}
	.SPECIAL-goods-more{
  text-align:center;
  font-size:20px;
  margin:20px 0 30px;
 }
/* =========================
レコメンド
========================= */

.SPECIAL-recommend{
  margin:0 10px 30px;
  padding:10px 20px;
  box-shadow:0 4px 0 rgba(0,0,0,0.15);
}

.SPECIAL-recommend-title{
  font-size:24px;
	  margin:5px 0;
}
.SPECIAL-recommend-title span{
  color:#f5a3bd;
}

.SPECIAL-recommend-list{
  gap:10px;
	margin: 10px auto;
	}

.SPECIAL-recommend-item{
  width:100%;
}

.SPECIAL-recommend-item p{
  font-size:16px;
}
/* =========================
バナー
========================= */
	.SPECIAL-banner{
  grid-template-columns:1fr;
  gap:15px;
  margin:0 auto 30px;
}
.SPECIAL-banner-item{
  box-shadow:0 5px 10px rgba(0,0,0,0.12);
}

}