/*
Theme Name: sonicform SHIROTEN
Theme URI: https://sonicform.com/
Author: sonicform
Description: 城天トップページと、従来のiFeature固定ページを併用するsonicform公式テーマ。
Version: 1.1.0
Template: ifeature
Text Domain: sonicform-joten
*/

/* Existing pages keep the iFeature presentation. */
body:not(.home) #after_footer #copyright {
    width: 100%;
    text-align: center;
}

body:not(.home) {
    background-color: #fff;
}

body:not(.home) #after_footer #copyright strong {
    font-weight: 400;
    letter-spacing: .08em;
    text-transform: lowercase;
}

body:not(.home) .sonicform-contact-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

body:not(.home) .sonicform-legacy-contact input[type="text"],
body:not(.home) .sonicform-legacy-contact input[type="email"],
body:not(.home) .sonicform-legacy-contact textarea,
body:not(.home) .sonicform-legacy-contact select {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

body:not(.home) .sonicform-form-notice {
    padding: 12px 16px;
    border-left: 4px solid #777;
    background: #f4f4f4;
}

body:not(.home) .sonicform-form-notice.success {
    border-color: #2e8b57;
}

body:not(.home) .sonicform-form-notice.error {
    border-color: #b22222;
}

body:not(.home) .sonicform-contact-options section {
    padding: 28px;
    background: #fff;
    border: 1px solid #ddd;
}

body:not(.home) .sonicform-contact-options h2 {
    margin-top: 0;
}

body:not(.home) .sonicform-contact-options a {
    font-weight: 700;
}

@media (max-width: 767px) {
    body:not(.home) .sonicform-contact-options {
        grid-template-columns: 1fr;
    }
}
