@charset "utf-8";

/* ==============================================
  font
============================================== */
.contact_info_box {
	font-family: 'EB Garamond', serif;
}

form .btn {
	font-family: YuMincho, 'Yu Mincho', serif;
}

@media all and (-ms-high-contrast:none) {
	form .btn {
		font-family: 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	}
}


/* ==============================================
  title
============================================== */
.title_block {
	height: 260px;
	margin-bottom: 40px;
	background: url(/contact/img/kv.jpg) repeat-x 50% 50%;
	background-size: cover;
}
.title_block h1 {
	padding: 60px 150px 0 0;
}
.title_block span {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 60px;
	height: 240px;
	margin: auto 0 0 auto;
	background: #fff;
}


@media screen and (max-width: 768px) {
	.title_block {
		height: 48vw;
		margin-bottom: 4vw;
		background: url(/contact/img/kv.jpg) repeat-x 50% 0;
		background-size: 204vw
	}
	.title_block h1 {
		margin-right: -5vw;
		margin-bottom: -12vw;
		padding: 0;
		transform: scale(.7, .7);
	}
	.title_block span {
		transform: translateY(-8vw);
	}
}

/* ==============================================
  contact
============================================== */
.contents {
	padding-bottom: 110px;
}
.contents .inner {
	max-width: 830px;
}
.contents .lead {
	margin-bottom: 40px;
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: -0.03em;
}
.contents .contact_info_box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	max-width: 440px;
	padding: 1.2em 1em;
	margin: 0 auto 50px;
	background: #f5f7f7;
}
.contents .tel_link {
	font-size: 3.6rem;
}
.contents .time {
	margin-left: 1em;
	font-size: 1.8rem;
}
.contents .attention_block {
	padding: 20px;
	letter-spacing: -0.025em;
	text-align: center;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.contents .attention_block p {
	font-size: 1.5rem;
}
.contents p.req {
	font-size: 1.4rem;
	color: #c72121;
}

.form_block dl {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 0;
	border-bottom: 1px dotted #b6b6b6;
}
.form_block dt {
	width: 215px;
	font-size: 1.5rem;
	font-weight: 700;
}
.form_block dd {
	width: calc(100% - 215px);
	font-size: 1.6rem;
}

.thanks .finish {
	margin-bottom: 40px;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: -0.03em;
}
.thanks .message {
	padding: 20px 0 30px;
	letter-spacing: -0.025em;
	border-top: 1px solid #dcdcdc;
}
.thanks .message p {
	display: table;
	margin: 0 auto;
	font-size: 1.6rem;
}

input[type=radio], input[type=checkbox] {
	display: none;
}

.select_box {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	padding: 0 0 0 42px;
	background-color: #fff;
	border-radius: 2px;
	vertical-align: middle;
	cursor: pointer;
}
.select_box:not(:last-child) {
	margin-bottom: 10px;
}
.select_box:hover {
	background-color: #fff;
}
.select_box:hover:after {
	border-color: #3c3c3c;
}
.select_box:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	width: 16px;
	height: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	content: '';
}
.select_box:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 17px;
	display: block;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	border-radius: 2px;
	background-color: #212121;
	content: '';
	opacity: 0;
}
input[type=radio]:checked + .select_box:before {
	opacity: 1;
}

.input_text {
	padding: .5em .5em .4em;
	font-size: 1.6rem;
	border: 1px solid #dcdcdc;
	background: #f7f9f9;
}
label + .input_text {
	margin-left: 5px;
}
.input_text.len_s {
	width: 180px;
}
.input_text.len_m {
	width: 240px;
}
.input_text.len_l {
	width: 100%;
}
#sei,#seiKana {
	margin-right: 30px;
}
#email {
	margin-bottom: 10px;
}
#email + .error_message {
	margin: -10px 0 10px;
}

.form_btn_block {
	padding-top: 50px;
}
.form_btn_block.confirm {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.form_btn_block .btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 60px;
	margin: 0 auto;
	font-size: 1.8rem;
	border: 1px solid #666;
	background: url(/assets/img/arrow_next.svg) no-repeat calc(100% - 20px) 50%;
	cursor: pointer;
}

.form_btn_block .btn.confirm {
	width: 415px;
}

.form_btn_block .btn.back,
.form_btn_block .btn.submit {
	width: 200px;
}


.form_btn_block .btn.back {
	background: url(/assets/img/arrow_prev.svg) no-repeat 20px 50%;
}

.error_message {
	font-size: 1.6rem;
	font-weight: 700;
	color: #c72121;
}


@media screen and (max-width: 768px) {
	.contents {
		padding-bottom: 12vw;
	}
	.contents .lead {
		margin-bottom: 5vw;
		font-size: 3.7333333vw;
	}
	.contents .contact_info_box {
		display: block;
		width: 76vw;
		margin: 0 auto 8vw;
		padding: 1em;
		text-align: center;
	}
	.contents .tel_link {
		font-size: 7vw;
	}
	.contents .time {
		display: block;
		margin-top: .5em;
		margin-left: 0;
		font-size: 4vw;
	}
	.contents .attention_block {
		padding: 5vw 0 4vw;
	}
	.contents .attention_block p {
		font-size: 3.6vw;
	}
	.contents p.req {
		font-size: 3.4666666vw;
	}

	.form_block dl {
		display: block;
		padding: 5vw 0;
	}
	.form_block dt {
		width: 100%;
		margin-bottom: 2vw;
		font-size: 3.6vw;
	}
	.form_block dd {
		width: 100%;
		font-size: 3.7333333vw;
	}
	
	.thanks .finish {
		margin-bottom: 6vw;
		font-size: 4vw;
	}
	.thanks .message {
		padding: 6vw 0;
	}
	.thanks .message p {
		font-size: 3.7333333vw;
		text-align: center;
	}
	.select_box:not(:last-child) {
		margin-bottom: 2vw;
	}
	.input_text {
		font-size: 3.73333333vw;
	}
	label + .input_text {
		margin-left: 5px;
	}
	.input_text.len_s {
		width: 36%;
	}
	.input_text.len_m {
		width: 100%;
	}
	.input_text.len_l {
		width: 100%;
	}
	label.sei, label.mei {
		display: inline-block;
		width: 2em;
		text-align: right;
	}
	#sei,#seiKana {
		margin-right: 2vw;
	}

	.form_btn_block {
		padding-top: 12vw;
	}
	.form_btn_block.confirm form {
		width: calc(50% - 10px);
	}

	.form_btn_block .btn {
		height: auto;
		padding: 1em;
		font-size: 4vw;
	}
	.form_btn_block .btn.confirm,
	.form_btn_block .btn.back,
	.form_btn_block .btn.submit {
		width: 100%;
	}
	.form_btn_block .btn.back {
		padding: 1em .5em 1em 2em;
		background-position: 10px 50%;
	}
	.form_btn_block .btn.submit {
		padding: 1em 2em 1em .5em;
		background-position: calc(100% - 10px) 50%;
	}
	.error_message {
		font-size: 3.73333333vw;
	}
}
