@charset 'UTF-8';

html {
	min-height: 100%;
}

/*----------------------------------------------------
footer
----------------------------------------------------*/
#footer {
	width: 900px;
	margin: 50px auto 0;
	text-align: center;
}
#footer .copyright {
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
	line-height: 1.4;
}
#footer .link {
	font-size: 12px;
}
/*----------------------------------------------------*/
#wrapper .content_block {
	position: relative;
	padding: 60px 100px;
}
#wrapper .bg_block {
	background: #f1f1f1;
}
#wrapper .scroll_box {
	height: 300px;
}
#wrapper .list_box ul {
	font-size: 0;
}
#wrapper .list_box li {
	display: inline-block;
	position: relative;
	width: 160px;
	margin-left: 15px;
	margin-top: 15px;
	font-size: 12px;
	text-align: center;
}
#wrapper .list_box li:nth-child(4n+1) {
	margin-left: 0;
}
#work_area li {
	text-align: center;
}
#wrapper .list_box .g_name,
#work_area .g_name  {
	display: block;
	margin-top: 5px;
	font-size: 14px;
}
#wrapper .list_box .time,
#work_area .time {
	display: block;
	padding: 5px 0;
	color: #fd34a6;
	font-size: 13px;
	border-top: 1px dashed #ccc;
}
#wrapper .list_box a:hover,
#work_area a:hover {
	text-decoration: none;
}
.top_information {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#wrapper #index_contents .pickup_img {
	display: inline-block;
	width: 262.5px;
	height: 318px;
	overflow: hidden;
}
#wrapper #index_contents .pickup_msg {
	display: inline-block;
	width: 404px;
	margin-left: 30px;
	color: #444;
	vertical-align: top;
}
#wrapper #index_contents .pickup_msg .g_name {
	color: #fd34a6;
	font-size: 18px;
}
#wrapper #index_contents .pickup_msg .g_style {
	padding: 10px 0;
	color: #444;
	font-size: 12px;
}
#wrapper #index_contents .pickup_msg .g_comment,
#wrapper #index_contents .pickup_msg .s_comment {
	margin-top: 15px;
}
#wrapper #index_contents .pickup_msg .g_comment dt,
#wrapper #index_contents .pickup_msg .s_comment dt {
	color: #444;
	font-size: 16px;
}
#wrapper #index_contents .pickup_msg .g_comment dd,
#wrapper #index_contents .pickup_msg .s_comment dd {
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.8;
	text-align: justify;
	word-break: break-all;
}
.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
----------------------------------------------------*/
/* information */
#infobox p {
	font-size: 14px;
}
#infobox .infotitle {
	color: #fd34a6;
	font-size: 18px;
}
#infobox .infotext {
	padding: 20px 0;
	line-height: 1.6;
	text-align: justify;
	word-break: break-all;
}


