@charset "UTF-8";
/* CSS Document */
#contact {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	padding: 170px 10px 0;
	box-sizing: border-box;
	margin-bottom: 120px;
}
#contact .title {
	margin-bottom: 80px;
}
#contact .title h2 {
	font-size: 50px;
	letter-spacing: 6px;
	text-align: center;
	color: #232323;
	font-family: acumin-pro, sans-serif;
	font-weight: 200;
	font-style: normal;
	margin-bottom: 15px;
}
#contact .title p {
	font-size: 14px;
	color: #1c1e26;
	text-align: center;
	letter-spacing: 6px;
}
#contact .border_box {
	padding: 20px 20px 10px;
	box-sizing: border-box;
	border: 4px double #b28080;
	margin-bottom: 50px;
}
#contact h4 {
	text-align: center;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 1.5;
}
#contact figure {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#contact figure img {
	width: 100%;
}



#contact .description {
	line-height: 1.8;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 50px;
}
#contact .description span {
	color: #fff;
	background-color: #b28080;
	padding: 2px 4px 3px;
	font-size: 10px;
	border-radius: 2px;
	margin-right: 5px;
}

#contact .box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	letter-spacing: 1px;
}
#contact .box .name_box {
	width: 75%;
}
#contact .box .name_box input[type="text"] {
	padding: 10px;
	box-sizing: border-box;
	width: 50%;
	text-align: left;
	font-size: 14px;
	border-radius: 0;
	box-shadow: none;
}
#contact .box .yuubin {
	width: 75%;
}
#contact .box .yuubin input[type="number"] {
	width: 30%;
	padding: 10px;
	box-sizing: border-box;
	text-align: left!important;
	font-size: 14px;
	border-radius: 0;
	box-shadow: none;
}
#contact .box p {
	width: 25%;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1px;
}
#contact .box input {
	border: 1px solid #bbb6af;
}
#contact .box .select_box {
	width: 75%;
	font-size: 14px;
	background: #ffffff;
	margin-right: auto;
}
#contact .box .select_box select {
	text-indent: 0.01px;
	text-overflow: ellipsis;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	border: 1px solid #bbb6af;
	width: 30%;
	border-radius: 0;
}
#contact .box .select_box option {
	font-size: 14px;
}
#contact .box .from {
	width: 75%;
}
#contact .box .from input {
	width: 100%;
	padding: 10px;
	font-size: 14px;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
}
#contact .box .mail_box {
	width: 75%;
}
#contact .box .mail_box input {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	border-radius: 0;
	box-shadow: none;
}
#contact .box .tel_box {
	width: 75%;
}
#contact .box .tel_box input {
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	text-align: left!important;
	border-radius: 0;
	box-shadow: none;
}
#contact .box .radio_box {
	width: 75%;
	font-size: 14px;
	display: flex;
	flex-wrap: nowrap;
}
.mfp_element_radio {
	margin: 4px 5px 0 5px!important;
}
#contact .box .check_box {
	width: 75%;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
}
#contact .check_box input[type="checkbox"],
#contact .p_check input[type="checkbox"] {
	width: 15px;
	height: 15px;
	border-radius: 2px;
}
#contact .check_box label {
	width: 45%;
}
#contact .box textarea {
	width: 75%!important;
	height: 150px!important;
	font-size: 14px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #bbb6af;
	box-shadow: none;
	border-radius: 0;
}
#contact .p_check {
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
}
#contact .p_check a {
	text-decoration: underline;
	color: #1c1e26;
}
form#mailformpro label.mfp_checked {
	padding: 0!important;
	border: none!important;
	background-color: transparent!important;
	border-radius: 0!important;
	box-shadow: none!important;
}
form#mailformpro label.mfp_not_checked {
	border: none!important;
	padding: 0!important;
}
#contact .bt_box {
	margin-top: 60px;
	text-align: center;
}
input::placeholder,
textarea::placeholder {
	color: #ccc;
	font-size: 14px;
}
#contact .hissu {
	position: relative;
	padding-left: 38px;
}
#contact .hissu::before {
	content: "必須";
	color: #fff;
	font-size: 10px;
	background-color: #b28080;
	padding: 2px 4px 3px;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#contact .nini {
	position: relative;
	padding-left: 38px;
}
#contact .nini::before {
	content: "任意";
	color: #fff;
	background-color: #8082af;
	padding: 2px 4px 3px;
	font-size: 10px;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#contact .caution {
	width: 100%!important;
	font-size: 12px!important;
	letter-spacing: 1px;
	margin-top: 5px;
	color: #606060;
}
 select, textarea {
	-webkit-appearance: none;
}
.bt_box button {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
.bt_box button::-webkit-search-decoration {
	display: none;
}
.bt_box button::focus {
	outline-offset: -2px;
}
.mfp_element_submit {
	background: #232323!important;
}
.bt_box button {
	border: 1px solid #bbb6af;
	letter-spacing: 2px;
	font-size: 12px!important;
	padding: 15px 0px;
	width: 200px;
	box-sizing: border-box;
	background-color: #232323!important;
	color: #fff;
	transition: .3s;
	text-shadow: none!important;
}
.bt_box button:hover {
	opacity: .6;
}
input[type="reset"] {
	border: 1px solid #bbb6af;
	letter-spacing: 2px;
	font-size: 12px!important;
	padding: 15px 0px;
	width: 200px;
	box-sizing: border-box;
	background-color: #fff;
	color: #232323;
	transition: .3s;
	margin-right: 10px;
}
input[type="reset"]:hover {
	opacity: .6;
}
.mfp_element_all {
	display: inline-block!important;
}

.select {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	margin-bottom: 60px;
}
.select .left_box {
	width: 50%;
	padding: 20px 0;
	padding-right: 3%;
	border-right: 1px solid #bbb6af;
	box-sizing: border-box;
}
.select .left_box p img {
	width: 60px;
}
.select .left_box p a {
	display: block;
}
.select .right_box {
	width: 50%;
	padding: 20px 0;
	padding-left: 3%;
	box-sizing: border-box;
}
.select .s_box h5 {
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 16px;
	margin-bottom: 20px;
}
.select .left_box h5 {
	margin-bottom: 40px;
}
.select .right_box .tel_txt {
	margin-bottom: 20px;
}
.select .right_box .tel_txt a {
	display: block;
	color: #000;
	letter-spacing: 3px;
	font-size: 36px;
}
.select .right_box .txt1 {
	letter-spacing: 1px;
	font-size: 14px;
}




/*thanks-----------------------*/
#contact .thanks h2 {
	font-size: 26px;
	line-height: 1.8;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
#contact .thanks p {
	line-height: 2;
	letter-spacing: 2px;
}
#contact .info {
	margin-top: 40px;
}
#contact .info p {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
}

