@charset 'UTF-8';

html {
	min-height: 100%;
}
body{
	position: relative;
	height: 100%;
	min-height: 1897px;
	font-size: 12px;
	color: #000;
	line-height: 18px;
	background: url(../img/bg.jpg) #fff repeat-y;
	background-position: top;
}
a{
	color:#000;
	text-decoration:none;
}

/*----------------------------------------------------
header
----------------------------------------------------*/
#wrapper #header h1{
	color: #000;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 5px 0;
}
/*----------------------------------------------------
footer
----------------------------------------------------*/
#wrapper #footer {
	position: absolute;
	left: 0;
	right: 0;
	margin: 50px auto 0;
	text-align:center;
}
#wrapper #footer .copy{
	color: #000;
	padding: 20px 0 10px;
}
#footer_link{
	width: 673px;
	margin:20px auto;
	clear:both;
	padding: 5px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+49,ffffff+100&0.8+0,0.8+49,0.8+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0.8) 0%, rgba(242,242,242,0.8) 49%, rgba(255,255,255,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0.8) 0%,rgba(242,242,242,0.8) 49%,rgba(255,255,255,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0.8) 0%,rgba(242,242,242,0.8) 49%,rgba(255,255,255,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccffffff',GradientType=1 ); /* IE6-9 */

}
#footer_link h3 {
	 border-left: 5px solid #000;
	 color: #000;
	 font-size: 12px;
	 font-weight: bold;
	 margin-top: 15px;
	 padding-left: 5px;
}
/*----------------------------------------------------*/
#wrapper #index_contents{
	width:910px;
	margin:0 auto;
}
#wrapper #index_contents #pickup_area{
	background: url(../img/pickup_img.jpg) no-repeat;
	width:362px;
	height:476px;
	float:left;
	margin:36px 0 0 23px;
	padding:40px 0 10px 10px;
}
#wrapper #index_contents #pickup_area p{
	margin-top: 24px;
	padding-right:10px;
	color:#FFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
#wrapper #index_contents #pickup_area span.g_name{
	font-weight:bold;
	color:#fff;
	display:block;
}

.bnr_recruit {
	position: relative;
}
.bnr_recruit .btn_recruit {
	display: block;
	width: 243px;
	position: absolute;
	bottom: 48px;
	right: 28px;
}
.bnr_recruit .btn_recruit:hover {
	transform: scale(1.1);
}

/*----------------------------------------------------
#info_area
----------------------------------------------------*/
#info_area .morelink {
	padding: 6px 18px;
	position: absolute;
	top: 8px;
	right: 0;
	color: #c1272d;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	border: 1px solid #999;
	border-radius: 14px;
	transition: all .2s ease-out;
}
#info_area .morelink:hover {
	text-decoration: none;
	color: #fff;
	background: #c1272d;
}
#info_area .infobox_area,
#info_area .newface_area {
	width: 445px;
}
#info_area .infobox_area {
	float: left;
}
#info_area .newface_area {
	float: right;
	position: relative;
}
#info_area .outline {
	height: 320px;
	padding: 18px 14px;
	border: 1px solid #999;
	box-sizing: border-box;
}
#info_area #infobox,
#info_area #newfacebox {
	height: 100%;
	overflow-y: scroll;
}
/* newface */
#newfacebox li {
	float: left;
	margin-right: 6px;
}
#newfacebox a {
	color: #00f;
}
#newfacebox p {
	margin: 5px 0 25px;
	font-size: 12px;
	text-align: center;
}
#newfacebox .g_name {
	display: block;
	width: 126px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
}
/* information */
#infobox li {
	padding: 0 15px 15px 5px;
}
#infobox p {
	font-size: 14px;
}
#infobox .infotitle {
	padding-bottom: 5px;
	border-bottom: 1px solid #00f;
}
#infobox .infotitle::before {
	display: inline-block;
	content: "";
	background: url(../img/ico-info.png) no-repeat;
	width: 22px;
	height: 22px;
	margin-right: 5px;
	vertical-align: middle;
}
#infobox .days {
	color: #f00;
}
#infobox .infotext {
	padding: 10px 0;
	line-height: 1.6;
	text-align: justify;
	word-break: break-all;
	border-bottom: 1px dashed #000;
}

