@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ","ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	list-style-type: none;
}


/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
img {
	vertical-align: text-bottom;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
.large {
	font-size: 18px;
}


/* base
-------------------------------------------------------------------*/

body {
	color: #fff;
	line-height: 1.4;
	background: #222222 url(../images/body_bg2.png) top left repeat;
}

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

a {
	color: #AC804F;
}
a:hover {
	color: #cd9c9c;
}

/**/
#container_top {
	background: url(../images/header_bg-top.png) top left repeat-x;
}

#container {
	background: url(../images/header_bg-body.png) top left repeat-x;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.inside {
	width: 960px;
	margin: 0 auto;
}

.red {
	color: #F00;
}

.zip_blue {
	color: #9ca8e2;
}

/* HEADER ======================================================================== */
#header_top {
	/* width: 1000px; */
	min-height: 560px;
	height:  auto;
	margin: 0 auto;
	/* position: relative; */
}
#header_top #logo {
	float: left;
	position: absolute;
	z-index: 2;
	top: 0;
	/* left: 20px; */
}
#header {
	/* width: 1000px; */
	height: 310px;
	margin: 0 auto;
	background: url(../images/header_bg.png) left top repeat-x;
	/* position: relative; */
}
#header #logo {
	float: left;
	position: absolute;
	z-index: 2;
	top: 0;
	/* left: 20px; */
}

/* GNavi */
#gnavi {
	margin-top: 55px;
	margin-right: 20px;
	height: 55px;
	float: right;
}

#gnavi ul li {
		width: 120px;
		height: 55px;
		margin: 0;
		/*text-indent: -9999px;*/
		text-align: center;
		line-height: 40px;
		font-size: 120%;
		font-weight: bold;
		display: block;
		overflow: hidden;
		float: left;
	}
	
		#gnavi ul li a {
			width: 120px;
			height: 55px;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
			/*text-indent: -9999px;*/
			display: block;
		}
		
		#gnavi ul li a:hover {
			color: #004eab;
		}
		
		#gnavi ul li#gallery {
			background: url(../images/gnav01.png) center top;
		}
		#gnavi ul li#gallery:hover {
			background-position: center bottom;
		}
		#gnavi ul li#gallery_active {
			background: url(../images/gnav01.png) center bottom;
			color: #004eab;
		}
		
		#gnavi ul li#plan {
			background: url(../images/gnav02.png) center top;
		}
		#gnavi ul li#plan:hover {
			background-position: center bottom;
		}
		#gnavi ul li#plan_active {
			background: url(../images/gnav02.png) center bottom;
			color: #004eab;
		}
		
		#gnavi ul li#service {
			background: url(../images/gnav03.png) center top;
		}
		#gnavi ul li#service:hover {
			background-position: center bottom;
		}
		#gnavi ul li#service_active {
			background: url(../images/gnav03.png) center bottom;
			color: #004eab;
		}
		
		#gnavi ul li#food {
			background: url(../images/gnav04.png) center top;
		}
		#gnavi ul li#food:hover {
			background-position: center bottom;
		}
		#gnavi ul li#food_active {
			background: url(../images/gnav04.png) center bottom;
			color: #004eab;
		}
		
		#gnavi ul li#member {
			background: url(../images/gnav05.png) center top;
		}
		#gnavi ul li#member:hover {
			background-position: center bottom;
		}
		#gnavi ul li#member_active {
			background: url(../images/gnav05.png) center bottom;
			color: #004eab;
		}
		
		#gnavi ul li#coupon {
			background: url(../images/gnav06.png) center top;
		}
		#gnavi ul li#coupon:hover {
			background-position: center bottom;
		}
		#gnavi ul li#coupon_active {
			background: url(../images/gnav06.png) center bottom;
			color: #004eab;
		}

/* main_visual */
#main_visual {
    width: 1000px;
	height: 450px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 110px;
	left: 0;
}
#main_visual img {
    width: 1000px;
	height: 450px;
}

/* top_visual */
#top_visual {
    width: 1000px;
	height: 200px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 110px;
	left: 0;
}
#top_visual img {
    width: 1000px;
	height: 200px;
}


/* CONTENTS ======================================================================== */

#main_box {
	width: 730px;
	margin: 20px 0 50px 20px;
	float: left;
}
#main_box h2 {
	width: 730px;
	/*height: 36px;*/
}

#main_box h2 p.h2-ttl {
	margin: -34px 0 0 10px;
	font-size: 120%;
}

.contents {
	padding: 20px 0 20px 15px;
}


/*-- side_box --*/

#side_box {
	width: 210px;
	margin: 25px 20px 50px 0;
	float: right;
}

.list_box {
	width: 200px;
	padding: 5px;
	background: url(../images/sidebox_bg.png) left top repeat;
	margin-bottom: 20px;
}
.list_box p {
	color: #000;
	font-size: 120%;
	text-align: center;
}
.list_box div {
	padding: 10px 12px;
	background: url(../images/mesh.png) left top repeat;
	border: 1px solid #ab9b4b;
	overflow: hidden;
}

