@charset "UTF-8";
.page-template {
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-template .content {
  padding-left: 32px;
  padding-right: 32px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.page-template .content h2 {
  margin-top: 40px;
  font-size: 3.2rem;
  background-color: #B1A07C;
  color: #fff;
  line-height: 1.5;
  padding: 8px;
  margin-bottom: 24px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.page-template .content h2:first-of-type {
  margin-top: 0;
}
.page-template .content h3 {
  background-color: #F5F2EC;
  padding: 8px 16px;
  font-size: 2.8rem;
  margin-top: 40px;
  margin-bottom: 16px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
.page-template .content h4 {
  color: #B1A07C;
  padding-bottom: 8px;
  font-size: 2.4rem;
  margin-top: 40px;
  margin-bottom: 16px;
  border-bottom: solid 1px #B1A07C;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
.page-template .content h5 {
  color: #222;
  padding: 8px 0;
  font-size: 2rem;
  margin-top: 40px;
  margin-bottom: 16px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
.page-template .content p {
  margin-bottom: 24px;
}
.page-template .content ul {
  margin-bottom: 24px;
}
.page-template .content li {
  margin-bottom: 12px;
}
.page-template .content li::before {
  margin-right: 8px;
}
.page-template .content form {
  margin-top: 32px;
  background-color: #F5F2EC;
  padding: 40px;
}
.page-template .content form table {
  width: 100%;
}
.page-template .content form table tr {
  border-bottom: solid 1px #ddd;
}
.page-template .content form table th {
  padding: 24px;
  width: 30%;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}
.page-template .content form table th .required {
  margin-left: 16px;
  display: inline-block;
  padding: 2.4px 8px;
  color: #fff;
  font-size: 1.25rem;
  background-color: #FF0000;
}
.page-template .content form table th .note {
  font-size: 1.2rem;
  color: #707070;
}
.page-template .content form table th .note a {
  color: #000;
  border-bottom: solid 1px #000;
}
.page-template .content form table td {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 70%;
  font-size: 1.6rem;
}
.page-template .content form table td input {
  padding: 16px;
  border: solid 2px #ddd;
  font-size: 1.6rem;
}
.page-template .content form table td input::-moz-placeholder {
  color: #999999;
}
.page-template .content form table td input::placeholder {
  color: #999999;
}
.page-template .content form table td input[name=your-subject] {
  background-color: #eee;
  font-weight: 600;
}
.page-template .content form table td textarea {
  padding: 16px;
  border: solid 2px #ddd;
  font-size: 1.6rem;
  width: 100%;
}
.page-template .content form table td textarea::-moz-placeholder {
  color: #999999;
}
.page-template .content form table td textarea::placeholder {
  color: #999999;
}
.page-template .content form table td input[name=your-name], .page-template .content form table td input[name=your-kana] {
  width: 50%;
}
.page-template .content form table td input[name=your-email] {
  width: 60%;
}
.page-template .content form table td input[name=your-tel] {
  width: 30%;
}
.page-template .content form table td input[name=your-number] {
  width: 20%;
}
.page-template .content form table td input[name=your-address] {
  width: 60%;
}
.page-template .content form table td .input-items {
  display: flex;
  gap: 16px;
}
.page-template .content form table td select.time {
  width: 320px;
  padding: 18px;
  border: solid 2px #ddd;
  font-size: 1.6rem;
}
.page-template .content form table td select.time::-moz-placeholder {
  color: #999999;
}
.page-template .content form table td select.time::placeholder {
  color: #999999;
}
.page-template .content form .privacy {
  margin-top: 40px;
  font-size: 1.6rem;
  color: #222;
  text-align: center;
}
.page-template .content form .privacy .custom-acceptance {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.page-template .content form .privacy .custom-acceptance input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
}
.page-template .content form .privacy a {
  margin-left: 8px;
  color: #0088e3;
  border-bottom: solid 1px #0088e3;
}
.page-template .content form .submit-btn {
  margin-top: 40px;
  text-align: center;
}
.page-template .content form .submit-btn input {
  padding: 16px 40px;
  color: #B1A07C;
  font-weight: 600;
  border: solid 1px #B1A07C;
  background-color: #fff;
  font-size: 1.6rem;
  width: 320px;
  transition: all 0.3s;
}
.page-template .content form .submit-btn input:hover {
  background-color: #B1A07C;
  color: #fff;
  transition: all 0.3s;
}
.page-template .content form .submit-btn .wpcf7-spinner {
  display: block;
}

.wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 1.6rem;
}

.wpcf7-spinner {
  display: block;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

.invalid .wpcf7-response-output {
  padding: 16px;
  text-align: center;
  background-color: #ee0000;
  border: none !important;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .page-template {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-template .content {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.4rem;
  }
  .page-template .content h2, .page-template .content h3, .page-template .content h4, .page-template .content h5, .page-template .content h6 {
    margin-top: 24px;
    font-size: 2rem;
    border-bottom: solid 1px #707070;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
  .page-template .content p {
    margin-bottom: 16px;
  }
  .page-template .content ul {
    margin-bottom: 16px;
  }
  .page-template .content li {
    margin-bottom: 8px;
  }
  .page-template .content li::before {
    content: "・";
    margin-right: 8px;
  }
  .page-template .content iframe {
    margin-top: 24px;
  }
  .page-template .content .cf7-title {
    margin-top: 24px;
    border: solid 1px #B1A07C;
    padding: 8px;
  }
  .page-template .content .cf7-title .icon {
    margin-left: 8px;
    width: 24px;
    transform: translateY(1.6px);
  }
  .page-template .content .cf7-title h2 {
    font-size: 1.8rem;
  }
  .page-template .content form {
    margin-top: 24px;
    background-color: #F5F2EC;
    padding: 24px;
  }
  .page-template .content form table {
    display: block;
  }
  .page-template .content form table tbody {
    display: block;
  }
  .page-template .content form table th {
    display: block;
    width: 100%;
    padding: 8px 0px 0 0px;
    font-size: 1.4rem;
  }
  .page-template .content form table th .required {
    margin-left: 8px;
    padding: 1px 4px;
    font-size: 1.1rem;
  }
  .page-template .content form table th .note {
    font-size: 1.1rem;
  }
  .page-template .content form table td {
    display: block;
    padding: 8px 0px 12px 0px;
    width: 100%;
    font-size: 1.6rem;
  }
  .page-template .content form table td input {
    width: 100%;
    padding: 8px;
    border: solid 2px #ddd;
    font-size: 1.4rem;
  }
  .page-template .content form table td input[name=your-name], .page-template .content form table td input[name=your-kana] {
    width: 80%;
  }
  .page-template .content form table td input[name=your-email] {
    width: 100%;
  }
  .page-template .content form table td input[name=your-tel] {
    width: 60%;
  }
  .page-template .content form table td input[name=your-number] {
    width: 50%;
  }
  .page-template .content form table td .input-items {
    display: flex;
    gap: 8px;
  }
  .page-template .content form table td select.time {
    width: 100%;
    padding: 11px;
    font-size: 1.4rem;
  }
  .page-template .content form table tr:last-of-type td {
    padding-bottom: 8px;
  }
  .page-template .content form .privacy {
    margin-top: 24px;
    font-size: 1.4rem;
  }
  .page-template .content form .privacy .custom-acceptance input[type=checkbox] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
  }
  .page-template .content form .privacy a {
    margin-left: 4px;
  }
  .page-template .content form .submit-btn {
    margin-top: 24px;
  }
  .page-template .content form .submit-btn input {
    padding: 12px 24px;
    font-size: 1.4rem;
    width: 240px;
  }
  .wpcf7-not-valid-tip {
    margin-top: 4px;
    font-size: 1.4rem;
  }
  .wpcf7-response-output {
    font-size: 1.3rem;
  }
  .invalid .wpcf7-response-output {
    padding: 8px;
  }
}/*# sourceMappingURL=page.css.map */