@charset "UTF-8";
/* ===================================================================
CSS information

file name  : restaurant.css
author     : Ability Consultant
style info : レストラン＆バー
=================================================================== */
#cus_contents {
	padding-top: 20px;
}

/* -----------------------------------------------------------
	 スライドショーに関するcss
-------------------------------------------------------*/
#slide_wrap {
	position: relative;
	background: #f1edea;
}

/*この要素の「height」に画像の高さを入れます*/
#slide {
	position: relative;
	width: 100%;
	height: 395px;
	overflow: hidden;
	background: url(../images/home/bg_main.jpg) 0 0 no-repeat;
}
#slide img {
	position: absolute;
	top: 0;
	left: 62.7%;
	margin-left: -595px;
}
#slide img:fiest-child {
	z-index: 10;
}

#thum {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	z-index: 20;
}
#thum ul {
	overflow: hidden;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}
#thum ul li {
	display: inline;
	float: left;
	cursor: pointer;
}
#thum ul li:first-child {
	margin: 0;
}

/*デフォルトのサムネイルデザイン、大きさ、隣のサムネイルとの間隔*/
#thum ul li {
	width: 12px;
	height: 12px;
	margin-left: 20px;
	border: 2px solid #fff;
	background: #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#thum ul li:hover {
	background: #333333;
}
#thum ul li.active {
	background: #333333;
}

.con_slider {
	width: 950px;
	overflow: hidden;
	position: relative;
}
.con_slider .box_btn {
	position: absolute;
	bottom: 4px;
	right: 4px;
	z-index: 100;
}
.con_slider .box_btn:hover {
	opacity: 0.7;
}

.slider {
	margin-bottom: 40px;
	height: 440px;
	background: url(../images/home/main_img1.jpg) 0 0 no-repeat;
}

/* -----------------------------------------------------------
	.plan_list
----------------------------------------------------------- */
.plan_list {
	width: 100%;
}
.plan_list ul {
	margin: 0 auto;
	overflow: hidden;
}
.plan_list ul li {
	float: left;
	width: 300px;
	padding: 0 8px;
}
.plan_list ul li:last-child {
	margin-right: 0px;
}
.plan_list ul li:hover {
	opacity: .7;
}
.plan_list ul li a {
	display: block;
	line-height: 1;
}
.plan_list ul li a img {
	max-width: 100%;
}
