@charset "UTF-8";
/* ==============================
   Breakpoints & Media Mixins
   ============================== */
/* --- 変数設定 --- */
/* --- 基本3段階 --- */
/* --- 応用（自由指定）--- */
/* Snow Monkey Forms のカスタマイズ */
.smf-form {
  margin: 2em auto;
  padding: 2em;
  background: #fff;
  border-radius: 12px;
  color: #333;
  gap: 3rem;
  display: flex;
  flex-direction: column;
  max-width: 800px;
}
.smf-form .smf-item__label__text {
  font-weight: 700;
  color: #333;
  font-size: 1.75rem;
  display: inline-block;
}
.smf-form input,
.smf-form select,
.smf-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0.6em 1em;
  font-size: 1rem;
  transition: border-color 0.2s ease;
}
.smf-form input:focus,
.smf-form select:focus,
.smf-form textarea:focus {
  border-color: #0097e0;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 151, 224, 0.1);
}
.smf-form button[type=submit],
.smf-form .smf-submit-button {
  background: #0097e0;
  color: #fff;
  font-weight: 700;
  padding: 0.8em 2em;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.smf-form button[type=submit]:hover,
.smf-form .smf-submit-button:hover {
  opacity: 0.8;
}
.smf-form #js-total-view {
  font-weight: 700;
  font-size: 1.3em;
  color: #d22;
}

