/* 全体 背景色 */
body {
  background-color: #f4f1ec;
}
/* PCでは改行を無効化 */
.sp-only {
  display: none;
}
/* スマホサイズ（例: 640px以下）のときだけ改行 */
@media (max-width: 640px) {
  .sp-only {
    display: inline;
  }
}

/* ヘッダー電話番号、営業時間装飾 */
.d-text-decoration-none {
  text-decoration: none;
}
.header-info .header-wrapper2 {
  text-align: right;
  font-weight: bold;
}

/* fvの見出しの装飾 */
.fv_text strong {
  background-color: #4a4a4ae8;
  padding-block: 10px;
  padding-inline: 15px;
  position: relative;
  top: 95px;
}
/* sp時fvの上の余白削除 */
@media (max-width: 1023px) {
  .c-section {
    padding-top: 0;
  }
}
/* スマホ時見出しの総称 */
.fv-heading {
  position: relative;
  top: 82px;
  text-shadow: 0 2px 12px rgba(255, 255, 255, 1.8), 0 4px 16px #7d7d7d;
}
/* 下層ページ デフォルトのヘッダータイトル非表示 */
.blog .c-entry__header,
.archive .c-entry__header,
.page-id-12 .c-entry__header {
  display: none;
}
/* 下層ページ ヘッダータイトルの色変更 */
.blog .c-page-header__title,
.archive .c-page-header__title,
.page-id-12 .c-page-header__title {
  color: #fff;
}
/* 下層ページ ヘッダー画像 サイズ調整 */
.blog .c-page-header img,
.archive .c-page-header img,
.page-id-12 .c-page-header img {
  max-width: 1280px;
  margin: 0 auto;
}
/* 下層ページ ヘッダーに余白追加 */
@media (min-width: 1024px) {
  .archive .l-contents,
  .blog .l-contents,
  .page-id-12 .l-contents {
    padding-top: 95px;
  }
}
/* 投稿ページ メイン画像の横に余白 */
@media (min-width: 1024px) {
  .blog .c-page-header {
    margin-inline: 30px;
  }
}
/* 個別投稿ページ 上部に余白設定 */
@media (min-width: 1024px) {
  .single .l-contents {
    padding-top: 80px;
  }
}

/* 営業日カレンダー */
.schedule-lists img {
  object-fit: fill;
}

/* ブログ */
.blog .c-entry-summary__figure {
  margin-bottom: 0;
}
.blog .c-entries__item > a .c-entry-summary__body {
  background-color: #fff;
}
/* アクセス */
.access-map a {
  text-decoration: none;
}
/* アクセステーブル スマホ時縦並び */
@media screen and (max-width: 639px) {
  .access_info-top tbody tr td {
    display: block;
    padding-left: 0;
  }
}
/* アクセス情報 タブ時左寄せ */
@media screen and (max-width: 1023px) {
  .access_info-bottom {
    margin-left: 0 !important;
  }
}

/* メニューページ fvの上の余白削除 */
.page-id-12 .l-contents__inner:first-child {
  padding-top: 0;
}
.page-id-12 .p-entry-content > :where(:not(:first-child)) {
  margin-top: 0;
}
/* メニュー表 横並び */
.page-id-12 .smb-price-menu__item {
  border-bottom: 1px solid #85928d;
  display: flex;
  justify-content: space-between;
}
/* メニュー表の調整 */
@media screen and (max-width: 639px) {
  .price-table .smb-price-menu__item__price {
    text-align: right;
  }
}

/* 固定フッター */
.p-footer-sticky-nav .menu-item a {
  padding-block: 20px;
  font-size: 16px;
  font-weight: bold;
  background-color: #333;
  color: #fff;
}