@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* reset
++++++++*/

body, h1, h2, h3, h4, h5, h6, h7,
div, p, dl, dt, dd, ol, ul, li, table, th, td, fieldset,
form, input[type="radio"], input[type="checkbox"] {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, h7,
dt, dd, th, td, em, address, label {
	font-weight: normal;
	font-style: normal;
}

ol, ul {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select, textarea {
/*
	-webkit-appearance: none;
*/
}

input[type="text"], textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img, input, select, textarea {
	vertical-align: bottom;
}

img, fieldset {
	border: 0;
}

a {
	text-decoration: none;
}


.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* common
++++++++*/

body {
	-webkit-text-size-adjust: 100%;
	background: transparent url('../img/common/bg.png') 0 0 repeat;
	font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans',
		'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN',
		'Noto Sans Japanese', 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 300;
}

html, body {
	min-width: 1400px;
}

div.contents {
	margin: 0 auto;
	width: 1180px;/* 240+30+910 */
}

/* head
++++++++*/

div.head {
	height: 410px;/* 380+30 */
	background: transparent url('../img/common/bg_head_1.png') 0 40px repeat-x;
	overflow: hidden;
}

div.head div.contents {
	position: relative;
	width: auto;
	height: 340px;/* 380-40 */
	background: transparent url('../img/common/bg_head_2.png') center 0 no-repeat;
}

div.head h1 {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	background: #42210B;
	color: #ffffff;
	text-align: center;
}

div.head p.logo {
	position: absolute;
	left: 0;
	right: 0;
	top: 67px;/* 78-11 */
	margin: 0 auto;
	width: 1400px;
	height: 146px;
	line-height: 450px;
	background: transparent url('../img/common/bn_head_logo.png') 104px 0 no-repeat;/* 119-15 */
	overflow: hidden;
}

div.head p.ttl {
	position: absolute;
	left: 0;
	right: 0;
	top: 85px;/* 95-10 */
	margin: 0 auto;
	width: 1400px;
	height: 36px;
	line-height: 105px;
	background: transparent url('../img/common/bn_head_ttl.png') 700px 0 no-repeat;/* 710-10 */
	overflow: hidden;
}

div.head p.tel {
	position: absolute;
	left: 0;
	right: 0;
	top: 111px;/* 132-21 */
	margin: 0 auto;
	width: 1400px;
	height: 51px;
	line-height: 150px;
	background: transparent url('../img/common/bn_head_tel.png') 701px 0 no-repeat;/* 710-9 */
	overflow: hidden;
}

div.head p.hours {
	position: absolute;
	left: 0;
	right: 0;
	top: 161px;
	margin: 0 auto;
	width: 1400px;
	height: 27px;
	line-height: 81px;
	background: transparent url('../img/common/bn_head_hours.png') 710px 0 no-repeat;
	overflow: hidden;
}

div.head p.email {
	position: absolute;
	left: 0;
	right: 0;
	top: 99px;
	margin: 0 auto;
	width: 1400px;
}

div.head p.email a {
	display: inline-block;
	margin: 0 0 0 1136px;/* 1139-3 */
	width: 78px;
	height: 82px;
	line-height: 246px;
	background: transparent url('../img/common/bn_head_email.png') 0 0 no-repeat;
	overflow: hidden;
}

div.head p.email a:hover {
	background-position: 0 -82px;
}

div.head ul.nav {
	margin: 0 auto;
	padding: 230px 0 0;/* 237-7 */
	width: 1199px;/* 4+(243*5)-(5*4) */
}

div.head ul.nav li {
	float: left;
	margin: 0 0 0 -5px;
}

div.head ul.nav li:first-child {
	margin: 0;
}

div.head ul.nav li a {
	display: inline-block;
	width: 243px;
	height: 82px;
	line-height: 246px;
	background: transparent url('../img/common/bt_head_nav.png') 0 0 no-repeat;
	overflow: hidden;
}

div.head ul.nav li.top a {
	background-position: 0 0;
}

div.head ul.nav li.top a.on,
div.head ul.nav li.top a:hover {
	background-position: 0 -82px;
}

div.head ul.nav li.concept a {
	background-position: -243px 0;
}

div.head ul.nav li.concept a.on,
div.head ul.nav li.concept a:hover {
	background-position: -243px -82px;
}

div.head ul.nav li.girlslist a {
	background-position: -486px 0;/* 243*2 */
}

div.head ul.nav li.girlslist a.on,
div.head ul.nav li.girlslist a:hover {
	background-position: -486px -82px;
}

div.head ul.nav li.system a {
	background-position: -729px 0;/* 243*3 */
}

div.head ul.nav li.system a.on,
div.head ul.nav li.system a:hover {
	background-position: -729px -82px;
}

div.head ul.nav li.event a {
	background-position: -972px 0;/* 243*4 */
}

div.head ul.nav li.event a.on,
div.head ul.nav li.event a:hover {
	background-position: -972px -82px;
}

/* nav
++++++++*/

div.contents div.nav {
	float: left;
	padding: 0 0 85px;
	width: 270px;/* 240+30 */
}

/* nav_concept
++++++++*/

div.nav dl.nav_concept {
	position: relative;
	margin: 0 0 11px;
	width: 240px;
	height: 255px;
	background: transparent url('../img/common/bg_nav_concept.png') 0 0 no-repeat;
	overflow: hidden;
}

div.nav dl.nav_concept dt {
	position: absolute;
	left: 157px;/* 165-8 */
	top: 9px;/* 17-8 */
	width: 71px;
	height: 236px;
	line-height: 708px;
	background: transparent url('../img/common/ttl_nav_concept.png') 0 0 no-repeat;
	overflow: hidden;
}

div.nav dl.nav_concept dd {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 121px;
	background: transparent url('../img/common/bt_nav_concept.png') 0 0 no-repeat;
	overflow: hidden;
}

div.nav dl.nav_concept dd img {
	filter: alpha(opacity=0);
	opacity: 0;
}

div.nav p.nav_concept {
	margin: 0 0 22px;
	width: 240px;
	line-height: 16px;
	font-size: 16px;
	color: #42210B;
	text-align: center;
}

div.nav p.nav_concept a {
	color: #42210B;
	text-decoration: underline;
}

/* nav_schedule
++++++++*/

div.nav dl.nav_schedule dt {
	margin: 0 0 14px;
}

div.nav dl.nav_schedule dt a {
	display: inline-block;
	width: 240px;
	height: 160px;
	line-height: 480px;
	background: transparent url('../img/common/bt_nav_schedule.png') 0 0 no-repeat;
	overflow: hidden;
}

div.nav dl.nav_schedule dt a:hover {
	background-position: 0 -160px;
}

div.nav dl.nav_schedule dd {
	margin: 0 0 24px;
	width: 240px;
	line-height: 16px;
	font-size: 16px;
	color: #42210B;
	text-align: center;
}

div.nav dl.nav_schedule dd a {
	color: #42210B;
	text-decoration: underline;
}

/* nav_event
++++++++*/

div.nav dl.nav_event {
	position: relative;
	margin: 0 0 14px;
	padding: 184px 0 0;
	width: 240px;
	height: 216px;/* 400-184 */
	background: transparent url('../img/common/bg_nav_event.png') 0 0 no-repeat;
}

div.nav dl.nav_event dt {
	position: absolute;
	left: 11px;/* 20-9 */
	top: -6px;
	width: 209px;
	height: 87px;
	line-height: 261px;
	background: transparent url('../img/common/ttl_nav_event.png') 0 0 no-repeat;
	overflow: hidden;
}

div.nav dl.nav_event dd {
	margin: 0 0 0 2px;
	width: 228px;
	height: 164px;
	line-height: 492px;
	background: transparent url('../img/common/txt_nav_event.png') 0 0 no-repeat;
	overflow: hidden;
}

div.nav dl.nav_event dd a {
	display: inline-block;
	position: absolute;
	left: 19px;
	bottom: 20px;
	width: 200px;
	height: 25px;
	line-height: 75px;
	background: transparent url('../img/common/bt_nav_event.png') 0 0 no-repeat;
	overflow: hidden;
}

div.nav dl.nav_event dd a:hover {
	background-position: 0 -25px;
}

div.nav p.nav_event {
	margin: 0 0 21px;
	width: 240px;
	line-height: 16px;
	font-size: 16px;
	color: #42210B;
	text-align: center;
}

div.nav p.nav_event a {
	color: #42210B;
	text-decoration: underline;
}

/* nav_recruit
++++++++*/

div.nav dl.nav_recruit {
	position: relative;
	margin: 0 0 14px;
	padding: 45px 0 0;/* 52-7 */
	width: 240px;
	height: 435px;/* 480-45 */
	background: transparent url('../img/common/bg_nav_recruit.png') 0 0 no-repeat;
	overflow: hidden;
}

div.nav dl.nav_recruit dt {
	margin: 0 0 -8px 15px;/* 10-7-11 25-10 */
	width: 156px;
	height: 122px;
	line-height: 366px;
	background: transparent url('../img/common/ttl_nav_recruit.png') 0 0 no-repeat;
	overflow: hidden;
}

div.nav dl.nav_recruit dd {
	margin: 0 0 0 8px;/* 20-12 */
	width: 222px;
	height: 190px;
	line-height: 570px;
	background: transparent url('../img/common/txt_nav_recruit.png') 0 0 no-repeat;
	overflow: hidden;
}

div.nav dl.nav_recruit dd a {
	display: inline-block;
	position: absolute;
	left: 110px;/* 126-16 */
	top: 338px;/* 388-50 */
	width: 140px;
	height: 145px;
	line-height: 435px;
	background: transparent url('../img/common/bt_nav_recruit.png') 0 0 no-repeat;
	overflow: hidden;
}

div.nav dl.nav_recruit dd a:hover {
	background-position: 0 -145px;
}

div.nav p.nav_recruit {
	width: 240px;
	line-height: 16px;
	font-size: 16px;
	color: #42210B;
	text-align: center;
}

div.nav p.nav_recruit a {
	color: #42210B;
	text-decoration: underline;
}

/* foot
++++++++*/

div.foot {
	clear: both;
	background: #42210B;
	color: #ffffff;
}

div.foot div.contents {
	position: relative;
	height: 200px;
}

div.foot p.pagetop {
	position: absolute;
	left: 929px;
	top: -85px;
	width: 231px;
	height: 85px;
	line-height: 255px;
	background: transparent url('../img/common/bt_pagetop.png') 0 0 no-repeat;
	overflow: hidden;
	cursor: pointer;
}

div.foot ul.nav {
	margin: 0 0 0 20px;
	padding: 43px 0 6px;/* 52-(36-18)/2 21-(36-18)/2-(30-18)/2 */
	overflow: hidden;
}

div.foot ul.nav li {
	float: left;
	line-height: 36px;
	font-size: 18px;
	font-weight: 600;
}

div.foot ul.nav li.system {
	clear: both;
	float: left;
}

div.foot ul.nav li:after {
	content: '|';
}

div.foot ul.nav li.girlslist:after,
div.foot ul.nav li.email:after {
	content: '';
}

div.foot ul.nav li a {
	display: inline-block;
	margin: 0 13px;
	color: #ffffff;
}

div.foot ul.nav li.top a,
div.foot ul.nav li.system a {
	margin: 0 13px 0 0;
}

div.foot p.tel {
	clear: both;
	margin: 0 0 0 20px;
	line-height: 30px;
	font-size: 18px;
	font-weight: 600;
}

div.foot p.tel span {
	font-size: 22px;
}

div.foot p.qr {
	position: absolute;
	left: 418px;
	top: 48px;
	width: 101px;
	height: 101px;
	line-height: 303px;
	background: transparent url('../img/common/bn_foot_qr.png') 0 0 no-repeat;
	overflow: hidden;
}

div.foot p.logo {
	position: absolute;
	left: 743px;
	top: 47px;/* 48-1 */
}

div.foot p.logo a {
	display: inline-block;
	width: 418px;
	height: 101px;
	line-height: 303px;
	background: transparent url('../img/common/bn_foot_logo.png') 0 0 no-repeat;
	overflow: hidden;
}

div.foot p.copyright {
	clear: both;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	background: #33C7B0;
	color: #ffffff;
	text-align: center;
}