.form_head {
	text-align: center;
}
.contact_form .form_item {
  position: relative;
  margin: 50px 0;
}
.contact_form label {
	position: absolute;
	top: 0;
	font-size: 14px;
	line-height: 24px;
	margin: 10px;
	-webkit-transition: top .2s ease-in-out,  font-size .2s ease-in-out;
	transition: top .2s ease-in-out,  font-size .2s ease-in-out;
}
.contact_form label.active {
	top: -35px;
	left: 0px;
	color: #fd34a6;
	font-size: 12px;
}
.contact_form input,
.contact_form textarea {
	width: 100%;
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	box-sizing: border-box;
}
.contact_form input:focus,
.contact_form textarea:focus {
	outline: none;
}
.btn-submit {
	padding: 20px 0;
	text-align: center;
}
.btn-submit .submit {
  display: inline-block;
  background-color: #fd34a6;
  color: #fff;
	font-size: 16px;
  width: 240px;
  padding: 0.8em;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .2s ease-out;
}
.btn-submit .submit:hover {
	cursor: pointer;
	text-decoration: none;
	transform: translateY(-4px);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 3px 10px 0 rgba(0,0,0,0.12), 0 4px 7px -2px rgba(0,0,0,0.2);
}
.contact_form_radio .form_item_radio {
  color: #aaa;
  display: block;
  position: relative;
  float: left;
}
.contact_form_radio .form_item_radio label {
	display: block;
	position: relative;
	font-weight: 300;
	font-size: 1.6em;
	line-height: 1.8;
	padding: 25px 25px 25px 80px;
	margin: 10px auto;
	height: 30px;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
}
.contact_form_radio .form_item_radio:hover label {
	color: #000;
}
.contact_form_radio .form_item_radio .check {
  display: block;
  position: absolute;
  border: 5px solid #aaa;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 30px;
  left: 20px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
.contact_form_radio .form_item_radio:hover .check {
  border: 5px solid #fd34a6;
}
.contact_form_radio .form_item_radio .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
	left: 5px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
.contact_form_radio .form_item_radio input[type=radio]:checked ~ .check {
  border: 5px solid #fd34a6;
}

.contact_form_radio .form_item_radio input[type=radio]:checked ~ .check::before{
  background: #fd34a6;
}

.contact_form_radio .form_item_radio input[type=radio]:checked ~ label{
  color: #fd34a6;
}

.contact_form .form_item p {
	width: 100%;
	padding: 10px 15px;
	background: #f1f1f1;
	border-radius: 4px;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	box-sizing: border-box;
}

/*----------------------------------------------------
#schedule
----------------------------------------------------*/
.datelist,
.girlslist {
  margin-top: 30px;
}
.datelist ul,
.girlslist ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.datelist ul::before,
.datelist ul::after,
.girlslist ul::before,
.girlslist ul::after {
	content: "";
	width: 24%;
	height: 0;
}
.datelist ul::before,
.girlslist ul::before {
	order: 1;
}
.datelist li {
	position: relative;
	width: 24%;
	padding-bottom: 120px;
}
.girlslist li {
	position: relative;
	width: 24%;
	padding-bottom: 120px;

}
.datelist li:nth-child(n + 5),
.girlslist li:nth-child(n + 5) {
	margin-top: 20px;
}
.datelist .schedule_image,
.girlslist .cast_image {
	width: 100%;
	overflow: hidden;
}
#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 {
  border-collapse: collapse;
  border-spacing: 0;
	width: 100%;
}
#schedule_area .calender th {
	padding: 6px 0 4px;
	color: #493f47;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	background: #fff;
}
#schedule_area .calender th.current {
	color: #fff;
	background: #fd34a6;
}


/*----------------------------------------------------
#hotel
----------------------------------------------------*/
#hotel_area .hotel_list .h_anchor {
	margin-top: 40px;
}
#hotel_area .hotel_list .h_anchor a {
	padding: 8px 20px;
	color: #fff;
	font-size: 13px;
	text-decoration: underline;
	background: #493f47;
	border-radius: 4px;
}
#hotel_area .hotel_list dl {
	margin-top: 30px;
	font-size: 14px;
}
#hotel_area .hotel_list dt {
	padding: 10px;
	color: #fff;
	line-height: 1;
	background: #fd34a6;
}
#hotel_area .hotel_list li {
	padding: 10px;
	line-height: 1.6;
	border-bottom: 1px dotted #ccc;
}
#hotel_area .hotel_list .carfare {
	color: #ff0;
	font-size: 13px;
}
#hotel_area .hotel_list .h_name {
	display: inline-block;
	width: 30%;
}
#hotel_area .hotel_list .h_tel {
	display: inline-block;
	width: 20%;
}
#hotel_area .hotel_list .h_address {
	display: inline-block;
}
#hotel_area .hotel_list .h_price {
	display: block;
	margin-top: 10px;
}
#hotel_area .notice {
	color: #fff;
	font-size: 14px;
	line-height: 1.8;
}

