@charset "utf-8";

/*  .dinner_section
----------------------------------------*/
article .dinner_section {
	width: 960px;
	margin: 0 auto 40px auto;
}
article .dinner_section .txt_top {
	color: #542810;
	font-size: 134%;
	text-align: center;
	margin-bottom: 40px;
}
article .dinner_section dl {
	margin-bottom: 25px;
}
article .dinner_section dl dt:after,
article .dinner_section dl dd:after {
  content: ".";display: block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
article .dinner_section dl dt {
	color: #FFF;
	background: #542810;
	font-weight: bold;
	padding: 10px 15px;
	font-size: 159%;
}
article .dinner_section dl dt .title {
	float: left;
}
article .dinner_section dl dt .price {
	float: right;
}
article .dinner_section dl dd {
	border: 1px solid #542810;
	border-radius: 0 0 5px 5px;
	padding: 20px 15px;
	color: #542810;
	font-size: 150%;
}
article .dinner_section dl dd .photo {
	float: left;
	margin-right: 20px;
}
article .dinner_section dl dd .txt {
	float: left;
	width: 595px;
}
article .dinner_section dl dd .txt li {
	background: url(../common/images/bg-dotted.png) repeat-x left bottom;
	background-size: 4px auto;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
article .dinner_section dl dd .txt li.mb40 {
	margin-bottom: 40px;
}
article .dinner_section dl dd .txt li:after {
  content: ".";display: block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
article .dinner_section dl dd .txt .recipe {
	float: left;
}
article .dinner_section dl dd .txt .price {
	float: right;
	font-weight: bold;
}
article .dinner_section dl dd .txt_other {
	width: 100%;
	margin-bottom: 10px;
}
article .dinner_section dl dd .small_font {
	font-size: 84%;
	font-weight: bold;
	margin: 10px 0;
}
article .dinner_section dl dd .btn a,
article .dinner_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 .dinner_section dl dd .btn a:hover {
	background: #c9b25a;
}

/*---------------------------------
20150928追記
---------------------------------*/
.mb15{
	margin:0 0 15px;
}

/*---------------------------------
20170511追記
---------------------------------*/

.dinner-top {
    border-radius: 0px;
    margin-bottom: 15px;
}

.dinner-top p.photo{
    float: left;
    margin-right: 20px;
    padding: 20px 0 40px;
}

.dinner-top .txt{
        float: left;
    width: 595px;
    color: #542810;
    font-weight: normal;
    font-size: 1.1rem;
    width:calc(100% - 360px);
    vertical-align: top;
    padding: 20px 0 40px;
}

.dinner-top ul.photo{
    width: 100%;
    display:inline-flex;
display:-webkit-inline-flex;
    justify-content:space-between;
-webkit-justify-content:space-between;
    margin-bottom: 20px;
}

