/* ========================================
   基本設定
======================================== */
.sp-off{display: none}




.container_subpage .night-bbq {
  --navy: #071a2c;
  --navy-light: #102c46;
  --gold: #d4ae68;
  --cream: #f7f3eb;
  --red: #a92922;

  color: #222;
  font-family: "Meiryo", "メイリオ", sans-serif;
  background: #fff;
}

.container_subpage .night-bbq *,
.container_subpage .night-bbq *::before,
.container_subpage .night-bbq *::after {
  box-sizing: border-box;
}

/* 元テーマの見出し装飾をまとめて解除 */
.container_subpage .night-bbq :is(h2, h3, h4, h5, h6) {
  position: static;
  margin: 0;
  padding: 0;
  color: inherit;
  font-family: "Meiryo", "メイリオ", sans-serif;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.5;
  text-align: inherit;
  background: none;
  border: 0;
  clear: none;
}

.container_subpage .night-bbq :is(h2, h3, h4, h5, h6)::before,
.container_subpage .night-bbq :is(h2, h3, h4, h5, h6)::after {
  display: none;
  width: 0;
  height: 0;
  content: none;
  background: none;
  border: 0;
}

/* 元テーマのsection余白を解除 */
.container_subpage section.night-bbq,
.container_subpage section.night-bbq__menu,
.container_subpage section.night-bbq__notice {
  margin-right: auto;
  margin-left: auto;
}

.container_subpage .night-bbq img {
  display: block;
  width: 100%;
  height: auto;
}

/* ページ上部背景 */
/*.container_subpage {
  background: #00050c!important;
  padding: 30px 0 0 0!important;
}
.container_subpage section:not(#deli):not(#deli section) {
  margin: 0 auto 0 auto !important;
}*/
/*.container_subpage {
  padding-bottom: 0!important;
}*/
#deli,#deli section{
  width: 100%;
}

/* パンくず */
/*a.home{color: #fff;}
.container_subpage .breadcrumb,
.container_subpage .breadcrumbs,
.container_subpage .bread_crumb {
  background: #00050c;
  color: #fff;
  padding-left: 10px;
}*/

/* ナイトBBQ本体 */
.container_subpage .night-bbq {
  /*background: #fff;*/
  margin-bottom: 0px;
}

/* ヒーロー部分 */
.container_subpage .night-bbq .night-bbq__hero {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #00050c;
  padding: 0;
}

.container_subpage .night-bbq .night-bbq__hero img {
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
}
/* ========================================
   メイン画像
======================================== */

.night-bbq__hero {
  max-width: 1100px;
  margin: 0 auto;
}

.night-bbq__hero img {
  width: 100%;
  /*aspect-ratio: 16 / 8;
  object-fit: cover;*/
}

/* ========================================
   コンテンツ全体
======================================== */

.night-bbq__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 45px 5px 0;
}

/* ========================================
   導入部分
======================================== */

.night-bbq__intro {
  text-align: center;
}

.night-bbq__label {
  display: inline-block;
  margin: 0 0 16px;
  padding: 7px 18px;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  background: var(--red);
}

.container_subpage .night-bbq .night-bbq__intro h2 {
  color: var(--navy);
  font-size: 1.35rem;
  line-height: 1.4;
  text-align: center;
}

.night-bbq__catch {
  margin: 18px 0 14px;
  color: #9a712e;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6em;
}

.night-bbq__text {
  margin: 0 auto;
  font-size: 0.9rem;
  line-height: 1.9;
  text-align: left;
  max-width: 400px;
}

/* ========================================
   開催概要
======================================== */

.night-bbq__summary {
  max-width: 400px;
  margin: 40px auto 0;
  padding: 5px 0;
  color: var(--navy);
  background: #fffced;
  border-top: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
}

.night-bbq__summary dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
}

.night-bbq__summary dl > div {
  text-align: center;
  padding: 20px 10px;

  border-bottom: 1px dotted #999;
}

.night-bbq__summary dl > div:last-child {
  border-bottom: 0;
}

.night-bbq__summary dt {
  margin: 0;
  /*color: #9a712e;*/
  margin-bottom: 10px;

  color: #1c435f;
  font-size: 1rem;
  font-weight: 700;
}

.night-bbq__summary dd {
  margin: 0;
  color: #292929;
  font-size: 0.95rem;
}

.night-bbq__time {
  color: var(--red);
  font-size: 1.1rem;
  font-weight: 700;
}




/* ========================================
   各セクション共通
======================================== */

.container_subpage section.night-bbq__menu,
.container_subpage section.night-bbq__notice {
  margin-top: 70px;
  margin-bottom: 0;
}

.night-bbq__heading {
  margin-bottom: 30px;
  text-align: center;
}

.night-bbq__heading > span {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.container_subpage .night-bbq .night-bbq__heading h3 {
  margin: 8px 0 10px;
  color: var(--navy);
  font-size: 1.2rem;
  line-height: 1.5;
}

.night-bbq__heading p {
  margin: 0;
  font-size: 0.9rem;
}

/* ========================================
   メニュー
======================================== */

.night-bbq__menu-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  
  max-width: 400px;
  margin: auto;
}