.list_box ul {
		margin-top: 10px;
	}

.list_box ul li {
		width: 175px;
		margin-top: 15px;
		margin-bottom: 15px;
		text-indent: -9999px;
		display: block;
		overflow: hidden;
	}
	
	.list_box ul li a {
		width: 175px;
		text-indent: -9999px;
		display: block;
	}
	
	.list_box ul li#inquiry a {
		height: 35px;
		width: 175px;
		text-indent: -9999px;
		display: block;
		background: url(../images/banner01.jpg) center top;
	}
	.list_box ul li#inquiry a:hover {
		background-position: center bottom;
	}
	.list_box ul li#inquiry_active {
		height: 35px;
		background: url(../images/banner01.jpg) center bottom;
	}
		
	.list_box ul li#access a {
		height: 105px;
		width: 175px;
		text-indent: -9999px;
		display: block;
		background: url(../images/banner02.jpg) center top;
	}
	.list_box ul li#access a:hover {
		background-position: center bottom;
	}
	.list_box ul li#access_active {
		height: 105px;
		background: url(../images/banner02.jpg) center bottom;
	}
	
	.list_box ul li#coupon2 a {
		height: 125px;
		width: 175px;
		text-indent: -9999px;
		display: block;
		background: url(../images/banner03.jpg) center top;
	}
	.list_box ul li#coupon2 a:hover {
		background-position: center bottom;
	}
	.list_box ul li#coupon2_active {
		height: 60px;
		background: url(../images/banner03.jpg) center bottom;
	}
	
	.list_box ul li#mobile a {
		height: 125px;
		width: 175px;
		text-indent: -9999px;
		display: block;
		background: url(../images/banner04.jpg) center top;
	}
	.list_box ul li#mobile a:hover {
		background-position: center bottom;
	}
	.list_box ul li#mobile_active {
		height: 125px;
		background: url(../images/banner04.jpg) center bottom;
	}
	
	.list_box ul li#food2 a {
		height: 105px;
		width: 175px;
		text-indent: -9999px;
		display: block;
		background: url(../images/banner05_A.jpg) center top;
	}
	.list_box ul li#food2 a:hover {
		background-position: center bottom;
	}
	.list_box ul li#food2_active {
		height: 105px;
		background: url(../images/banner05_A.jpg) center bottom;
	}
	
	.list_box ul li#youtube a {
		height: 105px;
		width: 175px;
		text-indent: -9999px;
		display: block;
		background: url(../images/banner06.jpg) center top;
	}
	.list_box ul li#youtube a:hover {
		background-position: center bottom;
	}
	.list_box ul li#youtube_active {
		height: 105px;
		background: url(../images/banner06.jpg) center bottom;
	}
	
	.list_box ul li#recruit a {
		height: 105px;
		width: 175px;
		text-indent: -9999px;
		display: block;
		background: url(../images/banner07.jpg) center top;
	}
	.list_box ul li#recruit a:hover {
		background-position: center bottom;
	}
	.list_box ul li#recruit_active {
		height: 105px;
		background: url(../images/banner07.jpg) center bottom;
	}
	
	.list_box ul li#youtube2 a {
		height: 105px;
		width: 175px;
		text-indent: -9999px;
		display: block;
		background: url(../images/banner08.jpg) center top;
	}
	.list_box ul li#youtube2 a:hover {
		background-position: center bottom;
	}
	.list_box ul li#youtube2_active {
		height: 105px;
		background: url(../images/banner08.jpg) center bottom;
	}
	
	.list_box ul li#reserve a {
		height: 125px;
		width: 175px;
		text-indent: -9999px;
		display: block;
		background: url(../images/banner_reserve.jpg) center top;
	}
	.list_box ul li#reserve a:hover {
		background-position: center bottom;
	}
	.list_box ul li#reserve_active {
		height: 125px;
		background: url(../images/banner_reserve.jpg) center bottom;
	}
	
	.list_box ul li#joshi a {
		height: 125px;
		width: 175px;
		text-indent: -9999px;
		display: block;
		background: url(../images/banner10.jpg) center top;
	}
	.list_box ul li#joshi a:hover {
		background-position: center bottom;
	}
	.list_box ul li#joshi_active {
		height: 125px;
		background: url(../images/banner10.jpg) center bottom;
	}
	
	.list_box ul li#business a {
		height: 125px;
		width: 175px;
		text-indent: -9999px;
		display: block;
		background: url(../images/banner11.jpg) center top;
	}
	.list_box ul li#business a:hover {
		/* background-position: center bottom; */
		opacity: 0.7;
	}
	.list_box ul li#business_active {
		/* height: 125px;
		background: url(../images/banner09.jpg) center bottom; */
	}

#side_navi ul {
		margin-top: 17px;
	}

