@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&family=Zen+Kaku+Gothic+New:wght@300;400;500;600&display=swap");

body.aru-staff-public-page {
  margin: 0;
  background: #faf6ef;
  overflow-x: clip;
}

body.aru-staff-public-page .c-pageTitle,
body.aru-staff-public-page .p-articleHead,
body.aru-staff-public-page .p-breadcrumb,
body.aru-staff-public-page .l-sidebar,
body.aru-staff-public-page .post_content > .wp-block-spacer { display: none !important; }

body.aru-staff-public-page .l-content,
body.aru-staff-public-page .l-mainContent,
body.aru-staff-public-page .l-mainContent__inner,
body.aru-staff-public-page .post_content,
body.aru-staff-public-page #main_content { width:100%!important;max-width:none!important;margin:0!important;padding:0!important; }

.aru-staff-page,
.aru-c-team {
  --aru-staff-paper:#faf6ef;
  --aru-staff-band:#f1ede2;
  --aru-staff-pale:#f6f2e9;
  --aru-staff-ink:#3a3733;
  --aru-staff-copy:#5b564f;
  --aru-staff-muted:#7a746b;
  --aru-staff-gold:#a8813f;
  --aru-staff-gold-dark:#8e7038;
  --aru-staff-line:rgba(168,129,63,.28);
  box-sizing:border-box;
  color:var(--aru-staff-ink);
  font-family:"Zen Kaku Gothic New","Hiragino Kaku Gothic ProN",sans-serif;
  line-height:1.9;
}
.aru-staff-page *,.aru-staff-page *::before,.aru-staff-page *::after,.aru-c-team *,.aru-c-team *::before,.aru-c-team *::after{box-sizing:border-box}
.aru-staff-page{background:var(--aru-staff-paper);font-size:16px;overflow:hidden}
.aru-staff-page img,.aru-c-team img{display:block;width:100%;height:auto}
.aru-staff-page h1,.aru-staff-page h2,.aru-staff-page h3,.aru-c-team h2,.aru-c-team h3{margin:0;padding:0!important;border:0!important;background:transparent!important;color:var(--aru-staff-ink);font-family:"Shippori Mincho","Yu Mincho",serif;font-weight:500;letter-spacing:.04em;line-height:1.6;word-break:keep-all;overflow-wrap:break-word}
.aru-staff-page h1::before,.aru-staff-page h1::after,.aru-staff-page h2::before,.aru-staff-page h2::after,.aru-staff-page h3::before,.aru-staff-page h3::after,.aru-c-team h2::before,.aru-c-team h2::after,.aru-c-team h3::before,.aru-c-team h3::after{display:none!important;content:none!important}
.aru-staff-page p,.aru-c-team p{margin:0}
.aru-staff-page a,.aru-c-team a{color:inherit;text-decoration:none}
.aru-staff-shell{width:min(1120px,calc(100% - 96px));margin-inline:auto}

