@charset "UTF-8";

html, body {
  font-family: 'M PLUS Rounded 1c', 'HG創英丸ﾎﾟｯﾌﾟ体', 'Comic Sans MS', cursive, sans-serif;
  background: #fffefb;
  color: #333;
  margin: 0;
  padding: 0;
}

/* ハンバーガーメニューの初期非表示・PC非表示 */
.hamburger {
  display: none;
}

.global-nav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  /* background: #fff; */
  /* border-bottom: 3px solid #e25c21; */
  width: auto;
  max-width: 98vw;   /* 画面端ピッタリを防ぐ */
  margin: 8px auto 4px auto;/* ← 上18px・左右自動・下0px で少し下げて中央寄せ */
  padding-left: 18px;   /* ← 左右余白（調整可） */
  padding-right: 18px;
  border-radius: 18px 18px 30px 30px; /* 丸みを少し大きくしても◎ */
  box-sizing: border-box;
  z-index: 99;
}

.global-nav a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Yu Mincho', 'Hiragino Mincho Pro', serif;
  font-weight: bold;
  font-size: 1.25em;
  color: #000;
  background: #e98d76;
  border-right: 3px solid #d34523;
  border-bottom: 3px solid #d34523;
  border-radius: 12px 12px 12px 12px;
  margin: 0 6px 0 0;
  padding: 18px 0 13px 0;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.18s, color 0.18s, box-shadow 0.2s, transform 0.14s;
}

.global-nav a:last-child {
  margin-right: 0;
}

.global-nav a:hover, .global-nav a:focus {
  background: linear-gradient(90deg, #ffd7c6 60%, #ffeddc 100%);
  color: #a0522d;
  box-shadow: 0 2px 16px 0 rgba(233, 145, 86, 0.14);
  transform: translateY(-2px);
}

/* 念のため：hover拡大を使いたい場合でも横溢れは切る */
.global-nav { overflow-x: hidden; } /* or hidden（clip推奨） */

.global-nav,
.global-nav.open {
  max-height: 95vh;
  overflow-y: auto;
}

.global-nav {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.campaign-container {
  padding: 0 20px;
  max-width: 1000px;
  margin: auto;
  padding-bottom: 24px;
}

.campaign-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  white-space: nowrap;
}

.heading-icon {
  height: 48px;
  width: auto;
  vertical-align: middle;
}

h1 {
  font-weight: 700;
  color: #b22222;
}

h2 {
  font-size: 1.8em;
  display: inline-block;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: 0px;
}

h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%; /* または希望に応じて 80% 程度でも */
  background-color: #a0522d;
}

#campaign-heading {
  margin-top: 0;
}

#new {
  padding: 0;
  margin: 10px auto;
  max-width: 100%;
  box-sizing: border-box;
}

#new-heading {
  margin-top: 0;
}

/* 横並び用（新ページのみで使う） */
.notice-container-horizontal {
  margin-bottom: 0;
}

.notice-box-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
  background-color: rgba(255,255,255,0.92);
  border: 2px solid #ccc;
  border-radius: 12px;
  box-sizing: border-box;
  height: 100%;
  max-width: 90vw;
  width: 100%;
  margin: 5px auto;
}

/* 追加：新規特典（黄色部分）最後のボックスの下余白を消す */
#new .notice-container-horizontal .notice-box-horizontal:last-child {
  margin-bottom: -30px !important;
}

.notice-box-horizontal img {
  width: 270px;      /* 必要に応じて調整 */
  min-width: 203px;
  height: auto;
  margin: auto;
  border-radius: 8px;
}

.notice-box-horizontal p {
  min-height: unset;
  margin: 0;
  font-size: 1.08em;
  line-height: 1.6;
  flex: 1;
}

/* .br-pc {
  display: none;
} */

.red {
  color: #ff0000;
  font-weight: bold;
}

.red2 {
  color: #ff0000;
  font-weight: bold;
  font-size: 1.1em;
}

#all {
  padding-bottom: 0;
  margin: 10px auto;
  max-width: 100%;
  box-sizing: border-box; 
}

#all-heading {
  margin-top: 0;
}

.member {
  min-height: unset;
  margin: 0;
  font-size: 1.08em;
  line-height: 1.6;
  flex: 1;
}

h3 {
  font-size: 1.2em;
  display: inline-block;
  position: relative;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#yutaka-heading {
  margin-top: 0;
}

.kushiage-sets {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 0 0;
  box-sizing: border-box;
}