#side_navi ul li {
		width: 210px;
		margin-bottom: 7px;
		text-indent: -9999px;
		display: block;
		overflow: hidden;
	}
	
	#side_navi ul li a {
		width: 210px;
		text-indent: -9999px;
		display: block;
	}
	
	#side_navi ul li#ladies a {
		height: 60px;
		width: 210px;
		text-indent: -9999px;
		display: block;
		background: url(../images/banner03.jpg) center top;
	}
	#side_navi ul li#ladies a:hover {
		background-position: center bottom;
	}
	#side_navi ul li#ladies_active {
		height: 60px;
		background: url(../images/banner03.jpg) center bottom;
	}
	
	#side_navi ul li#petit a {
		height: 60px;
		width: 210px;
		text-indent: -9999px;
		display: block;
		background: url(../images/banner04.jpg) center top;
	}
	#side_navi ul li#petit a:hover {
		background-position: center bottom;
	}
	#side_navi ul li#petit_active {
		height: 60px;
		background: url(../images/banner04.jpg) center bottom;
	}
		
	#side_navi ul li#couples a {
		height: 60px;
		width: 210px;
		text-indent: -9999px;
		display: block;
		background: url(../images/banner05.jpg) center top;
	}
	#side_navi ul li#couples a:hover {
		background-position: center bottom;
	}
	#side_navi ul li#couplese_active {
		height: 60px;
		background: url(../images/banner05.jpg) center bottom;
	}
	
	#side_navi ul li#blog a {
		height: 60px;
		width: 210px;
		text-indent: -9999px;
		display: block;
		background: url(../images/banner06.jpg) center top;
	}
	#side_navi ul li#blog a:hover {
		background-position: center bottom;
	}
	#side_navi ul li#blog_active {
		height: 60px;
		background: url(../images/banner06.jpg) center bottom;
	}



/* RESERVE ======================================================================== */
#reserve #main_box {
    width: 100%;
    margin: 20px 0 50px;
    float: none;
}
#reserve .contents {
	background: #fff;
	padding: 10px;
}
#reserve table.reserve_form {
	width: 100%;
	background: #fff;
}
#reserve table.reserve_form th,
#reserve table.reserve_form td {
	border: solid 1px #333;
	padding: 0.5em;
	color: #000;
	text-align: left;
	font-size: 16px;
}
#reserve table.reserve_form th.center {
	text-align: center;
}
#reserve table.reserve_form th label {
	font-size: 16px;
}
#reserve table.reserve_form th span {
	font-size: 16px;
	font-weight: bold;
	color: #f00;
}
#reserve table.reserve_form th input[type="text"],
#reserve table.reserve_form th select {
	padding: 0.5em;
	font-size: 16px;
}
#reserve form p.caution {
	margin-left: 1.0em;
	padding-left: 1.0em;
	text-indent: -1.0em;
	font-size: 16px;
	color: #000;
}
#reserve form p.greeting,
#reserve form p.agree {
	margin-top: 1.5em;
	padding-left: 1.0em;
}
#reserve form p.greeting,
#reserve form p.agree label {
	font-size: 16px;
	color: #000;
}
#reserve form p.agree input[type="checkbox"] {
	display: none;
}
#reserve form p.agree label {
	position: relative;
	padding-left: 2.5em;
}
#reserve form p.agree label:after,
#reserve form p.agree label:before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
}
#reserve form p.agree label:after {

	left: 15px;
	margin-top: -10px;
	width: 15px;
	height: 15px;
	border: 2px solid #000;
}
#reserve form p.agree label:before {
	left: 21px;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #0171bd;
	border-bottom: 3px solid #0171bd;
	transform: rotate(45deg);
	opacity: 0;
}
#reserve form p.agree input[type="checkbox"]:checked + label:before {
	opacity: 1;
}


#reserve form p.submit {
	text-align: center;
}
#reserve form p.submit input {
	appearance: none;
	-webkit-appearance: none;
	font-size: 16px;
	background: #eee;
	border: solid 1px #333;
	padding: 0.75em 1.5em;
	margin: 10px;
}
#reserve form p.submit input:hover {
	opacity: 0.7;
	cursor: pointer;
}




/* FOOTER ======================================================================== */
#footer {
	clear: both;
	height: 120px;
	background: url(../images/footer_bg.png) left bottom repeat-x;
	font-size: 80%;
}
#footer_inside {
	width: 1000px;
	height: 120px;
	margin: 0 auto;
}

#footer_inside a {
	color: #fff;
	text-decoration: none;
}
#footer_inside a:hover {
	color: #9ca8e2;
}
#footer_inside  ul {
	margin: 13px 0 0 20px;
	float: left;
}
#footer_inside  ul li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	line-height: 1.0em;
	border-left: 1px solid #fff;
}
#footer_inside  ul li.noborder {
	border-left: none;
	margin: 0;
	padding: 0;
}

#footer_inside #pagetop {
	margin-right: 20px;
	float: right;
}

#footer_inside #under18 {
	clear: both;
	margin-left: 20px;
	padding-top: 20px;
	float: left;
}

#footer_inside #copyright {
	padding-top: 30px;
	color: #fff;
	float: right;
}
