@charset "UTF-8";
.contact {
	margin-bottom: 11px;
}
.contact1 {
	margin-left: 9px;
	margin-bottom: 20px;
}
.map {
	border: 1px solid #ddd;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-bottom: 35px;
	margin-left: 23px;
	margin-right: 23px;
}

.googlemap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.contact2 {
	margin-left: 9px;
}
.contact21 {margin-left: 9px;}
#name {}
#email {}
#what {}
#question {
	height: 150px;
}
.long {}
.atlast {}
#contacttbl {
}
#contacttbl {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	line-height: 1.5;
}
#contacttbl th {width:127px;padding:10px 0;text-align:left;font-weight:normal;vertical-align:top;}
#contacttbl th div {
	border-right: 3px solid #eb6100;
	padding: 5px 0;
}
#contacttbl td {padding:15px 10px 15px 15px;text-align:left;vertical-align:top;}
#contacttbl th.atlast div {height:150px;}
.buttons input {
	width: 152px;
	height: 42px;
	background-color: #eb6100;
	color: #FFFFFF;
	border: none;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	margin-left: 65px;
	margin-bottom: 36px;
}

.contactmessage {padding:10px 0;}

input[type="submit"] {
	-webkit-appearance: none;
}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:779px) {
 .map {
	margin-left: 0px;
	margin-right: 0px;
}
}
