@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.toph1 {
  font-size: 13px !important;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.9;
  color: #5f564f;
  text-align: left;
  margin: 0 0 24px 0 !important;
  padding-left: 6px;
  position: relative;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
}

.toph1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 2px;
  height: 1.4em;
  background: #c9b37e;
}

.fuka-message__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 70px;
  flex-direction: row;
}

/* WPが自動で入れる空p対策 */
.fuka-message__inner > p {
  display: none;
}

/* テキスト群 */
.fuka-message__texts {
  display: flex;
  flex-direction: row-reverse;
  gap: 36px;
  align-items: flex-start;
}

/* 縦書き共通 */
.fuka-message__title,
.fuka-message__lead,
.fuka-message__text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 0;
  line-height: 2.9;
  color: #111;
}

/* タイトル */
.fuka-message__title {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.08em;
	font-weight: normal !important;
}

/* リード文 */
.fuka-message__lead {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.06em;
}

/* 本文 */
.fuka-message__text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

/* ロゴ枠 */
.fuka-message__logo {
  flex: 0 0 auto;
}

/* ロゴ画像 */
.fuka-message__logo img {
  width: 130px;
  max-width: none;
  height: auto;
  display: block;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .fuka-message {
    padding: 20px 20px;
  }

.fuka-message__inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .fuka-message__logo {
    order: 1;
  }

  .fuka-message__texts {
    order: 2;
  }

  .fuka-message__texts {
    gap: 20px;
    overflow-x: auto;
    width: 100%;
    justify-content: flex-start;
	  margin-top: 5%;
  }

  .fuka-message__title {
    font-size: 30px;
  }

  .fuka-message__lead {
    font-size: 18px;
  }

  .fuka-message__text {
    font-size: 15px;
  }

  .fuka-message__logo img {
    width: 120px;
  }
}

.page-id-8 .l-mainContent {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.side_bar{}
.side_bar_bt {
  padding-top: 10%;
  padding-bottom: 10%;
  background-color: #ccc;
  text-align: center;
}

@media (min-width: 600px) {
  .p-mainVisual__slideTitle {
    font-size: 48px;
    letter-spacing: 0.4em;
  }
	  .p-mainVisual__slideText {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

.fuka-menu {
	background-color:#fff;
	margin-top: 10%;
}



.fuka-menu__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.fuka-menu__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 60px;
  align-items: stretch;
  margin-bottom: 0;
}

.fuka-menu__row--reverse .fuka-menu__image {
  order: 2;
}

.fuka-menu__row--reverse .fuka-menu__content {
  order: 1;
}





.fuka-menu__title {
  color: #d71920;
  font-size: 20px !important;
  font-weight: 200 !important;
  line-height: 1.4;
  margin-bottom: 10px !important;
}

.fuka-menu__text {
  font-size: 16px;
  line-height: 2.2;
  color: #222;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.fuka-menu__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  min-width: 0;
  text-align: center;
  background: #d71920;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none !important;
  padding: 24px 30px;
  border-radius: 5px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
  position: relative;
  line-height: 1.4;
}

/* 矢印 */
.fuka-menu__btn::after {
  content: "›";
  font-size: 30px;
  line-height: 1;
  color: #fff;
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
}

/* ホバー */
.fuka-menu__btn:hover {
  color: #fff !important;
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.fuka-menu__image {
  margin: 0;
  padding: 0;
	min-width: 0;
}

.fuka-menu__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; /* ←高さ揃う */
}

.fuka-menu__inner > p {
  display: none;
}

.fuka-menu__row > p {
  display: none;
}

.fuka-menu__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
	min-width: 0;
}

@media (max-width: 768px) {
	.post_content h2 {
  font-size: 1.2em;
  line-height: 1.4;
  margin: 2em 0 2em;
  position: relative;
  z-index: 1;
  letter-spacing: 0.1em;
  font-weight: bold !important;
}
  .fuka-menu {
    padding: 50px 20px 70px;
  }

  .fuka-menu__row {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 60px;
  }

  .fuka-menu__row--reverse .fuka-menu__image,
  .fuka-menu__row--reverse .fuka-menu__content {
    order: initial;
  }

  .fuka-menu__content {
    padding: 0;
  }

  .fuka-menu__title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .fuka-menu__text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 30px;
  }

.fuka-menu__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  font-size: 18px;
  padding: 18px 20px;
  border-radius: 10px;
}
	.fuka-menu__btn::after {
  right: 18px;
  font-size: 26px;
}
}

.fixed-reserve-banner {
  position: fixed;
  right: 12px;
  top: 35%;
  transform: translateY(-50%);
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 90px;
  min-height: 280px;
  padding: 20px 10px;

  background: #b191ec;
  color: #fff;
  text-decoration: none;
  border-radius: 16px 0 0 16px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.16);
  transition: opacity .3s ease, transform .3s ease;
}

.fixed-reserve-banner:hover {
  opacity: .95;
  color: #fff;
  transform: translateY(-50%) scale(1.03);
}

.fixed-reserve-banner__main {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  font-weight: 500;
  text-align: center;
}

/* PCのみ表示 */
@media (max-width: 959px) {
  .fixed-reserve-banner {
    display: none;
  }
}

.fixed-reserve-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.fixed-reserve-banner__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-reserve-banner__icon svg {
  width: 26px;
  height: 26px;
  opacity: 0.95;
}

.fixed-reserve-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.fixed-reserve-banner__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-reserve-banner__icon img {
  width: 26px;
  height: 26px;
  display: block;
}

.fixed-reserve-banner {
  width: 90px;          /* ←大きく */
  min-height: 280px;     /* ←縦長に */
  padding: 26px 10px;    /* ←余白も少し広げる */
}

.fixed-reserve-banner__main {
  letter-spacing: 0.12em;
}

.fixed-reserve-banner__icon img {
  width: 40px;           /* ←アイコン大きく */
  height: 40px;
}

.page-id-65 .fixed-reserve-banner {
  display: none;
}

