/*
Theme Name: Kadence Child
Template: kadence
Version: 1.0
*/

/* --- ????????????????? --- */
.site-footer-wrap {
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    padding: 40px 20px 20px;
    font-family: sans-serif;
    color: #444;
text-align: center;
}

.site-footer-container {
    max-width: 480px; /* ??????????????? */
    margin: 0 auto;
}

/* 1?????????/???? */
.footer-upper-section {
    margin-bottom: 30px;
}

.footer-site-logo {
    font-size: 20px;
    font-weight: 800;
    color: #34b792;
    margin-bottom: 15px;
    display: block;
}

.footer-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}

.footer-nav-links li a {
    font-size: 13px;
    color: #666;
    text-decoration: none;
}

/* 2?????????????????????? */
.footer-mid-section {
    border-top: 1px solid #f0f0f0;
    padding: 25px 0;
}

.footer-section-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.footer-recommend-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.footer-recommend-list a {
    font-size: 12px;
    color: #34b792;
    text-decoration: none;
    background: #f9fdfb;
    padding: 8px;
    border-radius: 4px;
    text-align: center;
}

/* 3??????????? */
.footer-bottom-section {
    border-top: 1px solid #f0f0f0;
    padding: 20px 0;
    text-align: center;
}

.footer-contact-link {
    font-size: 13px;
    color: #666;
    text-decoration: underline;
}

/* 4????????? */
.footer-copyright {
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    font-size: 11px;
    color: #999;
}
#colophon {
  display: none !important;
}