* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Roboto', sans-serif; background: #f5f5f5; color: #333; }
.header { background: white; padding: 12px 16px; display: flex; align-items: center; box-shadow: 0 1px 4px rgba(0,0,0,0.1); position: sticky; top: 0; z-index: 100; }
.header a { color: #333; text-decoration: none; font-size: 14px; display: flex; align-items: center; }
.header img { height: 28px; margin-right: 8px; }
.breadcrumb { padding: 10px 16px; font-size: 12px; color: #999; background: white; border-bottom: 1px solid #eee; }
.breadcrumb a { color: #eb5353; text-decoration: none; }
.hero { background: linear-gradient(135deg, #eb5353, #ff8a80); color: white; padding: 28px 20px; text-align: center; }
.hero-day { font-size: 13px; opacity: 0.85; margin-bottom: 4px; }
.hero-title { font-size: 22px; font-weight: bold; line-height: 1.4; }
.hero-sub { font-size: 13px; margin-top: 8px; opacity: 0.9; }
.hero-update { font-size: 11px; margin-top: 12px; opacity: 0.7; }
.store-card { background: white; margin: 16px; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.store-header { padding: 20px; text-align: center; border-bottom: 1px solid #f0f0f0; }
.store-name { font-size: 20px; font-weight: bold; margin-bottom: 4px; }
.store-chain { font-size: 12px; color: white; background: #eb5353; display: inline-block; padding: 2px 10px; border-radius: 12px; margin-bottom: 8px; }
.store-area { font-size: 13px; color: #999; }
.realtime { padding: 20px; }
.realtime-title { font-size: 13px; color: #999; text-align: center; margin-bottom: 12px; }
.realtime-title .live-dot { display: inline-block; width: 8px; height: 8px; background: #ff4444; border-radius: 50%; margin-right: 4px; animation: pulse 1.5s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }
.realtime-bars { display: flex; gap: 12px; }
.bar-col { flex: 1; text-align: center; padding: 20px 10px; border-radius: 12px; }
.bar-male { background: #d9f6ff; }
.bar-female { background: #fdd8ed; }
.bar-icon { font-size: 24px; margin-bottom: 4px; }
.bar-male .bar-icon { color: #2196F3; }
.bar-female .bar-icon { color: #E91E63; }
.bar-num { font-size: 36px; font-weight: bold; }
.bar-label { font-size: 12px; color: #999; margin-top: 4px; }
.crowd-status { text-align: center; margin-top: 12px; padding: 8px; border-radius: 8px; font-weight: bold; font-size: 14px; }
.crowd-good { background: #e8f5e9; color: #2e7d32; }
.section { background: white; margin: 16px; border-radius: 16px; padding: 20px; box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.section-title { font-size: 16px; font-weight: bold; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.section-title i { color: #eb5353; }
.heatmap { width: 100%; overflow-x: auto; }
.heatmap table { width: 100%; border-collapse: collapse; font-size: 12px; text-align: center; }
.heatmap th { padding: 6px 4px; color: #999; font-weight: normal; }
.heatmap td { padding: 8px 4px; border-radius: 4px; }
.heatmap .time-label { color: #666; font-weight: bold; text-align: right; padding-right: 8px; }
.h-0 { background: #f5f5f5; color: #ccc; }
.h-1 { background: #e3f2fd; color: #1565c0; }
.h-2 { background: #fff3e0; color: #e65100; }
.h-3 { background: #fce4ec; color: #c62828; }
.heatmap-legend { display: flex; justify-content: center; gap: 16px; margin-top: 12px; font-size: 11px; color: #999; }
.legend-item { display: flex; align-items: center; gap: 4px; }
.legend-dot { width: 12px; height: 12px; border-radius: 3px; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.stat-card { background: #f8f9fa; border-radius: 12px; padding: 16px; text-align: center; }
.stat-value { font-size: 24px; font-weight: bold; color: #333; }
.stat-label { font-size: 11px; color: #999; margin-top: 4px; }
.stat-up { color: #2e7d32; }
.info-list { list-style: none; }
.info-list li { padding: 12px 0; border-bottom: 1px solid #f0f0f0; display: flex; align-items: flex-start; gap: 12px; font-size: 14px; }
.info-list li:last-child { border-bottom: none; }
.info-list i { color: #eb5353; width: 20px; text-align: center; margin-top: 2px; }
.info-list a { text-decoration: none; }
.faq-item { border-bottom: 1px solid #f0f0f0; padding: 14px 0; }
.faq-item:last-child { border-bottom: none; }
.faq-q { font-weight: bold; font-size: 14px; margin-bottom: 6px; }
.faq-a { font-size: 13px; color: #666; line-height: 1.6; }
.related-list { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 8px; -webkit-overflow-scrolling: touch; }
.related-list::-webkit-scrollbar { display: none; }
.related-card { flex-shrink: 0; width: 140px; background: #f8f9fa; border-radius: 12px; padding: 14px; text-align: center; text-decoration: none; color: #333; }
.related-name { font-size: 12px; font-weight: bold; margin-bottom: 8px; }
.related-nums { display: flex; justify-content: center; gap: 8px; font-size: 12px; }
.related-male { color: #2196F3; }
.related-female { color: #E91E63; }
.rank-item { display: flex; align-items: center; padding: 16px 0; border-bottom: 1px solid #f0f0f0; gap: 12px; }
.rank-item:last-child { border-bottom: none; }
.rank-num { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 14px; flex-shrink: 0; }
.rank-1 { background: #FFD700; color: white; }
.rank-2 { background: #C0C0C0; color: white; }
.rank-3 { background: #CD7F32; color: white; }
.rank-other { background: #e0e0e0; color: #999; }
.rank-now { flex-shrink: 0; text-align: center; min-width: 44px; font-size: 12px; font-weight: bold; line-height: 1.6; }
.rank-now-male { color: #2196F3; }
.rank-now-female { color: #E91E63; }
.rank-info { flex: 1; }
.rank-name { font-weight: bold; font-size: 14px; margin-bottom: 2px; }
.rank-name a { color: #333; text-decoration: none; }
.rank-chain { font-size: 13px; color: white; background: #eb5353; display: inline-block; padding: 4px 10px; border-radius: 8px; margin-bottom: 4px; }
.rank-meta { font-size: 12px; color: #999; }
.rank-score { text-align: center; flex-shrink: 0; }
.rank-score-num { font-size: 22px; font-weight: bold; color: #E91E63; }
.rank-score-label { font-size: 10px; color: #999; }
.area-links { display: flex; flex-wrap: wrap; gap: 8px; }
.area-link { padding: 8px 16px; border-radius: 20px; background: #f0f0f0; color: #666; text-decoration: none; font-size: 13px; }
.area-link.current { background: #fce4ec; color: #c62828; font-weight: bold; }
/* 口コミ */
.review-summary { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid #eb5353; }
.review-avg-stars { font-size: 20px; color: #FFB300; }
.review-avg-score { font-size: 24px; font-weight: bold; }
.review-count { font-size: 13px; color: #999; }
.review-item { padding: 14px 0; border-bottom: 1px solid #f0f0f0; }
.review-item:last-child { border-bottom: none; }
.review-item-header { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.review-stars { color: #FFB300; font-size: 14px; }
.review-overall { font-weight: bold; font-size: 14px; }
.review-author { font-size: 12px; color: #999; }
.review-ratings { display: flex; gap: 12px; font-size: 11px; color: #999; margin-bottom: 8px; flex-wrap: wrap; }
.review-ratings span { color: #FFB300; }
.review-text { font-size: 13px; color: #555; line-height: 1.8; }
.review-text-wrap { position: relative; }
.review-text-preview { font-size: 13px; color: #333; font-weight: bold; line-height: 1.8; }
.review-readmore { color: #eb5353; font-size: 12px; font-weight: normal; text-decoration: none; cursor: pointer; }
.review-readmore:hover { text-decoration: underline; }
.review-text-full { font-size: 13px; color: #555; line-height: 1.8; margin-top: 4px; }
.review-blur { filter: blur(5px); user-select: none; pointer-events: none; position: relative; }
.review-blur::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.review-overlay { position: relative; margin-top: -80px; padding-top: 60px; background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 30%, rgba(255,255,255,1) 50%); text-align: center; z-index: 10; }
.review-overlay-inner { background: white; padding: 24px 20px; border: 1px solid #eee; border-radius: 12px; }
.review-overlay-inner .review-login-btn { margin-bottom: 8px; }
.review-form-section { background: white; margin: 16px; border-radius: 16px; padding: 20px; box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.review-login-btn { display: block; width: 100%; padding: 14px; background: white; border: 2px solid #333; border-radius: 12px; font-size: 14px; font-weight: bold; cursor: pointer; text-align: center; }
.review-login-btn:active { background: #f5f5f5; }
.review-login-btn img { height: 20px; vertical-align: middle; margin-right: 8px; }
.star-input { display: flex; gap: 4px; margin: 8px 0; }
.star-input span { font-size: 32px; color: #ddd; cursor: pointer; -webkit-tap-highlight-color: transparent; transition: color 0.1s; }
.star-input span.active { color: #FFB300; }
.review-field { margin-bottom: 16px; }
.review-field-label { font-size: 14px; font-weight: bold; margin-bottom: 6px; }
.review-textarea { width: 100%; min-height: 100px; padding: 12px; border: 1px solid #ddd; border-radius: 10px; font-size: 14px; resize: vertical; font-family: inherit; }
.review-textarea:focus { outline: none; border-color: #eb5353; }
.review-select-group { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0; }
.review-chip { display: inline-flex; align-items: center; padding: 8px 16px; background: #f0f0f0; border-radius: 20px; font-size: 14px; cursor: pointer; -webkit-tap-highlight-color: transparent; transition: all 0.2s; }
.review-chip input { display: none; }
.review-chip:has(input:checked) { background: #eb5353; color: white; }
.review-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.review-tag { font-size: 11px; padding: 2px 8px; border-radius: 10px; background: #f0f0f0; color: #666; }
.review-tag-solo { background: #e3f2fd; color: #1565c0; }
.review-tag-contact { background: #e8f5e9; color: #2e7d32; }
.review-tag-no-contact { background: #fce4ec; color: #c62828; }
.review-submit { display: block; width: 100%; padding: 14px; background: #eb5353; color: white; border: none; border-radius: 12px; font-size: 16px; font-weight: bold; cursor: pointer; }
.review-submit:active { opacity: 0.9; }
.review-thanks { text-align: center; padding: 20px; }
.review-thanks i { font-size: 48px; color: #2e7d32; }
.line-cta { display: block; margin-top: 16px; padding: 14px; background: #06C755; color: white; border-radius: 12px; text-align: center; text-decoration: none; font-weight: bold; font-size: 14px; }
.line-cta:active { opacity: 0.9; }
.footer { background: #333; color: #999; text-align: center; padding: 20px; margin-top: 16px; font-size: 12px; }
.footer a { color: #eb5353; text-decoration: none; }

/* マッチングアプリ広告 */
.ad-matching { margin: 0 16px 16px; background: white; border-radius: 16px; padding: 18px; box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.ad-matching-header { font-size: 13px; color: #888; margin-bottom: 14px; display: flex; align-items: center; }
.ad-matching-list { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 4px; -webkit-overflow-scrolling: touch; }
.ad-matching-list::-webkit-scrollbar { display: none; }
.ad-matching-card { flex-shrink: 0; width: 150px; background: #fafafa; border: 1px solid #f0f0f0; border-radius: 12px; padding: 16px 14px; text-align: center; text-decoration: none; color: #333; transition: box-shadow 0.2s; }
.ad-matching-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.ad-matching-name { font-size: 16px; font-weight: bold; margin-bottom: 6px; }
.ad-matching-desc { font-size: 11px; color: #999; line-height: 1.4; margin-bottom: 10px; }
.ad-matching-cta { display: inline-block; font-size: 12px; color: #eb5353; border: 1px solid #eb5353; border-radius: 16px; padding: 5px 14px; transition: background 0.2s, color 0.2s; }
.ad-matching-card:hover .ad-matching-cta { background: #eb5353; color: white; }

/* タクシーGO広告 */
.ad-go-box { margin-top: 16px; padding: 16px; background: #f0f4ff; border-radius: 12px; border: 1px solid #d0d8f0; }
.ad-go-header { font-size: 14px; font-weight: bold; color: #1a1a2e; margin-bottom: 12px; }
.ad-go-header i { margin-right: 6px; color: #ffd700; }
.ad-go-code-wrap { margin-bottom: 12px; }
.ad-go-code-label { font-size: 11px; color: #666; margin-bottom: 6px; }
.ad-go-code { display: flex; align-items: center; gap: 10px; background: white; border: 2px dashed #1a1a2e; border-radius: 10px; padding: 12px 16px; cursor: pointer; -webkit-tap-highlight-color: transparent; }
.ad-go-code:active { transform: scale(0.98); }
.ad-go-code-text { font-size: 20px; font-weight: bold; color: #1a1a2e; letter-spacing: 2px; flex: 1; }
.ad-go-copy-btn { font-size: 12px; color: #1a1a2e; background: #e8eeff; padding: 4px 10px; border-radius: 6px; white-space: nowrap; }
.ad-go-download { display: block; text-align: center; background: #1a1a2e; color: white; padding: 12px; border-radius: 10px; text-decoration: none; font-size: 14px; font-weight: bold; }
.ad-go-download:active { opacity: 0.9; }
.ad-go-download i { margin-right: 6px; }
