@charset "UTF-8";

form button:hover{ cursor: pointer; cursor: hand; opacity: 0.8; }

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
    display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output{
    display: none;
}

/* 未入力があった際のエラーメッセージ */
#error-message {
    display: none;
    text-align: center;
    color: #dc3232;
}

/* セレクトボックスのデフォルトスタイルを初期化 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  cursor: pointer;
  background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
  background-size: 16px 16px;
  border-radius: 4px;
  width: 34%;
}

/* ========================================
  @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px),print {

/* form -------------------------------------*/
.form-Box {
  line-height: 1.6;
}

.form-Box .form-box-inner {
  width: min(95%,1280px);
  margin-inline: auto;
  padding-block: clamp(60px, 33.333px + 3.472vw, 100px); /* 768px ~ 1920px */
  padding-inline: clamp(12px, -73.333px + 11.111vw, 140px); /* 768px ~ 1920px */
  background: #fff;
  border: 1px solid #D5D7D0;
}

.l-inner.form {
	background: #fff;
	margin-inline: auto;
	padding: 92px 0px 80px;
	width: min(95%, 1000px);
}

/* .form-box {
	margin-inline: auto;
	width: min(95%, 1000px);
} */

.form-box p.subtxt {
  font-size: 10px;
  padding-left: 20px;
}

.form-box p.note {
  font-size: 10px;
  padding-left: 20px;
}

.formttl_en img {
  margin-inline: auto;
  margin-bottom: 20px;
}

.formttl_ja {
	margin-bottom: 3.5rem;
	text-align: center;
	font-size: 24px;
	line-height: 1.6;
}
.form-Box .formttl_en {
  text-align: center;
}
.form-Box .form-closed-message {
  text-align: center;
}

.form-Box .list {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2;
  width: fit-content;
	margin-bottom: 44px;
	margin-inline: auto;
}

.form-Box .error {
  margin-bottom: 16px;
}

.form-Box .attention-color {
  color: #f00;
}

.form-Box .form-list li {
  padding-left: 16px;
  text-indent: -16px;
  margin-bottom: 3px;
}

.form-Box table {
  margin-bottom: 50px;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #D1D1D1;
}

.form-Box tr {
  border-bottom: 1px solid #D1D1D1;
}

.form-Box th {
  text-align: left;
  width: 20%;
  padding-left: clamp(18px, 4.000px + 1.823vw, 39px); /* 768px ~ 1920px */
  padding-right: 42px;
  padding-block: 29px;
  vertical-align: top;
}

.form-Box th {
  font-size: clamp(12px, 10.667px + 0.174vw, 14px); /* 768px ~ 1920px */
  line-height: 1.6;
}

.form-Box td {
  text-align: left;
  width: 40%;
  padding: 16px 22px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.6;
}

.form-Box td.add-td {
  padding: 32px 22px 32px;
}

.form-Box td img {
  max-width: 100%;
  height: auto;
}

.form-Box td.add-td .input_area{
  display: grid;
  grid-template-columns: repeat(1,minmax(0, 1fr));
  gap: 8px 0;
}

.form-Box td.add-td02 .input_area{
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.form-Box .from-btn-01 {
  text-align: center;
}

.form-Box .from-btn-02 {
  margin-top: 24px;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.form-Box .button {
  border: 0;
  padding: 0;
  margin: 0;
  text-align: center;
}

.form-Box .button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.form-Box input[type="text"],
.form-Box input[type="email"],
.form-Box input[type="tel"],
.form-Box input[type="url"],
.form-Box input[type="search"],
.form-Box input[type="number"],
.form-Box input[type="date"],
.form-Box input[type="datetime-local"],
.form-Box select,
.form-Box textarea {
  font-size: 14px;
  line-height: 1.6;
  padding: 2% 3% 2%;
  box-sizing: border-box;
  border: 1px solid #EFEDEE;
  font-family: inherit;
}

.form-Box textarea {
  width: 100%;
  min-height: 120px;
  font-family: inherit;
}

.form-Box select {
  width: 53.8%;
}

/* ご希望時間のプレースホルダー表示色を予約希望日に合わせる */
#event_times:invalid,
#normal_time_slot:invalid {
  color: #737379;
}

#event_times option,
#normal_time_slot option {
  color: #2A2A2F;
}

