@charset "UTF-8";
/* ==========================================================================
   privacy.scss - privacy.html 専用スタイル
   ========================================================================== */
/* ==========================================================================
   変数定義 - Variables
   ========================================================================== */
/* ----- 色 : ベース ----- */
/* ----- 色 : ゴールド系 ----- */
/* ----- 色 : ブラウン系 ----- */
/* ----- 色 : クリーム系 ----- */
/* ----- 色 : グラデーション (左→右 #704816 → #d7a43b) ----- */
/* ----- 色 : 赤 (キャンペーン帯) ----- */
/* ----- 色 : フッター ----- */
/* ----- 色 : その他 ----- */
/* ----- フォント ----- */
/* ----- レイアウト ----- */
/* ----- ブレイクポイント ----- */
/* ==========================================================================
   Mixin
   ========================================================================== */
/* ----- メディアクエリ ----- */
/* ----- インナーラッパー ----- */
/* ----- ゴールドのグラデーション文字 (左→右) ----- */
/* ----- ゴールド左→右の背景 (タグなど) ----- */
/* ----- 2重線バー (heading-line, sub-title などの装飾) ----- */
/* ----- カード共通の影 ----- */
/* ----- ピル型ボタン ----- */
/* ==========================================================================
   page-head (下層ページ共通)
   ========================================================================== */