.kushiage-set {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 250px;
  min-width: 190px;
  width: 100%;
  padding: 12px 10px;
  margin: 0 auto 12px auto;
  box-sizing: border-box;
  background: #fee09c;  /* #fcb103から修正 */
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(120,100,80,0.05);
  text-align: left;
  gap: 8px;
}

.kushiage-set b {
  font-size: 1.06em;
  display: block;
  margin-bottom: 4px;
}

.set-desc {
  padding-left: 1.7em;
  margin: 2px 0 2px 0;
  display: block;
  line-height: 1.4;
  font-size: 1em;
}

.set-price {
  color: #b22222;
  font-weight: bold;
  font-size: 1em;
  margin-left: 2px;
  white-space: nowrap;
}

.set-price-d {
  color: #ff0000;
  font-weight: bold;
  font-size: 1.2em;
  margin-left: 2px;
  white-space: nowrap;
}

.kushiage-flex-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
}

.kushiage-items {
  list-style: disc inside;
  margin: 0;
  padding-left: 1.2em;
  line-height: 1.4;
  min-width: 0;
  flex: 1 1 70%;
  font-size: 1em;
}

.kushiage-items li {
  font-size: 1em;
  padding: 0 0 2px 0;
  margin: 0;
  word-break: break-word;
}

.kushiage-text {
   font-size:0.93em;
   color:#634c19;
   margin-left:0.5em;
}

/* 画像 */
.kinchan-img, .nakachan-img, .tomichan-img, .eichan-img, .yutaka-img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
  margin-left: 0;
  align-self: center;
}

.breadcrumbs {
   margin-top: 10px;
}

.breadcrumbs ol{
  display:flex;
  list-style: none;
  padding: 10px 20px 10px 20px;
  white-space: normal; /* nowrapから変更 */
  flex-wrap: wrap; 
  background: #fbd377;
  }

.breadcrumbs ol li{
  align-items: center;
  justify-content: center;
  padding-right:30px;
  border: none;
}

.breadcrumbs ol li:not(:last-child) {
 position: relative;
 padding-right: 50px;
}

.breadcrumbs ol li { position: relative; }  /* 配置の基準 */
.breadcrumbs ol li:not(:last-child)::after{
  content: ">";
  position: absolute;
  width: 10px;
  height: 15px;
  top: 0;
  right: 20px;
}

.breadcrumbs ol li a{
  text-decoration: none;
  font-family: inherit;
  cursor:pointer;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.breadcrumbs ol li a:hover{
  opacity:.7;
}

footer {
  /* font-family: 'M PLUS Rounded 1c', 'HG創英丸ﾎﾟｯﾌﾟ体', 'Comic Sans MS', cursive, sans-serif !important; */
  padding: 15px 0;
  border-top: 2px solid #ccc; /* ← 上部に薄めのグレーライン */      
  background: linear-gradient(to bottom, #ffffff, #aed4dd); /* 上→下のブルーグラデーション */
  color: #000; /* ナビと統一：黒文字 */
  text-align: center;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;  
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
}

.footer-logo {
  height: 48px;
  flex-shrink: 0;
}

.footer-copy { 
  margin: 0;  
  font-size: 0.95em;
  white-space: normal;
}

.footer-sns-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
}

.footer-sns-icons img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
}

.sns-links {
  display: flex;
  gap: 10px;
}

.sns-icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

/* パンくず＆フッターの a を“自分内はみ出し”から守る */
.breadcrumbs a,
.footer-copy a {
  display: inline-block;  /* 必要に応じて block にしてもOK */
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

    
#page-Top, .top-btn {
  display: none;                /* 初期は非表示 */
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 999;
  width: 40px;
  height: 40px;
  padding: 0;
  background: rgba(255, 255, 245, 0.96); /* ほんのりアイボリー */
  color: #c84a1c;
  font-weight: bold;
  font-family: 'Yu Mincho', 'Hiragino Mincho Pro', serif;
  font-size: 0.8em;
  border: 2px solid #e25c21;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(128, 128, 128, 0.16);
  cursor: pointer;
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; */
  font-family: 'Yu Mincho', 'Hiragino Mincho Pro', serif;
  transition: box-shadow 0.2s, background 0.2s, transform 0.12s;
}

.top-btn { box-sizing: border-box; width: 40px; height: 40px; }

#page-Top .top-arrow {
  font-size: 1em;
  display: block;
  line-height: 1; 
  margin-top: 3px;
  font-family: inherit;
  /* letter-spacing: 0; */
}

#page-Top .top-text {
  font-size: 0.8em;
  letter-spacing: 0.08em;
  margin-top: 5px;
  line-height: 1;
}

