/*
Theme Name: Horiuchi Theme
Theme URI: https://www.horiuchi-kyousei.com/
Author: Manus AI
Description: Restored custom theme scaffold for Horiuchi Kyousei clinic site.
Version: 0.2.0
Text Domain: horiuchi-theme
*/

body.wp-theme-horiuchi {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    background: #ffffff;
    color: #333333;
}

#pagewrap {
    overflow: clip;
}

#header .site-logo-image {
    max-width: 100%;
    height: auto;
}

#main-menu a,
#footer-nav a {
    text-decoration: none;
}

#menu-button {
    cursor: pointer;
}

.footer-logo-wrap {
    text-align: center;
}

.footer-logo-wrap img {
    max-width: 395px;
    width: 100%;
    height: auto;
}

.horiuchi-dev-summary-row {
    padding-top: 48px;
    padding-bottom: 48px;
}

.horiuchi-dev-card {
    height: 100%;
    padding: 28px;
    background: #ffffff;
    border: 1px solid #e5d8ec;
    box-shadow: 0 10px 30px rgba(147, 87, 165, 0.08);
}

.horiuchi-dev-card h3 {
    margin-top: 0;
    color: #9357a5;
    font-size: 1.25rem;
}

.horiuchi-dev-card p {
    margin-bottom: 0;
}

.entry-title {
    margin: 0 0 24px;
    color: #9357a5;
}

.entry-body {
    background: #ffffff;
}
