/*
Theme Name: トキンファクトリー
Description: トキンファクトリー公式サイト用WordPressテーマ
Author: トキンファクトリー
Version: 2.0.0
*/

/* WordPress固有のスタイル調整 */
.wp-block-group {
    margin-top: 0;
    margin-bottom: 0;
}

/* Contact Form 7 スタイル調整 */
.wpcf7-form {
    margin: 0;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
    width: 100%;
}

.wpcf7-form-control {
    width: 100%;
    padding: 1rem;
    border: 2px solid #52525b;
    background-color: #27272a;
    color: white;
    font-size: 1.125rem;
    border-radius: 0.5rem;
    outline: none;
    transition: all 0.2s ease;
}

.wpcf7-form-control:focus {
    border-color: #e53e3e;
    box-shadow: 0 0 0 2px rgba(229, 62, 62, 0.2);
}

.wpcf7-submit {
    background: #e53e3e !important;
    color: white !important;
    padding: 1.25rem 3rem !important;
    border-radius: 9999px !important;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    transform: scale(1) !important;
}

.wpcf7-submit:hover {
    background: #c53030 !important;
    transform: scale(1.05) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
}

.wpcf7-response-output {
    margin: 1rem 0 0 0 !important;
    padding: 1rem !important;
    border-radius: 0.5rem !important;
    border: none !important;
}

.wpcf7-mail-sent-ok {
    background-color: #10b981 !important;
    color: white !important;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
    background-color: #ef4444 !important;
    color: white !important;
}

/* アクセシビリティ対応 */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
