@charset "utf-8";

/*==========================================================
	女の子情報
==========================================================*/
.container{
	width: 100%;
	padding: 0px;
}
@media (min-width: 576px){
	.container{
		max-width: 100%;
	}
}
/*==========================================================
	女の子情報：大枠
==========================================================*/
.detail_box{
	width: 100%;
	margin: 0px auto 50px auto;
}
/*==========================================================
	写真
==========================================================*/
.thumb_box{
	position: relative;
	width: 100%;
	background-color: #101010;
}
.thumb_box ul{
	width: 100%; height: auto;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 40px 0px;
	list-style-type: none;
	overflow: hidden;
}
.thumb_box ul:before,
.thumb_box ul:after{
	content: '';
	display: table;
}
.thumb_box ul:after{
	clear: both;
}
.thumb_box ul li{
	width: auto; height: auto;
	max-height: 725px;
	margin: 0px 10px;
	text-align: center;
}
.thumb_box ul li img{
	width: 100%;
}
.slick-dots{
	bottom: -5px;
	height: 40px !important;
	margin: 0px auto !important;
	padding: 0px !important;
}
.slick-dots li{
	width: 20px !important; height: 20px !important;
}
.slick-dots li button:before{
	width: 20px; height: 20px;
	border-radius: 20px;
}
.scroll_com{
	position: absolute;
	bottom: 50px; left: 0px; right: 0px;
	width: 77%; height: 80px;
	margin: 0px auto;
	padding: 0px 5px;
	line-height: 115px;
	color: #B372A2;
	font-size: 24px;
	font-family: 'Lato','Noto Sans JP',sans-serif;
	background: linear-gradient(0deg,rgba(240,240,240,1) 0%,rgba(240,240,240,0.8) 40%,rgba(240,240,240,0) 100%);
	overflow: hidden;
}
.no_photo{
	display: none;
}
/*==========================================================
	アイコン表示 (新人／体験入店)
==========================================================*/
.icon_new{
	position: absolute;
	top: 10px; left: 10px;
	margin: 0px auto;
}
.info_newface{
	width: 56px; height: 56px;
	margin: 0px auto;
	background-image: url(../img/info/nf.png);
	background-size: 56px 56px;
	background-position: center center;
	background-repeat: no-repeat;
}
.info_trial{
	width: 56px; height: 56px;
	margin: 0px auto;
	background-image: url(../img/info/trial.png);
	background-size: 56px 56px;
	background-position: center center;
	background-repeat: no-repeat;
}
/*==========================================================
	プロフィール
==========================================================*/
.profile_box{
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 10px 0px;
	text-align: center;
}
.info_name{
	width: 100%; height: 50px;
	margin: 0px auto;
	line-height: 50px;
	letter-spacing: 1px;
	color: #5F3658;
	font-size: 36px;
	font-weight: 500;
	font-family: 'Lato','Noto Sans JP',sans-serif;
}
.info_age{
	position: absolute;
	top: 20px; right: 80px;
	width: auto;
	margin: 0px auto;
	letter-spacing: 1px;
	color: #454545;
	font-size: 30px;
	font-weight: 600;
	font-family: 'Lato',sans-serif;
}
.info_age span{
	display: inline-block;
	margin: 0px 5px 0px 0px;
	font-size: 20px;
	font-weight: 400;
}
.info_size{
	width: 100%; height: 40px;
	margin: 0px auto;
	line-height: 40px;
	letter-spacing: 1px;
	color: #454545;
	font-size: 26px;
	font-weight: 700;
	font-family: 'Lato',sans-serif;
}
.info_size span{
	font-size: 18px;
	font-weight: 200;
}
.info_size span > span{
	display: inline-block;
	width: 28px; height: 28px;
	margin: 0px 0px 1px 4px;
	line-height: 28px;
	vertical-align: text-bottom;
	text-align: center;
	color: #F5F5F5;
	font-size: 22px;
	font-weight: 600;
	border-radius: 50%;
	background-color: #5F3658;
}
.info_time{
	width: 100%; height: 40px;
	margin: 0px auto;
	line-height: 40px;
	letter-spacing: 1px;
	color: #454545;
	font-size: 26px;
	font-family: 'Lato','Noto Sans JP',sans-serif;
}
.info_time i{
	display: inline-block;
	margin: 0px 10px;
}
/*==========================================================
	ホットプライス
==========================================================*/
.hotprice_box{
	position: relative;
	width: 100%; height: 150px;
	margin: 10px auto -10px auto;
	padding: 0px 0px 0px 260px;
	text-align: left;
	background-repeat: no-repeat;
}
.hotprice_box:before{
	content: '';
	position: absolute;
	top: 0px; bottom: 0px; left: 0px;
	width: 250px; height: 206px;
	margin: auto 0px;
	background-image: url(../common/img/icon/hotprice.png);
	background-size: 250px 206px;
	background-repeat: no-repeat;
}
.hotprice_box:after{
	content: '';
	position: absolute;
	top: 0px; left: 0px; right: 0px;
	width: 100%; height: 150px;
	background: linear-gradient(0deg,#B372A2 20%,#EEB46F 100%);
	z-index: -1;
}
.hotprice_box h4{
	display: inline-block;
	width: auto; height: 30px;
	margin: 5px 0px 0px 0px;
	line-height: 30px;
	text-align: left;
	color: #F2FFAA;
	font-size: 26px;
	font-weight: 400;
	font-family: 'Lato',sans-serif;
}
.hotprice_box h4 span{
	display: inline-block;
	width: auto; height: 30px;
	margin: 0px 0px 0px 5px;
	line-height: 30px;
	vertical-align: bottom;
	color: #FFFCFF;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Noto Sans JP',sans-serif;
}
.hotprice_box h5{
	display: inline-block;
	width: auto; height: 50px;
	margin: 5px 0px 0px 0px;
	line-height: 50px;
	color: #F2FFAA;
	font-size: 56px;
	font-weight: 700;
	font-family: 'Lato',sans-serif;
}
.hotprice_box h5 + p{
	display: inline-block;
	width: auto; height: 20px;
	margin: 0px;
	line-height: 20px;
	text-align: right;
	color: #FFFCFF;
	font-size: 14px;
}
.hotprice_box h5 span{
	display: inline-block;
	width: auto; height: 30px;
	margin: 0px 0px 5px 5px;
	line-height: 30px;
	vertical-align: middle;
	font-size: 30px;
	font-weight: 300;
}
.hotprice_box p{
	display: block;
	width: auto; height: 30px;
	margin: 0px;
	line-height: 30px;
	color: #FFFCFF;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Noto Sans JP',sans-serif;
}
.hotprice_box p span{
	display: inline-block;
	width: auto; height: 30px;
	margin: 0px 5px;
	vertical-align: text-bottom;
	font-size: 26px;
	font-weight: 400;
	font-family: 'Lato',sans-serif;
}
/*==========================================================
	女の子紹介 (Q&A)
==========================================================*/
.qa_box{
	position: relative;
	width: 100%;
	margin: 0px auto;
}
.qa_box:before{
	content: '';
	position: absolute;
	top: 0px; left: 0px; right: 0px;
	width: 100%; height: 210px;
	background-color: #B372A2;
	z-index: -1;
}
.qa_title{
	width: 100%; height: 100px;
	margin: 0px auto;
	line-height: 100px;
	text-align: center;
	letter-spacing: 2px;
	color: #F5F5F5;
	font-size: 54px;
	font-weight: 700;
	font-family: 'Lato',sans-serif;
}
.qa_box table{
	width: 90%;
	margin: 30px auto 0px auto;
	border-collapse: separate;
	border-spacing: 20px 0px;
	background-color: #FCFCFC;
}
.qa_box table tr{
	width: 100%;
}
.qa_box table tr:last-child td{
	border-bottom: none;
}
.qa_box table tr td{
	font-size: 24px;
	font-family: 'Noto Sans JP',sans-serif;
	border-bottom: solid 1px #D7AACB;
}
.qa_box table tr td:nth-of-type(1){
	width: 30%; height: auto;
	padding: 10px 0px 10px 10px;
	line-height: 1.4em;
	text-align: left;
	color: #B372A2;
	vertical-align: top;
}
.qa_box table tr td:nth-of-type(2){
	width: 70%;
	padding: 10px 0px;
}
.enquete_q{
	color: #B372A2;
	font-weight: 500;
}
.enquete_a{
	color: #2F2F2F;
}
.shop_com{
	line-height: 1.2em;
	font-weight: 400;
	text-align: justify;
	text-justify: distribute;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}
/*==========================================================
	出勤カレンダー
==========================================================*/
.weekly_schedule{
	position: relative;
	width: 100%;
	margin: 80px auto 0px auto;
}
.weekly_schedule:before{
	content: '';
	position: absolute;
	top: 0px; left: 0px; right: 0px;
	width: 100%; height: 210px;
	background-color: #72AEB3;
	z-index: -1;
}
.weekly_schedule_title{
	width: 100%; height: 100px;
	margin: 0px auto;
	line-height: 100px;
	text-align: center;
	letter-spacing: 2px;
	color: #F5F5F5;
	font-size: 54px;
	font-weight: 700;
	font-family: 'Lato',sans-serif;
}
.weekly_schedule p{
	width: 100%; height: auto;
	margin: 0px auto 20px auto;
	line-height: 1.4em;
	text-align: center;
	color: #F5F5F5;
	font-size: 18px;
	font-family: 'Noto Sans JP',sans-serif;
	z-index: 0;
}
/*カレンダー*/
#att0,
#att1,
#att2,
#att3,
#att4,
#att5,
#att6{
	display: table;
	position: relative;
	width: 90%;
	margin: 0px auto;
	border-collapse: separate;
	border-spacing: 20px 0px;
	background-color: #FCFCFC;
}
#att0:before,
#att1:before,
#att2:before,
#att3:before,
#att4:before,
#att5:before,
#att6:before{
	content: '';
	position: absolute;
	bottom: 0px; left: 0px; right: 0px;
	width: 90%; height: 1px;
	margin: 0px auto;
	background-color: #707070;
}
#att6:before{
	background-color: transparent;
}
.day{
	display: table-cell;
	width: 30%; height: 40px;
	margin: 0px auto;
	line-height: 40px;
	text-align: center;
	letter-spacing: 2px;
	color: #5F3658;
	font-size: 24px;
	font-family: 'Lato','Noto Sans JP',sans-serif;
}
.week{
	display: inline-block;
	margin: 0px 0px 0px 5px;
	font-size: 18px;
}
.waku,
.waku2{
	display: table-cell;
	width: 70%; height: 40px;
	padding: 10px 0px;
	text-align: center;
	letter-spacing: 2px;
	color: #5F3658;
	font-size: 24px;
	font-family: 'Lato','Noto Sans JP',sans-serif;
}
.s_in_time,
.s_out_time{
	display: inline-block;
}
.s_out_time span{
	font-size: 18px;
}
.s_arrow{
	display: inline-block;
	margin: 0px auto;
	font-size: 18px !important;
}
.sat{
	color: #2B2BB2;
}
.sun{
	color: #B45708;
}
/*==========================================================
	その他の女の子一覧
==========================================================*/
.other_girls{
	position: relative;
	width: 100%;
	margin: 80px auto 0px auto;
}
.other_girls:before{
	content: '';
	position: absolute;
	top: 0px; left: 0px; right: 0px;
	width: 100%; height: 210px;
	background: linear-gradient(0deg,#B17A96 20%,#EEB46F 100%);
	z-index: -1;
}
.other_girls_title{
	width: 100%; height: 100px;
	margin: 0px auto;
	line-height: 100px;
	text-align: center;
	letter-spacing: 2px;
	color: #F5F5F5;
	font-size: 54px;
	font-weight: 700;
	font-family: 'Lato',sans-serif;
}
.other_girls ul{
	width: 100%; height: auto;
	margin: 20px 0px 10px 0px;
	padding: 0px 10px;
	list-style-type: none;
	overflow: hidden;
}
.other_girls ul:before,
.other_girls ul:after{
	content: '';
	display: table;
}
.other_girls ul:after{
	clear: both;
}
.other_girls ul li{
	width: auto; height: auto;
	margin: 0px 10px;
	text-align: center;
	font-size: 24px;
}
.other_girls ul li img{
	width: 100%;
}
.other_girls ul li a{
	display: block;
	width: 100%; height: 100%;
}
/*==========================================================
	女の子紹介 (NEXT／BACK)
==========================================================*/
.paging{
	width: 100%;
	margin: 60px auto 0px auto;
}
.paging table{
	width: 70%;
	margin: 0px auto;
}
.prev_page,
.list_page,
.next_page{
	position: relative;
	width: 33.3%; height: 70px;
	text-align: center;
	vertical-align: middle;
}
.prev_page a,
.list_page a,
.next_page a{
	display: block;
	width: 100%;
	color: #B372A2;
	font-size: 20px;
	font-weight: 300;
	font-family: 'Lato',sans-serif;
}
.list_page a{
	font-size: 46px;
}
.prev_page a{
	text-align: right;
}
.prev_page span{
	position: absolute;
	top: 0px; bottom: 0px; left: 0px;
	width: 35px; height: 35px;
	margin: auto 0px;
	border-style: solid;
	border-color: #B372A2;
	border-width: 0px 0px 1px 1px;
	transform: rotate(45deg);
}
.next_page a{
	text-align: left;
}
.next_page span{
	position: absolute;
	top: 0px; bottom: 0px; right: 0px;
	width: 35px; height: 35px;
	margin: auto 0px;
	border-style: solid;
	border-color: #B372A2;
	border-width: 1px 1px 0px 0px;
	transform: rotate(45deg);
}