/*----------------------------------------------------
#system
----------------------------------------------------*/
/*
#system_area {
	position: relative;
}
#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_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 {
	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;
}
*/
.system_box .note {
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
	line-height: 1.8;
}
.system_box .system_list {
	font-size: 20px;
}
.system_box .system_list h3 {
	margin: 60px 0 20px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .12em;
}
.system_box .price_list {
	border-top: 1px solid #ccc;
	text-align: center;
}
.system_box .price_list li {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.system_box .price_list dt,
.system_box .price_list dd {
	display: inline-block;
	padding: 0 20px;
}
.system_box .price_list dt {
	width: 150px;
	font-size: 24px;
}
.system_box .price_list dd {
	width: 200px;
	font-size: 32px;
}
.system_box .play_list {
	font-size: 22px;
	line-height: 1.8;
}
.system_box .guide {
	margin-top: 60px;
	line-height: 1.8;
}
.system_box .guide h3 {
	margin: 60px 0 20px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .12em;
}
.system_box .guide_text {
	font-size: 16px;
	line-height: 1.8;
}
.system_box .guide ul {
	margin: 20px 0;
}
.system_box .guide li {
	padding-left: 1em;
	font-size: 16px;
	line-height: 1.8;
	text-indent: -1em;
}



/*----------------------------------------------------
#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: 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;
	color:#000;
}
#wrap #index_detail h2 {
	position: absolute;
	top: 30px;
	right: 0;
	left: 0;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	border: none;
}
#wrap #index_detail .bottom {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	color: #fff;
	text-align: center;
}
#wrap .copy {
	margin-top: 20px;
	color: #444;
	font-size: 12px;
	text-align: center;
}
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;
}

/* mce */
.mce {
	font-family: sans-serif;
	font-size: 16px;
	line-height: 2;
}
.mce h1 {
	font-size: 32px;
	font-weight: bold;
}
.mce h2 {
	font-size: 24px;
	font-weight: bold;
}
.mce h3 {
	font-size: 18.72px;
	font-weight: bold;
}
.mce h4 {
	font-size: 16px;
	font-weight: bold;
}
.mce h5 {
	font-size: 13.28px;
	font-weight: bold;
}
.mce h6 {
	font-size: 10.72px;
	font-weight: bold;
}
.mce strong {
	font-weight: bold;
}
.mce em {
	font-style: italic;
}
.mce sup {
	vertical-align: super;
}
.mce sub {
	vertical-align: sub;
}
.mce p {
	display: block;
}
.mce iframe {
	width: 100%;
}



/*----------------------------------------------------
header
----------------------------------------------------*/
#wrapper #header h1{
	color: #000;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 5px 0;
}
#wrapper #header .header_image {
	position: relative;
}
#wrapper #header .shop_time {
	position: absolute;
	right: 130px;
	bottom: 110px;
	color: #131112;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 0 10px #fff,
							 0 0 10px #fff,
							 0 0 10px #fff,
							 0 0 10px #fff,
							 0 0 10px #fff,
							 0 0 10px #fff,
							 0 0 10px #fff,
							 0 0 10px #fff,
							 0 0 10px #fff,
							 0 0 10px #fff;
}
#wrapper #header .shop_time_num {
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	vertical-align: middle;
}
#wrapper #header .p_top__contact {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	text-align: center;
}
#wrapper #header .p_top__contact_text {
  font-size: 16px;
}
#wrapper #header .p_top__contact li {
  display: inline-block;
  width: 280px;
  margin: 10px auto 0;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
}
#wrapper #header .p_top__contact li:first-child {
	background: #f00;
	background: linear-gradient(-225deg, #f00 0%, #fd34a6 100%);
}
#wrapper #header .p_top__contact li:nth-child(2) {
	background: #06c755;
	background: linear-gradient(-225deg, #06c755 0%, #cddc39 100%);
}
#wrapper #header .p_top__contact li:nth-child(3) {
	background: #243382;
	background: linear-gradient(-225deg, #243382 0%, #2d7bb9 100%);
}
#wrapper #header .p_top__contact a {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-shadow: none;
}

/*----------------------------------------------------*/
#wrapper #index_contents{
	width:900px;
	margin:0 auto;
}


.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 .infobox_area {
	background: #000000;
	border: 2px solid #fd34a6;
	box-sizing: border-box;
}
#info_area .infobox_area h2 {
	padding: 15px 15px 0;
}

/* information */
#infobox li {
	padding: 20px 0;
}
#infobox p {
	font-size: 14px;
}
#infobox .infotitle {
	padding-bottom: 5px;
	border-bottom: 1px solid #fd34a6;
}
#infobox .days {
	display: block;
	margin-bottom: 5px;
	color: #fd34a6;
	font-size: 12px;
	line-height: 1;
}
#infobox .infotext {
	padding: 10px 0;
	color: #fff;
	line-height: 1.6;
	text-align: justify;
	word-break: break-all;
}

/*----------------------------------------------------
#work_area
----------------------------------------------------*/
/* slide */
.worklist {
	padding: 30px 50px 20px!important;
}
.worklist ul {
	height: auto;
}
.worklist li {
	height: auto;
	margin-right: 10px;
	padding-bottom: 120px;
}

