@charset "UTF-8";

/*
Theme Name: Yukori Theme
Template: cocoon-master
Author: mckosuke
Version: 1.0.0
*/

/************************************
** Cocoon レイアウト上書き
************************************/
body.yukori-front-page .header-container,
body.yukori-front-page .notice-area,
body.yukori-front-page .appeal,
body.yukori-front-page .recommended,
body.yukori-front-page .carousel,
body.yukori-front-page .content-top,
body.yukori-front-page .content-bottom,
body.yukori-front-page .breadcrumb,
body.yukori-front-page .breadcrumb-home-icon,
body.yukori-front-page #sidebar,
body.yukori-front-page #footer,
body.yukori-front-page .go-to-top-button,
body.yukori-front-page .mobile-menu-buttons,
body.yukori-service-page .header-container,
body.yukori-service-page .notice-area,
body.yukori-service-page .appeal,
body.yukori-service-page .recommended,
body.yukori-service-page .carousel,
body.yukori-service-page .content-top,
body.yukori-service-page .content-bottom,
body.yukori-service-page .breadcrumb,
body.yukori-service-page .breadcrumb-home-icon,
body.yukori-service-page .toc,
body.yukori-service-page .toc-content,
body.yukori-service-page .toc-checkbox,
body.yukori-service-page #sidebar,
body.yukori-service-page #footer,
body.yukori-service-page .go-to-top-button,
body.yukori-service-page .mobile-menu-buttons,
body.yukori-static-page .header-container,
body.yukori-static-page .notice-area,
body.yukori-static-page .appeal,
body.yukori-static-page .recommended,
body.yukori-static-page .carousel,
body.yukori-static-page .content-top,
body.yukori-static-page .content-bottom,
body.yukori-static-page .breadcrumb,
body.yukori-static-page .breadcrumb-home-icon,
body.yukori-static-page #sidebar,
body.yukori-static-page #footer,
body.yukori-static-page .go-to-top-button,
body.yukori-static-page .mobile-menu-buttons,
body.yukori-news-post-page .header-container,
body.yukori-news-post-page .notice-area,
body.yukori-news-post-page .appeal,
body.yukori-news-post-page .recommended,
body.yukori-news-post-page .carousel,
body.yukori-news-post-page .content-top,
body.yukori-news-post-page .content-bottom,
body.yukori-news-post-page .breadcrumb,
body.yukori-news-post-page .breadcrumb-home-icon,
body.yukori-news-post-page .post-date,
body.yukori-news-post-page .sns-share,
body.yukori-news-post-page .follow-button,
body.yukori-news-post-page .pager-post-navi,
body.yukori-news-post-page .related-entry-card-wrap,
body.yukori-news-post-page .comment-area,
body.yukori-news-post-page .under-entry-content,
body.yukori-news-post-page .go-to-top-button,
body.yukori-news-post-page .mobile-menu-buttons,
body.yukori-news-post-page #sidebar,
body.yukori-news-post-page #footer {
  display: none !important;
}

body.yukori-front-page #content,
body.yukori-front-page #content-in,
body.yukori-front-page #main,
body.yukori-service-page #content,
body.yukori-service-page #content-in,
body.yukori-service-page #main,
body.yukori-static-page #content,
body.yukori-static-page #content-in,
body.yukori-static-page #main,
body.yukori-news-post-page #content,
body.yukori-news-post-page #content-in,
body.yukori-news-post-page #main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body.yukori-front-page .wrap,
body.yukori-service-page .wrap,
body.yukori-static-page .wrap,
body.yukori-news-post-page .wrap {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

body.yukori-front-page .main,
body.yukori-service-page .main,
body.yukori-static-page .main,
body.yukori-news-post-page .main {
  width: 100% !important;
  max-width: none !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}

/************************************
** カスタムプロパティ
************************************/
:root {
  --yukori-bg: #fffefa;
  --yukori-surface: #ffffff;
  --yukori-ink: #7a6a56;
  --yukori-black: #000000;
  --yukori-muted: #9e8c78;
  --yukori-line: rgba(122, 106, 86, 0.12);
  --yukori-blue: #9fd7f5;
  --yukori-cream: #fcf3c8;
  --yukori-shadow: 0 24px 70px rgba(107, 93, 47, 0.12);
}

/************************************
** ベース
************************************/
body.yukori-front-page,
body.yukori-service-page,
body.yukori-static-page,
body.yukori-news-post-page {
  background: var(--yukori-bg);
  color: var(--yukori-ink);
  font-family: 'Zen Maru Gothic', sans-serif;
}

body.yukori-front-page *,
body.yukori-service-page *,
body.yukori-static-page *,
body.yukori-news-post-page * {
  font-family: 'Zen Maru Gothic', sans-serif;
  box-sizing: border-box;
}

.yukori-home {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: var(--yukori-bg);
}

.yukori-home > main {
  width: 100%;
  flex-grow: 1;
  min-width: 0;
}

/************************************
** 右固定CTA
************************************/
.yukori-side-cta {
  position: fixed !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.yukori-side-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: auto;
  padding: 0;
  background: transparent;
  text-decoration: none;
  /* 右端に密着したデザインのため、右辺を固定したまま拡大する */
  transform-origin: right center;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.yukori-side-cta__btn img {
  display: block;
  width: 64px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(113, 101, 43, 0.12));
}

.yukori-side-cta__btn:hover,
.yukori-side-cta__btn:focus-visible {
  transform: scale(1.08);
  filter: brightness(1.02);
}

/************************************
** ヘッダー
************************************/
.yukori-home__header {
  width: 100%;
  margin: 0;
  padding: 0 0 18px;
  background: #fffefa;
  position: relative;
  z-index: 20;
}

.yukori-home__header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 26px 40px 16px;
}

.yukori-home__brand {
  position: relative;
  width: 410px;
  min-height: 176px;
  overflow: visible;
}

.yukori-home__logo-link {
  display: block;
  width: 228px;
}

.yukori-home__logo-img {
  display: block;
  width: 100%;
  max-width: 228px;
  height: auto;
  aspect-ratio: 228 / 93;
  object-fit: contain;
}

.yukori-home__org-logo {
  display: block;
  width: 154px;
  height: auto;
  margin-top: 10px;
  margin-left: auto;
  object-fit: contain;
}

.yukori-home__balloon {
  position: absolute;
  left: 210px;
  top: 122px;
  width: 214px;
  height: 243px;
  object-fit: contain;
  z-index: 5;
  transform: rotate(-16deg);
  transform-origin: center center;
}

.yukori-home__header-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  padding-top: 2px;
}

.yukori-home__services {
  margin: 0 0 4px;
  font-size: 12px;
  color: var(--yukori-ink);
}