/* ========================================
   Booking Package 完成形カスタムCSS
   対象ページ限定：page-id-65
======================================== */

/* 全体 */
.page-id-65 #booking-package {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 0 60px;
  color: #2f2f2f;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  line-height: 1.8;
}

/* 内部余白 */
.page-id-65 #booking-package-calendarPage,
.page-id-65 #booking-package_servicePage,
.page-id-65 #booking-package_inputFormPanel,
.page-id-65 #booking-package_confirmPanel,
.page-id-65 #booking-package_finishPanel {
  margin-top: 24px;
}

/* 非表示パネルの変な余白防止 */
.page-id-65 #booking-package .hidden_panel {
  margin: 0;
  padding: 0;
}

/* ========================================
   月ヘッダー
======================================== */

.page-id-65 #booking-package .calendarHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding: 0 6px;
}

.page-id-65 #booking-package .calendarHeader * {
  color: #2f2f2f;
}

.page-id-65 #booking-package .calendarHeader .monthLabel,
.page-id-65 #booking-package .calendarHeader .month,
.page-id-65 #booking-package .calendarHeader .currentMonth,
.page-id-65 #booking-package .calendarHeader > div {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

/* 前月次月 */
.page-id-65 #booking-package .calendarHeader button,
.page-id-65 #booking-package .calendarHeader input[type="button"],
.page-id-65 #booking-package .calendarHeader .prev,
.page-id-65 #booking-package .calendarHeader .next {
  background: transparent;
  border: none;
  box-shadow: none;
  color: #333;
  font-size: 17px;
  padding: 6px 10px;
  cursor: pointer;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.page-id-65 #booking-package .calendarHeader button:hover,
.page-id-65 #booking-package .calendarHeader input[type="button"]:hover,
.page-id-65 #booking-package .calendarHeader .prev:hover,
.page-id-65 #booking-package .calendarHeader .next:hover {
  opacity: 0.7;
  transform: translateY(-1px);
}

/* ========================================
   カレンダー本体
======================================== */

.page-id-65 #booking-package .calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background: #fff;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  overflow: hidden;
}

/* 曜日 */
.page-id-65 #booking-package .calendar .week_slot {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
  color: #444;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.page-id-65 #booking-package .calendar .week_slot.sun {
  color: #666;
}

.page-id-65 #booking-package .calendar .week_slot.sat {
  color: #666;
}

/* 日付セル */
.page-id-65 #booking-package .calendar .day_slot {
  position: relative;
  min-height: 145px;
  padding: 14px 14px 34px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

/* 日付数字 */
.page-id-65 #booking-package .calendar .day_slot .dateField {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #333;
}

/* 予約可能日 */
.page-id-65 #booking-package .calendar .day_slot[data-select="1"]:not(.pastDay) {
  cursor: pointer;
}

/* hover */
.page-id-65 #booking-package .calendar .day_slot[data-select="1"]:not(.pastDay):hover {
  background: #faf6ff;
  box-shadow: inset 0 0 0 1px #b79adf;
}



/* 過去日 */
.page-id-65 #booking-package .calendar .day_slot.pastDay {
  background: #f7f7f7;
  cursor: default;
}

.page-id-65 #booking-package .calendar .day_slot.pastDay .dateField {
  color: #aaa;
}

.page-id-65 #booking-package .calendar .day_slot.pastDay::after {
  display: none;
}

/* 選択中候補（class名保険） */
.page-id-65 #booking-package .calendar .day_slot.active,
.page-id-65 #booking-package .calendar .day_slot.selected,
.page-id-65 #booking-package .calendar .day_slot.choice,
.page-id-65 #booking-package .calendar .day_slot.selectDate {
  background: #b79adf !important;
  box-shadow: inset 0 0 0 1px #b79adf;
}

.page-id-65 #booking-package .calendar .day_slot.active .dateField,
.page-id-65 #booking-package .calendar .day_slot.selected .dateField,
.page-id-65 #booking-package .calendar .day_slot.choice .dateField,
.page-id-65 #booking-package .calendar .day_slot.selectDate .dateField {
  color: #fff !important;
}

.page-id-65 #booking-package .calendar .day_slot.active::after,
.page-id-65 #booking-package .calendar .day_slot.selected::after,
.page-id-65 #booking-package .calendar .day_slot.choice::after,
.page-id-65 #booking-package .calendar .day_slot.selectDate::after {
  content: "選択中";
  color: #fff;
  border-color: rgba(255,255,255,0.45);
  background: transparent;
}

/* 今日の枠 */
.page-id-65 #booking-package .calendar .day_slot.today {
  box-shadow: inset 0 0 0 2px #b79adf;
}

/* ========================================
   サービス選択・時間選択エリア共通
======================================== */

.page-id-65 #booking-package #booking-package_servicePage,
.page-id-65 #booking-package #booking-package_serviceDetails,
.page-id-65 #booking-package #booking-package_inputFormPanel,
.page-id-65 #booking-package #booking-package_confirmPanel,
.page-id-65 #booking-package #booking-package_finishPanel,
.page-id-65 #booking-package .booking-package_block,
.page-id-65 #booking-package .booking-package_panel {
  background: #fff;
  border: 1px solid #e6dfd7;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

/* セクション見出し */
.page-id-65 #booking-package h2,
.page-id-65 #booking-package h3,
.page-id-65 #booking-package h4 {
  color: #2f2a26;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 0 0 16px;
}

/* 説明文 */
.page-id-65 #booking-package p {
  color: #4b4743;
}

/* ========================================
   時間枠ボタン系
======================================== */

.page-id-65 #booking-package .timeSlot,
.page-id-65 #booking-package .time_slot,
.page-id-65 #booking-package .timeslot,
.page-id-65 #booking-package .slot,
.page-id-65 #booking-package [data-time] {
  border: 1px solid #d8cbe9;
  border-radius: 999px;
  background: #fff;
  color: #5a4d69;
  padding: 10px 16px;
  transition: all 0.25s ease;
  cursor: pointer;
}

