@charset "UTF-8";
@import "../../include/css/common_pc.css";

/* ---------------------------------------------------------
	CSS Document contact > common
--------------------------------------------------------- */

#contact {
	min-height: 400px;
}

#contact h3 {
	height: 48px;
	border-top: solid 2px #b7282e;
	text-align: center;
	font-family: "A-OTF Ryumin Pro KL", "A-OTF Ryumin Pro M-KL", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight: 100;
	font-size: 18px;
	line-height: 44px;
}

#contact h3:before {
	content: '';
	display: inline-block;
	vertical-align: 0;
	width: 22px;
	height: 13px;
	background: url(../../include/images/bg_entry.png) no-repeat 0 0;
	background-size: 22px 13px;
	margin-right: 5px;
}

#contact .em {
	color: #b7282e;
}

#contact em {
	color: #593e7b;
}

#contact .confirm {
	margin-bottom: 15px;
}

#contact hr {
	height: 10px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
}

/* ---------------------------------------------------------
	CSS Document contact > desc
--------------------------------------------------------- */

.desc p {
	margin-bottom: 25px;
}

.desc a {
	text-decoration: none;
	color: #3f322c;
}

/* ---------------------------------------------------------
	CSS Document contact > document
--------------------------------------------------------- */

.document {
	display: inline-block;
	width: 440px;
	margin-bottom: 30px;
	padding: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fef4e9;
}

.document p {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}

.document dl {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.document dt {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 12px;
	color: #a86269;
}

.document dt strong {
	display: block;
	font-family: "A-OTF Ryumin Pro KL", "A-OTF Ryumin Pro M-KL", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight: 100;
	font-size: 24px;
	color: #81010b;
}

/* ---------------------------------------------------------
	CSS Document contact > form
--------------------------------------------------------- */

#contact table {
	width: 100%;
	margin-bottom: 50px;
}

#contact th {
	width: 25%;
	padding: 10px 15px;
	border: solid 1px #d9d9da;
	background: #f7f7f8;
	text-align: left;
	font-weight: normal;
	line-height: 24px;
}

#contact td {
	padding: 10px 15px;
	border: solid 1px #d9d9da;
	text-align: left;
	line-height: 24px;
}

#contact td a {
	margin-left: 8px;
}

/* ---------------------------------------------------------
	CSS Document contact > form
--------------------------------------------------------- */

input[type='tel'],
input[type='email'],
input[type='text'], textarea , select {
	padding: 1px 2px;
	border: solid 1px #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow:rgba(204, 204, 204, 0.20) 2px 2px 1px 0px inset;
	-webkit-box-shadow:rgba(204, 204, 204, 0.20) 2px 2px 1px 0px inset;
	-moz-box-shadow:rgba(204, 204, 204, 0.20) 2px 2px 1px 0px inset;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

input[type='tel'],
input[type='email'],
input[type='text'] {
	padding: 4px 5px;
}

#contact textarea {
	width: 99%;
}

#contact select {
	padding: 3px;
}

#contact label {
	margin-right: 20px;
	white-space: nowrap;
}

#contact input[type='checkbox'] {
	margin: 0;
	padding: 0;
	vertical-align: -2px;
}

#contact input[type='submit'] {
	width: 200px;
	height: 46px;
	padding: 0;
	border-radius: 46px;
	-webkit-border-radius: 46px;
	-moz-border-radius: 46px;
	border: 0;
	background: #8b237a;
	background: -webkit-gradient(linear, left top, left bottom, from(#8b237a), to(#46163e));
	background: -moz-linear-gradient(top, #8b237a, #46163e);
	background: linear-gradient(to bottom, #8b237a, #46163e);
	background: -ms-linear-gradient(top, #8b237a, #46163e);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b237a', endColorstr='#46163e', GradientType=0)";
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}

#contact input[type='submit'].submit {
	width: 140px;
}

#contact a.back {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	height: 46px;
	overflow: hidden;
	padding: 0;
	border-radius: 46px;
	-webkit-border-radius: 46px;
	-moz-border-radius: 46px;
	border: 0;
	background: #c8858b;
	background: -webkit-gradient(linear, left top, left bottom, from(#c8858b), to(#a86269));
	background: -moz-linear-gradient(top, #c8858b, #a86269);
	background: linear-gradient(to bottom, #c8858b, #a86269);
	background: -ms-linear-gradient(top, #c8858b, #a86269);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8858b', endColorstr='#a86269', GradientType=0)";
	text-decoration: none;
	font-size: 18px;
	line-height: 46px;
	color: #fff;
}

#contact a.back:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

.w33 {
	display: inline-block;
	vertical-align: top;
	width: 29%;
	line-height: 32px;
}

.w460 {
	width: 100%;
}

.w400 {
	width: 400px;
}

.w320 {
	width: 320px;
}

.w280 {
	width: 280px;
}

.mt80 {
	margin-top: 80px;
}

/* ---------------------------------------------------------
	CSS Document form > privacy
--------------------------------------------------------- */

#privacy {
	height: 196px;
	overflow: auto;
	margin: 0 0 20px;
	padding: 12px 15px 1px;
	border: solid 1px #929292;
	text-align: left;
	font-size: 12px;
	line-height: 170%;
}

#privacy p {
	margin-bottom: 15px;
}
