@charset "UTF-8";

.kagai-page .man3-hero { min-height: 670px; }
.kagai-page .man3-hero__photo img { object-position: center 48%; }
.kagai-page .man3-hero__copy { width: min(960px,88%); }
.kagai-page .man3-hero__copy h1 { font-size: 36px; }
.kagai-page .man3-hero__deco--grass-left { left: max(68px,calc(50% - 600px)); }
.kagai-page .man3-hero__deco--slide { left: max(155px,calc(50% - 515px)); top: 390px; width: 118px; }
.kagai-page .man3-hero__deco--flower { right: max(195px,calc(50% - 450px)); top: 385px; width: 78px; }
.kagai-page .man3-hero__deco--grass { right: max(115px,calc(50% - 550px)); top: 475px; width: 52px; }

.kagai-lessons { position: relative; overflow: hidden; padding: 0 0 70px; background: #f8f6f0; }
.kagai-lessons__pattern { position: absolute; left: -60px; top: 370px; width: 280px; opacity: .5; }
.kagai-card-guide { display: none; }
.kagai-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 30px; }
.kagai-card { position: relative; padding: 17px; border-radius: 24px; background: #fff; box-shadow: 10px 12px 0 rgba(216,207,188,.48); }
.kagai-card > img { display: block; width: 100%; height: 215px; border-radius: 16px; object-fit: cover; }
.kagai-card__preparing { display: grid; width: 100%; height: 215px; place-items: center; border-radius: 16px; background: #f3f0e7; color: #8b968d; font-size: 18px; font-weight: 700; letter-spacing: .14em; }
.kagai-card__badge { position: absolute; top: 30px; left: 30px; z-index: 2; padding: 5px 12px; border-radius: 999px; background: #eef6dd; color: #58aa43; font-size: 12px; font-weight: 700; box-shadow: 0 3px 10px rgba(49,72,58,.12); }
.kagai-card__body { padding: 26px 9px 16px; }
.kagai-card h3 { margin: 0 0 8px; color: #31483a; font-size: 21px; line-height: 1.55; }
.kagai-card h3 small { display: inline; margin-left: .15em; font-size: .7em; font-weight: 700; white-space: nowrap; }
.kagai-card__price { display: flex; align-items: baseline; gap: 7px; margin: 0 0 14px; color: #31483a; font-weight: 700; }
.kagai-card__price strong { color: #69bf45; font-size: 22px; }
.kagai-card__price strong small { margin-left: 2px; font-size: 14px; }
.kagai-card__price span { font-size: 14px; }
.kagai-card__body > p:last-child { margin: 0; color: #526055; font-size: 15px; font-weight: 500; line-height: 1.9; }

.kagai-modal { display: none; }

.kagai-message { position: relative; padding: 100px 0 72px; background: #eef6dd; }
.kagai-message__wave { position: absolute; top: 0; left: 0; width: 100%; height: 26px; fill: #f8f6f0; }
.kagai-message__card { position: relative; display: grid; grid-template-columns: 40% 1fr; padding: 22px; border-radius: 26px; background: #fff; }
.kagai-message__card > img:first-child { width: 100%; height: 100%; min-height: 390px; border-radius: 18px; object-fit: cover; }
.kagai-message__card > div { padding: 34px 46px; }
.kagai-message__label { margin: 0 0 8px; color: #72c84a; font-size: 14px; font-weight: 700; letter-spacing: .16em; }
.kagai-message h2 { margin: 0 0 20px; color: #31483a; font-size: 30px; line-height: 1.5; }
.kagai-message__card > div > p:not(.kagai-message__label) { margin: 0; color: #526055; font-size: 15.5px; font-weight: 500; line-height: 2; }
.kagai-message ul { display: grid; gap: 7px; margin: 22px 0 0; padding: 16px 20px; border-radius: 15px; background: #f8f6f0; list-style: none; }
.kagai-message li { position: relative; padding-left: 28px; color: #526055; font-size: 15px; font-weight: 700; }
.kagai-message li::before { content: "✓"; position: absolute; left: 0; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: #86d078; color: #fff; font-size: 11px; }
.kagai-message__deco { position: absolute; right: -38px; bottom: -40px; width: 150px; }

.kagai-consult { position: relative; z-index: 3; padding: 54px 0; background: #fff9e3; }
.kagai-consult::before,.kagai-consult::after { content: ""; position: absolute; left: 0; z-index: 3; width: 100%; height: 26px; background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='26' viewBox='0 0 240 26' preserveAspectRatio='none'%3E%3Cpath fill='%23fff9e3' d='M0,22 C20,26 40,26 60,22 C80,18 100,18 120,22 C140,26 160,26 180,22 C200,18 220,18 240,22 V26 H0 Z'/%3E%3C/svg%3E") center / 100% 26px no-repeat; pointer-events: none; }
.kagai-consult::before { top: -25px; }
.kagai-consult::after { bottom: -25px; transform: scaleY(-1); }
.kagai-consult__inner { display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 30px; width: min(1120px,calc(100% - 80px)); margin: 0 auto; }
.kagai-consult__inner > img { width: 100px; max-height: 130px; object-fit: contain; }
.kagai-consult h2 { margin: 0 0 8px; color: #31483a; font-size: 22px; }
.kagai-consult p { margin: 0; color: #526055; font-size: 14px; }
.kagai-consult__buttons { display: grid; gap: 10px; }
.kagai-consult__buttons a { display: flex; align-items: center; justify-content: center; gap: 10px; min-width: 250px; padding: 14px 22px; border: 2px solid #71c171; border-radius: 999px; background: #71c171; box-shadow: 0 0 0 rgba(66,137,67,0); color: #fff; font-size: 14px; font-weight: 700; text-align: center; transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease, color .25s ease, transform .25s ease; }
.kagai-consult__buttons a:last-child { background: #fff; color: #579f50; }
.kagai-consult__buttons a b { font-size: 17px; transition: transform .25s ease; }

@media (hover:hover) and (pointer:fine) {
  .kagai-consult__buttons a:hover { border-color: #58ad59; background: #58ad59; box-shadow: 0 8px 18px rgba(66,137,67,.22); transform: translateY(-3px); }
  .kagai-consult__buttons a:last-child:hover { background: #71c171; color: #fff; }
  .kagai-consult__buttons a:hover b { transform: translateX(5px); }
}

.kagai-consult__buttons a:focus-visible { outline: 3px solid rgba(29,82,139,.55); outline-offset: 4px; }

@media (prefers-reduced-motion:reduce) {
  .kagai-consult__buttons a,
  .kagai-consult__buttons a b { transition: none; }
}
@media(max-width:1024px){
  .kagai-page .man3-hero__deco{display:none}.kagai-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.kagai-message__deco{display:none}.kagai-consult__inner{grid-template-columns:90px 1fr}.kagai-consult__buttons{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));justify-self:center}
  .kagai-page .life__wave {
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='26' viewBox='0 0 240 26' preserveAspectRatio='none'%3E%3Cpath fill='%23eef6dd' d='M0,0 H240 V22 C220,18 200,18 180,22 C160,26 140,26 120,22 C100,18 80,18 60,22 C40,26 20,26 0,22 Z'/%3E%3C/svg%3E");
  }
}
@media(max-width:600px){
  .kagai-page .man3-hero{min-height:500px}.kagai-page .man3-hero__copy{width:100%}.kagai-page .man3-hero__copy h1{font-size:23px}.kagai-lessons{padding:6px 0 25px}.kagai-card-grid,.kagai-message__card{grid-template-columns:1fr}.kagai-message{padding:45px 0 38px}.kagai-message__card{padding:14px}.kagai-message__card>img:first-child{height:220px;min-height:0}.kagai-message__card>div{padding:26px 10px 22px}.kagai-message h2{font-size:24px}.kagai-consult{padding:46px 0}.kagai-consult__inner{display:flex;width:calc(100% - 40px);flex-direction:column;text-align:center}.kagai-consult__inner>img{width:78px}.kagai-consult__buttons{display:grid;width:100%;grid-template-columns:1fr}.kagai-consult__buttons a{min-width:0}

  .kagai-card-guide {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 16px 0 12px;
    color: #526055;
    font-size: 11px;
    font-weight: 700;
  }
  .kagai-card-guide span {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    border: 2px solid #68bd55;
    border-radius: 50%;
    background:
      linear-gradient(#68bd55, #68bd55) center / 7px 2px no-repeat,
      linear-gradient(#68bd55, #68bd55) center / 2px 7px no-repeat;
    color: transparent;
    font-size: 0;
  }
  .kagai-card-grid { gap: 12px; }
  .kagai-card {
    display: grid;
    grid-template-columns: 42% minmax(0,1fr);
    min-height: 122px;
    padding: 8px;
    border-radius: 17px;
    box-shadow: 5px 6px 0 rgba(216,207,188,.42);
    cursor: pointer;
  }
  .kagai-card::after {
    content: "";
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 25px;
    height: 25px;
    border: 2px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    background:
      linear-gradient(#fff, #fff) center / 9px 2px no-repeat,
      linear-gradient(#fff, #fff) center / 2px 9px no-repeat,
      rgba(76, 154, 67, .88);
    box-shadow: 0 2px 7px rgba(33, 65, 29, .22);
    pointer-events: none;
  }
  .kagai-card:focus-visible { outline: 3px solid rgba(83,171,72,.45); outline-offset: 3px; }
  .kagai-card > img,
  .kagai-card__preparing {
    width: 100%;
    height: 106px;
    border-radius: 12px;
    grid-column: 1;
    object-fit: cover;
  }
  .kagai-card__preparing { font-size: 12px; letter-spacing: .1em; }
  .kagai-card__body {
    min-width: 0;
    padding: 5px 30px 4px 12px;
    grid-column: 2;
  }
  .kagai-card__badge {
    position: static;
    display: inline-block;
    margin: 0 0 6px;
    padding: 3px 7px;
    font-size: 9px;
    box-shadow: none;
  }
  .kagai-card h3 { min-height: 0; margin-bottom: 5px; font-size: 15px; line-height: 1.4; }
  .kagai-card h3 small { display: block; margin-left: 0; font-size: 10px; white-space: normal; }
  .kagai-card__price { display: block; margin: 0; line-height: 1.35; }
  .kagai-card__price strong { font-size: 16px; }
  .kagai-card__price strong small,.kagai-card__price span { font-size: 10px; }
  .kagai-card__body > p:last-child { display: none; }

  .kagai-modal {
    position: fixed;
    inset: 0;
    z-index: 10020;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(29,45,34,.72);
  }
  .kagai-modal.is-open { display: flex; }
  .kagai-modal__panel {
    position: relative;
    overflow: hidden;
    width: min(100%,390px);
    max-height: calc(100dvh - 40px);
    overflow-y: auto;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(0,0,0,.25);
  }
  .kagai-modal__close {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.94);
  }
  .kagai-modal__close::before,.kagai-modal__close::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 18px;
    width: 18px;
    height: 2px;
    background: #34483c;
    transform: rotate(45deg);
  }
  .kagai-modal__close::after { transform: rotate(-45deg); }
  .kagai-modal__media img,.kagai-modal__preparing { display: block; width: 100%; height: 230px; object-fit: cover; }
  .kagai-modal__preparing { display: grid; place-items: center; background: #f3f0e7; color: #8b968d; font-weight: 700; letter-spacing: .14em; }
  .kagai-modal__body { padding: 22px 22px 26px; }
  .kagai-modal__badge { display: inline-block; margin-bottom: 8px; padding: 4px 9px; border-radius: 999px; background: #eef6dd; color: #58aa43; font-size: 10px; font-weight: 700; }
  .kagai-modal__body h3 { margin: 0 0 8px; color: #31483a; font-size: 20px; line-height: 1.45; }
  .kagai-modal__body h3 small { font-size: .7em; }
  .kagai-modal__price { margin: 0 0 14px; color: #31483a; font-size: 12px; font-weight: 700; }
  .kagai-modal__price strong { color: #69bf45; font-size: 20px; }
  .kagai-modal__text { margin: 0; color: #526055; font-size: 13.5px; line-height: 1.85; }
  body.is-kagai-modal-open { overflow: hidden; }
}
