/*
Theme Name: Aichi Spot SWELL Design Spec Child
Theme URI: https://example.com/
Description: Aichi Spot 指示書デザイン対応のSWELL子テーマ。
Author: Codex
Template: swell
Version: 1.0.0
Text Domain: aichi-local-media-swell-warm-child
*/
:root{--alm-navy:#153e75;--alm-navy-soft:#e6f0fa;--alm-orange:#f97316;--alm-orange-soft:#fff3e8;--alm-green:#2f8f6b;--alm-green-soft:#eaf7f1;--alm-gray:#6b7280;--alm-gray-soft:#f3f4f6;--alm-text:#333333;--alm-muted:#667085;--alm-border:#e5e7eb;--alm-bg:#ffffff;--alm-radius:8px;--alm-shadow:0 8px 24px rgba(21,62,117,.1);--alm-container:1160px}*{box-sizing:border-box}body{background:var(--alm-bg);color:var(--alm-text);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:17px;line-height:1.75;letter-spacing:0}a{color:var(--alm-navy);text-decoration-thickness:.08em;text-underline-offset:.18em}a:hover{color:#4d2b1e}img{max-width:100%;height:auto}.alm-container{width:min(100% - 32px,var(--alm-container));margin-inline:auto}.alm-section{padding:36px 0}.alm-section+.alm-section{border-top:1px solid var(--alm-border)}.alm-section-header{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}.alm-section-title{margin:0;color:var(--alm-navy);font-size:clamp(1.35rem,1rem + 1.2vw,2rem);line-height:1.35}.alm-section-link{flex:0 0 auto;font-weight:700;font-size:.95rem}.alm-page-title{margin:0 0 10px;color:var(--alm-navy);font-size:clamp(1.7rem,1.2rem + 2vw,2.7rem);line-height:1.25}.alm-lead{max-width:720px;margin:0;color:var(--alm-muted);font-size:1.05rem}.alm-breadcrumb{margin:18px 0 8px;color:var(--alm-muted);font-size:.9rem}.alm-breadcrumb a{color:var(--alm-muted)}.alm-hero{padding:22px 0 16px;background:linear-gradient(180deg,#fff3e8 0%,#fffdf9 100%)}.alm-hero-copy{margin-bottom:22px}.alm-home-slider{position:relative}.alm-home-slider .swiper{padding:2px 2px 34px}.alm-slide-card{position:relative;display:block;overflow:hidden;border-radius:var(--alm-radius);aspect-ratio:16/9;background:var(--alm-navy-soft);box-shadow:var(--alm-shadow)}.alm-slide-card img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.alm-slide-card:hover img{transform:scale(1.035)}.alm-slide-overlay{position:absolute;inset:auto 0 0;display:grid;gap:6px;padding:44px 16px 14px;color:#fff;background:linear-gradient(180deg,rgba(7,20,38,0) 0%,rgba(7,20,38,.86) 100%)}.alm-slide-title{margin:0;color:#fff;font-size:clamp(1rem,.92rem + .35vw,1.25rem);line-height:1.4}.alm-slide-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.alm-badge,.alm-type-badge{display:inline-flex;align-items:center;width:fit-content;min-height:28px;padding:4px 10px;border-radius:999px;font-size:.78rem;font-weight:800;line-height:1.2}.alm-badge{color:#fff;background:var(--alm-navy)}.alm-type-new{color:#8a4300;background:var(--alm-orange-soft)}.alm-type-report{color:#166246;background:var(--alm-green-soft)}.alm-type-facility{color:#fff;background:var(--alm-navy)}.alm-type-closed{color:#5f554d;background:var(--alm-gray-soft)}.alm-type-event{color:#7a3b00;background:#fff0cf}.alm-area-text{color:inherit;font-size:.86rem;font-weight:700}.alm-slider-button{width:42px;height:42px;border:1px solid rgba(255,255,255,.68);border-radius:999px;color:#fff;background:rgba(111,63,42,.86);backdrop-filter:blur(8px)}.alm-slider-button::after{font-size:18px;font-weight:900}.alm-home-slider .swiper-pagination-bullet-active{background:var(--alm-orange)}.alm-search-panel{display:grid;gap:20px;padding:22px;border:1px solid var(--alm-border);border-radius:var(--alm-radius);background:#fff;box-shadow:var(--alm-shadow)}.alm-search-form{display:flex;gap:10px}.alm-search-input{width:100%;min-height:50px;padding:12px 14px;border:1px solid var(--alm-border);border-radius:var(--alm-radius);color:var(--alm-text);font:inherit}.alm-search-button,.alm-cta-button{min-height:50px;padding:12px 18px;border:0;border-radius:var(--alm-radius);color:#fff;background:var(--alm-navy);font:inherit;font-weight:800;cursor:pointer;text-decoration:none}.alm-search-button:hover,.alm-cta-button:hover{color:#fff;background:#4d2b1e}.alm-filter-group{display:grid;gap:10px}.alm-filter-title{margin:0;color:var(--alm-navy);font-size:1rem}.alm-chip-list{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none}.alm-chip{display:inline-flex;align-items:center;min-height:42px;padding:8px 14px;border:1px solid var(--alm-border);border-radius:999px;color:var(--alm-navy);background:#fff;font-weight:800;text-decoration:none}.alm-chip:hover{border-color:var(--alm-orange);color:#7a3b00;background:var(--alm-orange-soft)}.alm-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.alm-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.alm-card{display:grid;grid-template-rows:auto 1fr;overflow:hidden;border:1px solid var(--alm-border);border-radius:var(--alm-radius);background:#fff;box-shadow:0 4px 14px rgba(111,63,42,.06)}.alm-card-new{border-top:4px solid var(--alm-orange)}.alm-card-report{border-top:4px solid var(--alm-green)}.alm-card-facility{border-top:4px solid var(--alm-navy)}.alm-card-closed{border-top:4px solid var(--alm-gray)}.alm-card-media{position:relative;display:block;aspect-ratio:16/9;background:var(--alm-navy-soft)}.alm-card-media img{width:100%;height:100%;object-fit:cover}.alm-card-media .alm-badge{position:absolute;left:12px;top:12px}.alm-card-body{display:grid;align-content:start;gap:8px;padding:14px}.alm-card-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:var(--alm-muted);font-size:.86rem;font-weight:700}.alm-card-title{margin:0;color:var(--alm-navy);font-size:1.08rem;line-height:1.48}.alm-card-title a{text-decoration:none}.alm-card-excerpt{margin:0;color:var(--alm-muted);font-size:.95rem}.alm-affiliate-box,.alm-pr-box{display:grid;gap:12px;padding:18px;border:1px solid var(--alm-border);border-radius:var(--alm-radius);background:#fff9f2}.alm-pr-label{width:fit-content;padding:3px 8px;border-radius:4px;color:#5f554d;background:#eee5dc;font-size:.76rem;font-weight:800}.alm-ad-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.alm-ad-card{display:grid;gap:8px;padding:16px;border:1px solid var(--alm-border);border-radius:var(--alm-radius);background:#fff}.alm-ad-title{margin:0;color:var(--alm-navy);font-size:1rem}.alm-ad-card p{margin:0;color:var(--alm-muted);font-size:.92rem}.alm-template-table{width:100%;border-collapse:collapse;margin:22px 0;font-size:1rem}.alm-template-table th,.alm-template-table td{padding:12px;border:1px solid var(--alm-border);text-align:left;vertical-align:top}.alm-template-table th{width:28%;color:var(--alm-navy);background:var(--alm-navy-soft)}.alm-link-box{display:grid;gap:8px;margin:24px 0;padding:16px;border-left:5px solid var(--alm-orange);border-radius:var(--alm-radius);background:var(--alm-orange-soft)}.alm-related{margin-top:36px}@media (max-width:900px){.alm-grid,.alm-ad-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){body{font-size:16px}.alm-container{width:min(100% - 24px,var(--alm-container))}.alm-section{padding:28px 0}.alm-section-header{align-items:start;flex-direction:column;gap:8px}.alm-search-panel{padding:16px}.alm-search-form{flex-direction:column}.alm-grid,.alm-grid-2,.alm-ad-grid{grid-template-columns:1fr}.alm-slider-button{display:none}.alm-card-body{padding:13px}.alm-template-table,.alm-template-table tbody,.alm-template-table tr,.alm-template-table th,.alm-template-table td{display:block;width:100%}.alm-template-table th{border-bottom:0}}

/* SWELL compatibility: keep child-theme components visually independent from SWELL block spacing. */
.l-main .alm-container{max-width:var(--alm-container)}
.c-postTitle+.alm-card-meta{margin-top:8px}

/* Aichi Spot media header */
.alm-site-header{position:sticky;top:0;z-index:1000;overflow:hidden;background:#fff7ef;border-bottom:1px solid var(--alm-border);box-shadow:0 8px 26px rgba(111,63,42,.08);transition:background .24s ease,box-shadow .24s ease}
.alm-site-header::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,247,239,.92) 0%,rgba(255,253,249,.98) 100%);z-index:0}
.alm-header-inner{position:relative;z-index:2;display:grid;gap:14px;justify-items:center;padding:30px 0 16px;transition:padding .24s ease}
.alm-brand{display:grid;justify-items:center;gap:6px;color:var(--alm-navy);text-align:center;text-decoration:none}
.alm-brand-logo{font-weight:900;font-size:clamp(2rem,1.15rem + 5vw,4.2rem);line-height:1;letter-spacing:0;text-shadow:0 2px 0 rgba(255,255,255,.7)}
.alm-brand-copy{color:#7a5140;font-size:clamp(.9rem,.78rem + .5vw,1.12rem);font-weight:800;line-height:1.45}
.alm-primary-nav{width:100%;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none}
.alm-primary-nav::-webkit-scrollbar{display:none}
.alm-nav-list{display:flex;justify-content:center;gap:8px;min-width:max-content;margin:0;padding:0;list-style:none}
.alm-nav-list a{display:inline-flex;align-items:center;min-height:38px;padding:8px 13px;border:1px solid rgba(111,63,42,.16);border-radius:999px;background:rgba(255,255,255,.76);color:var(--alm-navy);font-size:.92rem;font-weight:800;text-decoration:none;white-space:nowrap}
.alm-nav-list a:hover{border-color:var(--alm-orange);background:var(--alm-orange-soft);color:#7a3b00}
.alm-skyline{position:absolute;left:50%;bottom:0;width:min(980px,112vw);height:128px;transform:translateX(-50%);opacity:.16;color:var(--alm-navy);z-index:1;pointer-events:none;transition:height .24s ease,opacity .24s ease}
.alm-skyline::before{content:"";position:absolute;left:0;right:0;bottom:0;height:18px;background:currentColor}
.alm-skyline-castle{position:absolute;left:3%;bottom:18px;width:118px;height:56px;background:currentColor;clip-path:polygon(0 100%,0 52%,18% 52%,18% 34%,33% 34%,33% 18%,50% 0,67% 18%,67% 34%,82% 34%,82% 52%,100% 52%,100% 100%)}
.alm-skyline-castle::before{content:"";position:absolute;left:16px;right:16px;top:-20px;height:24px;background:currentColor;clip-path:polygon(0 100%,18% 45%,34% 100%,50% 0,66% 100%,82% 45%,100% 100%)}
.alm-skyline-tower{position:absolute;left:31%;bottom:18px;width:54px;height:112px;border:7px solid currentColor;border-bottom:0;border-radius:28px 28px 0 0}
.alm-skyline-tower::before{content:"";position:absolute;left:50%;top:-24px;width:7px;height:28px;background:currentColor;transform:translateX(-50%)}
.alm-skyline-tower::after{content:"";position:absolute;left:50%;top:33px;width:86px;height:9px;background:currentColor;border-radius:999px;transform:translateX(-50%)}
.alm-skyline-wheel{position:absolute;right:26%;bottom:20px;width:82px;height:82px;border:7px solid currentColor;border-radius:50%}
.alm-skyline-wheel::before{content:"";position:absolute;inset:13px;border:5px solid currentColor;border-radius:50%}
.alm-skyline-wheel::after{content:"";position:absolute;left:50%;bottom:-24px;width:8px;height:42px;background:currentColor;box-shadow:-24px 10px 0 -1px currentColor,24px 10px 0 -1px currentColor;transform:translateX(-50%)}
.alm-skyline-buildings{position:absolute;right:2%;bottom:18px;width:238px;height:104px;background:linear-gradient(to right,currentColor 0 19%,transparent 19% 23%,currentColor 23% 42%,transparent 42% 46%,currentColor 46% 67%,transparent 67% 71%,currentColor 71% 100%);clip-path:polygon(0 100%,0 24%,19% 24%,19% 100%,23% 100%,23% 5%,42% 5%,42% 100%,46% 100%,46% 34%,67% 34%,67% 100%,71% 100%,71% 0,100% 0,100% 100%)}
.alm-site-header.is-scrolled{background:rgba(255,253,249,.96);box-shadow:0 8px 22px rgba(111,63,42,.12);backdrop-filter:blur(10px)}
.alm-site-header.is-scrolled .alm-header-inner{grid-template-columns:auto 1fr;align-items:center;justify-items:start;gap:16px;padding:8px 0}
.alm-site-header.is-scrolled .alm-brand{justify-items:start;text-align:left}
.alm-site-header.is-scrolled .alm-brand-logo{font-size:1.34rem}
.alm-site-header.is-scrolled .alm-brand-copy{display:none}
.alm-site-header.is-scrolled .alm-primary-nav{justify-self:end}
.alm-site-header.is-scrolled .alm-nav-list{justify-content:flex-end}
.alm-site-header.is-scrolled .alm-nav-list a{min-height:34px;padding:6px 11px;font-size:.85rem}
.alm-site-header.is-scrolled .alm-skyline{height:54px;opacity:.07}
@media (max-width:640px){.alm-header-inner{padding:24px 0 12px}.alm-brand-logo{font-size:2.45rem}.alm-brand-copy{max-width:18em}.alm-nav-list{justify-content:flex-start;padding-inline:2px}.alm-skyline{width:126vw;height:106px}.alm-skyline-castle{left:0;width:92px;height:46px}.alm-skyline-tower{left:30%;height:94px}.alm-skyline-wheel{right:22%;width:66px;height:66px}.alm-skyline-buildings{right:-5%;width:182px;height:88px}.alm-site-header.is-scrolled .alm-header-inner{grid-template-columns:1fr;gap:7px;padding:7px 0}.alm-site-header.is-scrolled .alm-brand-logo{font-size:1.25rem}.alm-site-header.is-scrolled .alm-primary-nav{justify-self:stretch}.alm-site-header.is-scrolled .alm-nav-list{justify-content:flex-start}.alm-site-header.is-scrolled .alm-skyline{height:38px}}


/* Aichi Spot design spec overrides */
body{background:#fff;color:var(--alm-text);font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",system-ui,sans-serif;font-size:16px;line-height:1.75}.alm-visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.alm-container{width:min(100% - 32px,var(--alm-container))}.alm-section{padding:30px 0}.alm-section-title{position:relative;padding-left:14px;color:var(--alm-navy);font-size:clamp(1.25rem,1.05rem + .8vw,1.75rem);font-weight:900}.alm-section-title::before{content:"";position:absolute;left:0;top:.24em;width:5px;height:1.15em;border-radius:999px;background:var(--alm-orange)}.alm-section-header{align-items:center;margin-bottom:14px}.alm-section-link{color:var(--alm-navy);font-weight:900;text-decoration:none}.alm-site-header{position:sticky;top:0;z-index:1000;overflow:hidden;background:#fff;border-bottom:1px solid #c8d6e8;box-shadow:0 8px 24px rgba(21,62,117,.08);transition:box-shadow .22s ease}.alm-site-header::before{content:none}.alm-header-inner{position:relative;z-index:2;display:grid;justify-items:start;min-height:126px;padding:22px 0 14px}.alm-header-visual{position:absolute;inset:0;z-index:1;overflow:hidden;color:var(--alm-navy);background:linear-gradient(180deg,#fff 0%,#f5f9ff 100%);pointer-events:none}.alm-header-visual::after{content:"";position:absolute;left:0;right:0;bottom:0;height:34px;background:linear-gradient(180deg,rgba(230,240,250,0),#e6f0fa)}.alm-brand{position:relative;z-index:3;display:grid;grid-template-columns:auto;gap:4px;margin-left:84px;color:#081f4d;text-align:left;text-decoration:none}.alm-brand::before{content:"";position:absolute;left:-74px;top:2px;width:48px;height:64px;background:var(--alm-orange);clip-path:polygon(50% 0,68% 5%,84% 18%,94% 37%,92% 55%,78% 73%,50% 100%,22% 73%,8% 55%,6% 37%,16% 18%,32% 5%)}.alm-brand::after{content:"";position:absolute;left:-58px;top:17px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:-11px 45px 0 -4px #0d3270}.alm-brand-logo{font-family:"Poppins",system-ui,sans-serif;font-size:clamp(2.6rem,1.8rem + 3vw,4.2rem);font-weight:900;line-height:1;letter-spacing:0;text-shadow:none}.alm-brand-copy{color:#081f4d;font-size:clamp(.92rem,.8rem + .35vw,1.1rem);font-weight:800;letter-spacing:.08em}.alm-header-nav-wrap{position:relative;z-index:4;background:var(--alm-navy)}.alm-header-nav-inner{display:flex;align-items:center;gap:14px;min-height:48px}.alm-primary-nav{flex:1;overflow-x:auto;scrollbar-width:none}.alm-primary-nav::-webkit-scrollbar{display:none}.alm-nav-list{display:flex;align-items:center;justify-content:flex-start;gap:0;min-width:max-content;margin:0;padding:0;list-style:none}.alm-nav-list a{display:inline-flex;align-items:center;min-height:48px;padding:0 16px;border:0;border-radius:0;background:transparent;color:#fff;font-size:.92rem;font-weight:900;text-decoration:none;white-space:nowrap}.alm-nav-list a:hover{background:#0f2f5c;color:#fff}.alm-nav-list li:nth-child(1) a::before{content:"NEW"}.alm-nav-list li:nth-child(2) a::before{content:"□"}.alm-nav-list li:nth-child(3) a::before{content:"♨"}.alm-nav-list li:nth-child(4) a::before{content:"▣"}.alm-nav-list li:nth-child(5) a::before{content:"▦"}.alm-nav-list li:nth-child(6) a::before{content:"●"}.alm-nav-list a::before{margin-right:7px;font-size:.75rem;color:#fff}.alm-header-search{display:flex;align-items:center;flex:0 0 260px;height:34px;background:#fff;border:1px solid rgba(255,255,255,.45);border-radius:4px;overflow:hidden}.alm-header-search input{width:100%;height:100%;border:0;padding:0 10px;color:var(--alm-text);font:inherit;font-size:.86rem}.alm-header-search button{width:38px;height:100%;border:0;background:#102f5c;color:#fff;font-size:1.1rem;cursor:pointer}.alm-menu-icon{display:none;width:40px;height:40px;border:0;background:transparent}.alm-menu-icon span{display:block;width:24px;height:2px;margin:5px auto;background:var(--alm-navy)}.alm-pin-mark{display:none}.alm-skyline-castle,.alm-skyline-tower,.alm-skyline-wheel,.alm-skyline-buildings{position:absolute;bottom:0;color:var(--alm-navy);opacity:.72}.alm-skyline-castle{left:46%;width:140px;height:76px;background:currentColor;clip-path:polygon(0 100%,0 54%,14% 54%,14% 40%,28% 40%,28% 24%,40% 24%,50% 0,60% 24%,72% 24%,72% 40%,86% 40%,86% 54%,100% 54%,100% 100%);transform:translateX(-50%)}.alm-skyline-castle::before{content:"";position:absolute;left:17px;right:17px;top:-17px;height:22px;background:currentColor;clip-path:polygon(0 100%,18% 44%,34% 100%,50% 0,66% 100%,82% 44%,100% 100%)}.alm-skyline-tower{left:68%;width:58px;height:112px;border:6px solid currentColor;border-bottom:0;border-radius:30px 30px 0 0}.alm-skyline-tower::before{content:"";position:absolute;left:50%;top:-34px;width:6px;height:36px;background:currentColor;transform:translateX(-50%)}.alm-skyline-tower::after{content:"";position:absolute;left:50%;top:38px;width:86px;height:8px;background:currentColor;border-radius:999px;transform:translateX(-50%)}.alm-skyline-wheel{left:76%;width:82px;height:82px;border:7px solid currentColor;border-radius:50%}.alm-skyline-wheel::before{content:"";position:absolute;inset:13px;border:5px solid currentColor;border-radius:50%}.alm-skyline-wheel::after{content:"";position:absolute;left:50%;bottom:-25px;width:8px;height:40px;background:currentColor;box-shadow:-24px 10px 0 -1px currentColor,24px 10px 0 -1px currentColor;transform:translateX(-50%)}.alm-skyline-buildings{right:3%;width:250px;height:96px;background:linear-gradient(to right,currentColor 0 18%,transparent 18% 22%,currentColor 22% 40%,transparent 40% 44%,currentColor 44% 63%,transparent 63% 67%,currentColor 67% 100%);clip-path:polygon(0 100%,0 18%,18% 18%,18% 100%,22% 100%,22% 38%,40% 38%,40% 100%,44% 100%,44% 0,63% 0,63% 100%,67% 100%,67% 22%,100% 22%,100% 100%)}.alm-site-header.is-scrolled .alm-header-inner{min-height:0;padding:0}.alm-site-header.is-scrolled .alm-header-visual{display:none}.alm-site-header.is-scrolled .alm-brand{position:absolute;left:0;top:8px;margin-left:34px;z-index:5}.alm-site-header.is-scrolled .alm-brand::before{left:-28px;top:1px;width:19px;height:25px}.alm-site-header.is-scrolled .alm-brand::after{left:-22px;top:8px;width:7px;height:7px;box-shadow:none}.alm-site-header.is-scrolled .alm-brand-logo{font-size:1.32rem}.alm-site-header.is-scrolled .alm-brand-copy{display:none}.alm-site-header.is-scrolled .alm-header-nav-wrap{background:#fff;border-top:3px solid var(--alm-navy)}.alm-site-header.is-scrolled .alm-header-nav-inner{min-height:48px;padding-left:150px}.alm-site-header.is-scrolled .alm-nav-list a{min-height:45px;color:var(--alm-navy)}.alm-site-header.is-scrolled .alm-nav-list a::before{color:var(--alm-navy)}.alm-site-header.is-scrolled .alm-nav-list a:hover{background:var(--alm-navy-soft);color:var(--alm-navy)}.alm-site-header.is-scrolled .alm-header-search{display:none}.alm-site-header.is-scrolled .alm-menu-icon{display:block;margin-left:auto}.alm-top-layout{padding-top:22px;background:#fff}.alm-top-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.75fr);gap:20px;align-items:start}.alm-main-visual,.alm-area-panel,.alm-lower-grid>div,.alm-instagram-strip{padding:16px;border:1px solid var(--alm-border);border-radius:8px;background:#fff;box-shadow:0 4px 16px rgba(21,62,117,.06)}.alm-home-slider .swiper{padding:0 0 30px}.alm-slide-card{box-shadow:none}.alm-slide-overlay{background:linear-gradient(180deg,rgba(8,31,77,0) 0%,rgba(8,31,77,.88) 100%)}.alm-area-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.alm-area-card{display:grid;justify-items:center;gap:6px;min-height:92px;padding:14px 8px;border:1px solid var(--alm-border);border-radius:8px;background:#fff;color:var(--alm-navy);font-weight:900;text-align:center;text-decoration:none}.alm-area-card span{width:34px;height:44px;background:var(--alm-navy-soft);clip-path:polygon(50% 0,78% 12%,100% 38%,90% 68%,50% 100%,10% 68%,0 38%,22% 12%)}.alm-area-card:hover{border-color:var(--alm-orange);background:var(--alm-orange-soft)}.alm-card{border-color:var(--alm-border);box-shadow:0 4px 16px rgba(21,62,117,.06)}.alm-card-title{font-size:1rem}.alm-card-excerpt{font-size:.88rem}.alm-type-new{color:#a94400;background:#fff0e3}.alm-type-report{color:#17634a;background:#e8f7f0}.alm-type-facility{color:#fff;background:var(--alm-navy)}.alm-lower-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:18px}.alm-ranking-list{display:grid;gap:9px}.alm-ranking-card{position:relative;display:grid;grid-template-columns:72px 1fr;gap:10px;align-items:center;min-height:72px;color:var(--alm-navy);text-decoration:none}.alm-ranking-card img{width:72px;height:72px;object-fit:cover;border-radius:6px}.alm-rank-num{position:absolute;left:-6px;top:-4px;display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--alm-orange);color:#fff;font-size:.82rem;font-weight:900;z-index:2}.alm-grid-compact{grid-template-columns:repeat(3,minmax(0,1fr))}.alm-instagram-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.alm-instagram-strip div{aspect-ratio:1/1;border-radius:8px;background:linear-gradient(135deg,var(--alm-navy-soft),#b8d3ef)}.alm-instagram-strip p{grid-column:1/-1;margin:0;color:var(--alm-muted);font-size:.92rem}@media (max-width:900px){.alm-header-inner{min-height:106px}.alm-brand{margin-left:62px}.alm-brand-logo{font-size:2.35rem}.alm-brand-copy{font-size:.82rem;letter-spacing:.02em}.alm-header-nav-inner{gap:8px}.alm-header-search{display:none}.alm-top-grid,.alm-lower-grid{grid-template-columns:1fr}.alm-grid-compact{grid-template-columns:1fr}.alm-skyline-castle{left:51%;width:100px;height:58px}.alm-skyline-tower{left:66%;height:92px}.alm-skyline-wheel{left:79%;width:64px;height:64px}.alm-skyline-buildings{right:-6%;width:190px;height:78px}.alm-site-header.is-scrolled .alm-header-nav-inner{padding-left:126px}.alm-site-header.is-scrolled .alm-nav-list a{padding:0 10px;font-size:.82rem}}@media (max-width:640px){.alm-container{width:min(100% - 20px,var(--alm-container))}.alm-section{padding:24px 0}.alm-header-inner{min-height:92px;padding:16px 0 10px}.alm-brand{margin-left:48px}.alm-brand::before{left:-46px;width:34px;height:46px}.alm-brand::after{left:-35px;top:12px;width:12px;height:12px;box-shadow:-8px 33px 0 -4px #0d3270}.alm-brand-logo{font-size:1.65rem}.alm-brand-copy{font-size:.76rem}.alm-header-nav-inner{min-height:42px}.alm-nav-list a{min-height:42px;padding:0 12px;font-size:.82rem}.alm-skyline-castle{left:52%;width:80px;height:46px}.alm-skyline-tower{left:69%;height:72px;width:42px}.alm-skyline-wheel{left:80%;width:52px;height:52px}.alm-skyline-buildings{right:-14%;width:150px;height:62px}.alm-area-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.alm-grid,.alm-ad-grid{grid-template-columns:1fr}.alm-site-header.is-scrolled .alm-brand{top:10px;margin-left:28px}.alm-site-header.is-scrolled .alm-brand-logo{font-size:1.05rem}.alm-site-header.is-scrolled .alm-header-nav-inner{padding-left:112px;min-height:44px}.alm-site-header.is-scrolled .alm-nav-list a{min-height:42px;padding:0 9px}.alm-site-header.is-scrolled .alm-menu-icon{display:flex;flex-direction:column;justify-content:center;flex:0 0 38px}.alm-instagram-strip{grid-template-columns:repeat(2,1fr)}}


/* Aichi Spot UX completion layer */
:root{--alm-navy:#153e75;--alm-orange:#f97316;--alm-bg:#fff;--alm-sub:#e6f0fa;--alm-border:#e5e7eb;--alm-text:#333;--alm-soft-shadow:0 12px 32px rgba(21,62,117,.09)}html{scroll-behavior:smooth}body{background:#fff;color:var(--alm-text);font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",system-ui,sans-serif;font-size:16px;line-height:1.8}a{color:var(--alm-navy)}a:hover{color:var(--alm-orange)}.alm-container{width:min(100% - 32px,1160px);margin-inline:auto}.alm-site-header{height:auto;min-height:148px;background:#fff;border-bottom:1px solid var(--alm-border);box-shadow:0 6px 22px rgba(21,62,117,.08)}.alm-header-inner{min-height:100px;padding:22px 0 12px}.alm-header-nav-inner{min-height:48px}.alm-site-header.is-scrolled{min-height:60px}.alm-site-header.is-scrolled .alm-header-nav-inner{min-height:60px}.alm-site-header.is-scrolled .alm-brand-logo{font-size:1.28rem}.alm-header-search button,.alm-search-button,.alm-cta-button{border-radius:10px}.alm-nav-list a{transition:background .18s ease,color .18s ease}.alm-nav-list a:hover{background:var(--alm-orange);color:#fff}.alm-quick-entry{position:relative;z-index:5;background:#fff;border-bottom:1px solid var(--alm-border)}.alm-quick-entry-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:12px 0}.alm-quick-entry a{display:grid;gap:2px;min-height:66px;padding:12px 14px;border:1px solid var(--alm-border);border-radius:12px;background:#fff;color:var(--alm-navy);text-decoration:none;box-shadow:0 5px 18px rgba(21,62,117,.05);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.alm-quick-entry a:hover{transform:translateY(-2px);border-color:var(--alm-orange);box-shadow:var(--alm-soft-shadow)}.alm-quick-entry span{color:var(--alm-orange);font-size:.78rem;font-weight:900}.alm-quick-entry strong{font-size:1.08rem;line-height:1.2}.alm-section{padding:34px 0}.alm-section-title{font-size:clamp(1.35rem,1.1rem + .8vw,1.8rem);font-weight:900;color:var(--alm-navy)}.alm-main-visual,.alm-area-panel,.alm-lower-grid>div,.alm-instagram-strip,.alm-card,.alm-info-card,.alm-review-card,.alm-facility-card,.alm-author-box,.alm-sidebar-widget{border:1px solid var(--alm-border);border-radius:12px;background:#fff;box-shadow:0 6px 22px rgba(21,62,117,.06)}.alm-top-grid{grid-template-columns:minmax(0,1.42fr) minmax(280px,.68fr);gap:22px}.alm-slide-card,.alm-card-media{border-radius:12px;overflow:hidden}.alm-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.alm-card:hover{transform:translateY(-3px);border-color:#d5e0ef;box-shadow:var(--alm-soft-shadow)}.alm-card-media img,.alm-slide-card img{transition:transform .25s ease}.alm-card:hover .alm-card-media img,.alm-slide-card:hover img{transform:scale(1.04)}.alm-card-body{padding:16px}.alm-card-title{font-size:1.05rem;line-height:1.55}.alm-card-title a{text-decoration:none}.alm-card-excerpt{line-height:1.7}.alm-type-badge,.alm-badge{border-radius:999px}.alm-area-card{border-radius:12px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.alm-area-card:hover{transform:translateY(-2px);box-shadow:var(--alm-soft-shadow)}.alm-content-with-sidebar{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:36px;align-items:start}.alm-single-article{min-width:0}.alm-single-header{max-width:800px;margin:0 auto 22px;padding-top:20px}.alm-single-title{margin:12px 0;color:var(--alm-navy);font-size:clamp(1.75rem,1.25rem + 2vw,2.55rem);line-height:1.38;font-weight:900}.alm-single-lead{margin:0 0 16px;color:#555;font-size:1.05rem;line-height:1.85}.alm-eyecatch{max-width:1000px;margin:0 auto 28px}.alm-eyecatch img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:12px}.alm-entry-content{max-width:800px;margin-inline:auto;font-size:1.03rem;line-height:1.9}.alm-entry-content p{margin:0 0 1.55em}.alm-entry-content h2{margin:2.4em 0 1em;padding:16px 18px 16px 22px;border-left:6px solid var(--alm-orange);border-radius:10px;background:var(--alm-sub);color:var(--alm-navy);font-size:clamp(1.4rem,1.15rem + .7vw,1.75rem);line-height:1.45}.alm-entry-content h3{margin:2em 0 .8em;padding-left:14px;border-left:4px solid var(--alm-orange);color:var(--alm-navy);font-size:clamp(1.16rem,1.05rem + .4vw,1.35rem)}.alm-entry-content img{border-radius:12px}.alm-entry-content .gallery{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.alm-entry-content .gallery-item{float:none!important;flex:0 0 78%;scroll-snap-align:start}.alm-info-card,.alm-review-card,.alm-facility-card{max-width:800px;margin:0 auto 28px;padding:22px}.alm-info-card h2,.alm-review-card h2,.alm-facility-card h2{margin:0 0 16px;color:var(--alm-navy);font-size:1.25rem}.alm-info-grid,.alm-review-grid,.alm-facility-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.alm-info-item,.alm-review-grid div,.alm-facility-grid div{padding:14px;border:1px solid var(--alm-border);border-radius:10px;background:#fbfdff}.alm-info-item span,.alm-review-grid span,.alm-facility-grid span{display:block;margin-bottom:5px;color:#667085;font-size:.82rem;font-weight:900}.alm-info-item strong,.alm-review-grid strong{font-size:.98rem;color:#1f2937}.alm-facility-grid p{margin:0;color:#475467;font-size:.95rem}.alm-share{max-width:800px;margin:18px auto;display:flex;flex-wrap:wrap;align-items:center;gap:8px}.alm-share span{color:#667085;font-size:.85rem;font-weight:900}.alm-share a{display:inline-flex;align-items:center;min-height:36px;padding:7px 12px;border:1px solid var(--alm-border);border-radius:10px;background:#fff;color:var(--alm-navy);font-size:.88rem;font-weight:900;text-decoration:none}.alm-share a:hover{border-color:var(--alm-orange);background:var(--alm-orange);color:#fff}.alm-pr-box,.alm-author-box,.alm-related{max-width:800px;margin:28px auto}.alm-author-box{display:grid;grid-template-columns:72px 1fr;gap:16px;padding:18px}.alm-author-box h2{margin:0 0 4px;color:var(--alm-navy);font-size:1rem}.alm-author-box p{margin:6px 0 0;color:#667085;font-size:.94rem}.alm-author-avatar img{border-radius:50%}.alm-related-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.alm-card-compact .alm-card-body{padding:12px}.alm-card-compact .alm-card-title{font-size:.9rem}.alm-sidebar{display:grid;gap:18px;position:sticky;top:86px}.alm-sidebar-widget{padding:16px}.alm-sidebar-title{margin:0 0 12px;color:var(--alm-navy);font-size:1.05rem}.alm-sidebar-list{display:grid;gap:10px}.alm-sidebar-list a{display:grid;grid-template-columns:22px 64px 1fr;gap:8px;align-items:center;text-decoration:none;color:var(--alm-text)}.alm-sidebar-list span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--alm-orange);color:#fff;font-size:.78rem;font-weight:900}.alm-sidebar-list img{width:64px;height:64px;object-fit:cover;border-radius:8px}.alm-sidebar-list strong{font-size:.86rem;line-height:1.45}.alm-sidebar-tags{display:flex;flex-wrap:wrap;gap:8px}.alm-sidebar-tags li{list-style:none}.alm-sidebar-tags a{display:inline-flex;padding:6px 10px;border:1px solid var(--alm-border);border-radius:999px;text-decoration:none;font-size:.84rem}.alm-sidebar-ad{background:var(--alm-sub)}.alm-sidebar-ad span{display:inline-flex;margin-bottom:8px;padding:3px 8px;border-radius:5px;background:#fff;color:var(--alm-orange);font-weight:900}.alm-sidebar-ad a{display:inline-flex;margin-top:8px;padding:8px 12px;border-radius:10px;background:var(--alm-navy);color:#fff;text-decoration:none;font-weight:900}.alm-mini-instagram{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.alm-mini-instagram span{aspect-ratio:1/1;border-radius:8px;background:linear-gradient(135deg,var(--alm-sub),#bcd6f4)}.alm-archive-header{padding:28px 0 20px}.alm-archive-list{min-width:0}.alm-search-page-form{max-width:720px}.alm-ranking-card{border-radius:10px;transition:background .18s ease,transform .18s ease}.alm-ranking-card:hover{background:#f8fbff;transform:translateX(2px)}.alm-site-footer{margin-top:42px;background:#0f2f5c;color:#fff}.alm-footer-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;padding:34px 0}.alm-footer-logo{display:inline-flex;margin-bottom:8px;color:#fff;font-family:"Poppins",system-ui,sans-serif;font-size:1.6rem;font-weight:900;text-decoration:none}.alm-site-footer p{max-width:560px;margin:0;color:#dbe8f7}.alm-footer-nav{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none}.alm-footer-nav a{display:inline-flex;padding:8px 12px;border:1px solid rgba(255,255,255,.25);border-radius:10px;color:#fff;text-decoration:none}.alm-footer-nav a:hover{background:var(--alm-orange);border-color:var(--alm-orange)}.alm-footer-bottom{border-top:1px solid rgba(255,255,255,.16);padding:12px 0;color:#dbe8f7}.alm-ad-card{border-radius:12px}.alm-search-input{border-radius:10px}@media (prefers-reduced-motion:no-preference){.alm-card,.alm-main-visual,.alm-area-panel,.alm-lower-grid>div,.alm-instagram-strip{animation:almFadeUp .35s ease both}@keyframes almFadeUp{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}}@media (max-width:1000px){.alm-content-with-sidebar{grid-template-columns:1fr}.alm-sidebar{display:none}.alm-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.alm-top-grid{grid-template-columns:1fr}.alm-header-search{display:none}}@media (max-width:640px){body{font-size:15.5px}.alm-container{width:min(100% - 22px,1160px)}.alm-site-header{min-height:140px}.alm-header-inner{min-height:96px}.alm-site-header.is-scrolled{min-height:60px}.alm-header-nav-inner{min-height:44px}.alm-quick-entry-inner{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;padding:9px 0}.alm-quick-entry a{min-height:58px;padding:10px 8px}.alm-quick-entry strong{font-size:.92rem}.alm-quick-entry span{font-size:.72rem}.alm-section{padding:26px 0}.alm-grid,.alm-ad-grid{grid-template-columns:1fr}.alm-info-grid,.alm-review-grid,.alm-facility-grid{grid-template-columns:1fr}.alm-single-header{padding-top:14px}.alm-single-title{font-size:1.72rem}.alm-entry-content{font-size:1rem}.alm-eyecatch{margin-bottom:20px}.alm-share{gap:7px}.alm-author-box{grid-template-columns:56px 1fr}.alm-author-avatar img{width:56px;height:56px}.alm-related-grid{grid-template-columns:1fr}.alm-footer-grid{grid-template-columns:1fr}.alm-gallery .swiper-slide,.alm-entry-content .gallery-item{flex-basis:86%}}


/* Header option 1 final */
.alm-header-option-1{min-height:154px;height:auto;background:#fff;border-bottom:1px solid #cbd8e7;box-shadow:0 8px 24px rgba(21,62,117,.08);overflow:hidden}.alm-header-option-1 .alm-header-visual{position:absolute;inset:0 0 48px 0;background:linear-gradient(180deg,#fff 0%,#f7fbff 100%);color:#153e75;z-index:1}.alm-header-option-1 .alm-header-visual::before{content:"";position:absolute;left:36%;right:0;bottom:0;height:68px;background:linear-gradient(180deg,rgba(230,240,250,0),rgba(230,240,250,.9))}.alm-header-option-1 .alm-header-visual::after{content:"";position:absolute;left:38%;right:2%;bottom:0;height:18px;background:#2f66a5;opacity:.28}.alm-header-option-1 .alm-header-inner{position:relative;z-index:3;display:flex;align-items:center;min-height:106px;padding:18px 0 12px}.alm-header-option-1 .alm-brand{position:relative;display:flex;align-items:center;gap:18px;margin:0;color:#081f4d;text-align:left;text-decoration:none}.alm-header-option-1 .alm-brand::before,.alm-header-option-1 .alm-brand::after{content:none}.alm-brand-mark{position:relative;flex:0 0 68px;width:68px;height:82px}.alm-brand-mark::before{content:"";position:absolute;left:9px;top:0;width:50px;height:66px;background:#f97316;clip-path:polygon(50% 0,68% 5%,84% 18%,94% 37%,92% 55%,78% 73%,50% 100%,22% 73%,8% 55%,6% 37%,16% 18%,32% 5%)}.alm-brand-mark::after{content:"";position:absolute;left:26px;top:17px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:-13px 50px 0 -3px #153e75,0 50px 0 -5px #153e75,13px 50px 0 -3px #153e75}.alm-brand-text{display:grid;gap:7px}.alm-header-option-1 .alm-brand-logo{font-family:"Poppins",Montserrat,system-ui,sans-serif;font-size:clamp(3.2rem,2.2rem + 3vw,5rem);font-weight:900;letter-spacing:0;line-height:.95;color:#081f4d}.alm-header-option-1 .alm-brand-copy{color:#081f4d;font-size:clamp(.9rem,.78rem + .42vw,1.12rem);font-weight:800;letter-spacing:.12em;line-height:1.2}.alm-header-option-1 .alm-header-nav-wrap{position:relative;z-index:4;background:#062f63}.alm-header-option-1 .alm-header-nav-inner{display:flex;align-items:center;gap:16px;min-height:48px}.alm-header-option-1 .alm-primary-nav{flex:1;overflow-x:auto;scrollbar-width:none}.alm-header-option-1 .alm-primary-nav::-webkit-scrollbar{display:none}.alm-header-option-1 .alm-nav-list{display:flex;align-items:center;gap:0;min-width:max-content;margin:0;padding:0;list-style:none}.alm-header-option-1 .alm-nav-list a{display:inline-flex;align-items:center;min-height:48px;padding:0 17px;border:0;border-radius:0;background:transparent;color:#fff;font-size:.95rem;font-weight:900;text-decoration:none;white-space:nowrap}.alm-header-option-1 .alm-nav-list a:hover{background:#f97316;color:#fff}.alm-header-option-1 .alm-nav-list li:nth-child(1) a::before{content:"NEW"}.alm-header-option-1 .alm-nav-list li:nth-child(2) a::before{content:"□"}.alm-header-option-1 .alm-nav-list li:nth-child(3) a::before{content:"♨"}.alm-header-option-1 .alm-nav-list li:nth-child(4) a::before{content:"▣"}.alm-header-option-1 .alm-nav-list li:nth-child(5) a::before{content:"▦"}.alm-header-option-1 .alm-nav-list li:nth-child(6) a::before{content:"●"}.alm-header-option-1 .alm-nav-list a::before{margin-right:8px;color:#fff;font-size:.74rem;font-weight:900}.alm-header-option-1 .alm-header-search{display:flex;align-items:center;flex:0 0 270px;height:34px;background:#fff;border:1px solid rgba(255,255,255,.45);border-radius:4px;overflow:hidden}.alm-header-option-1 .alm-header-search input{width:100%;height:100%;border:0;padding:0 11px;color:#333;font-size:.88rem}.alm-header-option-1 .alm-header-search button{width:40px;height:100%;border:0;border-radius:0;background:#092752;color:#fff;font-size:1.15rem;cursor:pointer}.alm-header-cloud{position:absolute;width:54px;height:14px;border-radius:999px;background:#dbeaf8;opacity:.86}.alm-header-cloud::before,.alm-header-cloud::after{content:"";position:absolute;bottom:3px;border-radius:50%;background:#dbeaf8}.alm-header-cloud::before{left:8px;width:18px;height:18px}.alm-header-cloud::after{left:25px;width:25px;height:25px}.alm-header-cloud-1{left:49%;top:20px}.alm-header-cloud-2{right:6%;top:31px;transform:scale(.82)}.alm-header-option-1 .alm-skyline-small-tower,.alm-header-option-1 .alm-skyline-castle,.alm-header-option-1 .alm-skyline-building-a,.alm-header-option-1 .alm-skyline-tower,.alm-header-option-1 .alm-skyline-wheel,.alm-header-option-1 .alm-skyline-buildings{position:absolute;bottom:0;color:#153e75;opacity:.72}.alm-header-option-1 .alm-skyline-small-tower{left:35%;width:36px;height:66px;background:currentColor;clip-path:polygon(42% 0,58% 0,62% 28%,78% 28%,78% 100%,22% 100%,22% 28%,38% 28%)}.alm-header-option-1 .alm-skyline-castle{left:43%;width:142px;height:76px;background:currentColor;clip-path:polygon(0 100%,0 55%,14% 55%,14% 42%,27% 42%,27% 25%,40% 25%,50% 0,60% 25%,73% 25%,73% 42%,86% 42%,86% 55%,100% 55%,100% 100%);transform:translateX(-50%)}.alm-header-option-1 .alm-skyline-castle::before{content:"";position:absolute;left:17px;right:17px;top:-17px;height:22px;background:currentColor;clip-path:polygon(0 100%,18% 44%,34% 100%,50% 0,66% 100%,82% 44%,100% 100%)}.alm-header-option-1 .alm-skyline-building-a{left:55%;width:70px;height:74px;background:currentColor;clip-path:polygon(0 100%,0 30%,28% 30%,28% 6%,45% 6%,45% 0,56% 0,56% 6%,72% 6%,72% 30%,100% 30%,100% 100%)}.alm-header-option-1 .alm-skyline-tower{left:66%;width:58px;height:108px;border:6px solid currentColor;border-bottom:0;border-radius:30px 30px 0 0}.alm-header-option-1 .alm-skyline-tower::before{content:"";position:absolute;left:50%;top:-34px;width:6px;height:36px;background:currentColor;transform:translateX(-50%)}.alm-header-option-1 .alm-skyline-tower::after{content:"";position:absolute;left:50%;top:38px;width:86px;height:8px;background:currentColor;border-radius:999px;transform:translateX(-50%)}.alm-header-option-1 .alm-skyline-wheel{left:76%;width:84px;height:84px;border:7px solid currentColor;border-radius:50%}.alm-header-option-1 .alm-skyline-wheel::before{content:"";position:absolute;inset:13px;border:5px solid currentColor;border-radius:50%}.alm-header-option-1 .alm-skyline-wheel::after{content:"";position:absolute;left:50%;bottom:-25px;width:8px;height:40px;background:currentColor;box-shadow:-24px 10px 0 -1px currentColor,24px 10px 0 -1px currentColor;transform:translateX(-50%)}.alm-header-option-1 .alm-skyline-buildings{right:2%;width:250px;height:92px;background:linear-gradient(to right,currentColor 0 18%,transparent 18% 22%,currentColor 22% 40%,transparent 40% 44%,currentColor 44% 63%,transparent 63% 67%,currentColor 67% 100%);clip-path:polygon(0 100%,0 20%,18% 20%,18% 100%,22% 100%,22% 38%,40% 38%,40% 100%,44% 100%,44% 0,63% 0,63% 100%,67% 100%,67% 25%,100% 25%,100% 100%)}.alm-header-option-1.is-scrolled{min-height:60px;height:60px;background:#fff;overflow:hidden}.alm-header-option-1.is-scrolled .alm-header-visual{display:none}.alm-header-option-1.is-scrolled .alm-header-inner{position:absolute;left:0;right:0;top:0;z-index:5;min-height:60px;padding:0;pointer-events:none}.alm-header-option-1.is-scrolled .alm-brand{height:60px;gap:8px;pointer-events:auto}.alm-header-option-1.is-scrolled .alm-brand-mark{flex-basis:30px;width:30px;height:38px}.alm-header-option-1.is-scrolled .alm-brand-mark::before{left:4px;width:22px;height:30px}.alm-header-option-1.is-scrolled .alm-brand-mark::after{left:12px;top:8px;width:7px;height:7px;box-shadow:-5px 24px 0 -3px #153e75,0 24px 0 -4px #153e75,5px 24px 0 -3px #153e75}.alm-header-option-1.is-scrolled .alm-brand-logo{font-size:1.45rem;line-height:1}.alm-header-option-1.is-scrolled .alm-brand-copy{display:none}.alm-header-option-1.is-scrolled .alm-header-nav-wrap{height:60px;background:#fff;border-top:3px solid #153e75}.alm-header-option-1.is-scrolled .alm-header-nav-inner{min-height:57px;padding-left:178px}.alm-header-option-1.is-scrolled .alm-nav-list a{min-height:57px;padding:0 13px;color:#153e75;font-size:.86rem}.alm-header-option-1.is-scrolled .alm-nav-list a::before{color:#153e75}.alm-header-option-1.is-scrolled .alm-nav-list a:hover{background:#e6f0fa;color:#153e75}.alm-header-option-1.is-scrolled .alm-header-search{display:none}.alm-header-option-1.is-scrolled .alm-menu-icon{display:flex;flex-direction:column;justify-content:center;flex:0 0 42px;margin-left:auto}.alm-header-option-1.is-scrolled .alm-menu-icon span{display:block;width:25px;height:2px;margin:4px auto;background:#153e75}@media (max-width:900px){.alm-header-option-1{min-height:142px}.alm-header-option-1 .alm-header-inner{min-height:98px}.alm-header-option-1 .alm-brand-logo{font-size:2.8rem}.alm-brand-mark{flex-basis:54px;width:54px;height:66px}.alm-brand-mark::before{width:40px;height:54px}.alm-brand-mark::after{left:23px;top:14px;width:13px;height:13px;box-shadow:-10px 40px 0 -3px #153e75,0 40px 0 -5px #153e75,10px 40px 0 -3px #153e75}.alm-header-option-1 .alm-header-search{display:none}.alm-header-option-1 .alm-skyline-castle{left:56%;width:112px;height:62px}.alm-header-option-1 .alm-skyline-tower{left:70%;height:88px;width:46px}.alm-header-option-1 .alm-skyline-wheel{left:81%;width:62px;height:62px}.alm-header-option-1 .alm-skyline-buildings{right:-6%;width:180px;height:72px}.alm-header-option-1.is-scrolled .alm-header-nav-inner{padding-left:144px}}@media (max-width:640px){.alm-header-option-1{min-height:134px}.alm-header-option-1 .alm-header-visual{inset:0 0 44px 0}.alm-header-option-1 .alm-header-inner{min-height:90px;padding:14px 0 8px}.alm-header-option-1 .alm-brand{gap:10px}.alm-header-option-1 .alm-brand-logo{font-size:2rem}.alm-header-option-1 .alm-brand-copy{font-size:.75rem;letter-spacing:.04em}.alm-brand-mark{flex-basis:42px;width:42px;height:54px}.alm-brand-mark::before{left:5px;width:32px;height:43px}.alm-brand-mark::after{left:16px;top:11px;width:10px;height:10px;box-shadow:-8px 33px 0 -3px #153e75,0 33px 0 -5px #153e75,8px 33px 0 -3px #153e75}.alm-header-option-1 .alm-header-nav-inner{min-height:44px}.alm-header-option-1 .alm-nav-list a{min-height:44px;padding:0 12px;font-size:.82rem}.alm-header-option-1 .alm-skyline-small-tower{display:none}.alm-header-option-1 .alm-skyline-castle{left:62%;width:82px;height:46px}.alm-header-option-1 .alm-skyline-building-a{display:none}.alm-header-option-1 .alm-skyline-tower{left:76%;height:68px;width:38px}.alm-header-option-1 .alm-skyline-wheel{display:none}.alm-header-option-1 .alm-skyline-buildings{right:-16%;width:140px;height:58px}.alm-header-option-1.is-scrolled{height:60px}.alm-header-option-1.is-scrolled .alm-brand-logo{font-size:1.08rem}.alm-header-option-1.is-scrolled .alm-header-nav-inner{padding-left:118px}.alm-header-option-1.is-scrolled .alm-nav-list a{min-height:57px;padding:0 9px;font-size:.8rem}}


/* Static media banner final */
:root{--alm-navy:#153E75;--alm-orange:#F97316;--alm-bg:#FFFFFF;--alm-sub:#E6F0FA;--alm-border:#E5E7EB;--alm-text:#333333}.alm-site-header,.alm-header-static{position:static!important;top:auto!important;z-index:auto!important;min-height:0!important;height:auto!important;overflow:visible!important;background:#fff;border-bottom:1px solid var(--alm-border);box-shadow:none}.alm-site-header::before,.alm-site-header::after,.alm-header-visual,.alm-header-inner{display:none!important}.alm-header-banner-wrap{display:block;width:100%;background:#fff}.alm-header-banner-wrap a{display:block;width:100%;line-height:0}.alm-header-banner-img{display:block;width:100%;max-width:1600px;height:auto;max-height:170px;margin:0 auto;object-fit:contain;object-position:center}.alm-header-nav-wrap{position:static!important;z-index:auto!important;background:var(--alm-navy)!important;border:0!important}.alm-header-nav-inner{display:flex;align-items:center;gap:16px;min-height:48px}.alm-primary-nav{flex:1;overflow-x:auto;scrollbar-width:none}.alm-primary-nav::-webkit-scrollbar{display:none}.alm-nav-list{display:flex;align-items:center;gap:0;min-width:max-content;margin:0;padding:0;list-style:none}.alm-nav-list a{display:inline-flex!important;align-items:center;gap:8px;min-height:48px;padding:0 16px;border:0!important;border-radius:0!important;background:transparent!important;color:#fff!important;font-size:.94rem;font-weight:900;text-decoration:none;white-space:nowrap}.alm-nav-list a::before{content:none!important}.alm-nav-list a:hover{background:var(--alm-orange)!important;color:#fff!important}.alm-icon{display:inline-block;width:20px;height:20px;object-fit:contain;flex:0 0 20px}.alm-header-search{display:flex;align-items:center;flex:0 0 270px;height:34px;background:#fff;border:1px solid rgba(255,255,255,.45);border-radius:4px;overflow:hidden}.alm-header-search input{width:100%;height:100%;border:0;padding:0 11px;color:var(--alm-text);font-size:.88rem}.alm-header-search button{width:40px;height:100%;border:0;border-radius:0;background:#092752;color:#fff;font-size:1.15rem;cursor:pointer}.alm-menu-icon{display:none!important}.alm-site-header.is-scrolled,.alm-header-option-1.is-scrolled{position:static!important;height:auto!important;min-height:0!important}.alm-site-header.is-scrolled .alm-header-nav-wrap,.alm-header-option-1.is-scrolled .alm-header-nav-wrap{height:auto!important;background:var(--alm-navy)!important;border:0!important}.alm-site-header.is-scrolled .alm-header-nav-inner,.alm-header-option-1.is-scrolled .alm-header-nav-inner{min-height:48px!important;padding-left:0!important}.alm-site-header.is-scrolled .alm-nav-list a,.alm-header-option-1.is-scrolled .alm-nav-list a{min-height:48px!important;color:#fff!important}.alm-main-slider-section{padding-top:22px}.alm-top-grid,.alm-area-panel,.alm-quick-entry,.alm-instagram-strip{display:none!important}.alm-home-slider{padding:16px;border:1px solid var(--alm-border);border-radius:12px;background:#fff;box-shadow:0 6px 22px rgba(21,62,117,.06)}.alm-slide-meta time{color:#fff;font-size:.84rem;font-weight:800}.alm-ranking-list-wide{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.alm-ranking-list-wide .alm-ranking-card{grid-template-columns:1fr;align-content:start;gap:8px;padding:12px;border:1px solid var(--alm-border);border-radius:12px;background:#fff;box-shadow:0 5px 18px rgba(21,62,117,.05)}.alm-ranking-list-wide .alm-ranking-card img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:8px}.alm-info-item{position:relative;padding-left:46px}.alm-info-item .alm-icon{position:absolute;left:14px;top:16px}.alm-sidebar-title::before,.alm-section-title::before{background:var(--alm-orange)}@media (max-width:900px){.alm-header-banner-img{max-height:150px}.alm-header-search{display:none}.alm-ranking-list-wide{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.alm-header-banner-img{width:100%;max-height:none;min-height:0;object-fit:contain}.alm-header-nav-inner{min-height:44px}.alm-nav-list a{min-height:44px;padding:0 12px;font-size:.82rem}.alm-icon{width:18px;height:18px;flex-basis:18px}.alm-main-slider-section{padding-top:14px}.alm-home-slider{padding:10px;border-radius:10px}.alm-ranking-list-wide{grid-template-columns:1fr}.alm-header-banner-wrap{padding:0}.alm-section{padding:24px 0}}


/* Top page mockup final */
.alm-header-static{position:static!important;height:auto!important;max-height:none!important;background:#fff}.alm-header-banner-img{display:block;width:100%!important;height:auto!important;max-width:100%!important;max-height:none!important;object-fit:contain!important}.alm-header-nav-wrap{background:#fff!important;border-top:0!important;border-bottom:1px solid var(--alm-border)!important;box-shadow:0 4px 14px rgba(21,62,117,.06)}.alm-header-nav-inner{min-height:64px;justify-content:center}.alm-header-static .alm-nav-list{justify-content:center}.alm-header-static .alm-nav-list a{min-height:64px;color:#081f4d!important;background:#fff!important;padding:0 26px;font-size:1rem}.alm-header-static .alm-nav-list a:hover{color:var(--alm-orange)!important;background:#fff7f0!important}.alm-header-static .alm-icon{width:24px;height:24px;flex-basis:24px}.alm-header-static .alm-header-search{flex:0 0 auto;width:44px;height:44px;border:0;background:transparent}.alm-header-static .alm-header-search input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.alm-header-static .alm-header-search button{width:44px;height:44px;border-radius:50%;background:#fff;color:#153E75;font-size:1.65rem}.alm-header-static .alm-header-search button:hover{color:var(--alm-orange)}.alm-home-mockup{background:#fff}.alm-main-slider-section{padding:26px 0 18px;background:#fff}.alm-home-slider-featured{padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important}.alm-home-slider-featured .swiper{padding:0 0 36px}.alm-home-slider-featured .alm-slide-card{height:auto;aspect-ratio:16/12;border-radius:10px;box-shadow:0 8px 24px rgba(21,62,117,.08)}.alm-home-slider-featured .alm-slide-overlay{padding:54px 18px 18px;background:linear-gradient(180deg,rgba(8,31,77,0) 0%,rgba(8,31,77,.9) 100%)}.alm-home-slider-featured .alm-slide-overlay time{color:#fff;font-size:.9rem;font-weight:800}.alm-home-slider-featured .alm-slide-title{font-size:clamp(1.15rem,1rem + .45vw,1.55rem);font-weight:900}.alm-home-slider-featured .alm-type-badge{position:absolute;left:14px;top:14px;color:#fff;background:var(--alm-orange)}.alm-home-slider-featured .swiper-pagination-bullet{background:#aeb8c5;opacity:.8}.alm-home-slider-featured .swiper-pagination-bullet-active{background:#153E75}.alm-home-slider-featured .alm-slider-button{display:grid;width:52px;height:52px;border:1px solid var(--alm-border);background:#fff;color:#153E75;box-shadow:0 6px 18px rgba(21,62,117,.12)}.alm-home-slider-featured .alm-slider-button::after{font-size:20px}.alm-home-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:34px;align-items:start}.alm-home-main-column{min-width:0}.alm-home-section{padding:26px 0;border-top:0}.alm-home-section+.alm-home-section{border-top:1px solid var(--alm-border)}.alm-home-section .alm-section-header{margin-bottom:18px}.alm-home-section .alm-section-title{display:flex;align-items:center;gap:10px;padding-left:14px;font-size:1.55rem}.alm-title-with-icon{padding-left:0!important}.alm-title-with-icon::before{display:none}.alm-title-with-icon .alm-icon{width:30px;height:30px;flex-basis:30px}.alm-section-link{font-size:.95rem;text-decoration:none}.alm-section-link::after{content:" ›"}.alm-home-card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.alm-home-small-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.alm-home-card-grid .alm-card{border-radius:10px}.alm-home-card-grid .alm-card-media{border-radius:10px 10px 0 0}.alm-home-card-grid .alm-card-body{padding:14px}.alm-home-card-grid .alm-card-excerpt{display:none}.alm-card-new .alm-card-media::after{content:"NEW";position:absolute;left:10px;top:10px;padding:4px 7px;border-radius:6px;background:var(--alm-orange);color:#fff;font-size:.74rem;font-weight:900}.alm-home-sidebar{position:sticky;top:16px;align-self:start}.alm-home-ranking{padding:24px;border:1px solid var(--alm-border);border-radius:14px;background:#fff;box-shadow:0 8px 26px rgba(21,62,117,.07)}.alm-home-ranking h2{display:flex;align-items:center;gap:10px;margin:0 0 18px;color:#153E75;font-size:1.35rem}.alm-home-ranking h2 .alm-icon{width:28px;height:28px}.alm-home-ranking .alm-ranking-list{gap:15px}.alm-home-ranking .alm-ranking-card{display:grid;grid-template-columns:34px 84px 1fr;grid-template-rows:auto auto;gap:4px 10px;min-height:70px;text-decoration:none;color:#1f2937}.alm-home-ranking .alm-ranking-card img{grid-row:1/3;grid-column:2;width:84px;height:58px;object-fit:cover;border-radius:6px}.alm-home-ranking .alm-rank-num{position:static;grid-row:1/3;grid-column:1;align-self:center;width:28px;height:28px;background:#153E75}.alm-home-ranking .alm-ranking-card:nth-child(-n+3) .alm-rank-num{background:var(--alm-orange)}.alm-home-ranking .alm-ranking-card strong{grid-column:3;font-size:.92rem;line-height:1.45}.alm-home-ranking .alm-ranking-card time{grid-column:3;color:#667085;font-size:.78rem}.alm-instagram-strip{display:none!important}@media (max-width:1100px){.alm-header-static .alm-nav-list a{padding:0 18px}.alm-home-content-grid{grid-template-columns:1fr}.alm-home-sidebar{position:static}.alm-home-ranking{margin-bottom:28px}.alm-home-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.alm-home-small-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.alm-header-nav-inner{min-height:56px;justify-content:flex-start}.alm-header-static .alm-nav-list a{min-height:56px;padding:0 14px;font-size:.88rem}.alm-header-static .alm-icon{width:21px;height:21px;flex-basis:21px}.alm-header-static .alm-header-search{margin-left:auto;flex:0 0 42px}.alm-main-slider-section{padding:18px 0 10px}.alm-home-slider-featured .alm-slide-card{aspect-ratio:16/11}.alm-home-slider-featured .alm-slider-button{display:none}.alm-home-card-grid,.alm-home-small-grid{grid-template-columns:1fr}.alm-home-content-grid{gap:12px}.alm-home-section{padding:22px 0}.alm-home-section .alm-section-title{font-size:1.35rem}.alm-home-ranking{padding:18px}.alm-home-ranking .alm-ranking-card{grid-template-columns:30px 76px 1fr}.alm-home-ranking .alm-ranking-card img{width:76px;height:54px}}


/* Header banner size fix */
.alm-header-static,.alm-site-header{position:static!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}.alm-header-banner-wrap{width:100%!important;margin:0!important;padding:0!important;background:#fff!important;line-height:0!important}.alm-header-banner-wrap a{display:block!important;width:100%!important}.alm-header-banner-img{display:block!important;width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center!important}.alm-header-nav-wrap{margin-top:0!important}@media (min-width:1024px){.alm-header-banner-img{width:100%!important;height:auto!important;max-height:none!important}}@media (max-width:767px){.alm-header-banner-img{width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important}}


/* Header banner half-size tuning */
:root{--alm-header-banner-pc-height:150px;--alm-header-banner-sp-height:auto}.alm-header-banner-img{height:auto!important;max-height:none!important;object-fit:contain!important}@media (min-width:1024px){.alm-header-banner-img{width:100%!important;height:auto!important;max-height:none!important}}@media (max-width:767px){.alm-header-banner-img{height:var(--alm-header-banner-sp-height)!important;max-height:none!important}}


/* Latest slider and more links fix */
.alm-section-link,.alm-card a,.alm-ranking-card,.alm-slide-card,.alm-latest-slide-card{pointer-events:auto!important;position:relative;z-index:3}.alm-latest-slider-section{padding:22px 0 10px;background:#fff}.alm-latest-slider{position:relative;padding:0 0 10px}.alm-latest-swiper{padding:0 2px 38px}.alm-latest-slide-card{display:block;position:relative;overflow:hidden;aspect-ratio:16/9;border-radius:12px;background:#E6F0FA;box-shadow:0 8px 24px rgba(21,62,117,.08);text-decoration:none}.alm-latest-slide-card img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.alm-latest-slide-card:hover img{transform:scale(1.045)}.alm-latest-slide-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;gap:6px;padding:16px;color:#fff;background:linear-gradient(180deg,rgba(8,31,77,0) 30%,rgba(8,31,77,.9) 100%);z-index:2}.alm-latest-badge{position:absolute;left:14px;top:14px;display:inline-flex;width:max-content;padding:5px 9px;border-radius:7px;background:#F97316;color:#fff;font-size:.78rem;font-weight:900;line-height:1}.alm-latest-slide-overlay time{color:#fff;font-size:.86rem;font-weight:800}.alm-latest-slide-overlay h2{margin:0;color:#fff;font-size:clamp(1.05rem,.95rem + .35vw,1.35rem);font-weight:900;line-height:1.45}.alm-latest-swiper .swiper-pagination-bullet{background:#aeb8c5;opacity:.8}.alm-latest-swiper .swiper-pagination-bullet-active{background:#153E75}.alm-latest-swiper .alm-slider-button{display:grid;width:46px;height:46px;border:1px solid #E5E7EB;border-radius:999px;background:#fff;color:#153E75;box-shadow:0 6px 18px rgba(21,62,117,.12)}.alm-latest-swiper .alm-slider-button::after{font-size:18px}.alm-ranking-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 18px}.alm-ranking-header h2{margin:0!important}.alm-ranking-header .alm-section-link{flex:0 0 auto;font-size:.88rem}.alm-ranking-archive-grid{align-items:start}.alm-ranking-archive-card{position:relative}.alm-ranking-archive-card>.alm-rank-num{position:absolute;left:-8px;top:-8px;z-index:5}.alm-home-section .alm-section-link{display:inline-flex;align-items:center;min-height:36px;padding:4px 8px;border-radius:8px}.alm-home-section .alm-section-link:hover{background:#fff3e8;color:#F97316}@media (max-width:767px){.alm-latest-slider-section{padding-top:16px}.alm-latest-swiper{padding-bottom:32px}.alm-latest-swiper .alm-slider-button{display:none}.alm-latest-slide-overlay{padding:14px}.alm-latest-slide-overlay h2{font-size:1.08rem}}


/* Renewed single page */
.alm-renewed-single-main{background:#fff}.alm-renewed-single{max-width:1000px;margin:0 auto}.alm-single-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;align-items:center;max-width:1000px;margin:18px auto 12px;color:#667085;font-size:.9rem}.alm-single-breadcrumb a{color:#153E75;text-decoration:none}.alm-breadcrumb-sep{color:#98a2b3}.alm-renewed-single-header{max-width:800px;margin:0 auto 24px;padding-top:10px}.alm-single-badge{display:inline-flex;margin-bottom:12px;padding:7px 12px;border-radius:999px;color:#fff;background:#F97316;font-weight:900;font-size:.86rem}.alm-single-badge.alm-type-facility{background:#153E75}.alm-single-badge.alm-type-report{background:#16A34A}.alm-single-badge.alm-type-event{background:#DC2626}.alm-pr-notice{display:inline-flex;margin:0 0 12px 8px;padding:7px 12px;border-radius:999px;background:#fff3e8;color:#9a3412;font-weight:900}.alm-renewed-title{margin:0 0 14px;color:#153E75;font-size:clamp(1.8rem,1.3rem + 2vw,2.7rem);line-height:1.36;font-weight:900}.alm-renewed-meta{display:flex;flex-wrap:wrap;gap:10px 14px;color:#667085;font-size:.92rem;font-weight:700}.alm-single-share{display:flex;flex-wrap:wrap;align-items:center;gap:8px;max-width:800px;margin:18px auto}.alm-single-share span,.alm-single-share a,.alm-single-share button{display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:8px 12px;border:1px solid #E5E7EB;border-radius:10px;background:#fff;color:#153E75;font-weight:900;text-decoration:none}.alm-single-share button{cursor:pointer;font:inherit}.alm-single-share a:hover,.alm-single-share button:hover{border-color:#F97316;color:#F97316}.alm-single-share .alm-icon{width:20px;height:20px}.alm-renewed-eyecatch{max-width:1000px;margin:0 auto 28px}.alm-renewed-eyecatch img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:16px;box-shadow:0 12px 34px rgba(21,62,117,.12)}.alm-single-info-card,.alm-single-review,.alm-single-points,.alm-single-gallery,.alm-single-map,.alm-editor-comment,.alm-single-ad-box,.alm-single-related,.alm-prev-next{max-width:800px;margin:28px auto;padding:22px;border:1px solid #E5E7EB;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(21,62,117,.06)}.alm-single-info-head h2,.alm-single-review h2,.alm-single-points h2,.alm-single-gallery h2,.alm-single-map h2,.alm-editor-comment h2,.alm-single-ad-box h2{margin:0 0 16px;color:#153E75;font-size:1.35rem}.alm-single-info-grid,.alm-single-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.alm-single-info-item,.alm-single-review-grid div{position:relative;min-height:78px;padding:14px 14px 14px 48px;border:1px solid #E5E7EB;border-radius:12px;background:#fbfdff}.alm-single-info-item .alm-icon{position:absolute;left:14px;top:17px;width:24px;height:24px}.alm-single-info-item span,.alm-single-review-grid span{display:block;margin-bottom:4px;color:#667085;font-size:.82rem;font-weight:900}.alm-single-info-item strong,.alm-single-review-grid strong{color:#1f2937;font-size:.98rem;line-height:1.55}.alm-single-info-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.alm-single-info-actions a,.alm-map-button,.alm-single-ad-box a{display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:9px 13px;border-radius:10px;background:#153E75;color:#fff;text-decoration:none;font-weight:900}.alm-single-info-actions a:hover,.alm-map-button:hover,.alm-single-ad-box a:hover{background:#F97316;color:#fff}.alm-single-points{background:#E6F0FA}.alm-single-points ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.alm-single-points li{position:relative;padding-left:28px;font-weight:800}.alm-single-points li::before{content:'✓';position:absolute;left:0;top:0;color:#F97316;font-weight:900}.alm-renewed-entry{max-width:800px;margin:0 auto;font-size:17.5px;line-height:1.9;color:#333}.alm-renewed-entry p{margin:0 0 1.65em}.alm-renewed-entry h2{margin:2.4em 0 1em;padding:17px 18px 17px 22px;border-left:6px solid #F97316;border-radius:12px;background:#E6F0FA;color:#153E75;font-size:clamp(1.35rem,1.15rem + .7vw,1.75rem);line-height:1.45}.alm-renewed-entry h3{margin:2em 0 .85em;padding-left:14px;border-left:4px solid #F97316;color:#153E75;font-size:1.28rem}.alm-renewed-entry img{border-radius:12px}.alm-gallery-scroll{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.alm-gallery-scroll a{flex:0 0 42%;scroll-snap-align:start}.alm-gallery-scroll img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:12px}.alm-map-embed{overflow:hidden;border-radius:12px}.alm-map-embed iframe{display:block;width:100%!important;min-height:360px;border:0}.alm-map-button{margin-top:12px}.alm-editor-comment{border-color:#fed7aa;background:#fff7ed}.alm-editor-comment h2{display:flex;align-items:center;gap:8px;color:#9a3412}.alm-editor-comment p{margin:0;line-height:1.8}.alm-single-ad-box{background:#f8fafc}.alm-single-ad-box div{display:flex;flex-wrap:wrap;gap:10px}.alm-pr-label{display:inline-flex;margin-bottom:8px;padding:4px 9px;border-radius:6px;background:#fff;color:#F97316;font-weight:900}.alm-single-related{padding:0;border:0;box-shadow:none}.alm-single-related .alm-related-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.alm-prev-next{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.alm-prev-next a{display:grid;gap:6px;padding:16px;border:1px solid #E5E7EB;border-radius:12px;text-decoration:none}.alm-prev-next span{color:#667085;font-size:.86rem;font-weight:900}.alm-prev-next strong{color:#153E75;line-height:1.5}.alm-copy-url.is-copied{background:#E6F0FA;color:#153E75}.alm-admin-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.alm-admin-meta-grid p{margin:0 0 8px}@media (max-width:900px){.alm-single-info-grid,.alm-single-review-grid,.alm-prev-next{grid-template-columns:1fr}.alm-single-related .alm-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.alm-gallery-scroll a{flex-basis:78%}}@media (max-width:640px){.alm-renewed-entry{font-size:17px}.alm-single-info-card,.alm-single-review,.alm-single-points,.alm-single-gallery,.alm-single-map,.alm-editor-comment,.alm-single-ad-box,.alm-single-related,.alm-prev-next{margin:22px auto;padding:17px}.alm-renewed-title{font-size:1.72rem}.alm-gallery-scroll a{flex-basis:86%}.alm-single-related .alm-related-grid{grid-template-columns:1fr}.alm-admin-meta-grid{grid-template-columns:1fr}}


/* Article templates and store info polish */
.alm-single-info-card{border-radius:12px;background:#fff}.alm-single-info-item span{color:#153E75!important;font-weight:900}.alm-single-info-item strong{color:#F97316;font-weight:900}.alm-single-info-item strong a{color:#F97316}.alm-single-info-actions a{border-radius:10px}.alm-single-info-actions a:nth-child(1){background:#153E75}.alm-single-info-actions a:nth-child(2){background:#F97316}.alm-single-info-actions a:nth-child(3){background:#0f766e}.alm-admin-meta-grid input,.alm-admin-meta-grid textarea{border:1px solid #dcdcde;border-radius:6px;padding:7px 9px}.alm-admin-meta-grid label{display:block;margin-bottom:4px;color:#153E75}@media (max-width:640px){.alm-single-info-card{padding:16px}.alm-single-info-actions{display:grid}.alm-single-info-actions a{justify-content:center}}


/* Taxonomy navigation and larger slider */
.alm-home-slider-featured .alm-slide-card,.alm-latest-slide-card{aspect-ratio:16/11!important}.alm-home-slider-featured .alm-slide-title{font-size:clamp(1.35rem,1.08rem + .8vw,1.85rem)!important}.alm-home-slider-featured .swiper,.alm-latest-swiper{padding-bottom:44px!important}.alm-home-slider-featured .swiper-slide,.alm-latest-swiper .swiper-slide{transform:translateZ(0)}.alm-card,.alm-slide-card,.alm-latest-slide-card,.alm-card-tax-tag,.alm-area-search-card,.alm-city-link-list a{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,color .2s ease,background .2s ease}.alm-card:hover,.alm-area-search-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(21,62,117,.14)}.alm-slide-card:hover,.alm-latest-slide-card:hover{box-shadow:0 16px 40px rgba(21,62,117,.18)}.alm-card:hover .alm-card-media img,.alm-slide-card:hover img,.alm-latest-slide-card:hover img{transform:scale(1.055)}.alm-card-tax-tags{display:flex;flex-wrap:wrap;gap:6px;margin:2px 0 8px}.alm-card-tax-tag{display:inline-flex;align-items:center;min-height:26px;padding:4px 8px;border:1px solid #E5E7EB;border-radius:999px;background:#fff;color:#153E75;font-size:.76rem;font-weight:900;text-decoration:none}.alm-card-tax-category{background:#fff3e8;border-color:#fed7aa;color:#c2410c}.alm-card-tax-area{background:#E6F0FA}.alm-card-tax-city{background:#f8fafc}.alm-card-tax-genre{background:#fff7ed;color:#EA580C}.alm-card-tax-tag:hover{border-color:#F97316;background:#F97316;color:#fff}.alm-area-search-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:26px 0 40px}.alm-area-search-card{padding:22px;border:1px solid #E5E7EB;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(21,62,117,.06)}.alm-area-search-card h2{margin:0 0 14px;color:#153E75;font-size:1.35rem}.alm-area-search-card h2 a{color:#153E75;text-decoration:none}.alm-city-link-list{display:flex;flex-wrap:wrap;gap:9px}.alm-city-link-list a,.alm-city-link-list span{display:inline-flex;padding:7px 11px;border:1px solid #E5E7EB;border-radius:999px;background:#fff;color:#153E75;text-decoration:none;font-weight:800;font-size:.9rem}.alm-city-link-list a:hover{border-color:#F97316;background:#fff3e8;color:#F97316}@media (min-width:1024px){.alm-home-slider-featured .alm-slide-card,.alm-latest-slide-card{aspect-ratio:16/10!important}.alm-main-slider-section .alm-container,.alm-latest-slider-section .alm-container{width:min(100% - 48px,1280px)}}@media (max-width:767px){.alm-home-slider-featured .alm-slide-card,.alm-latest-slide-card{width:100%;aspect-ratio:16/10!important}.alm-area-search-grid{grid-template-columns:1fr;gap:14px}.alm-card-tax-tags{gap:5px}.alm-card-tax-tag{font-size:.72rem;padding:3px 7px}.alm-main-slider-section .alm-container,.alm-latest-slider-section .alm-container{width:min(100% - 22px,1160px)}}

/* Spot search */
.alm-spot-search-main{background:#fff;padding-bottom:52px}.alm-spot-search-hero{padding:28px 0 18px}.alm-spot-search-hero .alm-kicker{margin:0 0 4px;color:#F97316;font-size:.82rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.alm-spot-search-hero h1{margin:0;color:#153E75;font-size:clamp(1.8rem,1.3rem + 1.8vw,2.6rem);line-height:1.25;font-weight:900}.alm-spot-search-hero p{max-width:780px;margin:10px 0 0;color:#475467;line-height:1.8}.alm-spot-search-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,1fr);gap:0;margin:16px 0 34px;border:1px solid #E5E7EB;border-radius:16px;background:#f4f6f8;box-shadow:0 10px 28px rgba(21,62,117,.08);overflow:hidden}.alm-spot-search-keyword,.alm-spot-search-filters{padding:24px}.alm-spot-search-keyword{border-right:1px solid #fff}.alm-spot-search-form label{display:block;margin:0 0 9px;color:#1f2937;font-weight:900}.alm-spot-search-keyword-row{display:grid;grid-template-columns:1fr auto;align-items:center;border:6px solid rgba(255,255,255,.7);border-radius:999px;background:#fff;box-shadow:inset 0 0 0 1px #E5E7EB}.alm-spot-search-keyword-row input{min-width:0;height:44px;padding:0 18px;border:0;background:transparent;color:#333;font-size:1rem;outline:0}.alm-spot-search-keyword-row button{min-height:36px;margin-right:5px;padding:0 18px;border:0;border-radius:999px;background:#F97316;color:#fff;font-weight:900;cursor:pointer}.alm-spot-search-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.alm-field select{width:100%;min-height:46px;padding:0 12px;border:1px solid #cfd8e3;border-radius:8px;background:#fff;color:#333;font-size:.96rem}.alm-field select:focus,.alm-spot-search-keyword-row:focus-within{outline:3px solid rgba(249,115,22,.22);outline-offset:2px}.alm-spot-search-actions{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:flex-end;padding:0 24px 24px}.alm-spot-search-submit,.alm-spot-search-reset{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:10px;font-weight:900;text-decoration:none}.alm-spot-search-submit{border:0;background:#F97316;color:#fff;cursor:pointer}.alm-spot-search-submit:hover,.alm-spot-search-keyword-row button:hover{background:#ea580c}.alm-spot-search-reset{border:1px solid #E5E7EB;background:#fff;color:#153E75}.alm-spot-search-reset:hover{border-color:#F97316;color:#F97316}.alm-spot-search-result-header{align-items:flex-end;margin-bottom:18px}.alm-spot-search-result-header p{margin:4px 0 0;color:#667085}.alm-spot-search-result-header strong{display:inline-flex;align-items:center;min-height:34px;padding:5px 12px;border-radius:999px;background:#E6F0FA;color:#153E75}.alm-spot-search-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.alm-pagination{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:28px 0}.alm-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border:1px solid #E5E7EB;border-radius:10px;background:#fff;color:#153E75;text-decoration:none;font-weight:900}.alm-pagination .page-numbers.current,.alm-pagination a.page-numbers:hover{border-color:#F97316;background:#F97316;color:#fff}.alm-spot-search-empty{margin:18px 0 28px;padding:26px;border:1px solid #E5E7EB;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(21,62,117,.06)}.alm-spot-search-empty h2{margin:0 0 8px;color:#153E75;font-size:1.35rem}.alm-spot-search-empty p{margin:0 0 14px;color:#667085}.alm-spot-search-empty a{display:inline-flex;min-height:40px;align-items:center;padding:0 14px;border-radius:10px;background:#F97316;color:#fff;text-decoration:none;font-weight:900}.alm-spot-search-latest{margin-top:26px}@media (max-width:980px){.alm-spot-search-form{grid-template-columns:1fr}.alm-spot-search-keyword{border-right:0;border-bottom:1px solid #fff}.alm-spot-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.alm-spot-search-hero{padding-top:20px}.alm-spot-search-form{border-radius:12px;margin-bottom:26px}.alm-spot-search-keyword,.alm-spot-search-filters{padding:18px}.alm-spot-search-filters{grid-template-columns:1fr;gap:12px}.alm-spot-search-keyword-row{grid-template-columns:1fr;border-width:4px;border-radius:14px}.alm-spot-search-keyword-row input{height:46px}.alm-spot-search-keyword-row button{width:calc(100% - 10px);margin:0 5px 5px;min-height:42px;border-radius:10px}.alm-spot-search-actions{justify-content:stretch;padding:0 18px 18px}.alm-spot-search-submit,.alm-spot-search-reset{width:100%}.alm-spot-search-grid{grid-template-columns:1fr}.alm-spot-search-result-header{display:block}.alm-spot-search-result-header strong{margin-top:8px}}

.alm-site-header,.aichi-header,.header-banner{position:static!important;top:auto!important;height:auto!important;max-height:none!important}.alm-site-header.is-scrolled{min-height:0!important}.alm-header-visual{pointer-events:none}

/* Unified search UI */
.alm-header-search{display:none!important}.alm-header-static .alm-nav-list{justify-content:center}.alm-header-static .alm-primary-nav{width:100%}.alm-header-static .alm-nav-list a{gap:8px}.alm-unified-search{padding:28px 0;background:#fff}.alm-unified-search-panel{display:grid;grid-template-columns:1fr 1fr;border:1px solid #E5E7EB;border-radius:12px;background:#F3F4F6;box-shadow:0 10px 28px rgba(21,62,117,.08);overflow:hidden}.alm-keyword-panel,.alm-condition-panel{padding:28px 30px}.alm-keyword-panel{border-right:1px solid #E5E7EB}.alm-keyword-panel h2,.alm-condition-panel h2{display:flex;align-items:center;gap:8px;margin:0 0 16px;color:#153E75;font-size:1.25rem;line-height:1.35}.alm-keyword-panel h2 span,.alm-condition-panel h2 span{color:#F97316}.alm-keyword-row{display:grid;grid-template-columns:1fr auto;align-items:center;border:4px solid #fff;border-radius:999px;background:#fff;box-shadow:inset 0 0 0 1px #E5E7EB}.alm-keyword-row input{min-width:0;height:48px;padding:0 18px;border:0;background:transparent;color:#333;font-size:16px;outline:0}.alm-keyword-row button{min-height:40px;margin-right:4px;padding:0 18px;border:0;border-radius:999px;background:#F97316;color:#fff;font-size:16px;font-weight:900;cursor:pointer}.alm-keyword-row button:hover,.alm-condition-actions button:hover{background:#ea580c}.alm-condition-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.alm-search-field label{display:block;margin:0 0 7px;color:#153E75;font-size:.92rem;font-weight:900}.alm-search-field select{width:100%;min-height:46px;padding:0 36px 0 12px;border:1px solid #cfd8e3;border-radius:8px;background:#fff;color:#333;font-size:16px}.alm-search-field select:focus,.alm-keyword-row:focus-within{outline:3px solid rgba(249,115,22,.24);outline-offset:2px}.alm-advanced-search{margin-top:14px}.alm-advanced-search summary{display:inline-flex;align-items:center;min-height:38px;color:#153E75;font-weight:900;cursor:pointer}.alm-advanced-search summary:hover{color:#F97316}.alm-condition-advanced{margin-top:12px}.alm-condition-actions{display:grid;gap:9px;margin-top:16px}.alm-condition-actions button{width:100%;min-height:50px;border:0;border-radius:8px;background:#F97316;color:#fff;font-size:16px;font-weight:900;cursor:pointer}.alm-condition-actions a{justify-self:center;color:#667085;font-size:.92rem;font-weight:900;text-decoration:none}.alm-condition-actions a:hover{color:#F97316}.alm-spot-search-main .alm-unified-search{padding-top:0}.alm-spot-search-results{padding:8px 0 48px}.alm-spot-search-empty ul{margin:10px 0 0;padding-left:1.2em;color:#667085}.alm-spot-search-empty li+li{margin-top:4px}.alm-spot-search-empty a{color:#F97316;font-weight:900}@media (max-width:900px){.alm-unified-search-panel{grid-template-columns:1fr}.alm-keyword-panel{border-right:0;border-bottom:1px solid #E5E7EB}.alm-condition-grid{grid-template-columns:1fr}}@media (max-width:640px){.alm-unified-search{padding:20px 0}.alm-keyword-panel,.alm-condition-panel{padding:20px}.alm-keyword-panel h2,.alm-condition-panel h2{font-size:1.08rem}.alm-keyword-row{grid-template-columns:1fr;border-radius:12px}.alm-keyword-row input{height:48px}.alm-keyword-row button{width:calc(100% - 8px);margin:0 4px 4px;border-radius:8px}.alm-header-static .alm-nav-list{justify-content:flex-start}.alm-header-static .alm-nav-list a{padding:0 13px}}

/* Contact page */
.alm-contact-main{background:#F8FAFC;padding:0 0 56px}.alm-contact-hero{max-width:800px;margin:0 auto;padding:34px 0 22px;text-align:center}.alm-contact-hero h1{margin:0 0 14px;color:#153E75;font-size:clamp(1.9rem,1.35rem + 2vw,2.8rem);line-height:1.25;font-weight:900}.alm-contact-hero p{margin:6px auto;color:#475467;font-size:1.02rem;line-height:1.8}.alm-contact-card{max-width:800px;margin:0 auto;padding:28px;border:1px solid #E5E7EB;border-radius:12px;background:#fff;box-shadow:0 14px 36px rgba(21,62,117,.1)}.alm-contact-message{margin:0 0 22px;padding:16px 18px;border-radius:10px;font-weight:800;line-height:1.75}.alm-contact-message.is-success{border:1px solid #bbf7d0;background:#f0fdf4;color:#166534}.alm-contact-message.is-error{border:1px solid #fecaca;background:#fff1f2;color:#991b1b}.alm-contact-form{display:grid;gap:18px}.alm-contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.alm-contact-grid p{margin:0}.alm-contact-full{grid-column:1/-1}.alm-contact-form label{display:block;margin:0 0 7px;color:#153E75;font-weight:900}.alm-contact-form label span{display:inline-flex;margin-left:6px;padding:2px 6px;border-radius:4px;background:#fff3e8;color:#c2410c;font-size:.74rem}.alm-contact-form label small{margin-left:6px;color:#667085;font-size:.82rem}.alm-contact-form input[type="text"],.alm-contact-form input[type="email"],.alm-contact-form input[type="tel"],.alm-contact-form select,.alm-contact-form textarea{width:100%;min-height:48px;padding:11px 13px;border:1px solid #D1D5DB;border-radius:8px;background:#fff;color:#333;font-size:16px;line-height:1.5}.alm-contact-form textarea{min-height:180px;resize:vertical}.alm-contact-form input:focus,.alm-contact-form select:focus,.alm-contact-form textarea:focus{border-color:#153E75;outline:3px solid rgba(21,62,117,.16);outline-offset:1px}.alm-contact-privacy label{display:flex;gap:10px;align-items:flex-start;color:#333;font-weight:800}.alm-contact-privacy input{width:20px;height:20px;margin-top:3px;accent-color:#F97316}.alm-contact-submit{margin:0;text-align:center}.alm-contact-submit button{width:100%;max-width:220px;min-height:50px;border:0;border-radius:8px;background:#F97316;color:#fff;font-size:16px;font-weight:900;cursor:pointer}.alm-contact-submit button:hover{background:#ea580c}.alm-contact-hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}.alm-contact-spam-note{margin:0;padding:12px 14px;border-radius:8px;background:#F8FAFC;color:#667085;font-size:.9rem}.alm-turnstile{min-height:65px}.alm-footer-nav{align-items:center}.alm-footer-nav li:nth-child(1)::after,.alm-footer-nav li:nth-child(2)::after{content:"↓";display:inline-flex;margin-left:10px;color:#F97316;font-weight:900}@media (max-width:700px){.alm-contact-card{padding:20px}.alm-contact-grid{grid-template-columns:1fr}.alm-contact-hero{text-align:left}.alm-footer-nav li:nth-child(1)::after,.alm-footer-nav li:nth-child(2)::after{display:none}}

.alm-page-cta{margin:30px 0 22px!important}.alm-page-cta .alm-cta-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 20px;line-height:1.35}.alm-page-cta+.entry-content{margin-top:18px}.alm-contact-card .alm-page-cta{margin-top:24px!important;margin-bottom:20px!important}@media (max-width:640px){.alm-page-cta{margin:24px 0 20px!important}.alm-page-cta .alm-cta-button{width:100%;max-width:320px}}
.alm-thanks-card{margin-top:36px;text-align:center}.alm-thanks-card h1{margin:0 0 16px;color:#153E75;font-size:clamp(1.7rem,1.2rem + 2vw,2.5rem);line-height:1.35}.alm-thanks-card p{font-size:1.05rem;line-height:1.9}
/* Aichi Spot single article renewal */
.aichi-single-header{max-width:800px;margin-inline:auto}.aichi-term-chips{display:flex;flex-wrap:wrap;gap:8px;max-width:800px;margin:0 auto 18px}.aichi-term-chips-bottom{margin-top:28px}.aichi-term-chip{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:6px 11px;border:1px solid #E5E7EB;border-radius:999px;background:#fff;color:#153E75;font-size:.84rem;font-weight:800;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,color .18s ease}.aichi-term-chip span{color:#667085;font-size:.72rem}.aichi-term-chip:hover{transform:translateY(-1px);border-color:#F97316;box-shadow:0 8px 20px rgba(21,62,117,.08);color:#F97316}.aichi-points{position:relative;max-width:800px;margin:32px auto;padding:28px 28px 24px;background:#fff;border:2px solid #153E75;border-radius:16px;box-shadow:0 8px 24px rgba(21,62,117,.08);overflow:hidden}.aichi-points::before{content:"";position:absolute;top:0;left:0;width:100%;height:7px;background:#F97316}.aichi-points__label{display:inline-flex;align-items:center;margin-bottom:8px;padding:5px 12px;color:#fff;background:#F97316;border-radius:999px;font-size:13px;font-weight:700}.aichi-points__label::before{content:"";width:9px;height:9px;margin-right:7px;border-radius:50%;background:#fff}.aichi-points__title{margin:0 0 16px!important;padding:0!important;color:#153E75!important;background:transparent!important;border:0!important;font-size:clamp(22px,3vw,30px)!important;line-height:1.35!important}.aichi-points__list{margin:0;padding:0;list-style:none}.aichi-points__list li{position:relative;margin:10px 0;padding-left:30px;line-height:1.75}.aichi-points__list li::before{content:"✓";position:absolute;left:0;top:0;color:#F97316;font-weight:800}.single-post .entry-content h2:not(.aichi-points__title){position:relative;margin:56px 0 24px;padding:18px 22px 18px 26px;color:#153E75;background:#E6F0FA;border-left:7px solid #F97316;border-bottom:2px solid #153E75;border-radius:10px;font-size:clamp(23px,3vw,30px);line-height:1.45;scroll-margin-top:24px}.single-post .entry-content h3{position:relative;margin:42px 0 18px;padding:8px 12px 10px 22px;color:#153E75;border-left:4px solid #153E75;border-bottom:1px solid #DDE5EF;font-size:clamp(20px,2.5vw,25px);line-height:1.5;scroll-margin-top:24px}.single-post .entry-content h3::before{content:"";position:absolute;left:7px;top:17px;width:7px;height:7px;background:#F97316;border-radius:2px}.single-post .entry-content h4{position:relative;margin:32px 0 14px;padding-left:18px;color:#153E75;font-size:1.12rem;line-height:1.55}.single-post .entry-content h4::before{content:"";position:absolute;left:0;top:.75em;width:10px;height:3px;border-radius:999px;background:#F97316}.aichi-store-info-card,.aichi-single-map,.aichi-single-gallery,.aichi-affiliate-box{max-width:800px;margin:32px auto;padding:22px;border:1px solid #E5E7EB;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(21,62,117,.06)}.aichi-store-info-card__head{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px}.aichi-store-info-card__head span{display:inline-flex;padding:4px 9px;border-radius:999px;background:#F97316;color:#fff;font-size:.78rem;font-weight:900}.aichi-store-info-card__head h2,.aichi-single-map h2,.aichi-single-gallery h2,.aichi-affiliate-box h2{margin:0;color:#153E75;font-size:1.35rem}.aichi-store-info-card__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.aichi-store-info-card__item{padding:14px;border:1px solid #E5E7EB;border-radius:12px;background:#fbfdff}.aichi-store-info-card__item span{display:block;margin-bottom:5px;color:#153E75;font-size:.82rem;font-weight:900}.aichi-store-info-card__item strong{color:#1f2937;line-height:1.6}.aichi-store-info-card__item.is-important strong{color:#F97316}.aichi-store-info-card__item a{color:#153E75;font-weight:900}.aichi-map-embed{overflow:hidden;margin-top:14px;border-radius:12px}.aichi-map-embed iframe{display:block;width:100%!important;min-height:360px;border:0}.aichi-map-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:14px;padding:10px 15px;border-radius:10px;background:#153E75;color:#fff!important;text-decoration:none;font-weight:900}.aichi-map-button:hover{background:#F97316}.aichi-gallery-scroll{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.aichi-gallery-scroll a{flex:0 0 42%;scroll-snap-align:start}.aichi-gallery-scroll img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:12px}.aichi-affiliate-box{background:#F8FAFC}.aichi-affiliate-box__label{display:inline-flex;margin-bottom:8px;padding:4px 9px;border-radius:6px;background:#fff;color:#F97316;font-weight:900}.aichi-affiliate-box p{margin:10px 0 0;color:#475467}.aichi-affiliate-box__body{max-width:100%;overflow-x:auto;margin-top:14px}.aichi-affiliate-box__body img,.aichi-affiliate-box__body iframe{max-width:100%}.aichi-admin-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.aichi-admin-meta-grid p{margin:0 0 8px}.aichi-admin-meta-grid label{display:block;margin-bottom:4px;color:#153E75;font-weight:700}.aichi-admin-meta-grid input,.aichi-admin-meta-grid textarea,.aichi-admin-meta-grid select{border:1px solid #dcdcde;border-radius:6px;padding:7px 9px}.aichi-admin-meta-wide{grid-column:1/-1}.aichi-admin-report-details summary{cursor:pointer;color:#153E75;font-weight:800}@media (max-width:900px){.aichi-store-info-card__grid{grid-template-columns:1fr}.aichi-gallery-scroll a{flex-basis:78%}}@media (max-width:640px){.aichi-points,.aichi-store-info-card,.aichi-single-map,.aichi-single-gallery,.aichi-affiliate-box{margin:24px auto;padding:17px}.aichi-term-chip{font-size:.8rem}.single-post .entry-content h2:not(.aichi-points__title){margin-top:42px;padding:15px 16px 15px 20px}.aichi-gallery-scroll a{flex-basis:86%}.aichi-admin-meta-grid{grid-template-columns:1fr}}


/* Aichi Spot single page refinements for SWELL TOC compatibility */
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4{text-align:left!important}.single-post .entry-content h2:not(.aichi-points__title){position:relative;margin:56px 0 24px;padding:18px 22px 18px 26px;color:#153E75;background:#E6F0FA;border-left:7px solid #F97316;border-bottom:2px solid #153E75;border-radius:10px;font-size:clamp(23px,3vw,30px);line-height:1.45}.single-post .entry-content h3{position:relative;margin:42px 0 18px;padding:8px 12px 10px 22px;color:#153E75;background:#fff;border-left:4px solid #153E75;border-bottom:1px solid #D7E0EA;font-size:clamp(20px,2.5vw,25px);line-height:1.5}.single-post .entry-content h3::before{content:"";position:absolute;left:7px;top:17px;width:7px;height:7px;background:#F97316;border-radius:2px}.single-post .entry-content h4{position:relative;margin:32px 0 14px;padding-left:18px;color:#153E75;font-size:1.12rem;line-height:1.55}.single-post .entry-content h4::before{content:"";position:absolute;left:0;top:.75em;width:10px;height:3px;border-radius:999px;background:#F97316}.aichi-store-info-card{max-width:800px;margin:32px auto;padding:0;border:1px solid #D7E0EA;border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(21,62,117,.07);overflow:hidden}.aichi-store-info-card__head{display:block;margin:0;padding:16px 20px 16px 24px;border-bottom:1px solid #D7E0EA;border-left:6px solid #F97316;background:#E6F0FA}.aichi-store-info-card__head h2{margin:0!important;padding:0!important;border:0!important;background:transparent!important;color:#153E75!important;text-align:left!important;font-size:1.35rem!important;line-height:1.45!important}.aichi-store-info-card__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.aichi-store-info-card__item{padding:15px 18px;border:0;border-right:1px solid #D7E0EA;border-bottom:1px solid #D7E0EA;border-radius:0;background:#fff}.aichi-store-info-card__item:nth-child(2n){border-right:0}.aichi-store-info-card__item span{display:block;margin-bottom:5px;color:#153E75;font-size:.84rem;font-weight:900}.aichi-store-info-card__item strong{display:block;color:#333;font-weight:700;line-height:1.65;word-break:break-word}.aichi-store-info-card__item a{color:#153E75;font-weight:900}.aichi-store-info-card__item a:hover{color:#F97316}.aichi-single-map{max-width:800px;margin:32px auto;padding:22px;border:1px solid #D7E0EA;border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(21,62,117,.07)}.aichi-single-map h2{margin:0 0 16px!important;color:#153E75!important;text-align:left!important;font-size:1.35rem!important}.aichi-map-embed{overflow:hidden;border-radius:12px;background:#E6F0FA}.aichi-map-embed iframe{display:block;width:100%!important;height:420px!important;min-height:420px;border:0}.aichi-map-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:14px;padding:10px 15px;border-radius:10px;background:#153E75;color:#fff!important;text-decoration:none;font-weight:900}.aichi-map-button:hover{background:#F97316}@media (max-width:640px){.aichi-store-info-card,.aichi-single-map{margin:24px auto}.aichi-store-info-card__grid{grid-template-columns:1fr}.aichi-store-info-card__item{border-right:0}.aichi-map-embed iframe{height:320px!important;min-height:320px}.single-post .entry-content h2:not(.aichi-points__title){margin-top:42px;padding:15px 16px 15px 20px}}

/* Store info table style */
.aichi-store-info-card{max-width:800px;margin:34px auto;padding:0!important;border:1px solid #cfcfcf!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;overflow:hidden}.aichi-store-info-card__head{display:block;margin:0!important;padding:10px 14px!important;border:0!important;background:#3f3f3f!important;text-align:center}.aichi-store-info-card__head h2{margin:0!important;color:#fff!important;font-size:1rem!important;font-weight:900!important;letter-spacing:.02em;text-align:center!important}.aichi-store-info-card__grid{display:block!important}.aichi-store-info-card__item{display:grid!important;grid-template-columns:104px minmax(0,1fr);padding:0!important;border:0!important;border-top:1px solid #cfcfcf!important;background:#fff!important}.aichi-store-info-card__item span{display:flex!important;align-items:center;justify-content:center;margin:0!important;padding:14px 10px!important;background:#3f3f3f!important;color:#fff!important;font-size:.95rem!important;font-weight:900!important;text-align:center}.aichi-store-info-card__item strong{display:block!important;padding:14px 16px!important;color:#333!important;background:#fff!important;font-weight:500!important;line-height:1.75!important;word-break:break-word}.aichi-store-info-card__item a{color:#e3342f!important;text-decoration:none!important}.aichi-store-info-card__item a:hover{text-decoration:underline!important}.aichi-single-map{max-width:800px;margin:34px auto;padding:0!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}.aichi-single-map h2{display:block;margin:0!important;padding:9px 14px!important;background:#3f3f3f!important;color:#fff!important;font-size:1rem!important;text-align:center!important;letter-spacing:.04em}.aichi-map-embed{border-radius:0!important;margin:0!important}.aichi-map-embed iframe{height:420px!important;min-height:420px!important}.aichi-map-button{margin-top:12px!important}@media (max-width:640px){.aichi-store-info-card__item{grid-template-columns:92px minmax(0,1fr)}.aichi-store-info-card__item span{font-size:.86rem!important;padding:12px 8px!important}.aichi-store-info-card__item strong{padding:12px!important;font-size:.95rem}.aichi-map-embed iframe{height:320px!important;min-height:320px!important}}

/* Final Aichi Spot refinements: 2026-07-17 */
.aichi-term-list{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
	max-width:800px;
	margin:12px auto 18px;
	padding:0;
}
.aichi-term-list a{
	display:inline-flex;
	align-items:center;
	padding:5px 10px;
	color:#153E75;
	background:#F3F6FA;
	border:1px solid #D7E0EA;
	border-radius:6px;
	box-shadow:none;
	font-size:13px;
	font-weight:500;
	line-height:1.4;
	text-decoration:none;
	transition:color .2s ease,border-color .2s ease,background-color .2s ease;
}
.aichi-term-list a span{display:none!important}
.aichi-term-list a:hover{
	color:#F97316;
	background:#fff;
	border-color:#F97316;
	box-shadow:none;
	transform:none;
}
.aichi-store-info{
	max-width:800px;
	margin:40px auto;
	overflow:hidden;
	background:#fff;
	border:1px solid #D7E0EA;
	border-radius:12px;
	box-shadow:0 6px 18px rgba(21,62,117,.07);
}
.aichi-store-info__title{
	margin:0!important;
	padding:16px 20px 16px 24px!important;
	color:#153E75!important;
	background:#E6F0FA!important;
	border:0!important;
	border-left:6px solid #F97316!important;
	border-radius:0!important;
	font-size:22px!important;
	line-height:1.45!important;
	text-align:left!important;
}
.aichi-store-info__list{margin:0!important;padding:0!important}
.aichi-store-info__row{
	display:grid;
	grid-template-columns:minmax(130px,180px) 1fr;
	border-top:1px solid #E5E7EB;
}
.aichi-store-info__row:first-child{border-top:0}
.aichi-store-info__row dt,
.aichi-store-info__row dd{
	margin:0;
	padding:14px 18px;
	line-height:1.7;
	text-align:left;
}
.aichi-store-info__row dt{
	color:#153E75;
	background:#F8FAFC;
	font-weight:700;
}
.aichi-store-info__row dd{
	color:#333;
	overflow-wrap:anywhere;
	word-break:break-word;
}
.aichi-store-info__url{
	color:#153E75;
	text-decoration:underline;
	overflow-wrap:anywhere;
	word-break:break-word;
}
.aichi-store-info__url:hover{color:#F97316}
.aichi-single-map{
	max-width:800px;
	margin:32px auto;
	padding:0!important;
	border:0!important;
	background:transparent!important;
	box-shadow:none!important;
}
.aichi-single-map>h2{display:none!important}
.aichi-map-embed{
	overflow:hidden;
	margin:0!important;
	border-radius:12px!important;
	background:#E6F0FA;
}
.aichi-map-embed iframe{
	display:block;
	width:100%!important;
	height:420px!important;
	min-height:420px!important;
	border:0!important;
}
.aichi-map-button{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:44px;
	margin-top:0!important;
	padding:10px 15px;
	border-radius:10px;
	background:#153E75;
	color:#fff!important;
	text-decoration:none;
	font-weight:900;
}
.aichi-map-button:hover{background:#F97316}
.alm-home-slider-featured .alm-slide-card,
.alm-latest-slide-card{
	contain:layout paint;
	aspect-ratio:16/11!important;
}
.alm-latest-slide-card img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.alm-slide-overlay,
.alm-latest-slide-overlay{
	inset:auto 0 0!important;
	display:grid!important;
	gap:6px!important;
	padding:46px 18px 16px!important;
	background:linear-gradient(to bottom,rgba(10,30,60,0),rgba(10,30,60,.78))!important;
}
.alm-slide-title,
.alm-latest-slide-overlay h2{
	display:-webkit-box!important;
	overflow:hidden!important;
	margin:0!important;
	color:#fff!important;
	font-size:clamp(17px,1.35vw,22px)!important;
	font-weight:700!important;
	line-height:1.45!important;
	text-align:left!important;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.alm-slide-meta time,
.alm-latest-slide-overlay time{
	margin-bottom:0;
	color:rgba(255,255,255,.9)!important;
	font-size:12px!important;
	font-weight:700!important;
}
.alm-type-badge,
.alm-latest-badge{
	min-height:0!important;
	padding:4px 8px!important;
	font-size:12px!important;
	line-height:1.2!important;
}
.alm-home-card-grid .alm-card{
	display:flex;
	flex-direction:column;
	height:100%;
}
.alm-home-card-grid .alm-card-media{
	aspect-ratio:4/3!important;
	overflow:hidden;
}
.alm-home-card-grid .alm-card-media img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:transform .25s ease;
}
.alm-home-card-grid .alm-card-body{
	flex:1;
	padding:12px 14px 14px!important;
}
.alm-home-card-grid .alm-card-title{
	display:-webkit-box;
	overflow:hidden;
	margin:5px 0 0!important;
	color:#222;
	font-size:15px!important;
	font-weight:600!important;
	line-height:1.65!important;
	text-align:left;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.alm-home-card-grid .alm-card-meta{
	color:#6B7280;
	font-size:11px!important;
}
.alm-home-card-grid .alm-card-excerpt{display:none!important}
.alm-home-card-grid .alm-card:hover .alm-card-media img{transform:scale(1.035)}
.single-post .entry-content ul.is-style-check_list,
.single-post .entry-content ul.is-style-check,
.single-post .entry-content ul.is-style-checklist,
.single-post .entry-content ul.is-style-swell-check,
.single-post .entry-content ul.is-style-good_list{
	list-style:none;
	padding-left:0;
}
.single-post .entry-content ul.is-style-check_list>li,
.single-post .entry-content ul.is-style-check>li,
.single-post .entry-content ul.is-style-checklist>li,
.single-post .entry-content ul.is-style-swell-check>li,
.single-post .entry-content ul.is-style-good_list>li{
	position:relative;
	margin:10px 0;
	padding-left:30px;
}
.single-post .entry-content ul.is-style-check_list>li::before,
.single-post .entry-content ul.is-style-check>li::before,
.single-post .entry-content ul.is-style-checklist>li::before,
.single-post .entry-content ul.is-style-swell-check>li::before,
.single-post .entry-content ul.is-style-good_list>li::before{
	content:"\2713";
	position:absolute;
	left:0;
	top:0;
	color:#F97316;
	font-weight:800;
}
@media (max-width:767px){
	.aichi-store-info{margin:28px auto}
	.aichi-store-info__row{display:block}
	.aichi-store-info__row dt{padding-bottom:6px}
	.aichi-store-info__row dd{padding-top:6px}
	.aichi-map-embed iframe{
		height:320px!important;
		min-height:320px!important;
	}
	.alm-home-slider-featured .alm-slide-card,
	.alm-latest-slide-card{
		aspect-ratio:4/3!important;
	}
	.alm-slide-overlay,
	.alm-latest-slide-overlay{
		padding:38px 16px 15px!important;
	}
	.alm-slide-title,
	.alm-latest-slide-overlay h2{
		font-size:16px!important;
	}
	.alm-home-card-grid .alm-card-title{
		-webkit-line-clamp:3;
	}
}
.aichi-points__list li::before{content:"\2713"!important}

.aichi-info-card{
	max-width:800px;
	margin:40px auto;
	overflow:hidden;
	background:#fff;
	border:1px solid #D7E0EA;
	border-radius:12px;
	box-shadow:0 6px 18px rgba(21,62,117,.07);
}
.aichi-info-card__title{
	margin:0!important;
	padding:16px 20px 16px 24px!important;
	color:#153E75!important;
	background:#E6F0FA!important;
	border:0!important;
	border-left:6px solid #F97316!important;
	border-radius:0!important;
	font-size:22px!important;
	line-height:1.45!important;
	text-align:left!important;
}
.aichi-info-card__list{
	margin:0!important;
	padding:0!important;
}
.aichi-info-card__row{
	display:grid;
	grid-template-columns:minmax(130px,180px) 1fr;
	border-top:1px solid #E5E7EB;
}
.aichi-info-card__row:first-child{border-top:0}
.aichi-info-card__label,
.aichi-info-card__value{
	margin:0;
	padding:14px 18px;
	line-height:1.7;
	text-align:left;
}
.aichi-info-card__label{
	color:#153E75;
	background:#F8FAFC;
	font-weight:700;
}
.aichi-info-card__value{
	color:#333;
	white-space:normal;
	overflow-wrap:anywhere;
	word-break:break-word;
}
.aichi-info-card__url{
	color:#153E75;
	text-decoration:underline;
	overflow-wrap:anywhere;
	word-break:break-word;
}
.aichi-info-card__url:hover{color:#F97316}
.aichi-admin-meta-grid textarea{
	width:100%;
	resize:vertical;
}
@media (max-width:767px){
	.aichi-info-card{margin:28px auto}
	.aichi-info-card__row{display:block}
	.aichi-info-card__label{padding-bottom:6px}
	.aichi-info-card__value{padding-top:6px}
}

/* Final card/ranking/toc adjustments */
.alm-card-media .alm-badge{display:none!important}
.alm-new-badge{
	position:absolute;
	top:10px;
	left:10px;
	z-index:3;
	display:inline-flex;
	align-items:center;
	min-height:24px;
	padding:4px 8px;
	border-radius:6px;
	background:#F97316;
	color:#fff;
	font-size:12px;
	font-weight:800;
	line-height:1;
}
.alm-card-new .alm-card-media::after,
.alm-home-card-grid .alm-card-new .alm-card-media::after,
.alm-home-small-grid .alm-card-new .alm-card-media::after,
.alm-card-media::after{
	content:none!important;
	display:none!important;
}
.alm-card-tax-tags{
	display:flex!important;
	flex-wrap:wrap!important;
	gap:8px!important;
	margin:12px 0 8px!important;
}
.alm-card-tax-tag,
.alm-card-tax-category,
.alm-card-tax-area,
.alm-card-tax-city,
.alm-card-tax-genre{
	display:inline-flex;
	align-items:center;
	padding:5px 10px!important;
	border:1px solid #D7E0EA!important;
	border-radius:6px!important;
	background:#F3F6FA!important;
	color:#153E75!important;
	box-shadow:none!important;
	font-size:13px!important;
	font-weight:500!important;
	line-height:1.4!important;
	text-decoration:none!important;
}
.alm-card-tax-tag:hover,
.alm-card-tax-category:hover,
.alm-card-tax-area:hover,
.alm-card-tax-city:hover,
.alm-card-tax-genre:hover{
	border-color:#F97316!important;
	background:#fff!important;
	color:#F97316!important;
}
.alm-card-title,
.alm-card-title a{
	text-align:left!important;
}
.p-toc.is-closed .p-toc__list,
.p-toc.-closed .p-toc__list,
.p-toc[data-open="false"] .p-toc__list,
.p-toc.is-closed .p-toc__listWrap,
.p-toc.-closed .p-toc__listWrap,
.p-toc[data-open="false"] .p-toc__listWrap,
.p-toc.is-closed .p-toc__body,
.p-toc.-closed .p-toc__body,
.p-toc[data-open="false"] .p-toc__body{
	display:none;
}
.alm-static-main{
	background:#fff;
}
.alm-static-page{
	max-width:900px;
	margin:0 auto;
	padding:28px 0 44px;
	color:#333;
	text-align:left;
}
.alm-static-page .alm-page-title{
	margin-bottom:18px;
	color:#153E75;
	text-align:left;
}
.alm-static-page .alm-lead{
	max-width:760px;
	margin-bottom:26px;
	color:#475467;
	line-height:1.9;
}
.alm-static-page section{
	margin:34px 0;
}
.alm-static-page h2,
.alm-static-page .alm-ad-card h2{
	position:relative;
	margin:0 0 18px;
	padding:16px 18px 16px 22px;
	color:#153E75;
	background:#E6F0FA;
	border-left:6px solid #F97316;
	border-bottom:2px solid #153E75;
	border-radius:10px;
	font-size:clamp(1.35rem,1.1rem + .8vw,1.75rem);
	line-height:1.45;
	text-align:left;
}
.alm-static-page p{
	margin:0 0 1.15em;
	line-height:1.9;
}
.alm-static-page ul{
	margin:0 0 1.2em;
	padding-left:1.35em;
	line-height:1.9;
}
.alm-static-card-grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:18px;
	margin:30px 0;
}
.alm-static-info-list{
	overflow:hidden;
	margin:18px 0 0;
	border:1px solid #D7E0EA;
	border-radius:12px;
	background:#fff;
}
.alm-static-info-list div{
	display:grid;
	grid-template-columns:minmax(130px,180px) 1fr;
	border-top:1px solid #E5E7EB;
}
.alm-static-info-list div:first-child{
	border-top:0;
}
.alm-static-info-list dt,
.alm-static-info-list dd{
	margin:0;
	padding:14px 18px;
	line-height:1.7;
	overflow-wrap:anywhere;
}
.alm-static-info-list dt{
	color:#153E75;
	background:#F8FAFC;
	font-weight:800;
}
.alm-contact-privacy-note{
	margin:-6px 0 0;
	color:#475467;
	font-size:.94rem;
	line-height:1.75;
	text-align:center;
}
.alm-contact-privacy-note a{
	color:#153E75;
	font-weight:800;
	text-decoration:underline;
}
.alm-footer-menus{
	display:grid;
	gap:14px;
	align-content:start;
}
.alm-footer-nav-primary,
.alm-footer-nav-secondary{
	gap:10px 12px;
}
.alm-footer-nav-secondary a{
	background:rgba(255,255,255,.06);
}
.alm-footer-nav li::after{
	content:none!important;
	display:none!important;
}
@media (max-width:767px){
	.alm-static-page{
		padding:20px 0 34px;
	}
	.alm-static-card-grid{
		grid-template-columns:1fr;
	}
	.alm-static-info-list div{
		display:block;
	}
	.alm-static-info-list dt{
		padding-bottom:6px;
	}
	.alm-static-info-list dd{
		padding-top:6px;
	}
	.alm-contact-privacy-note{
		text-align:left;
	}
}
.aichi-outing-support,
.aichi-ad-slot,
.aichi-home-ad{
	max-width:800px;
	margin:34px auto;
}
.aichi-home-ad{
	max-width:1160px;
}
.aichi-outing-support{
	padding:22px;
	background:#fff;
	border:1px solid #D7E0EA;
	border-radius:12px;
	box-shadow:0 6px 18px rgba(21,62,117,.06);
}
.aichi-outing-support h2{
	margin:0 0 16px!important;
	padding:0 0 0 14px!important;
	color:#153E75!important;
	background:transparent!important;
	border:0!important;
	border-left:5px solid #F97316!important;
	border-radius:0!important;
	font-size:1.28rem!important;
	line-height:1.45!important;
	text-align:left!important;
}
.aichi-outing-support__grid,
.aichi-ad-slot{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:14px;
}
.aichi-ad{
	display:grid;
	gap:8px;
	align-content:start;
	min-width:0;
	padding:16px;
	background:#fff;
	border:1px solid #D7E0EA;
	border-radius:12px;
	box-shadow:0 4px 14px rgba(21,62,117,.05);
}
.aichi-ad__label{
	display:inline-flex;
	width:fit-content;
	padding:3px 8px;
	color:#F97316;
	background:#FFF3E8;
	border-radius:999px;
	font-size:12px;
	font-weight:800;
	line-height:1.3;
}
.aichi-ad__title{
	color:#153E75;
	font-size:1rem;
	line-height:1.5;
}
.aichi-ad__service{
	color:#667085;
	font-size:.86rem;
	font-weight:700;
}
.aichi-ad__description{
	margin:0;
	color:#475467;
	font-size:.92rem;
	line-height:1.7;
}
.aichi-ad__body{
	display:grid;
	place-items:center;
	max-width:100%;
	min-height:0;
	margin-top:4px;
	overflow:hidden;
}
.aichi-ad--adsense{
	display:none;
}
.aichi-ad--adsense.is-loaded{
	display:grid;
}
.aichi-ad--adsense .aichi-ad__body{
	overflow:hidden;
}
.aichi-ad__body img,
.aichi-ad__body iframe,
.aichi-ad__banner{
	max-width:100%;
	height:auto;
}
.aichi-ad__body a{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	max-width:100%;
	line-height:0;
}
.aichi-ad__body a > img{
	display:block;
	width:auto;
	max-width:100%;
	max-height:190px;
	object-fit:contain;
}
.aichi-ad__body img[width="1"][height="1"]{
	display:none;
}
.aichi-ad__body iframe{
	display:block;
	border:0;
}
.aichi-ad--adsense .adsbygoogle{
	display:block;
	min-height:120px;
	max-width:100%;
	overflow:hidden;
}
@media (max-width:767px){
	.aichi-ad--adsense .adsbygoogle{
		min-height:100px;
	}
}
.aichi-ad__button{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:44px;
	margin-top:4px;
	padding:10px 14px;
	color:#fff!important;
	background:#153E75;
	border-radius:10px;
	font-weight:800;
	line-height:1.4;
	text-decoration:none!important;
}
.aichi-ad__button:hover{
	background:#F97316;
	color:#fff!important;
}
.aichi-sidebar-ads{
	display:grid;
	gap:14px;
	margin-top:18px;
}
.aichi-sidebar-ads .aichi-ad{
	box-shadow:0 8px 24px rgba(21,62,117,.07);
}
.aichi-ad-slot{
	align-items:start;
}
.aichi-ad-slot .aichi-ad{
	max-width:370px;
}
@media (max-width:1000px){
	.aichi-sidebar-ads{
		display:none;
	}
}
@media (max-width:767px){
	.aichi-outing-support,
	.aichi-ad-slot,
	.aichi-home-ad{
		margin:26px auto;
	}
	.aichi-outing-support{
		padding:18px;
	}
	.aichi-outing-support__grid,
	.aichi-ad-slot{
		grid-template-columns:1fr;
	}
	.aichi-ad-slot .aichi-ad{
		max-width:none;
	}
	.aichi-ad__body a > img{
		max-height:170px;
	}
}

/* NEW badges are rendered only by PHP date logic. Disable old category-based pseudo badges. */
.alm-card-media::after,
.alm-card-new .alm-card-media::after,
.alm-home-card-grid .alm-card-new .alm-card-media::after,
.alm-home-small-grid .alm-card-new .alm-card-media::after {
	content: none !important;
	display: none !important;
}

/* Article table header styling */
.single-post .entry-content table {
	border-collapse: collapse;
	border: 1px solid #D7E0EA;
}

.single-post .entry-content table thead th,
.single-post .entry-content table tr:first-child th {
	color: #ffffff;
	background: #153E75;
	border-color: #153E75;
	font-weight: 700;
	text-align: left;
}

.single-post .entry-content table tbody th {
	color: #153E75;
	background: #E6F0FA;
	border-color: #D7E0EA;
}

.single-post .entry-content table th,
.single-post .entry-content table td {
	padding: 12px 14px;
	border: 1px solid #D7E0EA;
	line-height: 1.65;
	vertical-align: top;
}

.single-post .entry-content .wp-block-table {
	overflow-x: auto;
}

@media (max-width: 767px) {
	.single-post .entry-content table th,
	.single-post .entry-content table td {
		padding: 10px 12px;
		font-size: 15px;
	}
}