.yukori-home__tel {
  display: block;
  font-size: 28px;
  font-weight: 500;
  color: var(--yukori-ink);
  text-decoration: none;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.yukori-home__hours {
  margin: 2px 0 0;
  font-size: 11px;
  color: var(--yukori-muted);
}

.yukori-home__menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.yukori-home__menu-toggle-line {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: var(--yukori-ink);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.yukori-home__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 6px 40px 0;
  position: relative;
  z-index: 3;
}

.yukori-home__nav a {
  color: var(--yukori-ink);
  text-decoration: none;
  font-size: 20px;
}

.yukori-home__nav a:hover {
  opacity: 0.7;
}

/************************************
** ヒーロー
************************************/
.yukori-hero {
  position: relative;
  width: 100%;
  margin: 0;
  margin-bottom: 0;
}

.yukori-hero__carousel {
  position: relative;
  width: 100%;
  height: min(1024px, 66.75vw);
  min-height: 520px;
  overflow: hidden;
}

.yukori-hero__carousel .splide__track,
.yukori-hero__carousel .splide__list,
.yukori-hero__carousel .splide__slide {
  height: 100%;
}

.yukori-hero__carousel .splide__pagination {
  bottom: 24px;
  z-index: 3;
}

.yukori-hero__carousel .splide__pagination__page {
  width: 9px;
  height: 9px;
  margin: 0 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(95, 84, 38, 0.25);
  opacity: 1;
  transition: background 0.2s ease, transform 0.2s ease;
}

.yukori-hero__carousel .splide__pagination__page.is-active {
  background: var(--yukori-ink);
  border-color: var(--yukori-ink);
  transform: scale(1.15);
}

.yukori-hero__photo {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: 50% 16%;
}

.yukori-hero__copy {
  position: absolute;
  bottom: 128px;
  left: max(66px, calc((100vw - 1200px) / 2 + 66px));
  z-index: 2;
  max-width: 520px;
}

.yukori-hero h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1.55;
  letter-spacing: 0.1em;
  color: #5f5426;
  font-weight: 500;
  text-shadow: 0 0 20px rgba(255,255,255,0.9), 0 0 40px rgba(255,255,255,0.7);
}

/************************************
** CoCoDeとは
************************************/
.yukori-cocode {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 355px;
  padding: 84px 57px 86px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.yukori-cocode__oval {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 392px;
  height: 355px;
  z-index: 0;
  overflow: visible;
}

.yukori-cocode__oval img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.yukori-cocode__body {
  position: relative;
  z-index: 1;
  padding: 0 32px 0 116px;
}

.yukori-cocode__heading {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  font-size: 28px;
  color: var(--yukori-ink);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.yukori-cocode__heading::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #89bfd8;
  box-shadow: 14px 0 0 rgba(137, 191, 216, 0.28);
}

.yukori-cocode__text {
  margin: 0;
  font-size: 20px;
  line-height: 2;
  color: var(--yukori-ink);
}

.yukori-cocode__building {
  position: relative;
  z-index: 1;
}

.yukori-cocode__building img {
  width: 520px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/************************************
** 波背景の帯
************************************/
.yukori-wave-band {
  position: relative;
  isolation: isolate;
  --band-bg: #ffffff;
  --band-pad-top: 0;
  --band-pad-bottom: 0;
  --wave-top: 64px;
  --wave-bottom: 64px;
  background: var(--band-bg);
  padding-top: var(--band-pad-top);
  padding-bottom: var(--band-pad-bottom);
}

.yukori-wave-band::before,
.yukori-wave-band::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: var(--band-bg);
  z-index: -1;
}

.yukori-wave-band::before {
  top: 0;
  height: var(--wave-top);
  transform: translateY(-99%);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'><path fill='black' d='M0 74C70 35 144 20 232 34C320 48 394 96 484 100C573 104 636 60 719 44C803 28 885 42 964 72C1042 101 1108 113 1192 103C1276 93 1350 58 1440 70V120H0Z'/></svg>") center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'><path fill='black' d='M0 74C70 35 144 20 232 34C320 48 394 96 484 100C573 104 636 60 719 44C803 28 885 42 964 72C1042 101 1108 113 1192 103C1276 93 1350 58 1440 70V120H0Z'/></svg>") center / 100% 100% no-repeat;
}

.yukori-wave-band::after {
  bottom: 0;
  height: var(--wave-bottom);
  transform: translateY(99%) rotate(180deg);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'><path fill='black' d='M0 74C70 35 144 20 232 34C320 48 394 96 484 100C573 104 636 60 719 44C803 28 885 42 964 72C1042 101 1108 113 1192 103C1276 93 1350 58 1440 70V120H0Z'/></svg>") center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'><path fill='black' d='M0 74C70 35 144 20 232 34C320 48 394 96 484 100C573 104 636 60 719 44C803 28 885 42 964 72C1042 101 1108 113 1192 103C1276 93 1350 58 1440 70V120H0Z'/></svg>") center / 100% 100% no-repeat;
}

.yukori-wave-band--sky {
  --band-bg: #b8e3fb;
}

.yukori-wave-band--white {
  --band-bg: #fffefa;
}

.yukori-wave-band--cream {
  --band-bg: #fff6d7;
}

.yukori-wave-band--deep-sky {
  --band-bg: #16afe2;
}

.yukori-wave-band--about {
  --band-pad-bottom: 128px;
}

.yukori-wave-band--facility {
  --band-pad-bottom: 118px;
}

.yukori-wave-band--services {
  --band-pad-bottom: 128px;
}

.yukori-wave-band--philosophy {
  --band-pad-bottom: 118px;
}

.yukori-wave-band--top-md {
  --wave-top: 52px;
}

.yukori-wave-band--top-lg {
  --wave-top: 78px;
}

.yukori-wave-band--bottom-lg {
  --wave-bottom: 78px;
}

.yukori-wave-band--bottom-xl {
  --wave-bottom: 108px;
}

.yukori-wave-band > .yukori-story,
.yukori-wave-band > .yukori-facility,
.yukori-wave-band > .yukori-services,
.yukori-wave-band > .yukori-philosophy {
  margin-bottom: 0;
}

/************************************
** 共通：セクション間隔
************************************/
.yukori-story,
.yukori-services,
.yukori-philosophy,
.yukori-usage,
.yukori-news,
.yukori-overview {
  max-width: 1200px;
  margin: 0 auto;
}

/************************************
** 共通：セクション見出しバー
************************************/
.yukori-section-heading {
  display: flex;
  justify-content: center;
  margin-bottom: 52px;
}

.yukori-section-heading h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 480px);
  min-height: 82px;
  margin: 0;
  padding: 0 36px;
  border-radius: 999px;
  background: linear-gradient(180deg, #dff2f9 0%, #d2eaf4 100%);
  box-shadow: 0 12px 26px rgba(107, 148, 168, 0.14);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--yukori-ink);
}

.yukori-section-heading h2::before,
.yukori-section-heading h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 22px;
  height: 2px;
  background: rgba(62, 96, 115, 0.45);
  transform: translateY(-50%);
}

.yukori-section-heading h2::before {
  left: 24px;
}

.yukori-section-heading h2::after {
  right: 24px;
}

/************************************
** ストーリー（about）
************************************/
.yukori-story {
  padding: 0 22px;
  margin-bottom: 120px;
}

.yukori-story__feature-heading,
.yukori-story__facility-title {
  text-align: center;
}

.yukori-story__feature-heading {
  margin-bottom: 54px;
}

.yukori-story__feature-heading h2,
.yukori-story__facility-title {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  color: var(--yukori-ink);
}

.yukori-story__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 31px;
  margin-bottom: 96px;
}

.yukori-feature-card {
  display: grid;
  grid-template-rows: 140px auto 1fr;
  gap: 22px;
}

.yukori-feature-card__photo,
.yukori-story__facility-label,
.yukori-message__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  overflow: hidden;
}

