@charset "utf-8";
/* CSS Document */
/* =========================================================
	店舗一覧
========================================================= */
#rightContents {
    margin-bottom: 100px;
}
.areaScrollBtn{
	margin:0 0 20px;
}
.areaScrollBtn li{
	width:246px;
	height:83px;
	float:left;
	margin-right:11px;
	font-size:28px;
	font-weight:bold;
	box-sizing: border-box;
	text-align: center;
	line-height: 88px;
	letter-spacing: 5px;
}
.areaScrollBtn .shopListTokyo{
	background-image: url(https://cinimg.awscf.net/cinderella-group.com/img/shop/bg_shop_tokyo.jpg);
}
.areaScrollBtn .shopListYokohama{
	background-image: url(https://cinimg.awscf.net/cinderella-group.com/img/shop/bg_shop_yokohama.jpg);
	letter-spacing: 4px;
}
.areaScrollBtn .shopListSaitama{
	background-image: url(https://cinimg.awscf.net/cinderella-group.com/img/shop/bg_shop_saitama.jpg);
    letter-spacing: 3px;
}
.areaScrollBtn li:last-of-type{
	margin-right:0;
}
.areaScrollBtn li.allStores{
	background-image: url(/img/shop/bg_shop_all.jpg);
	width:100%;
	height: 60px;
	margin-bottom:20px;
	text-align: center;
	padding: 0;
	line-height: 62px;
	letter-spacing: 0;
	display: none;
}
.areaScrollBtn li a{
	display:block;
	text-decoration:none;
	color:#ffffff;
	width: 100%;
	height: 100%;
}
#middleWrapper .shopBox .shopContent .shopContentBtn li a:hover, .areaScrollBtn li a:hover{
	/* opacity:0.6; */
	background-color: #ffffff;
}
/*エリア詳細共通部分
------------------------------------------ */
.areaWrapper {
  display: block!important;
}
.extensiveArea h3{
	/* height: 60px; */
	/* line-height: 64px; */
	color: #ffffff;
	text-indent: 0.5em;
	margin-bottom: 36px;
	padding-bottom: 12px;
	position: relative;
	/* letter-spacing: 7px; */
	font-family: Futura, 'Century Gothic', sans-serif;
	font-size: 48px;
	border-bottom: 1px solid;
}
.extensiveArea h3 span {font-family: "yugoth", sans-serif;font-size: 24px;margin-left: 1.5em;}
.shopBlock {display: flex;flex-wrap: wrap;margin-bottom: 30px;justify-content: space-between;}
.specificArea h4{
	/* width: 104px; */
	/* height:32px; */
	line-height: 1.5;
	font-size: 24px;
	color:#ffffff;
	/* border-radius: 5px 5px 0 0; */
	/* text-align: center; */
	/* letter-spacing: 2px; */
	text-indent: 20px;
}
.shopBox {width: 375px;/* margin-left: 10px; */margin-bottom: 10px;position: relative;transition: width .25s ease;}
.shopBox:nth-of-type(odd) {
  /* margin-left: 0; */
}
.shopBox.open {
  width: 100%!important;
}
.shopName {
  position: relative;
}
.shopName h5 {
	height: 72px;
	line-height: 74px;
	font-weight: bold;
	color: #ffffff;
	text-indent: 20px;
	font-size: 20px;
	cursor: pointer;
	position: relative;
	/* border-bottom: 1px solid #cccccc; */
	letter-spacing: 1px;
	/* background-color: #ff4970; */
}
.extensiveArea{
	margin-bottom: 40px;
}
.specificArea{
	margin:0 0 20px;
}
.shopBox .shopContent{
	border: 3px solid;
	border-top:none;
	padding: 1px 0;
	box-sizing:border-box;
	background-color: #363636;
	width: 100%;
	display: none;
}
.shopBox .shopContent .shopDetails li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* align-items: center; */
	padding: 0 0 4px;
	border-bottom: 1px solid;
	margin-bottom: 12px;
}
.shopBox .shopContent .shopDetails li:last-child{
	border-bottom: none;
}
/*＋、×切り替え*/
.shopName p {
  position: absolute;
  top: 50%;
  right: 2.5%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
}
.shopName p span {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.shopName p span:nth-of-type(1) {
	transition: .5s;
	top: 50%;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.shopName p span:nth-of-type(2) {
	transition: .5s;
	top: 50%;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.shopBox.open .shopName p span:nth-of-type(2) {
	width: 0;
}
.shopBox .shopContent .shopDetails li h6 {
	width: 130px;
	/* display: table-cell; */
	vertical-align: top;
	font-size: 20px;
	font-weight: bold;
	/* color: #414141; */
	line-height: 32px;
}
.shopBox .shopContent .shopDetails{
	margin-bottom: 26px;
	margin: 20px 32px;
}
.shopBox .shopContent .shopDetails li p{
	/* display:table-cell; */
	font-size: 18px;
	/* text-indent: 42px; */
	line-height: 1.75;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 560px;
}
.shopBox .shopContent .shopDetails .conceptText p{
	font-size: 18px;
    width: 520px;
    text-indent: 0;
    letter-spacing: -0.5px;
    line-height: 36px;
    display: inline-block;
    margin: -3px 0 0 45px;
}
.shopBox .shopContent .shopContentBtn ul{
	width: 714px;
	margin: 0 auto;
}
.shopBox .shopContent .shopContentBtn li{
	/* float:left; */
	width: 340px;
	height: 50px;
	line-height: 50px;
	margin-left: 10px;
	font-size: 20px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	cursor: pointer;
	background-color: #ffffff;
}
.shopBox .shopContent .shopContentBtn li:first-of-type {
	margin-left:0;
}
.shopBox .shopContent .shopContentBtn li a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	transition: all .2s ease;
	border: 1px solid;
}
.shopBox .shopContentBtn {
	/* width: 690px; */
	margin: 0 32px 18px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.shopBox .shopContentBtn li:first-child{
	/* font-size: 21px; */
}
.deliveryShop.shopBox .shopContentBtn li:first-child{
	position: relative;
	pointer-events: none;
}
.deliveryShop.shopBox .shopContentBtn li:first-child:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0.3;
	width: 230px;
	height: 50px;
}
.shopBox .shopContent .conceptWrap{
	margin:0 auto 30px;
	padding:10px;
	box-sizing:border-box;
	background-color:rgba(215, 215, 215,.3);
}
.shopBox .shopContent .conceptWrap .conceptBox{
	padding:20px;
	box-sizing:border-box;
}
.shopBox .shopContent .conceptWrap .conceptBox .conceptTitle{
	margin:0 auto 30px;
	position:relative;
	color:#414141;
	font-size: 24px;
	font-weight: bold;
	text-align:center;
}
.shopBox .shopContent .conceptWrap .conceptBox .conceptTitle:before,
.shopBox .shopContent .conceptWrap .conceptBox .conceptTitle:after{
	content:"";
	height:1px;
	margin:auto;
	position: absolute;
	right:0;
	left:0;
	border-radius:2px;
}
.shopBox .shopContent .conceptWrap .conceptBox .conceptTitle:before{
	bottom:-5px;
	width:60px;
}
.shopBox .shopContent .conceptWrap .conceptBox .conceptTitle:after{
	bottom:-10px;
	width:40px;
}
.shopBox .shopContent .shopDetails li p.conceptText{
	font-size: 17px;
}
/*横浜エリア
------------------------------------------ */
#yokohamaShop .shopName h5, #yokohamaShop .shopContentBtn li a {
	background-color: #3fa2ff;
  border-color: #3fa2ff;
}
#yokohamaShop .shopContentBtn li a:hover {
	color: #3fa2ff;
}
#yokohamaShop .shopContent{
	border-color: #3fa2ff;
}
#yokohamaShop .conceptBox{
	border:2px dashed #67a6ff;
}
#yokohamaShop .conceptBox .conceptTitle:before,
#yokohamaShop .conceptBox .conceptTitle:after{
	background-color:#67a6ff;
}
/*東京エリア
------------------------------------------ */
#tokyoShop .shopName h5, #tokyoShop .shopBox .shopContentBtn li a{
	background-color: #ff4970;
	border-color: #ff4970;
}
#tokyoShop .shopContentBtn li a:hover{
	color: #ff4970;
}
#tokyoShop .shopContent{
	border-color: #ff4970;
}
#tokyoShop .shopContent .conceptWrap .conceptBox{
	border:2px dashed #ff6f68;
}
#tokyoShop .shopContent .conceptWrap .conceptBox .conceptTitle:before,
#tokyoShop .shopContent .conceptWrap .conceptBox .conceptTitle:after{
	background-color:#ff6f68;
}
/*埼玉エリア
------------------------------------------ */
#saitamaShop .shopName h5, #saitamaShop .shopContentBtn li a{
	background-color: #ff8a00;
  border-color: #ff8a00;
}
#saitamaShop .shopContentBtn li a:hover{
	color: #ff8a00;
}
#saitamaShop .shopContent{
	border-color: #ff8a00;
}
#saitamaShop .shopContent .conceptWrap .conceptBox{
	border:2px dashed #ff9e57;
}
#saitamaShop .shopContent .conceptWrap .conceptBox .conceptTitle:before,
#saitamaShop .shopContent .conceptWrap .conceptBox .conceptTitle:after{
	background-color:#ff9e57;
}
/* =========================================================
	女の子サムネユニーク
========================================================= */
.smallThumbnail{
	width: 690px;
	margin: 0 32px 10px;
	display: flex;
	flex-wrap: wrap;
}
.smallThumbnail .girlsBox {
  width: 167px;
  margin-left: 7px;
}
.smallThumbnail .girlsBox .girlsDate {font-size: 16px;height: 30px;line-height: 30px;}
.smallThumbnail .girlsBox .girlsDate:before {font-size: 16px;line-height: 30px;}
.smallThumbnail .girlsBox .girlsInfo .girlsState {
  top: 219px;
}
.smallThumbnail .girlsBox .girlsStateWrap .girlsName{font-size: 16px;}
.smallThumbnail .girlsBox .girlsStateWrap .girlsName:after{
	bottom: 30px;
}
#middleWrapper .detailRightContent p:nth-child(3) span {
    margin-top: 3px;
}
#middleWrapper .detailRightContent p:nth-child(4) span{
	width:initial;
	float: none;
}
#middleWrapper .detailRightContent p:nth-child(4) span span{
	margin-right: 5px;
}
#middleWrapper .detailRightContent p.gPouUpGenre,
#middleWrapper .detailRightContent p.gPouUpArea{
	display: none;
}

/* =========================================================
	英語版のみに適用
========================================================= */
.english .specificArea h4, .english .shopName h5 {
  font-family: Futura, 'Century Gothic', sans-serif;
}
.english .shopBox {
  width: 486px;
}
.english .shopBox .shopContent{
	font-family: initial;
}
.english .shopBox .shopContent .shopDetails li h6 {
	width: 235px;
}
.english .shopBox .shopContent .shopDetails li p {
	width: 675px;
}
.english .specificArea .shopBox .shopContent .shopContentBtn .longText a {
	line-height: 1em;
	font-size: 21px;
	margin: 4px 0;
}
