@charset "utf-8";

/* Global
--------------------------------------*/

body {
    text-align:left;
    color: #FFFFFF;
    cursor: auto;
    font: normal normal 13px/1.45 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    letter-spacing:normal;
    word-spacing:normal;
    min-width:1000px;
    background-color: #000000;
    background-image: url(../img/bg.jpg);
    background-repeat: repeat;
    background-position: center top;
}
a {
   color: #cda84a;
   text-decoration:none;
}
a:hover {
	text-decoration:underline;
	opacity: 0.7;
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
}

*:first-child+html img {
    vertical-align: top;
}
* html img {
    vertical-align: top;
}
ul,li {
	list-style:none;
	margin:0;
	padding:0;
}

.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {	/* For IE 6/7 (trigger hasLayout) */
	zoom:1;
}

.ft_16 {
	font-size:16px;
}

/* ヘッダー
--------------------------------------*/
#header {
	width:100%;
	height:125px;
	background:url(../img/header_bg.png) center top no-repeat;
	position:relative;
}
#logo {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-97px;
	width:194px;
	height:160px;
	background:url(../img/logo.png) center top no-repeat;
	z-index:100;
}
#logo p{
	overflow:hidden;
	width:194px;
	height:160px;
	text-indent:-9999px;
}
#logo p a {
	display:block;
	width:100%;
	height:100%;
	cursor:pointer;
}
h1{
	width:1000px;
	margin:0 auto;
	z-index:0;
	height: 10px;
	font-size: 10px;

}
#tel_yoyaku {
	width:1000px;
	margin:-10px auto 0;
	text-align:right;
	background:url(../img/tel_yoyaku_bg.png) right center no-repeat;
	z-index: 10;
}
#g_nav {
	width:100%;
	height:69px;
	z-index:10;
	background:url(../img/g_nav_bg.gif) center center repeat-x;
}
#g_nav ul {
	width:1000px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}
#g_nav ul li {
	display:inline;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	text-indent:-9999px;
}
#g_nav ul li a {
	display:block;
	width:100%;
	height:100%;
	cursor:pointer;
}
#g_nav .g_home {
	width:51px;
	height:69px;
	background:url(../img/header/g_nav_home.jpg) center center no-repeat;
}
#g_nav .g_scene {
	width:160px;
	height:69px;
	background:url(../img/header/g_nav_scene.jpg) center center no-repeat;
}
#g_nav .g_party {
	width:123px;
	height:69px;
	background:url(../img/header/g_nav_party.jpg) center center no-repeat;
}
#g_nav .g_floor {
	width:92px;
	height:69px;
	background:url(../img/header/g_nav_floor.jpg) center center no-repeat;
}
#g_nav .g_calendar {
	margin-right:196px;
	width:94px;
	height:69px;
	background:url(../img/header/g_nav_calendar.jpg) center center no-repeat;
}
#g_nav .g_menu {
	width:89px;
	height:69px;
	background:url(../img/header/g_nav_menu.jpg) center center no-repeat;
}
#g_nav .g_access {
	width:84px;
	height:69px;
	background:url(../img/header/g_nav_access.jpg) center center no-repeat;
}
#g_nav .g_contact {
	width:111px;
	height:69px;
	background:url(../img/header/g_nav_contact.jpg) center center no-repeat;
}

/* スライダー
--------------------------------------*/
#main_visual {
	position:relative;
	width:100%;
	padding-bottom:5px;
	background:url(../img/slider/line.gif) center bottom repeat-x #000000;
	text-align:center;
	overflow:hidden;
}
.viewer {
	margin: 0 auto;
	width: 1200px;
	height: 600px;
	overflow: hidden;
}
.viewer ul {
	width: 1200px;
	height: 600px;
	overflow: hidden;
	position: relative;
}
.viewer ul li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 1200px;
	height: 600px;
}
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 0;
	background: url(../img/slider/controls.png) no-repeat 0 0;
}
.bx-wrapper .bx-next {
	right: 0;
	background: url(../img/slider/controls.png) no-repeat -75px 0;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -75px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 75px;
	height: 75px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/slider/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* コンテンツ
--------------------------------------*/
#content_wrap {
	width:1000px;
	margin:40px auto 0;
}

