@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%;
}

span #your-check .wpcf7-list-item.first {
  margin: 0;
}
span #your-check .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}
/* デフォルトのボタン */
span #your-check input[type="radio"] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
/* チェック前のボタン */
span #your-check .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #231815;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 1em;
  margin-top: auto;
  transition: background-color .5s; /* 色をじんわり変化させる */
  width: 1.2em;
}
/* チェック後のボタン */
span #your-check input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #231815; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 4px #fff; /* 中心の色のスタイル */
}

span #your-soudan .wpcf7-list-item.first {
  margin: 0;
}
span #your-soudan .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}
/* デフォルトのボタン */
span #your-soudan input[type="radio"] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
/* チェック前のボタン */
span #your-soudan .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #231815;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 1em;
  margin-top: auto;
  transition: background-color .5s; /* 色をじんわり変化させる */
  width: 1.2em;
}
/* チェック後のボタン */
span #your-soudan input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #231815; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 4px #fff; /* 中心の色のスタイル */
}

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

/* form -------------------------------------*/
.form-Box {
  line-height: 1.6;
  padding: 0px 0px 0px;
  background: #F9F9F7;
}

.form-Box .form-box-inner {
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(171, 171, 171, 0.25);
  padding: 10px 0px 130px;
  width: min(95%,1400px);
  margin-inline: auto;
  border-top: 4px solid #B0B0B0;
}

.form-Box .form_line {
  width: 100%;
  height: 2px;
  background: #B0B0B0;
  margin-block: 0px 122px;
}

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

.formttl_en {
	margin-bottom: 16px;
	text-align: center;
	font-size: 46px;
	line-height: 1.6;
	letter-spacing: 4.14px;
	color: #231815;
}

.formttl_ja {
  color: #231815;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 60.662px; /* 252.757% */
  letter-spacing: 1.44px;
  margin-bottom: 60px;
}

.form-Box .list {
	font-size: 16px;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  letter-spacing: 0.96px;
	margin-bottom: 60px;
	margin-inline: auto;
  width: min(95%,743px);
  margin-inline: auto;
  color: #231815;
}

.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 #D8D8D8;
}

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

.form-Box th {
  text-align: left;
  width: 17%;
  padding: 41px 42px 39px 20px;
  vertical-align: top;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px; /* 166.667% */
  letter-spacing: 1.08px;
}

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

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

.form-Box th.add-th span {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  font-weight: 400;
}

.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="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 #D8D8D8;
  font-family: inherit;
  background: #FFFCF8;
  width: 100%;
}

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

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

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

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

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

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

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

#form #back_area p::after {
  content: "";
  display: inline-block;
  width: 29px;
  height: 29px;
  background: url(../../../assets/images/common/contact-arr-wh.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 60px;
  top: 34px;
  transform: scale(-1, 1);
}

#form #send_area p::after {
  top: 31px;
}

#form .confirm_button, #form #back_button, input[type="submit"] {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 553px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 30px 0;
  margin-bottom: 30px;
  font-family: inherit;
  color: #D8780C;
  position: relative;
  top: 0;
  transition: 0.2s ease-in-out;
  margin: 0 auto;
  display: block;
  border-radius: 100px;
  background: #FFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  margin-inline: auto;
}

#form .confirm_button {
  border: 1px solid #D8780C;
  background: #fff;
}

input[type="submit"] {
  background-color: #D8780C;
  color: #fff;
}

#form #back_button {
  background-color: #3C3731;
  color: #fff; 
}

/* プライバシーポリシー */
.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: "必須";
  color: #fff;
  background: #F26666;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-radius: 3px;
  padding: 2px 11px;
  position: absolute;
  top: 43px;
  right: 0px;
}

}


/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
/* form -------------------------------------*/
.form-Box {
  padding: 13vw 0vw 0vw;
  line-height: 1.6;
  width: 100%;
  background: #F9F9F7;
}

.form-Box .form-box-inner {
  width: min(95%,86.9vw);
  margin-inline: auto;
  background: #fff;
  border-top: 3px solid #B6B6B6;
  padding-block: 0 19.324vw;  
  position: relative;
  z-index: 1;
}

.form_line {
  width: 100%;
  height: 0.483vw;
  background: #B0B0B0;
  margin-block: 2.899vw 7.005vw;
}

.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 {
  color: #231815;
  text-align: center;
  font-size: 6.899vw;
  font-weight: 400;
  line-height: 16.798vw; /* 243.478% */
  letter-spacing: 0.621vw;
  margin-bottom: -4vw;
}

.formttl_ja {
	color: #231815;
	text-align: center;
	font-size: 3.382vw;
	font-weight: 400;
	line-height: 9.098vw; /* 269.041% */
	letter-spacing: 0.203vw;
	margin-bottom: 5vw;
}

