:root{--ah-red: #cc0033;--ah-red-dark: #b3091e;--ah-ink: #333;--ah-line: #e2e2e2}.ah-main{flex:1}.ah-header{position:relative;z-index:50}.header-body{position:relative;z-index:100;height:80px;background-color:#fff;border-top:6px solid var(--ah-red);border-bottom:1px solid var(--ah-red)}.header-body__inner{display:flex;align-items:flex-end;justify-content:space-between;width:1000px;height:100%;margin:0 auto}.header-body .logo-area{display:grid;align-content:center;width:115px;height:100%}.header-body .logo-area__company-name{margin:0 0 8px;font-size:11px;white-space:nowrap}.header-body .logo-area__logo img{width:100px;height:auto;display:block}.header-body .logo-area__logo:hover{opacity:.8}.header-body .text-menu-area{width:100%;height:42px;padding-bottom:5px}.header-body .text-menu-list{display:grid;grid-template-columns:repeat(3,1fr);max-width:366px;height:100%;list-style:none;margin:0;padding:0}.header-body .text-menu-list__item{position:relative;font-weight:700}.header-body .text-menu-list__item:before,.header-body .text-menu-list__item:last-child:after{content:"";position:absolute;top:50%;transform:translateY(-50%);width:1px;height:70%;background-color:#e3e3e3}.header-body .text-menu-list__item:before{left:0}.header-body .text-menu-list__item:last-child:after{right:0}.header-body .text-menu-list__item .s-text{margin-top:2px;font-size:11px;font-weight:400}.header-body .text-menu-link{display:flex;align-items:center;justify-content:center;height:100%;margin:0 4px;border-top:3px solid transparent;border-bottom:3px solid transparent;font-size:14px;color:var(--ah-ink);text-decoration:none;cursor:pointer}.header-body .text-menu-list__item:hover .text-menu-link{color:var(--ah-red);border-bottom:3px solid var(--ah-red)}.header-body .icon-arrow-down{position:relative;padding-right:12px}.header-body .icon-arrow-down:after{content:"";position:absolute;top:50%;right:4px;width:8px;height:6px;transform:translateY(-50%);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath d='M1 1l3 3 3-3' fill='none' stroke='%23999999' stroke-width='1.3'/%3E%3C/svg%3E") center / contain no-repeat}.header-body .text-menu-mouseover{position:absolute;left:50%;top:100%;transform:translate(-50%);display:grid;row-gap:8px;padding:16px 22px;border:1px solid var(--ah-red);border-radius:5px;background-color:#fff;box-shadow:0 2px 6px #0003;white-space:nowrap;text-align:left;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;z-index:100}.header-body .text-menu-list__item:hover .text-menu-mouseover{opacity:1;visibility:visible}.header-body .text-menu-mouseover a{font-size:13px;color:var(--ah-ink);text-decoration:none}.header-body .text-menu-mouseover a:hover{color:var(--ah-red);text-decoration:underline}.header-body .icon-menu-area{flex-shrink:0;width:150px;height:100%}.header-body .icon-menu-list{display:flex;justify-content:flex-end;height:100%;list-style:none;margin:0;padding:0}.header-body .icon-menu-list__item{width:48px;cursor:pointer}.header-body .icon-menu-link{display:flex;flex-direction:column-reverse;align-items:center;justify-content:space-between;width:100%;height:100%;padding:8px 0 12px;background:none;border:none;color:var(--ah-ink);text-decoration:none;cursor:pointer}.header-body .icon-menu-link:hover{color:var(--ah-red)}.header-body .icon-menu-link svg{display:block}.header-body .icon-menu-list__text{display:flex;align-items:center;height:27px;margin:0;font-size:9px;line-height:1.2;text-align:center}.header-body .ah-menu-bars{display:flex;flex-direction:column;justify-content:center;gap:4px;width:22px;height:22px}.header-body .ah-menu-bars span{display:block;height:2px;background:var(--ah-red);border-radius:2px}.icon-menu-list__item.mb-only{display:none}.ah-drawer{border-top:1px solid var(--ah-line);background:#fafafa;padding:16px 20px 22px}.ah-drawer-sec{max-width:1000px;margin:0 auto 14px}.ah-drawer-head{font-size:14px;font-weight:700;color:var(--ah-red);margin-bottom:8px;border-bottom:1px solid var(--ah-line);padding-bottom:6px}.ah-drawer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.ah-drawer-grid a{padding:10px 12px;background:#fff;border:1px solid var(--ah-line);border-radius:4px;font-size:14px;font-weight:600;color:#333}.ah-drawer-grid a:hover{border-color:var(--ah-red);color:var(--ah-red)}.ah-drawer-sell{display:block;text-align:center;background:var(--ah-red);color:#fff;font-weight:700;padding:12px;border-radius:4px;margin-bottom:12px}@media(max-width:1040px){.header-body__inner{width:auto;margin:0 16px}}@media(max-width:820px){.header-body{height:50px;border-top:2px solid var(--ah-red);border-bottom:none}.header-body__inner{align-items:center;width:auto;margin:0 8px}.header-body .text-menu-area{display:none}.header-body .logo-area{display:block;width:auto;height:auto}.header-body .logo-area__company-name{display:none}.header-body .logo-area__logo img{width:80px}.icon-menu-list__item.pc-only{display:none}.icon-menu-list__item.mb-only{display:list-item}.header-body .icon-menu-area{width:auto}.header-body .icon-menu-list__item{width:48px;border-left:1px solid #e3e3e3}.header-body .icon-menu-link{flex-direction:column;align-items:center;justify-content:center;padding:0}.header-body .icon-menu-list__text{height:auto;font-size:8px}.header-body .icon-menu-link svg path,.header-body .icon-menu-link svg circle,.header-body .icon-menu-link svg rect{stroke:#888}.header-body .icon-menu-link .ah-ico-menu path{fill:#888;stroke:none}.ah-drawer-grid{grid-template-columns:repeat(2,1fr)}}.sp-footer{background:#1a1a2e;color:#b0b0c0;padding:0;font-size:13px;margin-top:auto}.sp-footer-grid{max-width:1000px;margin:0 auto;display:flex;gap:48px;padding:40px 20px 32px}.sp-footer-about{flex:1;min-width:0}.sp-footer-logo{font-size:20px;font-weight:700;margin-bottom:16px;color:#fff}.sp-footer-desc{font-size:13px;line-height:1.9;color:#8a8a9a;margin-bottom:12px}.sp-footer-info{width:320px;flex-shrink:0}.sp-footer-info-title{font-size:16px;font-weight:600;color:#e0e0e8;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #2d2d44}.sp-footer-dl{display:grid;grid-template-columns:70px 1fr;gap:8px 12px;font-size:13px}.sp-footer-dl dt{color:#666680;font-weight:500}.sp-footer-dl dd{color:#b0b0c0;margin:0}.sp-footer-bottom{border-top:1px solid #2d2d44;text-align:center;padding:16px 20px;font-size:12px;color:#666680}@media(max-width:768px){.sp-footer-grid{flex-direction:column;gap:32px}.sp-footer-info{width:100%}}.hp-wrap{max-width:1000px;margin:0 auto;padding:32px 20px 56px}.hp-cols{display:grid;grid-template-columns:1fr 1fr;gap:48px}.hp-col{min-width:0}.hp-cat{display:flex;align-items:center;gap:14px;font-size:26px;font-weight:700;color:#222;margin-bottom:18px}.hp-cat-badge{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;letter-spacing:.5px}.hp-badge-rent,.hp-badge-buy{background:#555}.hp-feature{display:flex;align-items:center;gap:20px;padding:22px 26px;border:1px solid #e2e2e2;border-radius:8px;background:#fff;box-shadow:0 1px 3px #0000000d;margin-bottom:16px;transition:box-shadow .15s,border-color .15s}.hp-feature:hover{border-color:var(--ah-red, #d70b24);box-shadow:0 3px 10px #0000001a}.hp-feature-icon{width:84px;height:84px;flex-shrink:0}.hp-feature-text{display:flex;flex-direction:column;gap:6px}.hp-feature-label{font-size:28px;font-weight:700;color:#222}.hp-feature-sub{font-size:14px;color:#555}.hp-grid{display:grid;gap:14px}.hp-grid-3{grid-template-columns:repeat(3,1fr)}.hp-grid-feature{margin-bottom:14px}.hp-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:18px 8px;border:1px solid #e2e2e2;border-radius:8px;background:#fff;box-shadow:0 1px 3px #0000000d;transition:box-shadow .15s,border-color .15s}.hp-tile:hover{border-color:var(--ah-red, #d70b24);box-shadow:0 3px 10px #0000001a}.hp-tile-icon{width:52px;height:52px}.hp-tile-label{font-size:16px;font-weight:700;color:#333}.hp-buy-lead{display:flex;align-items:center;gap:6px;font-size:15px;font-weight:600;color:#333;margin:4px 0 18px}.hp-arrow{color:var(--ah-red, #d70b24);font-weight:700}@media(max-width:900px){.hp-cols{grid-template-columns:1fr;gap:40px}}@media(max-width:768px){.hp-wrap{padding:20px 14px 40px}.hp-cat{font-size:22px}.hp-feature-icon{width:64px;height:64px}.hp-feature-label{font-size:24px}.hp-tile-icon{width:44px;height:44px}.hp-tile-label{font-size:14px}}.sr-wrap{max-width:1000px;margin:0 auto;padding:24px 20px 56px}.sr-titlebar{background:linear-gradient(180deg,#d70b24,#b3091e);color:#fff;border-radius:4px;padding:16px 22px;margin-bottom:18px}.sr-titlebar h1{font-size:22px;font-weight:700}.sr-title-sub{font-weight:400;font-size:18px}.sr-lead{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:700;color:#333;margin-bottom:16px}.sr-search-icon{color:#d70b24}.sr-region{border:1px solid #e7c9cf;border-radius:6px;overflow:hidden;background:#fff;box-shadow:0 1px 3px #0000000f}.sr-region-head{background:#f6e6e9;color:#a3344a;font-weight:700;font-size:13px;text-align:center;padding:6px;border-bottom:1px solid #e7c9cf}.sr-pref-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:7px}.sr-pref{display:block;text-align:center;padding:7px 4px;border:1px solid #ddd;border-radius:4px;font-size:13px;color:#333;background:#fff;transition:background .15s,border-color .15s,color .15s}.sr-pref:hover{background:#d70b24;border-color:#d70b24;color:#fff}.sr-map-area{position:relative;height:720px;border:1px solid #e2e2e2;border-radius:8px;background:#fff;overflow:hidden}.sr-map-img{position:absolute;top:130px;left:50%;transform:translate(-50%);width:560px;max-width:70%;height:auto;opacity:.96}.sr-region-abs{position:absolute;width:152px;z-index:2}.sr-region-abs:has(.sr-pref-grid>:only-child){width:108px}.sr-region-abs:has(.sr-pref-grid>:only-child) .sr-pref-grid{grid-template-columns:1fr}.sr-region-abs:has(.sr-pref-grid>:only-child) .sr-pref{white-space:nowrap}.sr-mobile{display:none}.sr-group-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#ddd;border:1px solid #ddd;border-radius:6px;overflow:hidden}.sr-group{display:flex;align-items:center;justify-content:space-between;padding:26px 18px;background:#fff;border:none;cursor:pointer;font-size:20px;font-weight:700;color:#333;text-align:left}.sr-group:active{background:#fbeaec}.sr-chevron{color:#bbb;font-size:22px}.sr-group-back{background:none;border:none;color:#d70b24;font-size:15px;font-weight:600;padding:4px 0 12px;cursor:pointer}.sr-group-head{background:#f6e6e9;color:#a3344a;font-weight:700;font-size:16px;padding:10px 14px;border-radius:6px 6px 0 0}.sr-mobile-pref-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;padding:12px;border:1px solid #e7c9cf;border-top:none;border-radius:0 0 6px 6px}.sr-mobile-pref-grid .sr-pref{padding:12px 4px;font-size:15px}.sr-note{color:#555;margin-bottom:14px}.sr-back{display:inline-block;color:#d70b24;font-weight:600}@media(max-width:820px){.sr-wrap{padding:16px 14px 40px}.sr-titlebar h1{font-size:18px}.sr-title-sub{font-size:15px}.sr-lead{font-size:18px}.sr-map-area{display:none}.sr-mobile{display:block}}.pl-titlebar{border-left:6px solid #d70b24;padding:2px 0 2px 14px;margin-bottom:16px}.pl-titlebar h1{font-size:26px;font-weight:700;color:#222}.pl-area{color:#222}.pl-tabbar{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:4px}.pl-tab{display:flex;align-items:center;gap:10px;padding:16px 22px;background:#fff;border:1px solid #d70b24;border-radius:6px;color:#d70b24;font-size:16px;font-weight:700;cursor:pointer}.pl-tab--blue{border-color:#2d6cdf;color:#2d6cdf}.pl-tab-chev{margin-left:auto;font-size:11px}.pl-tab--on{background:#fbeaec}.pl-tab--on-blue{background:#eaf1fc;box-shadow:0 0 0 1px #2d6cdf inset}.pl-panel{border:1px solid #e2e2e2;border-radius:8px;margin:14px 0 18px;padding:0;overflow:hidden;box-shadow:0 4px 14px #0000000f}.pl-area-head{background:#f6e6e9;color:#a3344a;font-weight:700;font-size:14px;padding:10px 16px}.pl-area-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;padding:16px}.sr-pref--on{background:#d70b24;border-color:#d70b24;color:#fff}.pl-cond{padding:4px 0}.pl-cond-row{display:flex;gap:18px;padding:18px 22px;border-bottom:1px solid #eee}.pl-cond-label{width:110px;flex-shrink:0;font-weight:700;color:#333;font-size:15px;padding-top:4px}.pl-cond-body{flex:1;min-width:0}.pl-rent-range{display:flex;align-items:center;gap:10px;margin-bottom:12px}.pl-cond-body select{padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;background:#fff}.pl-chk{display:inline-flex;align-items:center;gap:6px;margin-right:22px;font-size:14px;color:#2d6cdf;cursor:pointer}.pl-chk--off{color:#bbb;cursor:default}.pl-cnt{color:#888;font-size:12px}.pl-layout-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px 8px}.pl-layout-grid .pl-chk{margin-right:0}.pl-cond-actions{display:flex;justify-content:center;gap:16px;padding:18px}.pl-cond-clear{padding:11px 26px;background:#fff;border:1px solid #bbb;border-radius:6px;color:#555;font-weight:700;cursor:pointer}.pl-cond-apply{padding:11px 40px;background:#d70b24;border:none;border-radius:6px;color:#fff;font-weight:700;cursor:pointer}.pl-count{font-size:14px;color:#555;margin-bottom:12px}.pl-count b{color:#d70b24;font-size:18px}.pl-list{display:flex;flex-direction:column;gap:18px}.pl-card{border:1px solid #e2e2e2;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 1px 3px #0000000d}.pl-card-head{display:flex;gap:18px;padding:16px;border-bottom:1px solid #eee}.pl-card-img{width:240px;height:150px;object-fit:cover;border-radius:4px;flex-shrink:0;background:#f0f0f0}.pl-card-noimg{display:flex;align-items:center;justify-content:center;color:#aaa;font-size:13px;font-weight:700;letter-spacing:1px}.pl-card-info{min-width:0}.pl-card-title{font-size:19px;font-weight:700;color:#1a1a2e;margin-bottom:10px}.pl-card-meta{display:flex;align-items:baseline;gap:6px;font-size:14px;color:#444;margin-bottom:4px}.pl-ic{flex-shrink:0}.pl-rooms{display:flex;flex-direction:column}.pl-room{display:grid;grid-template-columns:80px 1.2fr 1fr 1fr 88px 132px;align-items:center;gap:10px;padding:12px 16px;border-top:1px solid #f0f0f0}.pl-room--head{background:#f7f7f7;border-top:none;font-size:12px;color:#777;font-weight:600}.pl-room-floor{font-weight:700;color:#333}.pl-room-rent,.pl-room-key,.pl-room-plan{display:flex;flex-direction:column;line-height:1.3}.pl-rent{color:#d70b24;font-size:20px;font-weight:700}.pl-sub{font-size:12px;color:#888}.pl-room-madori img{width:64px;height:64px;object-fit:contain;border:1px solid #eee;background:#fff}.pl-detail-btn{display:inline-block;text-align:center;padding:9px 10px;background:#2d6cdf;color:#fff;border-radius:4px;font-size:13px;font-weight:700}.pl-detail-btn:hover{background:#1f57bd}.pl-detail-btn--off{background:#bbb;cursor:default}.pl-room-tags{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:6px;padding-top:4px}.pl-tag{font-size:12px;color:#555;background:#f0f3f8;border:1px solid #dde3ee;border-radius:3px;padding:3px 8px}@media(max-width:820px){.pl-titlebar h1{font-size:19px}.pl-area-grid{grid-template-columns:repeat(3,1fr)}.pl-tabbar{grid-template-columns:1fr;gap:8px}.pl-tab{font-size:14px;padding:13px 16px}.pl-cond-row{flex-direction:column;gap:8px;padding:14px 16px}.pl-cond-label{width:auto}.pl-layout-grid{grid-template-columns:repeat(2,1fr)}.pl-card-head{flex-direction:column}.pl-card-img{width:100%;height:190px}.pl-room{grid-template-columns:1fr 1fr;gap:6px 10px}.pl-room--head,.pl-room-madori{display:none}.pl-room-action{grid-column:1 / -1}.pl-detail-btn{width:100%}}.pl-area-pc{display:block}.pl-area-mobile{display:none}.pl-area-tabs{display:flex;border-bottom:1px solid #ddd;background:#efece6;padding:0 4px}.pl-area-tab{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;font-size:15px;font-weight:700;color:#c00d23;background:#fff;border-radius:6px 6px 0 0;margin:6px 2px 0}.pl-area-tab-chev{font-size:11px}.pl-area-pc-body{display:flex;gap:24px;padding:24px}.pl-dd{flex:1;min-width:0}.pl-dd-label{font-size:14px;font-weight:700;color:#333;margin-bottom:8px}.pl-dd-sel{position:relative}.pl-dd-sel select{width:100%;padding:12px 36px 12px 14px;border:1px solid #ccc;border-radius:4px;font-size:15px;background:#fff;appearance:none}.pl-dd-sel select:disabled{background:#f6f6f6;color:#333}.pl-dd-pin{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#c00d23;pointer-events:none}.pl-dd-box{position:relative;width:100%;display:flex;align-items:center;padding:12px 36px 12px 14px;border:1px solid #ccc;border-radius:4px;font-size:15px;background:#fff;cursor:pointer;text-align:left;font-family:inherit;min-height:45px}.pl-dd-box:disabled{background:#f6f6f6;color:#aaa;cursor:default}.pl-dd-box-val{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pl-area-backdrop{position:fixed;inset:0;background:#00000080;z-index:1000}.pl-area-mobile--open{display:block;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:960px;max-width:94vw;max-height:88vh;overflow-y:auto;background:#fff;border-radius:4px;box-shadow:0 12px 40px #0000004d;z-index:1001}.pl-area-mobile--open .pl-mar-grid{grid-template-columns:repeat(3,1fr)}.pl-area-mobile--open .pl-mar-grp{display:flex;align-items:flex-start;border-bottom:1px solid #e8e8e8;padding:2px 0}.pl-area-mobile--open .pl-mar-grp-label{width:185px;flex-shrink:0;display:flex;align-items:center;gap:8px;padding:12px 8px 12px 4px;font-weight:700;color:#222;font-size:15px}.pl-area-mobile--open .pl-mar-grp-label input{width:17px;height:17px}.pl-area-mobile--open .pl-mar-grp .pl-mar-grid{flex:1;padding-top:0}.pl-area-mobile--open .pl-mar-item{padding-right:14px}.pl-area-mobile--open .pl-area-bar{border-radius:4px 4px 0 0}.pl-area-pc-foot{display:flex;justify-content:flex-end;padding:0 24px 22px}.pl-area-search-pc{padding:14px 60px;background:#c00d23;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:700;cursor:pointer}.pl-area-bar{position:relative;background:#6e6a64;color:#fff;padding:16px 56px 16px 22px;text-align:left}.pl-area-bar-title{font-size:20px;font-weight:700;vertical-align:middle}.pl-area-bar-sub{font-size:13px;margin-left:14px;color:#d8d5d0;font-weight:400;vertical-align:middle}.pl-area-bar-close{position:absolute;top:50%;right:16px;transform:translateY(-50%);background:none;border:none;color:#d2cfc9;font-size:30px;line-height:1;cursor:pointer;padding:0;width:34px;height:34px}.pl-pref-md{display:flex;align-items:stretch;background:#fff}.pl-pref-groups{width:38%;flex-shrink:0;background:#e8e6e2;border-right:1px solid #d6d3ce}.pl-pref-group{display:block;width:100%;text-align:left;padding:21px 18px;font-size:17px;color:#333;background:#e8e6e2;border:none;border-bottom:1px solid #dad7d2;cursor:pointer;font-family:inherit}.pl-pref-group--on{background:#fff;font-weight:700}.pl-pref-list{flex:1;min-width:0;background:#fff}.pl-pref-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:21px 18px;font-size:17px;color:#333;background:#fff;border:none;border-bottom:1px solid #eee;text-align:left;text-decoration:none;cursor:pointer;font-family:inherit}.pl-pref-item span{color:#cf3a3a;font-size:19px;font-weight:700}.pl-mar-body{background:#fff;padding:2px 20px 14px}.pl-mar-pref{display:flex;align-items:center;gap:10px;padding:16px 4px;font-size:17px;font-weight:700;color:#222;border-bottom:1px solid #eee}.pl-mar-pref input{width:18px;height:18px}.pl-mar-pref-name{flex:1}.pl-mar-change{background:#fff;border:1px solid #c9c9c9;border-radius:4px;color:#555;font-size:12px;font-weight:400;padding:4px 12px;cursor:pointer}.pl-mar-grid{display:grid;grid-template-columns:1fr;column-gap:0;padding-top:8px}.pl-mar-item{display:flex;align-items:center;gap:7px;padding:5px 10px 5px 6px;font-size:14px;cursor:pointer}.pl-mar-item input{width:17px;height:17px;flex-shrink:0}.pl-mar-name{color:#1c4ca0}.pl-mar-cnt{color:#1c4ca0;margin-left:5px}.pl-mar-item--on .pl-mar-name,.pl-mar-item--on .pl-mar-cnt{color:#c00d23;font-weight:700}.pl-mar-item--on{background:#fdeef0}.pl-mar-item--off{cursor:default;background:#fff}.pl-mar-item--off .pl-mar-name,.pl-mar-item--off .pl-mar-cnt{color:#b9b9b9}.pl-area-foot--bar{display:flex;align-items:center;gap:16px;background:#fce9ed;padding:16px 20px}.pl-area-count{font-size:15px;color:#333;white-space:nowrap}.pl-area-count b{color:#c00d23;font-size:26px;font-weight:700;margin:0 2px}.pl-area-foot--bar .pl-cho-btn{margin-left:auto;background:#fff;border:1px solid #c00d23;color:#c00d23;border-radius:5px;padding:13px 22px;font-size:15px;font-weight:700;cursor:pointer;white-space:nowrap}.pl-area-foot--bar .pl-cho-btn:disabled{border-color:#d9b3b8;color:#d9b3b8;cursor:default}.pl-area-foot--bar .pl-area-search{width:auto;padding:13px 30px;white-space:nowrap}.pl-area-foot--mobile{gap:10px}.pl-area-foot--mobile .pl-cho-btn{margin-left:0;flex:0 0 auto;padding:13px 16px}.pl-area-foot--mobile .pl-area-search{flex:1}.pl-pref-change{display:flex;justify-content:space-between;align-items:center;padding:16px;font-size:16px;font-weight:600;border-bottom:1px solid #eee}.pl-area-section{background:#ececec;color:#555;font-weight:700;font-size:13px;padding:8px 16px}.pl-wgroup{border-bottom:1px solid #eee}.pl-wgroup-head{width:100%;display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:#fff;border:none;font-size:17px;font-weight:700;cursor:pointer}.pl-wgroup-tools{display:flex;gap:10px;padding:4px 16px 8px}.pl-wgroup-tools button{background:#fff;border:1px solid #c00d23;color:#c00d23;border-radius:4px;padding:5px 12px;font-size:12px;cursor:pointer}.pl-ward{display:flex;align-items:center;gap:12px;padding:14px 16px;border-top:1px solid #f0f0f0;font-size:16px}.pl-ward input{width:18px;height:18px;accent-color:#9a9a9a}.pl-ward-name{flex:1;color:#222}.pl-ward-cnt{color:#c00d23;font-weight:700}.pl-ward--off .pl-ward-name{color:#b9b9b9}.pl-ward--off .pl-ward-cnt{color:#d3d3d3}.pl-area-bar--mobile{text-align:center;padding:16px 16px 14px}.pl-area-bar--mobile .pl-area-bar-title{display:block;font-size:21px;font-weight:700}.pl-area-bar--mobile .pl-area-bar-sub{display:block;margin-left:0;margin-top:8px;font-size:12px}.pl-area-bar-back{position:absolute;top:14px;left:14px;background:#fff;color:#333;border:none;border-radius:4px;padding:8px 14px;font-size:14px;cursor:pointer;font-family:inherit}.pl-pref-row{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 16px;font-size:17px;color:#333;background:#fff;border:none;border-bottom:1px solid #eee;cursor:pointer;font-family:inherit;text-align:left}.pl-pref-row-chev{color:#999;font-size:18px}.pl-wgroup-chev{color:#555;font-size:13px;font-weight:400}.pl-area-foot{padding:16px}.pl-area-search{width:100%;padding:15px;background:#c00d23;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:700;cursor:pointer}.pl-rentchk-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px 8px}.pl-cond-tabs{display:flex;gap:2px;padding:0 18px;margin-top:6px}.pl-cond-tab{flex:1;padding:12px;background:#ececec;border:1px solid #ddd;border-bottom:none;border-radius:6px 6px 0 0;font-size:15px;font-weight:700;color:#888;cursor:pointer}.pl-cond-tab--on{background:#fff;color:#333;position:relative;top:1px}.pl-kodawari-group+.pl-kodawari-group{margin-top:14px}.pl-kodawari-gttl{font-size:13px;font-weight:700;color:#555;border-left:3px solid #f88809;padding-left:8px;margin-bottom:8px}.pl-kodawari-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px 8px}.pl-chk--off{color:#b0b0b0}.pl-chk--off .pl-cnt{color:#c8c8c8}@media(max-width:820px){.pl-area-pc{display:none}.pl-area-mobile{display:block;position:fixed;inset:0;z-index:1100;background:#fff;overflow-y:auto;-webkit-overflow-scrolling:touch}.pl-area-mobile .pl-area-foot--bar{position:sticky;bottom:0}.pl-rentchk-grid{grid-template-columns:1fr}.pl-kodawari-grid{grid-template-columns:1fr 1fr}.pl-area-pc-body{flex-direction:column;gap:14px}}.pd-wrap{max-width:1080px;margin:0 auto;padding:24px 16px 48px}.pd-loading,.pd-missing{padding:60px 0;text-align:center;color:#555}.pd-cta{display:inline-block;padding:12px 18px;border-radius:5px;border:1px solid #f88809;background:#f88809;color:#fff;font-size:15px;font-weight:700;cursor:pointer;text-align:center}.pd-cta--inline{margin-top:16px;min-width:220px}.pd-frame-wrap{margin:0 auto;background:#fff}.pd-frame-wrap--pc{max-width:1280px}.pd-frame-wrap--sp{max-width:420px}.pd-frame{display:block;width:100%;border:0;min-height:600px}@media(max-width:460px){.pd-frame-wrap--sp{max-width:100%}}.sell-wrapper{min-height:100vh;display:flex;flex-direction:column;background:#f0f2f5;font-family:-apple-system,BlinkMacSystemFont,Hiragino Sans,Hiragino Kaku Gothic ProN,PingFang SC,Microsoft YaHei,Helvetica Neue,Arial,sans-serif;color:#222;font-size:14px}.sell-container{max-width:900px;margin:0 auto;padding:24px 20px 60px;width:100%}.sell-hero{position:relative;border-radius:10px;overflow:hidden;margin-bottom:20px;color:#fff;min-height:580px;box-shadow:0 4px 16px #0000001a}.sell-hero-bg{position:absolute;inset:0;background-image:url(/images/sell/hero.jpg);background-size:cover;background-position:center}.sell-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0a1e3c73,#0a1e3cd1)}.sell-hero-inner{position:relative;padding:36px 32px 32px}.sell-hero-badge{display:inline-block;background:linear-gradient(90deg,#0a2540,#1a4a8a);border:1px solid #c9a55c;color:#f5d785;font-size:13px;padding:6px 18px;border-radius:2px;margin-bottom:18px;letter-spacing:1px;font-weight:600}.sell-hero-title{font-size:30px;font-weight:700;line-height:1.45;margin:0 0 18px;letter-spacing:1px;text-shadow:0 2px 8px rgba(0,0,0,.4)}.sell-hero-title-em{font-size:42px;color:#f5d785;display:inline-block;border-bottom:3px solid #f5d785;padding-bottom:2px}.sell-hero-sub{font-size:15px;margin:0 0 22px;color:#e8e8e8;font-weight:500}.sell-hero-body{font-size:14px;line-height:1.9;margin:0 0 26px;color:#d8d8d8}.sell-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:22px}.sell-stat{background:#fffffff2;color:#222;border-radius:6px;padding:14px 12px;text-align:center;border:1px solid #c9a55c}.sell-stat-label{font-size:11px;color:#555;margin-bottom:6px;font-weight:600}.sell-stat-num{font-size:30px;font-weight:800;color:#c9a55c;line-height:1;margin-bottom:6px;letter-spacing:.5px}.sell-stat-num span{font-size:13px;color:#555;font-weight:600;margin-left:2px}.sell-stat-num-sm{font-size:22px;color:#0e3a6b}.sell-stat-desc{font-size:11px;color:#666;line-height:1.5}.sell-free-tag{display:inline-block;background:#d92429!important;color:#fff!important;font-size:16px;font-weight:700;padding:10px 22px;border-radius:999px;letter-spacing:1px;box-shadow:0 2px 8px #d9242966!important;text-decoration:none!important}.sell-free-tag:hover{background:#d92429!important;color:#fff!important;text-decoration:none!important}.sell-section{background:#fff;border-radius:8px;padding:22px 24px;margin-bottom:18px;box-shadow:0 1px 3px #0000000a}.sell-section-title{font-size:17px;font-weight:700;color:#0a2540;margin:0 0 18px;padding-bottom:10px;border-bottom:2px solid #c9a55c;text-align:center;letter-spacing:1px}.sell-check-list{list-style:none;margin:0;padding:0}.sell-check-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:10px 24px}.sell-check-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#333;line-height:1.6}.sell-check{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:#a71b30;color:#fff;font-size:13px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.sell-company{background:#fff;border-radius:8px;padding:20px 24px;margin-bottom:18px;text-align:center;border-top:3px solid #0a2540}.sell-company-name{font-size:18px;font-weight:700;color:#0a2540;margin-bottom:4px}.sell-company-sub{font-size:12px;color:#777;margin-bottom:14px}.sell-company-cta{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;margin-bottom:12px}.sell-company-cta-text{font-size:13px;color:#555}.sell-company-tel{font-size:22px;font-weight:700;color:#0a2540;text-decoration:none;letter-spacing:1px}.sell-company-license{font-size:11px;color:#999;border-top:1px solid #eee;padding-top:10px;margin-top:6px}.sell-section-globe{background:linear-gradient(135deg,#0a2540,#1456a8);color:#fff;text-align:center;position:relative;padding:36px 24px;overflow:hidden}.sell-globe-decor{position:absolute;right:-20px;top:50%;transform:translateY(-50%);font-size:180px;opacity:.08;pointer-events:none}.sell-globe-title{font-size:20px;font-weight:700;margin:0;line-height:1.7;position:relative;letter-spacing:1px}.sell-globe-em{color:#f5d785;border-bottom:2px solid #f5d785;padding-bottom:2px}.sell-points{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.sell-point{text-align:center;padding:16px 12px;border:1px solid #e8e8e8;border-radius:8px;background:#fafafa}.sell-point-icon{font-size:32px;color:#c9a55c;margin-bottom:8px;line-height:1}.sell-point-title{font-size:14px;font-weight:700;color:#0a2540;margin-bottom:8px;line-height:1.4}.sell-point-desc{font-size:12px;color:#666;line-height:1.7;text-align:left}.sell-countries{display:grid;grid-template-columns:repeat(8,1fr);gap:8px}.sell-country{text-align:center;padding:10px 4px;border:none;border-radius:6px;background:#fff}.sell-country-flag{font-size:34px;margin-bottom:4px;line-height:1}.sell-country-name{font-size:11px;color:#333;font-weight:600}.sell-target{background:#fff8e7;border:2px solid #c9a55c;border-radius:8px;padding:16px 24px;margin-bottom:18px;display:none;align-items:center;gap:16px}.sell-target-tag{flex-shrink:0;background:#c9a55c;color:#fff;font-size:12px;font-weight:700;padding:6px 14px;border-radius:4px;letter-spacing:1px}.sell-target-text{font-size:16px;font-weight:700;color:#0a2540}.sell-cta{background:#fff;border-radius:8px;padding:26px 28px;margin-bottom:18px;display:none;align-items:center;gap:28px;box-shadow:0 1px 3px #0000000a;border-left:4px solid #d92429}.sell-cta-left{flex:1}.sell-cta-eyebrow{font-size:13px;color:#d92429;font-weight:700;margin-bottom:8px}.sell-cta-btn{display:inline-block;background:linear-gradient(180deg,#1a4a8a,#0a2540);color:#fff;font-size:22px;font-weight:700;padding:14px 36px;border-radius:6px;text-decoration:none;letter-spacing:2px;margin-bottom:10px;box-shadow:0 2px 6px #0a25404d}.sell-cta-btn:hover{background:linear-gradient(180deg,#2360b0,#0e3a6b)}.sell-cta-note{font-size:12px;color:#666;line-height:1.6}.sell-cta-qr{flex-shrink:0}.sell-qr-box{width:110px;height:110px;border:3px solid #d92429;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#d92429;background:repeating-linear-gradient(45deg,#fff 0 6px,#f5f5f5 6px 12px)}.sell-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.sell-benefit{text-align:center;padding:14px;border-top:3px solid #0a2540;background:#fafafa;border-radius:0 0 6px 6px}.sell-benefit-title{font-size:13px;font-weight:700;color:#0a2540;margin-bottom:6px}.sell-benefit-desc{font-size:12px;color:#666;line-height:1.6}@media(max-width:768px){.sell-container{padding:16px 12px 40px}.sell-hero-inner{padding:24px 18px}.sell-hero-title{font-size:22px}.sell-hero-title-em{font-size:28px}.sell-stats{grid-template-columns:1fr}.sell-stat-num{font-size:26px}.sell-points{grid-template-columns:1fr}.sell-countries{grid-template-columns:repeat(4,1fr)}.sell-check-grid-2{grid-template-columns:1fr}.sell-target{flex-direction:column;text-align:center;gap:10px}.sell-cta{flex-direction:column;text-align:center;gap:16px}.sell-benefits{grid-template-columns:1fr}.sell-globe-title{font-size:16px}}.sell-bottom-cta{background:#fff;border-radius:8px;padding:20px;margin-bottom:18px;text-align:center;box-shadow:0 1px 3px #0000000a}.sell-bottom-btn{display:inline-block;background:linear-gradient(180deg,#1a4a8a,#0a2540);color:#fff;font-size:18px;font-weight:700;padding:12px 32px;border-radius:6px;text-decoration:none;letter-spacing:1px;box-shadow:0 2px 6px #0a25404d;transition:background .2s}.sell-bottom-btn:hover{background:linear-gradient(180deg,#2360b0,#0e3a6b)}.sf-wrap{--main-color: #a71b30;--header-bg: #a71b30;--bot-bg: #fbeaec;--pane-bg: #f4f0f2;--check-bg: #a71b30;--check-bg-hover: #861526;--next-orange: #ec9107;--text-color: #333;--required-red: #ff0000;--tag-gray: #666;min-height:100vh;background:#ddd;font-family:-apple-system,BlinkMacSystemFont,Hiragino Sans,Hiragino Kaku Gothic ProN,Yu Gothic,Meiryo,Helvetica Neue,Arial,sans-serif;color:var(--text-color);font-size:16px;line-height:1.5;letter-spacing:.026rem;display:flex;flex-direction:column;align-items:center}.sf-panel{width:100%;background:var(--pane-bg);min-height:100vh;display:flex;flex-direction:column}@media(min-width:768px){.sf-panel{width:50vw!important;box-shadow:0 0 24px #00000026}}.sf-chat-header{background:var(--header-bg);color:#fff;padding:8px 16px;display:flex;align-items:center;gap:12px;position:sticky;top:0;z-index:50;height:52px;flex-shrink:0;box-sizing:border-box}.sf-header-image-box{flex-shrink:0}.sf-header-image{width:40px;height:40px;border-radius:50%;border:2px solid #fff;object-fit:cover;background:#fff;display:block}.sf-header-title-box{flex:1;line-height:1.2}.sf-header-title-sub{font-size:clamp(13px,3.2vw,14px);font-weight:400}.sf-header-title-main{font-size:clamp(14px,3.733vw,15px);font-weight:700}.sf-header-close{background:transparent;border:0;color:#fff;font-size:28px;line-height:1;cursor:pointer;padding:0 4px;margin-left:auto}.sf-progress-question{background:#efe3e5;height:26px;position:sticky;top:52px;z-index:49;overflow:hidden;flex-shrink:0;box-sizing:border-box}.sf-process-label{position:absolute;top:50%;left:16px;transform:translateY(-50%);color:#fff;font-weight:700;font-size:clamp(12px,3.2vw,14px);z-index:2;text-shadow:0 0 4px rgba(0,0,0,.3)}.sf-progress-bar-area{position:absolute;inset:0}.sf-progress-bar{background:var(--check-bg);height:100%;border-radius:0 20px 20px 0;transition:width .4s ease;min-width:18%}.sf-message-pane{background:var(--pane-bg);padding-bottom:40px}.sf-message-container{width:100%;margin:0 auto;padding:22px 16px 0}.sf-chat-left{width:100%;padding:3px 0;margin-bottom:8px;min-height:48px}.sf-chat-body-image{background:transparent;padding:0;overflow:hidden;border-radius:8px}.sf-illust-image{width:100%;height:auto;display:block}.sf-intro-banner{background:var(--bot-bg);border-radius:12px;padding:22px 18px 18px;text-align:center;border:2px solid #a71b30}.sf-intro-row{font-size:17px;font-weight:700;line-height:1.4;margin-bottom:6px}.sf-intro-row-1{font-size:16px}.sf-intro-row-2{font-size:14px;margin-top:4px;margin-bottom:4px}.sf-intro-mark{background:linear-gradient(transparent 60%,#ffeb55 60%);padding:0 2px}.sf-intro-big{font-size:30px;color:var(--check-bg);-webkit-text-stroke:1px #a71b30;margin:8px 0;letter-spacing:2px;display:flex;align-items:baseline;justify-content:center;gap:12px}.sf-intro-amp{font-size:22px;color:#a71b30;-webkit-text-stroke:0}.sf-intro-confirm{background:#df3743;color:#fff;font-size:15px;font-weight:700;padding:8px 12px;border-radius:4px;margin-top:10px;line-height:1.4}.sf-chat-right{width:100%;padding:3px 0;margin-bottom:14px}.sf-chat-right .sf-chat-body{width:98%;max-width:630px;margin:0 auto;background:#fff;border-radius:20px;padding:10px;box-shadow:0 0 8px 1px #e2e0e0}.sf-msg-group{margin-bottom:14px}.sf-msg-group:last-of-type{margin-bottom:0}.sf-title{font-size:15px;font-weight:700;color:#333;margin:0 0 12px;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.sf-tag-required,.sf-tag-optional{display:inline-block;padding:2px 6px;font-size:12px;font-weight:700;border-radius:3px;color:#fff;line-height:1.4}.sf-tag-required{background:var(--required-red)}.sf-tag-optional{background:var(--tag-gray)}.sf-radio-container.sf-radio-image-container{display:flex;flex-direction:row;gap:8px;list-style:none;margin:0;padding:0}.sf-radio-image-option{flex:1;border:1px solid var(--check-bg);border-radius:6px;background:#fff;cursor:pointer;transition:border .15s ease,box-shadow .15s ease;overflow:hidden;position:relative;margin:0}.sf-radio-image-option.is-active{border-width:3px;border-color:#a71b30;box-shadow:inset 0 0 0 1px #1a8a3033}.sf-radio-image-option .sf-icheck-box{display:none}.sf-radio-img-item{padding:5px;position:relative;display:block}.sf-image-box{margin:0;cursor:pointer;width:100%;display:block}.sf-image-box img{width:100%;height:auto;display:block;border-radius:4px}.sf-radio-container{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.sf-radio-option{border:1.5px solid var(--check-bg);border-radius:6px;background:#fff;cursor:pointer;transition:all .15s ease;overflow:hidden}.sf-radio-option.is-active{background:#f0bcc2}.sf-radio-item{display:flex;align-items:center;padding:12px 14px;gap:10px}.sf-radio-option.is-active .sf-option-label{color:#fff;font-weight:700}.sf-checkbox-container{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.sf-checkbox-option{border:1.5px solid var(--check-bg);border-radius:6px;background:#fff;cursor:pointer;transition:all .15s ease;overflow:hidden}.sf-checkbox-option.is-active{background:#f0bcc2}.sf-checkbox-option.is-active .sf-option-label{color:#fff;font-weight:700}.sf-checkbox-item{display:flex;align-items:center;padding:12px 14px;gap:10px}.sf-icheck-box{width:20px;height:20px;background:#fff;border:1.5px solid #ccc;border-radius:3px;flex-shrink:0;position:relative;display:inline-block}.sf-icheck-box.is-checked{background:var(--check-bg);border-color:var(--check-bg)}.sf-icheck-box.is-checked:after{content:"";position:absolute;left:5px;top:1px;width:6px;height:11px;border:solid #fff;border-width:0 2.5px 2.5px 0;transform:rotate(45deg)}.sf-option-label{flex:1;color:#333;font-size:15px;cursor:pointer;margin:0;line-height:1.4}.sf-pulldown-container,.sf-select-box,.sf-input-content{width:100%}.sf-form-control{width:100%;height:44px;padding:8px 36px 8px 12px;background-color:#fbeaec;border:1.5px solid var(--check-bg);border-radius:4px;color:#333;font-size:16px;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%236cd852' d='M6 8L0 2l1.4-1.4L6 5.2 10.6.6 12 2z'/></svg>");background-repeat:no-repeat;background-position:right 12px center}.sf-form-control:focus{outline:none;border-color:var(--check-bg-hover)}.sf-form-control.has-error{border-color:var(--required-red)}.sf-input-container{width:100%}.sf-input-box{width:100%;display:flex;gap:12px}.sf-input-box.sf-two-input-one-row{flex-direction:row}.sf-input-box.sf-two-input-one-row .sf-input-content{width:calc(50% - 6px)}.sf-input-box.sf-input-one .sf-input-content{width:100%}.sf-content{width:100%;height:44px;padding:10px 12px;background-color:#fbeaec;border:1.5px solid var(--check-bg);border-radius:4px;color:#333;font-size:16px;box-sizing:border-box;-webkit-appearance:none;appearance:none}.sf-content::placeholder{color:#a3a3a3}.sf-content:focus{outline:none;border-color:var(--check-bg-hover);box-shadow:0 0 0 2px #6cd85240}.sf-content.has-error{border-color:var(--required-red)}.sf-error{color:var(--required-red);font-size:13px;margin-top:6px;font-weight:700}.sf-next-message{display:flex;margin-top:20px}.sf-btn-info{width:100%;height:50px;background:var(--next-orange);color:#fff;border:0;border-radius:30px;font-size:17px;font-weight:700;cursor:pointer;box-shadow:0 2px 4px #ec91074d;transition:filter .15s}.sf-btn-info:hover{filter:brightness(1.05)}.sf-btn-info:active{transform:translateY(1px)}.sf-btn-info.is-disabled,.sf-btn-info:disabled{background:#d0d6dc;cursor:not-allowed;box-shadow:none}.sf-modal-backdrop{position:fixed;inset:0;background:#00000080;z-index:100}.sf-modal-overlay{position:fixed;inset:0;z-index:101;display:flex;align-items:center;justify-content:center;padding:20px 16px;pointer-events:none}.sf-modal-custom{background:#fff;border-radius:8px;width:100%;max-width:460px;max-height:calc(100vh - 40px);overflow:visible;pointer-events:auto;position:relative;display:flex;flex-direction:column}.sf-modal-close-btn{position:absolute;bottom:calc(100% + 5px);right:5px;background:transparent;border:0;color:#fff;font-size:28px;cursor:pointer;line-height:1;padding:4px 8px;text-shadow:0 0 6px rgba(0,0,0,.3)}.sf-modal-header{padding:16px 20px 12px;text-align:center;border-bottom:1px solid #eee}.sf-modal-title{font-weight:700;font-size:clamp(14px,3.73vw,16px);color:#333;margin-bottom:4px}.sf-modal-note{font-size:12px;color:#666}.sf-modal-body{padding:16px 20px;overflow-y:auto;max-height:350px;flex:1}.sf-modal-inner-block{background:#fff}.sf-confirm-text{font-size:14px;line-height:1.9;color:#333;margin:0;white-space:pre-line}.sf-confirm-text b{color:#333;font-weight:700}.sf-modal-footer{padding:16px 20px 20px;border-top:1px solid #eee}.sf-policy-link{display:block;color:#2e7eff;font-size:14px;text-decoration:underline;margin-bottom:12px;text-align:center}.sf-terms-use-group{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1.5px solid #ddd;border-radius:4px;background:#fafafa;cursor:pointer;margin-bottom:8px;transition:all .2s ease}.sf-terms-use-group:not(.is-checked){animation:sfFocusCheckBoxAnim 1s ease infinite}.sf-terms-use-group.is-checked{background:#fbeaec;border-color:var(--check-bg)}@keyframes sfFocusCheckBoxAnim{0%{box-shadow:0 0 #f006,0 0 0 1px #fff,0 0 0 2px #f006}to{box-shadow:0 0 0 1px #f003,0 0 0 1px #fff0,0 0 0 10px #f000}}.sf-confirm-error{color:var(--required-red);font-size:13px;font-weight:700;margin-bottom:8px;text-align:center}.sf-btn-confirm{margin-top:8px}.sf-modal-bottom-note{font-size:12px;color:#555;line-height:1.7;margin:14px 0 0}.sf-modal-overlay-privacy .sf-modal-privacy{max-width:520px;max-height:calc(100vh - 60px)}.sf-privacy-body{max-height:60vh;line-height:1.7;color:#333}.sf-privacy-body h3{font-size:16px;font-weight:700;color:#333;margin:16px 0 8px;padding-bottom:4px;border-bottom:1px solid #ddd}.sf-privacy-body h3:first-child{margin-top:0}.sf-privacy-body h4{font-size:14px;font-weight:700;color:#333;margin:14px 0 6px}.sf-privacy-body p{font-size:13px;margin:0 0 10px}.sf-privacy-body ol,.sf-privacy-body ul{font-size:13px;padding-left:20px;margin:0 0 10px}.sf-privacy-body li{margin-bottom:4px}.sf-privacy-contact{background:#f5f5f5;padding:10px 12px;border-radius:4px;font-size:12px;color:#555;margin-top:16px}.sfc-wrap{min-height:100vh;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Hiragino Sans,Hiragino Kaku Gothic ProN,Helvetica Neue,Arial,sans-serif;color:#222;display:flex;flex-direction:column}.sfc-header{display:flex;justify-content:space-between;align-items:flex-start;padding:18px 24px;border-bottom:0;flex-wrap:wrap;gap:16px}.sfc-brand{display:flex;flex-direction:column;gap:4px}.sfc-logo{display:flex;align-items:center;gap:10px}.sfc-logo-mark{background:#fff;border:2px solid #222;padding:2px 8px;border-radius:4px;font-weight:800;font-size:14px;color:#222}.sfc-logo-bubble{background:#6abf4b;color:#fff;padding:2px 12px;border-radius:16px 16px 16px 4px;font-size:13px;font-weight:700}.sfc-logo-sub{font-size:16px;font-weight:700;color:#2c8c1e;border:1.5px solid #2c8c1e;padding:3px 8px;border-radius:4px;width:fit-content}.sfc-contact{text-align:right;line-height:1.4}.sfc-contact-name{font-size:13px;font-weight:600}.sfc-contact-tel{font-size:22px;font-weight:800;color:#222}.sfc-contact-hours{font-size:11px;color:#444}.sfc-main{flex:1;max-width:720px;width:100%;margin:30px auto 0;padding:0 24px 40px}.sfc-card{background:#f3f3f3;padding:60px 28px;border-radius:2px;text-align:center;line-height:1.9}.sfc-greeting{font-size:16px;margin:0 0 8px}.sfc-thanks{font-size:16px;margin:0 0 32px}.sfc-msg{font-size:15px;margin:0 0 30px;line-height:2}.sfc-tel{font-size:36px;font-weight:800;letter-spacing:1px;margin-bottom:6px}.sfc-hours{font-size:13px;margin-bottom:30px}.sfc-note{font-size:14px;margin:0;line-height:2}.sfc-links{display:flex;justify-content:center;gap:80px;margin-top:60px;font-size:14px;color:#333}.sfc-links a{color:#333;text-decoration:none}.sfc-links a:hover{text-decoration:underline}.sfc-footer{background:#5f5f5f;color:#fff;padding:12px 24px;font-size:11px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}@media(max-width:600px){.sfc-card{padding:40px 20px}.sfc-tel{font-size:28px}.sfc-links{gap:32px}.sfc-footer{font-size:10px}}.admin-auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f3f4f6;padding:24px;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Hiragino Sans,Noto Sans CJK JP,sans-serif}.admin-auth-card{width:100%;max-width:420px;background:#fff;border-radius:12px;box-shadow:0 4px 24px #00000014;padding:32px 28px;box-sizing:border-box}.admin-auth-title{margin:0 0 6px;font-size:22px;font-weight:700;color:#111827;text-align:center}.admin-auth-sub{margin:0 0 24px;font-size:13px;color:#6b7280;text-align:center}.admin-auth-status{text-align:center;color:#6b7280;padding:16px 0}.admin-auth-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:8px;padding:10px 12px;font-size:13px;margin:0 0 16px}.admin-auth-notice{background:#fffbeb;color:#92400e;border:1px solid #fde68a;border-radius:8px;padding:12px 14px;font-size:13px;line-height:1.6;margin:0 0 16px}.admin-google-btn-wrap{display:flex;justify-content:center;min-height:44px}.admin-profile{display:flex;flex-direction:column;gap:14px}.admin-profile-row{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid #f1f1f4;font-size:14px}.admin-profile-row .label{color:#6b7280;flex-shrink:0}.admin-profile-row .value{color:#111827;font-weight:600;text-align:right;word-break:break-all}.admin-auth-field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.admin-auth-field label{font-size:13px;color:#374151;font-weight:600}.admin-auth-field input{height:42px;border:1px solid #d1d5db;border-radius:8px;padding:0 12px;font-size:15px;box-sizing:border-box}.admin-auth-field input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.admin-auth-field input:disabled{background:#f9fafb;color:#6b7280}.admin-btn{width:100%;height:44px;border:none;border-radius:8px;background:#2563eb;color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:background .15s}.admin-btn:hover{background:#1d4ed8}.admin-btn:disabled{background:#93c5fd;cursor:default}.admin-btn.secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.admin-btn.secondary:hover{background:#f9fafb}.admin-btn-row{margin-top:8px}.admin-profile-row .value.admin-line-value{display:flex;align-items:center;justify-content:flex-end;gap:10px}.admin-line-link{display:contents}.admin-line-action{display:inline-flex}.admin-btn-inline{width:auto;height:28px;padding:0 12px;font-size:12px;font-weight:600;border-radius:6px}.admin-line-note{margin:0 0 12px;font-size:13px;line-height:1.7;color:#4b5563}.admin-line-note.small{font-size:12px;color:#6b7280}.admin-line-code{display:flex;align-items:center;gap:10px;margin-bottom:8px}.admin-line-code code{flex:1;padding:10px 12px;border:1px dashed #9ca3af;border-radius:8px;background:#fff;font-size:18px;font-weight:700;letter-spacing:1px;color:#111827;word-break:break-all}.admin-line-code .admin-btn{width:auto;height:38px;padding:0 16px;flex-shrink:0}.admin-auth-card{position:relative}.admin-corner-logout{position:absolute;top:14px;right:14px;padding:5px 12px;border:1px solid #d1d5db;border-radius:999px;background:#fff;color:#6b7280;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.admin-corner-logout:hover{background:#f9fafb;color:#374151}.admin-modal-backdrop{position:fixed;inset:0;background:#00000073;z-index:1000}.admin-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1001;width:calc(100% - 32px);max-width:400px;max-height:calc(100vh - 32px);overflow-y:auto;box-sizing:border-box;padding:28px 24px 24px;background:#fff;border-radius:12px;box-shadow:0 12px 40px #0003}.admin-modal-close{position:absolute;top:8px;right:10px;width:32px;height:32px;border:none;background:transparent;color:#6b7280;font-size:24px;line-height:1;cursor:pointer}.admin-modal-close:hover{color:#111827}.admin-line-oa{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:18px;padding-top:18px;border-top:1px solid #f1f1f4}.admin-line-oa-link{display:inline-block;padding:9px 18px;border-radius:999px;background:#06c755;color:#fff;font-size:14px;font-weight:700;text-decoration:none}.admin-line-oa-link:hover{background:#05b34c}.admin-line-qr{width:180px;height:180px;display:block;border:1px solid #e5e7eb;border-radius:8px}.admin-line-oa-hint{font-size:12px;color:#6b7280}.admin-sf-page{max-width:1200px;margin:0 auto;padding:24px 16px 64px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Yu Gothic,Meiryo,sans-serif;color:#1f2933}.admin-sf-header{display:flex;align-items:baseline;gap:12px;margin-bottom:20px}.admin-sf-header h1{font-size:22px;font-weight:700;margin:0}.admin-sf-count{font-size:14px;color:#647082;background:#eef2f7;border-radius:999px;padding:2px 12px}.admin-sf-status{padding:40px 0;text-align:center;color:#647082}.admin-sf-error{padding:16px;background:#fdecea;color:#b3261e;border-radius:8px}.admin-sf-table-wrap{overflow-x:auto;border:1px solid #e3e8ef;border-radius:10px}.admin-sf-table{width:100%;border-collapse:collapse;font-size:13px;white-space:normal}.admin-sf-table thead th{position:sticky;top:0;background:#f6f8fb;text-align:left;font-weight:600;color:#3e4c59;padding:10px 12px;border-bottom:1px solid #e3e8ef}.admin-sf-table tbody td{padding:10px 12px;border-bottom:1px solid #eef2f7;vertical-align:top}.admin-sf-table tbody tr:hover{background:#f9fbfd}.admin-sf-table .nowrap{white-space:nowrap}.admin-sf-table .muted{color:#9aa5b1;font-size:12px}.admin-sf-table .admin-msg-cell{max-width:280px;white-space:pre-wrap;word-break:break-word}.admin-badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600}.admin-badge.pending{background:#fef9c3;color:#a16207}.admin-badge.approved{background:#dcfce7;color:#15803d}.admin-edit-input{width:100%;min-width:80px;box-sizing:border-box;padding:5px 8px;font-size:13px;border:1px solid #cbd2dc;border-radius:6px;color:#1f2933}.admin-edit-input:focus{outline:none;border-color:#2563eb}.admin-edit-name{display:flex;gap:6px}.admin-edit-btn{border:1px solid #cbd2dc;border-radius:6px;background:#fff;color:#3e4c59;font-size:13px;font-weight:600;padding:6px 14px;cursor:pointer;white-space:nowrap;transition:background .15s}.admin-edit-btn:hover{background:#f3f6fa}.admin-edit-btn:disabled{color:#aab4c0;cursor:default}.admin-approve-btn{border:none;border-radius:6px;background:#16a34a;color:#fff;font-size:13px;font-weight:600;padding:6px 14px;cursor:pointer;white-space:nowrap;transition:background .15s}.admin-approve-btn:hover{background:#15803d}.admin-approve-btn:disabled{background:#86efac;cursor:default}.admin-action-row{display:flex;gap:8px}.admin-delete-btn{border:1px solid #fca5a5;border-radius:6px;background:#fff;color:#dc2626;font-size:13px;font-weight:600;padding:6px 14px;cursor:pointer;white-space:nowrap;transition:background .15s}.admin-delete-btn:hover{background:#fef2f2}.admin-delete-btn:disabled{color:#fca5a5;cursor:default}.ps-page{margin:0 auto;width:100%;min-width:0;padding:24px 16px 64px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Yu Gothic,Meiryo,sans-serif;color:#1f2933}.ps-header{display:flex;align-items:baseline;gap:12px;margin-bottom:20px}.ps-header h1{font-size:22px;font-weight:700;margin:0}.ps-count{font-size:14px;color:#647082;background:#eef2f7;border-radius:999px;padding:2px 12px}.ps-upload-btn{margin-left:auto;display:inline-flex;align-items:center;gap:6px;border:1px solid #cbd2dc;border-radius:6px;background:#fff;color:#3e4c59;font-size:13px;font-weight:600;font-family:inherit;padding:7px 16px;cursor:pointer}.ps-upload-btn:hover{background:#f3f6fa}.ps-upload-btn+.ps-search-btn{margin-left:0}.ps-search-btn{margin-left:auto;display:inline-flex;align-items:center;gap:6px;border:1px solid #2563eb;border-radius:6px;background:#2563eb;color:#fff;font-size:13px;font-weight:600;font-family:inherit;padding:7px 16px;cursor:pointer}.ps-search-btn:hover{background:#1d4ed8}.ps-search-clear{border:1px solid #cbd2dc;border-radius:6px;background:#fff;color:#3e4c59;font-size:13px;font-weight:600;font-family:inherit;padding:7px 14px;cursor:pointer}.ps-search-clear:hover{background:#f3f6fa}.ps-filter-bar{display:flex;flex-wrap:wrap;gap:8px;margin:-8px 0 16px}.ps-chip{font-size:12px;color:#1d4ed8;background:#eaf1fe;border:1px solid #cddffc;border-radius:999px;padding:3px 12px}.ps-modal-search{max-width:620px}.ps-check-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px 8px;border:1px solid #e3e8ef;border-radius:8px;padding:8px}.ps-check{display:grid;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:8px;font-size:13px;line-height:1.35;color:#1f2933;cursor:pointer;padding:6px 8px;border-radius:6px}.ps-check:hover{background:#f3f6fa}.ps-check input{width:16px;height:16px;accent-color:#2563eb;margin:0;cursor:pointer}@media(max-width:560px){.ps-check-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.ps-ox{display:flex;align-items:center;gap:28px;min-height:38px;flex-wrap:wrap}.ps-ox-opt{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#1f2933;cursor:pointer;white-space:nowrap}.ps-ox-opt input{width:16px;height:16px;accent-color:#2563eb;margin:0;cursor:pointer}.ps-ox-cell{text-align:center;font-weight:600;color:#1f7a45}.ps-ox-cell.ps-ox-no{color:#c62828}.ps-status{padding:40px 0;text-align:center;color:#647082}.ps-error{padding:16px;background:#fdecea;color:#b3261e;border-radius:8px}.ps-table-wrap{width:min-content;min-width:100%;border:1px solid #e3e8ef;border-radius:10px}.ps-table{width:100%;border-collapse:collapse;font-size:13px}.ps-table thead th{position:sticky;top:0;z-index:3;background:#f6f8fb;text-align:left;font-weight:600;color:#3e4c59;padding:10px 12px;border-bottom:1px solid #e3e8ef;border-right:1px solid #e3e8ef;white-space:nowrap}.ps-table tbody td{padding:10px 12px;border-bottom:1px solid #eef2f7;border-right:1px solid #eef2f7;vertical-align:top}.ps-table thead th:last-child,.ps-table tbody td:last-child{border-right:none}.ps-table tbody tr:hover{background:#f9fbfd}.ps-table .nowrap{white-space:nowrap}.ps-table .ps-price-cell{text-align:right;font-variant-numeric:tabular-nums}.ps-table .mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;color:#647082}.ps-table .ps-name-cell{min-width:200px;word-break:break-word}.ps-table .ps-loc-cell{min-width:240px;word-break:break-word}.ps-table .ps-line-cell{min-width:260px;max-width:320px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ps-toggle{border:1px solid #cbd2dc;border-radius:5px;background:#fff;color:#3e4c59;font-size:12px;font-weight:600;padding:2px 8px;margin-left:8px;cursor:pointer;white-space:nowrap}.ps-toggle:hover{background:#f3f6fa}.ps-summary-row td{background:#f4f8ff}.ps-summary-row td:first-child{border-left:3px solid #2563eb}.ps-summary-row:hover td{background:#eaf1fe}.ps-child-empty{color:#8b96a5;font-size:12px;padding-left:24px!important}.ps-child-row td{background:#fbfcfe}.ps-child-row td:first-child{padding-left:24px}.ps-child-mark{color:#aab4c0;margin-right:6px}.ps-pdf-link{color:#2563eb;font-weight:600;text-decoration:none}.ps-pdf-link:hover{text-decoration:underline}.ps-pager{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:24px}.ps-pager-top{margin:0 auto;flex:0 0 auto;gap:10px}.ps-pager-top .ps-pager-btn{padding:6px 14px}.ps-pager-btn{border:1px solid #cbd2dc;border-radius:6px;background:#fff;color:#3e4c59;font-size:13px;font-weight:600;padding:8px 20px;cursor:pointer;transition:background .15s}.ps-pager-btn:hover:not(:disabled){background:#f3f6fa}.ps-pager-btn:disabled{color:#aab4c0;cursor:default}.ps-pager-info{font-size:13px;color:#647082}.ps-pager-btn.ps-primary{background:#2563eb;border-color:#2563eb;color:#fff}.ps-pager-btn.ps-primary:hover:not(:disabled){background:#1d4ed8}.ps-pager-btn.ps-primary:disabled{background:#9db6ea;border-color:#9db6ea;color:#fff}.ps-table th:last-child,.ps-table td.ps-actions{position:sticky;right:0;background:#fff;box-shadow:-1px 0 #e3e8ef}.ps-table tbody td.ps-actions{z-index:2}.ps-table thead th:last-child{background:#f6f8fb;z-index:4}.ps-table tbody tr:hover td.ps-actions{background:#f9fbfd}.ps-summary-row td.ps-actions{background:#f4f8ff}.ps-summary-row:hover td.ps-actions{background:#eaf1fe}.ps-child-row td.ps-actions{background:#fbfcfe}.ps-act-btn+.ps-act-btn{margin-left:6px}.ps-act-btn{border:1px solid #cbd2dc;border-radius:5px;background:#fff;color:#3e4c59;font-size:15px;line-height:0;padding:6px;cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center}.ps-act-icon{width:15px;height:15px}.ps-act-btn:hover{background:#f3f6fa}.ps-act-danger{color:#b3261e;border-color:#f0c6c2}.ps-act-danger:hover{background:#fdecea}.ps-modal-backdrop{position:fixed;inset:0;background:#1f293373;display:flex;align-items:flex-start;justify-content:center;padding:40px 16px;overflow-y:auto;z-index:100}.ps-modal{background:#fff;border-radius:12px;width:100%;max-width:720px;box-shadow:0 12px 40px #1f293340}.ps-modal-head{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid #e3e8ef}.ps-modal-head h2{font-size:17px;font-weight:700;margin:0}.ps-modal-id{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;color:#647082}.ps-modal-x{margin-left:auto;border:none;background:none;font-size:22px;line-height:1;color:#647082;cursor:pointer;padding:0 4px}.ps-modal-body{display:grid;grid-template-columns:1fr 1fr;gap:14px 16px;padding:20px}.ps-field{display:flex;flex-direction:column;gap:5px;min-width:0}.ps-field-wide{grid-column:1 / -1}.ps-field-label{font-size:12px;font-weight:600;color:#3e4c59}.ps-field input,.ps-field select,.ps-field textarea{border:1px solid #cbd2dc;border-radius:6px;padding:8px 10px;font-size:14px;font-family:inherit;color:#1f2933;background:#fff;width:100%;box-sizing:border-box}.ps-field textarea{resize:vertical;min-height:68px;line-height:1.6}.ps-field input:focus,.ps-field select:focus,.ps-field textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.ps-field textarea:disabled{background:#f6f8fb;color:#8b96a5}.ps-modal-err{grid-column:1 / -1;padding:10px 12px;background:#fdecea;color:#b3261e;border-radius:8px;font-size:13px}.ps-modal-foot{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:10px;padding-top:4px}@media(max-width:560px){.ps-modal-body{grid-template-columns:1fr}}.ps-drop{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:128px;padding:20px;border:2px dashed #cbd2dc;border-radius:10px;background:#f9fbfd;text-align:center}.ps-drop-over{border-color:#2563eb;background:#eff6ff}.ps-drop-has{border-style:solid;border-color:#2da44e;background:#f2fdf5}.ps-drop-hint{font-size:14px;color:#647082}.ps-drop-file{font-size:14px;font-weight:600;color:#1f2933;word-break:break-all}.ps-drop-size{font-size:12px;color:#647082}.ps-drop-pick{display:inline-block}.ps-drop-pick input[type=file]{display:none}.ps-modal-hint{grid-column:1 / -1;margin:0;padding:10px 12px;background:#f6f8fb;border-radius:8px;font-size:12px;line-height:1.7;color:#647082}.ps-processing{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#9a6700;background:#fff8c5;border-radius:999px;padding:2px 10px;white-space:nowrap}.ps-processing:before{content:"";width:8px;height:8px;border-radius:50%;border:2px solid #d4a72c;border-top-color:transparent;animation:ps-spin .8s linear infinite}@keyframes ps-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.ps-processing:before{animation:none}}.ps-processing-row td,.ps-processing-row td.ps-actions{background:#fbe58a}.ps-processing-row:hover td,.ps-processing-row:hover td.ps-actions{background:#f7d95f}.ps-processing-row td:first-child{border-left:3px solid #d4a72c}.ps-spin{display:inline-block;vertical-align:-1px;margin-left:6px;width:8px;height:8px;border-radius:50%;border:2px solid #9a6700;border-top-color:transparent;animation:ps-spin .8s linear infinite}@media(prefers-reduced-motion:reduce){.ps-spin{animation:none}}.ps-parse-failed{font-size:12px;font-weight:600;color:#b3261e;background:#fdecea;border-radius:999px;padding:2px 10px;white-space:nowrap;cursor:help}.ps-table .ps-comment-cell{min-width:140px;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#647082}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#333;background:#fff;-webkit-font-smoothing:antialiased;line-height:1.5}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}#root{min-height:100%;display:flex;flex-direction:column}
