input[type="text"] {
    background-color: #ededed;
    border: 1px solid #b7b7b7;
    color: #000;
    width: 90%;
    /* margin-left: 1rem; */
    /* margin-right: 1rem; */
}

input[type="tel"] {
    background-color: #ededed;
    border: 1px solid #b7b7b7;
    color: #000;
    width: 50%;
    /* margin-left: 1rem; */
    /* margin-right: 1rem; */
}

input[type="email"] {
    background-color: #ededed;
    border: 1px solid #b7b7b7;
    color: #000;
    width: 75%;
    /* margin-left: 1rem; */
    /* margin-right: 1rem; */
}

.wpcf7 textarea {
    background-color: #ededed;
    border: 1px solid #b7b7b7;
    color: #000;
    width: 90%;
    /* margin-left: 1rem; */
    /* margin-right: 1rem; */
}

.wpcf7-spinner {
    display: flex;
    position: absolute;
    top: 7rem;
}

#submit {
    background: #EDAF54;
    border-radius: 10px;
    color: #fff;
    padding: 1rem 4rem;
    display: flex;
    margin: 1rem 1rem;
}

#previous {
    background: #FFF;
    border: 1px solid #b7b7b7;
    border-radius: 10px;
    color: #000;
    padding: 1rem 4rem;
    display: flex;
    margin: 1rem 1rem;
}

/* お問い合わせ完了画面 */
.back-btn a{
    background: #FFF;
    border: 1px solid #b7b7b7;
    border-radius: 10px;
    color: #000;
    padding: 1rem 3rem;
    display: flex;
    margin: 1rem auto;
    max-width: fit-content;

}

.contact_index {

    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 1rem;
    border-bottom: 2px solid #b7b7b7;
}

.span_spinner {
    position: relative;
}

/* お問い合わせ・ご見学予約 */
input[type="text"].noborder{
    border: none;
    text-align: center;
    
}

.reserve-temple{
    background-color: #ededed;
}

/* メディアクエリ */

@media screen and (min-width: 481px) {

    /* 481px以上に適用されるCSS（タブレット用） */

    #submit {
        padding: 2rem 4rem;

    }

    #previous {
        padding: 2rem 4rem;

    }

}

@media screen and (min-width: 960px) {
    /* 960px以上に適用されるCSS（PC用） */

    input[type="text"] {
        width: 100%;
    }

    .wpcf7 textarea {
        width: 100%;
    }

    input[type="text"] {
        margin-right: 1rem;
    }
    
    input[type="tel"] {
        margin-right: 1rem;
    }
    
    input[type="email"] {
        margin-right: 1rem;
    }
    
    .wpcf7 textarea {
        margin-right: 1rem;
    }

}