.worklist .swiper-button-prev,
.worklist .swiper-button-next {
	display: block;
	position: absolute;
	top: 50%;
	width: 25px;
	height: 25px;
	background: #fff;
	border-radius: 50%;
	transform: translateY(-50%);
}
.worklist .swiper-button-prev {
	left: 12px;
}
.worklist .swiper-button-next {
	right: 12px;
}
.worklist .swiper-button-prev::before,
.worklist .swiper-button-next::before {
	position: absolute;
	top: 50%;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border: 6px solid transparent;
	transform: translateY(-50%);
}
.worklist .swiper-button-prev::before {
	left: 2px;
	border-right-color: #fd34a6;
}
.worklist .swiper-button-next::before {
	right: 2px;
	border-left-color: #fd34a6;
}

/*----------------------------------------------------
#mailmagazine Mbile
----------------------------------------------------*/
#others_area {
	width: 900px;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	background: #f1f1f1;
	box-sizing: border-box;
}
#others_area .others_head {
	color: #fd34a6;
	font-size: 16px;
}
#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: #fd34a6;
	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 profile
----------------------------------------------------*/


#wrapper #index_contents #profile_area .schedule {
	margin-top: 20px;
}
#wrapper #index_contents #profile_area .schedule th,
#wrapper #index_contents #profile_area .schedule td {
	width: 122.5714px;
	padding: 10px 0;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	background-color: #fd34a6;
}
#wrapper #index_contents #profile_area .schedule td {
	color: #493f47;
	background: #fff;
}
#profile_area .contact_block {
	margin-top: 40px;
	text-align: center;
}
#profile_area .contact_group_text {
	margin-bottom: 10px;
	font-size: 24px;
	letter-spacing: .06em;
}
#profile_area .contact_block ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#profile_area .contact_block li {
	width: 200px;
}
#profile_area .contact_block li:nth-child(2) {
	margin: 0 20px;
}

/*----------------------------------------------------
#system
----------------------------------------------------*/
#system_area {
	background: #000;
	border: 2px solid #fd34a6;
	box-sizing: border-box;
}
#system_area h2 {
	padding: 15px 0;
	text-align: center;
}
#system_box {
    padding: 30px 48px 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: 200px;
	font-weight:bold;
}
#wrapper #index_contents #system_area dd {
	min-height:20px;
	 margin-bottom: 3px;
	border-bottom:dotted 1px #fff;
	color: #fff;
}
#wrapper #index_contents #system_area #system_box .itemblock {
	margin-bottom: 30px;
}
#wrapper #index_contents #system_area #system_box table td{
	border-bottom: 1px dotted #fff;
	padding:1px 0;
}

/* custom */
#system_box {
}
#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;
}
.creditcard {
	margin-top: 20px;
	text-align: center;
}
.creditcard p {
	font-size: 14px;
	margin-bottom: 10px;
}
.creditcard a:hover {
	opacity: .8;
}


/*----------------------------------------------------
#recruit
----------------------------------------------------*/
#recruit_area .outline {
	float: left;
    width: 565px;
    padding: 18px 14px;
    border: 1px solid #999;
}
#wrapper #index_contents #recruit_area h2 {
	padding: 15px 0;
}
#wrapper #index_contents #recruit_area h3{
	font-size:12px;
	font-weight:bold;
	color:#fd34a6;
	border-left:solid 5px #000;
	padding-left:5px;
	margin-top:15px;
}
#wrapper #index_contents #recruit_area h3 p {
	color:#fd34a6;
}
#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;
}