/* サブカラム
--------------------------------------*/
#sub_column {
	float:left;
	margin-right:30px;
}
#sub_column .selectlist {
	width:250px;
	margin-bottom:15px;
	padding:0 0 5px;
	background:url(../img/sub/list_bottom.gif) center bottom no-repeat;
}
#sub_column .selectlist ul {
	line-height:26px;
	padding:14px 30px 22px;
	background:url(../img/sub/list_bg.gif) center top repeat-y;
}
#sub_column .selectlist ul li {
	padding-left:18px;
	background:url(../img/sub/allow.png) left center no-repeat;
}
#sub_column .selectlist h3 {
	margin:0 -15px;
}
#sub_column .fb_box {
	width:250px;
	height:300px;
	background-color:#FFFFFF;
	margin-bottom:15px;
}
#sub_column .news {
	width:250px;
	background:url(../img/sub/news_bg.gif) top center repeat-y;
	margin-bottom:15px;
}
#sub_column .news dl {
	padding:14px 20px 22px;
	background:url(../img/sub/news_bottom.png) bottom center no-repeat;
}
#sub_column .news dl a {
	color:#000000;
}
#sub_column .news dl dt {
	font-size:11px;
	line-height:14px;
	padding-left:18px;
	background:url(../img/sub/allow.png) left center no-repeat;
}
#sub_column .news dl dd {
	margin-bottom:10px;
	padding-left:18px;
}

/* メインカラム
--------------------------------------*/
#main_column {
	float:left;
	width:720px;
}
.top_party {
	position:relative;
	width:720px;
	height:350px;
	margin-bottom:15px;
	background:url(../img/party_bg.jpg) left top no-repeat;
}
.top_party p {
	width:306px;
	padding-left:40px;
	color:#000000;
}
.moreinfo {
	position:absolute;
	right:26px;
	bottom:25px;
	z-index:100;
}
.top_service {
	position:relative;
	width:720px;
	height:255px;
	margin-bottom:15px;
}
.top_curry {
	position:relative;
	width:720px;
	height:230px;
}
.lead {
	width:734px;
	height:392px;
	margin:0 0 0 -14px;
	background:url(../img/lead_bg.png) left top no-repeat;
}
.lead h3 {
	text-align:right;
}
.lead p {
	width:370px;
	padding-left:364px;
}

/* フッター
--------------------------------------*/
#footer {
	width:100%;
	margin-top:40px;
	background:url(../img/footer/footer_line.gif) center bottom repeat-x;
}
#footer_nav {
	width:100%;
	height:55px;
	background:url(../img/footer/footer_nav_bg.gif) center center repeat-x;
}
.footer_content {
	width:1000px;
	margin:0 auto;
}
#footer_nav ul {
	width:1000px;
	margin:0 auto;
	text-align:center;
}
#footer_nav ul li {
	display:inline;
	font-size:12px;
	line-height:55px;
}
#footer_nav ul li a {
	margin:0 10px;
}
#footer_inner {
	width:100%;
	height:200px;
	background:url(../img/footer/footer_bg.jpg) center top repeat-x;
}
#footer_telyoyaku {
	float:left;
	width:292px;
	height:96px;
	padding:104px 0 0 228px;
	background:url(../img/footer/footer_contents_bg.png) left center no-repeat;
}
#footer_address {
	float:left;
	width:480px;
	height:100px;
	padding:50px 0;
	font-size:12px;
	line-height:19px;
	color:#000000;
}
#footer_address h4{
	font-size:13px;
	font-weight:bold;
}
ul.socialbuttons {
	float:left;
	padding:20px 0 30px;
}
ul.socialbuttons li {
  float: left;
}
#footer #copyright {
	float:right;
	padding:20px 0 30px;
}

/* Page==menu.html
--------------------------------------*/

.grill{
	width:1000px;
	margin-bottom:40px;
}

