@charset "shift_jis";
/* CSS Document */
html, body, div, span, object, iframe,
p, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;

	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
	height: auto;
	border: 0;
	vertical-align: bottom;
}
ol, ul {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #432912;
	font-size: 12px;
}
p {
	color: #432912;
	font-size: 12px;
}

body {margin: 0;}
#page {
  margin: 0 auto;
  background: url(../img/bg.jpg) no-repeat;background-attachment: fixed;background-position: center top;
}
/* header */
#tit h1 {
	margin: 0;padding: 0;
	color: #b99780;font-size: 10px;font-weight: normal;
	background: url(/com/temp2/img/wood_pattern.png);
}
#pagetop {
	width: 100%;height: 213px;
	background: url(../img/header_bg.png) no-repeat;background-position: center top;
}
#header {
	width: 1035px;height: 175px;
	margin-right: auto;margin-left: auto;
	position: relative;
}
#header .header_logo {
	width: 420px;max-height: 150px;
	padding-top: 25px;padding-left: 22px;
}
#header .header_logo p{
  margin-top: 8px
	font-size: 14px;text-align: center;
}
/* header_info */
.header_info{
	width: 310px;
	position: absolute;top: 0;right: 18px;
}
.header_info .sub{
	width: 185px;height: 30px;
	margin-left: auto;margin-top: 8px;
	overflow: hidden;
}
.header_info .sub li{
	width: 30px;height: 30px;
	margin-right: 10px;
	float: left;
}
.header_info .sub li:last-of-type{
	width: 105px;
  margin-right: 0;
}
.header_info .sub li a{display: block;}
/* header_nav */
#header_nav {
	width: 1010px;height: 38px;
	margin-right: auto;margin-left: auto;
}
#header_nav a {
	height: 38px;
  text-indent: 100%;white-space: nowrap;overflow: hidden;
	float: left;
  display: block;
	background: url(../img/header_nav.png) no-repeat;
}
#header_nav .home a {
	width: 116px;
	background-position: 0 top;
}
#header_nav .home a:hover {background-position: 0 bottom;}
#header_nav .girls a {
	width: 112px;
	background-position: -116px top;
}
#header_nav .girls a:hover {background-position: -116px bottom;}
#header_nav .schedule a {
	width: 111px;
	background-position: -227px top;
}
#header_nav .schedule a:hover {background-position: -227px bottom;}
#header_nav .newface a {
	width: 111px;
	background-position: -894px top;
}
#header_nav .newface a:hover {background-position: -894px bottom;}
#header_nav .system a {
	width: 111px;
	background-position: -340px top;
}
#header_nav .system a:hover {background-position: -340px bottom;}
#header_nav .event a {
	width: 111px;
	background-position: -451px top;
}
#header_nav .event a:hover {background-position: -451px bottom;}
#header_nav .ranking a {
	width: 111px;
	background-position: -562px top;
}
#header_nav .ranking a:hover {background-position: -562px bottom;}
#header_nav .diary a {
	width: 110px;
	background-position: -674px top;
}
#header_nav .diary a:hover {background-position: -674px bottom;}
#header_nav .access a {
	width: 112px;
	background-position: -785px top;
}
#header_nav .access a:hover {background-position: -785px bottom;}
/* /////////////////
		main
///////////////// */
#container {
	width: 1000px;height: auto;
	margin-right: auto;margin-left: auto;
	overflow: hidden;
	background: #fff;
}
#main {
	width: 700px;height: auto;
	margin-top: 12px;padding-right: 3px;
	float: left;
	overflow: hidden;
	clear: both;
	box-sizing: border-box;
}
#main h2:after, #main h2:before {content: url(../img/h2_dia.png);}
/* more_btn */
div.more {position: relative;}
.more_btn_01 {position: absolute;bottom: 2px;right: 20px;}
.more_btn_01 a {
	width: 73px;height: 17px;
	text-indent: 100%;white-space: nowrap;overflow: hidden;
	display: block;
	background-image: url(../img/more.png);
	background-position: 0 0;
}
.more_btn_01 a:hover {background-position: 0 -17px;}
/* page_nav */
#main .page_nav {
	width: 698px;
	margin: 0 auto;padding: 10px 0;
	float: left;
	clear: both;
	overflow: hidden;
	text-align: center;
}
#main .page_nav p {
	width: 345px;height: 50px;
	padding-left: 3px;
	float: left;
}
#main .page_nav a {display: block;}
#main .page_nav a:hover img {
	opacity: 0.5;filter: alpha(opacity=50);ms-filter: "alpha(opacity=50)";
}
/* background */
#main .contents_footer {
	width: 100%;height: 20px;
	margin-bottom: 10px;
	background: url("/com/temp2/img/main_bg_03.png") no-repeat;
}
/* /////////////////
	page_bottom
///////////////// */
#page_bottom {
	width: 100%;height: 240px;
	background-image: url(../img/footer_bg.jpg);background-position: center top;
}
/* /////////////////
	footer
///////////////// */
#footer_nav {
	width: 100%;
	padding-top: 10px;padding-bottom: 5px;
  float: left;
}
#footer_nav ul{text-align: center;}
#footer_nav li{
	margin: 0px;
	padding-right: 10px;padding-left: 10px;
	display: inline;
	border-left-width: 1px;border-left-style: solid;border-left-color: #432912;
	line-height:8px;
}
#footer_nav li.last {border-right: 1px solid #432912;}
#footer {
	width: 1000px;height: 240px;
	margin: 0 auto;
}
#footer .inner {
	width: 90%;height: 194px;
	margin: 0 auto;
  box-sizing: border-box;
  display: -webkit-flex;display: flex;
  -webkit-flex-wrap: wrap;flex-wrap: wrap;
  justify-content: center;
}
#footer .inner > div {
  width: 50%;
	box-sizing: border-box;
  align-self: center;
}
#footer .footer_logo {text-align: center;}
#footer .footer_info p {
  padding-left: 50px;
	color: #fff;font-size: 12px;line-height: 22px;
}
.copyright {
	width: 100%;
	margin-top: 10px;
	float: left;
	text-align: center;
}

/* /////////////////
	   system
///////////////// */
#main .system {
	width: 100%;height: auto;
	margin: 0;padding: 0;
	float: left;
	overflow: hidden;
	clear: both;
}
.system_header h2 {
	width: 100%;height: 45px;
	margin: 0;padding-top: 20px;
	background: url(../img/titles/system_title.png) no-repeat;
	font-weight: normal;font-size: 16px;color: #432912;text-indent: 160px;
}
.system_body {
	width: 100%;height: auto;
	margin: 0;padding: 0 12px 10px 12px;
	background: url("/com/temp2/img/main_bg_02.png") repeat;
	text-align: center;
	overflow: hidden;
	clear: both;
	box-sizing: border-box;
}
.roominfo {
	width: 100%;height: auto;
	margin: 0;padding: 0;
	float: left;
	overflow: hidden;
	clear: both;
}/*
.roominfo h2 {
	margin: 0;padding: 0;
	text-indent: 100%;white-space: nowrap;overflow: hidden;
}*/
/* LINE */
.line_header h2 {
	width: 100%;height: 45px;
	margin: 0;padding-top: 20px;
	background: url(/com/temp2/img/titles/line_title.png) no-repeat;
	color: #432912;font-size: 16px;font-weight: normal;text-indent: 180px;
}
