@charset "utf-8";

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	top

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/


h2 {
	margin-bottom: 20px;
	font-size: 15px;
	letter-spacing: 1px;
	border-bottom: 1px solid #cf945c;
}

h2 span {
	font-size: 11px;
	color: #ce935b;
}

#promotion {
	margin-bottom: 20px;
	height: 665px;
	background: url(../../img/promotion20201201_bg.jpg) center bottom no-repeat;
	/*background-size: 100%;*/
	cursor: pointer;
}

#promotion:hover {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.80;
}

#promotion.noUrl:hover {
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
}

#promotion .next {
	height: 665px;
	background-position: center bottom;
	background-repeat: no-repeat;
	/*background-size: 100%;*/
	display: none;
}

/*1枚の場合*/

#promotion02 {
	margin-bottom: 20px;
	height: 665px;
	background: url(../../img/promotion19_bg.jpg) center bottom no-repeat;
	cursor: pointer;
}

#promotion03:hover {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.80;
}

#promotion03.noUrl:hover {
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
}

#header.unfixed {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
}

#header.unfixed .inner {
	margin: 0;
	width: 100%;
}

#header.unfixed #siteLogo {
	padding: 0;
	float: none;
	text-align: center;
	position: relative;
	top: 35px;/*
	left: 50%;
	width: 92px;
	margin-left: -46px;*/
}

#header.unfixed .globalNav {
	width: 100%;
	height: 76px;
	position: absolute;
	top: 590px;
	left: 0;
	z-index: 2;
	background: url(/assets/img/globalNav_bg.png) repeat 0 0;
}

#header.unfixed .globalNav-list {
	margin: 0 auto;
	width: 940px;
	padding: 22px 0 0;
}

#header.unfixed .globalNav-item {
	margin: 0;
	width: 134px;
	float: left;
	text-align: center;
}

#header.unfixed .restaurant {
	margin-left: -470px;
	width: 940px;
	position: absolute;
	top: 35px;
	left: 50%;
}

#header.unfixed .restaurant .btn {
	position: absolute;
	top: 0;
	right: 0;
}

#header.unfixed .reservation {
	margin-left: -470px;
	width: 940px;
	position: absolute;
	top: 73px;
	left: 50%;
}

#header.unfixed .reservation a {
	position: absolute;
	top: 0;
	right: 0;
}
#header.unfixed .onlineshop {
	margin-left: -470px;
	width: 940px;
	position: absolute;
	top: 111px;
	left: 50%;
	display: block;
}

#header.unfixed .onlineshop a {
	position: absolute;
	top: 0;
	right: 0;
}

/* #information */

#information {

}

#information .entry {
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #cf945c;
	border-left-width: 5px;
}

#information .entry.last {
	margin-bottom: 0;
}

#information .entry:after {
	content: '';
	display: block;
	clear: both;
}

#information .entry a {
	display: block;
	color: #333;
}

#information .entry a:after {
	content: '';
	display: block;
	clear: both;
}

#information .entry .tit {
	width: 250px;
	height: 128px;
	display: table;
	font-size: 20px;
	line-height: 1.3;
	position: absolute;
	top: 0;
	left: 35px;
	color: #cf945c;
}

#information .entry .tit p {
	height: 128px;
	display: table-cell;
	vertical-align: middle;
}

#information #entry01 .tit,
#information #entry01 .tit p {
	height: 95px;
}

#information #entry02 .tit,
#information #entry02 .tit p {
	height: 95px;
}

#information #entry03 .tit,
#information #entry03 .tit p {
	height: 258px;
}

#information #entry04 .tit,
#information #entry04 .tit p {
	height: 95px;
}
#information #entry07 .tit,
#information #entry07 .tit p {
	/*height: 95px;*/
}

#information .entry .tit small {
	font-size: 15px;
}

#information .entry .tit .date {
	font-size: 14px;
	color: #333;
	line-height: 1.5;
}

#information .entry .tit .icon {
	display: inline-block;
	padding: 1px 10px;
	margin-bottom: 3px;
	font-size: 12px;
	line-height: 1.2;
	color: #fff;
	background-color: #8dc21f;
}

#information .entry .txt {
	width: 258px;
	height: 128px;
	font-size: 12px;
	display: table;
	position: absolute;
	top: 0;
	left: 300px;
}

#information .entry .txt p {
	height: 128px;
	display: table-cell;
	vertical-align: middle;
}

#information #entry03 .txt,
#information #entry03 .txt p {
	height: 258px;
}

#information #entry07 .txt {
	width: 290px;
}

/*
	冷麺
*/
.label{
	font-size: 12px;
	background:#7CB918;
	color: #fff;
  padding: 4px 8px;
}
/*
	
*/

#information .entry .img {
	float: right;
}
#entry08 {
	height: 130px;
}
.entry_bnr{
	margin-bottom: 20px;
	position: relative;
}

#information dl {
	position: absolute;
	top: 86px;
	left: 36px;
}

#information dt {
	cursor: pointer;
}

#information dt:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#information dd {
	padding: 5px 10px;
	width: 171px;
	display: none;
	box-sizing: border-box;
	font-size: 10px;
	position: relative;
	z-index: 2;
	border-right: 1px solid #6b6662;
	border-bottom: 1px solid #6b6662;
	border-radius: 3px;
	background: #f2eeea;
}

/* #restaurant */

#restaurant .search {
	margin-bottom: 20px;
}

#restaurant .search:after {
	content: '';
	display: block;
	clear: both;
}

#restaurant .search > li {
	padding-left: 50px;
	width: 455px;
	height: 100px;
	box-sizing: border-box;
	position: relative;
}

#restaurant .search > li:nth-child(1) {
	float: left;
	background: #cf945c;
}

#restaurant .search > li:nth-child(2) {
	float: right;
	background: #000050;
}

#restaurant .search > li dl {
	width: 171px;
	position: absolute;
	top: 30px;
	left: 220px;
}

#restaurant .search > li dt {
	position: relative;
	z-index: 2;
	cursor: pointer;
}

#restaurant .search > li dt:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#restaurant .search > li dd {
	padding: 7px 0 5px;
	display: none;
	position: relative;
	top: -2px;
	background: url(../../img/restaurant_search_bg.png) 0 bottom no-repeat;
}

#restaurant .search > li li {
	padding: 0 10px;
	font-size: 10px;
}

#restaurant section {
	padding: 30px 40px;
	overflow: hidden;
	background: #f2eeea;
}

#restaurant section h3 {
	margin-bottom: 20px;
	font-size: 20px;
}

#restaurant section dl {
	width: 33%;
	float: left;
}

#restaurant section dt {
	margin: 25px 0 3px;
	font-size: 12px;
	color: #ce935b;
}

#restaurant section dt:first-child {
	margin-top: 0;
}

#restaurant section dd {
	font-size: 15px;
}


/* #wedding */

#wedding ul {
	overflow: hidden;
}

#wedding li {
	margin-left: 27px;
	float: left;
}

#wedding li:first-child {
	margin-left: 0;
}

/* #onlineshop */

#onlineshop {
}

/* #kumamoto */
#kumamoto{
	margin:0 auto 20px;
    position: relative;
    border: 2px solid #cf945c;
	width:900px;
}
#kumamoto p{
	padding:20px;
	text-align:center;
	font-size: 16px;
}