/*
Theme Name: ひよこママハウス
Description: ひよこママハウス 産後ケア施設 公式テーマ
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: hiyoko-mamahouse
*/

body {
    color: #5d5250;
    background-color: #fffaf8;
}
.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
.status-ok::before { content: "○"; color: #de566d; font-weight: bold; }
.status-few::before { content: "△"; color: #e0a84d; font-weight: bold; }
.status-ng::before { content: "×"; color: #ccc; }
.hero-gradient {
    background: linear-gradient(to right, rgba(255,250,248, 0.9) 0%, rgba(255,250,248, 0.6) 50%, rgba(255,250,248, 0) 100%);
}
@media (max-width: 768px) {
    .hero-gradient {
        background: linear-gradient(to bottom, rgba(255,250,248, 0.8) 0%, rgba(255,250,248, 0.8) 60%, rgba(255,250,248, 0) 100%);
    }
}
.dot-pattern {
    background-image: radial-gradient(#de566d 1px, transparent 1px);
    background-size: 24px 24px;
}
