/* 本番 yagamishingo.com のプラグイン Nagomi Info Bar から抽出（2026-08-21） */
.nagomi-info-bar { display: none; }
@media (max-width: 768px) {
    .nagomi-info-bar {
        display: block;
        background: #f8f5f0;
        padding: 4px 6px;
        font-size: 10px !important;
        line-height: 1.2 !important;
        text-align: left !important;
        color: #333 !important;
    }
    .nagomi-info-bar * {
        font-size: inherit;
        line-height: inherit;
        margin: 0 !important;
    }
    .nagomi-info-bar p {
        padding: 0;
    }
    .nagomi-info-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4px;
        margin-bottom: 3px !important;
    }
    .nagomi-info-hours,
    .nagomi-info-access {
        background: #fff;
        border-radius: 5px;
        padding: 4px 6px 3px !important;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    }
    .nagomi-info-hours h3,
    .nagomi-info-access h3 {
        font-size: 9px !important;
        color: #2c1810;
        margin: 0 0 3px 0 !important;
        padding: 0 0 2px 0 !important;
        border-bottom: 2px solid #e67e22;
    }
    .nagomi-hours-list {
        display: flex;
        flex-direction: column;
        gap: 1px;
    }
    .nagomi-hours-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 10px !important;
        color: #333;
    }
    .nagomi-hours-day {
        font-weight: bold;
        color: #2c1810;
        font-size: 10px !important;
    }
    .nagomi-hours-time {
        text-align: right;
        font-size: 10px !important;
    }
    .nagomi-hours-closed .nagomi-hours-time {
        color: #c0392b;
    }
    .nagomi-info-address {
        font-size: 9px !important;
        color: #333;
        margin: 1px 0 1px !important;
        padding: 0 !important;
        line-height: 1.25 !important;
        text-align: center;
    }
    a.nagomi-map-link {
        display: block;
        text-align: center;
        margin: 1px 0 0 !important;
        font-size: 9px !important;
        color: #fff !important;
        background: #e67e22;
        padding: 4px 0 !important;
        cursor: pointer;
        pointer-events: auto !important;
        position: relative;
        z-index: 10;
        border-radius: 4px;
        text-decoration: none !important;
        font-weight: bold;
    }
    .nagomi-info-news {
        background: #fff;
        border-radius: 5px;
        padding: 3px 6px !important;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    }
    .nagomi-news-item {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 4px 0 !important;
        border-bottom: 1px solid #eee;
        gap: 4px;
    }
    .nagomi-news-item:last-child {
        border-bottom: none;
    }
    .nagomi-news-label {
        flex-shrink: 0;
        font-size: 7px !important;
        color: #fff;
        background: #c0392b;
        padding: 1px 5px !important;
        border-radius: 3px;
        font-weight: bold;
        white-space: nowrap;
    }
    .nagomi-news-label-mag { background: #27ae60; }
    .nagomi-news-label-book { background: #2c3e6b; }
    .nagomi-news-title {
        font-size: 9px !important;
        color: #333;
        flex: 1;
        white-space: normal;
        word-break: break-word;
        line-height: 1.4 !important;
    }
    .nagomi-news-detail {
        flex-shrink: 0;
        font-size: 8px !important;
        color: #fff !important;
        background: #e67e22;
        padding: 2px 8px !important;
        border-radius: 10px;
        text-decoration: none !important;
        font-weight: bold;
    }
}
@media (min-width: 769px) {
    .nagomi-info-bar { display: none !important; }
}
