/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */
input[type="submit"].searchsubmit {
    background-color: #777;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
textarea {
    width: 100%;
}

input[type=submit] {
    background: #f44336;

}

.wpcf7-form-control.wpcf7-submit {
    margin-top: 30px;
}

input[type=submit]:hover {
    background: #f44336;
    opacity: 0.7;
}

.mv_br {
    display: none;
}

@media screen and (max-width: 768px) {
    .header_image_title {
        font-size: 1.2vw !important;
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }

    .mv_br {
        display: block;
    }
}