/*----------------------------------------------------
#work_area
----------------------------------------------------*/
#work_area {
	margin-top: 30px;
	background: -moz-linear-gradient(bottom left, #1a0f0d, #c1272d); 
	background: -webkit-linear-gradient(bottom left, #1a0f0d, #c1272d); 
	background: linear-gradient(to top right, #1a0f0d, #c1272d); 
}
#work_area h2 {
	padding: 15px 0;
	background: url(../img/line.png) no-repeat bottom center;
	text-align: center;
}

/* slide */
.worklist {
	padding: 30px 50px 20px!important;
}
.worklist li {
	margin-right: 10px;
}
.worklist p {
	width: 195px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.worklist a {
	color: #0ff;
	font-size: 14px;
	font-weight: bold;
}
.worklist .g_name {
	display: block;
	margin-top: 5px;
	text-align: center;
}

.worklist .swiper-button-prev,
.worklist .swiper-button-next {
	display: block;
	position: absolute;
	width: 25px;
	height: 130px;
	background: #e6e6e6;
	border-radius: 8px;
	cursor: pointer;
}
.worklist .swiper-button-prev {
	top: 105px;
	left: 12px;
}
.worklist .swiper-button-next {
	top: 105px;
	right: 12px;
}
.worklist .swiper-button-prev::before,
.worklist .swiper-button-next::before {
	position: absolute;
	top: 55px;
	display: block;
	content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.worklist .swiper-button-prev::before {
	left: -3px;
	border-right-color: #603813;
}
.worklist .swiper-button-next::before {
	right: -3px;
	border-left-color: #603813;
}

/*----------------------------------------------------
#mailmagazine Mbile
----------------------------------------------------*/
#others_area {
	width: 910px;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	background: rgba(0,0,0,.1);
	box-sizing: border-box;
}
#others_area .others_head {
	color: #8c6139;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	font-weight: bold;
}
#others_area .notes {
	margin: 5px 0;
	font-size: 13px;
}
#mailmagazine {
	float: left;
	width: 500px;
	border-right: 1px solid #999;
}
#mailmagazine form {
	position: relative;
}
#mailmagazine .in_mail {
	width: 350px;
	height: 30px;
	margin-bottom: 10px;
	padding: 5px 10px;
	box-sizing: border-box;
	border: none;
}
#mailmagazine .submit {
	position: absolute;
	top: 0px;
	right: 24px;
	padding: 5px 40px;
	color: #fff;
	font-weight: bold;
	background: #8c6139;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
