/* shima_hp_v37.21 - common CSS extracted from v37.20 */

:root{
  --green:#5f8f75;
  --dark:#31483b;
  --orange:#de9f58;
  --blue:#6f9fbd;
  --cream:#fbf7ef;
  --paper:#fffdf8;
  --line:#eadfcd;
  --text:#333;
  --muted:#666;
  --shadow:0 10px 28px rgba(60,45,25,.08);
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

a{color:inherit;text-decoration:none}

header{
  position:sticky;
  top:0;
  z-index:10;
  background:rgba(255,253,248,.94);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}

.nav{
  max-width:1120px;
  margin:auto;
  padding:14px 22px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
}

.brand{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:var(--dark);
  white-space:nowrap;
}

.brand-logo{width:42px;height:42px;object-fit:contain;display:block;flex:0 0 auto}

.brand-text{display:flex;flex-direction:column;line-height:1.2}

.brand-name{font-weight:900;font-size:20px;letter-spacing:.02em}

.brand-area{font-size:11px;font-weight:800;color:#7b8a7f;letter-spacing:.08em;margin-top:3px}

nav{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  font-size:14px;
  color:#445047;
  padding:8px 10px;
  background:rgba(247,244,236,.72);
  border:1px solid #e6ded1;
  border-radius:999px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}

nav a{
  padding:5px 10px;
  border-radius:999px;
  border:1px solid transparent;
  background:rgba(255,253,248,.55);
  line-height:1.35;
}

nav a:hover{
  border-color:#d8cbb9;
  background:#fff;
  color:var(--dark);
}

.eyebrow{color:var(--green);font-weight:900;letter-spacing:.08em;font-size:13px}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:52px;padding:13px 24px;border-radius:999px;font-weight:900;font-size:15px;line-height:1.35;text-align:center;letter-spacing:.02em;box-shadow:0 8px 18px rgba(31,75,55,.12),0 2px 0 rgba(31,75,55,.10);transition:transform .15s ease,box-shadow .15s ease,background .15s ease}
.btn::after{content:"›";font-size:20px;line-height:1;font-weight:900;margin-left:2px}
.btn:active{transform:translateY(1px);box-shadow:0 4px 10px rgba(31,75,55,.10),0 1px 0 rgba(31,75,55,.08)}

.primary{background:linear-gradient(180deg,#6fa584 0%,var(--green) 100%);color:white;border:1px solid rgba(67,119,91,.28)}

.secondary{background:linear-gradient(180deg,#fff 0%,#fbfaf5 100%);border:1.5px solid rgba(95,150,120,.42);color:var(--dark)}

.section-boundary,
main > section:not(.home-main-visual):not(.line-banner-wrap){
  background:linear-gradient(180deg,rgba(247,251,247,.92),rgba(255,253,248,.98));
  border:1px solid rgba(95,143,117,.18);
  border-left:5px solid rgba(95,143,117,.58);
  border-radius:24px;
  margin-top:26px;
  margin-bottom:26px;
  box-shadow:0 8px 24px rgba(60,45,25,.045);
}

.section-boundary>.sub,
main > section:not(.home-main-visual):not(.line-banner-wrap)>.sub{
  display:inline-block;
  background:rgba(95,143,117,.10);
  color:#47705a;
  border-radius:999px;
  padding:4px 11px;
  margin-bottom:5px;
}

.section-boundary>h2,
main > section:not(.home-main-visual):not(.line-banner-wrap)>h2{
  padding-bottom:10px;
  border-bottom:1px solid rgba(95,143,117,.18);
  margin-bottom:16px;
}

.section-boundary>.desc,
main > section:not(.home-main-visual):not(.line-banner-wrap)>.desc{
  margin-top:0;
}

@media (max-width:640px){
  .section-boundary,
  main > section:not(.home-main-visual):not(.line-banner-wrap){
    border-left-width:4px;
    border-radius:20px;
    margin-top:22px;
    margin-bottom:22px;
  }
  .section-boundary>.sub,
  main > section:not(.home-main-visual):not(.line-banner-wrap)>.sub{
    font-size:12px;
    padding:3px 9px;
  }
}

.sub{color:var(--orange);font-weight:900;letter-spacing:.08em;font-size:13px}

h2{font-size:30px;line-height:1.4;margin:4px 0 10px;color:#283c31}

.notice{
  background:white;
  border-left:6px solid var(--green);
  border-radius:18px;
  padding:22px 24px;
  box-shadow:var(--shadow);
}

.section-boundary .notice{
  border-left:1px solid var(--line);
}

.cta{
  background:linear-gradient(135deg,#eaf4ed,#fff9ef);
  border:1px solid var(--line);
  border-radius:30px;
  padding:30px;
  display:flex;
  justify-content:space-between;
  gap:22px;
  align-items:center;
  box-shadow:var(--shadow);
}

footer{margin:0;padding:0}

footer p{margin:0}

:target{scroll-margin-top:120px}

section[id], .card[id]{scroll-margin-top:120px}

.btn{text-align:center;line-height:1.35}

body{padding-bottom:calc(96px + env(safe-area-inset-bottom,0px))}

@media(max-width:360px){
  .card,.notice,.access-info,.price-hero-card,.fee-box,.quick-card,.info-item,.faq-item,.flow-item{padding:18px}
}

@media(min-width:621px){
  body{padding-bottom:0}
}

@media(max-width:620px){
}

.mobile-fixed-actions{display:none}

@media (min-width:621px){
  .mobile-fixed-actions{display:none!important;}
}

@media (max-width:360px){
  .mobile-fixed-actions{gap:5px;padding:6px;}
  .mobile-fixed-actions a{font-size:12px;min-height:46px;border-radius:16px;}
}

.photo-real{
  overflow:hidden;
  position:relative;
  padding:0;
  min-height:360px;
}

.photo-real img{
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
  display:block;
}

.photo-real span{
  position:absolute;
  left:20px;
  bottom:20px;
  background:rgba(255,253,248,.88);
  border:1px solid rgba(234,223,205,.9);
  border-radius:18px;
  padding:12px 16px;
  box-shadow:0 8px 18px rgba(60,45,25,.08);
}

.photo-section{margin-top:26px;}

.photo-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:18px;
}

.photo-grid.two{grid-template-columns:repeat(2,1fr);}

.photo-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:24px;
  background:var(--paper);
  box-shadow:var(--shadow);
}

.photo-card img{
  width:100%;
  height:230px;
  object-fit:cover;
  display:block;
}

.photo-card .caption{padding:14px 16px 16px;}

.photo-card .caption strong{display:block;color:var(--dark);font-size:17px;margin-bottom:4px;}

.photo-card .caption p{margin:0;color:#5b625d;font-size:14px;line-height:1.7;}

.photo-text{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:22px;
  align-items:center;
  margin-top:18px;
}

.photo-text .photo-card img{height:320px;}

@media (max-width: 768px){
  .photo-real{min-height:260px;}
  .photo-real img{min-height:260px;}
  .photo-real span{left:14px;right:14px;bottom:14px;font-size:15px;}
  .photo-grid,.photo-grid.two,.photo-text{grid-template-columns:1fr;}
  .photo-card img{height:220px;}
  .photo-text .photo-card img{height:260px;}
}

@media (max-width: 768px){
  .photo-real{
    min-height:0 !important;
  }
  .photo-real img{
    height:auto !important;
    min-height:0 !important;
    object-fit:contain !important;
    background:var(--paper);
  }
  .photo-card img{
    height:auto !important;
    min-height:0 !important;
    object-fit:contain !important;
    background:var(--paper);
  }
  .photo-text .photo-card img{
    height:auto !important;
  }
}

.photo-real img[src*="clinic-exterior"], .photo-card img[src*="clinic-exterior"]{object-position:center 56%;}

.photo-card img[src*="clinic-entrance"]{object-position:center 54%;}

.photo-card img[src*="parking"]{object-position:center 58%;}

.photo-card img[src*="beauty-acupuncture"]{object-position:center 42%;}

.site-footer{
  width:100%;
  margin:40px 0 0;
  padding:0!important;
  background:#fbf8ef!important;
  color:inherit;
  text-align:center;
  line-height:0;
  height:320px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}

.footer-image{
  display:block;
  width:100%;
  max-width:1536px;
  height:100%;
  object-fit:contain;
  margin:0 auto;
}

@media(max-width:820px){
  .site-footer{
    margin-top:28px;
    padding:0!important;
    height:240px;
  }
}

@media(max-width:480px){
  .site-footer{height:240px;}
}

main > .hero:first-child.section-boundary{
  border-left:5px solid rgba(95,143,117,.58);
  border-top-color:rgba(95,143,117,.18);
  border-right-color:rgba(95,143,117,.18);
  border-bottom-color:rgba(95,143,117,.18);
}

@media (max-width:640px){
  main > .hero:first-child.section-boundary{
    border-left-width:4px;
  }
}


/* v37.31: 本文内ボタン共通デザイン（固定下部ボタンは対象外） */
main a.btn,
main .btn{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  min-height:54px !important;
  padding:14px 22px !important;
  border-radius:999px !important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfaf5 100%) !important;
  border:1.5px solid rgba(95,150,120,.42) !important;
  color:#234235 !important;
  font-weight:900 !important;
  font-size:15px !important;
  line-height:1.35 !important;
  letter-spacing:.02em !important;
  text-align:center !important;
  text-decoration:none !important;
  box-shadow:0 8px 18px rgba(31,75,55,.12),0 2px 0 rgba(31,75,55,.10) !important;
  transition:transform .15s ease,box-shadow .15s ease !important;
  box-sizing:border-box !important;
}
main a.btn.primary,
main a.btn.secondary,
main .btn.primary,
main .btn.secondary{
  background:linear-gradient(180deg,#ffffff 0%,#fbfaf5 100%) !important;
  border:1.5px solid rgba(95,150,120,.42) !important;
  color:#234235 !important;
}
main a.btn::after,
main .btn::after{
  content:"›" !important;
  display:inline-block !important;
  margin-left:10px !important;
  font-size:20px !important;
  font-weight:900 !important;
  line-height:1 !important;
}
main a.btn:active,
main .btn:active{
  transform:translateY(1px) !important;
  box-shadow:0 4px 10px rgba(31,75,55,.10),0 1px 0 rgba(31,75,55,.08) !important;
}
main .btns{
  display:flex !important;
  flex-direction:column !important;
  gap:12px !important;
  width:100% !important;
  align-items:stretch !important;
}
@media (min-width: 760px){
  main .btns{
    align-items:flex-start !important;
  }
  main .btns .btn{
    max-width:420px !important;
  }
}


/* v37.54 スマホ固定下部ボタン：iPhone Safariアイコン欠け再対策 */
@media (max-width:620px){
  body{
    padding-bottom:calc(118px + env(safe-area-inset-bottom,0px))!important;
  }
  .mobile-fixed-actions{
    min-height:70px!important;
    overflow:visible!important;
    align-items:stretch!important;
    padding:8px!important;
  }
  .mobile-fixed-actions a{
    min-height:58px!important;
    height:auto!important;
    padding:6px 4px 5px!important;
    overflow:visible!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:2px!important;
    line-height:1.12!important;
    white-space:normal!important;
  }
  .mobile-fixed-actions a::before{
    content:none!important;
    display:none!important;
  }
  .mobile-fixed-actions .fixed-icon{
    display:block!important;
    height:22px!important;
    min-height:22px!important;
    line-height:22px!important;
    font-size:20px!important;
    overflow:visible!important;
    flex:0 0 auto!important;
    margin:0!important;
    padding:0!important;
  }
  .mobile-fixed-actions .fixed-icon.line-icon{
    font-size:13px!important;
    font-weight:900!important;
    letter-spacing:.02em!important;
  }
  .mobile-fixed-actions .fixed-label{
    display:block!important;
    line-height:1.12!important;
    font-size:13px!important;
    font-weight:900!important;
    overflow:visible!important;
  }
}
@media (max-width:360px){
  .mobile-fixed-actions a{
    min-height:56px!important;
  }
  .mobile-fixed-actions .fixed-label{
    font-size:12px!important;
  }
}



/* v37.55 スマホ固定下部ボタン：最終上書き調整
   iPhone Safariでアイコンが欠けないよう、疑似要素を完全停止し、
   ボタン内の実体spanだけを中央配置する */
@media (max-width:620px){
  body{
    padding-bottom:calc(112px + env(safe-area-inset-bottom,0px))!important;
  }
  .mobile-fixed-actions{
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    bottom:calc(8px + env(safe-area-inset-bottom,0px))!important;
    z-index:9999!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
    height:74px!important;
    min-height:74px!important;
    max-height:74px!important;
    padding:8px!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }
  .mobile-fixed-actions a{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:2px!important;
    height:58px!important;
    min-height:58px!important;
    max-height:58px!important;
    padding:4px 2px!important;
    box-sizing:border-box!important;
    line-height:1.1!important;
    overflow:visible!important;
    white-space:normal!important;
  }
  .mobile-fixed-actions a::before{
    content:none!important;
    display:none!important;
    width:0!important;
    height:0!important;
    margin:0!important;
    padding:0!important;
  }
  .mobile-fixed-actions .fixed-icon{
    display:block!important;
    flex:0 0 auto!important;
    width:auto!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    line-height:1!important;
    font-size:20px!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
    transform:none!important;
  }
  .mobile-fixed-actions .fixed-icon.line-icon{
    font-size:12px!important;
    line-height:1!important;
    font-weight:900!important;
    letter-spacing:.02em!important;
  }
  .mobile-fixed-actions .fixed-label{
    display:block!important;
    flex:0 0 auto!important;
    line-height:1.1!important;
    font-size:12px!important;
    font-weight:900!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }
}
@media (max-width:360px){
  .mobile-fixed-actions{
    left:10px!important;
    right:10px!important;
    gap:6px!important;
    padding:7px!important;
    height:70px!important;
    min-height:70px!important;
    max-height:70px!important;
  }
  .mobile-fixed-actions a{
    height:56px!important;
    min-height:56px!important;
    max-height:56px!important;
  }
  .mobile-fixed-actions .fixed-label{font-size:11px!important;}
}

/* v37.56 固定フッター位置ずれ修正：過去指定のtranslateXを完全解除 */
@media (max-width:620px){
  .mobile-fixed-actions{
    left:12px!important;
    right:12px!important;
    width:auto!important;
    max-width:none!important;
    transform:none!important;
    box-sizing:border-box!important;
  }
}
@media (max-width:360px){
  .mobile-fixed-actions{
    left:10px!important;
    right:10px!important;
    width:auto!important;
    transform:none!important;
  }
}


/* v37.57 本文内リンクボタン復旧 */
main a.link{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:fit-content!important;
  max-width:100%!important;
  margin-top:12px!important;
  padding:12px 18px!important;
  border-radius:999px!important;
  border:1px solid rgba(95,143,117,.35)!important;
  background:#fff!important;
  color:var(--dark)!important;
  font-weight:900!important;
  text-decoration:none!important;
  line-height:1.35!important;
  box-shadow:0 5px 14px rgba(60,45,25,.07)!important;
}
main a.link:hover{
  background:rgba(245,250,246,.95)!important;
}
@media (max-width:620px){
  main a.link{
    display:flex!important;
    width:100%!important;
    box-sizing:border-box!important;
    padding:13px 14px!important;
    font-size:15px!important;
    border-radius:18px!important;
  }
}

/* v37.57 固定フッター最終安定化：位置と幅だけを明示 */
@media (max-width:620px){
  body{
    padding-bottom:calc(116px + env(safe-area-inset-bottom,0px))!important;
  }
  .mobile-fixed-actions{
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    bottom:calc(8px + env(safe-area-inset-bottom,0px))!important;
    width:auto!important;
    max-width:none!important;
    transform:none!important;
    z-index:9999!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
    padding:8px!important;
    box-sizing:border-box!important;
    border:1px solid rgba(234,223,205,.95)!important;
    border-radius:24px!important;
    background:rgba(255,253,248,.96)!important;
    box-shadow:0 10px 30px rgba(49,72,59,.22)!important;
    overflow:visible!important;
  }
  .mobile-fixed-actions a{
    min-width:0!important;
    min-height:58px!important;
    height:58px!important;
    padding:4px 2px!important;
    box-sizing:border-box!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:2px!important;
    border-radius:18px!important;
    line-height:1.1!important;
    text-align:center!important;
    overflow:visible!important;
    white-space:normal!important;
    text-decoration:none!important;
  }
  .mobile-fixed-actions a::before{
    content:none!important;
    display:none!important;
  }
  .mobile-fixed-actions .fixed-icon{
    display:block!important;
    line-height:1!important;
    font-size:20px!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }
  .mobile-fixed-actions .fixed-icon.line-icon{
    font-size:12px!important;
    font-weight:900!important;
  }
  .mobile-fixed-actions .fixed-label{
    display:block!important;
    line-height:1.1!important;
    font-size:12px!important;
    font-weight:900!important;
    margin:0!important;
    padding:0!important;
  }
}
@media (max-width:360px){
  .mobile-fixed-actions{
    left:10px!important;
    right:10px!important;
    gap:6px!important;
    padding:7px!important;
  }
  .mobile-fixed-actions a{
    min-height:56px!important;
    height:56px!important;
  }
  .mobile-fixed-actions .fixed-label{
    font-size:11px!important;
  }
}

/* v37.60 料金表の見栄え調整：メニュー名・説明文・金額の視認性を整理 */
.price-table-wrap.no-scroll-table table{
  border-collapse:separate;
  border-spacing:0;
}
.price-table-wrap.no-scroll-table th,
.price-table-wrap.no-scroll-table td{
  vertical-align:middle;
}
.price-table-wrap.no-scroll-table td:first-child{
  line-height:1.65;
}
.price-table-wrap.no-scroll-table td:first-child strong{
  display:block;
  font-size:1.04em;
  font-weight:900;
  color:#243f34;
  line-height:1.35;
  margin-bottom:4px;
}
.price-table-wrap.no-scroll-table td:first-child br + span,
.price-table-wrap.no-scroll-table .mini-note{
  display:block;
  margin-top:4px;
  font-size:.86em;
  line-height:1.55;
  color:#5f665f;
  font-weight:700;
}
.price-table-wrap.no-scroll-table td.price,
.price-table-wrap.no-scroll-table td:last-child{
  vertical-align:middle;
  text-align:right;
  white-space:nowrap;
  font-weight:900;
  color:#243f34;
  line-height:1.2;
}
.price-table-wrap.no-scroll-table th:last-child{
  text-align:right;
}
@media (max-width:620px){
  .price-table-wrap.no-scroll-table td:first-child{
    line-height:1.58;
  }
  .price-table-wrap.no-scroll-table td:first-child strong{
    font-size:1.02em;
    margin-bottom:3px;
  }
  .price-table-wrap.no-scroll-table td:first-child br + span,
  .price-table-wrap.no-scroll-table .mini-note{
    font-size:.84em;
    line-height:1.5;
  }
  .price-table-wrap.no-scroll-table td.price,
  .price-table-wrap.no-scroll-table td:last-child{
    font-size:1.02em;
  }
}


/* v37.61 料金表：スマホ表示をカード風にして見やすく調整 */
@media(max-width:620px){
  .price-table-wrap.no-scroll-table{
    border:0!important;
    background:transparent!important;
    border-radius:0!important;
    overflow:visible!important;
    margin:16px 0 12px!important;
  }
  .price-table-wrap.no-scroll-table table,
  .price-table-wrap.no-scroll-table thead,
  .price-table-wrap.no-scroll-table tbody,
  .price-table-wrap.no-scroll-table tr,
  .price-table-wrap.no-scroll-table th,
  .price-table-wrap.no-scroll-table td{
    display:block!important;
    width:100%!important;
  }
  .price-table-wrap.no-scroll-table thead{
    display:none!important;
  }
  .price-table-wrap.no-scroll-table tbody{
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
  }
  .price-table-wrap.no-scroll-table tr{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    column-gap:14px!important;
    padding:14px 16px!important;
    background:#fff!important;
    border:1px solid rgba(234,223,205,.95)!important;
    border-radius:16px!important;
    box-shadow:0 5px 14px rgba(60,45,25,.045)!important;
  }
  .price-table-wrap.no-scroll-table td{
    border:0!important;
    padding:0!important;
  }
  .price-table-wrap.no-scroll-table td:first-child{
    grid-column:1!important;
    text-align:left!important;
    line-height:1.55!important;
    font-weight:850!important;
    color:#2f3632!important;
  }
  .price-table-wrap.no-scroll-table td:first-child strong{
    display:block!important;
    color:#243f34!important;
    font-size:1.05em!important;
    line-height:1.35!important;
    margin:0 0 4px!important;
  }
  .price-table-wrap.no-scroll-table td:first-child br{
    display:none!important;
  }
  .price-table-wrap.no-scroll-table td:first-child br + span,
  .price-table-wrap.no-scroll-table .mini-note{
    display:block!important;
    margin-top:4px!important;
    color:#68706a!important;
    font-size:.86em!important;
    line-height:1.55!important;
    font-weight:700!important;
  }
  .price-table-wrap.no-scroll-table td.price,
  .price-table-wrap.no-scroll-table td:last-child{
    grid-column:2!important;
    align-self:center!important;
    text-align:right!important;
    white-space:nowrap!important;
    color:#243f34!important;
    font-weight:950!important;
    font-size:1.2em!important;
    line-height:1.1!important;
    letter-spacing:.01em!important;
  }
}

/* v37.62: 本文内導線ボタンを右矢印付きデザインへ統一 */
main a.btn,
main .btn,
main a.link{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:12px !important;
  width:100% !important;
  min-height:56px !important;
  padding:14px 22px !important;
  border-radius:999px !important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfaf5 100%) !important;
  border:1.5px solid rgba(95,150,120,.42) !important;
  color:#234235 !important;
  font-weight:900 !important;
  font-size:15px !important;
  line-height:1.35 !important;
  letter-spacing:.02em !important;
  text-align:center !important;
  text-decoration:none !important;
  box-shadow:0 8px 18px rgba(31,75,55,.12),0 2px 0 rgba(31,75,55,.10) !important;
  box-sizing:border-box !important;
}
main a.btn::after,
main .btn::after,
main a.link::after{
  content:"›" !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin-left:8px !important;
  font-size:22px !important;
  font-weight:900 !important;
  line-height:1 !important;
  color:#234235 !important;
}
main a.btn:active,
main .btn:active,
main a.link:active{
  transform:translateY(1px) !important;
  box-shadow:0 4px 10px rgba(31,75,55,.10),0 1px 0 rgba(31,75,55,.08) !important;
}
@media (min-width:760px){
  main .btns .btn,
  main a.link{
    max-width:420px !important;
  }
}
@media (max-width:620px){
  main a.btn,
  main .btn,
  main a.link{
    width:100% !important;
    min-height:56px !important;
    padding:14px 18px !important;
    border-radius:999px !important;
    font-size:15px !important;
  }
}


/* v38.6 美容鍼ページ：人気セット料金カード */
.beauty-price-list {
  gap: 18px;
}

.beauty-set-card {
  position: relative;
  padding: 28px 24px;
  border: 2px solid #9fc7b1;
  background: linear-gradient(180deg, #fffaf0 0%, #ffffff 100%);
  box-shadow: 0 12px 28px rgba(43, 85, 64, 0.12);
}

.beauty-set-card .popular-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #f7ead2;
  color: #7a5420;
  font-weight: 800;
  font-size: 0.95rem;
}

.beauty-set-card h3 {
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: clamp(1.45rem, 5vw, 2rem);
  color: #244b3a;
}

.beauty-set-card .set-price {
  margin: 10px 0 14px;
  font-size: clamp(2.5rem, 11vw, 4rem);
  line-height: 1;
  color: #357154;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.beauty-set-card .set-lead {
  margin: 0 0 14px;
  font-weight: 700;
  line-height: 1.9;
}

.beauty-set-card .set-save {
  display: inline-block;
  margin: 4px 0 0;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff4df;
  border: 1px solid #e8c994;
  color: #7a5420;
  font-weight: 800;
}


/* v38.7 美容鍼ページ：セット料金カード主役化 */
.beauty-set-card {
  border: 2px solid #6fa884;
  background: linear-gradient(180deg, #fff7e8 0%, #fffdf8 100%);
  box-shadow: 0 16px 34px rgba(43, 85, 64, 0.16);
  padding: 32px 24px;
}

.beauty-set-card .popular-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #f3dfbd;
  color: #6d4b1f;
  border: 1px solid #dfc48f;
  font-weight: 900;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}

.beauty-set-card h3 {
  font-size: clamp(1.55rem, 5.4vw, 2.1rem);
  color: #244b3a;
  margin: 6px 0 12px;
}

.beauty-set-card .set-price {
  display: block;
  font-size: clamp(3.1rem, 14vw, 4.8rem);
  line-height: 0.95;
  color: #2f6f4f;
  font-weight: 900;
  letter-spacing: -0.055em;
  margin: 14px 0 18px;
}

.beauty-set-card .set-lead {
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.9;
  color: #2f3f37;
  margin: 0 0 16px;
}

.beauty-set-card .set-save {
  display: inline-block;
  margin-top: 4px;
  padding: 9px 16px;
  border-radius: 999px;
  background: #eaf5ee;
  border: 1px solid #9fc7b1;
  color: #2f6f4f;
  font-weight: 900;
  font-size: 0.98rem;
}


/* v38.8 価格を少し上品に調整 */
.beauty-set-card .set-price{
  font-size: clamp(2.6rem, 11.5vw, 4rem) !important;
  margin: 10px 0 14px !important;
}


/* v38.9 やりすぎ感を少し抑える */
.beauty-set-card{
  border-width: 1px !important;
  background: #fcfaf5 !important;
  padding: 24px 20px !important;
}

.beauty-set-card .set-price{
  font-size: clamp(2.2rem, 9vw, 3.2rem) !important;
  margin: 8px 0 10px !important;
}

.beauty-set-card .popular-badge{
  padding: 7px 14px !important;
}

.beauty-set-card .set-save{
  padding: 7px 12px !important;
}


/* v39.9: スマホ表示のカード間・ボタン下余白を追加 */
@media (max-width:820px){
  main .cards.two > .card,
  main .cards.two > .step-card{
    margin-bottom:30px !important;
  }
  main .cards.two > .card:last-child,
  main .cards.two > .step-card:last-child{
    margin-bottom:0 !important;
  }
  main .card > a.link{
    margin-top:24px !important;
    margin-bottom:10px !important;
  }
}

/* v42.22 美容鍼ページ：料金表示バランス調整 */
#price .beauty-set-card .set-price{
  font-size:clamp(2.05rem,8.2vw,3rem) !important;
  line-height:1.05 !important;
  margin:8px 0 12px !important;
  letter-spacing:-0.035em !important;
}
#price .beauty-price-list > .price-card:not(.beauty-set-card) .price-strong{
  display:block;
  font-size:clamp(1.75rem,7vw,2.45rem) !important;
  line-height:1.15 !important;
  font-weight:900 !important;
  color:#2f6f4f !important;
  margin:4px 0 12px !important;
  letter-spacing:-0.02em !important;
}
#price .beauty-price-list > .price-card:not(.beauty-set-card) h3{
  margin-bottom:8px !important;
}


/* v42.32 FLOW表示：全ページSTEPカードへ統一 */
.step-card{
  background:#fff;
  border:1px solid rgba(234,223,205,.95);
  border-radius:24px;
  padding:26px 28px;
  box-shadow:0 8px 24px rgba(60,45,25,.06);
}
.step-label{
  display:inline-block;
  font-size:14px;
  font-weight:900;
  letter-spacing:.06em;
  color:#fff;
  background:var(--green);
  border-radius:999px;
  padding:7px 18px;
  margin-bottom:14px;
}
.step-card h3{
  margin:0 0 14px;
}
.step-card p{
  margin:0;
}
.step-card .clinic-info{
  margin-top:20px;
  margin-bottom:8px;
}
@media(max-width:620px){
  .step-card{
    padding:22px 22px;
    border-radius:22px;
  }
  .step-label{
    font-size:13px;
    padding:6px 16px;
  }
}

/* v42.48: PC表示のみ全体を約90%に縮小・本文ボタン下の余白を調整（スマホ表示は変更なし） */
@media (min-width: 821px){
  body{
    zoom:.9;
  }

  main a.btn,
  main a.link{
    margin-bottom:18px !important;
  }

  main .btns{
    margin-bottom:24px !important;
  }

  main .btns > a.btn,
  main .btns > a.link{
    margin-bottom:0 !important;
  }

  main .btns + *,
  main a.btn + *,
  main a.link + *{
    margin-top:20px !important;
  }

  main .card > a.link,
  main .card > a.btn{
    margin-top:22px !important;
    margin-bottom:18px !important;
  }
}


/* v42.49: PC表示のみ、大きく見える本文画像を他ページと同程度に調整 */
@media (min-width: 1024px){
  .image-compact-pc{
    max-width:650px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .image-compact-pc img{
    width:100% !important;
    height:auto !important;
    display:block !important;
  }
}



/* v42.67 Instagram導線：フッター崩れ修正 */
.site-footer{
  height:auto!important;
  min-height:0!important;
  overflow:visible!important;
  display:block!important;
  line-height:normal!important;
  padding:0 0 calc(18px + env(safe-area-inset-bottom,0px))!important;
  background:#fbf8ef!important;
}
.site-footer .footer-image{
  display:block!important;
  width:100%!important;
  max-width:1536px!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  margin:0 auto!important;
}
.site-footer .footer-sns{
  display:block!important;
  width:100%!important;
  box-sizing:border-box!important;
  clear:both!important;
  background:#fffdf8!important;
  border-top:1px solid rgba(234,223,205,.9)!important;
  text-align:center!important;
  padding:14px 16px 18px!important;
}
.site-footer .footer-sns p{
  margin:0 0 10px!important;
  color:#6f6a5f!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.6!important;
}
.site-footer .instagram-link{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  width:auto!important;
  min-width:220px!important;
  max-width:calc(100% - 32px)!important;
  box-sizing:border-box!important;
  padding:12px 22px!important;
  border-radius:999px!important;
  color:#fff!important;
  font-weight:900!important;
  font-size:15px!important;
  line-height:1.25!important;
  text-decoration:none!important;
  letter-spacing:.02em!important;
  background:linear-gradient(135deg,#f58529 0%,#dd2a7b 45%,#8134af 75%,#515bd4 100%)!important;
  box-shadow:0 8px 18px rgba(129,52,175,.18)!important;
  white-space:nowrap!important;
}
.site-footer .instagram-link::before{
  content:none!important;
  display:none!important;
}
@media(max-width:620px){
  .site-footer{
    margin-top:28px!important;
    padding-bottom:calc(20px + env(safe-area-inset-bottom,0px))!important;
  }
  .site-footer .footer-sns{
    padding:12px 12px 16px!important;
  }
  .site-footer .footer-sns p{
    font-size:13px!important;
  }
  .site-footer .instagram-link{
    min-width:0!important;
    width:calc(100% - 56px)!important;
    max-width:360px!important;
    padding:12px 16px!important;
    font-size:14px!important;
  }
}


/* v43 院長紹介セクション */
.director-card{
  display:grid;
  grid-template-columns:minmax(220px,.82fr) minmax(0,1.18fr);
  gap:26px;
  align-items:center;
  background:#fff;
  border:1px solid rgba(234,223,205,.95);
  border-radius:26px;
  padding:22px;
  box-shadow:0 10px 28px rgba(60,45,25,.07);
}
.director-photo{
  margin:0;
  overflow:hidden;
  border-radius:22px;
  border:1px solid var(--line);
  background:var(--paper);
  box-shadow:var(--shadow);
}
.director-photo img{
  width:100%;
  height:360px;
  object-fit:cover;
  object-position:center 42%;
  display:block;
}
.director-text h3{
  margin:6px 0 14px;
  color:var(--dark);
  font-size:24px;
  line-height:1.45;
}
.director-title{
  display:inline-block;
  margin:0 0 6px;
  padding:6px 13px;
  border-radius:999px;
  background:rgba(95,143,117,.11);
  color:#47705a;
  font-weight:900;
}
.director-text p{
  line-height:1.9;
}
.director-btns{
  justify-content:flex-start;
  margin-top:18px;
}
.director-main-image{
  margin:18px 0 20px;
}
.director-main-image img{
  width:100%;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  background:var(--paper);
}
.director-message{
  margin-top:18px;
}
.director-point-cards{
  margin-top:20px;
}
.director-care-photo{
  margin-top:22px;
}
.director-care-photo .photo-card img{
  object-position:center 42%;
}
@media(max-width:768px){
  .director-card{
    grid-template-columns:1fr;
    padding:18px;
    border-radius:22px;
  }
  .director-photo img{
    height:auto;
    max-height:none;
    object-fit:contain;
  }
  .director-text h3{
    font-size:21px;
  }
  .director-btns{
    justify-content:center;
  }
  .director-btns .btn{
    width:100%;
  }
}

/* v43.2 院長紹介の表示調整 */
.director-card-home .director-photo{
  max-width:280px;
  justify-self:center;
}
.director-card-home .director-photo img{
  height:auto!important;
  max-height:330px;
  object-fit:cover;
}
.director-philosophy-cards .card h3{
  color:var(--green);
}
@media(max-width:768px){
  .director-card-home .director-photo{
    max-width:230px;
  }
  .director-card-home .director-photo img{
    max-height:280px;
  }
  .director-main-image{
    margin:14px auto 18px;
  }
}
