/* お問い合わせ */

.contact-page .entry-hero {
    min-height: 52svh;
}

.contact-page .entry-side-card--soft .entry-line-button {
    margin-right: 0.5rem;
}

.contact-shortcuts {
    display: grid;
    gap: 0.7rem;
    margin-top: 1rem;
}

.contact-shortcuts a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    min-height: 3rem;
    padding: 0.75rem 0.95rem;
    border: 1px solid rgba(216, 226, 223, 0.96);
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.9);
    color: #4A423F;
    font-size: 0.88rem;
    font-weight: 500;
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.contact-shortcuts a:hover,
.contact-shortcuts a:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(194, 123, 117, 0.42);
    background: #F5E4E4;
}

.contact-shortcuts span {
    color: #C27B75;
    font-size: 0.78rem;
}

.contact-shortcuts a.contact-shortcuts__line {
    border-color: #06C755;
    color: #06C755;
}

.contact-shortcuts a.contact-shortcuts__line span {
    color: inherit;
}

.contact-shortcuts a.contact-shortcuts__line:hover,
.contact-shortcuts a.contact-shortcuts__line:focus-visible {
    border-color: #06C755;
    background: #06C755;
    color: #FFFFFF;
}