.aru-staff-hero{padding:clamp(84px,9vw,132px) 0 clamp(66px,7vw,104px);background:linear-gradient(120deg,#f1ede2 0%,#faf6ef 72%)}
.aru-staff-hero p:first-child{color:var(--aru-staff-gold-dark);font-size:13px;letter-spacing:.14em}
.aru-staff-hero h1{margin-top:12px;font-size:clamp(38px,4.5vw,62px)}
.aru-staff-hero p:last-child{max-width:620px;margin-top:22px;color:var(--aru-staff-copy)}
.aru-staff-intro{display:grid;grid-template-columns:.78fr 1.22fr;gap:clamp(46px,7vw,94px);align-items:center;padding-block:clamp(84px,9vw,132px)}
.aru-staff-intro h2{font-size:clamp(30px,3.3vw,44px)}
.aru-staff-intro p{margin-top:26px;color:var(--aru-staff-copy)}
.aru-staff-intro img{height:430px;object-fit:cover}
.aru-staff-list{padding-bottom:clamp(90px,10vw,144px)}
.aru-staff-section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:34px;padding-bottom:18px;border-bottom:1px solid var(--aru-staff-line)}
.aru-staff-section-head h2{font-size:clamp(30px,3.3vw,44px)}
.aru-staff-section-head p{color:var(--aru-staff-gold-dark);font-size:13px;letter-spacing:.1em}
.aru-staff-location+.aru-staff-location{margin-top:54px}.aru-staff-location>h3{margin-bottom:18px;font-size:22px}.aru-staff-grid{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 44px)/3);grid-template-columns:none;gap:22px;overflow-x:auto;overscroll-behavior-inline:contain;padding:0 0 14px;scroll-padding-inline:1px;scroll-snap-type:x proximity;scrollbar-color:rgba(168,129,63,.62) rgba(168,129,63,.12);scrollbar-width:thin}.aru-staff-grid:focus-visible{outline:2px solid var(--aru-staff-gold-dark);outline-offset:5px}.aru-staff-grid::-webkit-scrollbar{height:6px}.aru-staff-grid::-webkit-scrollbar-track{background:rgba(168,129,63,.12)}.aru-staff-grid::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(168,129,63,.62)}
.aru-staff-card{min-width:0;background:rgba(255,255,255,.34)}
.aru-staff-grid>.aru-staff-card{scroll-snap-align:start}
.aru-staff-card__photo{aspect-ratio:4/5;overflow:hidden;background:var(--aru-staff-pale)}
.aru-staff-card__photo img{height:100%;object-fit:cover}
.aru-staff-card__photo--center img{object-position:center}.aru-staff-card__photo--top img{object-position:center top}.aru-staff-card__photo--left img{object-position:left center}.aru-staff-card__photo--right img{object-position:right center}
.aru-staff-card__body{padding:24px 22px 26px}
.aru-staff-card__head{display:flex;align-items:end;justify-content:space-between;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--aru-staff-line)}
.aru-staff-card__head h3{font-size:25px}.aru-staff-card__head>p{color:var(--aru-staff-gold-dark);font-size:10px;line-height:1.55;letter-spacing:.06em;text-align:right}
.aru-staff-card__catch{min-height:3.8em;margin-top:18px!important;color:var(--aru-staff-copy);font-size:14px}
.aru-staff-card__details{margin-top:18px;border-top:1px solid var(--aru-staff-line)}
.aru-staff-card__details summary{display:flex;min-height:52px;align-items:center;justify-content:space-between;cursor:pointer;color:var(--aru-staff-gold-dark);font-size:13px;list-style:none}
.aru-staff-card__details summary::-webkit-details-marker{display:none}.aru-staff-card__details summary::after{content:"＋";font-size:18px;font-weight:300}.aru-staff-card__details[open] summary::after{content:"−"}
.aru-staff-card__details>div{padding:0 0 8px}.aru-staff-card__bio{color:var(--aru-staff-copy);font-size:13px}
.aru-staff-card__details dl{margin:22px 0 0}.aru-staff-card__details dl>div{display:grid;grid-template-columns:88px 1fr;gap:10px;padding:10px 0;border-top:1px solid rgba(168,129,63,.18)}
.aru-staff-card__details dt{color:var(--aru-staff-gold-dark);font-size:11px}.aru-staff-card__details dd{margin:0;color:var(--aru-staff-copy);font-size:12px}
.aru-staff-booking{padding-block:clamp(76px,8vw,116px);background:var(--aru-staff-band)}
.aru-staff-booking .aru-staff-shell{display:grid;grid-template-columns:.8fr 1fr;gap:28px 90px;align-items:start}.aru-staff-booking h2{grid-row:1/4;font-size:clamp(28px,3vw,40px)}
.aru-staff-booking p{color:var(--aru-staff-copy)}.aru-staff-booking small{color:var(--aru-staff-muted);font-size:12px}
.aru-staff-cta{padding-block:72px;background:#3f4937;color:#fffdf9;text-align:center}.aru-staff-cta p{font-family:"Shippori Mincho","Yu Mincho",serif;font-size:clamp(24px,3vw,34px)}
.aru-staff-cta a{display:inline-flex;min-height:56px;align-items:center;justify-content:center;margin-top:28px;padding:13px 30px;background:var(--aru-staff-gold);color:#fffdf9!important;font-size:14px}

.aru-c-team{padding-block:clamp(76px,8vw,112px);background:var(--aru-staff-band)}
.aru-c-team__head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.aru-c-team__head h2{font-size:clamp(28px,3.3vw,44px)}.aru-c-team__head p{max-width:520px;color:var(--aru-staff-copy);font-size:14px}
.aru-c-team__grid{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 32px)/3);grid-template-columns:none;gap:16px;overflow-x:auto;overscroll-behavior-inline:contain;padding-bottom:10px;scroll-snap-type:x proximity;scrollbar-color:rgba(168,129,63,.62) rgba(168,129,63,.12);scrollbar-width:thin}.aru-c-team__grid::-webkit-scrollbar{height:5px}.aru-c-team__grid::-webkit-scrollbar-track{background:rgba(168,129,63,.12)}.aru-c-team__grid::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(168,129,63,.62)}.aru-c-team__grid>.aru-staff-card{scroll-snap-align:start}.aru-c-team .aru-staff-card__photo{aspect-ratio:5/4}.aru-c-team .aru-staff-card__body{padding:16px 16px 18px}.aru-c-team .aru-staff-card__head{display:block;padding-bottom:0;border:0}.aru-c-team .aru-staff-card__head h3{font-size:21px}.aru-c-team .aru-staff-card__head>p{margin-top:3px;color:var(--aru-staff-gold-dark);font-size:9px;text-align:left}.aru-c-team .aru-staff-card__catch{min-height:0;margin-top:10px!important;font-size:12px;line-height:1.75}
.aru-c-team__actions{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:26px}.aru-c-team__note{color:var(--aru-staff-copy);font-size:12px}.aru-c-team__link{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:11px 24px;border:1px solid rgba(168,129,63,.58);color:var(--aru-staff-gold-dark)!important;font-size:13px}