#mobile {
	float: right;
	position: relative;
	width: 350px;
}
#mobile .notes {
	width: 230px;
	font-size: 14px;
}
#mobile img {
	position: absolute;
	top: -5px;
	right: 0;
}
/*----------------------------------------------------
#gal list
----------------------------------------------------*/
#g_list_area {
	background: -moz-linear-gradient(bottom left, #1a0f0d, #c1272d); 
	background: -webkit-linear-gradient(bottom left, #1a0f0d, #c1272d); 
	background: linear-gradient(to top right, #1a0f0d, #c1272d); 
}
#g_list_area h2 {
	padding: 15px 0;
	background: url(../img/line.png) no-repeat bottom center;
	text-align: center;
}
.girlslist {
    padding: 30px 50px 20px;
}
.girlslist li {
	float: left;
    width: 195px;
    margin-right: 10px;
}
.girlslist li:nth-child(4n) {
	margin-right: 0;
}
.girlslist p {
	margin-bottom: 20px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.girlslist a {
	color: #0ff;
	font-size: 14px;
	font-weight: bold;
}
.girlslist .g_name {
	display: block;
	height: 18px;
	margin-top: 5px;
	text-align: center;
}
/*----------------------------------------------------
#gal profile
----------------------------------------------------*/
#profile_area {
    position: relative;
}
#profile_area .prevlink {
    position: absolute;
    top: 8px;
    right: 0px;
    color: rgb(193, 39, 45);
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 6px 18px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(153, 153, 153);
    border-image: initial;
    border-radius: 14px;
    transition: all 0.2s ease-out;
}
#profile_area .prevlink:hover {
	text-decoration: none;
	color: #fff;
	background: #c1272d;
}
#profile_area .outline {
    padding: 40px;
    border: 1px solid #999;
    box-sizing: border-box;
}
#profile_area #photo{
	float:left;
}
#profile_area #prof_img {
	float: left;
}
#profile_area .bt_photo_list {
	float: left;
	margin-left: 10px;
    font-size: 0;
    line-height: 0;
}
#profile_area .bt_photo_list li {
	width: 80px;
	margin-bottom: 10px;
}
#profile_area .bt_photo_list li:last-child {
	margin-bottom: 0;
}
#wrapper #index_contents #profile_area #photo img{
	border:dotted 1px #fff;
}
#wrapper #index_contents #profile_area #profmes{
	float: right;
	width: 350px;
	margin-top: 20px;
}
#wrapper #index_contents #profile_area #profop {
	float: left;
	width: 442px;
	margin-top: 20px;
}
#wrapper #index_contents #profile_area #profmes #name{
	font-size:16px;
	color:#bc262c;
	font-weight:bold;
}
#wrapper #index_contents #profile_area #profmes dt {
	margin-bottom: 3px;
    font-weight: bold;
    color: #8c6239;
}
#wrapper #index_contents #profile_area #profmes dd {
	min-height:18px;
	 margin-bottom: 3px;
	border-bottom:dotted 1px #CCCCCC;
	color: #444;
}
#wrapper #index_contents #profile_area #profop #name{
	font-size:12px;
	font-weight:bold;
	color:#bc262c;
}
#wrapper #index_contents #profile_area #profop dd {
	min-height:18px;
	 margin-bottom: 3px;
	text-align:right;
	border-bottom:dotted 1px #CCCCCC;
}
#wrapper #index_contents #profile_area .shops_comment {
	margin-top: 10px;
}
#wrapper #index_contents #profile_area .girls_comment {
	float: left;
	width: 442px;
	margin-top: 20px;
}
#wrapper #index_contents #profile_area .shops_comment dt,
#wrapper #index_contents #profile_area .girls_comment dt{
	padding: 4px 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #fff;
	background: #bc262c;
}
#wrapper #index_contents #profile_area .shops_comment dd,
#wrapper #index_contents #profile_area .girls_comment dd{
	min-height: 18px;
	margin-bottom: 3px;
	color: #444;
	text-align: justify;
	word-wrap: break-word;
}

#wrapper #index_contents #profile_area .schedule {
	margin-top: 20px;
}
#wrapper #index_contents #profile_area .schedule th {
	 color: #FFF;
	 height: 25px;
	 text-align: center;
	background-color:#bc262c;
	 vertical-align: middle;
	border:solid 1px #60605f;
}
#wrapper #index_contents #profile_area .schedule td {
	 height: 25px;
	 text-align: center;
	border:solid 1px #60605f;
	 vertical-align: middle;
	 color: #333;
}
/*----------------------------------------------------
#schedule
----------------------------------------------------*/
#schedule_area {
	background: -moz-linear-gradient(bottom left, #1a0f0d, #c1272d); 
	background: -webkit-linear-gradient(bottom left, #1a0f0d, #c1272d); 
	background: linear-gradient(to top right, #1a0f0d, #c1272d); 
}
#schedule_area h2 {
	padding: 15px 0;
	background: url(../img/line.png) no-repeat bottom center;
	text-align: center;
}
.datelist {
    padding: 30px 50px 20px;
}
.datelist li {
	float: left;
    width: 195px;
    margin-right: 10px;
}
.datelist li:nth-child(4n) {
	margin-right: 0;
}
.datelist p {
	margin-bottom: 20px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.datelist a {
	color: #0ff;
	font-size: 14px;
	font-weight: bold;
}
.datelist .g_name {
	display: block;
	margin-top: 5px;
	text-align: center;
}
#wrapper #index_contents #schedule_area h3{
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
	margin:15px 0 5px 0;
}
#wrapper #index_contents #schedule_area .calender table {
	margin-top: 5px;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
#wrapper #index_contents #schedule_area .calender th {
	color: #FFF;
    height: 25px;
    text-align: center;
    background-color: #bc262c;
    vertical-align: middle;
    border: solid 1px #fff;
}
#wrapper #index_contents #schedule_area .calender th a {
	 color:#fff;
	text-decoration:underline;
}
#wrapper #index_contents #schedule_area .calender th a:hover {
	 color: #e9e9e9;
}
#wrapper #index_contents #schedule_area .calender th.current {
	background-color: #fff;
}
#wrapper #index_contents #schedule_area .calender th.current a {
	color:#bc262c;
}