.snow-monkey-form {
  width: auto;
  margin: 0 auto;
  /* SMF の人数フィールド用：横並びシンプルステッパー */
  /* モバイルはタップしやすいように少し大きく */
  /* total_amount フィールドを非表示にする */
}
@media (max-width: 767px) {
  .snow-monkey-form {
    width: 100%;
  }
}
.snow-monkey-form .is-layout-flex {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  line-height: normal;
  flex-direction: column;
  align-items: flex-start;
}
.snow-monkey-form .bbq-stepper-inline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  /* SMFの input 高さと馴染ませる */
}
.snow-monkey-form .bbq-stepper-inline input[type=number],
.snow-monkey-form .bbq-stepper-inline input[type=text] {
  width: 72px !important; /* お好みで */
  height: 38px;
  text-align: center;
  padding: 0 0.5em;
  border: 1px solid var(--_form-control-border-color, #ccc);
  border-radius: var(--_global--border-radius, 6px);
  margin: 0;
  /* ネイティブの↑↓を消す（Chrome系） */
  /* Firefox */
  -moz-appearance: textfield;
}
.snow-monkey-form .bbq-stepper-inline input[type=number]::-webkit-outer-spin-button, .snow-monkey-form .bbq-stepper-inline input[type=number]::-webkit-inner-spin-button,
.snow-monkey-form .bbq-stepper-inline input[type=text]::-webkit-outer-spin-button,
.snow-monkey-form .bbq-stepper-inline input[type=text]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.snow-monkey-form .bbq-stepper-inline .bbq-stepper-inline__btn {
  width: 38px;
  height: 38px;
  border: 1px solid var(--_form-control-border-color, #ccc);
  border-radius: var(--_global--border-radius, 6px);
  background: #f5f5f5;
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.snow-monkey-form .bbq-stepper-inline .bbq-stepper-inline__btn:hover {
  background: #eee;
}
.snow-monkey-form .bbq-stepper-inline .bbq-stepper-inline__btn:active {
  background: #e5e5e5;
}
@media (max-width: 767px) {
  .snow-monkey-form .bbq-stepper-inline {
    gap: 8px;
  }
  .snow-monkey-form .bbq-stepper-inline input[type=number], .snow-monkey-form .bbq-stepper-inline input[type=text] {
    width: 40px !important;
    height: 30px;
    font-size: 14px;
    margin-right: 0;
  }
  .snow-monkey-form .bbq-stepper-inline .bbq-stepper-inline__btn {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}
.snow-monkey-form .smf-text-control [name=total_amount] {
  display: none !important;
}
.snow-monkey-form .smf-item:has([name=total_amount]) {
  display: none !important;
}
.snow-monkey-form .smf-text-control [name=tel] {
  width: 100%;
}

select[name=bbq_area],
select[name=bbq_time_slot] {
  padding: 1.5rem;
  font-size: 14px;
  width: auto;
}

.smf-form--simple-table .smf-item {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.smf-form--simple-table .smf-item__col--label {
  padding-bottom: 0;
}

.wp-block-group {
  margin-bottom: 1rem;
}

.smf-form .smf-text-control__control {
  font-size: 14px;
}

/* 余白もろとも完全に消す */
.bpq-hidden {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* WPの block-gap 由来の隙間も潰す */
.wp-block-group.bpq-hidden {
  margin-block: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* ラジオボタン */
input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 2rem;
  height: 2rem;
  border: 2px solid #cccccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  padding: 0;
}

input[type=radio]:checked {
  border-color: #00bdc7;
}

input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #00bdc7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.smf-form .smf-radio-button-control {
  align-items: center;
}

.res-block--resident > .wp-block-group__inner-container,
.res-block--inbound > .wp-block-group__inner-container {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .res-block--resident > .wp-block-group__inner-container,
  .res-block--inbound > .wp-block-group__inner-container {
    flex-direction: row;
    gap: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .res-block--resident > .wp-block-group__inner-container,
  .res-block--inbound > .wp-block-group__inner-container {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .res-block--resident > .wp-block-group__inner-container,
  .res-block--inbound > .wp-block-group__inner-container {
    flex-direction: row;
  }
}
.smf-item__label__text > sub > sup > a {
  color: #333 !important;
}

.smf-radio-buttons-control__control {
  display: flex;
  gap: 2rem;
}

/* ===============================
 input / select の高さ統一
 =============================== */
.smf-form input[type=text],
.smf-form input[type=email],
.smf-form input[type=tel],
.smf-form input[type=date],
.smf-form input[type=number],
.smf-form select {
  height: 44px; /* 好みで調整（40〜48px推奨） */
  padding: 0 0.75em;
  line-height: 1.2;
  box-sizing: border-box;
  vertical-align: middle;
}

.smf-form select {
  max-width: 40%;
}

/* Safari・Firefox対策 */
.smf-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
}

/* stepper付き number input の微調整 */
.smf-form input[type=number] {
  -moz-appearance: textfield;
}

.smf-form input[type=number]::-webkit-inner-spin-button,
.smf-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.smf-form input[type=date] {
  max-width: 36.3636363636%;
}
@media (max-width: 767px) {
  .smf-form input[type=date] {
    max-width: 100%;
  }
}

.smf-select-control {
  max-width: 36.3636363636%;
}
@media (max-width: 767px) {
  .smf-select-control {
    display: inline !important;
    width: 100%;
  }
}

/* ===============================
   SP専用：合計金額パネル固定
   =============================== */
@media (max-width: 767px) {
  .bbq-total {
    text-align: right;
  }
  #js-total-detail {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8); /* 白の透過80% */
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px); /* 背景ぼかしで視認性UP（対応ブラウザのみ） */
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    padding: 0.8em 1em;
    font-size: 0.9rem;
    line-height: 1.4;
    z-index: 9999;
    color: black;
  }
  /* 内容を少しコンパクトに */
  #js-total-detail div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.5em;
  }
  /* 合計部分を強調 */
  #js-total-detail strong {
    font-size: 1.4rem;
    color: #000;
  }
  /* 最後の「合計」行をさらに大きく＆太字 */
  #js-total-detail div:last-of-type strong {
    font-size: 1.8rem;
    font-weight: 700;
    color: #e60033; /* 赤系アクセント（好みに変更） */
  }
  /* hrもコンパクトに */
  #js-total-detail hr {
    margin: 0.4em 0;
  }
  /* ページ下部に固定されるため、下に余白を作って被り防止 */
  body {
    padding-bottom: 100px;
  }
}
/* ===============================
PC専用：合計金額パネル 右下フロート
=============================== */
@media (min-width: 1280px) {
  .bbq-total {
    text-align: center;
  }
  #js-total-view {
    font-size: 150%;
    color: white;
    font-weight: 900;
  }
  #js-total-detail {
    position: fixed;
    right: 16px;
    bottom: 16px;
    width: 320px; /* 必要なら 280〜360px で調整 */
    max-width: calc(100vw - 32px);
    background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    padding: 12px 14px;
    font-size: 0.92rem;
    line-height: 1.5;
    z-index: 9999;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    color: black;
  }
  /* 行のレイアウトを左右で揃える */
  #js-total-detail div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.5em;
  }
  /* 通常の strong は少し強調 */
  #js-total-detail strong {
    font-size: 1.1rem;
  }
  /* 最終行（合計）だけさらに強調 */
  #js-total-detail div:last-of-type strong {
    font-size: 1.6rem;
    font-weight: 700;
    color: #e60033;
  }
  #js-total-detail hr {
    margin: 0.5em 0;
  }
  /* ほんのり浮かせる */
  #js-total-detail:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
  }
}
/* 印刷時は非表示（任意） */
@media print {
  #js-total-detail {
    display: none !important;
  }
}
/* ===============================
   タブレット専用：合計金額パネル 右下フロート（中央寄せ）
   =============================== */
@media (min-width: 768px) and (max-width: 1279px) {
  .bbq-total {
    text-align: center;
  }
  #js-total-detail {
    position: fixed;
    bottom: 16px;
    right: 50%;
    transform: translateX(50%); /* 中央寄せ */
    width: 360px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    border: 1px solid #ddd;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    padding: 1em;
    font-size: 0.95rem;
    line-height: 1.6;
    z-index: 9999;
    color: #000;
  }
  #js-total-detail div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  #js-total-detail div:last-of-type strong {
    font-size: 1.8rem;
    color: #e60033;
  }
  /* hover軽め */
  #js-total-detail:hover {
    transform: translateX(50%) translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  }
}
.page-contact .entry.entry-content {
  max-width: 800px;
  margin: 0 auto;
}

