@charset "UTF-8";
@import url("./common/reset.css");
@import url("./common/advanced.css");
@import url("./common/base.css");

/*common*/
.contents_tit_1 {
	height: 150px;
	background: url(../images_design/system/tit_1.jpg) no-repeat 0 0;
}


.calendar_outer {	
}

.calendar_outer .calendar_inn {
	width: 100%;
	background: #534741;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px;
}

.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: 117px;
	height: 30px;
	box-sizing: border-box;
	color: #000;
	background: #fff;
	font-size: 16px;
	line-height: 1;
}
.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: #FFF;
	background: #E94A6F;
}
.calendar_outer .calendar_inn .sat a {
	color: dodgerblue;
}
.calendar_outer .calendar_inn .sun a {
	color: mediumvioletred;
}

.calendar_outer .calendar_inn .on.sat p span,.calendar_outer .calendar_inn .on.sun p span {
	color: white;
}

/**/
.womenlist_item {
	width: 170px;
	margin-right: 5px;
	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:nth-child(5n) {
	margin-right: 0;
}

.womenlist_item a.co-link {
	width: 170px;
  	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 {
	background: #E94A6F;
	height:360px;
}

.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: 50px;
	line-height: 1;
	color: #fff;
}

.womenlist_item a.co-link .name span {
	width:170px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding:  2px 5px;
	text-align: center;
}

.womenlist_item .girlspic {
	position: relative;
	width: 170px;
	height: 229px;
}

.womenlist_item .girlspic .thumb {
	width: 170px;
	height: 229px;
	position: relative;
	z-index: 1;
}

.womenlist_item .girlspic .icon {
	position: absolute;
	left: 5px;
	bottom: 5px;
	width: 52px;
	height: 52px;
	z-index: 3;
}

.womenlist_item a.co-link .schedule {
	width: 170px;
	line-height: 30px;
	color: #F22D84;
	font-weight: bold;
	box-sizing: border-box;
	font-size: 16px;
}

.womenlist_item .womentag {
	width: 164px;
	height: 48px;
	margin-bottom: 3px;
  	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
	overflow: hidden;
}

.womenlist_item .womentag span {
	width: 81px;
	height: 22px;
	max-width: 81px;
	margin-bottom: 2px;
	background: #fff;
	font-size: 10px;
	font-family: 'Noto Sans JP', sans-serif;
  	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;
	font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.womenlist_item .schedule {
	width: 170px;
	height: 30px;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
	background: #000;
  	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;
}

.womenlist_item .schedule span {
	padding-bottom: 3px;
}

/**/
.co-ar-1::before {
	content: "";
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	width: 9px;
	height: 16px;
	background: url(../images_design/girls/ar_1.png) no-repeat 0 0;
}

/**/
.women_detail .girlspic_outer .girls_pic {
	position: relative;
	width: 300px;
	height: 400px;
	overflow:  hidden;
}
.women_detail .girlspic_outer .girls_pic  .mainimage {
	position: relative;
	width: 300px;
	height: 400px;
	z-index: 1;
}
.women_detail .girlspic_outer .girls_pic .icon {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 52px;
	height: 52px;
	z-index: 3;
}

.women_detail .girlspic_outer .girls_thumbnail {
	height: 80px;
	overflow:  hidden;
}

/**/
.women_detail .profile_1 {
	width: 320px;
}

.women_detail .profile_2 {
	width: 516px;
}

.women_detail .comment .co-bg-white {
	height: 220px;
	overflow-y: auto;
}

.women_detail .womentag span:not(:last-child) {
	margin-right: 5px;
}

.women_detail .option li {
	padding-bottom: 5px;
}

.women_detail .option li:not(:nth-child(4n)) {
	padding-right: 5px;
}

/**/
.women_detail .schedule_inn {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	width: 810px;
}

.women_detail .schedule_outer .schedule_item {
	width: 115px;
	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;
}

.women_detail .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: 115px;
	height: 40px;
	background: #E94A6F;
	color: #fff;
	font-size: 15px;
	line-height: 1;
}

.women_detail .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: 115px;
	height: 80px;
	background: #FFFFC8;
	color: #443B36;
	font-size: 16px;
	line-height: 1;
}

.women_detail .schedule_outer .time i { 
	font-size: 12px;
	padding: 2px 0;
}

.women_detail .schedule_outer .time span {
}

.women_detail .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: 115px;
	height: 35px;
	background: #F7F1E7;
}

.women_detail .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: 100px;
	height: 30px;
	background: #F52D82;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
}
