﻿@charset "utf-8";
#mainslider{
	background:#e3ded2;
	text-align:center;
	height:500px;
}

#slider-inner {
	width:1154px;
	margin:0 auto;
}

#mainvisual{
	background:#e3ded2;
	text-align:center;
	height:500px;
}

#contents {
	padding: 50px 0;
}

#topcontents {
	width: 690px;
	float: right;
}

#restaurant,
#about {
	margin-bottom: 20px;
}

#restaurant a:hover,
#about a:hover,
#otherbnr a:hover {
	opacity: .8;
}

#restaurant img,
#about img,
#otherbnr img {
	vertical-align: bottom;
}

#otherbnr {
	overflow: hidden;
}

#otherbnr li {
	margin-left: 20px;
	float: left;
}

#otherbnr li:first-child {
	margin: 0;
}

#news {
	margin-top: 40px;
	position: relative;
}

#news h1 {
	padding-bottom: 10px;
	border-bottom: 1px solid #9a1a17;
}

#news .more {
	position: absolute;
	top: 3px;
	right: 0;
	font-size: 1.1em;
}

#news .more a {
	padding-left: 10px;
	text-decoration: none;
}

#news .more a:before {
	content: url(../common/images/icn_arrow_r_org.png);
	margin-top: -9px;
	position: absolute;
	top: 50%;
	left: 0;
}

#news .more a:hover {
	text-decoration: underline;
}

#news .more a:hover:before {
	left: 3px;
}

#news dl {
	overflow: hidden;
}

#news dt {
	width: 80px;
	padding: 20px 0 17px 0;
	float: left;
	clear: both;
	position: relative;
	font-size: 1.2em;
	color: #999;
}

#news dt:after {
	width: 90px;
	padding: 3px 0;
	position: absolute;
	top: 16px;
	left: 80px;
	border-radius: 3px;
	text-align: center;
	font-size: 0.9em;
	color: #FFF;
}

#news .news:after {
	content: "お知らせ";
	background: #c3a42a;
}

#news .products:after {
	content: "商品情報";
	background: #398a44;
}

#news .important:after {
	content: "重要なお知らせ";
	background: #d96203;
}

#news .event:after {
	content: "イベント";
	background: #38939b;
}

#news dd {
	width: 500px;
	padding: 20px 0 17px 190px;
	border-bottom: 1px dotted #CCC;
	font-size: 1.2em;
}