.form-Box .list {
  width: min(95%,77.2vw);
  margin-inline: auto;
  color: #231815;
  font-size: 3.382vw;
  font-weight: 400;
  line-height: 6.522vw; /* 192.857% */
  letter-spacing: 0.203vw;
  margin-bottom: 7vw;
}

.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%;
  border-top: 1px solid #D8D8D8;
  width: 77.295vw;
  margin-inline: auto;
}

.form-Box tr {
}

.form-Box th, .form-Box td {
  display: block;
  width: 100%;
  table-layout: fixed;
}

.form-Box th {
  padding: 4vw 0vw 2vw;
  text-align: left;
  color: #231815;
  font-size: 4.348vw;
  font-style: normal;
  font-weight: 700;
  line-height: 7.246vw; /* 166.667% */
  letter-spacing: 0.261vw;
  margin-bottom: -1vw;
  width: min(100%,77.2vw);
  margin-inline: auto;
}

.form-Box td {
  font-size: 3.865vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-bottom: 0.2vw solid #E6E6E6;
  width: min(101%,77.2vw);
  margin-inline: auto;
  padding-block: 0 6vw;
}

.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;
}

input#your_date {
  width: 63vw;
}

input#your_date02 {
  width: 63vw;
}

input#your_time {
  width: 63vw;
}

input#your_time02 {
  width: 63vw;
}

span #your-check {
  display: grid;
  grid-template-columns: repeat(1,minmax(0, 1fr));
  gap: 3vw 0;
}

span #your-check .wpcf7-list-item  {
  border: 1px solid #D8D8D8;
  background: #FFFCF8;
  padding-block: 2.5vw;
  padding-inline: 3vw;
  margin: 0;
}

span #your-check .wpcf7-list-item-label {
  color: #231815;
  font-size: 4.348vw;
  font-weight: 700;
  line-height: 7.246vw; /* 166.667% */
  letter-spacing: 0.261vw;
}

span #your-soudan {
  display: grid;
  grid-template-columns: repeat(1,minmax(0, 1fr));
  gap: 3vw 0;
}

span #your-soudan .wpcf7-list-item  {
  border: 1px solid #D8D8D8;
  background: #FFFCF8;
  padding-block: 2.5vw;
  padding-inline: 3vw;
  margin: 0;
}

span #your-soudan .wpcf7-list-item-label {
  color: #231815;
  font-size: 4.348vw;
  font-weight: 700;
  line-height: 7.246vw; /* 166.667% */
  letter-spacing: 0.261vw;
}

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

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

p.subtxt {
  margin-bottom: 2vw;
}

.form-Box input[type="text"],
.form-Box input[type="email"],
.form-Box input[type="tel"],
.form-Box input[type="date"],
.form-Box input[type="datetime-local"],
.form-Box textarea {
  width: 100%;
  /* margin-bottom: 6vw; */
  font-size: 3.865vw;
  line-height: 1.6;
  padding: 3vw 2vw 3vw;
  box-sizing: border-box;
  font-family: inherit;
  border: 1px solid #D8D8D8;
  background: #FFFCF8;
}

.form-Box select {
  width: 86vw;
  margin-bottom: 4vw;
  font-size: 3.865vw;
  padding: 3vw 2vw 3vw;
  box-sizing: border-box;
  border: 0.2vw solid #D3D3D3;
  font-family: inherit;
  background: #D8D8D8 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 #confirm_area p,
#form #send_area p {
    display: inline-block;
    position: relative;
}

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

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

#form .confirm_button, #form #back_button, input[type="submit"] {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 77.2vw;
  margin-inline: auto;
  color: #D8780C;
  font-size: 3.382vw;
  font-weight: 700;
  letter-spacing: 0.169vw;
  padding: 3.8vw 0;
  font-family: inherit;
  position: relative;
  top: 0;
  transition: 0.2s ease-in-out;
  display: block;
  margin-inline: auto;
  border-radius: 13.803vw;
  border: 1px solid #D8780C;
  background: #FFF;
  box-shadow: 0 2.286px 5.714px 0 rgba(0, 0, 0, 0.25);
}

#form .confirm_button {
  border: 1px solid #D8780C;
  background: #fff;
}

input[type="submit"]  {
  background-color: #D8780C;
  color: #fff;
}

#form #back_button {
  background-color: #3C3731;
  color: #fff;
}

/* プライバシーポリシー */
.priv-text {
  padding: 3vw;
  height: 40vw;
  margin-bottom: 5vw;
  overflow-y: scroll;
  border: #747474 solid 1px;
  background: #fff;
  width: min(95%,77.2vw);
  margin-inline: auto;
}

.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: 12vw;
}

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

.required p::after{
  content: "必須";
  color: #fff;
  background: #F26666;
  font-size: 2.899vw;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 400;
  border-radius: 0.8vw;
  padding: 1vw 2.966vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -18vw;
  white-space: nowrap;
}
}