/* 予約ウィジェット・カート。サイト側の配色は --tk-accent で上書き可。 */
.tk-booking{--tk-accent:var(--color-primary,#FF5B00);--tk-ink:#1f2328;--tk-mute:#6b7280;--tk-line:#e5e7eb;font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;color:var(--tk-ink);background:#fff;border:1px solid var(--tk-line);border-radius:12px;padding:16px;max-width:520px}
.tk-cal__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.tk-cal__title{font-weight:700;font-size:1rem}
.tk-cal__nav{width:36px;height:36px;border:1px solid var(--tk-line);border-radius:8px;background:#fff;font-size:1.2rem;cursor:pointer;color:var(--tk-ink)}
.tk-cal__nav:disabled{opacity:.35;cursor:default}
.tk-cal__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}
.tk-cal__wd{text-align:center;font-size:.75rem;color:var(--tk-mute);padding:4px 0}
.tk-cal__wd.is-sun{color:#d93025}.tk-cal__wd.is-sat{color:#1a73e8}
.tk-day{display:flex;flex-direction:column;align-items:center;gap:1px;min-height:56px;padding:4px 2px;border:1px solid var(--tk-line);border-radius:8px;background:#fff;cursor:pointer;font:inherit;color:var(--tk-ink)}
.tk-day:hover:not(:disabled){border-color:var(--tk-accent)}
.tk-day__n{font-weight:700;font-size:.9rem}
.tk-day__p{font-size:.68rem;color:var(--tk-accent);font-weight:700;white-space:nowrap}
.tk-day__t{font-size:.6rem;color:var(--tk-mute);line-height:1.1}
.tk-day.is-off{background:#f5f5f5;color:#b0b0b0;cursor:default}
.tk-day.is-off .tk-day__p{color:#b0b0b0}
.tk-day.is-closed .tk-day__p{color:#d93025}
.tk-day.is-sel{background:var(--tk-accent);border-color:var(--tk-accent);color:#fff}
.tk-day.is-sel .tk-day__p,.tk-day.is-sel .tk-day__t{color:#fff}
.tk-cal__legend,.tk-hint{font-size:.75rem;color:var(--tk-mute);margin:8px 0 0}
.tk-pick{border-top:1px solid var(--tk-line);margin-top:12px;padding-top:12px}
.tk-pick__date{font-weight:700;margin:0}
.tk-pick__hours,.tk-pick__ex{font-size:.8rem;color:var(--tk-mute);margin:2px 0 8px}
.tk-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;padding:10px 0;border-bottom:1px dashed var(--tk-line)}
.tk-row__lab{display:block;font-size:.9rem}
.tk-row__note{display:block;font-size:.7rem;color:var(--tk-mute)}
.tk-row__p{font-weight:700;font-size:.9rem;white-space:nowrap}
.tk-row__p s{color:var(--tk-mute);font-weight:400;font-size:.75rem;margin-right:4px}
.tk-step{display:flex;align-items:center;gap:8px}
.tk-step button{width:30px;height:30px;border-radius:50%;border:1px solid var(--tk-line);background:#fff;font-size:1rem;cursor:pointer;color:var(--tk-ink)}
.tk-step button:disabled{opacity:.35;cursor:default}
.tk-step span{min-width:1.2em;text-align:center;font-weight:700}
.tk-total{display:flex;justify-content:space-between;align-items:baseline;margin:12px 0}
.tk-total strong{font-size:1.3rem}
.tk-add,.tk-pay{display:block;width:100%;box-sizing:border-box;text-align:center;padding:14px;border:0;border-radius:10px;background:var(--tk-accent);color:#fff;font:inherit;font-weight:700;font-size:1rem;cursor:pointer;text-decoration:none}
.tk-add:disabled{opacity:.4;cursor:default}
.tk-drawer{position:fixed;top:0;right:0;bottom:0;width:min(420px,100%);background:#fff;box-shadow:-8px 0 30px rgba(0,0,0,.18);z-index:10000;overflow:auto;padding:calc(16px + env(safe-area-inset-top,0px)) 16px calc(16px + env(safe-area-inset-bottom,0px));font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;color:#1f2328;--tk-accent:var(--color-primary,#FF5B00)}
.tk-drawer__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:1.1rem}
.tk-drawer__head button{border:0;background:none;font-size:1.6rem;cursor:pointer;color:#1f2328}
.tk-drawer__empty,.tk-drawer__note{color:#6b7280;font-size:.85rem}
.tk-item{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #e5e7eb}
.tk-item p{margin:0}
.tk-item__v{font-weight:700}
.tk-item__m{font-size:.8rem;color:#6b7280}
.tk-item__r{text-align:right;white-space:nowrap}
.tk-item__r button{display:block;margin:4px 0 0 auto;border:0;background:none;color:#6b7280;text-decoration:underline;cursor:pointer;font-size:.75rem}
.tk-cart-btn{position:relative}
.tk-cart-count{position:absolute;top:-6px;right:-10px;min-width:18px;height:18px;border-radius:9px;background:#d93025;color:#fff;font-size:.7rem;line-height:18px;text-align:center;padding:0 4px}
@media (max-width:480px){.tk-booking{padding:12px}.tk-day{min-height:50px}.tk-day__p{font-size:.6rem}}
/* 記事・施設情報 */
.tk-article{max-width:880px;margin:0 auto;padding:40px 16px;font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;line-height:1.85;color:#1f2328}
.tk-article__eyebrow{color:var(--color-primary,#FF5B00);font-weight:700;letter-spacing:.08em;margin:0 0 8px}
.tk-article__title{font-size:clamp(1.6rem,4vw,2.4rem);line-height:1.35;margin:0 0 16px}
.tk-article__lead{font-size:1.05rem;margin:0 0 24px}
.tk-article__points{list-style:none;padding:0;margin:0 0 28px;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;counter-reset:pt}
.tk-article__points li{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;box-shadow:0 2px 8px rgba(0,0,0,.06);counter-increment:pt}
.tk-article__points li::before{content:counter(pt,decimal-leading-zero);display:block;margin-bottom:6px;font-size:.75rem;font-weight:700;letter-spacing:.08em;color:#E14F00}
.tk-article__points strong{display:block;margin-bottom:4px}
.tk-article__points span{font-size:.88rem;color:#4b5563;line-height:1.7}
.tk-article__body p{margin:0 0 14px}
.tk-venue-slot{font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;line-height:1.8}
.tk-venue__badges{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0}
.tk-venue__badges span{font-size:.75rem;font-weight:700;padding:3px 10px;border-radius:999px;background:#fff4ec;color:#b43f00;border:1px solid #ffd3b8}
.tk-official{margin:12px 0;padding:14px 16px;background:#f8f8f6;border-radius:10px;font-size:.92rem}
.tk-official cite,.tk-venue__event cite{display:block;margin-top:6px;font-size:.75rem;color:#6b7280;font-style:normal}
.tk-venue__event{padding:12px 16px;border-radius:10px;background:#101a33;color:#fff;font-size:.9rem}
.tk-venue__event cite{color:#c7cbe0}
.tk-venue__ex{list-style:none;padding:0;margin:12px 0}
.tk-venue__ex li{padding:10px 0;border-bottom:1px solid #e5e7eb}
.tk-venue__ex span{display:block;font-size:.82rem;color:#4b5563}
.tk-venue__info{display:grid;grid-template-columns:6em 1fr;gap:6px 12px;font-size:.88rem;margin:12px 0}
.tk-venue__info dt{color:#6b7280}
.tk-venue__info dd{margin:0}
/* 横スクロール禁止：ヘッダーのナビやカード列がスクロールバー付きの帯にならないように */
.site-header nav,header nav{overflow:visible!important;scrollbar-width:none}
.site-header nav::-webkit-scrollbar,header nav::-webkit-scrollbar{display:none}
.site-header nav ul,header nav ul{flex-wrap:wrap!important;white-space:normal!important;row-gap:4px}
@media (max-width:760px){.quick-grid{display:grid!important;grid-template-columns:1fr 1fr;overflow:visible!important;margin-right:0!important;padding-right:0!important;scroll-snap-type:none!important}.quick-card{flex:initial!important}}
@media (max-width:420px){.quick-grid{grid-template-columns:1fr}}
/* 施設写真ギャラリー */
.tk-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px;margin:12px 0}
.tk-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px;display:block}
.tk-photo-credit{grid-column:1/-1;margin:0;font-size:.72rem;color:#6b7280}
/* 購入手続きページ */
.tk-co-body{background:#f7f7f5;margin:0;font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;color:#1f2328}
.tk-co-head{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;padding:14px 16px;background:#fff;border-bottom:1px solid #e5e7eb}
.tk-co-brand{font-weight:700;color:#1f2328;text-decoration:none}
.tk-co-back{font-size:.85rem;color:#6b7280}
.tk-co{max-width:1080px;margin:0 auto;padding:24px 16px 48px;box-sizing:border-box}
.tk-co__title{font-size:1.5rem;margin:0 0 12px}
.tk-co__steps{display:flex;gap:4px;list-style:none;padding:0;margin:0 0 20px;counter-reset:s;font-size:.8rem}
.tk-co__steps li{flex:1;text-align:center;padding:8px 4px;background:#e5e7eb;color:#6b7280;border-radius:6px;counter-increment:s}
.tk-co__steps li::before{content:counter(s) ". "}
.tk-co__steps li.is-done{background:#fff4ec;color:#b43f00}
.tk-co__steps li.is-cur{background:var(--color-primary,#FF5B00);color:#fff;font-weight:700}
.tk-co__grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:20px;align-items:start}
.tk-co__side{position:sticky;top:16px;display:grid;gap:20px}
.tk-co__box{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:20px}
.tk-co__side .tk-co__box{margin:0}
.tk-co__box h2{font-size:1.05rem;margin:0 0 12px}
.tk-co__table{width:100%;border-collapse:collapse;font-size:.88rem}
.tk-co__table th{text-align:left;font-weight:500;color:#6b7280;border-bottom:1px solid #e5e7eb;padding:6px 4px}
.tk-co__table td{border-bottom:1px solid #e5e7eb;padding:10px 4px;vertical-align:top}
.tk-co__table td:nth-child(n+3){white-space:nowrap;text-align:right}
.tk-co__msg{font-size:.88rem;color:#b43f00;margin:8px 0 0}
.tk-co__note{font-size:.78rem;color:#6b7280;margin:0 0 12px}
.tk-co form label{display:block;font-size:.88rem;font-weight:500;margin:0 0 12px}
.tk-co form input:not([type=checkbox]){display:block;width:100%;box-sizing:border-box;margin-top:4px;padding:11px 12px;border:1px solid #cfd4da;border-radius:8px;font:inherit;font-size:16px}
.tk-co__row2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.tk-req{display:inline-block;margin-left:6px;padding:0 6px;border-radius:4px;background:#d93025;color:#fff;font-size:.68rem;vertical-align:1px}
.tk-co__agree{display:flex!important;gap:8px;align-items:flex-start;font-weight:400!important}
.tk-co__errors{margin:8px 0 0;padding:10px 12px 10px 28px;background:#fdecea;color:#b3261e;border-radius:8px;font-size:.85rem}
.tk-co__sum{display:grid;grid-template-columns:1fr auto;gap:6px;margin:0 0 16px;font-size:.9rem}
.tk-co__sum dd{margin:0;text-align:right}
.tk-co__total{font-weight:700;font-size:1.1rem;border-top:1px solid #e5e7eb;padding-top:8px}
.tk-pay:disabled{opacity:.4;cursor:default}
.tk-co__panel{border:2px dashed #cfd4da;border-radius:10px;padding:20px;text-align:center;color:#6b7280;line-height:1.9}
.tk-co__debug pre{margin:0;max-height:360px;overflow:auto;background:#101a33;color:#e6e9f2;border-radius:8px;padding:12px;font-size:.75rem;white-space:pre-wrap;word-break:break-all}
@media (max-width:860px){.tk-co__grid{grid-template-columns:1fr}.tk-co__side{position:static}.tk-co__steps{font-size:.7rem}}
@media (max-width:480px){.tk-co__row2{grid-template-columns:1fr 1fr;gap:8px}.tk-co__table thead{display:none}.tk-co__table td{display:block;border:0;padding:2px 0;text-align:left!important}.tk-co__table tr{display:block;border-bottom:1px solid #e5e7eb;padding:8px 0}}

/* ===== паспорт odekake-ticket: токены, карточки, японская типографика ===== */
:root{--primary:#FF5B00;--primary-hover:#E14F00;--color-primary:#FF5B00;--shadow:0 2px 8px rgba(0,0,0,.06);--radius:12px}
body{font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif}
/*装飾過多禁止：チケット風の点線はやめ、薄い実線に */
.hero-visual{border-left:1px solid #E5E7EB!important}
@media (max-width:760px){.hero-visual{border-left:0!important;border-top:1px solid #E5E7EB!important}}
.hero-visual::before,.hero-visual::after{display:none!important}
/* 日本語：単語の途中で改行しない（文節単位）、見出しは行長をそろえる、禁則は厳格 */
:lang(ja) body{line-break:strict}
:lang(ja) :is(h1,h2,h3,h4,strong,dt,button,.tk-row__lab,.tk-item__v){text-wrap:balance}
@supports (word-break:auto-phrase){:lang(ja) :is(h1,h2,h3,h4,strong,dt,button,a,p,li,span,small,label){word-break:auto-phrase}}
/* クッキーバナー：サイトと同じ白いカード・Noto Sans JP・オレンジは同意ボタンのみ */
html body #cookie-consent-banner{left:16px;right:16px;bottom:16px;max-width:880px;margin:0 auto;background:#fff;color:#1F2328;font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;font-size:13px;line-height:1.8;border:1px solid #E5E7EB;border-radius:12px;box-shadow:0 8px 24px rgba(31,35,40,.12);z-index:9000}
html body #cookie-consent-banner .cc-in{padding:18px 20px}
html body #cookie-consent-banner .cc-t{flex:1 1 360px}
html body #cookie-consent-banner a{color:#1F2328}
html body #cookie-consent-banner button{background:#fff;color:#1F2328;border:1px solid #D1D5DB;border-radius:10px;padding:10px 16px;font-weight:700}
html body #cookie-consent-banner button:hover{border-color:#1F2328}
html body #cookie-consent-banner .cc-ok{background:#FF5B00;border-color:#FF5B00;color:#fff}
html body #cookie-consent-banner .cc-ok:hover{background:#E14F00;border-color:#E14F00}
html body #cookie-consent-banner .cc-cats{border-top-color:#E5E7EB}
html body #cookie-consent-banner .cc-cat{color:#1F2328;border-bottom-color:#F0F1F3}
html body #cookie-consent-banner .cc-label b{color:#1F2328;font-weight:700}
html body #cookie-consent-banner .cc-label small{color:#6B7280}
html body #cookie-consent-banner .cc-tr{background:#D1D5DB}
html body #cookie-consent-banner .cc-sw input:checked+.cc-tr{background:#FF5B00}
html body #cc-reopen{background:#fff;color:#1F2328;border:1px solid #E5E7EB;border-radius:10px;font:700 12px "Noto Sans JP","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;box-shadow:0 2px 8px rgba(0,0,0,.08);z-index:8999}
@media (max-width:480px){html body #cookie-consent-banner{left:8px;right:8px;bottom:8px}html body #cookie-consent-banner .cc-act{width:100%}html body #cookie-consent-banner .cc-act button{flex:1 1 auto}}
