/**
 * リリース後追加CSS
 * 日付: 2026-02-05
 */

/* 体験ページ「住まいミュージアム」ボタンの余白調整（3行テキスト対応） */
.experience-museum-button {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

/* モデルハウス詳細ページ「部屋の紹介」セクション下部の余白調整（スマホのみ） */
@media (max-width: 1023px) {
    .single-modelhouse section:has(.flex.flex-col.gap-8) {
        margin-bottom: 40px;
    }
}

/*# sourceMappingURL=kaname.css.map */
