@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Noto+Sans+JP:wght@300;400;500;700&display=swap");

:root {
  --ink: #2b2b2b;
  --soft: #8f8f8a;
  --line: #eaeaea;
  --sand: #f5f5f3;
  --card: #ffffff;
  --accent: #606f58;
  --accent-pale: #edf0eb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: "Noto Sans JP", system-ui, -apple-system, "Hiragino Sans", sans-serif; font-size: 15px; font-weight: 400; line-height: 1.9; letter-spacing: .02em; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.sp { display: none; }

.nav { position: sticky; z-index: 20; top: 0; width: 100%; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: rgba(255,255,255,.93); border-bottom: 1px solid var(--line); backdrop-filter: blur(8px); }
.nav-logo { display: flex; align-items: center; }
.nav-logo img { width: auto; height: 52px; margin: -6px 0; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { color: var(--ink); font-size: 12.5px; letter-spacing: .08em; }
.nav-links a:hover { color: var(--accent); }

.hero { max-width: 980px; margin: 0 auto; padding: 72px 22px 0; }
.hero-inner { max-width: 700px; margin: 0 auto; text-align: center; }
.section-eyebrow { margin: 0; color: var(--accent); font-family: "Cormorant Garamond", serif; font-size: 14px; font-weight: 600; letter-spacing: .34em; text-transform: uppercase; }
.hero h1 { margin: 18px 0 8px; font-size: clamp(28px,3.6vw,42px); font-weight: 400; letter-spacing: .1em; line-height: 1.65; }
.hero-statement { margin: 0; color: var(--accent); font-size: 15px; font-weight: 500; letter-spacing: .12em; }
.hero-lead { max-width: 650px; margin: 28px auto 34px; color: var(--soft); font-size: 13.5px; line-height: 2.1; }
.outline-button { display: inline-block; padding: 12px 30px; color: var(--accent); border: 1px solid var(--accent); border-radius: 999px; font-size: 13.5px; letter-spacing: .1em; transition: background .2s,color .2s; }
.outline-button:hover { background: var(--accent); color: #fff; }
.hero-photo { margin: 56px auto 0; }
.hero-photo img { width: 100%; height: 440px; object-fit: cover; border-radius: 12px; }
.no-pressure { max-width: 700px; margin: 22px auto 0; color: var(--accent); font-size: 12.5px; letter-spacing: .08em; text-align: center; }

.wrap { max-width: 700px; margin: 0 auto; padding: 104px 22px 0; }
.section-title { margin: 10px 0 16px; font-size: 28px; font-weight: 500; letter-spacing: .08em; line-height: 1.75; }
.section-lead { margin: 0 0 38px; color: var(--soft); font-size: 14px; line-height: 2.1; }

.reason-list { border-top: 1px solid var(--line); }
.reason-row { padding: 34px 2px; display: grid; grid-template-columns: 66px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.reason-number, .service-index { color: var(--accent); font-family: "Cormorant Garamond", serif; font-size: 18px; font-weight: 600; letter-spacing: .08em; }
.reason-row h3, .service-row h3 { margin: 0 0 12px; font-size: 18px; font-weight: 500; letter-spacing: .05em; line-height: 1.7; }
.reason-row p, .service-row p { margin: 0; color: var(--soft); font-size: 13.5px; line-height: 2; }

.wide-photo { max-width: 980px; margin: 110px auto 0; padding: 0 22px; }
.wide-photo img { width: 100%; height: 390px; object-fit: cover; border-radius: 12px; }

.service-list { margin-top: 30px; border-top: 1px solid var(--line); }
.service-row { padding: 30px 2px; display: grid; grid-template-columns: 66px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.service-label { margin: 0 0 5px !important; color: var(--accent) !important; font-size: 11px !important; font-weight: 500; letter-spacing: .12em; }

.salon { max-width: 980px; margin: 110px auto 0; padding: 0 22px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
.salon figure { margin: 0; }
.salon figure img { width: 100%; height: 480px; object-fit: cover; border-radius: 12px; }
.salon-copy h2 { margin: 14px 0 22px; font-size: 25px; font-weight: 500; letter-spacing: .07em; line-height: 1.8; }
.salon-copy > p:not(.section-eyebrow) { margin: 0 0 28px; color: var(--soft); font-size: 14px; line-height: 2.1; }
.salon-copy .outline-button { font-size: 12px; }

.message { max-width: 760px; }
.message-body { margin-top: 34px; padding-top: 34px; border-top: 1px solid var(--line); }
.message-body p { margin: 0 0 24px; font-size: 14.5px; line-height: 2.2; }
.message-body .signature { margin: 42px 0 0; color: var(--accent); text-align: right; line-height: 2; }

.company-list { margin: 20px 0 0; border-top: 1px solid var(--line); }
.company-list > div { padding: 17px 2px; display: flex; gap: 22px; border-bottom: 1px solid var(--line); }
.company-list dt { flex: 0 0 145px; color: var(--soft); font-size: 12.5px; letter-spacing: .08em; }
.company-list dd { margin: 0; font-size: 14px; }
.company-list dd a { color: var(--accent); font-size: 12.5px; }
.company-list dd a:hover { text-decoration: underline; }
.company-list small { color: var(--soft); font-size: 11px; }

.contact { padding-top: 110px; }
.contact-card { padding: 48px 40px; background: var(--sand); border: 1px solid var(--line); border-radius: 12px; text-align: center; }
.contact-card h2 { margin: 12px 0 20px; font-size: 25px; font-weight: 500; letter-spacing: .07em; line-height: 1.8; }
.contact-card > p:not(.section-eyebrow) { max-width: 570px; margin: 0 auto; color: var(--soft); font-size: 13.5px; line-height: 2; }
/* お問い合わせフォーム */
.contact-form { max-width: 560px; margin: 34px auto 0; text-align: left; }
.contact-form .field { margin-bottom: 16px; }
.contact-form label { display: block; margin-bottom: 6px; color: var(--ink); font-size: 12.5px; letter-spacing: .06em; }
.contact-form .req { margin-left: 6px; padding: 2px 7px; background: var(--accent); color: #fff; border-radius: 3px; font-size: 10.5px; letter-spacing: .08em; vertical-align: 1px; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff;
  color: var(--ink); font-family: inherit; font-size: 14px; line-height: 1.7; transition: border-color .18s; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #b9b7b1; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--accent); }
.contact-form textarea { resize: vertical; min-height: 130px; }
.field-row { display: flex; gap: 12px; }
.field-row .field { flex: 1; margin-bottom: 8px; }
.field-hint { margin: 0 0 16px; color: var(--soft); font-size: 11.5px; letter-spacing: .04em; }
.field-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.contact-submit { display: block; width: 100%; margin-top: 22px; padding: 15px 20px; border: 1px solid var(--accent);
  border-radius: 8px; background: var(--accent); color: #fff; font-family: inherit; font-size: 14.5px; font-weight: 500;
  letter-spacing: .1em; cursor: pointer; transition: opacity .18s; }
.contact-submit:hover { opacity: .88; }
.contact-submit:disabled { opacity: .5; cursor: default; }
.form-status { min-height: 1.2em; margin: 14px 0 0; text-align: center; font-size: 13px; line-height: 1.9; }
.form-status.is-error { color: #b23b3b; }
.form-status.is-done { color: var(--accent); font-weight: 500; }
.form-privacy { margin: 10px 0 0; text-align: center; color: var(--soft); font-size: 11.5px; }
.form-preparing { margin-top: 26px; color: var(--soft); font-size: 13px; }
.contact-or { margin: 34px 0 0; color: var(--soft); font-size: 12px; letter-spacing: .06em; }

.contact-actions { margin-top: 12px; display: flex; justify-content: center; gap: 10px; }
.contact-actions span { min-width: 220px; padding: 13px 18px; color: var(--soft); background: #fff; border: 1px solid var(--line); border-radius: 8px; font-size: 12.5px; letter-spacing: .06em; }
.contact-tel { min-width: 220px; padding: 13px 18px; color: var(--accent); background: #fff; border: 1px solid var(--accent); border-radius: 8px; font-size: 13.5px; font-weight: 500; letter-spacing: .06em; text-decoration: none; transition: background .18s, color .18s; }
.contact-tel:hover { background: var(--accent); color: #fff; }

.footer { margin-top: 110px; padding: 44px 22px 52px; border-top: 1px solid var(--line); text-align: center; }
.footer img { width: auto; height: 78px; margin: 0 auto; }
.footer p { margin: 7px 0 0; color: var(--soft); font-size: 11.5px; letter-spacing: .05em; }

@media (max-width: 760px) {
  .nav { padding: 13px 18px; }
  .nav-logo img { height: 44px; }
  .nav-links { gap: 14px; }
  .nav-links a:nth-child(-n+3) { display: none; }
  .nav-links a { font-size: 11px; }
  .salon { grid-template-columns: 1fr; gap: 38px; }
  .salon figure img { height: 360px; }
}

@media (max-width: 599px) {
  .sp { display: inline; }
  .desktop { display: none; }
  .hero { padding-top: 58px; }
  .hero h1 { font-size: clamp(21px, 6.8vw, 25px); }   /* 狭い画面でも1行に収める */
  .hero-statement { font-size: 13px; }
  .hero-photo img { height: 300px; border-radius: 8px; }
  .wrap { padding-top: 84px; }
  .section-title { font-size: 24px; }
  .reason-row, .service-row { grid-template-columns: 44px 1fr; gap: 12px; padding: 28px 0; }
  .reason-row h3, .service-row h3 { font-size: 16px; }
  .wide-photo { margin-top: 85px; }
  .wide-photo img { height: 280px; border-radius: 8px; }
  .salon { margin-top: 85px; }
  .salon figure img { height: 300px; border-radius: 8px; }
  .salon-copy h2 { font-size: 21px; }
  .message-body p { font-size: 14px; }
  .company-list > div { display: block; }
  .company-list dt { margin-bottom: 7px; }
  .contact-card { padding: 38px 20px; }
  .contact-card h2 { font-size: 21px; }
  .contact-actions { flex-direction: column; }
  .contact-actions span, .contact-tel { min-width: 0; width: 100%; }
  .field-row { flex-direction: column; gap: 0; }
  .field-row .field { margin-bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
