@charset "utf-8";
/* CSS Document */
.content-title{
	max-width:500px;
	width:100%;
	margin:40px auto;
	text-align:center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
	font-size:2.8rem;
	font-weight:normal;
	color: #552D40;
	letter-spacing: 0.1em;
}
.breadcrumbs__wrapper {
	width:100%;
	max-width: 512px;
	margin:auto;
	text-align: center;
	padding: 15px;
}
.breadcrumbs__wrapper img {
	width:100%;
	max-width: 512px;
}
.contact_form__wrapper {
	width: 100%;
	max-width: 512px;
	margin:auto;
}
.error_msg{
	font-size:1.4rem;
	color:#990000;
	font-weight:bold;
	background-color:#FBEFEC;
	width:100%;
	max-width: 512px;
	margin:15px auto;
	padding:15px 0;
	text-align:center;
	display:none;
	border-radius:5px;
}
.error_msg > p{
	margin:0;
	padding:0;
}
.contact-notes {
	padding: 0 10px;
}
.contact-notes p span {
	display: table-cell;
	vertical-align: top;
}
.contact-table {
	max-width:512px;
	width: 100%;
	margin: auto;
}
.contact-table table{
	max-width:512px;
	width: 100%;
	margin:auto;
}
.contact-table table tr {

}
.contact-table table tr th {
	text-align:left;
	background-color:#F7DEE5;
	width:auto;
	display: block;
	padding: 6px 10px 0 10px;
}
.contact-table table tr th > span{
	display: table-cell;
	vertical-align: top;
}
.contact-table table tr td {
	text-align:left;
	padding:5px;
	padding: 30px 15px;
	background-color:#FFFFFF;
	width:auto;
	display: block;
}
.contact-table table tr td p {
	padding-top: 5px;
}
.contact-table table tr td.btn{
	text-align:center;
	border:none;
}
.contact-table table tr td > input.size-s {
	width: 25%;
	padding:5px;
	border:1px solid #999999;
	border-radius:3px;
}
.contact-table table tr td > input.size-m {
	width: 30%;
	padding:5px;
	border:1px solid #999999;
	border-radius:3px;
}
.contact-table table tr td > select,
.contact-table table tr td > input.size-l,
.contact-table table tr td > textarea{
	width: calc(100% - 10px);
	padding:5px;
	border:1px solid #999999;
	border-radius:3px;
}
.contact-table table tr td > button{
	margin-top:-15px;
	max-width:512px;
	width:100%;
	padding:15px;
	background: linear-gradient(#DE7791, #C9375C );
	border-radius:5px;
	border:2px double #EEABB8;
	color:#fff;
	font-size: 120%;
	font-weight: bold;
}
@media(max-width:640px) {
	.breadcrumbs__wrapper {
		width:auto;
	}
}
