@charset "UTF-8";

html,
body {
  font-size: 16px;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.04em;
  background-color: #f8f8f8;
  color: #333333;
}
html.menu-open,
body.menu-open {
  overflow: hidden;
}
.wpcf7 form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
img,
video,
object {
  width: 100%;
  border: none;
  display: block;
}

@media screen and (min-width: 981px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 981px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .pcNone {
    display: block;
  }
}

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #333333;
}
a[href=""] {
  pointer-events: none;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

/*--------------------------------------*
* コンタクト
*--------------------------------------*/
/* 共通 */
input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
  appearance: none; /* iOS / Webkitのデフォルト装飾を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* input[type="text"]などによく付く枠線も削除 */
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=number],
input[type=password],
input[type=search],
textarea {
  outline: none;
}

/* iOSでフォームが自動で拡大しないように */
input,
textarea,
select {
  font-size: 14px;
}

/* textareaのサイズ変更つまみを無効化（必要なら） */
textarea {
  resize: vertical; /* または none */
}

/* buttonのデフォルト装飾リセット */
button {
  background: none;
  cursor: pointer;
}

/* selectの▼マークを消したい場合（独自デザインにする場合のみ） */
select::-ms-expand {
  display: none; /* IE */
}

::placeholder {
  /* 標準 */
  color: #cbcbcb;
}

::-webkit-input-placeholder {
  /* Chrome, Safari, iOS */
  color: #cbcbcb;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #cbcbcb;
}

::-ms-input-placeholder {
  /* Edge */
  color: #cbcbcb;
}

.page-content {
  background-color: #eee;
  padding-bottom: 120px;
}
.page-content:has(.thanks_page) {
  padding-bottom: 40px;
}

.wpcf7 form {
  width: 80%;
  margin: 0 auto;
  letter-spacing: 0.08em;
  padding-bottom: 120px;
}

.reserve-title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 12px;
  padding: 32px 0 0 0;
}

.reserve-lead {
  font-size: 13px;
  line-height: 1.7;
}

.cta-buttons {
  display: grid;
  gap: 8px;
  margin: 24px auto 32px;
  width: 280px;
}

.form-group {
  margin: 24px 0;
}

.form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.req {
  color: #e60033;
  font-size: 11px;
  margin-left: 4px;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=date],
.wpcf7 input[type=time],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #333333;
  border-radius: 3px;
  font-size: 14px;
  background: #fff;
}

.wpcf7 textarea {
  min-height: 110px;
}

.submit-wrap {
  text-align: center;
  margin: 16px auto 0;
  width: fit-content;
}

.wpcf7-spinner {
  display: none;
}

.btn-submit {
  background: #333;
  color: #fff;
  text-align: center;
  width: 180px;
  padding: 10px 0;
  border-radius: 100vmax;
  font-size: 18px;
}

.btn_wrap {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  padding: 40px 0;
  max-width: 400px;
  width: 90%;
}

@media screen and (min-width: 981px) {
  .reserve-title {
    font-size: 32px;
    padding-top: 80px;
  }
  .reserve-lead {
    font-size: 16px;
  }
  .cta-buttons {
    width: 320px;
    font-size: 18px;
  }
  .cta-buttons .btn {
    font-size: 20px;
  }
  .btn-submit {
    font-size: 20px;
  }
}/*# sourceMappingURL=contact.css.map */