@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;
  padding: 4.4rem 0 0;
}

.form-Box .form-box-inner {
  background: #F7F7F7;
  width: min(95%, 1400px);
  padding: 4.9rem 0 4rem;
  margin-inline: auto;
}

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

.formttl_en {
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 1.2rem;
  text-align: center;
}

.formttl_ja {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6666;
  margin-bottom: 2rem;
  text-align: center;
}

.form-Box .list {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-bottom: 3.6rem;
	margin-inline: auto;
	width: 640px;
}

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

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

.form-Box th {
  text-align: left;
  width: 18%;
  padding: 1.8rem 2.5rem;
  vertical-align: top;
}

.form-Box th {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.form-Box td {
  text-align: left;
  width: 40%;
  padding: 1rem 1.2rem;
  vertical-align: middle;
  font-size: 16px;
  line-height: 2;
}

.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: 16px;
  padding: 2% 3% 2%;
  box-sizing: border-box;
  border: 1px solid #B7B7B7;
  font-family: inherit;
}

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

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

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

.form-Box 

/* ボタン*/
#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: ">";
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9%;
  transform: translateY(-50%);
  font-size: 20px;
}

#form #send_area p::after {
  content: ">";
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9%;
  transform: translateY(-50%);
  font-size: 20px;
}

#form #send_area p::after {
  top: 35%;
}

#form .confirm_button, #form #back_button, input[type="submit"] {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 640px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding: 24px 0;
  margin-bottom: 30px;
  font-family: inherit;
  color: #FFFFFF;
  position: relative;
  top: 0;
  transition: 0.2s ease-in-out;
  margin: 0 auto;
  display: block;
}

#form .confirm_button {
  background: #1A1A1A;
}

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

#form #back_button {
  background-color: #A1A1A1;
}

/* プライバシーポリシー */
.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: #9F434A;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-radius: 3px;
  padding: 2px 15px;
  position: absolute;
  top: 29px;
  right: 0;
}

}

/* ========================================
@media screen and (min-width:768px) and (max-width:1000px) 
======================================== */
@media screen and (min-width:768px) and (max-width:1000px) {
    .form-Box th {
      width: 25%;
    }
}


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

.form-Box .form-box-inner {
  width: min(95%,89.375vw);
  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 {
  font-size:12.077vw;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

.formttl_ja {
	margin-bottom: 4.729vw;
	text-align: center;
	font-size: 4.348vw;
	line-height: 2.2222;
	font-weight: 500;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 2;
}

.form-Box .list {
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	border-bottom: 0.2vw solid #A1A1A1;
	position: relative;
	z-index: 2;
	padding-bottom: 8.6vw;
}

.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 tr {
}

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

.form-Box th {
  padding: 2.8vw 0vw 2.8vw 3vw;
  text-align: left;
  font-size: 14px;
  line-height: 2.571428;
  letter-spacing: 0.1em;
  margin-bottom: 4.8vw;
  font-weight: 700;
  border-bottom: 0.2vw solid #A1A1A1;
}

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

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

.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: 82.2vw;
  margin: 0 0 4vw 3vw;
  font-size: 16px;
  padding: 4.3vw 5vw;
  box-sizing: border-box;
  border: 0.2vw solid #B7B7B7;
  font-family: inherit;
  background: #fff;
}

.form-Box select {
  width: 86vw;
  margin-bottom: 4vw;
  font-size: 16px;
  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 #confirm_area p,
#form #send_area p {
    display: inline-block;
    position: relative;
}

.confirm_area p span{
  padding: 0 0 3vw 3vw;
  display: inline-block;
}

#form #confirm_area p::after {
  content: ">";
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7%;
  font-size:4.831vw;
}

#form #send_area p::after {
  content: ">";
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9%;
  transform: translateY(-50%);
  font-size:4.831vw;
}

#form #send_area p::after {
  top: 33%;
}

#form .confirm_button, #form #back_button, input[type="submit"] {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 87vw;
  font-size: 3.865vw;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  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 {
  background: #1A1A1A;
}

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

#form #back_button {
  background-color: #A1A1A1;
}


/* プライバシーポリシー */
.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: inline-block;
}

.required p::after{
  content: "必須";
  color: #fff;
  background: #9F434A;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border-radius: 1.2vw;
  padding: 0.5vw 3.6vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -16.4vw;
  white-space: nowrap;
}
}