.yukori-feature-card__photo img,
.yukori-message__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.yukori-feature-card__photo {
  padding: 8px;
}

.yukori-feature-card h3 {
  position: relative;
  margin: 0;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: var(--yukori-ink);
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.yukori-feature-card h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 44px;
  height: 2px;
  background: rgba(107, 174, 231, 0.75);
  transform: translateX(-50%);
}

.yukori-feature-card p {
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: var(--yukori-ink);
}

.yukori-story__facility {
  max-width: 963px;
  margin: 0 auto;
  padding-top: 22px;
}

.yukori-story__facility-title {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 1.2;
  color: var(--yukori-black);
}

.yukori-story__facility-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  width: 845px;
  margin-left: auto;
  margin-right: auto;
}

.yukori-story__facility-row + .yukori-story__facility-row {
  margin-top: 32px;
}

.yukori-story__facility-row--hero .yukori-story__facility-label {
  margin-top: 45px;
}

.yukori-story__facility-row--hero .yukori-story__facility-image {
  width: 711px;
  height: 600px;
}

.yukori-story__facility-row--building .yukori-story__facility-image {
  width: 713px;
  height: 523px;
}

.yukori-story__facility-label {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yukori-story__facility-label-image {
  display: block;
  width: 150px;
  height: auto;
}

.yukori-story__facility-image {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--yukori-shadow);
}

.yukori-story__facility-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/************************************
** 事業所のご案内（サービス）
************************************/
.yukori-services {
  padding: 0 22px;
  margin-bottom: 124px;
}

.yukori-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  justify-items: center;
}

.yukori-service-card {
  text-align: center;
  padding: 0;
}

.yukori-service-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.yukori-service-card__oval {
  width: 246px;
  height: 246px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.yukori-service-card__icon {
  width: auto;
  height: auto;
  object-fit: contain;
}

.yukori-service-card--pastel .yukori-service-card__icon {
  width: 246px;
  height: 246px;
}

.yukori-service-card--colorful .yukori-service-card__icon {
  width: 246px;
  height: 246px;
}

.yukori-service-card--irodori .yukori-service-card__icon {
  width: 246px;
  height: 246px;
}

.yukori-service-card__desc {
  margin: 0 auto 14px;
  max-width: 280px;
  font-size: 16px;
  line-height: 1.9;
  color: var(--yukori-ink);
}

.yukori-service-card h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--yukori-ink);
  line-height: 1.55;
  letter-spacing: 0.04em;
}

/************************************
** 事業所詳細ページ
************************************/
.yukori-service-detail__main {
  max-width: 1080px;
  margin: 0 auto;
  padding: 28px 40px 104px;
}

.yukori-service-detail__section {
  margin-bottom: 84px;
}

.yukori-service-detail__section--notice {
  margin-top: -28px;
}

.yukori-service-detail__notice {
  max-width: 760px;
  margin: 0 auto;
  padding: 28px 34px;
  border: 2px solid rgba(246, 178, 74, 0.42);
  border-radius: 24px;
  background: #fffdf2;
  box-shadow: 0 14px 28px rgba(196, 140, 42, 0.1);
}

.yukori-service-detail__notice-content h2,
.yukori-service-detail__notice-content h3 {
  margin: 0 0 12px;
  color: #c78222;
  font-size: 24px;
  line-height: 1.4;
}

.yukori-service-detail__notice-content h2:not(:first-child),
.yukori-service-detail__notice-content h3:not(:first-child) {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(246, 178, 74, 0.35);
}

.yukori-service-detail__notice-content,
.yukori-service-detail__notice-content p {
  margin: 0;
  color: #3b4b54;
  font-size: 16px;
  line-height: 1.9;
}

.yukori-service-detail__notice-content p + p,
.yukori-service-detail__notice-content ul + h2,
.yukori-service-detail__notice-content ul + h3 {
  margin-top: 0.8em;
}

.yukori-service-detail__notice-content ul {
  margin: 0;
  padding-left: 1.4em;
}

.yukori-service-detail__notice-content li {
  margin: 0.25em 0;
}

.yukori-service-detail__content {
  max-width: 760px;
  margin: 0 auto;
  color: var(--yukori-ink);
  font-size: 16px;
  line-height: 2;
}

.yukori-service-detail__content p {
  margin: 0 0 1.4em;
}

.yukori-service-detail__info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.yukori-service-detail__panel {
  min-height: 220px;
  padding: 32px;
  border: 1px solid #d9e6ef;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(87, 120, 138, 0.08);
}

.yukori-service-detail__panel h2 {
  margin: 0 0 16px;
  color: #6baee7;
  font-size: 24px;
  line-height: 1.4;
}

.yukori-service-detail__panel p {
  margin: 0;
  color: #3b4b54;
  font-size: 16px;
  line-height: 1.95;
}

.yukori-service-detail__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 880px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.yukori-service-detail__list li {
  position: relative;
  min-height: 74px;
  padding: 22px 24px 22px 58px;
  border-radius: 20px;
  background: #ffffff;
  color: #3b4b54;
  font-size: 16px;
  line-height: 1.7;
  box-shadow: 0 12px 26px rgba(107, 93, 47, 0.08);
}

.yukori-service-detail__list li::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 28px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f6b24a;
}

.yukori-service-detail__flow {
  display: grid;
  gap: 18px;
  max-width: 820px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.yukori-service-detail__flow li {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 22px 28px;
  border: 1px solid #d9e6ef;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
}

.yukori-service-detail__flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: #d8edf7;
  color: #2f5f77;
  font-size: 18px;
  font-weight: 700;
}

.yukori-service-detail__flow p {
  margin: 0;
  color: #3b4b54;
  font-size: 16px;
  line-height: 1.8;
}

/************************************
** 画像プレースホルダー（素材差し替え待ち）
************************************/
.yukori-img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  padding: 16px;
  border: 2px dashed rgba(122, 106, 86, 0.32);
  border-radius: 28px;
  background: rgba(122, 106, 86, 0.05);
  color: var(--yukori-muted);
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.yukori-img-placeholder--icon {
  min-height: 96px;
  width: 96px;
  border-radius: 50%;
  font-size: 11px;
  flex-shrink: 0;
}

/************************************
** 事業所詳細ページ（イントロ／空き状況／1日のようす）
************************************/
.yukori-service-detail__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 56px;
  align-items: center;
  padding: 42px 0 64px;
}

.yukori-service-detail__intro-logo-combined {
  display: block;
  width: min(100%, 340px);
  height: auto;
  margin-bottom: 24px;
}

.yukori-service-detail__intro-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.yukori-service-detail__intro-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 22px;
  border-radius: 999px;
  background: #c9a67c;
  color: #fffefa;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.yukori-service-detail__intro-lead {
  max-width: 560px;
  margin: 0;
  color: var(--yukori-ink);
  font-size: 16px;
  line-height: 2;
}

.yukori-service-detail__intro-visual .yukori-img-placeholder {
  min-height: 360px;
  border-radius: 36px;
}

.yukori-service-detail__intro-visual {
  min-height: 360px;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: var(--yukori-shadow);
}

.yukori-service-detail__intro-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.yukori-program + .yukori-program {
  margin-top: 56px;
  padding-top: 96px;
  border-top: 2px dashed var(--yukori-line);
}

