/*
Theme Name: 六ツ川コンタクト
Description: 2026年9月の現行サイトのデザインを維持する専用テーマ。
Version: 0.1.0
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: mutsukawa-contact
*/

/* Keep nested announcement cards clear of the outer article at every width. */
.page-section.info-page-section {
    padding: clamp(1rem, 3cqi, 2rem);
}

.info-links {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}
