@charset "utf-8";

/*--- トップイメージ ---*/
.top_img{
	background-image: url("../images/30266327.jpg");
	width: 100%;
	height: 800px;
	background-size: cover;
	background-position: center;
}

.shop_title hr{
	border-left: none;
	border-right: none;
	border-bottom: none;
	border: #6D5C39 solid 1px;
	width: 300px;
}

/*----　テーブル　----*/
table{
	border-collapse: collapse;
  	border-spacing: 0;
	width: 500px;
	font-size: 18px;
}
table .bottom th,table .bottom td{
	border-bottom: 1px solid #6D5C39;
}
th{
	font-family: "font_M";
	text-align: left;
	padding-right: 20px;
}
tr{
	height: 80px;
	width: 50px;
}
td{
	font-family: "font_M"; 
}

.table_yokoimg{
	background-image:url("../images/97158263.jpg");
	width: 500px;
	height: 830px;
	background-position: right;
	background-size: cover;
}

/*----　地図　----*/
iframe{
	border: 5px solid #6D5C39;
	border-left: none;
	border-right: none;
}


.menu_title img{
	margin-top: -5px;
	margin-right: 10px;
}

