@charset "UTF-8";
/* --------------------------------------------------
   _utils.scss
   ユーティリティ向けの共通変数・関数・mixin定義
   （rem変換・ブレークポイント制御）
-------------------------------------------------- */
/* ==========================================================================
   _breakpoints.scss
   各ブレークポイントの管理用マップ
   - メディアクエリの条件指定（mq() mixin など）と連携して使用
   ========================================================================== */
/* ------------------------------
   rem変換用のルートフォントサイズ
------------------------------ */
/* ------------------------------
   px → rem 変換関数
   使用例：u.rem(16) → 1rem
------------------------------ */
/* ------------------------------
   メディアクエリ用 mixin
   min-width 専用
   ブレークポイントは abstracts/breakpoints を参照
   使用例：@include mq(sm) { ... }
------------------------------ */
/* ------------------------------
   メディアクエリ用 mixin
   max-width 専用
   指定ブレークポイント未満用
   ブレークポイントは abstracts/breakpoints を参照
   使用例：@include mq-down(sm) { ... }
------------------------------ */
body.theme-catcafe {
  position: relative;
  color: #2f2f2f;
  background: linear-gradient(180deg, rgba(255, 248, 239, 0.58) 0%, rgba(255, 253, 250, 0.68) 100%), url("../../img/cat-footprints.webp") center top/cover no-repeat fixed;
}
body.theme-catcafe #main,
body.theme-catcafe .site-footer {
  position: relative;
  z-index: 1;
}
body.theme-catcafe #top,
body.theme-catcafe .hero-section,
body.theme-catcafe .c-hero--cat,
body.theme-catcafe .section--cat-reasons,
body.theme-catcafe .section--cat-profiles,
body.theme-catcafe .section--cat-guide,
body.theme-catcafe .section--cat-price,
body.theme-catcafe .section--cat-faq,
body.theme-catcafe .section--cat-reserve {
  background: transparent;
}
body.theme-catcafe .c-hero--cat {
  overflow: visible;
}
body.theme-catcafe .c-hero--cat .c-hero__logo {
  margin: 0;
}
body.theme-catcafe .c-hero--cat .c-hero__logo img {
  display: block;
  inline-size: min(100%, 220px);
  block-size: auto;
  margin-inline: auto;
}
body.theme-catcafe .c-hero--cat .c-hero__content {
  display: grid;
  justify-items: center;
  gap: clamp(16px, 2vw, 24px);
}
body.theme-catcafe .c-hero--cat .c-hero__title {
  margin: 0;
}
body.theme-catcafe .c-hero--cat .c-hero__text {
  max-inline-size: 42rem;
  margin: 0 auto;
  line-height: 1.9;
  text-align: left;
}
body.theme-catcafe .c-hero--cat .c-hero__features,
body.theme-catcafe .c-hero--cat .c-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--dist-12, 12px);
}
body.theme-catcafe .c-hero--cat .c-hero__actions {
  margin-top: var(--dist-8, 8px);
  margin-bottom: var(--dist-40, 40px);
}
body.theme-catcafe .c-hero--cat .c-hero__actions .c-button {
  min-inline-size: 14rem;
  justify-content: center;
}
body.theme-catcafe .c-hero--cat .hero-cat__visual {
  position: relative;
  inline-size: min(100%, 980px);
  margin-inline: auto;
}
body.theme-catcafe .c-hero--cat .hero-cat__main-image {
  position: relative;
  z-index: 2;
  inline-size: min(100%, 760px);
  margin-inline: auto;
  overflow: hidden;
  border-radius: 24px;
}
body.theme-catcafe .c-hero--cat .hero-cat__main-image img,
body.theme-catcafe .c-hero--cat .hero-cat__floating img {
  display: block;
  inline-size: 100%;
  block-size: auto;
}
body.theme-catcafe .c-hero--cat .hero-cat__floating {
  position: absolute;
  z-index: 3;
  display: none;
  overflow: hidden;
  border-radius: var(--ui-radius-12, 12px);
}
body.theme-catcafe .c-hero--cat .hero-cat__floating img {
  border-radius: inherit;
}
body.theme-catcafe .c-card__media {
  margin: 0;
}
body.theme-catcafe .section--cat-reasons .c-card__body {
  padding-block: var(--dist-24, 24px);
}
body.theme-catcafe .section--cat-reasons .c-card__icon {
  display: inline-block;
  margin-block-end: var(--dist-8, 8px);
  font-size: 1.75rem;
  line-height: 1;
  opacity: 0.8;
}
body.theme-catcafe .c-reserve-panel {
  display: grid;
  gap: var(--dist-32, 32px);
  max-inline-size: 1120px;
  margin-inline: auto;
  padding: clamp(var(--dist-32, 32px), 5vw, var(--dist-64, 64px));
  background: var(--color-surface, #fff);
  border: 1px solid var(--color-border, #e5e7eb);
  border-radius: var(--ui-radius-16, 16px);
  box-shadow: var(--ui-shadow, var(--kw-none));
}
body.theme-catcafe .c-reserve-panel__body {
  display: grid;
  gap: var(--dist-20, 20px);
}
body.theme-catcafe .c-reserve-panel__body > .c-badge {
  justify-self: start;
}
body.theme-catcafe .c-reserve-panel__text {
  margin: 0;
  line-height: 1.9;
}
body.theme-catcafe .shop-info {
  display: grid;
  gap: var(--dist-16, 16px);
  margin: 0;
}
body.theme-catcafe .shop-info > div {
  display: grid;
  gap: var(--dist-4, 4px);
  padding-block-end: var(--dist-16, 16px);
  border-block-end: 1px solid var(--color-border, #e5e7eb);
}
body.theme-catcafe .shop-info dt {
  font-weight: 700;
}
body.theme-catcafe .shop-info dd {
  margin: 0;
}
body.theme-catcafe .cat-footer-visual {
  padding-block: var(--dist-64, 64px) 0;
}
body.theme-catcafe .cat-footer-visual__media {
  overflow: hidden;
  margin: 0;
  border-radius: var(--ui-radius-16, 16px);
}
body.theme-catcafe .cat-footer-visual__media img {
  display: block;
  inline-size: 100%;
  aspect-ratio: 16/7;
  object-fit: cover;
}
@media (max-width: 767px) {
  body.theme-catcafe .c-hero--cat .hero-cat__main-image {
    inline-size: min(100%, 560px);
    border-radius: 20px;
  }
  body.theme-catcafe .c-hero--cat .c-hero__actions {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  body.theme-catcafe .c-hero--cat .hero-cat__floating {
    display: block;
  }
  body.theme-catcafe .c-hero--cat .hero-cat__main-image {
    inline-size: min(74vw, 760px);
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  body.theme-catcafe .c-hero--cat .hero-cat__floating--look-up {
    inline-size: 140px;
    top: 8px;
    right: -12px;
  }
  body.theme-catcafe .c-hero--cat .hero-cat__floating--sitting {
    inline-size: 120px;
    right: -28px;
    bottom: 24px;
  }
  body.theme-catcafe .c-hero--cat .hero-cat__floating--sleeping {
    inline-size: 108px;
    left: -24px;
    bottom: 12px;
  }
  body.theme-catcafe .c-hero--cat .hero-cat__floating--playing {
    inline-size: 110px;
    left: -18px;
    top: 28px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  body.theme-catcafe .c-hero--cat .hero-cat__floating--look-up {
    inline-size: 150px;
    top: 8px;
    right: -16px;
  }
  body.theme-catcafe .c-hero--cat .hero-cat__floating--sitting {
    inline-size: 130px;
    right: -30px;
    bottom: 26px;
  }
  body.theme-catcafe .c-hero--cat .hero-cat__floating--sleeping {
    inline-size: 116px;
    left: -26px;
    bottom: 14px;
  }
  body.theme-catcafe .c-hero--cat .hero-cat__floating--playing {
    inline-size: 118px;
    left: -20px;
    top: 32px;
  }
}
@media (min-width: 1200px) {
  body.theme-catcafe .c-hero--cat .hero-cat__main-image {
    inline-size: 760px;
  }
  body.theme-catcafe .c-hero--cat .hero-cat__floating--look-up {
    inline-size: 160px;
    top: 8px;
    right: -16px;
  }
  body.theme-catcafe .c-hero--cat .hero-cat__floating--sitting {
    inline-size: 138px;
    right: -30px;
    bottom: 26px;
  }
  body.theme-catcafe .c-hero--cat .hero-cat__floating--sleeping {
    inline-size: 124px;
    left: -26px;
    bottom: 14px;
  }
  body.theme-catcafe .c-hero--cat .hero-cat__floating--playing {
    inline-size: 124px;
    left: -20px;
    top: 32px;
  }
}
@media screen and (min-width: 768px) {
  body.theme-catcafe .c-reserve-panel {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    align-items: center;
  }
}
body.theme-catcafe::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 20% 20%, rgba(255, 212, 180, 0.16), transparent 32%), radial-gradient(circle at 80% 10%, rgba(255, 234, 167, 0.14), transparent 28%), radial-gradient(circle at 50% 80%, rgba(255, 191, 105, 0.12), transparent 34%);
}

/*# sourceMappingURL=cat-cafe.css.map */
