@charset "UTF-8";
@import url("./common/reset.css");
@import url("./common/advanced.css");
@import url("./common/base.css");

.calendar_outer {	
}

.calendar_outer .calendar_inn {
	width: 977px;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
}

.calendar_outer .calendar_inn li {
	padding: 0 1px 0 2px;
}
.calendar_outer .calendar_inn li p span,.calendar_outer .calendar_inn li p a {
	width: 135px;
	height: 45px;
	box-sizing: border-box;
	color: #FFF;
	background: #443B36;
	font-size: 18px;
}
.calendar_outer .calendar_inn li p a,.calendar_outer .calendar_inn li p span {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	text-decoration: none;
}

.calendar_outer .calendar_inn li a:hover,.calendar_outer .calendar_inn li.on p span {
	color: #FFFF00;
}
.calendar_outer .calendar_inn .sat a,.calendar_outer .calendar_inn .on.sat p span {
	color: deepskyblue;
}
.calendar_outer .calendar_inn .sun a,.calendar_outer .calendar_inn .on.sun p span {
	color: mediumvioletred;
}


.women_slide .slider .slick-img {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;	
}
.women_slide .slider .slick-img a.co-link {
	width: 220px;
	height: 425px;
	background: #fff;;
	text-decoration: none;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
}

.women_slide .slider .slick-img a img {
	width: 204px;
	height: 272px;
}

.women_slide .slider .slick-img .copy {
	width: 204px;
	height: 26px;
	line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	background: #fff;
	box-sizing: border-box;
	padding:  0 5px;
	text-align: center;
}
.women_slide .slider .slick-img .name {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;	
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	height: 55px;
	line-height: 1;
}

.women_slide .slider .slick-img .name span {
	width:204px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	box-sizing: border-box;
	padding:  2px 5px;
	text-align: center;
}

.women_slide .slider .slick-list  {
	width: 1120px;
	height: 425px;
}

.women_slide .womentag {
	width: 204px;
  	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;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	box-sizing: border-box;
}

.women_slide .womentag span {
	width:66px;
	height: 25px;
	line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 10px;
	padding:  0 3px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	background: #FF93E0;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}


.women_slide .slider .btn i {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	width: 40px;
	height: 40px;
	cursor: pointer;
	font-size: 20px;
}




.womenlist_item {
	width: 232px;
	margin-bottom: 5px;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
}

.womenlist_item:not(:nth-child(5n)) {
	margin-right: 5px;
}

.womenlist_item a.co-link {
	width: 232px;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
}

.womenlist_item a.co-link:nth-child(1) {
	background: none;
}

.womenlist_item a.co-link:nth-child(2) {
	background: #fff;
	height: 490px;
}

#girlslist .womenlist_item a.co-link:nth-child(2) {
	height: 460px;
}

.womenlist_item a.co-link .name {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;	
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	height: 62px;
	line-height: 1;
}