#page-Top:hover,
#page-Top:focus {
  background: #ffeedd;
  box-shadow: 0 8px 20px rgba(255, 209, 150, 0.6);  /* ← rgba推奨 */
  color: #a0522d;
  transform: translateY(-2px) scale(1.05);
  outline: none;
}

/* 1) キーボード操作時だけ、はっきり見えるフォーカスリングを表示 */
a:focus-visible,
button:focus-visible {
  outline: 3px solid #ff9900;   /* WCAG 2.2の推奨に沿いコントラストの高い色 */
  outline-offset: 3px;
  border-radius: 4px;
}

/* 2) マウス利用者向け：ホバー時は軽い視覚変化（下線など） */
a:hover {
  text-decoration: underline;   /* お好みで box-shadow にしてもOK */
}

/* 3) タップ（スマホ）でのフィードバック */
a:active,
button:active {
  transform: scale(0.98);       /* 軽い押下感、不要なら削除OK */
}

/* 4) iOS/Androidのタップ時ハイライトを見やすく */
:root {
  -webkit-tap-highlight-color: rgba(255,153,0,0.25);
}

/* 5) 小さなアイコンリンクも 44×44px 以上のタップ領域を確保 */
.sns-icons a,
.footer-sns-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border-radius: 8px;
}
.sns-icons a:focus-visible img,
.footer-sns-icons a:focus-visible img {
  transform: scale(1.12);
  transition: transform 0.2s;
}

/* 6) 箇条書き内リンクなど、親要素ごとフォーカスを強調したい場合（任意） */
.menu-highlight li:focus-within {
  outline: 2px dashed #ff9900;
  outline-offset: 4px;
  border-radius: 6px;
}

/* 7) 動きに弱い方の配慮（任意） */
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}

a:focus {
  outline: 2px solid #d2691e; /* フォールバック */
  outline-offset: 3px;
}

a:focus:not(:focus-visible) {
  outline: none; /* マウスクリックでは消す */
}


/* --- レスポンシブ --- */
@media (max-width: 427px) {  

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  width: 50px;
  height: 50px;
  top: 18px;
  right: 18px;
  z-index: 110;
  border: 2px solid #e25c21;
  border-radius: 16px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.16);
  transition: background 0.2s, box-shadow 0.2s;
   /* ↓追加: overflowをvisibleにしておくことで、はみ出し防止 */
  overflow: visible;
  cursor: pointer;
  }
  
.hamburger span {
  /* display: block; */
  position: absolute;
  width: 28px;
  height: 3.5px;
  left: 11px;
  right: 11px;
  margin: 0 auto;
  border-radius: 2px;
  background: #c84a1c;
  transition: 0.3s;
}

.hamburger span:nth-child(1) { top: 10px; } 
.hamburger span:nth-child(2) { top: 18px; } /* 23から変更 */
.hamburger span:nth-child(3) { top: 26px; } /* 32から変更 */

/* open時 */
.hamburger.open span:nth-child(1) {
  top: 18px;
  transform: rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  top: 18px;
  transform: rotate(-45deg);
}

.hamburger .menu-label {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 32px; /* 三本線との間隔調整、必要に応じて調整 */
  color: #d34523;
  font-weight:bold;
  font-size: 0.6em;
  font-family: 'Yu Mincho', serif;
  text-align: center;
  /* user-select: none;
  pointer-events: none; */
  transition: opacity 0.2s;
  opacity: 1;
}

/* メニュー展開(open)時は非表示 */
.hamburger.open .menu-label {
  opacity: 0;
  pointer-events: none;
}

/* close-labelを下に（絶対位置→相対位置＆マージン）*/
.hamburger .close-label {
  display: none;      /* blockから修正 */
  position: absolute; /* relativeから修正　追加：spanの下に通常配置 */
  width: 100%;
  left: 0;
  right: 0;
  margin-top: 32px;   /* ×より下に下げる（必要に応じて調整） */
  /* margin: 0 auto; */
  border: none;
  background: none;
  color: #a0522d;  
  font-size: 0.7em; /* 0.92から修正 */
  font-family: 'Yu Mincho', serif;
  /* letter-spacing: 0.1em; */
  text-align: center;
  box-shadow: none;
  /* pointer-events: none; */ /* クリック無効（お好みで） */
  /* user-select: none; */
  /* line-height: 1.2; お好みで */
}

/* メニューを開いたときのみ表示 */
.hamburger.open .close-label {
  display: block;
}

