@charset "utf-8";


.header_txtWrapper {
	width: 100%;
	background: url(../images/global/bg_grange.webp) no-repeat center;
	background-size: cover;
	padding: 7% 0;
	color: #fff;
	text-align: center;
	position: relative;

	h2:before {
		content: "CONTACT";
		font-size: 10rem;
		position: absolute;
		opacity: .3;
		font-family: "PT Sans", sans-serif;
		font-weight: 200;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		line-height: .7;
		letter-spacing: .05em;
	}

}


#sec_contact {
	text-align: center;

	.inner {
		max-width: 900px;
		text-align: center;
	}

	.sns {
		background: #efeee7;
		margin: 60px auto 0px;
		padding: 5% 5% 6%;
		border-radius: 10px;

		p {
			margin-bottom: 3%;
		}

		#insta_name {
			background: #000;
			font-size: 1.5rem;
			font-weight: bold;
			color: #fff;
			padding: 7px 30px 15px;
			border-radius: 5px;
			display: inline-block;
		}
	}


	/*contact
	.contact {
		h3 {
			text-align: center;

			+p {
				margin-bottom: 3em;
			}
		}
	}

	.form-group,
	.confirm-item {
		display: flex;
		margin-bottom: 5%;
	}

	label {
		font-weight: bold;
		font-size: 1.1rem;
		width: 30%;

		span {
			font-weight: normal;
			font-size: .8rem;
			color: var(--error-color);
		}
	}

	input,
	textarea {
		font-size: 16px;
		width: 70%;
		display: block;
		width: 70%;
		padding: 12px 16px;
		border: 1px solid #c4c4c4;
	}

	button {
		display: block;
		margin: auto;
		padding: 10px 45px 10px 15px;
		border: none;
		cursor: pointer;
		min-width: 160px;
	}

	.button_area {
		display: flex;
		justify-content: center;
		gap: 3em;

		button {
			margin: 0;
		}

	}

	.error {
		color: var(--error-color);
		font-size: 0.9em;
		margin-top: 5px;
	}
 */

}


/* サンクス画面 */
/*
.thanks p {
	text-align: center;
}
*/
/* プライバシーポリシー */
/*
.privacypolicy {
	.header_txtWrapper {
		h2:before {
			content: "PRIVACY POLICY";
		}
	}

	h4 {
		border-bottom: 1px solid var(--primary-color);
	}
}
*/

/* 768px以下 */

@media screen and (max-width: 768px) {

	.header_txtWrapper {
		padding: 30% 5%;

		h2:before {
			font-size: 7rem;
		}
	}


	marin h3 {
		margin-bottom: 20px;
	}

	section .inner {
		padding: 0;
	}

	#sec_contact {

		.form-group,
		.confirm-item {
			flex-direction: column;
		}

		label {
			width: 100%;
			font-size: 1.4rem;

			span {
				font-size: 1.2rem;
			}
		}

		input,
		textarea {
			width: 100%;
		}
	}

}