@charset "UTF-8";
/* CSS Document */
/* mainArea */
.mainArea {
	background-image: url("../img/contact/main_bg.webp");
}
.mainArea .inner h1:before {
	content: "Contact";
}
.mainArea .inner h1:before,
.mainArea .inner h1{
	color: #534741;
}
/* .formBox p {
  padding: 10px 20px 30px;
  text-align: center;
} */
.formBox p.reserveNotice {
	text-align: left;
	padding: 10px 20px 10px 212px;
	font-size: 12px;
	color: #C9454D;
}
.formBox p.formTxt {
	font-size: 16px;
  padding: 10px 20px 30px;
  text-align: center;
}
.formBox p.formTxt span {
	position: relative;
	padding-left: 1.5em;
	font-size: 20px;
}
.formBox p.formTxt span:before {
	position: absolute;
	content: "\f095";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	left: 0;
	font-size: 20px;
}
.formBox .requiredCaution {
  text-align: right;
}
.formBox div.mfp_buttons {
  margin-top: 40px;
}
.formBox div.mfp_buttons button.sub_btn01 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
}
.formBox div.mfp_buttons button.sub_btn01 p {
  padding: 0;
}
.thanks {
  padding-top: 50px;
  font-size: 25px;
  font-weight: bold;
  display: block;
  position: relative;
  padding-bottom: 0.732em;
  text-align: center;
}
.thanks_message {
  padding: 70px 20px 170px;
  text-align: center;
}

/* 251030追加 */
/* contact_complete */
.mainArea_thanks {
	background-image: url("../img/contact/mainthanks_bg.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
}
.contactArea02 .inner {
	padding: 80px 20px;
	text-align: center
}
.complete .ttl {
	font-size: 32px;
	display: inline-block;
	font-weight: 700;
	padding-bottom: 20px;
	position: relative;
}
.complete .ttl:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 70%;
	height: 6px;
	background-color: #f2e6e3;
}
.complete .txt {
	padding: 40px 0 30px;
	line-height: 2;
}
.complete .txt span {
	padding-bottom: 20px;
	display: block;
}
.complete .img_logo {
	max-width: 200px;
	margin: 0 auto;
	background-image: url("../img/contact/thanks_obata_logo.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	aspect-ratio: 75 / 22;
}
.complete .btn {
	padding-top: 60px;
}
.flyer-button {
  display: block;
  padding: 12px 60px;
  border: 2px solid #534741;
  border-radius: .4rem;
  background-color: #fff;
  color: #534741;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 3px 3px 0 #534741;
  transition: all 0.2s ease;
  position: relative;
	max-width: 400px;
	margin: 0 auto;
}
.flyer-button::after {
  content: "▶";
  margin-left: 10px;
  font-size: 16px;
}
.flyer-button:hover {
  box-shadow: none;
  transform: translate(2px, 2px);
}


@media screen and (max-width: 1000px) {
/* 251030追加 */
/* contact_complete */
	.mainArea_thanks {
		height: 400px;
	}
}

@media screen and (max-width: 600px) {
  .contactArea .inner{
    padding: 20px 5vw 50px;
  }
  .formBox p {
    text-align: left;
    padding: 10px 0px 30px;
  }
  .formBox p.reserveNotice {
    padding: 5px 0;
  }
	.formBox p.formTxt {
		font-size: 14px;
	}
	.formBox p.formTxt span {
		font-size: 16px;
	}
	.formBox p.formTxt span:before {
		font-size: 16px;
	}
  .thanks {
    padding-top: 50px;
    font-size: 18px;
  }
  .thanks_message {
    padding: 30px 5vw 70px;
  }
	
/* 251030追加 */
/* contact_complete */
	.mainArea_thanks {
		background-image: url("../img/contact/mainthanks_bg_sp.webp");
		height: auto;
		background-size: contain;
		aspect-ratio: 440 / 309;
	}
	.contactArea02 .inner {
    padding-top: 50px;
	}
	.complete .ttl {
		font-size: clamp(1rem, 5vw, 1.875rem);
		text-align: center;
	}	
	.complete .txt {
    text-align: center;
		max-width: 400px;
    margin: 0 auto;
		font-size: clamp(0.625rem, 0.339rem + 1.43vw, 0.875rem);
	}
	.complete .btn {
    padding-top: 40px;
	}
}	

@media screen and (max-width: 400px) {
/* 251030追加 */
/* contact_complete */
	.flyer-button {
		padding: 12px 16px;
		font-size: 13px;
	}
}	
