@charset 'utf-8';

.l__contact {
	background: url(http://www.okuribunt.com/wp-content/themes/okuri_theme/assets/img/bg_01.jpg) center / cover no-repeat;
	padding: 120px 0;
}
/*================ contact ================*/
.form-contact {
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
}
.grouplist {
	margin-bottom: 65px;
}
.form-form__block {
	margin-bottom: 25px;
}
.form-form__ttl.form-require::after {
	content: "✴︎";
	color: #ff8bc1;
	display: inline-block;
}
.form-form__ttl {
	font-size: 15px;
	margin-bottom: 5px;
	display: block;
}
.form-form__input,
.form-textarea {
	background-color: #f4f4f4;
	border-radius: 10px;
	height: 56px;
	padding: 0 15px;
	width: 100%;
}
.form-textarea {
	height: 160px;
}
.form-button {
	width: 500px;
	height: 80px;
	border-radius: 68px;
	background-color: #9a9a9a;
	margin: 0 auto;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	display: block;
}
/*================ edit ================*/
.form-form--edit .form-form__item {
	width: 100%;
	background-color: #f4f4f4;
	border-radius: 10px;
	padding: 10px 15px;
	color: #000;
}
.form-button-area--edit {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.form-button-area--edit .form-button {
	width: 400px;
	height: 80px;
}
.form-button.linkbtn--edit {
	width: 180px;
	height: 60px;
	font-size: 18px;
	background: #000;
	border: 2px solid #fff;
}
/*================ 内部パーツ ================*/
.l__contact--thanks {
	min-height: 100vh;
}
.form-thanks {
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
}
.form-thanks__ttl {
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	/* ---------------------------------------------------------------- SP ---- */
	.form-contact {
		padding: 0 15px;
	}
	.form-form__input {
		height: 44px;
		padding: 0 10px;
	}
	.form-button,
	.form-button-area--edit .form-button {
		width: 290px;
		height: 54px;
		font-size: 18px;
	}
	/* ------ option ------ */
	.form-button-area--edit {
		flex-direction: column;
	}
	.form-button.linkbtn--edit {
		width: 160px;
		height: 50px;
		font-size: 16px;
		margin-top: 15px;
	}
	/* ------ option ------ */
	.form-thanks {
		padding: 0 15px;
	}
}
