@charset "UTF-8";

/*----------------------------------------
	- base
-----------------------------------------*/

/*=======================================
	base
=======================================*/
.w1060 {
	max-width: 1060px;
	width: 90%;
	margin: 0 auto;
}
.gray_bg {
	background-color: #EEEBE6;
	padding-bottom: 290px;
}

/* dlタグ以下_共通スタイル */
#contact_wrap dl {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 15px 0;
	border-top: 1px solid #B99C5C;
}
#contact_wrap  dl:last-child {
	border-bottom: 1px solid #B99C5C;
}
#contact_wrap  dl dt {
	width: 30%;
	text-align: center;
}
#contact_wrap  dl dt span.must-mk {
	color: #E54238;
	font-weight: 500;
}

#contact_wrap  dl dd {
	width: 70%;
}

@media screen and (max-width: 768px) {
	.gray_bg {
		padding-bottom: 135px;
	}
	#contact_wrap dl {
		flex-direction: column;
		gap: 10px 0;
		align-items: baseline;
		font-size: 14px;
	}
	#contact_wrap  dl dt {
		width: 100%;
		text-align: left;
	}
	#contact_wrap  dl dd {
		width: 100%;
	}
}



/*=======================================
	mv_wrap
=======================================*/
#mv_wrap .mv_bg {
	margin: 80px 0 65px;
	width: 100%;
	background: url(../../image/contact/main.jpg) no-repeat center;
	background-size: cover;
	height: 150px;
}
#mv_wrap .mv_bg .contents {
	display: flex;
	align-items: center;
	height: 100%;
}
#mv_wrap .mv_bg .contents .title {
	font-size: 28px;
	letter-spacing: 0.15em;
	color: #fff;
	padding-left: 50px;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	#mv_wrap .mv_bg {
		margin: 50px 0 28px;
		width: 100%;
		background: url(../../image/contact/main_sp.jpg) no-repeat center;
		background-size: cover;
		height: 110px;
	}
	#mv_wrap .mv_bg .contents .title {
		font-size: 23px;
		letter-spacing: 0.15em;
		padding-left: 28px;
	}
}

/*=======================================
	contact_wrap
=======================================*/
#contact_wrap .flow_list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 25px;
	margin-bottom: 70px;
}
#contact_wrap .flow_list li {
	width: fit-content;
	color: #666666;
	font-size: 15px;
}
/*
#contact_wrap .flow_list li.active {
	color: #252526;
}
*/
#contact_wrap .flow_list li.line {
	width: 90px;
	height: 1px;
	background-image : linear-gradient(to right, #a9a9a9, #a9a9a9 2px, transparent 2px, transparent 3px);  /* 幅2の線を作る */
  background-size: 3px 1px;          /* グラデーションの幅・高さを指定 */
  background-position: left bottom;  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
	position: relative;
}
#contact_wrap .flow_list li.line::after {
	content: '';
	position: absolute;
	top: 50%; right: 0;
	transform: translateY(-50%);
	width: 8px; height: 8px;
	background-color: #A9A9A9;
	border-radius: 50%;
} 

/* 各画面の進捗バー_アクティブスタイル */
#contact_wrap .mw_wp_form_input ul.flow_list li:first-child {
	color: #252526;
}
#contact_wrap .mw_wp_form_confirm ul.flow_list li:nth-child(3) {
	color: #252526;
}
#contact_wrap.thanks ul.flow_list li:last-child {
	color: #252526;
}

@media screen and (max-width: 768px) {
	#contact_wrap .flow_list {
		gap: 0 7px;
		margin-bottom: 35px;
	}
	#contact_wrap .flow_list li {
		font-size: 13px;
	}
	#contact_wrap .flow_list li.line {
		width: 32px;
	}
}



/*=======================================
	contact-item
=======================================*/
#contact_wrap .contact-item {
	margin-bottom: 32px;
}
#contact_wrap .contact-item dl dd.clms {
	display: flex;
	flex-direction: column;
	gap: 13px 0;
}
#contact_wrap .contact-item dl dd.clms p {
	color:#646464;
}

/* formタグの装飾 */
input,
select,
textarea {
	padding: 4px 4px;
}

input:not(input[type="checkbox"]):focus,
select:focus,
textarea:focus {
	border: 1px solid #B99C5C;
}