.recruit_box .btn_line {
	margin-top: 60px;
	text-align: center;
}
.recruit_box .btn_line a {
	display: inline-block;
	width: 320px;
	padding: 20px 0;
	color: #fff;
	font-size: 18px;
	background: #06c755;
	background: linear-gradient(-225deg, #06c755 0%, #cddc39 100%);
	border-radius: 4px;
}
.recruit_box .recruit_comment {
	margin: 60px auto 0;
}
.recruit_box .recruit_list dt {
	margin: 60px 0 20px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .12em;
}
.recruit_box .recruit_list dd {
	line-height: 1.8;
}

/*----------------------------------------------------
#contact
----------------------------------------------------*/
.contact_box {
	margin-top: 30px;
}
.contact_box .note {
	font-size: 13px;
}
.contact_box dt {
	margin-top: 20px;
	font-size: 14px;
	font-weight: normal;
}
.contact_box dd {
	margin-top: 5px;
	font-size: 14px;
	font-weight: normal;
}
.contact_box [type="text"] {
	width: 350px;
	height: 30px;
	padding: 5px 10px;
	font-family: 'Overpass', 'Noto Sans JP', sans-serif;
	box-sizing: border-box;
	border: none;
}
.contact_box textarea {
	width: 350px;
	height: 150px;
	resize: none;
	margin-bottom: 10px;
	padding: 5px 10px;
	font-family: 'Overpass', 'Noto Sans JP', sans-serif;
	box-sizing: border-box;
	border: none;
}
.contact_box [type="submit"],
.contact_box [type="button"] {
	width: 240px;
	padding: 10px 0;
	color: #fff;
	font-family: 'Overpass', 'Noto Sans JP', sans-serif;
	text-align: center;
	background: #fd34a6;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
.contact_box [type="button"] {
	margin-top: 20px;
	margin-right: 10px;
	background: #aaa;
}
.contact_box .complete_text {
	font-size: 28px;
	font-weight: normal;
}

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


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

#wrap #index_detail h1 {
	padding:0 5px 5px;
	font-size:12px;
	color:#000;
}
#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;
}



/* base */
.contents_container {
	padding: 20px;
	position: relative;
	color: #fff;
	text-align: justify;
	background: #222;
	border: 1px solid #fd34a6;
	box-sizing: border-box;
}
.contents_container .contents_title {
	margin-bottom: 10px;
}
.cast_data {
	position: absolute;
	bottom: 0;
	color: #fff;
}
.cast_profile {
	font-size: 14px;
	text-align: center;
}
.cast_profile .cast_style {
	display: inline-block;
	font-size: 13px;
}
.cast_status,
.cast_time {
	font-size: 13px;
	text-align: center;
}
.cast_status {
	margin-bottom: 10px;
	padding: 5px 0 3px;
	background: #ff3374;
	background: linear-gradient(120deg, #ff3374 0%, #ff33c1 100%);
	border-radius: 4px;
}
.cast_time {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}
.icon_time {
	display: inline-block;
	width: 12px;
	margin-right: 5px;
	vertical-align: middle;
}

/* pickup */
.pickup_area {
	width: 397px;
	padding-bottom: 120px;
}
.pickup_image {
	width: 355px;
	overflow: hidden;
}
.pickup_area .cast_data {
	width: 355px;
	bottom: 20px;
}
.pickup_area .pickup_comingsoon {
	font-size: 24px;
	text-align: center;
}
.shop_comment {
	margin-top: 10px;
	color: #fff;
	font-size: 13px;
	line-height: 1.6;
}

/* information */
.information_area {
	width: 493px;
}

/* news_area */
.news_area {
	margin-bottom: 10px;
}
.news_area #infobox {
	height: 307px;
	overflow-y: scroll;
}

/* newface */
.newface_area .morelink {
	padding: 6px 12px 4px;
	position: absolute;
	top: 22px;
	right: 20px;
	color: #444;
	font-size: 12px;
	background: #fff;
	border-radius: 14px;
	transition: all .2s ease-out;
}
.newface_area .morelink:hover {
	opacity: .8;
}
.newface_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 240px;
	overflow-y: scroll;
}
.newface_list::before,
.newface_list::after {
	content: "";
	width: 24%;
	height: 0;
}
.newface_list::before {
	order: 1;
}
.newface_list li {
	width: 24%;
	position: relative;
	overflow: hidden;
}
.newface_list li:nth-child(n + 5) {
	margin-top: 20px;
}
.newface_image {
	width: 100%;
	overflow: hidden;
}
.newface_list .cast_data {
	margin-top: 10px;
	position: unset;
}
/* today's schedule */
.todaysschedule_area {
	margin-top: 10px;
}