.hamburger:hover,
.hamburger:focus {
  background: #fffbe6;        /* ホバー時ほんのり色変更 */
  box-shadow: 0 4px 18px #ffae3b77;
}

/* おまけ：タップエリアが分かりやすいように */
.hamburger:active {
  background: #ffeedd;
}
    
.global-nav {
  display: none;
  position: fixed;
  z-index: 108;
  flex-direction: column;
  align-items: stretch;
  width: 95vw;
  top: 0;
  left: 2.5vw;
  right: 2.5vw;
  margin: 0 auto;
  border-radius: 0 0 28px 28px;
  background: #fffdfa;
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
  transition: transform 0.32s cubic-bezier(.6,0,.4,1);
  transform: translateY(-120%);
  }
.global-nav.open {
  display: flex;
  flex-direction: column; 
  transform: translateY(0);   /* 表示時は上から降りてくる */
  width: 92vw;        /* ← お好みで調整、90～95vwが一般的 */
  left: 4vw;
  right: 4vw;
  margin: 0 auto;
  border-radius: 0 0 20px 20px;
}
.global-nav a {
  margin: 0;
  padding: 22px 0 18px 0;
  border-right: none;
  border-bottom: 1.5px solid #f5b292;
  border-radius: 0;
  background: transparent;
  color: #d34523;
  font-size: 1.14em;
  text-align: center;
}
.campaign-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  margin-top: 20px;
  /* margin-right: 50px; */
  font-size: 1.4em;
  white-space: normal;
}

.heading-icon {
  height: 35px;
  width: auto;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-wrap: nowrap;  
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5px;
  text-align: center;
}

.footer-logo {
  height: 36px;
  flex-shrink: 0;
}
.footer-copy { 
  margin: 0;  
  font-size: 0.8em;
  white-space: normal;
}

.footer-sns-icons {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 0px;
}

.footer-sns-icons img {
  width: 24px;
  height: 24px;
  border-radius: 8px;
}

.footer-content { flex-wrap: wrap; }        /* 折り返し許可 */
.footer-copy { white-space: normal; }       /* 改行許可 */

.sns-links {
  display: flex;
  gap: 10px;
}

.sns-icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}
}

/* 3) 端末が狭いときの保険（必要なら） */
@media (max-width: 640px) {
  /* .detail-section { min-width: 0; } */  /* 300pxの下限を解除 */
  .breadcrumbs ol { white-space: normal; }
}

@media (max-width: 699px) {
 body {
/* font-family: 'M PLUS Rounded 1c', 'HG創英丸ﾎﾟｯﾌﾟ体', 'Comic Sans MS', cursive, sans-serif; */
max-width: 100%;
 }
 
.campaign-container {
    padding: 0 1vw;
}
  
/* .campaign-heading {
    font-size: 1.2em;
} */

h2 {
  font-size: 1.8em;
  margin-left: 10px;
}

#new {
  padding: 0;
  margin: 10px auto;
  max-width: 100%;
  box-sizing: border-box; 
}
#all {
  padding: 0;
  margin: 10px auto;
  max-width: 100%;
  box-sizing: border-box; 
}
.notice-box-horizontal {
  display: block;
  padding: 18px;
  background-color: rgba(255,255,255,0.92);
  border: 2px solid #ccc;
  border-radius: 12px;
  box-sizing: border-box;
  height: 100%;
  max-width: 90vw;
  width: 100%;
  margin: 0 auto; 
  text-align:center;
}

.notice-box-horizontal img {
  width: 230px;      /* 必要に応じて調整 */
  min-width: 172px;
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
  text-align: center;
  display: block;
}

.notice-box-horizontal p {
  width: 260px;
  min-height: unset;
  margin: auto;
  font-size: 0.85em;
  line-height: 1.5;
  text-align: left;
}
  .br-pc {
    display: inline-block;
  }
  
h3 {
  font-size: 1.0em;
  display: block;
  padding-bottom: 0px;
  margin-top: -10px;
  margin-bottom: -15px;
  text-align: center;
}
}

@media (min-width: 428px) and (max-width: 768px){

/* body {
 max-width: 100%;
 padding: 10px;
} */

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  width: 50px;
  height: 50px;
  top: 18px;
  right: 18px;
  z-index: 110;
  border: 2px solid #e25c21;
  border-radius: 16px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.16);
  transition: background 0.2s, box-shadow 0.2s;
   /* ↓追加: overflowをvisibleにしておくことで、はみ出し防止 */
  overflow: visible;
  cursor: pointer;
  }
  