.yukori-service-detail__availability-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 96px;
  padding: 36px 48px;
  border-radius: 32px;
  background: #f6d9a8;
}

.yukori-service-detail__availability-banner-icon {
  position: absolute;
  display: block;
  width: 140px;
  height: 140px;
  min-height: 0;
  object-fit: contain;
  z-index: 1;
}

.yukori-service-detail__availability-banner-icon--tl {
  top: -35px;
  left: -23px;
}

.yukori-service-detail__availability-banner-icon--br {
  right: -23px;
  bottom: -35px;
}

.yukori-service-detail__availability-banner-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.yukori-service-detail__availability-banner-text {
  margin: 0;
  color: #6b4a1f;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.yukori-service-detail__availability-banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 32px;
  border-radius: 999px;
  background: #fffefa;
  color: #6b4a1f;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(120, 84, 26, 0.16);
}

.yukori-daily {
  margin-bottom: 96px;
}

.yukori-daily__heading {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 640px;
  margin: 0 auto 56px;
}

.yukori-daily__heading h2 {
  flex-shrink: 0;
  margin: 0;
  color: var(--yukori-ink);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.yukori-daily__heading-line {
  position: relative;
  flex-grow: 1;
  height: 2px;
  background: #e8a97e;
}

.yukori-daily__heading-line::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e8a97e;
  transform: translateY(-50%);
}

.yukori-daily__heading-line:first-child::before {
  left: 0;
}

.yukori-daily__heading-line:last-child::before {
  right: 0;
}

.yukori-daily__image-placeholder {
  max-width: 860px;
  min-height: 420px;
  margin: 0 auto;
}

.yukori-daily__image {
  display: block;
  width: 100%;
  max-width: 860px;
  height: auto;
  margin: 0 auto;
}

.yukori-daily__footnote {
  margin: 32px 0 0;
  color: var(--yukori-muted);
  font-size: 13px;
  text-align: center;
}

/************************************
** 採用情報ページ
************************************/
.yukori-recruit__main {
  max-width: 1080px;
  margin: 0 auto;
  padding: 28px 40px 104px;
}

.yukori-recruit__article {
  display: grid;
  gap: 88px;
}

.yukori-recruit__title {
  padding: 24px 0 8px;
  text-align: center;
}

.yukori-recruit__title h1 {
  margin: 0;
  color: var(--yukori-ink);
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.yukori-recruit__title-en {
  margin: 10px 0 0;
  color: var(--yukori-muted);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.yukori-recruit__hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  aspect-ratio: 877 / 423;
  overflow: hidden;
}

.yukori-recruit__hero-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yukori-recruit__hero-copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 0 24px;
  background: linear-gradient(180deg, rgba(30, 40, 46, 0.28) 0%, rgba(30, 40, 46, 0.4) 100%);
  text-align: center;
}

.yukori-recruit__hero-copy p {
  margin: 0;
  color: #fffefa;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.yukori-recruit__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 48px;
  align-items: center;
}

.yukori-recruit__intro-text p {
  margin: 0 0 18px;
  color: var(--yukori-ink);
  font-size: 16px;
  line-height: 2;
}

.yukori-recruit__intro-text p:last-child {
  margin-bottom: 0;
}

.yukori-recruit__intro-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.yukori-recruit__positions-content {
  width: calc(100% + 80px);
  max-width: 1080px;
  margin: 0 -40px;
  padding: 40px 44px;
  border-radius: 28px;
  background: var(--yukori-surface);
  box-shadow: var(--yukori-shadow);
  color: var(--yukori-ink);
  font-size: 16px;
  line-height: 2;
}

.yukori-recruit__positions-content > *:first-child {
  margin-top: 0;
}

.yukori-recruit__positions-content > *:last-child {
  margin-bottom: 0;
}

.yukori-recruit__positions-content h2,
.yukori-recruit__positions-content h3 {
  margin: 32px 0 14px;
  color: var(--yukori-ink);
  font-size: 22px;
  line-height: 1.5;
}

.yukori-recruit__positions-content h2:first-child,
.yukori-recruit__positions-content h3:first-child {
  margin-top: 0;
}

.yukori-recruit__positions-content p {
  margin: 0 0 1.2em;
}

.yukori-recruit__positions-content ul,
.yukori-recruit__positions-content ol {
  margin: 0 0 1.2em;
  padding-left: 1.4em;
}

.yukori-recruit__positions-content li {
  margin: 0.3em 0;
}

.yukori-recruit__positions-content .wp-block-table {
  margin: 0 0 1.2em;
  overflow-x: auto;
}

.yukori-recruit__positions-content table,
.yukori-recruit__positions-content .wp-block-table table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 15px;
}

.yukori-recruit__positions-content th,
.yukori-recruit__positions-content td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--yukori-line);
  text-align: left;
  vertical-align: top;
}

.yukori-recruit__positions-content th {
  width: 8em;
  color: var(--yukori-muted);
  font-weight: 700;
  white-space: nowrap;
}

/************************************
** お知らせ詳細ページ
************************************/
.yukori-post__main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 40px 104px;
}

.yukori-post__article {
  display: grid;
  gap: 52px;
}

.yukori-post__article > * {
  min-width: 0;
}

.yukori-post__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 56px;
  align-items: center;
  padding: 20px 0 16px;
}

.yukori-post__article--no-visual .yukori-post__hero {
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 980px;
}

.yukori-post__title {
  margin: 0;
  color: var(--yukori-ink);
  font-size: 42px;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.yukori-post__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
  color: #6b8da0;
  font-size: 15px;
  line-height: 1.6;
}

.yukori-post__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: #edf7fc;
  color: #467089;
}

body.yukori-news-post-page .yukori-home__balloon,
body.yukori-static-page .yukori-home__balloon,
body.yukori-service-page .yukori-home__balloon {
  display: none;
}

.yukori-post__content-wrap {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

/* 空き情報ページ（表が横に広いためコンテナを広めに） */
body.page-id-34 .yukori-post__content-wrap {
  max-width: 1160px;
}

.yukori-post__content {
  min-height: 280px;
  padding: 36px 42px;
  border: 1px solid #e6eef3;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(87, 120, 138, 0.08);
  color: #3b4b54;
  font-size: 16px;
  line-height: 2;
}

.yukori-post__content > *:first-child {
  margin-top: 0;
}

.yukori-post__content > *:last-child {
  margin-bottom: 0;
}

.yukori-post__content p {
  margin: 0 0 1.4em;
}

.yukori-post__content h2,
.yukori-post__content h3 {
  margin: 2.4em 0 0.8em;
  color: var(--yukori-ink);
  line-height: 1.45;
}

.yukori-post__content h2 {
  font-size: 28px;
}

.yukori-post__content h3 {
  font-size: 22px;
}

.yukori-post__content ul,
.yukori-post__content ol {
  margin: 0 0 1.4em;
  padding-left: 1.5em;
}

.yukori-post__content li {
  margin: 0.35em 0;
}

.yukori-post__content a {
  color: #2f7ca3;
}

.yukori-post__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.6em auto;
  border-radius: 24px;
}

.yukori-post__footer-nav {
  margin-top: 42px;
}

.yukori-post__back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  background: #d8edf7;
  color: #2f5f77;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(107, 148, 168, 0.14);
}