@media screen and (max-width: 768px) {
	#contact_wrap .contact-item {
		margin-bottom: 26px;
	}
}

/*=======================================
	policy_box
=======================================*/
#contact_wrap .policy_box dl {
	border: 1px solid #B99C5C;
	padding: 30px 60px 21px;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: start;
	background-color: #fff;
}
#contact_wrap .policy_box dl dt,
#contact_wrap .policy_box dl dd {
	width: 100%;
}
#contact_wrap .policy_box dl dt {
	margin-bottom: 20px;
	text-align: left;
}
#contact_wrap .policy_box dl dd {
	font-size: 15px;
	line-height: 1.73;
}
#contact_wrap .policy_box dl dd a {
	border-bottom: 1px solid #A9A9A9;
}

@media screen and (max-width: 768px) {
	#contact_wrap .policy_box dl {
		padding: 22px 12px;
		gap: 0;
	}
	#contact_wrap .policy_box dl dd,
	#contact_wrap .policy_box dl dd a {
		font-size: 13px;
		line-height: 2;
	}
}


/*=======================================
	check_box
=======================================*/
#contact_wrap .check_box {
	margin-bottom: 75px;
}
#contact_wrap .check_box dl {
	display: flex;
	padding: 35px 0 27px;
	border-top: none;
}

/* デフォルトのチェックボックスを非表示に */
input[type=checkbox] {
	display:none
}
input[type=checkbox] + span {
  position:relative;
  padding: 0 0 3px 30px;
  cursor :pointer;
}
input[type=checkbox] + span::before{
	width:20px; /* チェックボックスの幅 */
  height:20px; /* チェックボックスの高さ */
  left:0px; 
  border:1px solid #707070; /* チェックボックスの枠 */
  border-radius: 50%;
	background-color: #fff;
}
input[type=checkbox] + span::after,
input[type=checkbox] + span::before {
  position:absolute;
  content:"";
  top:50%;
	transform: translateY(-50%);
}
input[type=checkbox] + span::after {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 2px;
	transform: translateY(-50%);
  content: '';
  opacity: 0;
	border-radius: 50%;
	background-color: #B99C5C;
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
}

@media screen and (max-width: 768px) {
	#contact_wrap .check_box dl {
		padding: 23px 0 14px;
	}
}

/*=======================================
	btn
=======================================*/
#contact_wrap .btn {
	position: relative;
}
#contact_wrap .btn a {
	background-color: #fff;
	transition: all .3s ease;
}
#contact_wrap .btn input {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: 25px 0;
	background-color: #252526;
	transition: all .3s ease;
	border: 1px solid #fff;
}
#contact_wrap .btn .arrow_line {
	content: '';
	position: absolute;
	width: 42px;
	top: calc(50% + 2px); right: 55px;
	height: 1px;
}
.arrow_line span {
	display: block;
}
.arrow_line span.line01 {
	width: 100%;
	height: 1px;
	background-color: #fff;
	transition: all .3s ease;
}
.arrow_line span.line02 {
	position: absolute;
	top: 0;
	right: 0;
	transform-origin: right bottom;
	width: 8px;
	height: 1px;
	background-color: #fff;
	transform: rotate(40deg);
	transition: all .3s ease;
}

@media (hover: hover) {
	#contact_wrap .btn a:hover {
		background-color: #252526;
		color: #fff;
	}
	#contact_wrap .btn:hover input {
		color: #252526;
		background-color: #fff;
		border: 1px solid #b99037;
	}
	#contact_wrap .btn:hover .arrow_line span.line01 {
		background-color: #252526;
	}
	#contact_wrap .btn:hover .arrow_line span.line02 {
		background-color: #252526;
	}
}

@media screen and (max-width: 768px) {
	#contact_wrap .btn .arrow_line {
		right: 40px;
	}
}

/*=======================================
	Confirm（確認画面）
=======================================*/
#contact_wrap .mw_wp_form_confirm .contact-item {
	margin-bottom: 70px;
}

#contact_wrap .mw_wp_form_confirm dl {
	padding: 35px 0;
}
#contact_wrap .mw_wp_form_confirm dl:last-child {
	border-top: 1px solid #B99C5C;
}
@media screen and (max-width: 768px) {
	#contact_wrap .mw_wp_form_confirm dl {
		padding: 25px 0;
	}
}

