/* ==========================================================================
   11. 下層共通ページヘッダー ＆ パンくずリスト
   ========================================================================== */
.sub-fv{
	background: url("../img/sub-fv_bg.webp") bottom/cover no-repeat;
	height: 380px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sub-fv h1{
	position: relative;
}

.sub-fv h1::after{
	background: url("../img/title-underline.webp")center/cover no-repeat;
	width: 200px;
	height: 15px;
	position: absolute;
	content: "";
	left: 50%;
	transform:translateX(-50%);
	bottom: -25px;
	background-size: contain;
}

.item-lower, .section-contact{
	background: #FFFDFA;
	padding-top: 0;
}

.item-lower .items-card p{
	font-size: 14px;
	position: relative;
	margin-top: 5px;
    padding-top: 25px;
}

.item-lower .items-card p::before{
	background: url("../img/title-underline.webp")center/cover no-repeat;
	width: 200px;
	height: 15px;
	position: absolute;
	content: "";
	left: 50%;
	transform:translateX(-50%);
	top: 0;
	background-size: contain;
}


/* ==========================================================================
   コンタクトフォーム
   ========================================================================== */
.form_area{
	margin-top: 40px;
}
.wpcf7 {
	max-width: 900px;
	margin: 0 auto;
}

.wpcf7 form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* ラベル */
.wpcf7 label {
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #333;
}

/* 必須 */
.required {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 8px;
	font-size: 12px;
	color: #fff;
	background: #c0392b;
	border-radius: 3px;
	margin-bottom: 8px;
}

/* 入力欄 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 textarea {
	width: 100%;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff;
	font-size: 16px;
	box-sizing: border-box;
	transition: .3s;
}

/* フォーカス */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
	border-color: #b8860b;
	outline: none;
	box-shadow: 0 0 0 3px rgba(184,134,11,.15);
}

/* テキストエリア */
.wpcf7 textarea {
	height: 180px;
	resize: vertical;
}

/* チェックボックス */
.privacy-check {
	font-size: 14px;
	line-height: 1.8;
}

.privacy-check input {
	margin-right: 8px;
}

/* 送信ボタン */
.wpcf7-submit {
	width: 100%;
	max-width: 320px;
	display: block;
	margin: 20px auto 0;
	padding: 18px;
	border: none;
	border-radius: 5px;
	background: #b8860b;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	transition: .3s;
}

.wpcf7-submit:hover {
	background: #8f6a08;
	transform: translateY(-2px);
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
	font-size: 13px;
	margin-top: 5px;
}

.wpcf7-response-output {
	margin-top: 20px !important;
	padding: 15px !important;
	border-radius: 5px;
}
.wpcf7 .form-group {
	margin-bottom: 24px;
}

.wpcf7 .form-group p {
	margin: 0;
}
.wpcf7 br {
	display: none;
}
.wpcf7 input,
.wpcf7 textarea {
	margin-top: 0;
}

.privacy-box {
	padding: 25px;
	margin: 30px 0;
	border: 1px solid #c7d3e3;
	background: #fff;
	line-height: 2;
	font-size: 15px;
}

.privacy-box h3 {
	margin: 0 0 15px;
	font-size: 22px;
	font-weight: 700;
	color: #333;
}

.privacy-box p {
	margin: 0 0 10px;
}

.privacy-box a {
	color: #b8860b;
	font-weight: 700;
	text-decoration: underline;
}
.condition-section{
	text-align: center;
	padding-top: 0;
	background: #FFFDFA;
}

.condition-lead {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.condition-title {
  margin: 0 0 20px;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 700;
  color: #111;
}

.condition-title span {
  color: #a06a00;
}

.condition-text {
  margin-bottom: 45px;
  font-size: 15px;
  line-height: 2;
  color: #333;
}

.condition-list {
  display: flex;
  justify-content: space-between;
  gap: 16px;
	margin-bottom: 60px;
}

.condition-item {
  text-align: center;
	width: calc(100% / 4);
}

.condition-img {
  border-radius: 16px;
  overflow: hidden;
  background: #ccc;
	height: 180px;
}

.condition-img img {
  width: 100%;
  object-fit: cover;
	height: 180px;
}

.condition-item p {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.identity-section {
  padding: 100px 20px;
  background: #fff;
	text-align: center;
}

.identity-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}

.identity-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
	padding-bottom: 30px;
	position: relative;
}
.identity-title::after{
	background: url("../img/title-underline.png")center/cover no-repeat;
	width: 200px;
	height: 15px;
	position: absolute;
	content: "";
	left: 50%;
	transform:translateX(-50%);
	bottom: 0;
	background-size: contain;
}

.identity-text {
  font-size: 15px;
  line-height: 2;
}

.identity-list {
  display: flex;
  gap: 20px;
  max-width: 1100px;
  margin: 40px auto;
	justify-content: space-around;
}

.identity-item {
  border: 3px solid #d9c5a1;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  background: #fff;
	width: calc(100% / 4 - 10px);
}

.identity-img {
  width: 65%;
  margin: 0 auto 20px;
}

.identity-img img {
  width: 100%;
}

.identity-item p {
  font-size: 15px;
  font-weight: 600;
}

.identity-note {
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 25px;
  background: #f8f4ec;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
	display: flex;
	align-items: center;
}

.identity-note-icon {
  color: #b78d3d;
  margin-right: 10px;
}
.identity-note-icon img{
	width: 50px;
}

.lower-faq{
	background: #FFFDFA;
	padding-top: 0;
}
.lower-faq .faq-item{
	border: 1px solid #d9c5a1;
}
.lower-faq .faq-list{
	margin-top: 0;
}

/* スマホ */
@media (max-width: 768px) {
	.wpcf7 label {
		font-size: 15px;
	}
	.wpcf7 input,
	.wpcf7 textarea {
		font-size: 16px; /* iPhone拡大防止 */
	}
	.wpcf7-submit {
		max-width: 100%;
	}
	.sub-fv{
		height: 250px;
	}
	.condition-title, .identity-title{
		font-size: 30px;
	}
	.condition-list, .identity-list{
		flex-wrap: wrap;
	}
	.condition-item{
		width: calc(100% / 2 - 8px);
	}
	.identity-item{
		width: calc(100% / 2 - 10px);
		padding: 30px 15px;
	}
	.identity-note{
		text-align: left;
	}
}