@import '/common/css/import@girl_girlFavBtn.css';

/*------------------------------------------------------------------------------
 コンテンツ見出し
 ------------------------------------------------------------------------------*/
.girlTopHeading {
	display: flex;
	align-items: flex-end;
	gap: 15px;
	margin-top: 15px;
	padding-bottom: 8px;
	color: #000;
	background: url(/common/image/girl/girl_line.gif) no-repeat bottom;
}
.girlTopHeading strong {
	font-size: 108%;
}
.girlTopHeading .link {
	margin-left: auto;
	white-space: nowrap;
}
.girlTopHeading a {
	text-decoration: none;
}

/*------------------------------------------------------------------------------
 左右コンテンツ枠
 ------------------------------------------------------------------------------*/
.girlContent {
	display: flex;
	flex-direction: row-reverse;
	gap: 15px;
}
.girlContentR {
	flex: 1;
	min-width: 0;
}
.girlContentL {
	flex: 0 0 260px;
	min-width: 0;
}

/*------------------------------------------------------------------------------
 つぶやき
 ------------------------------------------------------------------------------*/
.girlTweetWrap {
	padding: 0 0 10px;
	margin: 0 0 3px;
}
.girlTweet {
	position: relative;
	height: 32px;
	background: rgba(255,34,106,0.8);
	background: #FA5298;
	border-radius: 3px;
	color: #FFF;
}
.girlTweet:after {
	position: absolute;
	bottom: -7px;
	left: 23px;
	content: '';
	display: block;
	width: 0;
	border: 7px solid transparent;
	border-top-color: #FA5298;
	border-bottom-width: 0;
}
.girlTweet dt {
	display: block;
	padding: 8px 0 0 5px;
	font-size: 14px;
}
.girlTweet dd {
	position: absolute;
	right: 5px;
	top: 10px;
	font-size: 12px;
	color: #E8E8E8;
}

/*------------------------------------------------------------------------------
 プロフィール
 ------------------------------------------------------------------------------*/
.girlProf {
	overflow: hidden;
}

/* header
 ------------------------------------------------------------------------------*/
.girlProf .header {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 5px 5px;
	background: url(/common/image/girl/girl_line.gif) no-repeat bottom;
	overflow: hidden;
}
.girlProf .header .name {
	font-size: 24px;
	color: #FF0066;
	white-space: nowrap;
}
.girlProf .header .age {
	font-size: 108%;
}
.girlProf .header .size {
	margin-left: auto;
	font-size: 108%;
}
.girlProf .header .size span {
	display: inline-block;
}

/* body
 ------------------------------------------------------------------------------*/
.girlProf .body {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 8px;
	background: #FFEEF4;
}
.girlProf .body .pr {
	color: #C09;
}
.girlProf .body .type {
	color: #AF0000;
}
.girlProf .body small {
	font-size: 100%;
}
.girlProf .body .bsb {
	display: flex;
}
.girlProf .body .bsb span + small {
	margin-left: 15px;
}

/* type */
.girlProf .body .typeWrap {
	display: flex;
	gap: 10px;
}
.girlProf .body .types {
	margin-left: auto;
}
.girlProf .body #typesData {
	display: none;
	padding: 10px;
	background: #000;
}
.girlProf .body #typesData ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
	color: #FFF;
}

/* today */
.girlProf .body .today span {
	font-weight: bold;
}
.girlProf .today .nowInfo_working {
	font-weight: bold;
	color: #FF0066;
}
.girlProf .today .nowInfo_shift {
	font-weight: bold;
	color: #FF0066;
}
.girlProf .today .nowInfo_holiday {
	color: red;
}

/* erodoBtn */
.girlProf .body .erodoBtn {
	position: absolute;
	right: 8px;
	bottom: 8px;
}
.girlProf .body span.erodoBtn {
	color: #999;
}
.girlProf #erodoBox {
	display: none;
	background: #000;
}
.girlProf #erodoCanvas {
	display: block;
	padding: 15px 15px 0;
	background: #000;
}