#contact_wrap .mw_wp_form_confirm .policy_box,
#contact_wrap .mw_wp_form_confirm .check_box {
	display: none;
}

/* ボタンエリア */
#contact_wrap .mw_wp_form_confirm .btn_area  {
	width: fit-content;
	display: flex;
	gap: 0 20px;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
#contact_wrap .mw_wp_form_confirm .btn_area .btn:first-child input {
	background-color: #fff;
	color: #252526;
	border: 1px solid #252526;
	transition: all .3s ease;
}
#contact_wrap .mw_wp_form_confirm .btn_area .btn:first-child .arrow_line {
	right: auto;
	left: 55px;
}
#contact_wrap .mw_wp_form_confirm .btn_area .btn:first-child .arrow_line span {
	background-color: #252526;
}
#contact_wrap .mw_wp_form_confirm .btn_area .btn:first-child .arrow_line span.line02 {
	right: auto;
	left: 0;
	transform-origin: left bottom;
	transform: rotate(-40deg);
}

@media (hover: hover) {
	#contact_wrap .mw_wp_form_confirm .btn_area .btn:first-child:hover input {
		background-color: #ccc;
	}
}

@media screen and (max-width: 1160px) {
	#contact_wrap .mw_wp_form_confirm .btn_area .btn {
		width: auto;
	}
	#contact_wrap .mw_wp_form_confirm .btn_area .btn input {
		width: 30vw;
	}
	#contact_wrap .mw_wp_form_confirm .btn_area .btn .arrow_line {
		right: 2.3vw;
	}
	#contact_wrap .mw_wp_form_confirm .btn_area .btn:first-child .arrow_line {
		right: auto;
		left: 2.3vw;
	}
}

@media screen and (max-width: 768px) {
	#contact_wrap .mw_wp_form_confirm .btn_area {
		width: 100%;
		flex-direction: column;
		gap: 20px 0;
	}
	#contact_wrap .mw_wp_form_confirm .btn_area .btn {
		width: 315px;
	}
	#contact_wrap .mw_wp_form_confirm .btn_area .btn input {
		width: 100%;
	}
	#contact_wrap .mw_wp_form_confirm .btn_area .btn .arrow_line {
		right: 35px;
	}
	#contact_wrap .mw_wp_form_confirm .btn_area .btn:first-child .arrow_line {
		right: auto;
		left: 35px;
	}
}



/*=======================================
	Thanks（完了画面）
=======================================*/
.w800 {
	width: 90%;
	max-width: 800px;
	margin: 0 auto
}
.thanks_text {
	margin-bottom: 40px;
}
.thanks_text p {
	line-height: 2;
	margin-bottom: 20px;
}
.thanks_text p.mail_dom {
	margin-bottom: 0;
	text-align: center;
	font-size: 20px;
}
.thanks_text p span.space_block {
	display: block;
	height: 20px;
}
.thanks_text a {
	padding: 0 4px 2px;
	border-bottom: 1px solid #B99C5C;
	color: #b99037;
	font-weight: 50;
	display: block;
	width: fit-content;
}


.btn.thanks_btn .arrow_line span {
	z-index: 5;
	transition: all .3s ease;
}
.btn.thanks_btn .arrow_line span.line01 {
	background-color: #252526;
	transition: all .3s ease;
}
.btn.thanks_btn .arrow_line span.line02 {
	background-color: #252526;
	transition: all .3s ease;
}
@media (hover: hover) {
	#contact_wrap .btn.thanks_btn:hover .arrow_line span.line01 {
		background-color: #fff;
	}
	#contact_wrap .btn.thanks_btn:hover .arrow_line span.line02 {
		background-color: #fff;
	}
}
@media screen and (max-width: 768px) {
	.thanks_text {
		margin-bottom: 30px;
	}
	.thanks_text p.mail_dom {
		font-size: 16px;
	}
}

/*=======================================
　mw_wp_form デフォルト非表示
=======================================*/
.mw_wp_form_input .form_input_hidden {
	display: none;
}
.mw_wp_form_confirm .confirm_hidden {
	display: none;
}