.night-bbq__menu-item {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 2px solid #ddd8ce;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(7, 26, 44, 0.08);
}

.night-bbq__menu-item--recommended {
  border: 3px solid var(--gold);
}

.night-bbq__recommend {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  margin: 0;
  padding: 5px 12px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  background: var(--red);
}

.night-bbq__menu-image img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.night-bbq__menu-body {
  padding: 24px 20px 25px;
  text-align: center;
}

.container_subpage .night-bbq .night-bbq__menu-body h4 {
  /*margin: 0 0 14px;*/
  color: #144370;
  font-size: 1.25rem;
  line-height: 1.5;
}

.night-bbq__price {
  margin: 0;
  color: var(--red);
}

.night-bbq__price-label {
  display: block;
  color: #555;
  font-size: 0.8rem;
}

.night-bbq__price-number {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.night-bbq__price small {
  color: #555;
  font-size: 0.75rem;
}

.night-bbq__minimum {
  margin: 12px 0 15px;
  padding: 4px 12px;
  color: var(--navy);
  font-size: 0.8rem;
  background: var(--cream);
  border-radius: 6px;
}

.night-bbq__menu-detail {
  margin: 0;
  color: #555;
  font-size: 0.85rem;
  line-height: 1.7;
  text-align: left;
}

.night-bbq__menu-note {
  margin: 30px 0 0;
  font-size: 0.85rem;
  line-height: 1.7;
  text-align: center;
}

/* ========================================
   注意事項
======================================== */

.container_subpage section.night-bbq__notice {
  padding: 45px 5%;
  background: var(--cream);
}

.night-bbq__notice-list {
  display: grid;
  gap: 16px;
}

.night-bbq__notice-item {
  display: flex;
  gap: 15px;
  padding: 20px;
  background: #fff;
  border-left: 4px solid var(--gold);
}

.container_subpage .night-bbq .night-bbq__notice-item h4 {
  position: relative;
  display: block;
  width: fit-content;
  padding-bottom: 6px;
  margin: 4px auto 8px;
  color: #123f6a;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
/*.container_subpage .night-bbq .night-bbq__notice-item h4::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80%;
  height: 2px;
  background: #123f6a;
  transform: translateX(-50%);
  border: 0 !important;
}*/
.night-bbq__notice-item p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.8;
}

/* ========================================
   予約ボタン
======================================== */

.night-bbq__cta {
  margin-top: 60px;
  padding: 40px 20px;
  color: #fff;
  text-align: center;
  background: var(--navy);
  border-top: 4px solid var(--gold);
}

.night-bbq__cta p {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 700;
}

.container_subpage .night-bbq .night-bbq__cta h3 {
  margin: 0 0 25px;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.5;
}

.night-bbq__button {
  display: block;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding: 17px 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  background: var(--red);
  border-radius: 4px;
  box-shadow: 0 5px 0 #761b16;
  transition: transform 0.2s, box-shadow 0.2s;
}

.night-bbq__button:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(2px);
  box-shadow: 0 3px 0 #761b16;
}

.container_subpage .night-bbq .night-bbq__button--tel {
  padding: 14px 20px 16px;
}

.container_subpage .night-bbq .night-bbq__button-label {
  display: block;
  font-size: 0.95rem;
  line-height: 1.4;
}

