@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");

/*
Theme Name:zen-dora
Author:corocorotamago
Version:1.0
*/

/* reCaptchaを非表示に */
.grecaptcha-badge {
  visibility: hidden;
}

html,
body {
  height: 100%;
}

body > footer {
  position: sticky;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  background: #000000;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.container {
  max-width: 1200px;
  padding: 0 40px;
  margin: 0 auto;
  width: inherit;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #c0c0c0;
}
.header-area {
  border-bottom: 1px solid #c0c0c0;
}
.hed-tit {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 20px;
  color: #c39000;
}
.hed-tit img {
  height: 100px;
}
.hed-txt a {
  color: #c39000;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 900;
  white-space: nowrap;
  margin: 0 20px;
}

.footer-area {
  background-color: #000000;
  color: #c0c0c0;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 10px;
  border-top: 1px solid #c0c0c0;
}
.fot-menu-area {
  width: fit-content;
  margin-left: auto;
}
.fot-menu-area a {
  color: #c0c0c0;
}

.google {
  font-size: 1.4rem;
  width: fit-content;
  margin: 30px auto 0;
}
.google a {
  color: #c0c0c0;
  text-decoration: underline;
}
.google a:hover {
  color: #c39000;
}

.page-tit {
  width: fit-content;
  margin: 50px auto;
  font-size: 2.2rem;
}
.required {
  width: fit-content;
  margin-left: auto;
  font-size: 1.4rem;
}

/* コンタクトフォーム */
.contact-area {
  width: fit-content !important;
  margin: 0 auto;
}
.sotsu p {
  display: flex;
  align-items: center;
}
.contact-box {
  display: flex;
  margin-bottom: 30px;
}
.contact-name {
  width: 200px;
  padding: 15px 0;
}
.contact-txt {
  width: calc(100%-200px);
}
.date {
  display: flex;
  flex-direction: column;
  line-height: 50px;
}

.contact-sp {
  padding: 15px 0;
}
.textb {
  font-weight: bold;
}

.check {
  font-size: 1.4rem;
  margin: 50px auto;
  width: fit-content;
}

.privacy-area {
  width: fit-content;
}

.check p {
  text-align: right;
}
.privacychecktxt {
  text-decoration: underline;
}
.privacychecktxt:hover {
  color: #c39000;
}
.contact-com {
  margin: 50px auto 0;
  width: fit-content;
  font-size: 1.6rem;
}

/* 入力項目を見やすく */
.yours {
  width: 100%;
  padding: 8px 15px;
  margin: 5px auto 10px;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
}
.yours-s {
  padding: 8px 15px;
  margin: 5px auto 10px;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
}
/* CF7チェックボックスを縦並びに */
span.wpcf7-checkbox .wpcf7-list-item {
  margin-top: 5px;
  display: block;
}

/* 「送信する」ボタン */
input.wpcf7-submit {
  display: block;
  width: fit-content;
  margin: 50px auto 10px;
  border: 3px solid #c39000;
  color: #fff;
  background: #c39000;
  border-radius: 30px;
  padding: 5px 15px;
}
input.wpcf7-submit:hover {
  color: #000000;
  background: #c0c0c0;
  border: 3px solid #c0c0c0;
}
/* エラーメッセージを見やすく
.wpcf7 .wpcf7-not-valid {
  background: pink;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
} */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: #ffde58;
  font-weight: normal;
  font-size: 1.6rem;
  width: fit-content;
}
.wpcf7-response-output {
  font-size: 1.6rem;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto !important;
  border: 0 !important;
  color: #fff;
  background: #c39000;
}

/* コンタクトフォームここまで */

@media screen and (max-width: 730px), print {
  .contact-name {
    width: fit-content;
  }
  .contact-box {
    display: block;
  }
  .contact-area {
    width: 100%;
  }
  .mem-none {
    display: none;
  }
}
@media screen and (max-width: 724px), print {
  .hed-tit {
    flex-direction: column;
  }
}