/* BBQ オプションエリアの説明文だけ文字サイズUP */
.bbq-options-block .smf-control-description {
  font-size: 1.1rem; /* ← 好きなサイズに（14～16あたり推奨） */
  line-height: 1.6;
  font-weight: 600; /* 少し太字にして読みやすく */
  margin-top: 4px; /* ちょい余白 */
}

/* SMFの説明が空の<p>だけのときは表示しない */
.smf-item__controls p:empty {
  display: none;
}

.bbq-options-block > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.bbq-options-block > .wp-block-group__inner-container > .smf-placeholder {
  width: 49%;
}
@media (min-width: 1280px) {
  .bbq-options-block > .wp-block-group__inner-container > .smf-placeholder {
    width: calc(33.3333333333% - 1rem);
  }
}

/* オプションまとめフィールドは画面には出さない */
.bbg-opt-summary-hidden,
.bbg-opt-summary-hidden .smf-item__col,
.bbg-opt-summary-hidden .smf-text-control__control {
  display: none !important;
}

.bbq_option_pic img {
  margin: 0 !important;
}

.bbq-options-block .wp-block-group {
  flex: 1;
}

/* SMF確認画面で数値フィールドを横幅100%に戻す例 */
[data-screen=confirm] .bbq-stepper-inline {
  display: block;
}

.bbq-opt-summary-hidden {
  display: none !important;
}

/* ===============================
   固定ページテキストスタイル
   =============================== */
.tel_text_wrapper {
  margin: 0;
  padding: 0 !important;
  position: relative;
  font-size: 11px;
}
.tel_text_wrapper a {
  position: relative;
  padding-left: 28px;
  display: inline-block;
}
.tel_text_wrapper a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/wp/wp-content/themes/dp-macchiato-child/img/sns/icon_phone.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.tel_text_wrapper .tel_text {
  font-weight: 900 !important;
  font-size: x-large;
}

.bbq-time-slot-label {
  font-weight: 700;
  color: #333;
  font-size: 1.2rem;
  display: inline-block;
}

/* セレクトラッパーを矢印の基準にする */
.smf-select-control {
  position: relative;
}

/* 時間帯ブロックだけ SP で横並びレイアウト */
@media (max-width: 768px) {
  .smf-placeholder[data-name=bbq_time_slot] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-direction: column-reverse;
  }
  .smf-placeholder[data-name=bbq_time_slot] .bbq-time-slot-label {
    margin: 0;
    white-space: nowrap;
    font-size: 13px;
  }
  .smf-placeholder[data-name=bbq_time_slot] .smf-select-control {
    flex: 1;
  }
  .smf-placeholder[data-name=bbq_time_slot] .smf-select-control__control {
    width: 100%; /* グローバルの input:100% とケンカしないように */
    height: 44px; /* 他の input と同じくらいに */
    padding-right: 40px; /* 矢印分の余白 */
  }
  .smf-placeholder[data-name=bbq_time_slot] .smf-select-control__toggle {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    pointer-events: none;
  }
}
#bbq_time_slot--input-description {
  font-weight: 700;
  color: #333;
  font-size: 1.2rem;
  display: inline-block;
}

.smf-placeholder[data-name=bbq_time_slot] {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .smf-placeholder[data-name=bbq_time_slot] {
    display: inline-grid;
  }
}

.smf-placeholder[data-name=bbq_time_slot] select.smf-select-control__control[name=bbq_time_slot] {
  /* ← ここに好きなスタイルを書く */
  width: 440px; /* 例：横幅を広げる */
  max-width: 100%; /* スマホ対策：はみ出し防止 */
}
@media (max-width: 767px) {
  .smf-placeholder[data-name=bbq_time_slot] select.smf-select-control__control[name=bbq_time_slot] {
    width: 440px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  /* 時間帯セレクトボックスだけ横幅広げる */
  .smf-placeholder[data-name=bbq_time_slot] .smf-select-control__control {
    width: 100%; /* 例：100% にして最大まで広げる */
    max-width: 260px; /* 好みの最大幅。数字は自由に変更OK */
    padding-right: 0;
  }
}
.smf-form .smf-select-control__toggle {
  right: 10px;
}

.smf-placeholder[data-name=bbq_area_label] {
  display: none;
}

.bbq-stepper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.bbq-stepper input {
  width: 64px;
  text-align: center;
  font-size: 16px;
}

.bbq-stepper__btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.bbq-stepper__btn:hover {
  background: #f5f5f5;
}

/*20251226*/
.number_people .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
  display: flex;
  gap: 5rem;
}
@media (max-width: 767px) {
  .number_people .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
    gap: 2rem;
  }
}
.number_people .smf-control-description {
  font-size: 1.2rem;
}

.widget-container.top:empty {
  display: none;
}/*# sourceMappingURL=smf-custom.css.map */