.container_subpage .night-bbq .night-bbq__button-tel {
  display: block;
  margin-top: 4px;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.container_subpage .night-bbq .night-bbq__cta-note {
  margin: 18px 0 0;
  color: #fff;
  font-size: 0.85rem;
  line-height: 1.6;
}
/* ========================================
   PC表示
======================================== */

@media (min-width: 768px) {
  .sp-off{display: inline-block;}
  .pc-off{display: none;}
  
  .container_subpage .night-bbq .night-bbq__hero img {
    max-width: 1200px;
  }

  .night-bbq__inner {
    padding: 60px 30px 90px;
  }
  .container_subpage section.night-bbq__menu,
  .container_subpage section.night-bbq__notice {
    margin-top: 100px;
  }
  .container_subpage .night-bbq .night-bbq__intro h2 {
    font-size: 2.2rem;
  }

  .night-bbq__catch {
    font-size: 1.3rem;
  }

  .night-bbq__text {
    font-size: 1rem;
    text-align: center;
    max-width: 1200px;
  }
  .night-bbq__heading p {
    font-size: 1rem;
  }
  
  .night-bbq__summary {
    max-width: 900px;
    padding: 25px 0;
  }

  .night-bbq__summary dl {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .night-bbq__summary dl > div {
    min-width: 0;
    padding: 0 18px;
    border-right: 1px dotted #848484;
    border-bottom: 0;
  }

  .night-bbq__summary dl > div:last-child {
    border-right: 0;
  }

  .night-bbq__summary dt {
    margin-bottom: 10px;
  }

  .night-bbq__summary dd {
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .night-bbq__time {
    font-size: 1.05rem;
  }

  
  
  
  
  
  
  
  
  .container_subpage .night-bbq .night-bbq__heading h3 {
    font-size: 1.8rem;
  }

  .night-bbq__menu-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    max-width:1000px;
  }

  .night-bbq__menu-item {
    display: flex;
    flex-direction: column;
  }

  .night-bbq__menu-body {
    display: flex;
    flex: 1;
    flex-direction: column;
  }

  .night-bbq__menu-detail {
    margin-top: auto;
  }

  .container_subpage section.night-bbq__notice {
    padding: 55px 50px;
  }

  .night-bbq__notice-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .night-bbq__notice-item {
    padding: 25px;
  }
  .container_subpage .night-bbq .night-bbq__notice-item h4 {
    font-size: 1.3rem;
  }
  .night-bbq__button {
    display: inline-block;
  }
}


/* 器材紹介 */
.container_subpage .night-bbq .night-bbq__equipment {
  margin: 56px auto 0;
  max-width: 400px;
}

.container_subpage .night-bbq .night-bbq__equipment-head {
  margin-bottom: 50px;
  text-align: center;
}

.container_subpage .night-bbq .night-bbq__equipment-head h4 {
  /*display: inline-block;*/
  position: static;
  margin: 0 0 30px;
  padding: 20px 0;
  color: #082033;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
  border-top: 1px solid #d4a64f;
  border-bottom: 1px solid #d4a64f;
  background: linear-gradient(
    to right,
    transparent,
    rgba(212, 166, 79, 0.12),
    transparent
  );
}

.container_subpage .night-bbq .night-bbq__equipment-head p {
  margin: 0 auto;
  color: #082033;
  font-size: 0.9rem;
  line-height: 1.9;
}

.container_subpage .night-bbq .night-bbq__equipment-content {
  /*padding: 20px 30px;*/
  border: solid 1px #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(8, 32, 51, 0.06);
  overflow: hidden;
}

.container_subpage .night-bbq .night-bbq__equipment-image {
  
}

.container_subpage .night-bbq .night-bbq__equipment-image img {
  display: block;
  width: 100%;
  height: auto;
}

.container_subpage .night-bbq .night-bbq__equipment-box {
  padding: 24px 20px 26px;
  background: #fff;
}

.container_subpage .night-bbq .night-bbq__equipment-box h5 {
  position: static;
  margin: 0 0 18px;
  padding: 0 0 10px;
  color: #123f6a;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.45;
  border-bottom: 2px solid #ead8b6;
  text-align: center;
}

.container_subpage .night-bbq .night-bbq__equipment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 0px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.container_subpage .night-bbq .night-bbq__equipment-list li {
  position: relative;
  padding-left: 16px;
  color: #082033;
  font-size: 0.9rem;
  line-height: 1.6;
}

.container_subpage .night-bbq .night-bbq__equipment-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 5px;
  height: 5px;
  background: #ad957c;
  border-radius: 50%;
}

.container_subpage .night-bbq .night-bbq__equipment-note {
  margin: 18px 0 0 !important;
  padding-top: 14px;
  border-top: 1px dotted #9e9e9e;
  color: #6f6254 !important;
  font-size: 0.9rem !important;
  line-height: 1.7 !important;
}

/* PC */
@media screen and (min-width: 768px) {
  
  .container_subpage .night-bbq .night-bbq__equipment {
    max-width: 1200px;
    margin-top: 70px;
  }

  .container_subpage .night-bbq .night-bbq__equipment-head h4 {
    font-size: 1.3rem;
  }
  .container_subpage .night-bbq .night-bbq__equipment-head p {
    font-size: 1rem;
  }
  
  .container_subpage .night-bbq .night-bbq__equipment-content {
    display: grid;
    grid-template-columns:50% 50%;
    align-items: stretch;
    margin: auto;
    max-width: 1000px;
  }

  .container_subpage .night-bbq .night-bbq__equipment-image img {
    height: 100%;
    min-height: 330px;
    object-fit: cover;
  }

  .container_subpage .night-bbq .night-bbq__equipment-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px 36px;
  }
  .container_subpage .night-bbq .night-bbq__equipment-box h5 {
    text-align: left;
  }
  .container_subpage .night-bbq .night-bbq__equipment-list {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .container_subpage .night-bbq .night-bbq__equipment-list li {
    padding-left: 16px;
    font-size: 0.95rem;
  }

  .container_subpage .night-bbq .night-bbq__equipment-list li::before {
    left: 0;
    top: 0.75em;
    width: 5px;
    height: 5px;
  }
  .container_subpage .night-bbq .night-bbq__cta h3 {
    font-size: 1.25rem;
  }
  .container_subpage .night-bbq .night-bbq__button-tel {
    font-size: 1.7rem;
  }
}



