/*
 Theme Name: tsuzuri-renewal
 Template: astra
*/
/* color */
.red {
  color: #AA1C23; }

.brown {
  color: #643D2C; }

/* Media Query */
.hide {
  display: none !important; }

@media screen and (max-width: 499px) {
  .hide-s {
    display: none !important; } }
@media screen and (max-width: 799px) {
  .hide-m {
    display: none !important; } }
@media screen and (max-width: 999px) {
  .hide-l {
    display: none !important; } }
@media screen and (min-width: 800px) {
  .hide-xl {
    display: none !important; } }
.ast-site-title-wrap {
  display: none; }

p {
  margin-bottom: 0; }

.header {
  position: fixed;
  width: 100%; }

.ast-container {
  padding-top: 66px !important; }

form {
  margin: 0 auto;
  max-width: 80%; }

input:not([type=checkbox]), textarea {
  width: 100%; }

[type=submit] {
  margin: 0 auto;
  width: 12em !important;
  display: block;
  padding: 1em; }
  [type=submit]:not(:disabled) {
    background: #643D2C;
    border: 2px solid #643D2C;
    color: #fff; }
  [type=submit]:disabled {
    color: #fff;
    background: #bfbfbf; }

label.check {
  display: block;
  background: #fff;
  margin: 1.5em 0;
  padding: 1em 0.8em;
  border: 2px solid #AA1C23; }

.check .wpcf7-form-control-wrap, .quantity .wpcf7-form-control-wrap {
  display: inline; }

.wpcf7-response-output {
  background: #fff; }

input[type=checkbox] {
  -webkit-appearance: auto !important;
  appearance: auto !important;
  opacity: 1; }

.wpcf7-checkbox span.wpcf7-list-item {
  display: block; }

.quantity input {
  width: 4em !important;
  margin-right: 0.8em; }

.wpcf7 form > div {
  margin: 1.2em 0 0.6em; }

.form-h {
  border-left: 5px solid #643D2C;
  padding-left: 0.5em;
  font-weight: 500;
  line-height: 1.2; }

.txt-s {
  font-size: 0.85em; }

/* responsive */
@media screen and (max-width: 799px) {
  form {
    max-width: 100%; }

  input[type="submit"], button[type="submit"] {
    padding: 0.8em 3em; } }
@media screen and (max-width: 499px) {
  input[type="submit"], button[type="submit"] {
    padding: 0.8em 2em; }

  button[value="back"] {
    margin-right: 1em; } }