.hamburger span {
  /* display: block; */
  position: absolute;
  width: 28px;
  height: 3.5px;
  left: 11px;
  right: 11px;
  margin: 0 auto;
  border-radius: 2px;
  background: #c84a1c;
  transition: 0.3s;
}

.hamburger span:nth-child(1) { top: 10px; } 
.hamburger span:nth-child(2) { top: 18px; } /* 23から変更 */
.hamburger span:nth-child(3) { top: 26px; } /* 32から変更 */

/* open時 */
.hamburger.open span:nth-child(1) {
  top: 18px;
  transform: rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  top: 18px;
  transform: rotate(-45deg);
}

.hamburger .menu-label {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 32px; /* 三本線との間隔調整、必要に応じて調整 */
  color: #d34523;
  font-weight:bold;
  font-size: 0.6em;
  font-family: 'Yu Mincho', serif;
  text-align: center;
  /* user-select: none;
  pointer-events: none; */
  transition: opacity 0.2s;
  opacity: 1;
}

/* メニュー展開(open)時は非表示 */
.hamburger.open .menu-label {
  opacity: 0;
  pointer-events: none;
}

/* close-labelを下に（絶対位置→相対位置＆マージン）*/
.hamburger .close-label {
  display: none;      /* blockから修正 */
  position: absolute; /* relativeから修正　追加：spanの下に通常配置 */
  width: 100%;
  left: 0;
  right: 0;
  margin-top: 32px;   /* ×より下に下げる（必要に応じて調整） */
  /* margin: 0 auto; */
  border: none;
  background: none;
  color: #a0522d;  
  font-size: 0.7em; /* 0.92から修正 */
  font-family: 'Yu Mincho', serif;
  /* letter-spacing: 0.1em; */
  text-align: center;
  box-shadow: none;
  /* pointer-events: none; */ /* クリック無効（お好みで） */
  /* user-select: none; */
  /* line-height: 1.2; お好みで */
}

/* メニューを開いたときのみ表示 */
.hamburger.open .close-label {
  display: block;
}

.hamburger:hover,
.hamburger:focus {
  background: #fffbe6;        /* ホバー時ほんのり色変更 */
  box-shadow: 0 4px 18px #ffae3b77;
}

/* おまけ：タップエリアが分かりやすいように */
.hamburger:active {
  background: #ffeedd;
}
    
.global-nav {
  display: none;
  position: fixed;
  z-index: 108;
  flex-direction: column;
  align-items: stretch;
  width: 95vw;
  top: 0;
  left: 2.5vw;
  right: 2.5vw;
  margin: 0 auto;
  border-radius: 0 0 28px 28px;
  background: #fffdfa;
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
  transition: transform 0.32s cubic-bezier(.6,0,.4,1);
  transform: translateY(-120%);
  }
.global-nav.open {
  display: flex;
  flex-direction: column; 
  transform: translateY(0);   /* 表示時は上から降りてくる */
  width: 92vw;        /* ← お好みで調整、90～95vwが一般的 */
  left: 4vw;
  right: 4vw;
  margin: 0 auto;
  border-radius: 0 0 20px 20px;
}
.global-nav a {
  margin: 0;
  padding: 22px 0 18px 0;
  border-right: none;
  border-bottom: 1.5px solid #f5b292;
  border-radius: 0;
  background: transparent;
  color: #d34523;
  font-size: 1.14em;
  text-align: center;
}
}

@media (min-width: 769px) and (max-width: 1024px){
   
.global-nav {
  font-size: 1em;
}
.global-nav a {
  font-size: 1em;
  padding: 12px 0;
}
}

@media (min-width: 700px) and (max-width: 909px) {
.notice-box-horizontal {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  background-color: rgba(255,255,255,0.92);
  border: 2px solid #ccc;
  border-radius: 12px;
  box-sizing: border-box;
  height: 100%;
  max-width: 90vw;
  width: 100%;
  margin: 10px auto;
}

.notice-box-horizontal img {
  width: 216px;      /* 必要に応じて調整 */
  min-width: 162px;
  height: auto;
  margin: 0 18px 0 0;
  border-radius: 8px;
  object-fit: contain;
}

.notice-box-horizontal p {
  min-height: unset;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.5;
  flex: 1;
}
h3 {
  font-size: 1.2em;
  display: inline-block;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#kushiage-heading {
  margin-top: 0;
}
}

 /* 横スクを許可して確認用 */
/* body {
  overflow-x: auto !important;
}

*:not(html):not(body) {
  outline: none;
} */