.page-id-65 #booking-package .timeSlot:hover,
.page-id-65 #booking-package .time_slot:hover,
.page-id-65 #booking-package .timeslot:hover,
.page-id-65 #booking-package .slot:hover,
.page-id-65 #booking-package [data-time]:hover {
  background: #faf6ff;
  border-color: #b79adf;
}

/* 選択中 */
.page-id-65 #booking-package .timeSlot.active,
.page-id-65 #booking-package .timeSlot.selected,
.page-id-65 #booking-package .time_slot.active,
.page-id-65 #booking-package .time_slot.selected,
.page-id-65 #booking-package .timeslot.active,
.page-id-65 #booking-package .timeslot.selected,
.page-id-65 #booking-package .slot.active,
.page-id-65 #booking-package .slot.selected {
  background: #b79adf !important;
  color: #fff !important;
  border-color: #b79adf !important;
}

/* 時間枠が横並びになる場合の隙間 */
.page-id-65 #booking-package .timeSlots,
.page-id-65 #booking-package .time_slots,
.page-id-65 #booking-package .slotList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* ========================================
   入力フォーム
======================================== */

.page-id-65 #booking-package label {
  display: block;
  margin-bottom: 8px;
  color: #4b4743;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.page-id-65 #booking-package input[type="text"],
.page-id-65 #booking-package input[type="email"],
.page-id-65 #booking-package input[type="tel"],
.page-id-65 #booking-package input[type="number"],
.page-id-65 #booking-package input[type="date"],
.page-id-65 #booking-package select,
.page-id-65 #booking-package textarea {
  width: 100%;
  border: 1px solid #ddd6ce;
  border-radius: 10px;
  background: #fff;
  padding: 13px 14px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.page-id-65 #booking-package textarea {
  min-height: 140px;
  resize: vertical;
}

.page-id-65 #booking-package input[type="text"]:focus,
.page-id-65 #booking-package input[type="email"]:focus,
.page-id-65 #booking-package input[type="tel"]:focus,
.page-id-65 #booking-package input[type="number"]:focus,
.page-id-65 #booking-package input[type="date"]:focus,
.page-id-65 #booking-package select:focus,
.page-id-65 #booking-package textarea:focus {
  outline: none;
  border-color: #b79adf;
  box-shadow: 0 0 0 3px rgba(183, 154, 223, 0.15);
}

/* 必須っぽい表示があれば */
.page-id-65 #booking-package .required,
.page-id-65 #booking-package .req,
.page-id-65 #booking-package .must {
  color: #b97c7c;
  font-size: 12px;
  margin-left: 6px;
}

/* 項目ごとの余白 */
.page-id-65 #booking-package .form-group,
.page-id-65 #booking-package .inputGroup,
.page-id-65 #booking-package .row,
.page-id-65 #booking-package .field {
  margin-bottom: 18px;
}

/* ========================================
   確認ボタン・送信ボタン
======================================== */

.page-id-65 #booking-package button,
.page-id-65 #booking-package input[type="button"],
.page-id-65 #booking-package input[type="submit"],
.page-id-65 #booking-package .button {
  appearance: none;
  border: none;
  background: #b79adf;
  color: #fff;
  border-radius: 999px;
  padding: 14px 30px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(183, 154, 223, 0.24);
  transition: transform 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease;
}

.page-id-65 #booking-package button:hover,
.page-id-65 #booking-package input[type="button"]:hover,
.page-id-65 #booking-package input[type="submit"]:hover,
.page-id-65 #booking-package .button:hover {
  opacity: 0.92;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(183, 154, 223, 0.28);
}

/* 戻る系ボタン */
.page-id-65 #booking-package .cancel,
.page-id-65 #booking-package .back,
.page-id-65 #booking-package .return,
.page-id-65 #booking-package .button-secondary {
  background: #f6f3ef !important;
  color: #5c554d !important;
  box-shadow: none !important;
  border: 1px solid #e2d9cf !important;
}

/* ========================================
   エラー・完了メッセージ
======================================== */

.page-id-65 #booking-package .error,
.page-id-65 #booking-package .bookingError,
.page-id-65 #booking-package .validationError {
  background: #fff6f6;
  border: 1px solid #f0d4d4;
  color: #b45e5e;
  border-radius: 10px;
  padding: 12px 14px;
  margin-top: 12px;
}

.page-id-65 #booking-package .success,
.page-id-65 #booking-package .complete,
.page-id-65 #booking-package .finish,
.page-id-65 #booking-package .bookingComplete {
  background: #f5fbf7;
  border: 1px solid #d8ebdd;
  color: #3f6c50;
  border-radius: 10px;
  padding: 14px 16px;
}

/* ========================================
   ステップナビがある場合
======================================== */

.page-id-65 #booking-package .navigationPage,
.page-id-65 #booking-package .step,
.page-id-65 #booking-package .stepNav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.page-id-65 #booking-package .navigationPage > div,
.page-id-65 #booking-package .step,
.page-id-65 #booking-package .stepNav > div {
  background: #f7f3fb;
  color: #6f5f85;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  line-height: 1.3;
}

.page-id-65 #booking-package .navigationPage .active,
.page-id-65 #booking-package .step.active,
.page-id-65 #booking-package .stepNav .active {
  background: #b79adf;
  color: #fff;
}

/* ========================================
   スクロール位置調整
======================================== */

.page-id-65 #booking-package {
  scroll-margin-top: 100px;
}

/* ========================================
   スマホ対応
======================================== */