#event_times option[value=""],
#normal_time_slot option[value=""] {
  color: #737379;
}

#event_times.is-placeholder,
#normal_time_slot.is-placeholder {
  color: #737379;
}


input#address01 {
  margin-bottom: 8px;
}

/* ボタン*/
#confirm_area,
#send_area {
    text-align: center;
}
#form #confirm_area {
  text-align: center;
}
#form #send_area {
  position: relative;
  display: inline-block;
}

#form #confirm_area p,
#form #send_area p {
    display: inline-block;
    position: relative;
}

#form #confirm_area p::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url(../../../assets/images/common/contact-arr.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 60px;
  top: 50%;
}

#form .confirm_button, 
#form #back_button, 
input[type="submit"] {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  width: 560px;
  -moz-appearance: none;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 500;
  padding: 24px 0;
  margin-bottom: 30px;
  font-family: inherit;
  color: #2A2A2F;
  position: relative;
  top: 0;
  transition: 0.2s ease-in-out;
  margin: 0 auto;
  display: block;
}
#form .confirm_area {
  text-align: center;
}
#form .confirm_button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;

  width: 16px;
  height: auto;
  aspect-ratio: 14.8 / 7.46;
  background: url(../../../assets/images/form/form-submit-btn-arrow.svg) no-repeat;
  background-size: contain;
}


#form .confirm_button {
  background-color: #C8A160;
  color: #fff;
}

#form .confirm_button:disabled {
  background-color: #fff;
  color: #2A2A2F;
  border: 1px solid #2A2A2F;
  opacity: 1;
  cursor: not-allowed;
}

#form .confirm_button:disabled::after {
  display: none;
}

input[type="submit"] {
  background-color: #4B4035;
  color: #fff;
  background-image: url(../../../assets/images/form/form-submit-btn-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 60px center;
  background-size: 16px auto;
}

/* 送信ボタン（fmcmp）だけ中央配置 */
#form input#fmcmp.wpcf7-submit {
  display: block;
  margin: 0 auto;
}

#form #send_area .wpcf7-spinner {
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

#form #back_button {
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 5px;
  padding-inline: 20px;

  font-size: 15px;
  line-height: 1;
  color: #222; 
  background-color: unset;
  border-bottom: 1px solid #222;
}

