@charset "UTF-8";
/* 共通のスタイル */
@media (max-width: 780px) {
  html {
    font-size: 12px !important;
  }
}

body {
  background: #FFF8E2 !important;
}

.c-copyright--inverse {
  background: var(--wp--preset--color--sm-accent) !important;
}

a:hover {
  opacity: 0.7;
}

.l-contents__inner:first-child {
  padding-top: 0 !important;
}

.l-contents__inner {
  margin-top: 0 !important;
}

.c-entry__header {
  display: none;
}

.c-meta {
  display: none !important;
}

/* トップページ */


/* お問い合わせフォーム */

.top-form-container {
  width: 850px !important;
  max-width: 95% !important;
  margin: 0 auto;
}

.wpcf7-text {
  width: 100%;
}

.formtable {
  width: 100%;
  font-size: 24px;

  th,
  td {
    padding: 15px !important;
    text-align: left;
  }

  td {
    div {
      &:nth-child(n + 2) {
        margin-top: 15px;
      }
    }
  }

  .wpcf7-form-control-wrap {
    padding: 10px;
  }
}

.require {
  background: rgb(205, 0, 0);
  color: #fff;
  margin-left: 10px;
  padding: 5px;
  font-size: 0.6rem;
  border-radius: 5px;
}

.send-btn {
  text-align: center;

  .wpcf7-submit {
    background: #ff9400;
    color: #fff;
    width: 200px;
    font-weight: bold;
    border-radius: 10px;
    font-size: 1.6rem;

    &:hover {
      cursor: pointer !important;
    }
  }

  .wpcf7-spinner {
    display: none;
  }
}

.wpcf7-not-valid-tip {
  color: red !important;
}

.wpcf7-not-valid-tip {
  font-weight: bold;
}