.recommend,
.drink {
	width:1000px;
	padding-bottom:40px;
	background:url(../img/menu/bg.png) top center repeat;
}
.drink {
	margin-top:40px;
}
.drink .hosoku {
	margin-top:10px;
	text-align:right;
}
.curry {
	width:291px;
	height:124px;
	padding:279px 10px 10px 699px;
	background:url(../img/menu/recommend_title_bg.png) top center no-repeat;
}
.lunch {
	width:1000px;
	margin-top:40px;
}
.lunch_inner {
	width: 540px;
	height: 186px;
	padding: 40px 40px 10px 420px;
	color: #000000;
	background: url(../img/menu/lunch_banner.jpg) left top no-repeat;
	overflow: hidden;
}
.lunch_inner p {
	margin-bottom:5px;
	color:#333333;
	font-weight:bold;
}
.lunch_inner ul {
	padding-left:10px;
}
.lunch_inner ul li {
	padding-left:20px;
	line-height:30px;
	border-bottom:1px #cda84a dashed;
	background:url(../img/sub/allow.png) left center no-repeat;
}
ul.recommend_inner {
	width:920px;
	margin:40px auto 0;
}
ul.recommend_inner li {
	margin:20px 0;
}
.recommend h3 {
	width:920px;
	margin:0 auto;
	overflow:hidden;
	text-indent:-9999px;
}
.menu_content {
	margin-top:40px;
	padding:0 40px;
}
.column_1,
.column_2,
.column_3 {
	float:left;
	width:293px;
}
.column_1,
.column_2 {
	margin-right:20px;
}
.menu_content dl {
}
.menu_content h4 {
	min-height:30px;
	margin:30px 0 5px;
	padding-left:10px;
	font-size:16px;
	font-weight:bold;
	border-left:3px #F00 solid;
}
.menu_content h4.first {
	margin:0 0 5px;
}
.menu_content h4.child {
	border:none;
}
	
.menu_content dl dt,
.menu_content dl dd {
	float:left;
	padding:8px 0;
	line-height:20px;
	min-height:20px;
	border-bottom:1px #666 dotted;
}
.menu_content dl dt {
	width:228px;
}
.menu_content dl dd {
	width:65px;
	text-align:right;
	color:#cda84a;
}
.column_left,
.column_right {
	float:left;
	width:440px;
}
.column_left {
	margin-right:40px;
}
.column_left dl dt,
.column_right dl dt {
	width:350px;
}
.column_left dl dd,
.column_right dl dd {
	width:90px;
}

.happy_info{
	width: 500px;
	text-align:center;
	border: double 4px #c03;
	padding: 10px 10px;
	margin: 20px auto 0;
}


/* Page==scene.html
--------------------------------------*/
#page_scene h3 {	
	margin-top:40px;
}
.kaishagaeri {
	width:380px;
	height:175px;
	padding:248px 20px 10px 600px;
	background:url(../img/scene/kaishagaeri_img.jpg) left top no-repeat;
	overflow:hidden;
}
.kaishagaeri div {
	margin-top:10px;
	text-align:right;
}
.counter {
	width:970px;
	height:392px;
	padding:30px 0 10px 30px;
	background:url(../img/scene/counter_img.jpg) left top no-repeat;
	overflow:hidden;
}
.counter p {
	width:345px;
}
.sports {
	width:342px;
	height:272px;
	padding:140px 0 10px 658px;
	background:url(../img/scene/sports_img.jpg) left top no-repeat;
	overflow:hidden;
}
.sports p {
	width:320px;
}
.sports div {
	margin-top:10px;
}
.sports div img {
	float:left;
	margin-right:10px;
}
.scene_half {
	margin-top:40px;
}
.kinenbi,
.nijikai {
	float:left;
	width:485px;
	background-color:#000000;
}
.kinenbi {
	margin-right:30px;
}
.kinenbi p,
.nijikai p {
	width:255px;
	min-height:130px;
	padding:323px 210px 20px 20px;
}
.kinenbi p {
	background:url(../img/scene/kinenbi_img.jpg) left top no-repeat;
}
.nijikai p {
	background:url(../img/scene/nijikai_img.jpg) left top no-repeat;
}
.kinenbi p img,
.nijikai p img {
	padding:10px 0 0;
}