.yukori-post__related {
  margin-top: 88px;
}

.yukori-post__related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.yukori-post-card__link {
  display: grid;
  gap: 14px;
  min-height: 100%;
  padding: 28px 24px;
  border: 1px solid #e6eef3;
  border-radius: 28px;
  background: #ffffff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(87, 120, 138, 0.08);
}

.yukori-post-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #6b8da0;
  font-size: 13px;
  line-height: 1.5;
}

.yukori-post-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f5fbfe;
  color: #467089;
}

.yukori-post-card h3 {
  margin: 0;
  color: var(--yukori-ink);
  font-size: 22px;
  line-height: 1.5;
}

.yukori-post-card p {
  margin: 0;
  color: #3b4b54;
  font-size: 15px;
  line-height: 1.9;
}

/************************************
** 私たちの想い（理念）
************************************/
.yukori-philosophy {
  padding: 0 33px;
  margin-bottom: 128px;
}

.yukori-wave-band--deep-sky .yukori-section-heading h2 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(234, 248, 255, 0.96) 100%);
}

.yukori-wave-band--deep-sky .yukori-message__copy p,
.yukori-wave-band--deep-sky .yukori-philosophy__intro,
.yukori-wave-band--deep-sky .yukori-principle p {
  color: rgba(255, 255, 255, 0.94);
}

.yukori-wave-band--deep-sky .yukori-principle h3 {
  color: #fffdf3;
}

.yukori-wave-band--deep-sky .yukori-philosophy__subheading {
  color: #fff4b5;
}

.yukori-wave-band--deep-sky .yukori-philosophy__subheading::after {
  background: rgba(255, 244, 181, 0.72);
}

.yukori-wave-band--deep-sky .yukori-principle__mark {
  background: url("./images/philosophy-float-ring.png") center / contain no-repeat;
}

.yukori-philosophy__hero {
  display: grid;
  grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
  align-items: center;
  gap: 48px;
  max-width: 1100px;
  margin: 0 auto 82px;
}

.yukori-message__copy p {
  margin: 0;
  font-size: 110%;
  line-height: 1.95;
  font-weight: 400;
  color: var(--yukori-ink);
  letter-spacing: 0.02em;
}

.yukori-message__visual {
  width: 100%;
  max-width: 340px;
  aspect-ratio: 1402 / 1074;
  padding: 14px;
}

.yukori-philosophy__lead {
  max-width: 720px;
  margin: 0 auto 58px;
  text-align: center;
}

.yukori-philosophy__policy {
  max-width: 720px;
  margin: 0 auto 36px;
  text-align: center;
}

.yukori-philosophy__subheading {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 12px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #6baee7;
  letter-spacing: 0.05em;
}

.yukori-philosophy__subheading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 52px;
  height: 2px;
  background: rgba(107, 174, 231, 0.6);
  transform: translateX(-50%);
}

.yukori-philosophy__intro {
  max-width: 760px;
  margin: 22px auto 0;
  font-size: 16px;
  line-height: 1.95;
  text-align: center;
}

.yukori-principles {
  display: grid;
  gap: 46px;
  max-width: 760px;
  margin: 0 auto;
}

.yukori-principle {
  text-align: center;
}

.yukori-principle__mark {
  width: 46px;
  height: 46px;
  margin: 0 auto 14px;
}

.yukori-principle h3 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  color: var(--yukori-ink);
  letter-spacing: 0.04em;
}

.yukori-principle p {
  margin: 0 auto;
  max-width: 760px;
  font-size: 16px;
  line-height: 1.95;
}

/************************************
** ご利用について
************************************/
.yukori-usage {
  padding: 0 33px;
  margin-bottom: 0;
}

.yukori-usage__list {
  display: grid;
  gap: 20px;
}

.yukori-usage-step {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  padding: 26px 30px;
  border: 1px solid #d9e6ef;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  box-shadow: 0 14px 28px rgba(87, 120, 138, 0.08);
}

.yukori-usage-step__head {
  display: grid;
  gap: 14px;
}

.yukori-usage-step__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: #d8edf7;
  color: #2f5f77;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.yukori-usage-step__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--yukori-ink);
  line-height: 1.7;
}

.yukori-usage-step__body p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #3b4b54;
}

.yukori-usage__cta {
  margin-top: 102px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 58px 32px;
  border-radius: 0;
  background: #16afe2;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.yukori-usage__cta-card {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 48px 40px 42px;
  border-radius: 32px;
  background: #fffefa;
  box-shadow: 0 18px 38px rgba(21, 115, 149, 0.16);
}

.yukori-usage__cta-heading {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: var(--yukori-ink);
}

.yukori-usage__cta-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(100%, 590px);
  height: 2px;
  background: #f2a08d;
  transform: translateX(-50%);
}

.yukori-usage__cta-heading::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: min(100%, 590px);
  height: 10px;
  transform: translateX(-50%);
  background:
    radial-gradient(circle, #f2a08d 0 4px, transparent 4.5px) left center / 12px 10px no-repeat,
    radial-gradient(circle, #f2a08d 0 4px, transparent 4.5px) right center / 12px 10px no-repeat;
}

.yukori-usage__cta-lead,
.yukori-usage__cta-time {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #7a6c5d;
}

.yukori-usage__cta-number {
  display: block;
  max-width: none;
  margin: 24px auto 10px;
  padding: 0;
  background: transparent;
  color: #f07f62;
  text-decoration: none;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.12em;
}

.yukori-usage__cta-time strong {
  font-weight: 700;
  color: var(--yukori-ink);
}

.yukori-fee {
  margin-top: 110px;
}

.yukori-fee__content {
  display: grid;
  grid-template-columns: minmax(0, 620px) 220px;
  justify-content: center;
  gap: 48px;
  align-items: center;
  padding: 44px 48px;
  border-radius: 28px;
  background: var(--yukori-surface);
  box-shadow: var(--yukori-shadow);
}

.yukori-fee__table img {
  display: block;
  width: 70%;
  height: auto;
}

.yukori-hitosaji img {
  display: block;
  width: 80%;
  height: auto;
}

.yukori-fee__note img {
  display: block;
  width: 100%;
  height: auto;
}

.yukori-fee__note {
  align-self: center;
}

.yukori-hitosaji {
  margin-top: 44px;
  display: flex;
  justify-content: center;
}

/************************************
** お知らせ
************************************/
.yukori-news {
  padding: 0 33px;
  margin-top: 72px;
  margin-bottom: 112px;
}

.yukori-news__list {
  max-width: 860px;
  margin: 0 auto;
  border-top: 1px solid #d9e6ef;
}

.yukori-news__item {
  margin: 0;
  border-bottom: 1px solid #d9e6ef;
}

.yukori-news__link {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 20px 4px;
  color: var(--yukori-ink);
  text-decoration: none;
}

.yukori-news__link:hover .yukori-news__title {
  color: #2f5f77;
}

.yukori-news__date {
  color: #6b8da0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.yukori-news__title {
  margin: 0;
  color: var(--yukori-ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.75;
  transition: color 0.2s ease;
}

.yukori-news__empty {
  margin: 0;
  color: #3b4b54;
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
}

/************************************
** 法人概要
************************************/
.yukori-overview {
  margin-top: 116px;
  padding: 0 33px;
  margin-bottom: 116px;
}

.yukori-overview__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.yukori-overview__list {
  margin: 0;
}

.yukori-overview__row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 24px;
  padding: 12px 0;
  border-bottom: 0;
}

.yukori-overview__row dt,
.yukori-overview__row dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
}

