@charset "utf-8";

/*----　テーブル　----*/
table{
	border-collapse: collapse;
  	border-spacing: 0;
	width: 600px;
	min-width: 600px;
	font-size: 18px;
}
tr{
	height: 70px;
	width: 50px;
}
th{
	font-family: "font_M";
	text-align: left;
	padding-right: 20px;
	width: 180px;
	color: #252525;
	font-weight: normal;
	vertical-align: top;
}
td{
	font-family: "font_M"; 
	padding-left: 20px;
	color: #252525;
	vertical-align: top;
}
table .tel{
	font-size: 28px;
}
.table_yokoimg{
	background-image:url("../images/102454708.jpg");
	width: 100%;
	height: 600px;
	background-position: center;
	background-size: cover;	
}

.cancel{
	width: 550px;
	margin-left: 0;
	margin-right: auto;
	border: solid 1px #a0a0a0;
	padding: 20px;
}
.cancel p{
	font-size: 17px;
}
/*----　地図　----*/
iframe{
	line-height: 0;
	border: none;
}
.map h3{
	font-weight: bold;
	font-size: 30px;
}
.map p{
	text-align: left;
	color: #252525;
	margin-top: 10px;
}

