@charset "utf-8";
/* CSS Document */

#main .contents .tel {
	font-size: 1.8rem;
	color: #a48b78;
	font-family: din-condensed, sans-serif;
	margin-bottom: 0.5em;
}

#main .contents .tel a {
	border-bottom: 1px solid #a48b78;
	color: #a48b78;
}

#main .contactBox01 section {
	margin: 0.2rem 0 0;
	background: url(/wp-content/themes/template_en/images/common/arrow01.png) center bottom no-repeat;
	background-size: 2.5%;
	padding-bottom: 4.8%;
}

#main .contactBox01 section:last-child {
	background: none;
	padding-bottom: 0;
}

#main .contactBox01 section .contactBox02 {
	padding: 1rem 5rem 1.5rem;
	background: #f7ede7;
	text-align: center;
	position: relative;
	overflow: hidden;
}

#main .contactBox01 section h3 {
    font-size: 1.2rem;
	margin: 0 0 0.4em;
	border-bottom: 1px solid #d8d8d8;
	padding: 0 0 0.3em;
}

#main .contactBox01 section h3 strong {
	font-size: 1.25rem;
	font-family: din-condensed, sans-serif;
}

#main .contactBox01 section .bg01 {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.4;
	width: 8%;
}

#main .contactBox01 section .bg02 {
	transform: rotate(-90deg);
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.3;
	width: 10%;
}

#main .contents .contactBox03 {
	margin-bottom: 2rem;
}

#main .contents .contactBox03 h3 {
    margin: 1em 0 0.2em;
    font-size: 1.5rem;
    text-align: center;
}

#main .contactBox03 table th, #main .contactBox03 table td {
    padding: 1rem;
}

#main .contactBox03 table th {
    width: 30%;
	vertical-align: top;
}

#main .contactBox03 table td input {
    width: 98%;
    padding: 0.5rem;
	border: 1px solid #666;
}

#main .contactBox03 table td textarea {
	padding: 0.5rem;
	width: 97.5%;
	height: 8em;
	border: 1px solid #666;
}

#main .contactBox03 table td input[type=checkbox] {
	width: auto;
	margin: 0.4em 0 0 0.5em;
	vertical-align: top;
}

input:focus,
input[type=checkbox]:focus,
select:focus,
textarea:focus {
	outline: 0;
	border: 1px solid #a48b78!important;
	box-shadow: 0 0 5px rgba(253,95,0,0.7);
}

#main .contactBox03 table .phone td input {
	width: 4em;
}

#main .contactBox03 table .txt01 {
	font-size: 0.9rem;
	font-weight: normal;
}

#main .contactBox03 .contactBtn01 {
	font-size: 1.125rem;
	display: block;
	font-weight: bold;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	width: 50%;
	margin: 0 auto;
	border: none;
	background: #a48b78;
	color: #fff;
	line-height: 3rem;
	height: 3rem;
}

#main .contactBox03 .contactBtn01:hover {
	border-radius: 80px;
	background: #f6f6e9;
	color: #a48b78;
	font-size: 1.5rem;
}

#main .thanksTxt01 {
	font-size: 1.2rem;
}

/*===========================================
IE
===========================================*/
@media all and (-ms-high-contrast: none){
}

/*===========================================
display
===========================================*/
@media all and (max-width: 738px) {
	#main .contactBox01 section .contactBox02 {
		padding: 1rem 1rem 1.5rem;
	}
	#main .contactBox01 section .contactBox02 p {
		text-align: left;
	}
	#main .contactBox01 section {
		background-size: 5.5%;
		padding-bottom: 11%;
	}
	#main .contactBox01 section .bg02 {
		opacity: 0.5;
		width: 14%;
	}
	#main .contactBox01 section .bg01 {
		width: 16%;
	}
	input[type="submit"],
	input[type="text"],
	textarea[type="text"] {
		-webkit-appearance: none;
	}
	#main .contactBox03 .contactBtn01 {
		width: 80%;
		line-height: 3.5rem;
		height: 3.5rem;
	}
	#main .contactBox03 table th {
		width: auto;
		display: block;
	}
	#main .contactBox03 table td {
		width: auto;
		display: block;
	}
	#main .contactBox03 table td input {
		padding: 0.8rem;
		width: 92.5%;
	}
	#main .contactBox03 table td textarea {
		padding: 0.8rem;
		width: 92.5%;
	}
	#main .contactBox03 table td input[type=checkbox] {
		margin: 0 0 0 0.5em;
	}
	#main .contactBox03 table td label {
		display: block;
	}

}


