.yukori-overview__history {
  margin: 0;
  padding: 0;
  list-style: none;
}

.yukori-overview__history-item {
  display: grid;
  grid-template-columns: 5.5em minmax(0, 1fr);
  gap: 16px;
}

.yukori-overview__history-item + .yukori-overview__history-item {
  margin-top: 6px;
}

.yukori-overview__card {
  min-height: 200px;
}

.yukori-overview__map {
  display: block;
  width: 100%;
  height: 375px;
  border: 0;
}

/************************************
** フッター
************************************/
.yukori-site-footer {
  background: #fff6d7;
  margin-top: 0;
}

.yukori-site-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 42px 58px 46px;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 44px;
  min-height: auto;
  align-items: start;
}

.yukori-site-footer__logo {
  width: 182px;
  height: auto;
  aspect-ratio: 237 / 37;
  display: block;
  object-fit: contain;
}

.yukori-home__logo-fallback {
  display: block;
  text-decoration: none;
}

.yukori-site-footer__tagline {
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.7;
  color: var(--yukori-ink);
}

.yukori-site-footer__nav {
  display: grid;
  grid-template-columns: 140px 170px 150px 150px;
  gap: 32px;
  justify-content: start;
  padding-top: 0;
}

.yukori-site-footer__group-title {
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #6f614f;
  line-height: 1.5;
  white-space: nowrap;
}

.yukori-site-footer__group-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: rgba(159, 215, 245, 0.95);
}

.yukori-site-footer__group a {
  display: block;
  margin-bottom: 7px;
  color: var(--yukori-ink);
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
}

.yukori-site-footer__group a:hover {
  opacity: 0.7;
}

