@charset "utf-8";

/*  .lunch_section
----------------------------------------*/
article .lunch_section {
	width: 960px;
	margin: 0 auto 40px auto;
}
article .lunch_section .txt_top {
	color: #542810;
	font-size: 134%;
	text-align: center;
	margin-bottom: 40px;
}
article .lunch_section dl {
	margin-bottom: 25px;
}
article .lunch_section dl dt:after,
article .lunch_section dl dd:after {
  content: ".";display: block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
article .lunch_section dl dt {
	color: #FFF;
	background: #542810;
	font-weight: bold;
	padding: 10px 15px;
	font-size: 159%;
}
article .lunch_section dl .title {
	float: left;
}
article .lunch_section dl .price {
	float: right;
}
article .lunch_section dl dd {
	border: 1px solid #542810;
	border-radius: 0 0 5px 5px;
	padding: 20px 15px;
	color: #542810;
	font-size: 150%;
	font-weight: bold;
}
article .lunch_section dl dd .photo {
	float: left;
	margin-right: 20px;
}
article .lunch_section dl dd .txt {
	float: left;
	margin-top: 10px;
	width: 590px;
}
article .lunch_section dl dd .small_font {
	font-size: 84%;
	margin: 10px 0;
}
article .lunch_section dl dd .btn a,
article .lunch_section dl dd .btn a:visited {
	display: block;
	color: #FFF;
	background: #bb9f31;
	width: 195px;
	font-size: 84%;
	text-align: center;
	text-decoration: none;
	padding: 8px 0;
	border-radius: 5px;
	font-weight: bold;
}
article .lunch_section dl dd .btn a:hover {
	background: #c9b25a;
}

/* 20210820 追加 */
.lunch_section p.notes {
	margin: 0 0 20px;
}
.lunch_menu li {
	margin: 0 0 20px;
	overflow: hidden;
}
.lunch_section .course {
	margin: 0 auto 20px;
	width: 40%;
	padding: 1em;
	background-color: #bf7500;
	color: #fff;
}
.lunch_section .course p.title {
	margin: 0 0 10px;
	float: none;
	text-align: center;
}