/* プライバシーポリシー */
.priv-text .priv-ttl {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.priv-text {
  padding: 20px;
  overflow-y: scroll;
  height: 250px;
  border: #B3B3B3 solid 1px;
  margin-bottom: 30px;
  background: #fff;
}

.priv-text p {
  margin-bottom: 20px;
  font-size: 13px;
  padding-bottom: 20px;
  border-bottom: #ccc solid 1px;
}

.priv {
  text-align: center;
  margin-bottom: 30px;
}

.priv-text .tt {
  margin-bottom: 10px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.privtext {
  text-align: center;
  margin-bottom: 78px;
}

/*必須ボタン*/
.required {
  position: relative;
}

.required::after{
  content: "必須";
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  padding: 4px 16px 2px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  background: #707070;
}

/* ご住所行：th は table-cell のまま（flex 禁止 — 狭いセルで1字改行になる）。
   上 padding と「必須」の top を対にし、ラベル1行の縦中央とバッジの縦中央を同じ Y に、かつ郵便番号行付近へ。 */
.form-Box tr:has(#postal_code) th.required {
  white-space: nowrap;
  padding-top: calc(32px + 0.38lh);
  padding-bottom: 29px;
}

.form-Box tr:has(#postal_code):not(:has(td.add-td)) th.required {
  padding-top: calc(16px + 0.38lh);
}

.form-Box tr:has(#postal_code) th.required::after {
  top: calc(32px + 0.88lh);
  transform: translateY(-50%);
  right: -8px;
}

.form-Box tr:has(#postal_code):not(:has(td.add-td)) th.required::after {
  top: calc(16px + 0.88lh);
}

.confirm_area p {
  text-align: left;
  padding-left: 2em;
}

}


/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
/* form -------------------------------------*/
.form-Box {
  width: 94.2vw;
  margin-inline: auto;
  padding-block: 10.87vw 30.43vw;
  line-height: 1.6;
  color: #222;
  background: #fff;
}

.form-Box .form-box-inner {
  width: min(95%,86.9vw);
  margin-inline: auto;
}

.form-Box .form-list {
  font-size: 3.2vw;
  margin-bottom: 10vw;
}

.form-Box .error {
  margin-bottom: 3.6vw;
}

.form-Box .attention-color {
  color: #f00;
}

.formttl_en img {
  margin-inline: auto;
  margin-bottom: 1.93vw;
}

.formttl_ja {
	margin-bottom: 7.25vw;
	text-align: center;
	font-size: 4.35vw;
	font-weight: 500;
	line-height: 1.66666;
  letter-spacing: 0.05em;
}
.form-Box .formttl_en {
  text-align: center;
}
.form-Box .form-closed-message {
  text-align: center;
}

.form-Box .list {
  width: 84.54vw;
  margin-inline: auto;
	font-size: 3.1vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.684615;
	padding-bottom: 7.2vw;
	border-bottom: 0.2vw solid #ACADA7;
}

.form-Box .form-list li {
  padding-left: 3.6vw;
  text-indent: -3.6vw;
  margin-bottom: 0.4vw;
}

.form-Box table {
  margin-bottom: 10vw;
  font-size: 3.4vw;
  line-height: 1.6;
  width: 100%;
}

.form-Box th, .form-Box td {
  display: block;
  width: 100%;
  table-layout: fixed;
  border-bottom: 0.2vw solid #ACADA7;
}

.form-Box th {
  padding: 3vw 0vw 2vw;
  text-align: left;
  font-size: 3.38vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 4.83vw;
}

.form-Box td {
  font-size: 3.86vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-bottom: 0.2vw solid #ACADA7;
}

.form-Box td.add-td .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(1,minmax(0, 1fr));
  gap: 1.932vw 0;
  margin-bottom: 4vw;
}

.form-Box td.add-td02 .input_area{
  display: grid;
  grid-template-columns: 20% minmax(0, 1fr);
  gap: 3.865vw;
}

.form-Box .input_area {
  margin-bottom: 4.83vw;
}

input#your_date {
  width: 63vw;
}

input#your_date02 {
  width: 63vw;
}

input#your_time {
  width: 63vw;
}

input#your_time02 {
  width: 63vw;
}

.form-Box .from-btn-02 {
  margin-top: 10vw;
}

.timeset-ttl {
  position: relative;
  top: 3vw;
}

p.subtxt {
  font-size: 2.9vw;
  margin-bottom: 2vw;
}
.form-box p.subtxt.note {
  margin-top: 1.93vw;
  padding-left: 2em;
  padding-right: 1em;
}

.form-Box input[type="text"],
.form-Box input[type="email"],
.form-Box input[type="tel"],
.form-Box input[type="url"],
.form-Box input[type="search"],
.form-Box input[type="number"],
.form-Box input[type="date"],
.form-Box input[type="datetime-local"],
.form-Box textarea {
  width: 86vw;
  margin-bottom: 4vw;
  /* iOS: 16px未満のフォームはフォーカス時にズームする */
  font-size: max(16px, 3.38vw);
  line-height: 1.6;
  padding: 3vw 2vw 3vw;
  box-sizing: border-box;
  border: 0.2vw solid #D3D3D3;
  font-family: inherit;
  background: #EFEDEE;
}