@media (max-width: 768px) {
  .page-id-65 #booking-package {
    padding: 10px 0 40px;
  }

  .page-id-65 #booking-package .calendarHeader {
    margin-bottom: 14px;
    gap: 8px;
    padding: 0 2px;
  }

  .page-id-65 #booking-package .calendarHeader .monthLabel,
  .page-id-65 #booking-package .calendarHeader .month,
  .page-id-65 #booking-package .calendarHeader .currentMonth,
  .page-id-65 #booking-package .calendarHeader > div {
    font-size: 16px;
  }

  .page-id-65 #booking-package .calendar .week_slot {
    min-height: 42px;
    font-size: 13px;
  }

  .page-id-65 #booking-package .calendar .day_slot {
    min-height: 88px;
    padding: 10px 8px 24px;
  }

  .page-id-65 #booking-package .calendar .day_slot .dateField {
    font-size: 15px;
  }

  .page-id-65 #booking-package .calendar .day_slot[data-select="1"]:not(.pastDay)::after {
    right: 6px;
    bottom: 6px;
    font-size: 9px;
    padding: 4px 6px;
  }

  .page-id-65 #booking-package #booking-package_servicePage,
  .page-id-65 #booking-package #booking-package_serviceDetails,
  .page-id-65 #booking-package #booking-package_inputFormPanel,
  .page-id-65 #booking-package #booking-package_confirmPanel,
  .page-id-65 #booking-package #booking-package_finishPanel,
  .page-id-65 #booking-package .booking-package_block,
  .page-id-65 #booking-package .booking-package_panel {
    padding: 18px;
    border-radius: 12px;
  }

  .page-id-65 #booking-package button,
  .page-id-65 #booking-package input[type="button"],
  .page-id-65 #booking-package input[type="submit"],
  .page-id-65 #booking-package .button {
    width: 100%;
    padding: 14px 18px;
  }
}

/* 時間選択画面：安全版 */
.page-id-65 #booking-package .timeSlot,
.page-id-65 #booking-package .time_slot,
.page-id-65 #booking-package .slot,
.page-id-65 #booking-package [data-time] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  padding: 10px 22px;
  border: 1px solid #cbb7e6;
  border-radius: 999px;
  background: #fff;
  color: #7b6b95;
  transition: .25s ease;
}

.page-id-65 #booking-package .timeSlot:hover,
.page-id-65 #booking-package .time_slot:hover,
.page-id-65 #booking-package .slot:hover,
.page-id-65 #booking-package [data-time]:hover {
  background: #f6f1ff;
  border-color: #b79adf;
}

.page-id-65 #booking-package .timeSlot.active,
.page-id-65 #booking-package .timeSlot.selected,
.page-id-65 #booking-package .time_slot.active,
.page-id-65 #booking-package .time_slot.selected,
.page-id-65 #booking-package .slot.active,
.page-id-65 #booking-package .slot.selected {
  background: #b79adf !important;
  color: #fff !important;
  border-color: #b79adf !important;
}

.page-id-65 #booking-package .cancel,
.page-id-65 #booking-package .back,
.page-id-65 #booking-package .return {
  margin-top: 24px;
}

/* リスト全体 */
.side_bar {
  padding: 0;
  margin: 0;
}

/* 各ボタン */
.side_bar_bt {
  list-style: none;
  position: relative;
  height: 90px; /* 高さ調整 */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: center;
  overflow: hidden;
}

/* 画像（疑似要素で背景） */
.side_bar_bt::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
  transition: 0.4s;
}

/* ちょい暗くするオーバーレイ */
.side_bar_bt::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 1;
}

/* 文字を前面に */
.side_bar_bt {
  z-index: 2;
}

/* ホバーでズーム */
.side_bar_bt:hover::before {
  transform: scale(1.05);
}

.side_bar_bt:nth-child(1)::before {
  background-image: url("http://fuka-silk.com/wp-content/uploads/2026/03/bt01.png");
}

.side_bar_bt:nth-child(2)::before {
  background-image: url("http://fuka-silk.com/wp-content/uploads/2026/03/bt02.png");
}

.side_bar_bt:nth-child(3)::before {
  background-image: url("http://fuka-silk.com/wp-content/uploads/2026/03/bt03.png");
}

.side_bar_bt:nth-child(4)::before {
  background-image: url("http://fuka-silk.com/wp-content/uploads/2026/03/bt04.png");
}

.side_bar_bt:nth-child(5)::before {
  background-image: url("http://fuka-silk.com/wp-content/uploads/2026/03/bt06.png");
}

.side_bar_bt:nth-child(6)::before {
  background-image: url("http://fuka-silk.com/wp-content/uploads/2026/03/bt7.png");
}

.side_bar_bt:nth-child(7)::before {
  background-image: url("http://fuka-silk.com/wp-content/uploads/2026/03/bt08.png");
}

.side_bar_bt:nth-child(8)::before {
  background-image: url("画像URL8");
}

.side_bar_bt {
  position: relative;
  z-index: 1;
}

/* 背景画像 */
.side_bar_bt::before {
  z-index: 0;
}

/* 黒オーバーレイ */
.side_bar_bt::after {
  z-index: 1;
}

/* 文字を最前面に */
.side_bar_bt {
  color: #fff;
}

.side_bar_bt span {
  position: relative;
  z-index: 2;
}

/* インスタバナー全体 */
.sidebar-instagram-banner {
  margin-top: 30px;
  background: #fff;
  text-align: center;
}

/* リンク全体をバナー化 */
.sidebar-instagram-banner a {
  display: block;
  text-decoration: none;
  color: #222;
  padding: 40px 20px 44px;
  transition: 0.3s ease;
}

/* ホバー */
.sidebar-instagram-banner a:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* アイコン */
.sidebar-instagram-banner__icon {
  margin-bottom: 26px;
}

.sidebar-instagram-banner__icon img {
  width: 60px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* 1行目 */
.sidebar-instagram-banner__lead {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.18em;
  color: #111;
}

/* 2行目 */
.sidebar-instagram-banner__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.14em;
  color: #111;
}

/* スマホ調整 */
@media screen and (max-width: 768px) {
  .sidebar-instagram-banner a {
    padding: 32px 16px 36px;
  }

  .sidebar-instagram-banner__icon {
    margin-bottom: 20px;
  }

  .sidebar-instagram-banner__icon img {
    width: 88px;
  }

  .sidebar-instagram-banner__lead {
    font-size: 18px;
    margin-bottom: 12px;
    letter-spacing: 0.12em;
  }

  .sidebar-instagram-banner__text {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.7;
  }
}

