@charset "utf-8";
/* CSS Document */

/*メインイメージ設定*/

#menuTop .mainImg {
	text-align: center;
	padding: 40px 0;
}

/*menu設定*/

.menu {
	width: 100%;
	padding-bottom: 60px;
	text-align: center;
}

.menuContainer {
	width: 1000px;
	margin: 0 auto;
	display:flex;
	justify-content:space-between;
	margin-left: auto;
	margin-right: auto;
	flex-wrap: wrap;
	align-content: space-between;	
}

.menuList {
	width:48%;
	padding-bottom: 40px;
}

.menuList h3 {
	text-align: left;
	font-size: 2rem;
	padding-bottom: 10px;
}

.menuList h3 img {
	padding: 0 20px 0 5px;
}

.menu table {
	width: 100%;
}

.menu table th.t_top {
    border-top: #9e6d04 4px solid;
	padding-top: 20px;
}

.menu table th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal;
	width: 70%;
}

.menu table td.t_top {
	border-top: #b3b3b3 4px solid;
	padding-top: 20px;
}

.menu table td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: center;
	padding: 10px;
	width: 30%;
}