/* SPでも number 入力は長くなりすぎないように固定 */
.form-Box input[type="number"] {
  width: 32vw;
  min-width: 120px;
}

.form-Box select {
  width: 86vw;
  margin-bottom: 4vw;
  font-size: max(16px, 3.86vw);
  padding: 3vw 2vw 3vw;
  box-sizing: border-box;
  border: 0.2vw solid #D3D3D3;
  font-family: inherit;
  background: #EFEDEE url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
}

.form-Box textarea {
  min-height: 22vw;
  font-family: inherit;
}

.form-Box select {
  width: 86vw;
  border-radius: 0.6vw;
  border: 0.2vw solid #D3D3D3;
}

/* ボタン*/
#confirm_area,
#send_area {
    text-align: center;
}

#form #send_area {
  position: relative;
  display: inline-block;
  width: 100%;
}

#form #confirm_area p,
#form #send_area p {
    display: inline-block;
    position: relative;
    width: 100%;
}

#form #confirm_area p::after {
  content: "";
  display: inline-block;
  width: 2.623vw;
  height: 4.348vw;
  background: url(../../../assets/images/common/contact-arr.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 7vw;
  top: 49%;
}

#form .confirm_button, #form #back_button, input[type="submit"] {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 86.6vw;
  font-size: max(16px, 3.382vw);
  line-height: 2;
  letter-spacing: 0.08em;
  color: #2A2A2F;
  padding: 5.8vw 0;
  font-family: inherit;
  position: relative;
  top: 0;
  transition: 0.2s ease-in-out;
  display: block;
  margin-inline: auto;
}

#form .confirm_button {
  width: 100%;
  border: none;
  background-color: #C8A160;
  color: #fff;
}

#form .confirm_button:disabled {
  background-color: #fff;
  color: #2A2A2F;
  border: 0.2vw solid #2A2A2F;
  opacity: 1;
  cursor: not-allowed;
  width: 100%;
}

#form .confirm_button:disabled::after {
  display: none;
}

#form .confirm_button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10vw;
  transform: translateY(-50%);
  width: 3.623vw;
  height: auto;
  aspect-ratio: 14.8 / 7.46;
  background: url(../../../assets/images/form/form-submit-btn-arrow.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
}

input[type="submit"]  {
  width: 100%;
  background-color: #4B4035;
  color: #fff;
  background-image: url(../../../assets/images/form/form-submit-btn-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 10vw center;
  background-size: 3.623vw 4.348vw;
}

/* SPでも送信ボタン（fmcmp）だけ中央配置 */
#form input#fmcmp.wpcf7-submit {
  display: block;
  margin: 0 auto;
}

#form #send_area .wpcf7-spinner {
  position: absolute;
  right: -5vw;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

#form #back_button {
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 0.8vw;
  padding-inline: 3vw;
  font-size: max(16px, 3.2vw);
  line-height: 1;
  color: #222;
  background-color: unset;
  border-bottom: 0.2vw solid #222;
}

/* プライバシーポリシー */
.priv-text {
  padding: 3vw;
  height: 40vw;
  margin-bottom: 5vw;
  overflow-y: scroll;
  border: #B3B3B3 solid 1px;
  background: #fff;
}

.priv-text p {
  margin-bottom: 4vw;
  padding-bottom: 4vw;
  border-bottom: 0.2vw solid #ccc;
}

.priv {
  margin-bottom: 5vw;
}

.priv-text .tt {
  margin-bottom: 3vw;
  font-size: 4.8vw;
}

.privtext {
  margin-bottom: 18vw;
}

/*必須ボタン*/
.required p {
  position: relative;
  display: block;
}

.required p::after{
  content: "必須";
  color: #fff;
  background: #707070;
  font-size: 3.14vw;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 1.4vw 4.1vw 1.9vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  white-space: nowrap;
}

.confirm_area p {
  margin-bottom: 4.83vw;
}
}