.fuuka-news-section {
  max-width: 1040px;
  margin: 120px auto 100px;
  padding: 0 20px;
  text-align: center;
}

.fuuka-news-title {
  font-size: 56px;
  font-weight: 700;
  color: #231815;
  margin: 0 0 60px;
  line-height: 1.4;
	letter-spacing: 0.1em;
}

.fuuka-news-box {
  text-align: left;
  border-bottom: 1px solid #9c8f87;
  padding: 0 16px 28px;
  margin: 0 auto 70px;
}

.fuuka-news-date {
  font-size: 14px;
  color: #c9b37e;
  margin: 0 0 28px;
  line-height: 1.8;
}

.fuuka-news-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #231815;
}

.fuuka-news-text a {
  color: #231815;
  text-decoration: none;
}

.fuuka-news-text a:hover {
  opacity: 0.7;
}

.fuuka-news-button-wrap {
  text-align: center;
}

.fuuka-news-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 540px;
  max-width: 100%;
  height: 88px;
  border: 1px solid #9c8f87;
  color: #231815;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  background: transparent;
  transition: 0.3s ease;
}

.fuuka-news-button:hover {
  background: #f7f3f0;
}

@media screen and (max-width: 768px) {
  .fuuka-news-section {
    margin: 80px auto 70px;
    padding: 0 16px;
  }

  .fuuka-news-title {
    font-size: 34px;
    margin-bottom: 36px;
  }

  .fuuka-news-box {
    padding: 0 0 20px;
    margin-bottom: 40px;
  }

  .fuuka-news-date {
    font-size: 13px;
    margin-bottom: 16px;
  }

  .fuuka-news-text {
    font-size: 16px;
    line-height: 1.7;
  }

  .fuuka-news-button {
    width: 100%;
    height: 64px;
    font-size: 18px;
  }
}

.fuka-access-section {
  max-width: 1200px;
}

.fuka-access-title {
  text-align: center;
  font-size: 48px;
  letter-spacing: 0.12em;
  margin: 0 0 60px;
  color: #2f241f;
}

.fuka-access-map {
  margin-bottom: 60px;
}

.fuka-access-map iframe {
  display: block;
  width: 100%;
  height: 520px;
}

.fuka-access-info {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.fuka-access-col {
  width: 48%;
}

.fuka-access-col h3 {
  font-size: 16px;
  margin-bottom: 24px;
  color: #2f241f;
}

.fuka-access-col p {
  font-size: 16px;
  line-height: 2;
  color: #2f241f;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .fuka-access-section {
    margin-top: 20px;
    padding: 50px 20px;
  }

  .fuka-access-title {
    font-size: 34px;
    margin-bottom: 40px;
  }

  .fuka-access-map iframe {
    height: 320px;
  }

  .fuka-access-info {
    display: block;
  }

  .fuka-access-col {
    width: 100%;
    margin-bottom: 40px;
  }

  .fuka-access-col:last-child {
    margin-bottom: 0;
  }

  .fuka-access-col h3 {
    font-size: 18px;
  }

  .fuka-access-col p {
    font-size: 15px;
  }
}

/* ===== フッター直前ウィジェット用 ===== */
.fuka-prefooter {
  background: #fff;
  border-top: 1px solid #bdb6b0;
  padding: 110px 20px 90px;
  box-sizing: border-box;
}

.fuka-prefooter__inner {
  max-width: 1040px;
  margin: 0 auto;
}

.fuka-prefooter__logo {
  text-align: center;
  margin-bottom: 85px;
}

.fuka-prefooter__logo img {
  display: block;
  width: 130px;
  height: auto;
  margin: 0 auto 18px;
}

.fuka-prefooter__sub {
  margin: 0 0 14px;
  font-size: 18px;
  color: #2b201c;
  line-height: 1.6;
}

.fuka-prefooter__title {
  margin: 0 0 16px;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.18em;
  color: #2b201c;
}

.fuka-prefooter__en {
  margin: 0;
  font-size: 22px;
  letter-spacing: 0.4em;
  color: #2b201c;
}

.fuka-prefooter__info {
  display: flex;
  justify-content: space-between;
  gap: 90px;
}

.fuka-prefooter__col {
  flex: 1;
  min-width: 0;
}

.fuka-prefooter__heading {
  position: relative;
  margin: 0 0 34px;
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: 400;
  color: #2b201c;
  border-bottom: 1px solid #d4ceca;
}

.fuka-prefooter__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 84px;
  height: 2px;
  background: #d81f3a;
}

.fuka-prefooter__tel {
  margin: 0 0 28px;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #000;
  word-break: keep-all;
  overflow-wrap: normal;
}

.fuka-prefooter__tel a {
  color: inherit;
  text-decoration: none;
}

.fuka-prefooter__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
  color: #2b201c;
}

.fuka-prefooter__button-wrap {
  margin: 8px 0 0;
}

.fuka-prefooter__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 360px;
  height: 92px;
  padding: 0 30px;
  border: 1px solid #8f857f;
  background: transparent;
  color: #2b201c;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  transition: 0.3s ease;
}

.fuka-prefooter__button:hover {
  background: #2b201c;
  color: #fff;
}

/* ウィジェット側の余計な余白対策 */
#before_footer .c-widget,
#before_footer .widget {
  margin-bottom: 0;
  padding: 0;
  border: none;
  background: transparent;
}

#before_footer .textwidget,
#before_footer .custom-html-widget {
  padding: 0;
  margin: 0;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .fuka-prefooter {
    padding: 70px 20px 60px;
  }

  .fuka-prefooter__logo {
    margin-bottom: 50px;
  }

  .fuka-prefooter__logo img {
    width: 90px;
    margin-bottom: 14px;
  }

  .fuka-prefooter__sub {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .fuka-prefooter__title {
    font-size: 42px;
    margin-bottom: 12px;
  }

  .fuka-prefooter__en {
    font-size: 16px;
  }

  .fuka-prefooter__info {
    display: block;
  }

  .fuka-prefooter__col {
    margin-bottom: 45px;
  }

  .fuka-prefooter__col:last-child {
    margin-bottom: 0;
  }

  .fuka-prefooter__heading {
    font-size: 22px;
    margin-bottom: 22px;
    padding-bottom: 10px;
  }

  .fuka-prefooter__heading::after {
    width: 64px;
  }

  .fuka-prefooter__tel {
    font-size: 20px;
    margin-bottom: 18px;
    line-height: 150%;
  }

  .fuka-prefooter__text {
    font-size: 17px;
  }

  .fuka-prefooter__button {
    width: 100%;
    min-width: 0;
    height: 68px;
    font-size: 22px;
  }
}