/*----------------------------------------------------
#system
----------------------------------------------------*/
#system_area {
	background: -moz-linear-gradient(bottom left, #1a0f0d, #c1272d); 
	background: -webkit-linear-gradient(bottom left, #1a0f0d, #c1272d); 
	background: linear-gradient(to top right, #1a0f0d, #c1272d); 
}
#system_area h2 {
	padding: 15px 0;
	background: url(../img/line.png) no-repeat bottom center;
	text-align: center;
}
#system_box {
    padding: 30px 50px 20px;
}
#system_box .itemblock:nth-child(even) {
	margin-right: 0;
}

#wrapper #index_contents #system_area h3{
	margin-bottom: 20px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
#wrapper #index_contents #system_area h3 p {
	color:#F7D152;
}
#wrapper #index_contents #system_area h4{
	font-size:12px;
	font-weight:bold;
	color:#666;
	border-left:solid 5px #666;
	padding-left:5px;
	margin-top:15px;
}
#wrapper #index_contents #system_area dt {
	 color: #fff;
	 float: left;
	min-height:20px;
	 line-height: 18px;
	 margin-bottom: 3px;
	 margin-right: 5px;
	 width: 150px;
	font-weight:bold;
}
#wrapper #index_contents #system_area dd {
	min-height:20px;
	 margin-bottom: 3px;
	border-bottom:dotted 1px #000;
	color: #fff;
}
#wrapper #index_contents #system_area #system_box table td{
	border-bottom: 1px dotted #000;
	padding:1px 0;
}

/* custom */
#system_area {
	margin-bottom: 280px;
}
#system_box {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#system_box .system_headtext {
	padding: 0 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: justify;
}
#system_box .contentwrap {
	margin-top: 30px;
}
#system_box .mainblock {
	float: left;
	width: 501px;
}
#system_box .mainblock img {
	margin-bottom: 50px;
}
#system_box .optionblock {
	float: right;
	width: 287px;
}
#system_box .prohibitions {
	color: #fff;
	font-size: 12px;
	line-height: 1.7em;
	text-align: justify;
}
#system_box .prohibitions img {
	margin-bottom: 20px;
}
#system_box .prohibitions .number {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	display: block;
	width: 170px;
	margin: 20px auto;
	padding: 5px 10px;
	line-height: 1em;
	text-align: center;
	border: 1px solid #fff;
}
#system_box .prohibitions .prohibitions_list {
	border-top: 1px solid #fff;
	padding-top: 20px;
}
#system_box .prohibitions .prohibitions_list p {
	text-indent: -1em;
	padding-left: 1em;
}
#system_box .prohibitions .prohibitions_list ul {
	padding-left: 30px;
}
#system_box .prohibitions .prohibitions_list li {
	list-style-type: disc;
}