/************************************
** レスポンシブ（1023px以下）
************************************/
@media screen and (max-width: 1023px) {
  .yukori-service-detail__intro {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 24px 0 48px;
  }

  .yukori-service-detail__intro-visual .yukori-img-placeholder {
    min-height: 240px;
  }

  .yukori-service-detail__intro-visual,
  .yukori-service-detail__intro-photo {
    min-height: 240px;
  }

  .yukori-service-detail__availability-banner {
    padding: 32px 28px;
  }

  .yukori-daily__image-placeholder {
    min-height: 280px;
  }

  .yukori-program + .yukori-program {
    margin-top: 40px;
    padding-top: 64px;
  }

  .yukori-wave-band--about {
    --band-pad-bottom: 104px;
  }

  .yukori-wave-band--facility {
    --band-pad-top: 84px;
    --band-pad-bottom: 96px;
  }

  .yukori-wave-band--services {
    --band-pad-bottom: 104px;
  }

  .yukori-wave-band--philosophy {
    --band-pad-top: 88px;
    --band-pad-bottom: 96px;
  }

  .yukori-wave-band--top-md {
    --wave-top: 42px;
  }

  .yukori-wave-band--top-lg {
    --wave-top: 60px;
  }

  .yukori-wave-band--bottom-lg {
    --wave-bottom: 60px;
  }

  .yukori-wave-band--bottom-xl {
    --wave-bottom: 84px;
  }

  .yukori-home__header-row {
    flex-wrap: wrap;
  }

  .yukori-home__brand {
    width: 100%;
    min-height: auto;
  }

  .yukori-home__balloon {
    left: 180px;
    top: 126px;
  }

  .yukori-home__header-info {
    align-items: flex-start;
    text-align: left;
  }

  .yukori-cocode {
    grid-template-columns: 1fr;
    padding: 40px 24px;
  }

  .yukori-cocode__oval {
    width: 300px;
    height: 272px;
    left: -40px;
  }

  .yukori-cocode__body {
    padding: 0 0 0 40px;
  }

  .yukori-cocode__building {
    text-align: center;
  }

  .yukori-message,
  .yukori-philosophy__hero,
  .yukori-overview__content,
  .yukori-site-footer__inner {
    grid-template-columns: 1fr;
  }

  .yukori-philosophy__hero {
    justify-items: center;
  }

  .yukori-message__copy {
    text-align: center;
  }

  .yukori-services__grid,
  .yukori-story__features,
  .yukori-site-footer__nav {
    grid-template-columns: 1fr;
  }

  .yukori-site-footer__inner {
    padding: 36px 24px 40px;
    min-height: auto;
  }

  .yukori-story__facility-row {
    width: 100%;
  }

  .yukori-story__facility-row--hero .yukori-story__facility-image,
  .yukori-story__facility-row--building .yukori-story__facility-image {
    width: 100%;
    height: auto;
  }

  .yukori-feature-card p,
  .yukori-principle p {
    font-size: 18px;
  }

  .yukori-overview__row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .yukori-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/************************************
** レスポンシブ（834px以下）
************************************/
@media screen and (max-width: 834px) {
  .yukori-service-detail__intro-lead {
    font-size: 15px;
  }

  .yukori-service-detail__availability-banner {
    justify-content: center;
  }

  .yukori-img-placeholder--icon {
    width: 72px;
    min-height: 72px;
  }

  .yukori-service-detail__availability-banner-icon {
    width: 72px;
    height: 72px;
  }

  .yukori-service-detail__availability-banner-icon--tl {
    top: -16px;
    left: -10px;
  }

  .yukori-service-detail__availability-banner-icon--br {
    right: -10px;
    bottom: -16px;
  }

  .yukori-daily__heading {
    max-width: 100%;
  }

  .yukori-home__header-row {
    padding: 18px 20px 12px;
    gap: 16px;
    position: relative;
  }

  .yukori-home__menu-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 12px;
    right: 20px;
    margin-left: 0;
    border-radius: 999px;
    background: #f2f8fb;
    box-shadow: 0 8px 22px rgba(107, 148, 168, 0.12);
    flex: 0 0 auto;
    z-index: 30;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }

  .yukori-home__header.is-nav-open .yukori-home__menu-toggle {
    background: #89bfd8;
    box-shadow: 0 14px 28px rgba(107, 148, 168, 0.22);
    transform: translateY(1px);
  }

  .yukori-home__header.is-nav-open .yukori-home__menu-toggle-line {
    background: #ffffff;
  }

  .yukori-home__header.is-nav-open .yukori-home__menu-toggle-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .yukori-home__header.is-nav-open .yukori-home__menu-toggle-line:nth-child(2) {
    opacity: 0;
  }

  .yukori-home__header.is-nav-open .yukori-home__menu-toggle-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .yukori-home__nav {
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
    position: absolute;
    top: calc(100% - 8px);
    left: 20px;
    right: 20px;
    padding: 18px;
    border: 1px solid rgba(159, 215, 245, 0.7);
    border-radius: 28px;
    background: rgba(255, 254, 250, 0.96);
    box-shadow: 0 18px 40px rgba(122, 106, 86, 0.14);
    backdrop-filter: blur(10px);
  }

  .yukori-home__header.is-nav-open .yukori-home__nav {
    display: grid;
  }

  .yukori-home__nav a {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid #e4edf2;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 6px 14px rgba(107, 148, 168, 0.08);
  }

  .yukori-hero {
    width: 100%;
  }

  .yukori-hero h1 {
    font-size: 1.4rem;
  }

  .yukori-hero__copy {
    bottom: 20px;
    left: 20px;
    max-width: calc(100% - 40px);
  }

  .yukori-story__facility-row,
  .yukori-usage-step {
    grid-template-columns: 1fr;
  }

  .yukori-story__facility-row--hero .yukori-story__facility-label {
    margin-top: 0;
  }

  .yukori-service-card__oval {
    width: 200px;
    height: 200px;
  }

  .yukori-message__copy p {
    font-size: 15px;
  }

  .yukori-section-heading h2 {
    width: 100%;
    font-size: 20px;
    min-height: 68px;
    padding: 0 24px;
  }

  .yukori-section-heading h2::before,
  .yukori-section-heading h2::after {
    width: 16px;
  }

  .yukori-section-heading h2::before {
    left: 18px;
  }

  .yukori-section-heading h2::after {
    right: 18px;
  }

  .yukori-side-cta {
    display: none;
  }

  .yukori-site-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/************************************
** レスポンシブ（480px以下）
************************************/
@media screen and (max-width: 480px) {
  .yukori-recruit__hero-copy p {
    font-size: 16px;
  }

  .yukori-wave-band--about {
    --band-pad-bottom: 72px;
  }

  .yukori-wave-band--facility {
    --band-pad-top: 62px;
    --band-pad-bottom: 74px;
  }

  .yukori-wave-band--services {
    --band-pad-bottom: 72px;
  }

  .yukori-wave-band--philosophy {
    --band-pad-top: 68px;
    --band-pad-bottom: 78px;
  }

  .yukori-wave-band--top-md {
    --wave-top: 30px;
  }

  .yukori-wave-band--top-lg {
    --wave-top: 44px;
  }

  .yukori-wave-band--bottom-lg {
    --wave-bottom: 44px;
  }

  .yukori-wave-band--bottom-xl {
    --wave-bottom: 58px;
  }

  .yukori-home__header {
    padding-bottom: 12px;
  }

  .yukori-home__header-row {
    padding: 16px 14px 8px;
    gap: 10px;
    align-items: flex-start;
  }

  .yukori-home__menu-toggle {
    top: 10px;
    right: 14px;
    width: 44px;
    height: 44px;
  }

  .yukori-home__brand {
    min-height: 118px;
  }

  .yukori-home__logo-link {
    width: 150px;
  }

  .yukori-home__logo-img {
    width: 100%;
    max-width: 150px;
    height: auto;
  }

  .yukori-home__org-logo {
    width: 120px;
    margin-top: 8px;
    margin-left: 0;
  }

  .yukori-home__balloon {
    left: auto;
    right: 8px;
    top: 34px;
    width: 88px;
    height: 102px;
    transform: rotate(-10deg);
  }

  .yukori-home__header-info {
    width: 100%;
    align-items: flex-start;
  }

  .yukori-home__services,
  .yukori-home__hours {
    font-size: 10px;
    line-height: 1.6;
  }

  .yukori-home__tel {
    font-size: 18px;
    line-height: 1.25;
  }

  .yukori-home__menu-toggle-line {
    width: 18px;
    height: 2px;
    flex: 0 0 2px;
  }

  .yukori-home__nav {
    grid-template-columns: 1fr;
    gap: 10px;
    left: 14px;
    right: 14px;
    top: calc(100% - 6px);
    padding: 16px 14px;
    border-radius: 24px;
  }

  .yukori-home__nav a {
    min-height: 42px;
    font-size: 13px;
  }

  .yukori-hero__carousel {
    height: 112vw;
    min-height: 360px;
  }

  .yukori-hero__carousel .splide__pagination {
    top: 14px;
    bottom: auto;
  }

  .yukori-hero__photo {
    object-position: center 24%;
  }

  .yukori-hero__copy {
    bottom: 14px;
    left: 14px;
    max-width: calc(100% - 28px);
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(255, 253, 248, 0.76);
    backdrop-filter: blur(6px);
    box-shadow: 0 10px 30px rgba(95, 84, 38, 0.12);
  }

  .yukori-hero h1 {
    font-size: 1.05rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }

  .yukori-message__copy p {
    font-size: 14px;
    line-height: 1.85;
  }

  .yukori-cocode,
  .yukori-story,
  .yukori-services,
  .yukori-philosophy,
  .yukori-usage,
  .yukori-news,
  .yukori-overview {
    padding-left: 14px;
    padding-right: 14px;
  }

  .yukori-cocode {
    padding-top: 28px;
    padding-bottom: 36px;
  }

  .yukori-cocode__oval {
    width: 220px;
    height: 200px;
    left: -34px;
    top: 52px;
    transform: none;
  }

  .yukori-cocode__body {
    padding: 0;
  }

  .yukori-cocode__heading {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .yukori-cocode__text {
    font-size: 16px;
    line-height: 1.95;
  }

  .yukori-cocode__building img {
    width: 100%;
    max-width: 320px;
    margin: 18px auto 0;
    display: block;
  }

  .yukori-section-heading {
    margin-bottom: 34px;
  }

  .yukori-feature-card {
    gap: 16px;
  }

  .yukori-feature-card__photo {
    min-height: 180px;
  }

  .yukori-feature-card h3 {
    font-size: 18px;
  }

  .yukori-feature-card p,
  .yukori-principle p {
    font-size: 15px;
    line-height: 1.9;
  }

  .yukori-story__facility {
    padding-top: 4px;
  }

  .yukori-story__facility-row {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
  }

  .yukori-story__facility-label {
    width: auto;
    min-height: 0;
    margin: 0 auto;
    box-shadow: none;
  }

  .yukori-story__facility-label-image {
    width: 150px;
  }

  .yukori-story__facility-row--hero .yukori-story__facility-label,
  .yukori-story__facility-row--building .yukori-story__facility-label {
    margin-top: 0;
  }

  .yukori-story__facility-row--hero .yukori-story__facility-image,
  .yukori-story__facility-row--building .yukori-story__facility-image {
    width: 100%;
    height: auto;
  }

  .yukori-services {
    margin-bottom: 88px;
  }

  .yukori-service-card__oval {
    width: 166px;
    height: 166px;
    margin-bottom: 14px;
  }

  .yukori-post__main {
    padding: 18px 14px 62px;
  }

  .yukori-post__hero {
    gap: 22px;
    padding-top: 12px;
  }

  .yukori-post__title {
    font-size: 1.8rem;
    line-height: 1.45;
  }

  .yukori-post__meta {
    margin-top: 16px;
    font-size: 13px;
  }

  .yukori-post__category {
    min-height: 30px;
    padding: 0 12px;
  }

  .yukori-post__content {
    min-height: 220px;
    padding: 24px 18px;
    border-radius: 24px;
    font-size: 15px;
    line-height: 1.9;
  }

  .yukori-post__content h2 {
    font-size: 24px;
  }

  .yukori-post__content h3 {
    font-size: 20px;
  }

  .yukori-post__related {
    margin-top: 62px;
  }

  .yukori-post-card__link {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .yukori-post-card h3 {
    font-size: 19px;
  }

  .yukori-post-card p {
    font-size: 14px;
  }

  .yukori-service-card__desc {
    font-size: 14px;
    line-height: 1.8;
  }

  .yukori-service-card h3 {
    font-size: 20px;
  }

  .yukori-philosophy__hero {
    gap: 22px;
    margin-bottom: 54px;
  }

  .yukori-message__copy {
    text-align: center;
  }

  .yukori-philosophy__subheading {
    font-size: 24px;
  }

  .yukori-principles {
    gap: 34px;
  }

  .yukori-usage-step {
    padding: 18px 16px;
    gap: 12px;
    border-radius: 20px;
  }

  .yukori-usage-step__count {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }

  .yukori-usage-step__title {
    font-size: 17px;
  }

  .yukori-usage-step__body p {
    font-size: 14px;
    line-height: 1.85;
  }

  .yukori-usage__cta {
    margin-top: 62px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 36px 18px;
  }

  .yukori-usage__cta-heading {
    margin-bottom: 18px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .yukori-usage__cta-card {
    width: min(100%, 980px);
    padding: 32px 20px 28px;
    border-radius: 24px;
  }

  .yukori-usage__cta-number {
    font-size: 2rem;
    letter-spacing: 0.08em;
  }

  .yukori-fee {
    margin-top: 78px;
  }

  .yukori-fee__content {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
    border-radius: 22px;
  }

  .yukori-fee__note {
    max-width: 220px;
    margin: 0 auto;
  }

  .yukori-hitosaji {
    margin-top: 30px;
  }

  .yukori-news {
    margin-top: 48px;
    margin-bottom: 84px;
  }

  .yukori-news__link {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px 0;
  }

  .yukori-news__date {
    font-size: 13px;
  }

  .yukori-news__title {
    font-size: 15px;
    line-height: 1.7;
  }

  .yukori-news__empty {
    font-size: 14px;
  }

  .yukori-overview__content {
    gap: 22px;
  }

  .yukori-overview__row dt,
  .yukori-overview__row dd {
    font-size: 14px;
    line-height: 1.75;
  }

  .yukori-overview__map {
    width: 100%;
    height: 240px;
    max-width: 100%;
  }

  .yukori-site-footer__inner {
    padding: 30px 14px 34px;
    gap: 28px;
  }

  .yukori-site-footer__nav {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .yukori-services__grid {
    grid-template-columns: 1fr;
  }

  .yukori-service-detail__main {
    padding: 20px 22px 76px;
  }

  .yukori-service-detail__section {
    margin-bottom: 62px;
  }

  .yukori-service-detail__info-grid,
  .yukori-service-detail__list {
    grid-template-columns: 1fr;
  }

  .yukori-service-detail__panel {
    min-height: 0;
    padding: 26px 22px;
  }

  .yukori-service-detail__flow li {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
  }

  .yukori-recruit__main {
    padding: 20px 22px 76px;
  }

  .yukori-recruit__article {
    gap: 62px;
  }

  .yukori-recruit__title h1 {
    font-size: 28px;
  }

  .yukori-recruit__hero-copy p {
    font-size: 20px;
  }

  .yukori-recruit__intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .yukori-recruit__intro-visual {
    width: 160px;
    margin: 0 auto;
  }

  .yukori-recruit__positions-content {
    width: calc(100% + 44px);
    margin: 0 -22px;
    padding: 28px 22px;
    border-radius: 22px;
  }

  .yukori-recruit__positions-content th {
    width: auto;
    white-space: normal;
  }

  .yukori-post__main {
    padding: 20px 22px 76px;
  }

  .yukori-post__hero {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 18px 0 12px;
  }

  .yukori-post__article--no-visual .yukori-post__hero {
    gap: 0;
  }

  .yukori-post__title {
    font-size: 34px;
  }

  .yukori-post__content-wrap {
    max-width: 100%;
  }

  .yukori-post__related-grid {
    grid-template-columns: 1fr;
  }
}

/************************************
** お知らせ一覧（ショートコード）
************************************/
.yukori-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yukori-news-list__item {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--yukori-line);
  font-family: 'Zen Maru Gothic', sans-serif;
}

.yukori-news-list__item:first-child {
  border-top: 1px solid var(--yukori-line);
}

.yukori-news-list__date {
  flex-shrink: 0;
  color: var(--yukori-muted);
  font-size: 0.85em;
  letter-spacing: 0.04em;
}

.yukori-news-list__link {
  color: var(--yukori-ink);
  text-decoration: none;
  line-height: 1.6;
  transition: color 0.2s;
}

.yukori-news-list__link:hover {
  color: var(--yukori-blue);
  text-decoration: underline;
}

.yukori-news-list__empty {
  color: var(--yukori-muted);
  font-size: 0.9em;
}

@media (max-width: 600px) {
  .yukori-news-list__item {
    flex-direction: column;
    gap: 4px;
  }
}

/************************************
** 空き情報テーブル
************************************/
.yukori-vacancy-table-wrap {
  margin: 32px 0;
}

.yukori-vacancy-table-date {
  margin: 0 0 8px;
  color: #2d94cf;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
}

.yukori-vacancy-table-scroll {
  overflow-x: auto;
}

.yukori-vacancy-table {
  width: 100%;
  min-width: 640px;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 2px solid #4fa8dc;
  border-left: 2px solid #4fa8dc;
}

.yukori-vacancy-table tr:nth-of-type(2n+1) {
  background-color: transparent;
}

.yukori-vacancy-table th,
.yukori-vacancy-table td {
  border-right: 2px solid #4fa8dc;
  border-bottom: 2px solid #4fa8dc;
  padding: 10px 12px;
  text-align: center;
  vertical-align: middle;
}

.yukori-vacancy-table thead th {
  background: #eaf6fd;
  color: #2d94cf;
  font-size: 15px;
  font-weight: 700;
}

.yukori-vacancy-table__facility-head {
  width: 220px;
}

.yukori-vacancy-table__facility {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.yukori-vacancy-table__logo {
  display: block;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

.yukori-vacancy-table__facility-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.yukori-vacancy-table__facility-caption {
  color: var(--yukori-muted);
  font-size: 11px;
  line-height: 1.4;
}

.yukori-vacancy-table__facility-name {
  color: var(--yukori-ink);
  font-size: 16px;
  font-weight: 700;
}

.yukori-vacancy-table td.is-mark-circle span {
  color: #2d94cf;
  font-size: 22px;
  font-weight: 700;
}

.yukori-vacancy-table td.is-mark-triangle span {
  color: #e8a63c;
  font-size: 22px;
  font-weight: 700;
}

.yukori-vacancy-table td.is-mark-cross span {
  color: #d9698d;
  font-size: 22px;
  font-weight: 700;
}

.yukori-vacancy-table td.is-mark-na {
  background: #e9e4da;
}

.yukori-vacancy-table__note {
  color: var(--yukori-ink);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.yukori-vacancy-table-legend {
  margin: 16px 0 0;
  color: var(--yukori-muted);
  font-size: 14px;
  text-align: right;
}

@media screen and (max-width: 480px) {
  .yukori-vacancy-table__logo {
    width: 44px;
    height: 44px;
  }

  .yukori-vacancy-table__facility-name {
    font-size: 14px;
  }

  .yukori-vacancy-table__facility-caption {
    font-size: 10px;
  }
}