/* フッター直前ウィジェット全体をフル幅化 */
#before_footer_widget {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* SWELLの幅制限コンテナを解除 */
#before_footer_widget > .l-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ウィジェット自体の余白も解除 */
#before_footer_widget .c-widget,
#before_footer_widget .widget,
#before_footer_widget .textwidget,
#before_footer_widget .custom-html-widget {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}

/* 作成したブロックは横100% */
.fuka-prefooter {
  width: 100%;
  max-width: none;
  margin: 0;
}

/* 中身だけ中央揃え */
.fuka-prefooter__inner {
  max-width: 1040px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* =========================
   左サイド全体 固定追従
   ========================= */
@media screen and (min-width: 960px) {

  /* メインとサイドの上揃え */
  .l-content {
    align-items: flex-start;
  }

  /* サイドバー本体 */
  #sidebar {
    position: sticky;
    top: 120px; /* ヘッダーに被るなら 140〜160px に調整 */
    align-self: flex-start;
    height: fit-content;
  }

  /* サイドバー内の余計な余白を整理 */
  #sidebar .c-widget,
  #sidebar .widget {
    margin-bottom: 28px;
  }

  /* カスタムHTMLの余白リセット */
  #sidebar .textwidget,
  #sidebar .custom-html-widget {
    margin: 0;
    padding: 0;
  }

  /* メニューリスト */
  #sidebar .side_bar {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  /* 各メニューボタン */
  #sidebar .side_bar_bt {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  /* Instagramバナー上の余白 */
  .sidebar-instagram-banner {
    margin-top: 36px;
  }
}

/* =========================
   楓桜 プラン一覧
========================= */

.fuka-planlist {
  padding: 70px 20px 90px;
}

.fuka-planlist__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.fuka-planlist__lead {
  margin-bottom: 60px;
}

.fuka-planlist__lead h2 {
  margin: 0 0 18px;
    margin-top: 0px;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 500;
  color: #e6001b;
  letter-spacing: 0.04em;
  text-align: center;
}

.fuka-planlist__lead p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  color: #575757;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: #fffcf1;
  padding-top: 3%;
	letter-spacing: 0.1em;
}

.fuka-planlist__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
  align-items: start;
}

.fuka-plancard {
  width: 100%;
}

.fuka-plancard__img {
  width: 100%;
  margin-bottom: 28px;
}

.fuka-plancard__img img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* タイトル */
.post_content .fuka-plancard__title {
  margin: 0 0 18px !important;
  padding: 0 0 12px !important;
  border-bottom: 2px solid #dddddd;
  font-size: 19px !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.02em;
  color: #111 !important;
  position: relative;
  font-family:
    "Noto Sans JP",
    "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro",
    "メイリオ",
    Meiryo,
    "Yu Gothic Medium",
    "游ゴシック Medium",
    YuGothic,
    "游ゴシック体",
    Osaka,
    "ＭＳ Ｐゴシック",
    "MS PGothic",
    sans-serif !important;
}

.post_content .fuka-plancard__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 88px;
  height: 3px;
  background: #e6002d;
}

/* 通常価格 */
.fuka-plancard__price {
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.35;
  color: #ff0048;
  letter-spacing: 0.01em;
}

.fuka-plancard__price > span {
  font-size: 20px;
}

/* 割引価格 */
.fuka-plancard__price--discount {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
  line-height: 1;
}

.fuka-plancard__price--discount .fuka-price__before {
  display: flex;
  align-items: baseline;
  margin: 0;
}

.fuka-plancard__price--discount .fuka-price__old {
  font-size: 20px;
  line-height: 1;
  color: #999;
  text-decoration: line-through;
  font-weight: 600;
}

.fuka-plancard__price--discount .fuka-price__arrow {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #ff0048;
  flex-shrink: 0;
}

.fuka-plancard__price--discount .fuka-price__after {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 700;
  color: #ff0048;
}

.fuka-plancard__price--discount .fuka-price__after span {
  font-size: 18px;
  line-height: 1;
}

/* 本文 */
.fuka-plancard__text {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #222;
  font-family:
    "Noto Sans JP",
    "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro",
    "メイリオ",
    Meiryo,
    "Yu Gothic Medium",
    "游ゴシック Medium",
    YuGothic,
    "游ゴシック体",
    Osaka,
    "ＭＳ Ｐゴシック",
    "MS PGothic",
    sans-serif;
}

.fuka-plancard__buttons {
  display: flex;
  gap: 14px;
}

/* ボタン */
.fuka-btn {
  position: relative;
  flex: 1;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  padding-right: 42px;
  border-radius: 7px;
  box-sizing: border-box;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  transition: all 0.3s ease;
  font-family:
    "Noto Sans JP",
    "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro",
    "メイリオ",
    Meiryo,
    "Yu Gothic Medium",
    "游ゴシック Medium",
    YuGothic,
    "游ゴシック体",
    Osaka,
    "ＭＳ Ｐゴシック",
    "MS PGothic",
    sans-serif;
}

.fuka-btn::after {
  content: "›";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
  transition: all 0.3s ease;
}

