/* E-island Coffee å¸åãã¼ã¿ã« â ã¹ã¿ã¤ã« */

.ep-wrap {
    max-width: 560px;
    margin: 0 auto;
    padding: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Noto Sans JP', sans-serif;
    color: #222;
}

/* ã¦ã§ã«ã«ã ããã¼ */
.ep-welcome {
    background: #1a2e17;
    color: #fff;
    border-radius: 14px;
    padding: 20px 20px 18px;
    margin-bottom: 20px;
}
.ep-welcome-label {
    font-size: 12px;
    color: rgba(255,255,255,0.65);
    margin-bottom: 6px;
    letter-spacing: 0.05em;
}
.ep-welcome-name {
    font-size: 20px;
    font-weight: 700;
}

/* ã»ã¯ã·ã§ã³ */
.ep-section {
    margin-bottom: 24px;
}
.ep-section-title {
    font-size: 11px;
    font-weight: 700;
    color: #1a2e17;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* æ±ç¨ã«ã¼ã */
.ep-card {
    background: #fff;
    border: 1px solid #d6e4d0;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.ep-card-date {
    font-size: 11px;
    color: #999;
    margin-bottom: 4px;
}
.ep-card-title {
    font-size: 14px;
    font-weight: 700;
    color: #1a2e17;
    margin-bottom: 4px;
}
.ep-card-body {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
}
.ep-card-note {
    font-size: 13px;
    color: #888;
    line-height: 1.7;
}

/* å¹´éãµããªã¼ */
.ep-summary-card {
    background: #fdfaf5;
    border: 1px solid #d6e4d0;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 12px;
}
.ep-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
}
.ep-summary-label {
    font-size: 13px;
    color: #666;
}
.ep-summary-value {
    font-size: 15px;
    font-weight: 700;
    color: #1a2e17;
}
.ep-amount {
    color: #c9a84c;
    font-size: 17px;
}

/* å¹´åãæ¿ããã */
.ep-year-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.ep-year-current {
    font-size: 15px;
    font-weight: 700;
    color: #1a2e17;
    flex: 1;
    text-align: center;
}
.ep-year-btn {
    font-size: 12px;
    color: #1a2e17;
    background: #d6e4d0;
    border-radius: 8px;
    padding: 6px 12px;
    text-decoration: none;
    white-space: nowrap;
}
.ep-year-btn--disabled {
    color: #bbb;
    background: #f0f0f0;
    cursor: default;
}

/* åå¼ã«ã¼ã */
.ep-deal-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
}
.ep-deal-date {
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    min-width: 72px;
}
.ep-deal-desc {
    font-size: 13px;
    color: #444;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ep-deal-amount {
    font-size: 15px;
    font-weight: 700;
    color: #1a2e17;
    white-space: nowrap;
    margin-left: auto;
}
.ep-receipt-btn {
    font-size: 11px;
    color: #1a2e17;
    background: #f0f7ee;
    border: 1px solid #d6e4d0;
    border-radius: 6px;
    padding: 4px 10px;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
}
.ep-receipt-btn:hover {
    background: #d6e4d0;
}

/* æå½èé£çµ¡å */
.ep-contact-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ep-contact-label {
    font-size: 12px;
    color: #888;
}
.ep-contact-link {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #1a2e17;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}
.ep-contact-link:last-child {
    border-bottom: none;
}
.ep-contact-phone::before { content: "Tel. "; color: #c9a84c; }
.ep-contact-email::before { content: "Mail. "; color: #c9a84c; }

/* ã­ã°ã¤ã³èªå° */
.ep-login-required {
    text-align: center;
    padding: 32px 20px;
}
.ep-login-msg {
    font-size: 15px;
    color: #555;
    margin-bottom: 16px;
}
.ep-btn {
    display: inline-block;
    background: #1a2e17;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 32px;
    border-radius: 10px;
    text-decoration: none;
}

/* ã¢ãã¤ã«æé©å */
@media (max-width: 480px) {
    .ep-wrap {
        padding: 12px;
    }
    .ep-welcome {
        padding: 16px;
    }
    .ep-welcome-name {
        font-size: 18px;
    }
    .ep-deal-desc {
        display: none;
    }
}