.page-head {
  position: relative;
  width: 100%;
  height: 36rem;
  display: block;
  overflow: hidden;
  background: #fff;
  /* ----- 下部 2重ウェーブ ----- */ }
  @media (max-width: 767px) {
    .page-head {
      height: 24rem; } }
  .page-head__bg {
    position: absolute;
    inset: 0; }
    .page-head__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3; }
    .page-head__bg .ph {
      height: 100%;
      width: 100%; }
      .page-head__bg .ph span {
        min-height: 34rem; }
  .page-head__heading {
    position: absolute;
    left: 8%;
    top: 20rem;
    z-index: 2;
    text-align: left;
    background: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .page-head__heading {
        left: 0;
        width: 100%;
        top: 10rem;
        align-items: center; } }
    .page-head__heading .jp {
      font-size: 4.8rem;
      font-weight: 500;
      line-height: 1.1; }
      @media (max-width: 767px) {
        .page-head__heading .jp {
          font-size: 3.2rem; } }
    .page-head__heading .en {
      font-family: bodoni-std, sans-serif;
      font-size: 2.2rem;
      margin-top: .4rem;
      margin-left: .7rem;
      line-height: 1;
      background: linear-gradient(to right, #704816 0%, #d7a43b 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent; }
      @media (max-width: 767px) {
        .page-head__heading .en {
          font-size: 1.6rem;
          margin-left: 0; } }
  .page-head__wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 9rem;
    z-index: 2;
    pointer-events: none; }
  .page-head__wave-gold {
    position: absolute;
    bottom: 0.6rem;
    left: 0;
    width: 100%;
    height: 6rem;
    background: rgba(197, 160, 74, 0.55);
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'><path d='M0,38 Q360,8 720,28 T1440,38 L1440,60 L0,60 Z' fill='black'/></svg>") no-repeat center/100% 100%;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'><path d='M0,38 Q360,8 720,28 T1440,38 L1440,60 L0,60 Z' fill='black'/></svg>") no-repeat center/100% 100%; }
  .page-head__wave-white {
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    width: 100%;
    height: 6rem;
    background: #ffffff;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'><path d='M0,42 Q360,0 720,28 T1440,42 L1440,60 L0,60 Z' fill='black'/></svg>") no-repeat center/100% 100%;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'><path d='M0,42 Q360,0 720,28 T1440,42 L1440,60 L0,60 Z' fill='black'/></svg>") no-repeat center/100% 100%; }

.contact-lead {
  padding: 6rem 0 5rem; }
  @media (max-width: 767px) {
    .contact-lead {
      padding: 4rem 0 3rem; } }
  .contact-lead__inner {
    width: 92%;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .contact-lead__inner iframe {
      max-width: 100% !important;
      margin-top: 1rem; }
      @media (max-width: 767px) {
        .contact-lead__inner iframe {
          height: 100vw; } }
    .contact-lead__inner p {
      font-size: 1.6rem;
      line-height: 2.2; }
      .contact-lead__inner p a {
        text-decoration: underline; }
        .contact-lead__inner p a:hover {
          text-decoration: none; }
      @media (max-width: 767px) {
        .contact-lead__inner p {
          font-size: 1.5rem;
          text-align: left;
          line-height: 1.6; } }

.contact-form {
  padding: 0 0 12rem; }
  @media (max-width: 767px) {
    .contact-form {
      padding: 0 0 7rem; } }
  .contact-form__inner {
    width: 92%;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto; }

.cf7-table {
  width: 100%;
  border-bottom: 1px solid #e3d9c1; }

.cf7-row {
  display: flex;
  align-items: center;
  border-top: 1px solid #e3d9c1;
  padding: 2.4rem 0;
  gap: 3rem; }
  .cf7-row--textarea {
    align-items: flex-start; }
  @media (max-width: 767px) {
    .cf7-row {
      flex-direction: column;
      gap: 1rem;
      padding: 2rem 0; } }
  .cf7-row-check {
    justify-content: center; }
    .cf7-row-check a {
      text-decoration: underline; }
      .cf7-row-check a:hover {
        text-decoration: none; }

.cf7-label {
  width: 24rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: 700; }
  @media (max-width: 1024px) {
    .cf7-label {
      width: 20rem; } }
  @media (max-width: 767px) {
    .cf7-label {
      width: 100%; } }

.cf7-required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e05a3a;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.3rem 0.9rem;
  border-radius: 0.3rem;
  white-space: nowrap;
  flex-shrink: 0; }

.cf7-field {
  flex: 1;
  width: 100%; }
  .cf7-field .wpcf7-form-control-wrap {
    display: block;
    width: 100%; }
  .cf7-field input[type="number"],
  .cf7-field input[type="text"],
  .cf7-field input[type="tel"],
  .cf7-field input[type="email"] {
    width: 100%;
    height: 5.2rem;
    padding: 0 1.6rem;
    font-family: "Zen Old Mincho", serif;
    font-size: 1.6rem;
    color: #4a2d08;
    background: #ffffff;
    border: 1px solid #e3d9c1;
    border-radius: 0.4rem;
    outline: none;
    transition: border-color 0.2s ease;
    appearance: none; }
    .cf7-field input[type="number"]:focus,
    .cf7-field input[type="text"]:focus,
    .cf7-field input[type="tel"]:focus,
    .cf7-field input[type="email"]:focus {
      border-color: #c5a04a; }
    @media (max-width: 767px) {
      .cf7-field input[type="number"],
      .cf7-field input[type="text"],
      .cf7-field input[type="tel"],
      .cf7-field input[type="email"] {
        font-size: 1.6rem;
        height: 4.8rem; } }
  .cf7-field input[type="number"] {
    width: 10em; }
    @media (max-width: 767px) {
      .cf7-field input[type="number"] {
        width: 8em; } }
  .cf7-field select {
    width: 100%;
    height: 5.2rem;
    padding: 0 4.0rem 0 1.6rem;
    font-family: "Zen Old Mincho", serif;
    font-size: 1.6rem;
    color: #4a2d08;
    background: #ffffff;
    border: 1px solid #e3d9c1;
    border-radius: 0.4rem;
    outline: none;
    transition: border-color 0.2s ease;
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://w3.org' viewBox='0 0 24 24'%3E%3Cpath fill='%23AB8B00' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.6rem center;
    background-size: 2.4rem; }
    .cf7-field select:focus {
      border-color: #c5a04a; }
    @media (max-width: 767px) {
      .cf7-field select {
        font-size: 1.6rem;
        height: 4.8rem;
        padding: 0 3.6rem 0 1.2rem;
        background-position: right 1.2rem center;
        background-size: 2.0rem; } }
    .cf7-field select option {
      color: #4a2d08;
      background: #ffffff; }
  .cf7-field textarea {
    width: 100%;
    min-height: 16rem;
    padding: 1.4rem 1.6rem;
    font-family: "Zen Old Mincho", serif;
    font-size: 1.6rem;
    color: #4a2d08;
    background: #ffffff;
    border: 1px solid #e3d9c1;
    border-radius: 0.4rem;
    outline: none;
    resize: vertical;
    line-height: 1.8;
    transition: border-color 0.2s ease; }
    .cf7-field textarea:focus {
      border-color: #c5a04a; }
    @media (max-width: 767px) {
      .cf7-field textarea {
        min-height: 10rem;
        font-size: 1.6rem; } }
  .cf7-field .wpcf7-not-valid {
    border-color: #e05a3a !important; }
  .cf7-field.cf7-price {
    display: flex;
    align-items: baseline;
    gap: .5rem; }
    .cf7-field.cf7-price .wpcf7-form-control-wrap {
      width: auto; }
      .cf7-field.cf7-price .wpcf7-form-control-wrap imput {
        width: 20rem; }
  .cf7-field.cf7-date {
    display: flex;
    flex-direction: column;
    gap: 1rem; }
    .cf7-field.cf7-date > div {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 1rem; }
      .cf7-field.cf7-date > div dt {
        flex-shrink: 0;
        align-items: center;
        width: 5em; }
      .cf7-field.cf7-date > div dd {
        margin: 0; }
      .cf7-field.cf7-date > div.cf7-time dd {
        display: flex;
        gap: .5em;
        justify-content: flex-start;
        align-items: baseline; }
        .cf7-field.cf7-date > div.cf7-time dd .wpcf7-form-control-wrap {
          width: auto; }
  .cf7-field.cf7-option {
    display: flex;
    flex-direction: column;
    gap: 1rem; }
    .cf7-field.cf7-option > div {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 1rem; }
      @media (max-width: 767px) {
        .cf7-field.cf7-option > div {
          flex-direction: column;
          align-items: flex-start; } }
      .cf7-field.cf7-option > div dt {
        flex-shrink: 0;
        width: 16em; }
        @media (max-width: 767px) {
          .cf7-field.cf7-option > div dt {
            width: 100%; } }
      .cf7-field.cf7-option > div dd {
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        gap: .5em; }
        @media (max-width: 767px) {
          .cf7-field.cf7-option > div dd {
            margin: 0; } }
        .cf7-field.cf7-option > div dd .wpcf7-form-control-wrap {
          width: auto; }

.cf7-submit {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  text-align: center; }
  @media (max-width: 767px) {
    .cf7-submit {
      margin-top: 3.6rem; } }
  .cf7-submit input[type="submit"], .cf7-submit input[type="button"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32rem;
    padding: 1.8rem 5rem;
    font-family: "Zen Old Mincho", serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #4a2d08;
    background: #ffffff;
    border: 1px solid #c5a04a;
    border-radius: 99.9rem;
    cursor: pointer;
    transition: background 0.25s ease;
    appearance: none;
    letter-spacing: 0.05em; }
    .cf7-submit input[type="submit"]:hover, .cf7-submit input[type="button"]:hover {
      background: #f9eac3; }
    .cf7-submit input[type="submit"].btn-prev, .cf7-submit input[type="button"].btn-prev {
      border-color: #666; }
    @media (max-width: 767px) {
      .cf7-submit input[type="submit"], .cf7-submit input[type="button"] {
        min-width: 0;
        width: 90%;
        padding: 1.4rem 3rem;
        font-size: 1.6rem; } }
  .cf7-submit .wpcf7-spinner {
    display: none; }

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.6rem;
  font-size: 1.2rem;
  color: #e05a3a;
  font-family: "Zen Old Mincho", serif; }

.wpcf7-response-output {
  margin-top: 3rem;
  padding: 1.4rem 2rem;
  border-radius: 0.4rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  text-align: center;
  border: none !important; }
  .wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #f7f1e4;
    color: #4a2d08; }
  .wpcf7-response-output.wpcf7-mail-sent-ng, .wpcf7-response-output.wpcf7-spam-blocked, .wpcf7-response-output.wpcf7-validation-errors {
    background: #fdf0ed;
    color: #e05a3a; }

.wpcf7-form-control-wrap {
  margin-bottom: 2rem; }
  .wpcf7-form-control-wrap:nth-last-of-type(1) {
    margin-bottom: 0; }