.fuka-btn--line {
  background: #fff;
  color: #b794f4;
  border: 1px solid #b794f4;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.fuka-btn--fill {
  background: #b794f4;
  color: #fff;
  border: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.fuka-btn:hover {
  transform: translateY(-3px);
  opacity: 0.95;
}

.fuka-btn:hover::after {
  transform: translate(4px, -50%);
}

/* SWELL干渉対策 */
.post_content .fuka-planlist,
.page_content .fuka-planlist,
.l-mainContent .fuka-planlist {
  width: 100%;
}

.post_content .fuka-planlist * {
  box-sizing: border-box;
}

/* タブレット */
@media (max-width: 1100px) {
  .fuka-planlist__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
}

/* スマホ */
@media (max-width: 767px) {
  .fuka-planlist {
    padding: 45px 20px 60px;
  }

  .fuka-planlist__lead {
    margin-bottom: 35px;
  }

  .fuka-planlist__lead h2 {
    font-size: 26px;
  }

  .fuka-planlist__lead p {
    font-size: 15px;
    line-height: 1.9;
  }

  .fuka-planlist__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .post_content .fuka-plancard__title {
    font-size: 19px !important;
  }

  .post_content .fuka-plancard__title::after {
    width: 76px;
  }

  .fuka-plancard__price {
    font-size: 30px;
  }

  .fuka-plancard__price > span {
    font-size: 18px;
  }

  .fuka-plancard__price--discount {
    gap: 10px;
  }

  .fuka-plancard__price--discount .fuka-price__old {
    font-size: 18px;
  }

  .fuka-plancard__price--discount .fuka-price__after {
    font-size: 30px;
    gap: 4px;
  }

  .fuka-plancard__price--discount .fuka-price__after span {
    font-size: 16px;
  }

  .fuka-plancard__text {
    font-size: 15px;
    line-height: 1.9;
  }

  .fuka-plancard__buttons {
    gap: 12px;
  }

  .fuka-btn {
    min-height: 54px;
    padding: 0 20px;
    padding-right: 36px;
    font-size: 14px;
  }

  .fuka-btn::after {
    right: 14px;
    font-size: 18px;
  }
}
/* SWELLのデフォルト下線を消す */
.post_content .fuka-plancard__title::before {
  display: none !important;
  content: none !important;
}

.fuka-planlist {
  padding: 80px 20px;
}

.fuka-planlist__inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* 上の説明 */
.fuka-planlist__lead {
  text-align: center;
  margin-bottom: 50px;
}

.fuka-planlist__lead h2 {
  color: #e60023;
  font-size: 28px;
  margin-bottom: 20px;
}

.fuka-planlist__lead p {
  background: #fffaf3;
  padding: 25px;
  line-height: 1.8;
}

/* 2カラム */
.fuka-planlist__content {
  display: flex;
  gap: 40px;
}

/* 左画像 */
.fuka-planlist__image img {
  width: 100%;
  max-width: 420px;
  display: block;
}

/* 右 */
.fuka-planlist__info {
  flex: 1;
}

.fuka-planlist__info h3 {
  font-size: 24px;
  margin-bottom: 10px;
	font-family:
    "Noto Sans JP",
    "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro",
    "メイリオ",
    Meiryo,
    "Yu Gothic Medium",
    "游ゴシック Medium",
    YuGothic,
    "游ゴシック体",
    Osaka,
    "ＭＳ Ｐゴシック",
    "MS PGothic",
    sans-serif;
}

.price {
  font-size: 28px;
  margin-bottom: 20px;
}

.text {
  margin-bottom: 20px;
  line-height: 1.8;
	font-family:
    "Noto Sans JP",
    "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro",
    "メイリオ",
    Meiryo,
    "Yu Gothic Medium",
    "游ゴシック Medium",
    YuGothic,
    "游ゴシック体",
    Osaka,
    "ＭＳ Ｐゴシック",
    "MS PGothic",
    sans-serif;
}

/* 赤枠 */
.label_title {
  border: 1px solid #e60023;
  color: #e60023;
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 20px;
	font-family:
    "Noto Sans JP",
    "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro",
    "メイリオ",
    Meiryo,
    "Yu Gothic Medium",
    "游ゴシック Medium",
    YuGothic,
    "游ゴシック体",
    Osaka,
    "ＭＳ Ｐゴシック",
    "MS PGothic",
    sans-serif;
}

/* タグ */
.labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.labels li {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 14px;
	font-family:
    "Noto Sans JP",
    "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro",
    "メイリオ",
    Meiryo,
    "Yu Gothic Medium",
    "游ゴシック Medium",
    YuGothic,
    "游ゴシック体",
    Osaka,
    "ＭＳ Ｐゴシック",
    "MS PGothic",
    sans-serif;
}

/* プラン詳細（白ボタン） */
.fuka-btn--line {
  background: #fff !important;
  color: #a88bd6 !important;
  border: 1px solid #b794f4 !important;
}

/* ご予約（紫ボタン） */
.fuka-btn--fill {
  background: #a88bd6 !important;
  color: #fff !important;
  border: none !important;
}

/* スマホ */
@media (max-width: 768px) {
	.text {
  margin-bottom: 20px;
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
	.post_content h2 {
  font-size: 1.1em;
  line-height: 1.4;
  margin: 4em 0 2em;
    margin-top: 4em;
  position: relative;
  z-index: 1;
  letter-spacing: 0.1em;
  font-weight: bold !important;
		text-align: left;
}
	.fuka-message__text {
    font-size: 14px;
		letter-spacing: 0.2em;
  }
	.fuka-message__text {
  line-height: 2.1;
}
	
	.l-topTitleArea {
  min-height: 15em;
}
	.top #content {
  padding-top: 1em;
}
	
	.fuka-planlist__lead p {
  background: #fffaf3;
  padding: 25px;
  line-height: 1.8;
		padding-left: 20px;
    padding-right: 20px;
}
	.fuka-planlist {
  padding: 10px 10px;
}
	.fuka-planlist__lead h2 {
  color: #e60023;
  font-size: 19px;
  margin-bottom: 20px;
}
	.fuka-planlist__lead p {
  margin: 0;
    margin-bottom: 0px;
  font-size: 14px;
  line-height: 2;
  color: #575757;
  letter-spacing: 0.04em;
  text-align: left;
  background-color: #fffcf1;
  padding-top: 3%;
  letter-spacing: 0.1em;
}
  .fuka-planlist__content {
    flex-direction: column;
  }
}
.insta_text{color: #c85bb7;}
.gakuwari_text{color: #ff5454;}
.calender_box {
  background-color: #faf8f6;
  padding: 100px;
	border-radius: 10px;
	padding-top: 60px;
	margin-top: 5%;
}
/* 日曜ヘッダー */
#booking-package .calendar .week_slot.sun {
  background: #fff1f3 !important;
  color: #c85a6a !important;
}

/* 日曜の日付マス */
#booking-package .calendar .day_slot.sun {
  background: #fff7f8 !important;
}

/* 日曜ホバー */
#booking-package .calendar .day_slot.sun[data-select="1"]:not(.pastDay):hover {
  background: #ffeef1 !important;
  box-shadow: inset 0 0 0 1px #e8a3ad !important;
}

