@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: #2e2624;
	font-size: 12px;
}
p {
	color: #2e2624;
	font-size: 12px;
}
body {
	margin: 0;
	/*background: url(../img/main_bg.jpg) repeat;*/
}
#tit h1 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 10px;line-height: 15px;
	font-weight: normal;
}

#pagetop {
	width: 100%;
	height: 230px;
	background: url(../img/header_bg.png) center top no-repeat;
}
#page {
	margin: 0 auto;
	background: url(/com/temp2/img/page_bg.jpg) center top;
}
#header {
	height: 190px;
	width: 1035px;
	margin-right: auto;
	margin-left: auto;
}
#header .header_logo {
	float: left;
	height: 110px;
	width: 546px;
	margin-top: 15px;
	padding-left: 22px;
}
/*ドリーム用ハピネスバナー */
#header .hd_button {
	height: 60px;
	width: 234px;
	float: right;
	padding:10px 25px 0;
}
.hd_button a {
	display: block;
	color: #fff;
	background: #ec1551;
	text-align: center;
}
.hd_button a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	ms-filter: "alpha(opacity=90)";
}
/* ▼▼ヘッダナビ▼▼ */
ul#header_nav {
	height: 40px;
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#header_nav a {
	height: 40px;
	width: 101px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	float: left;
	display: block;
	background: url(../img/header_nav.png) no-repeat;
}
#header_nav .home a {
	background-position: 0 top;
}
#header_nav .home a:hover {
	background-position: 0 bottom;
}
#header_nav .girls a {
	background-position: -101px top;
}
#header_nav .girls a:hover {
	background-position: -101px bottom;
}
#header_nav .schedule a {
	background-position: -202px top;
}
#header_nav .schedule a:hover {
	background-position: -202px bottom;
}
#header_nav .newface a {
	background-position: -303px top;
}
#header_nav .newface a:hover {
	background-position: -303px bottom;
}
#header_nav .system a {
	background-position: -404px top;
}
#header_nav .system a:hover {
	background-position: -404px bottom;
}
#header_nav .concept a {
	background-position: -505px top;
}
#header_nav .concept a:hover {
	background-position: -505px bottom;
}
#header_nav .costume a {
	background-position: -606px top;
}
#header_nav .costume a:hover {
	background-position: -606px bottom;
}
#header_nav .event a {
	background-position: -707px top;
}
#header_nav .event a:hover {
	background-position: -707px bottom;
}
#header_nav .ranking a {
	background-position: -808px top;
}
#header_nav .ranking a:hover {
	background-position: -808px bottom;
}
#header_nav .access a {
	background-position: -909px top;
}
#header_nav .access a:hover {
	background-position: -909px bottom;
}


#container {
	height: auto;
	width: 1010px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}
/* /////////////////
		main
///////////////// */
#main {
	float: left;
	height: auto;
	width: 680px;
	padding: 10px;
	overflow: hidden;
	clear: both;
}
/* h2 */
#main h2 {
	height: 40px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	background: #f875aa url("../img/title_bg.png") no-repeat;
	position: relative;
	margin: 0 0 10px;
}
#main h2 span {
	height: 40px;
    font-family: 'Nunito', sans-serif;
	font-size: 28px;
	font-weight: 800;
	color: #fff;
	padding: 0 .4em;
}
#main .page_nav {
	width: 680px;
	float: left;
	clear: both;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
}
#main .page_nav p {
	width: 345px;
	height: 50px;
	float: left;
	padding-left: 3px;
}
#main .page_nav a {
	display: block;
	height: 50px;
	width: 345px;
}
#main .page_nav a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	ms-filter: "alpha(opacity=50)";
}
/* /////////////////
	more_btn
///////////////// */
div.more_btn_01 {
    padding: 5px;
	float: right;
	overflow: hidden;
}
div.more_btn_01 a {
	width: 10em;
	display: block;
	background: #dfb959;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 24px;
	text-align: center;
	border-radius: 12px;
}
div.more_btn_01 a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	ms-filter: "alpha(opacity=60)";
}

/* /////////////////
	page_bottom
///////////////// */
#page_bottom {
	background-color: #000;
}
#page_bottom p.copyright {
	width: 100%;
	padding: 8px 0;
	text-align: center;color: #fff;
}

/* /////////////////
	footer
///////////////// */
#footer_nav {
	padding: 10px 0;
	background-color: #4c22bd;
}
#footer_nav ul{
	width: 1010px;
	margin: 0 auto;
	text-align: center;
}
#footer_nav li{
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	margin: 0px;
	line-height:8px;
}
#footer_nav li.last {
	border-right: 1px solid #fff;
}
#footer_nav li a {color: #fff;}
#footer {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 30px;
	display: flex;
}
#footer .footer_left {
	width: 50%;
	background: url(../img/footer_hglogo.png) no-repeat top center;
	padding-top: 42px;
	text-align: center;
}
#footer .footer_right {
	width: 50%;
	margin-top: 10px;
	text-align: center;
}
#footer .footer_right p {
	display: inline-block;
	text-align: left;
	color: #fff;
	line-height: 1.6;
}
#footer .footer_right p span {
	font-weight: 700;
}

/* /////////////////
	   system
///////////////// */
#main .system {
	font-size: 14px;
}
#main .system h3 {
	color: #f875aa;
	font-size: 140%;
}
#main .system h3 span {
	border-bottom: 2px solid #f8b8c9;
}
#main .system .txt1 {
	font-weight: 700;
}
#main .system .txt2 {
	font-size: 80%;
}
#main .system .txt3 {
	color: #f875aa;
	font-size: 120%;
	font-weight: 700;
}
#main .system .txt4 {
	color: #f875aa;
	margin-top: 1em;
}
#main .system .reserve {
	line-height: 1.6;
	background: #f875aa;
	color: #fff;
	text-align: center;
	padding: 0.3em 0;
}
#main .system .reserve p {
	color: inherit;
}
#main .system .vipcard .privilege {
	margin-bottom: 2em;
}
#main .system .vipcard .card1 {
	display: flex;
}
#main .system .vipcard .card1 li {
	width: 50%;
}
#main .system .vipcard .card1 li:first-child {
	padding-right: 1em;
}
#main .system .vipcard .card2 {
	margin: 1em auto;
}
#main .system .vipcard .emphasis {
	text-align: center;
}
#main .system .attention .red_txt {
	color: #f00;
	font-size: 110%;
	font-weight: 700;
	line-height: 1.8;
}
#main .system .attention .red_txt:before {
	content: '※';
	padding-right: 0.2em;
}
#main .system .attention ul {
	font-size: 90%;
	padding-left: 3em;
	margin-bottom: 1em;
}
#main .system .attention li {
	list-style: inside disc;
}

/* /////////////////
	   LINE
///////////////// */
.line_header h2 {
	background-image: url(../img/line_header.png);
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: 16px;
	height: 42px;
	width: 699px;
	margin: 0;
	text-indent: -9999em;
}


/* 160127 header sub */
#header {
    position: relative;
}
#header .hd_button {
	height: 78px;
}
#header .sub {
    width: 160px;
    height: 30px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    bottom: 12px;
    right: 15px;
}
#header .sub li {
    width: 30px;
    height: 30px;
    margin: 0;
    padding-right: 10px;
    float: left;
}

/*160209_女子求人アイコン改*/
#header ul.sub{
	width:235px;
}
#header ul.sub li.long_icon{
	width:105px;
}
#header ul.sub li.long_icon a{
	width:105px;
}
