@charset "utf-8";
/* CSS Document */
#contact p {
	text-align: center;
}

.tel_num {
	width: 50%;
	margin: 0 auto 20px;;
	padding: 15px 0;
	background: #844970;
	color: #fff;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 2em;
	text-align: center;
	letter-spacing: 0.1em;
}

.tel_num a {
	color: #fff;
	cursor: default;
}

div.w800 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

#contact table {
	width: 100%;
	margin-bottom: 20px;
	border: #cc9933 solid 1px;
	font-family: "Noto Serif Japanese", serif;
}

#contact table th {
	padding: 15px 0;
	border-bottom: #cc9933 solid 1px;
}

#contact table td {
	padding: 8px 10px;
	border-bottom: #cc9933 solid 1px;
	vertical-align: middle;
}

#contact table td input, #contact table td textarea {
	width: 100%;
	padding: 5px;
	border: #d2d2d2 solid 1px;
	box-sizing: border-box;
} 

#contact table td input {
	line-height: 1.5em;
}

#contact table td textarea {
	line-height: 1.2em;
	width: 100% !important;
	height: 100% !important;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	width: 100%;
	height: 2em;
	padding: 0 5px;
	z-index: 1;
	background: transparent; /*←これ重要*/
	border: #d2d2d2 solid 1px;
	border-radius: 0;
}

select::-ms-expand {
    display: none;
}

.selectWrap{
	width: 30%;
	margin-bottom: 0;
	position: relative;
	display: inline-block;
}

.selectWrap::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-bottom: solid 2px #b4b3b3;
	border-right: solid 2px #b4b3b3;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
}

#contact table th {
	width: 25%;
	background: #fef7ed;
	vertical-align: middle;
}

#contact table td.border_b_none {
	border-bottom: 0;
	padding-bottom: 0;
}

#contact table tr:last-child th , #contact table tr:last-child td{
		border-bottom: 0;
	}

#contact table td.border_b_none input {
	width: 30%;
}
/*
.send_button {
	width: 10%;
	margin: 0;
	background: #7e6b5a;
	border: 0;
	text-align: center;
	transition: 0.4s
}

.send_button button {
	display: block;
	width: 100%;
	padding: 0;
	background: none;
	border: none;
	font-family: "Noto Serif Japanese", serif;
	text-align: center;
	color: #fff;
	cursor : pointer;
}

.send_button:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	transition: 0.4s;
}
*/
@media print, screen and (max-width:999px) {
}

@media print, screen and (max-width:768px) {
	.tel_num {
		width: 80%;
		margin: 0 auto 10px;
		padding: 10px 0;
		font-size: 1.2em;
		text-align: center;
	}
	
	#contact table th {
		display: block;
		width: 100%;
		padding: 0 0 0 5px;
		border-top: #cc9933 solid 1px;
		box-sizing: border-box;
		text-align: left;
	}
	
	#contact table th:first-child {
		border-top: none;
	}
	
	#contact table td {
		display: block;
		padding: 5px;
	}
	
	#contact table td input, #contact table td textarea{
		line-height: 1em;
	}
	
	#contact table td:last-child {
		border-bottom: 0;
	}
	
	#contact table tr:last-child th {
		border-bottom: #cc9933 solid 1px;
	}

	.send_button {
		width: 50%;
	}

}