/* 土曜（曜日ヘッダー） */
#booking-package .calendar .week_slot.sat {
  background: #eef7ff !important;
  color: #4a7bbf !important;
}

/* 土曜（日付マス） */
#booking-package .calendar .day_slot.sat {
  background: #f4faff !important;
}

/* 土曜ホバー */
#booking-package .calendar .day_slot.sat[data-select="1"]:not(.pastDay):hover {
  background: #e6f2ff !important;
  box-shadow: inset 0 0 0 1px #9ec9f5 !important;
}
/* 曜日ヘッダー共通（ベースをグレーに） */
#booking-package .calendar .week_slot {
  background: #6b6b6b !important;
  color: #fff !important;
  font-weight: 500;
  border: none !important;
}

/* 日曜 */
#booking-package .calendar .week_slot.sun {
  background: #ff4d57 !important;
  color: #fff !important;
}

/* 土曜 */
#booking-package .calendar .week_slot.sat {
  background: #4aa3d8 !important;
  color: #fff !important;
}
/* カレンダー全体フォント */
#booking-package {
  font-family: 
    "Noto Sans JP",
    "Hiragino Kaku Gothic Pro",
    "メイリオ",
    Meiryo,
    sans-serif !important;
  font-weight: 500;
}

/* 曜日 */
#booking-package .calendar .week_slot {
  font-family: 
    "Noto Sans JP",
    "Hiragino Kaku Gothic Pro",
    sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.08em;
}

/* 日付 */
#booking-package .calendar .day_slot .dateField {
  font-family: 
    "Noto Sans JP",
    "Hiragino Kaku Gothic Pro",
    sans-serif !important;
  font-weight: 600;
  font-size: 16px;
}

/* ○の部分（空き） */
#booking-package .calendar .day_slot {
  font-family: 
    "Noto Sans JP",
    "Hiragino Kaku Gothic Pro",
    sans-serif !important;
}
.calender_title {
  text-align: center;
  font-size: 25px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.calender_text {
  text-align: center;
  font-size: 18px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* =========================
   カレンダー スマホ崩れ修正
   ========================= */
@media screen and (max-width: 768px) {

  /* 外側の囲み */
  .calender_box {
    padding: 24px 16px 28px !important;
    margin-top: 24px !important;
    border-radius: 18px !important;
  }

  /* タイトル */
  .calender_title {
    font-size: 22px !important;
    line-height: 1.5 !important;
    margin: 0 0 10px !important;
    text-align: left !important;
  }

  .calender_text {
    font-size: 14px !important;
    line-height: 1.8 !important;
    margin: 0 0 18px !important;
    text-align: left !important;
  }

  /* Booking Package 全体 */
  #booking-package {
    padding: 0 !important;
  }

  /* 月ヘッダー */
  #booking-package .calendarHeader {
    display: grid !important;
    grid-template-columns: 40px 1fr 40px !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 10px 8px !important;
    margin-bottom: 0 !important;
  }

  /* 月の中央表示 */
  #booking-package .calendarHeader .monthLabel,
  #booking-package .calendarHeader .month,
  #booking-package .calendarHeader .currentMonth,
  #booking-package .calendarHeader > div {
    font-size: 16px !important;
    text-align: center !important;
    line-height: 1.3 !important;
  }

  /* 前月・次月 */
  #booking-package .calendarHeader button,
  #booking-package .calendarHeader input[type="button"],
  #booking-package .calendarHeader .prev,
  #booking-package .calendarHeader .next {
    padding: 0 !important;
    font-size: 14px !important;
    min-width: 40px !important;
  }

  /* カレンダー全体 */
  #booking-package .calendar {
    width: 100% !important;
    overflow: hidden !important;
  }

  /* 曜日 */
  #booking-package .calendar .week_slot {
    min-height: 46px !important;
    font-size: 12px !important;
    letter-spacing: 0.02em !important;
    padding: 0 !important;
  }

  /* 日付マス */
  #booking-package .calendar .day_slot {
    min-height: 92px !important;
    padding: 8px 4px 18px !important;
  }

  /* 日付数字 */
  #booking-package .calendar .day_slot .dateField {
    font-size: 16px !important;
    line-height: 1.1 !important;
    margin-bottom: 8px !important;
  }

  /* ○ △ × の表示が大きすぎる時の保険 */
  #booking-package .calendar .day_slot span,
  #booking-package .calendar .day_slot div {
    word-break: keep-all;
  }
}

.fuka-news-button-wrap {
  text-align: center;
}

.fuka-news-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  padding: 14px 32px !important;

  background: #d91f26 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;

  font-size: 14px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: 0.3s ease;
}

.fuka-news-button::after {
  content: "›";
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  line-height: 1;
  transition: 0.3s ease;
}

.fuka-news-button:hover {
  opacity: 0.9;
}

.fuka-news-button:hover::after {
  transform: translateX(4px);
}

/* 親は中央寄せ */
.fuka-news-button-wrap {
  text-align: center;
}

/* 矢印 */
.fuka-news-button::after {
  content: "›";
  font-size: 18px;
  margin-left: 8px;
}