/* =========================================================
   CONTACT
========================================================= */


/* ---------------------------------------------------------
   HERO
--------------------------------------------------------- */

.contactHero {
	position: relative;
	background: #f4f0e8;
}

.contactHero__inner {
	width: min(calc(100% - 80px), 1180px);
	height: 360px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.contactHero__heading h1 {
	margin: 0;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(38px, 3vw, 52px);
	font-weight: 500;
	letter-spacing: .08em;
}

.contactHero__heading > span {
	display: block;
	margin-top: 8px;
	color: #c78920;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .22em;
}

.contactHero__heading p {
	margin-top: 24px;
	font-size: clamp(13px, .9vw, 15px);
	line-height: 2;
}


/* ---------------------------------------------------------
   breadcrumb
--------------------------------------------------------- */

.breadcrumb {
	background: #fff;
}

.breadcrumb__inner {
	width: min(calc(100% - 80px), 1180px);
	margin: 0 auto;
	padding: 28px 0;
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 12px;
}

.breadcrumb__inner a {
	color: #333;
	text-decoration: none;
}

.breadcrumb__inner i {
	margin-right: 7px;
	color: #c78920;
}

.breadcrumb__inner > span {
	color: #777;
}


/* ---------------------------------------------------------
   CONTACT
--------------------------------------------------------- */

.contact {
	padding: 110px 0 140px;
	background: #faf9f6;
}

.contact__inner {
	width: min(calc(100% - 80px), 1060px);
	margin: 0 auto;
}


/* heading */

.contactHeading {
	text-align: center;
}

.contactHeading__en {
	display: block;
	margin-bottom: 12px;
	color: #c78920;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .22em;
}

.contactHeading h2 {
	margin: 0;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(28px, 2vw, 36px);
	font-weight: 500;
	letter-spacing: .08em;
}


/* lead */

.contactLead {
	margin-top: 34px;
	text-align: center;
}

.contactLead p {
	margin: 0;
	font-size: clamp(13px, .9vw, 15px);
	line-height: 2;
}

.contactLead__note {
	margin-top: 16px !important;
	color: #777;
	font-size: 12px !important;
}

.contactLead__note span {
	margin-right: 7px;
	padding: 3px 8px;
	background: #b66c58;
	color: #fff;
	font-size: 10px;
}


/* ---------------------------------------------------------
   TEL
--------------------------------------------------------- */

.contactTel {
	width: min(100%, 540px);
	margin: 45px auto 70px;
	padding: 20px 28px;
	border: 1px solid #d9d2c6;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.contactTel__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #c78920;
	color: #fff;
	font-size: 18px;
}

.contactTel__body {
	text-align: left;
}

.contactTel__label {
	margin: 0 0 5px;
	font-size: 12px;
	font-weight: 600;
}

.contactTel__number {
	display: inline-block;
	color: #222;
	font-size: clamp(22px, 1.7vw, 28px);
	font-weight: 600;
	letter-spacing: .05em;
	text-decoration: none;
}

.contactTel__time {
	margin-top: 5px;
	color: #777;
	font-size: 11px;
}


/* ---------------------------------------------------------
   FORM SECTION
--------------------------------------------------------- */

.contactFormSection {
	margin-top: 70px;
}

.contactFormSection + .contactFormSection {
	margin-top: 90px;
}

.contactFormSection__heading {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 28px;
	padding-bottom: 18px;
	border-bottom: 1px solid #bcae98;
}

.contactFormSection__heading span {
	color: #c78920;
	font-family: "Noto Serif JP", serif;
	font-size: 14px;
}

.contactFormSection__heading h3 {
	margin: 0;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(20px, 1.5vw, 25px);
	font-weight: 500;
	letter-spacing: .08em;
}

.contactFormSection__lead {
	margin: -10px 0 25px;
	color: #777;
	font-size: 12px;
}


/* ---------------------------------------------------------
   ROW
--------------------------------------------------------- */

.contactFormRow {
	display: grid;
	grid-template-columns: 260px 1fr;
	border-bottom: 1px solid #ddd8cf;
}

.contactFormRow:first-of-type {
	border-top: 1px solid #ddd8cf;
}

.contactFormRow__head {
	padding: 28px 24px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	background: #f3f0ea;
}

.contactFormRow__head label {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.7;
}

.contactFormRow__body {
	padding: 24px 30px;
	background: #fff;
}


/* required */

.required,
.optional {
	flex-shrink: 0;
	padding: 3px 7px;
	font-size: 9px;
	line-height: 1.4;
}

.required {
	background: #b66c58;
	color: #fff;
}

.optional {
	border: 1px solid #bbb;
	color: #777;
	background: #fff;
}


/* ---------------------------------------------------------
   INPUT
--------------------------------------------------------- */

.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm input[type="tel"],
.contactForm textarea {
	width: 100%;
	padding: 13px 15px;
	border: 1px solid #d1ccc3;
	border-radius: 0;
	outline: none;
	background: #fff;
	color: #222;
	font-family: inherit;
	font-size: 14px;
	transition:
		border-color .2s,
		box-shadow .2s;
}

.contactForm textarea {
	resize: vertical;
	line-height: 1.8;
}

.contactForm input:focus,
.contactForm textarea:focus {
	border-color: #c78920;
	box-shadow: 0 0 0 2px rgba(199, 137, 32, .08);
}

.contactForm input::placeholder,
.contactForm textarea::placeholder {
	color: #aaa;
}


/* name */

.contactInputSplit {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.contactInputSplit > div > span {
	display: block;
	margin-bottom: 7px;
	color: #777;
	font-size: 11px;
}


/* postal */

.contactPostal {
	display: flex;
	align-items: center;
	gap: 10px;
}

.contactPostal input {
	max-width: 260px;
}


/* ---------------------------------------------------------
   CHECK
--------------------------------------------------------- */

.contactFormRow__help {
	margin: 0 0 12px;
	color: #888;
	font-size: 11px;
}

.contactCheckGrid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.contactCheck {
	position: relative;
	display: block;
	cursor: pointer;
}

.contactCheck input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.contactCheck span {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 52px;
	padding: 12px 15px 12px 45px;
	border: 1px solid #d7d2ca;
	background: #fff;
	font-size: 13px;
	line-height: 1.5;
	transition: .2s;
}

.contactCheck span::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 50%;
	width: 16px;
	height: 16px;
	border: 1px solid #aaa;
	transform: translateY(-50%);
	background: #fff;
}

.contactCheck input:checked + span {
	border-color: #c78920;
	background: #fcf8f0;
}

.contactCheck input:checked + span::before {
	border-color: #c78920;
	background: #c78920;
}

.contactCheck input:checked + span::after {
	content: "";
	position: absolute;
	left: 21px;
	top: 50%;
	width: 6px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translateY(-58%) rotate(45deg);
}


/* radio only circle */

.contactCheck input[type="radio"] + span::before {
	border-radius: 50%;
}

.contactCheck input[type="radio"]:checked + span::before {
	box-shadow: inset 0 0 0 4px #fff;
}


/* ---------------------------------------------------------
   reason
--------------------------------------------------------- */

.contactFormRow--single {
	display: block;
	border-top: none !important;
}

.contactFormRow--single .contactFormRow__body {
	padding: 30px;
}

.contactCheckGrid--reason {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contactReasonOther {
	margin-top: 24px;
}

.contactReasonOther label {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 600;
}


/* ---------------------------------------------------------
   PRIVACY
--------------------------------------------------------- */

.contactPrivacy {
	margin-top: 90px;
	text-align: center;
}

.contactPrivacy h3 {
	margin: 0 0 24px;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(19px, 1.4vw, 23px);
	font-weight: 500;
}

.contactPrivacy__box {
	max-height: 180px;
	overflow-y: auto;
	padding: 25px 30px;
	border: 1px solid #d8d2c8;
	background: #fff;
	text-align: left;
}

.contactPrivacy__box p {
	margin: 0;
	font-size: 12px;
	line-height: 2;
}

.contactPrivacy__box p + p {
	margin-top: 14px;
}


/* agreement */

.contactAgreement {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 28px;
	cursor: pointer;
	font-size: 13px;
}

.contactAgreement input {
	width: 17px;
	height: 17px;
	accent-color: #c78920;
}


/* ---------------------------------------------------------
   SUBMIT
--------------------------------------------------------- */

.contactSubmit {
	margin-top: 48px;
	text-align: center;
}

.contactSubmit button {
	position: relative;
	width: min(100%, 380px);
	min-height: 66px;
	padding: 15px 55px;
	border: 1px solid #c78920;
	background: #c78920;
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .08em;
	cursor: pointer;
	transition: .25s;
}

.contactSubmit button i {
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
}

.contactSubmit button:hover {
	background: #fff;
	color: #a97116;
}

/* =========================================================
   CONTACT CONFIRM
========================================================= */

.contactConfirm {
	padding: 110px 0 140px;
	background: #faf9f6;
}

.contactConfirm .contactHeading h1 {
	margin: 0;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(28px, 2vw, 36px);
	font-weight: 500;
	letter-spacing: .08em;
}


/* ---------------------------------------------------------
   TABLE
--------------------------------------------------------- */

.contactConfirmTable {
	margin-top: 65px;
	border-top: 1px solid #d6d0c5;
}

.contactConfirmRow {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	border-bottom: 1px solid #d6d0c5;
}

.contactConfirmRow__head {
	padding: 25px 24px;
	background: #f1eee8;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.8;
}

.contactConfirmRow__body {
	padding: 25px 30px;
	background: #fff;
	font-size: 14px;
	line-height: 1.9;
	word-break: break-word;
}

.contactConfirmEmpty {
	color: #aaa;
}


/* ---------------------------------------------------------
   BUTTON
--------------------------------------------------------- */

.contactConfirmButtons {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 340px));
	justify-content: center;
	gap: 20px;
	margin-top: 55px;
}

