@charset "UTF-8";
/* lower.css */


main {
	padding-top: 200px;
}
.h1_wrap {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.h1_wrap:after {
	content: "";
	width:  120px;
	height: 180px;
	font-size: 48px;
	display: block;
	background-image:  url(../../img/contact/contact_head.svg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	margin-left: .5em;
	transform: translateY(-.5em);
}
h1 {
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: .05em;
	margin-bottom: 60px;
	color: #7f6543;
}
h1 small {
	font-size: 24px;
	font-weight: bold;
	display: block;
	letter-spacing: .05em;
	padding-top: .75em;
}





@media screen and (max-width:768px) {
	main {
		padding-top: 100px;
	}
	.h1_wrap {
		margin-bottom: 20px;
	}
	h1 {
		font-size: 24px;
		font-size: min(6.4vw,48px);
		margin-bottom: 0;
	}
	h1 small {
		font-size: 18px;
		font-size: min(4.8vw,24px);
		display: inline-block;
		margin-left: 1em;
	}
	h1 br    {
		display: none;
	}

	.h1_wrap {
		align-items: center;
		justify-content: space-between;
	}
	.h1_wrap:after {
		width:  65px;
		height: 95px;
		width:  17.333vw;
		height: 25.333vw;
		margin-left: 0;
		transform: translateY(0);
	}

}