/*
Theme Name: AROME
Theme URI: https://arome-salon.jp
Author: AROME
Description: 宇都宮・東宿郷の完全個室リラクゼーションサロン AROME 公式テーマ。5言語切替・動的メニュー対応、ブログはWordPress投稿で管理。
Version: 1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: arome
*/


:root{--ink:#3d332b;--sub:#8f8778;--line:#e2dacc;--paper:#f4f1e9;--cream:#faf7f0;
--accent:#a4906b;--accent-d:#8a7657;--cta:#b0895a;--cta-d:#9a744a;--green:#06c755;}
*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",-apple-system,"Segoe UI",sans-serif;
color:var(--ink);background:var(--cream);line-height:1.8;-webkit-font-smoothing:antialiased;font-size:14px;}
.serif{font-family:"Times New Roman","YuMincho","Hiragino Mincho ProN",serif;}
img{display:block;max-width:100%;}
a{color:inherit;text-decoration:none;}
/* 言語切替 */
.t-en,.t-zh,.t-tw,.t-ko{display:none;}
body.lang-en .t-ja,body.lang-zh .t-ja,body.lang-tw .t-ja,body.lang-ko .t-ja{display:none;}
body.lang-en .t-en{display:inline;}
body.lang-zh .t-zh{display:inline;}
body.lang-tw .t-tw{display:inline;}
body.lang-ko .t-ko{display:inline;}
.wrap{max-width:480px;margin:0 auto;background:var(--cream);position:relative;overflow:hidden;box-shadow:0 0 40px rgba(90,80,60,.08);}
header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;
padding:12px 16px;background:rgba(250,247,240,.9);backdrop-filter:blur(10px);border-bottom:1px solid rgba(226,218,204,.7);}
header .r{display:flex;align-items:center;gap:8px;}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:26px;font-weight:600;letter-spacing:.04em;cursor:pointer;transition:.2s;}
.hbtn{background:var(--cta);color:#fff;font-size:11px;padding:8px 15px;}
.langsel{appearance:none;-webkit-appearance:none;background:transparent;border:1px solid var(--accent);color:var(--accent-d);
border-radius:20px;font-size:11px;font-weight:700;padding:6px 22px 6px 10px;cursor:pointer;font-family:inherit;
background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%238a7657' stroke-width='1.4' fill='none'/%3E%3C/svg%3E");
background-repeat:no-repeat;background-position:right 8px center;}
.burger{width:26px;height:20px;position:relative;cursor:pointer;}
.burger span{position:absolute;left:0;width:100%;height:2px;background:var(--ink);transition:.3s;}
.burger span:nth-child(1){top:0;}.burger span:nth-child(2){top:9px;}.burger span:nth-child(3){top:18px;}
.navov{position:fixed;inset:0;z-index:60;background:rgba(61,51,43,.98);display:flex;flex-direction:column;
align-items:center;justify-content:center;gap:8px;opacity:0;pointer-events:none;transition:.3s;}
.navov.open{opacity:1;pointer-events:auto;}
.navov a{color:#f4f1e9;font-size:17px;letter-spacing:.12em;padding:10px;}
.navov .close{position:absolute;top:20px;right:24px;font-size:30px;color:#f4f1e9;cursor:pointer;}
.navov .cap{font-size:10px;letter-spacing:.2em;color:var(--accent);display:block;text-align:center;margin-top:-2px;}
.hero{position:relative;}
.hero img{width:100%;height:82vh;max-height:600px;object-fit:cover;}
.hero .ov{position:absolute;inset:0;background:linear-gradient(180deg,rgba(45,38,30,.25),rgba(45,38,30,.6));
display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:24px;}
.hero .wm-logo{height:62px;width:auto;margin:0 auto 10px;filter:drop-shadow(0 2px 8px rgba(0,0,0,.35));}
.hero .tg{font-size:11px;letter-spacing:.18em;opacity:.92;margin-bottom:20px;}
.hero .cp{font-size:16px;letter-spacing:.06em;line-height:2;margin-bottom:26px;}
.hero .obadge{position:absolute;top:16px;left:16px;background:var(--cta);color:#fff;font-size:11px;
padding:7px 13px;border-radius:6px;letter-spacing:.03em;box-shadow:0 3px 10px rgba(0,0,0,.25);}
.btn-hero{background:var(--cta);color:#fff;font-size:14px;padding:14px 34px;box-shadow:0 6px 18px rgba(0,0,0,.2);}
.btn-hero2{border:1px solid rgba(255,255,255,.8);color:#fff;font-size:12px;padding:11px 24px;margin-top:12px;background:rgba(255,255,255,.06);}
section{padding:52px 22px;}
.eyebrow{font-size:11px;letter-spacing:.28em;color:var(--accent-d);font-weight:600;text-align:center;margin-bottom:6px;}
.h2{font-size:23px;text-align:center;margin-bottom:28px;font-weight:600;letter-spacing:.04em;}
.lead{font-size:14px;color:var(--sub);line-height:2;text-align:center;margin-bottom:22px;}
.round{border-radius:14px;overflow:hidden;box-shadow:0 10px 30px rgba(90,80,60,.12);}
.cimg{width:100%;height:230px;object-fit:cover;margin-bottom:18px;}
.csq{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:4px;}
.csq img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;}
.feat{display:flex;justify-content:center;gap:26px;margin-top:26px;flex-wrap:wrap;}
.feat div{text-align:center;font-size:12px;color:var(--sub);}
.feat b{display:block;font-size:14px;color:var(--accent-d);margin-bottom:2px;}
.sec-alt{background:var(--paper);}
.m-step{font-size:11px;letter-spacing:.08em;color:var(--accent-d);font-weight:600;margin:16px 0 8px;}
.m-tabs{display:flex;gap:7px;flex-wrap:wrap;}
.m-seg{font-size:12px;padding:9px 16px;border:1px solid var(--line);border-radius:9px;color:var(--sub);background:#fff;cursor:pointer;font-weight:600;transition:.15s;}
.m-seg.on{background:var(--accent-d);color:#fff;border-color:var(--accent-d);}
.m-tab{font-size:11px;padding:7px 13px;border:1px solid var(--line);border-radius:18px;color:var(--sub);background:#fff;cursor:pointer;transition:.15s;}
.m-tab.on{background:var(--accent);color:#fff;border-color:var(--accent);}
.m-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px;margin-top:14px;box-shadow:0 6px 20px rgba(90,80,60,.07);}
.m-name{font-size:18px;font-weight:700;margin-bottom:6px;}
.m-desc{font-size:12.5px;color:var(--sub);line-height:1.8;margin-bottom:10px;}
.m-price{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-top:1px solid var(--line);}
.m-price .d{font-size:14px;font-weight:600;}
.m-price .p{font-size:19px;font-weight:800;color:var(--accent-d);}
.m-note{font-size:11px;color:var(--sub);margin:10px 0 14px;}
.btn-cta{background:var(--cta);color:#fff;font-size:14px;padding:14px;width:100%;box-shadow:0 6px 16px rgba(176,137,90,.3);}
.staff{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.staff .card img{width:100%;height:180px;object-fit:cover;object-position:center 20%;border-radius:12px;margin-bottom:8px;}
.staff .nm{font-size:15px;font-weight:700;}
.staff .fee{font-size:11px;color:var(--sub);margin-bottom:6px;}
.spec-lb{font-size:9.5px;letter-spacing:.08em;color:var(--accent-d);font-weight:600;margin:4px 0 4px;}
.spec-tags{display:flex;flex-wrap:wrap;gap:5px;}
.spec{display:inline-flex;align-items:center;gap:4px;font-size:10px;padding:4px 9px;border-radius:14px;background:#fff;color:#6f6353;border:1px solid var(--line);white-space:nowrap;}
.spec svg{width:12px;height:12px;flex:none;}
.bz{display:grid;grid-template-columns:1fr;gap:14px;}
@media(min-width:640px){.bz{grid-template-columns:1fr 1fr 1fr;}}
.bzc{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:0 6px 18px rgba(90,80,60,.07);transition:.2s;}
.bzc:hover{transform:translateY(-3px);box-shadow:0 12px 24px rgba(90,80,60,.13);}
.bzc img{width:100%;aspect-ratio:16/9;object-fit:cover;}
.bzc .bd{padding:12px 14px 16px;}
.bzc .mt{font-size:10px;color:var(--sub);margin-bottom:6px;}
.bzc .mt .c{background:var(--paper);color:var(--accent-d);font-weight:600;padding:2px 8px;border-radius:10px;margin-right:6px;}
.bzc .tt{font-size:13px;font-weight:700;line-height:1.55;}
.btn-out2{border:1px solid var(--accent);color:var(--accent-d);padding:12px 30px;font-size:13px;}
.galsub{font-size:12px;color:var(--accent-d);font-weight:600;margin:16px 0 8px;letter-spacing:.06em;}
.gal{display:grid;grid-template-columns:1fr 1fr 1fr;gap:7px;}
.gal img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px;}
.mapbox{width:100%;height:230px;border:1px solid var(--line);border-radius:12px;overflow:hidden;margin-bottom:16px;box-shadow:0 6px 18px rgba(90,80,60,.08);}
.mapbox iframe{width:100%;height:100%;border:0;display:block;}
.pcnav{display:none;}
.info{background:#fff;border:1px solid var(--line);border-radius:12px;padding:6px 16px;margin-bottom:16px;}
.irow{display:flex;gap:12px;font-size:13px;padding:11px 0;border-bottom:1px dotted var(--line);}
.irow:last-child{border-bottom:none;}
.irow b{width:96px;flex:none;color:var(--accent-d);font-weight:600;}
.park h4{font-size:14px;font-weight:700;margin:6px 0 12px;}
.parkcard{margin-bottom:14px;}
.parkcard img{width:100%;border:1px solid var(--line);border-radius:12px;margin-bottom:7px;}
.parkcard .cap{font-size:12.5px;line-height:1.7;color:var(--ink);}
.parkcard .cap b{color:var(--accent-d);}
#reserve{background:linear-gradient(160deg,#efe9dd,#f7f2e8);text-align:center;}
.rbtns{display:flex;flex-direction:column;gap:10px;max-width:340px;margin:0 auto;}
.btn-line{background:var(--green);color:#fff;font-size:14px;padding:14px;}
.btn-tel{background:#fff;border:1px solid var(--accent);color:var(--accent-d);font-size:14px;padding:14px;}
.btn-hpb{background:var(--accent-d);color:#fff;font-size:14px;padding:14px;}
.telbox{margin:20px auto 0;max-width:340px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:2px;box-shadow:0 6px 18px rgba(90,80,60,.08);}
.telbox .tl{font-size:11px;color:var(--sub);}
.telbox .tnum{font-size:27px;font-weight:800;color:var(--accent-d);letter-spacing:.04em;margin:2px 0;}
.faq-item{border:1px solid var(--line);border-radius:12px;background:#fff;margin-bottom:10px;overflow:hidden;}
.faq-q{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:15px 16px;cursor:pointer;font-weight:600;font-size:13.5px;}
.faq-q i{font-style:normal;font-size:20px;color:var(--accent);transition:.25s;flex:none;line-height:1;}
.faq-item.open .faq-q i{transform:rotate(45deg);}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 16px;font-size:13px;color:var(--sub);line-height:1.85;}
.faq-item.open .faq-a{max-height:500px;padding:0 16px 15px;}
.form{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px 18px;box-shadow:0 6px 18px rgba(90,80,60,.07);}
.form label{display:block;font-size:12px;font-weight:600;color:var(--accent-d);margin:12px 0 5px;}
.form label:first-child{margin-top:0;}
.form input,.form textarea{width:100%;border:1px solid var(--line);border-radius:9px;padding:11px 12px;font-size:14px;font-family:inherit;color:var(--ink);background:#faf8f3;}
.form textarea{min-height:96px;resize:vertical;}
.form .req{color:#c0392b;font-size:11px;margin-left:3px;}
.contact-quick{display:flex;gap:10px;margin-bottom:18px;}
.contact-quick a{flex:1;text-align:center;padding:13px;border-radius:12px;font-size:13px;font-weight:600;}
.cq-tel{background:#fff;border:1px solid var(--accent);color:var(--accent-d);}
.cq-line{background:var(--green);color:#fff;}
footer{background:var(--accent-d);color:#efe9dd;text-align:center;padding:36px 22px 90px;}
footer .ftg{font-size:9.5px;letter-spacing:.16em;opacity:.85;margin-bottom:18px;}
footer .fnav{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 16px;font-size:12px;margin-bottom:16px;opacity:.92;}
footer .cc{font-size:10px;opacity:.7;}
.sticky{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:480px;z-index:55;
display:flex;gap:8px;padding:9px 12px;background:rgba(61,51,43,.96);backdrop-filter:blur(6px);}
.sticky a{flex:1;font-size:12px;padding:11px 0;text-align:center;border-radius:24px;font-weight:600;}
.sticky .s-line{background:var(--green);color:#fff;flex:1;}
.sticky .s-tel{border:1px solid rgba(244,241,233,.7);color:#f4f1e9;flex:1;}
.sticky .s-rsv{background:var(--cta);color:#fff;flex:1.6;}
@media(min-width:900px){
  .wrap{max-width:1120px;box-shadow:0 0 60px rgba(90,80,60,.08);}
  header{padding:16px 44px;}
  .pcnav{display:flex;gap:20px;font-size:12.5px;letter-spacing:.08em;}
  .pcnav a{color:var(--ink);transition:.15s;}
  .pcnav a:hover{color:var(--accent-d);}
  .burger{display:none;}
  .sticky{display:none;}
  .hero img{height:600px;max-height:660px;}
  .hero .wm-logo{height:84px;}
  .hero .tg{font-size:13px;}
  .hero .cp{font-size:19px;}
  section{padding:80px 44px;}
  .h2{font-size:30px;margin-bottom:36px;}
  section > p.eyebrow,section > h2,section > .lead,section > .m-step,section > .m-tabs,
  section > #mContent,section > .info,section > .mapbox,section > .park,
  section > .form,section > .rbtns,section > .telbox,section > .contact-quick,
  section > .faq-item,section > p,section > img{max-width:820px;margin-left:auto;margin-right:auto;}
  .cimg{height:360px;}
  .feat{gap:48px;}
  .staff{grid-template-columns:repeat(5,1fr);max-width:1040px;margin:0 auto;gap:18px;}
  .staff .card img{height:210px;}
  .gal{grid-template-columns:repeat(6,1fr);max-width:1040px;margin:0 auto;}
  .galsub{max-width:1040px;margin-left:auto;margin-right:auto;}
  #reserve .rbtns,#reserve .telbox{max-width:480px;}
  footer{padding:48px 44px 56px;}
}
@media(min-width:900px) and (max-width:1180px){ .pcnav{gap:14px;font-size:11px;} }


/* ===== ブログ（一覧・記事） ===== */
.blogmain{max-width:960px;margin:0 auto;}
.blog-hero{text-align:center;padding:44px 20px 8px;}
.blog-hero .ey{font-size:12px;letter-spacing:.3em;color:var(--accent-d);font-weight:600;margin-bottom:6px;}
.blog-hero h1{font-size:26px;font-weight:600;letter-spacing:.04em;}
.blog-hero p{color:var(--sub);font-size:13px;margin-top:8px;}
.container{padding:24px 20px 60px;}
.cards{display:grid;grid-template-columns:1fr;gap:18px;}
@media(min-width:720px){.cards{grid-template-columns:1fr 1fr;} .card.feat{grid-column:1/-1;}}
.card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 6px 18px rgba(90,80,60,.07);transition:.2s;display:flex;flex-direction:column;}
.card:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(90,80,60,.13);}
.card .th{width:100%;aspect-ratio:16/9;object-fit:cover;}
.card.feat .th{aspect-ratio:21/9;}
.card .cbody{padding:16px 18px 20px;}
.meta{display:flex;gap:8px;align-items:center;font-size:11px;color:var(--sub);margin-bottom:8px;}
.cat{background:var(--paper);color:var(--accent-d);font-weight:600;padding:3px 9px;border-radius:12px;letter-spacing:.04em;}
.card h2{font-size:15.5px;line-height:1.55;font-weight:700;margin-bottom:8px;}
.card.feat h2{font-size:19px;}
.card .ex{font-size:12.5px;color:var(--sub);line-height:1.75;}
.readmore{display:inline-block;margin-top:12px;font-size:12px;color:var(--cta);font-weight:700;}
.article{max-width:720px;margin:0 auto;}
.article .back{font-size:12px;color:var(--accent-d);font-weight:600;margin-bottom:16px;display:inline-block;}
.article h1{font-size:24px;line-height:1.5;font-weight:700;margin:8px 0 14px;}
.article .ahero{width:100%;border-radius:14px;margin:14px 0 24px;box-shadow:0 10px 30px rgba(90,80,60,.12);}
.article .body h2{font-size:18px;font-weight:700;margin:28px 0 10px;padding-left:12px;border-left:4px solid var(--accent);}
.article .body h3{font-size:16px;font-weight:700;margin:22px 0 8px;}
.article .body p{margin-bottom:16px;font-size:14px;line-height:1.95;}
.article .body strong{color:var(--accent-d);}
.article .body img{border-radius:10px;margin:10px 0;}
.cta-box{background:linear-gradient(160deg,#efe9dd,#f7f2e8);border-radius:16px;padding:26px 22px;text-align:center;margin:36px 0 10px;}
.cta-box p{font-size:14px;margin-bottom:14px;}
.cta-box .b{display:inline-block;background:var(--cta);color:#fff;font-weight:700;font-size:14px;padding:13px 30px;border-radius:26px;box-shadow:0 6px 16px rgba(176,137,90,.3);}
.cta-box .tel{display:block;margin-top:12px;font-size:20px;font-weight:800;color:var(--accent-d);}
.other{margin-top:40px;}
.other h3{font-size:14px;font-weight:700;margin-bottom:14px;text-align:center;letter-spacing:.06em;color:var(--accent-d);}
.olist{display:grid;grid-template-columns:1fr;gap:10px;}
@media(min-width:600px){.olist{grid-template-columns:1fr 1fr;}}
.orow{display:flex;gap:12px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:10px;align-items:center;}
.orow img{width:64px;height:64px;object-fit:cover;border-radius:8px;flex:none;}
.orow .ot{font-size:12.5px;font-weight:600;line-height:1.5;}
.orow .od{font-size:10px;color:var(--sub);}
.pagination{display:flex;gap:8px;justify-content:center;margin-top:30px;}
.pagination .page-numbers{border:1px solid var(--line);border-radius:8px;padding:8px 13px;font-size:13px;color:var(--accent-d);background:#fff;}
.pagination .current{background:var(--accent);color:#fff;border-color:var(--accent);}