.contactConfirmButtons form {
	width: 100%;
}

.contactConfirmButtons button {
	position: relative;
	width: 100%;
	min-height: 64px;
	padding: 15px 45px;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .06em;
	cursor: pointer;
	transition: .25s;
}


/* 戻る */

.contactConfirmButtons__back {
	border: 1px solid #aaa;
	background: #fff;
	color: #333;
}

.contactConfirmButtons__back i {
	position: absolute;
	left: 22px;
	top: 50%;
	transform: translateY(-50%);
}

.contactConfirmButtons__back:hover {
	border-color: #777;
	background: #f3f3f3;
}


/* 送信 */

.contactConfirmButtons__submit {
	border: 1px solid #c78920;
	background: #c78920;
	color: #fff;
}

.contactConfirmButtons__submit i {
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
}

.contactConfirmButtons__submit:hover {
	background: #fff;
	color: #a97116;
}

/* =========================================================
   CONTACT COMPLETE
========================================================= */

.contactComplete {
	min-height: 720px;
	padding: 130px 0 150px;
	background: #faf9f6;
}

.contactComplete__inner {
	width: min(calc(100% - 80px), 800px);
	margin: 0 auto;
	text-align: center;
}

.contactComplete__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	margin: 0 auto 25px;
	border: 1px solid #c78920;
	border-radius: 50%;
	color: #c78920;
	font-size: 20px;
}