/* page profile*/
.profile_body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.profile_image {
	display: inline-block;
	width: 480px;
}
.profile_main {
	overflow: hidden;
}
.profile_thumb {
	font-size: 0;
}
.profile_thumb li {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	overflow: hidden;
}
.profile_data {
	width: 350px;
	font-size: 14px;
	line-height: 1.8;
}
.profile_data .name {
	font-size: 24px;
	font-weight: normal;
}
.profile_data .age {
	font-size: 16px;
}
.profile_data .style {
	font-size: 14px;
}
.profile_data dt {
	margin-top: 10px;
	color: #fd34a6;
}
.profile_data dd {
	border-bottom: 1px dotted #fff;
}
.profile_data .cast_comment {
	margin-top: 20px;
}
.profile_data .cast_option {
	margin-top: 20px;
	border-bottom: 1px dotted #fff;
}
.profile_data .option_title {
	color: #fd34a6;
}
.profile_data .cast_option dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.profile_data .cast_option dt {
	width: 95%;
	margin: 0;
	color: #fff;
}
.profile_data .cast_option dd {
	width: 5%;
	text-align: center;
	border: none;
}
.profile_data .shops_comment {
	margin-top: 20px;
}
.profile_data .shops_comment dd {
	border: none;
}
.seo_text {
  margin: 40px;
  font-size: 14px;
  text-align: justify;
  line-height: 1.6;
}
/* 404 */
.content404 .note {
  font-size: 14px;
  line-height: 1.8;
}

