/* Ueda Kawara Shoten: Figma-aligned front page */
:root {
  --uk-orange: #dc7b38;
  --uk-orange-2: #ebb38c;
  --uk-brown: #4d2a00;
  --uk-yellow: #ffe079;
  --uk-cream: #fbf0e7;
  --uk-line: #f2c7ab;
}
body.home #header,
body.home #header_slider_wrap,
body.home #index_news_ticker_wrap,
body.home #footer,
body.home #return_top2,
body.home #footer-bar { display: none !important; }
body.home #container { min-width: 0; }
.uk-page, .uk-page * { box-sizing: border-box; }
.uk-page { color: var(--uk-brown); font-family: "Zen Maru Gothic", "Noto Sans JP", Meiryo, sans-serif; line-height: 1.75; overflow: hidden; }
.uk-page a { color: inherit; text-decoration: none; }
.uk-page img { display: block; max-width: 100%; }
.uk-page h1, .uk-page h2, .uk-page h3, .uk-page p { margin: 0; }
.uk-inner { margin: 0 auto; max-width: 1200px; width: calc(100% - 48px); }
.uk-eyebrow { color: var(--uk-orange); font-size: 13px; letter-spacing: .08em; text-align: center; }
.uk-eyebrow::before, .uk-eyebrow::after { content: "--"; margin: 0 8px; }
.uk-title { font-size: clamp(28px, 3vw, 40px); letter-spacing: .07em; line-height: 1.45; text-align: center; }
.uk-title strong { color: var(--uk-orange); font-weight: inherit; }
.uk-button { align-items: center; background: var(--uk-orange); border: 1px solid var(--uk-orange); border-radius: 999px; color: #fff !important; display: inline-flex; font-size: 14px; font-weight: 700; gap: 8px; justify-content: center; min-width: 180px; padding: 9px 25px; }
.uk-button:hover { background: #bd6225; color: #fff !important; }
.uk-button--white { background: #fff; color: var(--uk-orange) !important; }
.uk-section-button { display: flex; margin: 32px auto 0; width: fit-content; }

/* Header */
.uk-header { background: #fff; height: 80px; position: relative; z-index: 20; }
.uk-header .uk-inner { align-items: center; display: flex; height: 100%; justify-content: space-between; }
.uk-brand { align-items: center; display: flex; gap: 9px; min-width: 178px; }
.uk-brand img { height: 45px; object-fit: contain; width: 47px; }
.uk-brand-text { font-size: 19px; font-weight: 700; line-height: 1.15; }
.uk-brand-text small { display: block; font-size: 7px; letter-spacing: .04em; }
.uk-nav { align-items: center; display: flex; gap: 2px; }
.uk-nav > a { font-size: 16px; padding: 4px 15px; white-space: nowrap; }
.uk-nav > a:hover { color: var(--uk-orange); }
.uk-header-actions { align-items: center; display: flex; gap: 14px; }
.uk-contact-link { align-items: center; background: var(--uk-orange); border-radius: 30px; color: #fff !important; display: inline-flex; font-size: 16px; gap: 7px; padding: 8px 28px; white-space: nowrap; }
.uk-sns { align-items: center; display: flex; gap: 9px; }
.uk-sns span { align-items: center; border-radius: 50%; color: #fff; display: inline-flex; font-family: Arial, sans-serif; font-size: 11px; font-weight: 700; height: 25px; justify-content: center; width: 25px; }
.uk-sns .line { background: #09b957; }
.uk-sns .insta { background: #d95372; }

/* Hero */
.uk-hero { min-height: 710px; overflow: hidden; position: relative; }
.uk-hero .uk-inner { min-height: 710px; position: relative; }
.uk-hero-copy { padding-top: 58px; position: relative; width: 610px; z-index: 2; }
.uk-hero-kicker { border: 2px dashed var(--uk-orange); border-radius: 999px; color: var(--uk-orange); display: inline-block; font-size: 17px; font-weight: 700; padding: 7px 20px; }
.uk-hero h1 { font-size: clamp(42px, 4.1vw, 59px); letter-spacing: .06em; line-height: 1.45; margin-top: 31px; }
.uk-hero h1 strong { color: var(--uk-orange); }
.uk-hero-copy > p:not(.uk-hero-kicker) { color: #332014; font-size: 15px; margin-top: 18px; }
.uk-hero-meta { display: flex; gap: 16px; margin-top: 24px; }
.uk-hero-meta span { border: 1px solid var(--uk-orange); border-radius: 8px; padding: 4px 16px; }
.uk-hero-meta b { color: var(--uk-orange); font-size: 21px; margin-right: 7px; }
.uk-hero-actions { display: flex; gap: 20px; margin-top: 28px; }
.uk-hero-photo { border-radius: 52% 48% 50% 50% / 48% 50% 50% 52%; height: 540px; overflow: hidden; position: absolute; right: 0; top: 62px; width: 580px; }
.uk-hero-photo img { height: 100%; object-fit: cover; width: 100%; }
.uk-bubble { background: radial-gradient(circle at 35% 28%, #fff, rgba(255,236,217,.65) 45%, rgba(220,123,56,.28)); border: 1px solid rgba(220,123,56,.2); border-radius: 50%; box-shadow: 1px 3px 10px rgba(97,52,17,.14), inset 6px 6px 12px #fff; position: absolute; z-index: 3; }
.uk-bubble--one { height: 75px; right: -25px; top: 160px; width: 75px; }
.uk-bubble--two { bottom: 34px; height: 70px; right: 72px; width: 70px; }
.uk-bubble--three { height: 48px; left: 47%; top: 360px; width: 48px; }

/* News */
.uk-news { background-color: var(--uk-cream); background-image: radial-gradient(rgba(220,123,56,.22) 1px, transparent 1px); background-size: 13px 13px; padding: 120px 0 92px; }
.uk-news-card { background: #fff; border-radius: 30px; box-shadow: 0 4px 20px rgba(77,42,0,.1); margin: 0 auto; max-width: 996px; padding: 58px 80px; }
.uk-news-head { align-items: flex-end; border-bottom: 1px solid var(--uk-brown); display: flex; justify-content: space-between; padding-bottom: 8px; }
.uk-news-head h2 { font-size: 40px; letter-spacing: .07em; }
.uk-news-tabs { display: flex; gap: 8px; }
.uk-news-tabs span { border: 1px solid var(--uk-orange); border-radius: 20px; color: var(--uk-orange); font-size: 13px; padding: 3px 26px; }
.uk-news-tabs .is-active { background: var(--uk-orange); color: #fff; }
.uk-news-list { list-style: none; margin: 0; padding: 0; }
.uk-news-list li { align-items: center; border-bottom: 1px solid #dcdcdc; display: flex; gap: 16px; min-height: 57px; }
.uk-news-list li:last-child { border: 0; }
.uk-news-list time { color: #111; font-size: 14px; min-width: 72px; }
.uk-news-tag { border-radius: 20px; font-size: 13px; min-width: 73px; padding: 3px 11px; text-align: center; }
.uk-news-tag--notice { background: var(--uk-orange-2); }
.uk-news-tag--work { background: var(--uk-yellow); }
.uk-news-list a, .uk-news-list span:last-child { color: #111; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* About */
.uk-about { background: #fff; min-height: 660px; padding: 96px 0 86px; position: relative; }
.uk-about-grid { align-items: center; display: grid; gap: 70px; grid-template-columns: .95fr 1.05fr; }
.uk-about-photos { height: 440px; position: relative; }
.uk-about-main { border: 4px solid var(--uk-orange); border-radius: 25px; height: 385px; left: 50px; object-fit: cover; position: absolute; top: 26px; transform: rotate(-5deg); width: 290px; }
.uk-about-sub { border: 4px solid var(--uk-yellow); border-radius: 25px; bottom: 10px; height: 185px; object-fit: cover; position: absolute; right: 0; transform: rotate(6deg); width: 240px; }
.uk-about-badge { align-items: center; background: #f3c9c5; border-radius: 50%; display: flex; font-size: 20px; font-weight: 700; height: 100px; justify-content: center; left: 0; line-height: 1.3; position: absolute; text-align: center; top: 55px; width: 100px; z-index: 2; }
.uk-about-years { align-items: center; background: var(--uk-yellow); border-radius: 50%; display: flex; flex-direction: column; font-weight: 700; height: 110px; justify-content: center; left: 96px; line-height: 1.05; position: absolute; text-align: center; top: 0; width: 110px; z-index: 3; }
.uk-about-years b { font-size: 35px; }
.uk-about-years small { font-size: 9px; }
.uk-about-copy .uk-eyebrow { text-align: left; }
.uk-about-copy .uk-eyebrow::before { margin-left: 0; }
.uk-about-copy h2 { font-size: clamp(30px, 3vw, 42px); letter-spacing: .08em; line-height: 1.5; margin-top: 12px; }
.uk-about-copy p:not(.uk-eyebrow) { font-size: 14px; margin-top: 26px; }
.uk-cityline { background: linear-gradient(90deg, transparent 2%, #f7ca6e 2% 3%, transparent 3% 7%, #f7ca6e 7% 9%, transparent 9% 12%, #f7ca6e 12% 14%, transparent 14% 18%, #f7ca6e 18% 22%, transparent 22% 100%); bottom: 0; height: 30px; left: 0; opacity: .85; position: absolute; right: 0; }

/* Trouble */
.uk-trouble { background-color: #fff8f2; background-image: linear-gradient(#f8ddcf 1px, transparent 1px), linear-gradient(90deg, #f8ddcf 1px, transparent 1px); background-size: 18px 18px; padding: 94px 0 75px; }
.uk-trouble .uk-title { margin-top: 5px; }
.uk-trouble-lead { color: #111; font-size: 13px; margin-top: 6px; text-align: center; }
.uk-trouble-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); margin-top: 64px; }
.uk-trouble-card { background: #fff; border-radius: 8px; min-height: 310px; padding: 22px 16px 0; position: relative; text-align: center; }
.uk-number { align-items: center; background: var(--uk-orange); border-radius: 50%; color: #fff; display: flex; font-size: 14px; height: 42px; justify-content: center; left: calc(50% - 21px); position: absolute; top: -21px; width: 42px; }
.uk-trouble-icon { color: #dfc18d; font-size: 31px; height: 53px; }
.uk-trouble-card h3 { font-size: 15px; min-height: 46px; }
.uk-trouble-card h3 strong { color: var(--uk-orange); }
.uk-trouble-card img { height: 105px; margin: 8px auto; object-fit: cover; width: 100%; }
.uk-trouble-card ul { color: #111; font-size: 11px; line-height: 1.55; list-style: none; margin: 0; padding: 0; text-align: left; }
.uk-trouble-card li::before { color: var(--uk-orange); content: "\2713"; font-size: 17px; font-weight: 700; margin-right: 5px; }
.uk-card-bottom { background: var(--uk-orange); border-radius: 7px; color: #fff !important; display: block; font-size: 12px; font-weight: 700; margin: 12px auto -25px; padding: 7px; position: relative; width: calc(100% - 8px); }
.uk-card-bottom--pale { background: #d9a784; }
.uk-card-bottom--yellow { background: #ffb542; }
.uk-trouble-note { border: 1px solid var(--uk-brown); border-radius: 30px; color: var(--uk-orange); font-size: 14px; font-weight: 700; margin: 82px auto 0; max-width: 330px; padding: 4px 15px; text-align: center; }
.uk-trouble-text { color: #111; font-size: 13px; margin: 15px auto 0; max-width: 520px; text-align: center; }
.uk-phone-cta { align-items: center; background: #ffea87; border-radius: 55px; display: flex; justify-content: center; margin: 34px auto 0; max-width: 575px; padding: 17px 30px; }
.uk-phone-cta span { font-size: 14px; font-weight: 700; margin-right: 18px; }
.uk-phone-cta a { font-family: Arial, sans-serif; font-size: 38px; font-weight: 700; letter-spacing: .02em; }
.uk-line-cta { background: #05bf50; border-radius: 30px; color: #fff !important; display: block; font-size: 15px; font-weight: 700; margin: 24px auto 0; max-width: 365px; padding: 8px 14px; text-align: center; }

/* Reasons */
.uk-reasons { background: #fff1df; padding: 88px 0 92px; position: relative; }
.uk-reasons::before { background: linear-gradient(70deg, transparent 0 35%, rgba(255,255,255,.5) 35% 52%, transparent 52% 100%); content: ""; inset: 0; position: absolute; }
.uk-reasons .uk-inner { position: relative; }
.uk-reasons-sub { font-size: 14px; font-weight: 700; margin-top: 8px; text-align: center; }
.uk-reasons-chip { background: var(--uk-yellow); border-radius: 30px; font-size: 15px; font-weight: 700; margin: 12px auto 0; max-width: 320px; padding: 4px 12px; text-align: center; }
.uk-reason-grid { display: grid; gap: 24px; grid-template-columns: repeat(2, 1fr); margin-top: 32px; }
.uk-reason-card { background: #fff; border-bottom: 3px solid var(--uk-orange); border-radius: 7px; min-height: 215px; padding: 28px 22px; position: relative; }
.uk-reason-card .uk-number { left: 20px; top: -18px; }
.uk-reason-card h3 { border-bottom: 2px dashed var(--uk-orange); font-size: 17px; margin-bottom: 11px; padding-bottom: 6px; width: 67%; }
.uk-reason-card p { color: #111; font-size: 12px; max-width: 64%; }
.uk-reason-card img { bottom: 22px; height: 108px; object-fit: contain; position: absolute; right: 20px; width: 28%; }
.uk-reasons .uk-phone-cta { margin-top: 66px; }

/* Services */
.uk-services { background-color: #fffdfb; background-image: radial-gradient(ellipse at center bottom, transparent 66%, #f8e5dc 67%, #f8e5dc 71%, transparent 72%); background-size: 44px 22px; padding: 86px 0; }
.uk-services-sub { font-size: 18px; margin-top: 8px; text-align: center; }
.uk-service-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); margin-top: 32px; }
.uk-service-card { background: #fff; border-radius: 22px; box-shadow: 0 3px 14px rgba(77,42,0,.08); overflow: hidden; text-align: center; }
.uk-service-card img { aspect-ratio: 1.35; object-fit: cover; width: 100%; }
.uk-service-card small { color: var(--uk-orange); display: block; font-size: 12px; margin-top: 13px; }
.uk-service-card h3 { color: var(--uk-orange); font-size: 16px; margin-top: 6px; }
.uk-service-card h3::before { content: "^"; display: block; font-size: 25px; line-height: 1; }
.uk-service-card p { color: #111; font-size: 12px; font-weight: 700; padding: 10px 14px 20px; text-align: left; }

/* Instagram */
.uk-instagram { background: #fff; padding: 82px 0 64px; }
.uk-instagram-brand { align-items: center; display: flex; font-size: 20px; font-weight: 700; gap: 10px; margin-bottom: 25px; }
.uk-instagram-brand span { color: var(--uk-orange); font-size: 29px; }
.uk-instagram-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
.uk-instagram-grid span { aspect-ratio: 1.07; background: #d8d8d8; }

/* Company and Contact */
.uk-company { background-color: #fff8eb; background-image: repeating-linear-gradient(0deg, rgba(239,191,135,.25), rgba(239,191,135,.25) 1px, transparent 1px, transparent 7px); padding: 82px 0; }
.uk-company-card { background: #fff; border-radius: 30px; box-shadow: 0 4px 15px rgba(77,42,0,.12); display: grid; gap: 36px; grid-template-columns: 1fr 1.1fr; margin: 0 auto; max-width: 1130px; padding: 54px 64px 28px; }
.uk-company-copy { padding: 14px 0; }
.uk-company-copy .uk-eyebrow { text-align: left; }
.uk-company-copy .uk-eyebrow::before { margin-left: 0; }
.uk-company-copy h2 { font-size: 33px; margin: 6px 0 22px; }
.uk-company-table { border-collapse: collapse; font-size: 13px; width: 100%; }
.uk-company-table th, .uk-company-table td { border-bottom: 2px dotted var(--uk-orange-2); padding: 6px 2px; text-align: left; }
.uk-company-table th { width: 76px; }
.uk-company-map { height: 388px; overflow: hidden; }
.uk-company-map iframe { border: 0; height: 100%; width: 100%; }
.uk-company-houses { color: #8b6c38; font-size: 48px; letter-spacing: 14px; margin-top: 35px; }
.uk-contact { background: #fff6dc; padding: 92px 0; position: relative; }
.uk-contact::before { background: radial-gradient(circle at 12% 17%, rgba(255,255,255,.9) 0 8px, transparent 9px), radial-gradient(circle at 87% 24%, rgba(220,123,56,.18) 0 26px, transparent 27px), radial-gradient(circle at 9% 77%, rgba(255,224,121,.55) 0 36px, transparent 37px); content: ""; inset: 0; pointer-events: none; position: absolute; }
.uk-contact .uk-inner { position: relative; }
.uk-contact-card { background: #fff; border-radius: 30px; box-shadow: 0 4px 18px rgba(77,42,0,.1); display: grid; gap: 45px; grid-template-columns: 1fr .72fr; overflow: hidden; padding: 58px 72px; }
.uk-contact-copy .uk-eyebrow { text-align: left; }
.uk-contact-copy .uk-eyebrow::before { margin-left: 0; }
.uk-contact-copy h2 { font-size: 37px; line-height: 1.45; margin: 9px 0 15px; }
.uk-contact-copy h2 strong { color: var(--uk-orange); }
.uk-contact-copy p:not(.uk-eyebrow) { color: #111; font-size: 14px; }
.uk-contact-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.uk-contact-visual { align-items: center; background: #fff0d4; border-radius: 50%; color: var(--uk-orange); display: flex; flex-direction: column; font-size: 105px; justify-content: center; min-height: 270px; }
.uk-contact-visual small { color: var(--uk-brown); font-size: 15px; font-weight: 700; }

/* Footer */
.uk-footer { background: var(--uk-orange); color: #fff; padding: 78px 0 36px; position: relative; }
.uk-footer::before { background: radial-gradient(circle at 30px -5px, transparent 29px, #fff 30px) 0 0/60px 22px repeat-x; content: ""; height: 25px; left: 0; position: absolute; right: 0; top: -10px; }
.uk-footer-top { border-bottom: 1px solid #fbe987; display: flex; justify-content: space-between; padding-bottom: 68px; }
.uk-footer .uk-brand { background: #fff; border-radius: 15px; color: var(--uk-brown); min-width: 160px; padding: 10px; width: fit-content; }
.uk-footer .uk-brand img { height: 40px; width: 42px; }
.uk-footer .uk-brand-text { font-size: 15px; }
.uk-address { font-size: 16px; font-style: normal; margin-top: 16px; }
.uk-address p { margin-bottom: 9px; }
.uk-footer-right { display: flex; gap: 42px; }
.uk-footer-nav { list-style: none; margin: 0; padding: 0; }
.uk-footer-nav li { margin-bottom: 9px; }
.uk-footer-nav li::before { content: "o"; font-size: 7px; margin-right: 8px; vertical-align: 2px; }
.uk-footer-contact { align-items: center; background: #fff; border-radius: 30px; color: var(--uk-orange) !important; display: flex; gap: 8px; height: fit-content; padding: 7px 24px; }
.uk-footer-bottom { font-size: 12px; padding-top: 19px; text-align: center; }

@media (max-width: 980px) {
  .uk-nav { display: none; }
  .uk-header { height: 66px; }
  .uk-brand { min-width: 0; }
  .uk-header-actions .uk-sns { display: none; }
  .uk-contact-link { font-size: 12px; padding: 7px 14px; }
  .uk-hero, .uk-hero .uk-inner { min-height: 0; }
  .uk-hero { padding: 36px 0 52px; }
  .uk-hero .uk-inner { display: flex; flex-direction: column; }
  .uk-hero-copy { width: 100%; }
  .uk-hero h1 { font-size: clamp(34px, 9vw, 48px); }
  .uk-hero-photo { height: 320px; margin-top: 28px; position: relative; right: auto; top: auto; width: 100%; }
  .uk-bubble--three { left: -7px; top: 60%; }
  .uk-news { padding: 62px 0; }
  .uk-news-card { border-radius: 18px; padding: 30px 22px; }
  .uk-news-head h2 { font-size: 28px; }
  .uk-news-tabs span { font-size: 11px; padding: 2px 10px; }
  .uk-news-list li { align-items: flex-start; flex-wrap: wrap; gap: 5px 9px; padding: 11px 0; }
  .uk-news-list a, .uk-news-list span:last-child { flex-basis: 100%; white-space: normal; }
  .uk-about-grid, .uk-company-card, .uk-contact-card { gap: 38px; grid-template-columns: 1fr; }
  .uk-about { padding: 62px 0 82px; }
  .uk-about-photos { height: 360px; margin: 0 auto; max-width: 440px; width: 100%; }
  .uk-about-copy h2 { font-size: 30px; }
  .uk-trouble, .uk-reasons, .uk-services, .uk-instagram, .uk-company, .uk-contact { padding: 62px 0; }
  .uk-trouble-grid { grid-template-columns: repeat(2, 1fr); row-gap: 50px; }
  .uk-phone-cta { flex-direction: column; gap: 0; padding: 13px 18px; text-align: center; }
  .uk-phone-cta span { margin: 0; }
  .uk-phone-cta a { font-size: 28px; }
  .uk-reason-grid { grid-template-columns: 1fr; }
  .uk-service-grid { grid-template-columns: repeat(2, 1fr); }
  .uk-company-card { padding: 34px 25px; }
  .uk-company-map { height: 250px; }
  .uk-contact-card { padding: 38px 30px; }
  .uk-contact-copy h2 { font-size: 29px; }
  .uk-contact-visual { min-height: 180px; }
  .uk-footer-top { display: block; }
  .uk-footer-right { margin-top: 35px; }
}
@media (max-width: 520px) {
  .uk-inner { width: calc(100% - 32px); }
  .uk-brand img { height: 34px; width: 36px; }
  .uk-brand-text { font-size: 15px; }
  .uk-hero-copy { padding-top: 0; }
  .uk-hero-kicker { font-size: 13px; }
  .uk-hero-copy > p:not(.uk-hero-kicker) { font-size: 12px; }
  .uk-hero-meta { flex-wrap: wrap; gap: 7px; }
  .uk-hero-meta span { font-size: 10px; padding: 2px 8px; }
  .uk-hero-meta b { font-size: 16px; }
  .uk-hero-actions { flex-wrap: wrap; gap: 8px; }
  .uk-title { font-size: 25px; }
  .uk-about-main { height: 296px; left: 25px; width: 220px; }
  .uk-about-sub { height: 139px; width: 176px; }
  .uk-about-badge { font-size: 15px; height: 78px; width: 78px; }
  .uk-about-years { height: 84px; left: 72px; width: 84px; }
  .uk-about-years b { font-size: 28px; }
  .uk-trouble-grid { grid-template-columns: 1fr; margin: 54px auto 0; max-width: 300px; }
  .uk-reason-card p { max-width: 65%; }
  .uk-instagram-grid { gap: 10px; grid-template-columns: repeat(2, 1fr); }
  .uk-footer-right { display: block; }
  .uk-footer-contact { margin-top: 22px; width: fit-content; }
}