.contactComplete__en {
	display: block;
	margin-bottom: 12px;
	color: #c78920;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .22em;
}

.contactComplete h1 {
	margin: 0;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(28px, 2.2vw, 38px);
	font-weight: 500;
	letter-spacing: .08em;
	line-height: 1.6;
}

.contactComplete__text {
	margin-top: 35px;
}

.contactComplete__text p {
	margin: 0;
	font-size: 14px;
	line-height: 2;
}

.contactComplete__text p + p {
	margin-top: 12px;
}

.contactComplete__button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 340px);
	min-height: 62px;
	margin: 50px auto 0;
	padding: 15px 50px;
	border: 1px solid #c78920;
	background: #c78920;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .06em;
	text-decoration: none;
	transition: .25s;
}

.contactComplete__button i {
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
}

.contactComplete__button:hover {
	background: #fff;
	color: #a97116;
}

/* =========================================================
   ERROR
========================================================= */

.contactError {
	margin: 0 0 40px;
	padding: 20px 25px;
	border: 1px solid #c77b68;
	background: #fff8f6;
}

.contactError__title {
	margin: 0 0 10px;
	color: #a75643;
	font-size: 13px;
	font-weight: 600;
}

.contactError ul {
	margin: 0;
	padding-left: 20px;
}

.contactError li {
	color: #a75643;
	font-size: 12px;
	line-height: 1.8;
}