#mfp_overlay_inner h4 {
	text-align: center;
	margin-top: 20px;
}



/*タブレット以下---------------------------------------------------*/
@media screen and (max-width: 1080px) {
	
	
}



/*スマホ以下------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#contact {
		padding-top: 90px;
		margin-bottom: 70px;
	}
	#contact .title {
		margin-bottom: 50px;
	}
	#contact .title h2 {
		font-size: 28px;
	}
	#contact .title p {
		font-size: 10px;
		letter-spacing: 4px;
	}
	#contact h4 {
		font-size: 16px;
	}
	#contact .box {
		flex-wrap: wrap;
	}
	#contact .box p {
		margin-bottom: 10px;
		width: 100%;
	}
	#contact .box .name_box {
		width: 100%;
	}
	#contact .box .name_box input[type="text"] {
		width: 100%;
	}
	#contact .box .yuubin input[type="number"] {
		width: 50%;
	}
	#contact .box .select_box {
		width: 100%;
	}
	#contact .box .select_box select {
		width: 100%;
	}
	#contact .box .from {
		width: 100%;
	}
	#contact .box .from input {
		width: 100%;
	}
	#contact .box .mail_box {
		width: 100%;
	}
	#contact .box .tel_box {
		width: 100%;
	}
	#contact .box .tel_box input {
		width: 60%;
	}
	#contact .box .radio_box {
		width: 100%;
	}
	#contact .box .check_box {
		width: 100%;
	}
	#contact .box .check_box label {
		width: 100%;
	}
	#contact .box textarea {
		width: 100%!important;
	}
	#contact .bt_box {
		margin-bottom: 40px;
	}
	input[type="reset"] {
		margin-right: 0;
		order: 1;
		margin-bottom: 20px;
	}
	input[type="submit"] {
		margin-left: 0;
		order: 2;
	}
	#contact .thanks h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#contact .thanks p {
		font-size: 14px;
		line-height: 1.8;
	}
	#contact .info {
		margin-top: 20px;
	}
	#contact .info p {
		font-size: 12px;
	}
	.select .left_box {
		width: 100%;
		padding: 0 0 30px;
		border-right: none;
		border-bottom: 1px solid #bbb6af;
	}
	.select .right_box {
		width: 100%;
		padding: 30px 0 0;
	}
}