/* Page==party.html
--------------------------------------*/
#page_party h3 {	
	margin-top:40px;
}
.originalplan {
	width:920px;
	margin:30px auto;
}
.course_text {
	width:880px;
	padding:20px;
	margin:0 auto;
	background:url(../img/party/bg.png) left top repeat;
}
.course_5000 {
	width:346px;
	height:267px;
	padding:198px 0 10px 654px;
	background:url(../img/party/course_5000_img.jpg) left top no-repeat;
	overflow:hidden;
}
.course_5000 p {
	width:345px;
}
.course_6000 {
	width:435px;
	min-height:244px;
	margin-right:30px;
	padding:256px 10px 20px 40px;
	background:url(../img/party/course_6000_img.jpg) center top no-repeat;
}
.course_left,
.course_right {
	float:left;
	width:200px;
}
.course_6000,
.course_4000 {
	float:left;
}
.course_4000 p {
	width:435px;
	min-height:244px;
	padding:256px 10px 20px 40px;
	background:url(../img/party/course_4000_img.jpg) center top no-repeat;
}
.course_drink {
	position:relative;
	width:920px;
	padding:0 40px 40px;
	background:url(../img/party/bg.png) top center repeat;
}
.course_drink .drink_text {
	padding:20px 0 0;
}
.course_drink .hosoku {
	margin-top:10px;
}
.column_1,
.column_2,
.column_3 {
	float:left;
	width:293px;
}
.column_1,
.column_2 {
	margin-right:20px;
}
.course_drink .nihonshu {
	position:absolute;
	right:20px;
	bottom:15px;
	font-size:15px;
	text-align:right;
}
.course_drink h4 {
	min-height:30px;
	margin:30px 0 5px;
	padding-left:10px;
	font-size:16px;
	font-weight:bold;
	border-left:3px #F00 solid;
}
.course_drink ul li {
	padding:8px 0;
	line-height:20px;
	min-height:20px;
	border-bottom:1px #666 dotted;
}

/* Page==access.html
--------------------------------------*/
.access_shop {
	width:920px;
	margin-bottom:40px;
	padding:20px 40px;
	background:url(../img/access/bg.png) top left repeat;
}
.shopimage {
	float:left;
	padding-left:20px;
	width:352px;
	height:580px;
}
.access_shop table {
	float:left;
	width:548px;
	padding:20px 0 20px 0;
	border-spacing: 5px;
}
.access_shop table th,
.access_shop table td {
	line-height:20px;
	text-align:left;
	padding:10px;
}
.access_shop table th {
	width:70px;
	padding:0 0 0 16px;
	color:#cda84a;
	border-left:3px #cda84a solid;
}
#map_wrap {
	width:1000px;
	margin-top:20px;
}
.shop_map,
.g_map {
	float:left;
	width:485px;
}
.shop_map {
	margin-right:30px;
}

/* Page==shopinfo.html
--------------------------------------*/
.shopinfo_setubi {
	width:920px;
	margin-bottom:40px;
	padding:20px 40px;
	background:url(../img/shopinfo/bg.png) top left repeat;
}

/* Page==calendar.html
--------------------------------------*/
.cal_text {
	width:980px;
	margin:20px 0 80px;
	padding:10px;
	color:#FFFFFF;
	background:url(../img/calendar/bg.png) top left repeat;
}
.cal_text p {
	float:left;
	padding:4px 4px;
	margin-right:15px;
	background:#6688ee;
}
.cal_text .cal_red {
	color:#F30;
}
.cal_text .cal_blue {
	color:#03F;
}
.cal_text dl {
	float:left;
	padding:5px 0;
}
.cal_text dt,
.cal_text dd {
	display:inline;
}
.cal_text dd {
	margin-right:10px;
}

/* Page==contact.html
--------------------------------------*/
.contactform,
.contactform_text {
	width:920px;
	padding:40px;
	background:url(../img/contact/bg.png) left top repeat;
}
.contactform_text p {
	margin-bottom:10px;
}
.contactform {
	margin:30px auto;
}
.contactform_text p span{
	padding:0 5px;
	font-size:150%;
	color:#cda84a;
}
.contactform table {
	float:left;
	width:450px;
	line-height:20px;
	border-collapse:collapse;
}
.contactform table.first {
	margin-right:20px;
}
.contactform table th,
.contactform table td {
	padding:10px;
	border:1px #333 dotted;
	border-collapse:collapse;
}
.contactform table th {
	width:150px;
	vertical-align:top;
}
.contactform table td {
	width:300px;
}
.contactform input {
	padding:5px;
}
.contactform input[type = "text"],
.contactform input[type = "email"],
.contactform textarea {
	width:200px;
}
.contactform input.short {
	width:50px;
}
.contact_submit {
	text-align:center;
}
	