@media(max-width:900px){
  .aru-staff-shell{width:min(calc(100% - 52px),680px)}
  .aru-staff-intro{display:block;padding-block:70px}.aru-staff-intro img{height:280px;margin-top:34px}
  .aru-staff-grid{grid-auto-columns:calc((100% - 18px)/2);gap:18px}.aru-staff-booking .aru-staff-shell{display:block}.aru-staff-booking p{margin-top:22px}.aru-staff-booking small{display:block;margin-top:10px}
  .aru-c-team__head{display:block}.aru-c-team__head p{margin-top:14px}
}
@media(max-width:620px){
  .aru-staff-hero{padding-block:62px 54px}.aru-staff-hero h1{font-size:34px}.aru-staff-hero p:last-child{margin-top:14px;font-size:14px}
  .aru-staff-section-head{align-items:start;flex-direction:column;gap:5px;margin-bottom:24px}.aru-staff-location>h3{font-size:20px}.aru-staff-grid{width:calc(100vw - 26px);grid-auto-columns:min(82vw,320px);gap:12px;margin-right:calc((100vw - 100%)/-2);padding-right:26px}.aru-staff-card__photo{aspect-ratio:4/4.6}.aru-staff-card__body{padding:20px 18px 22px}.aru-staff-card__catch{min-height:0}
  .aru-c-team{padding-block:58px}.aru-c-team__grid{grid-auto-columns:calc((100% - 16px)/3);gap:8px}.aru-c-team .aru-staff-card__photo{aspect-ratio:3/4}.aru-c-team .aru-staff-card__body{padding:10px 8px 12px}.aru-c-team .aru-staff-card__head h3{font-size:16px}.aru-c-team .aru-staff-card__head>p{font-size:7px;line-height:1.4}.aru-c-team .aru-staff-card__catch{display:none}.aru-c-team__actions{display:block}.aru-c-team__note{line-height:1.75}.aru-c-team__link{width:100%;margin-top:18px}
}
@media(max-width:340px){.aru-staff-shell{width:calc(100% - 36px)}}
@media(prefers-reduced-motion:reduce){.aru-staff-page *,.aru-c-team *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