.contactError + .contactFormSection {
	margin-top: 40px;
}


/* =========================================================
   SP
========================================================= */

@media screen and (max-width: 767px) {

	.contactHero__inner {
		width: calc(100% - 36px);
		height: 260px;
	}

	.contactHero__heading h1 {
		font-size: clamp(30px, 9vw, 38px);
	}

	.contactHero__heading p {
		margin-top: 18px;
		font-size: 12px;
	}


	/* breadcrumb */

	.breadcrumb__inner {
		width: calc(100% - 36px);
		padding: 20px 0;
		font-size: 10px;
	}


	/* contact */

	.contact {
		padding: 70px 0 90px;
	}

	.contact__inner {
		width: calc(100% - 36px);
	}

	.contactHeading h2 {
		font-size: 25px;
	}

	.contactLead {
		margin-top: 25px;
	}

	.pc {
		display: none;
	}


	/* tel */

	.contactTel {
		margin: 40px auto 60px;
		padding: 22px 18px;
		gap: 15px;
	}

	.contactTel__icon {
		width: 42px;
		height: 42px;
		font-size: 15px;
	}

	.contactTel__number {
		font-size: 23px;
	}


	/* section */

	.contactFormSection {
		margin-top: 55px;
	}

	.contactFormSection + .contactFormSection {
		margin-top: 65px;
	}

	.contactFormSection__heading {
		margin-bottom: 0;
		padding-bottom: 14px;
	}

	.contactFormSection__lead {
		margin: 10px 0 22px;
		font-size: 11px;
		line-height: 1.7;
	}

	/* row */

	.contactFormRow {
		display: block;
	}

	.contactFormRow__head {
		padding: 15px 16px;
		align-items: center;
	}

	.contactFormRow__body {
		padding: 18px 16px 24px;
	}

	.contactFormRow__head label {
		font-size: 12px;
	}


	/* inputs */

	.contactInputSplit {
		gap: 10px;
	}

	.contactForm input[type="text"],
	.contactForm input[type="email"],
	.contactForm input[type="tel"],
	.contactForm textarea {
		font-size: 16px;
	}


	/* checkbox */

	.contactCheckGrid,
	.contactCheckGrid--reason {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.contactCheck span {
		min-height: 48px;
		font-size: 12px;
	}


	/* privacy */

	.contactPrivacy {
		margin-top: 65px;
	}

	.contactPrivacy__box {
		max-height: 200px;
		padding: 20px;
	}

	.contactAgreement {
		font-size: 12px;
	}


	/* submit */

	.contactSubmit {
		margin-top: 38px;
	}

	.contactSubmit button {
		min-height: 60px;
		font-size: 13px;
	}

	/* =============================================
	   confirm
	============================================= */

	.contactConfirm {
		padding: 70px 0 90px;
	}

	.contactConfirm .contactHeading h1 {
		font-size: 25px;
	}

	.contactConfirmTable {
		margin-top: 45px;
	}

	.contactConfirmRow {
		display: block;
	}

	.contactConfirmRow__head {
		padding: 13px 15px;
		font-size: 11px;
	}

	.contactConfirmRow__body {
		padding: 18px 15px;
		font-size: 13px;
	}

	.contactConfirmButtons {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-top: 40px;
	}

	.contactConfirmButtons button {
		min-height: 58px;
		font-size: 12px;
	}

	.contactConfirmButtons form:first-child {
		order: 2;
	}

	.contactConfirmButtons form:last-child {
		order: 1;
	}
	/* =============================================
	   complete
	============================================= */

	.contactComplete {
		min-height: 600px;
		padding: 90px 0 110px;
	}

	.contactComplete__inner {
		width: calc(100% - 36px);
	}

	.contactComplete__icon {
		width: 54px;
		height: 54px;
		margin-bottom: 22px;
		font-size: 17px;
	}

	.contactComplete h1 {
		font-size: 25px;
	}

	.contactComplete__text {
		margin-top: 28px;
	}

	.contactComplete__text p {
		font-size: 12px;
	}

	.contactComplete__button {
		margin-top: 40px;
		min-height: 58px;
		font-size: 12px;
	}
}

.contactHoneypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}
