
/* contents */
.contents_container {
padding:25px 0 10px 0;
}

.contents_title {
margin:0 0 4px 0;
border-top:solid 10px #FFF;
}

.contents_body {
padding:14px 4px 12px 4px;
}


/* list */
.news {
padding:25px 0 18px 0;
}

.news_list {
border-bottom:dotted 1px #999;
padding:14px 4px 12px 4px;
overflow:hidden;
}

.news_title {
margin:0 0 4px 0;
border-top:solid 10px #FFF;
}

.news_list li {
padding:0 6px;
display:inline-table;
}

.news_list .right_edge {
float:right;
overflow:hidden;
width:490px;
}

/* shop */
.shop {
padding:25px 0 18px 0;
}

.shop_list {
border-bottom:dotted 1px #999;
padding:14px 4px 12px 4px;
overflow:hidden;
}

.shop_title {
margin:0 0 4px 0;
border-top:solid 10px #FFF;
}

.shop_list li {
padding:0 6px;
display:inline-block;
}

.shop_list .right_edge {
float:right;
overflow:hidden;
width:450px;
}

/* menu */
.menu_title {
margin:0 0 4px 0;
border-top:solid 10px #FFF;
}

.menu_subtitle {
font-size: 22px;
margin: 60px auto 25px;
border-bottom: solid 1px #838383;
position: relative;
}

.menu_subtitle span {
font-size: 14px;
position: absolute;
right: 0;
bottom: 0;
}

.menu_list {
display: flex;
flex-flow: wrap;
justify-content: space-between;
}

.menu_list li {
width: 240px;
}

.menu_list li:nth-of-type(n+4) {
margin-top: 20px;
}
.menu_list li img {
width: 100%;
height: auto;
}

.menu_list li img.label {
margin-bottom: 5px;
}

.menu_list li h4 {
font-size: 16px;
text-align: center;
padding: 10px 0 5px;
}

.menu_list li p {
font-size: 12px;
line-height: 1.7;
}

.menu_cooking {
background: #fff;
font-size: 13px;
padding: 20px;
margin: 20px auto 0;
display: flex;
justify-content: space-between;
width: 640px;
}

.menu_cooking .txt {
line-height: 2;
padding: 5px 20px 0;
width: 316px;
}

/*about*/
.contents_body#history {
line-height:2.5;
}

.boxA:after {
	content: "";
	display: block;
	clear: both;
	}

.box1 {
	float: left;
	width:240px;
}

.box2 {
	float: left;
	width:240px;
}

/*privacy*/
.contents_body#privacy {
line-height:1.5;
}

.contents_body#privacy h3 {
margin:12px 0 10px 0;
background:#e5e5db;
padding:8px 10px 4px 10px;
}

.contents_body#privacy ul {
margin:12px 0 18px 30px;
}

.contents_body#privacy li {
list-style-type:disc;
}

/*inquiry*/
.contents_body form table {
border:none;
width:100%;
}

.contents_body form th {
padding:14px 10px 10px 10px;
font-weight:normal;
border-bottom:dotted 1px #999;
}

.contents_body form th.Submit {
 border:none;
 }
 
.contents_body form td {
padding:14px 10px 10px 10px;
border-bottom:dotted 1px #999;
}

.contents_body form input {
font-size:14px;
}

.contents_body form td span.ERR {
color:#CC0000;
}