/*------------------------------------------------------------------------------
 コメント（女の子＆店長）
 ------------------------------------------------------------------------------*/
.girlComment {
	display: flex;
	gap: 10px;
}
.girlComment .box {
	flex: 0 0 calc((100% - 10px) / 2);
	min-width: 0;
}
.girlComment p {
	overflow: auto;
	scrollbar-width: thin;
	max-height: 165px;
	line-height: 1.4;
	margin-top: 3px;
	padding: 5px 3px;
	border-bottom: 2px dotted #CCC;
	overflow-wrap: break-word;
	word-break: break-all;
}

/*------------------------------------------------------------------------------
 写メ日記
 ------------------------------------------------------------------------------*/
.girlDiary .list {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
	margin: 2px 0 0;
}
.girlDiary .box {
	flex: 0 0 calc((100% - 2px) / 2);
	min-width: 0;
	display: flex;
	gap: 5px;
	padding: 5px;
	background: #FFEEF4;
}
.girlDiary .photo {
	flex: 0 0 26%;
}
.girlDiary .photo a {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 140%;
}
.girlDiary .photo a img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.girlDiary .photo a:hover {
	opacity: 0.8;
}
.girlDiary .datas {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.girlDiary .content {
	line-height: 1.2 !important;
	overflow-wrap: break-word;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/*------------------------------------------------------------------------------
 教えて女の子
 ------------------------------------------------------------------------------*/
.girlQanda .list {
	overflow: hidden;
	background: #FFEEF4;
}
.girlQanda .list dl {
	margin: 7px 5px;
	padding: 0 0 7px;
	border-bottom: 1px dotted #CCC;
}
.girlQanda .list dl:last-child {
	margin-bottom: 2px;
	border-bottom: none;
}
.girlQanda .list dd {
	padding: 5px 0 0;
}
.girlQanda .list dt span,
.girlQanda .list dd span {
	display: inline-block;
	width: 20px;
	text-align: center;
	line-height: 1;
	margin-right: 5px;
	font-family: Arial;
	font-weight: bold;
	font-size: 116%;
}
.girlQanda .list dt span {
	color: #F60;
}
.girlQanda .list dd span {
	color: #08D;
}

/*------------------------------------------------------------------------------
 一週間の出勤予定
 ------------------------------------------------------------------------------*/
.girlSchedule .list {
	display: flex;
	margin-top: 1px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.girlSchedule .list dl {
	flex: 0 0 calc(100% / 7);
	min-width: 0;
	display: flex;
	flex-direction: column;
	text-align: center;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.girlSchedule .list dt {
	padding: 3px 3px;
	background: #FFDFEC;
}
.girlSchedule .list dt small {
	display: block;
	margin: 2px 0 0;
	font-size: 92%;
}
.girlSchedule .list dd {
	flex: 1;
	min-height: 0;
	min-height: 30px;
	padding: 5px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
}
.girlSchedule .list dd span {
	white-space: nowrap;
}

/* girlShiftNotes */
.girlShiftNotes {
	line-height: 1.3;
	margin: 5px 0 0;
	padding: 5px;
	font-size: 92%;
	background: #FFC;
	border: 1px solid #CCC;
}

/*------------------------------------------------------------------------------
 出勤リクエスト
 ------------------------------------------------------------------------------*/
.girlSreqLink a {
	text-align: center;
	display: block;
	line-height: 1.0 !important;
	margin: 5px 0 0;
	padding: 5px 0;
	text-decoration: none;
	color: #FFF;
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	background: #FE429A;
	border-radius: 8px;
	border-bottom: 1px solid rgba(0,0,0,0.25);
}
.girlSreqLink a:hover {
	color: yellow;
	background: #FD379A;
}
.girlSreqLink a strong {
	display: block;
	padding: 5px 0 0;
	font-size: 18px;
}
.girlSreqLink a span {
	display: block;
	padding: 5px 0 0;
}
.girlSreqLink a small {
	display: block;
	padding: 5px 0 0;
	font-size: 92%;
}

/*------------------------------------------------------------------------------
 女の子画像
 ------------------------------------------------------------------------------*/
.girlTopPhotoHolder {
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 260px;
}
.girlTopPhotoHolder img {
	max-width: 100%;
}

/* gpRibbon */
.girlTopPhotoHolder .gpRibbon {
	position: absolute;
	left: -46px;
	top: 10px;
	text-align: center;
	display: none;
	width: 140px;
	line-height: 24px;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	background: #EA4395;
	transform: rotate(-45deg);
}
.girlTopPhotoHolder .gpRibbonNewface {
	display: block;
	background: #EE1C25;
}
.girlTopPhotoHolder .gpRibbonTaiken {
	display: block;
	background: #07B57B;
}

/* girlTopPhotos */
.girlTopPhotos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 260px;
	margin: 5px 0 0;
}
.girlTopPhotos li {
	position: relative;
	width: 25%;
	padding: 1px;
}
.girlTopPhotos li img {
	width: 100%;
}
.girlTopPhotos li a:hover {
	opacity: 0.8;
}

/*------------------------------------------------------------------------------
 フェチ画像
 ------------------------------------------------------------------------------*/
.girlFeti {
	margin: 10px 0;
}
.girlFeti ul {
	display: flex;
	gap: 1px;
	margin-top: 3px;
	background: #F1F1F1;
}
.girlFeti li {
	flex: 0 0 calc((100% - 4px) / 5);
}
.girlFeti li a {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
}
.girlFeti li a img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.girlFeti li a:hover {
	opacity: 0.8;
}

/*------------------------------------------------------------------------------
 女の子動画
 ------------------------------------------------------------------------------*/
.girlVideo {
	margin: 10px 0;
}
.girlVideo ul {
	display: flex;
	gap: 1px;
	margin-top: 3px;
	background: #F1F1F1;
}
.girlVideo li {
	flex: 0 0 calc((100% - 2px) / 3);
}
.girlVideo li a {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 75%;
}
.girlVideo li a img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.girlVideo li a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(/common/image/misc/movie-play.png) no-repeat 50% 50%;
	background-size: 30px;
}
.girlVideo li a:hover {
	opacity: 0.8;
}

/*------------------------------------------------------------------------------
 コスプレ
 ------------------------------------------------------------------------------*/
.girlCosplay {
	margin: 10px 0;
}
.girlCosplay ul {
	display: flex;
	gap: 1px;
	margin-top: 3px;
	background: #F1F1F1;
}
.girlCosplay li {
	flex: 0 0 calc((100% - 4px) / 5);
}
.girlCosplay li a {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
}
.girlCosplay li a img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.girlCosplay li a:hover {
	opacity: 0.8;
}

/*------------------------------------------------------------------------------
 プレイ内容
 ------------------------------------------------------------------------------*/
.girlPlay {
	width: 100%;
}
.girlPlay > strong {
	display: block;
	margin: 8px 0 3px;
}
.girlPlay ul {
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
.girlPlay li {
	flex: 0 0 calc(100% / 5);
	text-align: center;
	padding: 5px 3px;
	white-space: nowrap;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.girlPlay .list_1 li {
	background: #FFEEF4;
}
.girlPlay .list_2 li {
	background: #FFC;
}
.girlPlay .pro {
	display: inline-grid;
	place-items: center;
	height: 16px;
	padding: 0 3px;
	font-size: 11px;
	white-space: nowrap;
	color: #FFF;
	background: radial-gradient(#1AA5DE, #fff);
	background: #1AA5DE;
	border-radius: 3px;
}

/*------------------------------------------------------------------------------
 特別コンテンツ
 ------------------------------------------------------------------------------*/
.girlMT {
	margin: 15px 0 0;
}
.girlMT ul {
	display: flex;
	margin: 10px 0 0;
}
.girlMT li {
	flex: 0 0 calc(50% - 20px);
	margin: 0 10px;
}

/*------------------------------------------------------------------------------
 前後の女の子
 ------------------------------------------------------------------------------*/
.girlPager {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	padding-top: 15px;
	color: #999;
	border-top: 2px solid #EEE;
}