.womenlist_item a.co-link .name span {
	width:216px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	box-sizing: border-box;
	padding:  2px 5px;
	text-align: center;
}
.womenlist_item a.co-link:nth-child(2) .girls_pic {
	width: 216px;
	height: 288px;
	z-index: 1;
	position: relative;
}
/*
.womenlist_item a.co-link:nth-child(2) .newface::before {
	content: "";
	display: block;
	width: 43px;
	height: 63px;
	background: url(../images_design/common/icon_newface.png) no-repeat 0 0;
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: 2;
}*/
.womenlist_item a.co-link:nth-child(2) .level1::after {
	content: "";
	display: block;
	width: 52px;
	height: 52px;
	background: url(../images_design/common/girls_icon_23.png) no-repeat 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.womenlist_item a.co-link:nth-child(2) .level2::after {
	content: "";
	display: block;
	width: 52px;
	height: 52px;
	background: url(../images_design/common/girls_icon_22.png) no-repeat 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.womenlist_item a.co-link:nth-child(2) .level3::after {
	content: "";
	display: block;
	width: 52px;
	height: 52px;
	background: url(../images_design/common/girls_icon_25.png) no-repeat 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.womenlist_item a.co-link:nth-child(2) .level4::after {
	content: "";
	display: block;
	width: 52px;
	height: 52px;
	background: url(../images_design/common/girls_icon_24.png) no-repeat 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.womenlist_item a.co-link:nth-child(2) p.girls_pic img {
	width: 216px;
	height: 288px;
}
.womenlist_item a.co-link:nth-child(2) figure.girls_pic {
	width: 216px;
	height: 288px;
	position: relative;
	z-index: 1;
	background: url(../../pc/images_design/girl/nophoto.jpg) no-repeat 0 0;
	background-size: 100%;
	aspect-ratio: 3 / 4;
}
.womenlist_item a.co-link:nth-child(2) figure.girls_pic img.thumb {
	width: 216px;
	height: 288px;
	position: relative;
	z-index: 1;
}
.womenlist_item a.co-link:nth-child(2) figure.girls_pic img.icon {
	position: absolute;
	right: 0;
	bottom:0;
	z-index: 2;
}
.womenlist_item a.co-link:nth-child(2) figure.girls_pic img.newface {
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 2;
	width: 30px;
}

.womenlist_item a.co-link .schedule {
	width: 216px;
	line-height: 40px;
	color: #F22D84;
	font-weight: bold;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding-left: 70px;
	font-size: 16px;
}
.womenlist_item a.co-link .schedule.now::before {
	content: "";
	display: block;
	width: 63px;
	height: 63px;
	position: absolute;
	left: 0;
	top: -30px;
	z-index: 2;
	background:url(../images_design/common/icon_now.png) no-repeat 0 0;
}
.womenlist_item a.co-link .schedule.today::before {
	content: "";
	display: block;
	width: 63px;
	height: 63px;
	position: absolute;
	left: 0;
	top: -30px;
	z-index: 2;
	background:url(../images_design/common/icon_today.png) no-repeat 0 0;
}

.womenlist_item a.co-link .status {
	width: 232px;
	background: #00BEFF;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}

.womenlist_item a.co-link .status.off {
	background: #443B36;
	color: #fff;
}

.womenlist_item a.co-link .women_icon {
	width: 216px;
	overflow: hidden;
}

.womenlist_item a.co-link .women_icon span img {
	width: 35px;
	margin-right: 1px;
}
.womenlist_item a.co-link .copy {
	width: 216px;
	height: 26px;
	line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	background: #fff;
	box-sizing: border-box;
	padding:  0 5px;
	text-align: center;
}

.search_item {
	box-sizing: border-box;
	padding: 2px;
}

.search_item  .search_1 {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 40px;
	background: #000000;
}


.search_item .modal_wrap input.trigger {
  display: none;
}

.search_item .modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.search_item .modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.search_item .modal_content {
    align-self: center;
    width: 60%;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #000;
	color: #fff;
    line-height: 1.4em;
    transition: 0.5s;
}

.search_item .modal_content p {
  padding-top: 0;
}

.search_item .close_button {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}

.search_item .modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.search_item .modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: translateY(20px);
}

.search_item .open_button {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 40px;
	cursor: pointer;
	background: #000;
	color: #fff;
}

p.search_1 input {
	margin-bottom: 3px;
}

.search_btn button {
	width: 150px;
	height: 40px;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}


.womendetail_inn .copy {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;	
	background: #443B36;
	color: #fff;
}

.womendetail_inn .girls_pic_outer  {
}
.womendetail_inn .girls_pic_outer .girls_pic {
	width: 390px;
	height: 520px;
	overflow: hidden;
	margin-bottom: 10px;
}
.womendetail_inn .girls_pic_outer .girls_thumbnail {
	width: 392px;
	height: 128px;
	overflow:  hidden;
}

.womendetail_inn .girls_pic_outer .girls_thumbnail li {
	width: 98px;
	height: 128px;
	overflow: hidden;
	cursor: pointer;
	box-sizing: border-box;
	padding-right: 1px;
}

.womendetail_inn .girls_pic_outer .girls_pic img {
	width: 390px;
}

.womendetail_inn .shop_comment {
	width: 390px;
}

.womendetail_inn .shop_comment .comment_inn {
	background: #fff;
	width: 390px;
	height: 240px;
	overflow: auto;
}

.womendetail_inn .shop_comment .comment_item {
	padding: 10px;
}

.womendetail_inn .womendetail_item_1 {
	width: 390px;
	margin-left: 30px;
	margin-right: 30px;
}

.womendetail_inn .womendetail_item_2 {
	width: 720px;
}

.womendetail_inn .info_inn {
}

.womendetail_inn .info_inn .info_item {
	width:385px;
}

.womendetail_inn .info_inn .info_item .name_inn {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #F0EBE1;
}

.womendetail_inn .info_inn .info_item .women_icon span {
	margin-right: 3px;
}


.womendetail_inn .option_outer .option_inn {
	width: 720px;
	padding: 5px 0;
	background: #fff;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

.womendetail_inn .option_outer .option_inn li,.womendetail_inn .option_outer .option_inn p {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.womendetail_inn .option_outer .option_inn li {
	width: 33%;
	height: 45px;
	box-sizing: border-box;
	padding: 0 3px;
}

.womendetail_inn .option_outer .option_inn li p {
	width: 100%;
	height: 40px;
	background: #FF8FC8;
	color: #fff;
}

.womendetail_inn .option_outer .option_inn .off p {
	background: #CCCCCC;
}

.womendetail_inn .faq_outer {
	margin-bottom: 20px;
	min-height: 506px;
	box-sizing: border-box;
}
.womendetail_inn .faq_inn dt {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;	
	width: 700px;
	height: 40px;
	background: #443B36;
}

.womendetail_inn .faq_inn dt i {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;	
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	width: 40px;
	height: 40px;
	color: #C7B299;
	border-right: 1px solid #fff;
}

.womendetail_inn .faq_inn dt span {
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
}

.womendetail_inn .faq_inn dd {
	padding: 12px 0 15px;
}

.womendetail_inn .schedule_inn {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	width: 1120px;
}

.womendetail_inn .schedule_outer .schedule_item {
	width: 159px;
	margin-left: 1px;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.womendetail_inn .schedule_outer .date {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 159px;
	height: 40px;
	background: #443B36;
	color: #fff;
	font-size: 15px;
	line-height: 1;
	font-weight: bold;
}

.womendetail_inn .schedule_outer .time {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 159px;
	height: 80px;
	background: #F7F1E7;
	color: #443B36;
	font-size: 16px;
	line-height: 1;
}

.womendetail_inn.schedule_outer .time i { 
	font-size: 12px;
	padding: 2px 0;
}

.womendetail_inn .schedule_outer .time span {
	font-weight: bold;
}

.womendetail_inn .schedule_outer .btn {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 159px;
	height: 35px;
	background: #F7F1E7;
}

.womendetail_inn .schedule_outer .btn a {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 140px;
	height: 30px;
	background: #F52D82;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
}

.womendetail_inn .review_item {
	width: 366px;
	height: 430px;
	margin-right: 10px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
}

.womendetail_inn .review_item:nth-child(3n) {
	margin-right: 0;
}

.womendetail_inn .review_item .data {
	margin-bottom: 5px;
	border-bottom: 1px solid #E6E6E6;
}

.womendetail_inn .review_item .review_body {
	height: 340px;
	overflow:  auto;
}

.womendetail_inn .review_item .review_body  .review_body_inn {
	padding: 5px;
}

.womenlist_item a.co-link:nth-child(2) figure.girls_pic .icon-beginner{
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 5;
}
.womendetail_item_1 {
	position: relative;
}

.womendetail_item_1 .icon-beginner{
    display: inline-block;
    width: 22px;
    height: 32px;
    vertical-align: middle;
    margin-right: 0.4em;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 5;
}
.womenlist_item a.co-link .co-bg-gray2 {
	background: #ccc!important;
	color: #444 !important;
}
.womendetail_item_1 .icon-now::before{
	content: "";
	display: block;
	width: 63px;
	height: 63px;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 2;
	background:url(../images_design/common/icon_now.png) no-repeat 0 0;
}