/* sp */
@media screen and (max-width: 768px) {

	body {
		width: 100vw;
    padding: 0;
    font-size: 3.466vw;
    background: none;
	}
	#wrap,
	#wrapper {
		width: 100vw;
	}
	#wrapper #index_contents {
		width: 94vw;
    margin: auto;
	}
	h1 {
		width: 100vw;
    padding: 2.666vw;
    color: #ff0090;
    font-size: 3.466vw;
    line-height: 1;
    box-sizing: border-box;
	}
	#wrapper #header {
		width: 100vw;
	}
	#wrapper #header .shop_time {
		position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 12px;
	}
	#wrapper #header .shop_time_num {
		font-size: 22px;
	}
	#wrapper #header .p_top__contact li {
    display: block;
  }
	#wrapper #header .p_top__contact_sp {
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
	#wrapper #header .p_top__contact_sp ul {
		font-size: 0;
	}
	#wrapper #header .p_top__contact_sp li {
		display: inline-block;
    width: 35px;
    margin-right: 10px;
	}
	#wrapper #header #mnavi li {
		width: 25%;
	}
	#wrapper #header #mnavi li:not(:first-child) {
		border: none;
	}
	#wrapper #header #mnavi img {
		width: 100%;
	}
  .fixed__menu {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
  .fixed__menu ul {
		display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .fixed__menu li {
    width: 33.3333%;
    color: #fff;
    text-align: center;
  }
	.fixed__menu li:first-child {
		background: #f00;
		background: linear-gradient(-225deg, #f00 0%, #fd34a6 100%);
	}
	.fixed__menu li:nth-child(2) {
		background: #06c755;
		background: linear-gradient(-225deg, #06c755 0%, #cddc39 100%);
	}
	.fixed__menu li:last-child {
    background: #243382;
    background: linear-gradient(-225deg, #243382 0%, #2d7bb9 100%);
	}
  .fixed__menu_recruit li {
    width: 33.3333%;
  }
  .fixed__menu a {
    display: block;
    padding: 15px 0;
    line-height: 1;
    letter-spacing: 0;
  }
  .fixed__menu .fixed__tel::before,
  .fixed__menu .fixed__reserve::before,
  .fixed__menu .fixed__line::before,
  .fixed__menu .fixed__mail::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
  }
  .fixed__menu .fixed__tel::before {
    width: 13px;
    height: 13px;
    background: url(../img/icon/icon_tel.svg) no-repeat;
    background-size: contain;
		animation: vibration 2.2s infinite;
  }
	@keyframes vibration {
    0% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    2% {
        transform: translate(2px, 2px) rotateZ(2deg)
    }
    4% {
        transform: translate(0px, 2px) rotateZ(0deg)
    }
    6% {
        transform: translate(2px, 0px) rotateZ(-2deg)
    }
    8% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    10% {
        transform: translate(2px, 2px) rotateZ(2deg)
    }
    12% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    14% {
        transform: translate(2px, 0px) rotateZ(-2deg)
    }
    16% {
        transform: translate(0px, 2px) rotateZ(0deg)
    }
    18% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    100% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
	}
  .fixed__menu .fixed__line::before {
    width: 13px;
    height: 13px;
    background: url(../img/icon/icon_line.svg) no-repeat;
    background-size: contain;
  }
  .fixed__menu .fixed__reserve::before,
  .fixed__menu .fixed__mail::before {
    width: 16px;
    height: 14px;
    background: url(../img/icon/icon_reserve.svg) no-repeat;
    background-size: contain;
  }
	.contents_container .contents_title {
		text-align: center;
	}
	.pickup_area {
		width: 100%;
    margin-bottom: 10px;
    padding-bottom: 20px;
	}
	.pickup_image {
		width: 100%;
    height: auto;
	}
	.pickup_area .cast_data {
		position: unset;
    width: 100%;
    margin-top: 10px;
	}
	.newface_area .morelink {
		display: block;
    width: 40%;
    margin: 20px auto;
    position: unset;
    text-align: center;
	}
	.newface_list {
    height: 320px;
	}
	.newface_list li {
		width: 50%;
	}
	.newface_list li:nth-child(n + 3) {
		margin-top: 20px;
	}
	.cast_profile a {
		display: block;
	}
	.profile_image {
		display: block;
    width: 100%;
	}
	.profile_data {
		width: 100%;
    margin-top: 20px;
	}
	.worklist .cast_data {
		right: 0;
		left: 0;
	}
	#wrapper #index_contents #profile_area .schedule table,
	#wrapper #index_contents #profile_area .schedule tbody {
		display: block;
    width: 100%;
		font-size: 0;
	}
	#wrapper #index_contents #profile_area .schedule tr {
		display: inline-block;
	}
	#wrapper #index_contents #profile_area .schedule tr:first-child {
		width: 30%;
	}
	#wrapper #index_contents #profile_area .schedule tr:last-child {
		width: 70%;
	}
	#wrapper #index_contents #profile_area .schedule th,
	#wrapper #index_contents #profile_area .schedule td {
		display: block;
		width: 100%;
		font-size: 13px;
		text-align: center;
	}
	#profile_area .contact_group_text {
		font-size: 16px;
	}
	#profile_area .contact_block ul {
		display: block;
	}
	#profile_area .contact_block li {
    width: 80%;
    margin: 0 auto;
	}
	#profile_area .contact_block li:nth-child(2) {
    margin: 15px auto;
	}

	/* hotel */
	#hotel_area .hotel_list .h_anchor a {
		display: block;
    margin-top: 10px;
    text-align: center;
	}
	/* system */
	.system_box .guide {
		padding: 0 10px;
	}
	.system_box .system_list {
		font-size: 5.3333vw;
	}
	.system_box .price_list dl {
  	display:-webkit-box;
  	display:flex;
  	flex-wrap: wrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.system_box .price_list dt,
	.system_box .price_list dd {
		align-self: center;
    padding: 0;
	}
	.system_box .price_list dt {
		width: 110px;
    font-size: 18px;
	}
	.system_box .price_list dd {
    width: auto;
	}
	.system_box .system_num {
		font-size: 10.6666vw;
	}
	/* recruit */
	.recruit_box .btn_line a {
		width: 80%;
	}
	#footer {
    width: 100%;
		margin: 20px auto 60px;
	}
	#others_area {
		width: 100%;
	}
	#mailmagazine {
		float: none;
    width: 100%;
    border: none;
	}
	#mailmagazine .in_mail {
		width: 100%;
	}
	#mailmagazine .submit {
		display: block;
    margin: 15px auto 0;
    position: unset;
	}
	#bottom_link {
    border-top: 1px solid #ccc;
	}
	#bottom_link a {
		display: block;
    padding: 15px 0;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
	}
	.button_block {
		text-align: center;
	}
	.contact_box [type="text"],
	.contact_box textarea {
		width: 100%;
	}
	.contact_box [type="button"] {
		margin-right: 0;
    margin-bottom: 10px;
	}
	.datelist li {
    width: 50%;
		padding-bottom: 119px;
	}
	.girlslist li {
    width: 50%;
    padding-bottom: 67px;
	}
	.datelist li:nth-child(n + 3),
	.girlslist li:nth-child(n + 3) {
		margin-top: 20px;
	}
	.datelist .schedule_image,
	.girlslist .cast_image {

	}
	#wrapper #index_contents #schedule_area .calender table {
		display: block;
		text-align: center;
	}
	#schedule_area .calender th {
		display: inline-block;
    padding: 12px 0 10px;
    width: 25%;
    font-size: 12px;
	}
	#hotel_area .hotel_list .h_name,
	#hotel_area .hotel_list .h_tel,
	#hotel_area .hotel_list .h_address {
		display: block;
		width: 100%;
	}

}