/*----------------------------------------------------
#recruit
----------------------------------------------------*/
#recruit_area .outline {
	float: left;
    width: 565px;
    padding: 18px 14px;
    border: 1px solid #999;
}
#wrapper #index_contents #recruit_area h3{
	font-size:12px;
	font-weight:bold;
	color:#bc262c;
	border-left:solid 5px #000;
	padding-left:5px;
	margin-top:15px;
}
#wrapper #index_contents #recruit_area h3 p {
	color:#bc262c;
}
#wrapper #index_contents #recruit_area h4{
	font-size:12px;
	font-weight:bold;
	color:#666;
	border-left:solid 5px #666;
	padding-left:5px;
	margin-top:15px;
}
#wrapper #index_contents #recruit_area table th {
	width: 120px;
	font-weight:bold;
	color: #8c6239;
	text-align:left;
	vertical-align:text-top;
	border-bottom:dotted 1px #000;
	padding :3px 0 3px 0;
}
#wrapper #index_contents #recruit_area table td {
	vertical-align:text-top;
	border-bottom:dotted 1px #000;
	padding: 3px 0 3px 10px;
	color: #444;
}
#wrapper #index_contents #recruit_area a {
	color: #000;
}
.seo_right {
	float: right;
    width: 280px;
    margin-top: 0!important;
}
/*----------------------------------------------------
#contact
----------------------------------------------------*/
#contact_area .outline {
	float: left;
    width: 565px;
    padding: 18px 14px;
    border: 1px solid #999;
}
#wrapper #index_contents #contact_area h3{
	font-size:12px;
	font-weight:bold;
	color:#a80606;
	border-left:solid 5px #a80606;
	padding-left:5px;
	margin-top:15px;
}
#wrapper #index_contents #contact_area h4{
	font-size:12px;
	font-weight:bold;
	color:#666;
	border-left:solid 5px #666;
	padding-left:5px;
	margin-top:15px;
}
#wrapper #index_contents #contact_area .detail form dt .point {
	 color: #FFFFFF;
}
#wrapper #index_contents #contact_area .detail form .pink {
	 color: #FF3399;
	 font-weight: bolder;
}
.seo_right {
	float: right;
    width: 280px;
    margin-top: 0!important;
}

/*----------------------------------------------------
#enter page
----------------------------------------------------*/


#wrap #index_detail .top p.text{
	text-align:center;
	width:620px;
	color:#000;
	height:38px;
	margin:0 auto;
}

#wrap #index_detail h1 {
	font-size:12px;
	padding: 2px 3px;
	color:#000;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+49,ffffff+100&0.8+0,0.8+49,0.8+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0.8) 0%, rgba(242,242,242,0.8) 49%, rgba(255,255,255,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0.8) 0%,rgba(242,242,242,0.8) 49%,rgba(255,255,255,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0.8) 0%,rgba(242,242,242,0.8) 49%,rgba(255,255,255,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccffffff',GradientType=1 ); /* IE6-9 */

	padding:5px 0 0 5px;
}
#wrap #index_detail .bottom {
	text-align: center;
	padding:20px 0px 10px;
	clear:both;
}
#wrap #index_detail .bottom p {
	color: #FF0101;
}
#wrap .copy {
	 color: #fff;
	 font-size: 12px;
	 margin-top: 5px;
	float:right;
}
body #change{
	display: block;
	width: 30%;
	height: 22px;
	background: -webkit-gradient(linear, center top, center bottom, from(#dedede), color-stop(0.2, #ededed), to(#ffffff));
	border: solid 1px #bdbcbd;
	margin: 10px auto 5px auto;
	line-height: 1.3;
	text-align: center;
	clear:both;

}
body #change a span {
	font-family: Verdana-Bold, Arial-BoldMT, "HiraKakuProN-W6", "�q���M�m�p�S ProN W6";
	color: #000;
	font-size: 14px;
}
/*----------------------------------------------------
#reserve
----------------------------------------------------*/
#reserve_area .outline {
	float: left;
    width: 565px;
    padding: 18px 14px;
    border: 1px solid #999;
}
#wrapper #index_contents #reserve_area h3{
	font-size:12px;
	font-weight:bold;
	color:#a80606;
	border-left:solid 5px #a80606;
	padding-left:5px;
	margin-top:15px;
}
#wrapper #index_contents #reserve_area h4{
	font-size:12px;
	font-weight:bold;
	color:#666;
	border-left:solid 5px #666;
	padding-left:5px;
	margin-top:15px;
}
#wrapper #index_contents #reserve_area .detail form dt .point {
	 color: #FFFFFF;
}
#wrapper #index_contents #reserve_area .detail form .pink {
	 color: #FF3399;
	 font-weight: bolder;
}
.seo_right {
	float: right;
    width: 280px;
    margin-top: 0!important;
}