@charset "utf-8";
/* CSS Document */

/* =========================================================
	店舗一覧
========================================================= */
.extensiveArea {
  width: 94.4%;
  margin: 7% auto 0;
  /* padding: 5% 0; */
}

.specificArea {
  margin-bottom: 5%;
  font-size: 1em;
}

.areaWrapper {
  /* display: none; */
}

/* 地域ボタン
*******************/
.areaScrollBtn {
  width: 93%;
  margin: 6vw auto 3vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.areaScrollBtn .allStores {
  display: none;
}

.areaScrollBtn li:not(.allStores) {
  width: 31%;
  height: 10vw;
  /* float:left; */
  text-align: center;
  border-radius: 0;
  /* margin: 3.4% 1.7% 3.4% 0; */
  position: relative;
}

.areaScrollBtn li:nth-child(2) {
  background: url(/img/shop/bg_shop_tokyo.jpg) no-repeat;
  background-size: auto 100%;
}

.areaScrollBtn li:nth-child(3) {
  background: url(/img/shop/bg_shop_yokohama.jpg) no-repeat;
  background-size: auto 100%;
}

.areaScrollBtn li:nth-child(4) {
  background: url(/img/shop/bg_shop_saitama.jpg) no-repeat;
  background-size: auto 100%;
  margin-right: 0;
}

.areaScrollBtn li:not(.allStores) a {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  line-height: 10vw;
}

/* 小見出し（h3）
*******************/
.areaHeading {
  position: relative;
}

.areaHeading p {
  position: absolute;
  top: 50%;
  right: 2.5%;
  transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
}

.areaHeading p span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1.2em;
  height: 2px;
  background-color: #ffffff;
}

.areaHeading 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);
}

.areaHeading p span:nth-of-type(2) {
  transition: .15s;
  top: 50%;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.areaHeading.open p span:nth-of-type(2) {
  width: 0;
}

.extensiveArea h3 {
  color: #ffffff;
  text-indent: 0.5em;
  margin-bottom: 5%;
  position: relative;
  font-family: Futura, 'Century Gothic', sans-serif;
  font-size: 2.3em;
  border-bottom: 1px solid;
  line-height: 1.5;
  cursor: pointer;
}

.extensiveArea h3 span {font-family: "yugoth", sans-serif;font-size: 0.4em;margin-left: 1.5em;}

/* 小見出し（h4）
*******************/
.specificArea h4 {
  font-size: 1.3em;
  font-weight: 500;
  color: #ffffff;
  padding-left: 0.8em;
  box-sizing: border-box;
  line-height: 1.7;
}

/* 店舗ブロック
*******************/
.specificArea .shopBox {
  margin: 0 auto 2%;
  /* border: 3px solid; */
}

/*東京*/
#tokyoShop .shopContent {
  border-color: #ff4970;
}

/*横浜*/
#yokohamaShop .shopContent {
  border-color: #3fa2ff;
}

/*埼玉*/
#saitamaShop .shopContent {
  border-color: #ff8a00;
}

/*店舗名*/
.shopName {
  position: relative;
}

.shopName h5 {
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2em;
  background-color: #6abbff;
  padding: 1.3em 0.8em;
  position: relative;
}

.shopName h5.open,
.shopName:last-child h5 {
  border-bottom: none;
}

/*東京*/
#tokyoShop .shopName h5 {
  background-color: #ff4970;
}

/*横浜*/
#yokohamaShop .shopName h5 {
  background-color: #3fa2ff;
}

/*埼玉*/
#saitamaShop .shopName h5 {
  background-color: #ff8a00;
}

/* h5:not(.open) + .shopContent{
	display: none;
} */
/*＋、×切り替え*/
.shopName p {
    position: absolute;
    top: 50%;
    right: 2.5%;
    transform: translateY(-50%);
    width: 1.2em;
    height: 1.2em;
}

.shopName p span {position: absolute;/* right: 2.5%; */width: 1.2em;height: 2px;background-color: #ffffff;top: 50%;left: 0;right: 0;margin: 0 auto;}

.shopName p span:nth-of-type(1) {
  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: .15s;
  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;
}

/*店舗情報*/
.shopContent {border: 3px solid;border-top: 0;padding: 3% 0 5%;box-sizing: border-box;background-color: #363636;display: none;}

.shopDetails {
  width: 88%;
  margin: 0 auto 6%;
}

.shopDetails li {
  width: 100%;
  /* padding: 2.6% 0 1.7%; */
  box-sizing: border-box;
  border-bottom: 1px solid;
  /* height: 6vw; */
  /* line-height: 6vw; */
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1em;
  padding: 2.5% 0;
}

.shopDetails li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  flex-direction: column;
}

.shopDetails li h6 {
  width: 32%;
  font-size: 1em;
  font-weight: 700;
  /* float: left; */
  display: flex;
  /* align-items: center; */
  /* height: 7.5vw; */
  line-height: 1.7;
}

.shopDetails li p {
  font-size: 1em;
  /* float: left; */
  width: 68%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.7;
}

.shopDetails li p.conceptText {
  width: 100%;
}

.shopDetails li p a {
  font-size: inherit;
}

.conceptWrap {
  width: 94.4%;
  margin: 3% auto;
  padding: 3%;
  box-sizing: border-box;
  background-color: rgba(215, 215, 215, .3);
}

.conceptBox {
  padding: 5%;
  box-sizing: border-box;
}

.conceptBox .conceptTitle {
  margin: 0 auto 5%;
  position: relative;
  color: #414141;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}

.conceptBox .conceptTitle:before,
.conceptBox .conceptTitle:after {
  content: "";
  height: 1px;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  border-radius: 2px;
}

.conceptBox .conceptTitle:before {
  bottom: -1vw;
  width: 3.5em;
}

.conceptBox .conceptTitle:after {
  bottom: -2vw;
  width: 2.5em;
}

.conceptBox .conceptText {
  line-height: 1.4em;
  font-size: 84%;
}

/* -- 東京 -- */
#tokyoShop .conceptBox {
  border: 2px dashed #ff6f68;
}

#tokyoShop .conceptBox .conceptTitle:before,
#tokyoShop .conceptBox .conceptTitle:after {
  background-color: #ff6f68;
}

/* -- 横浜 -- */
#yokohamaShop .conceptBox {
  border: 2px dashed #6abbff;
}

#yokohamaShop .conceptBox .conceptTitle:before,
#yokohamaShop .conceptBox .conceptTitle:after {
  background-color: #6abbff;
}

/* -- 埼玉 -- */
#saitamaShop .conceptBox {
  border: 2px dashed #ff9e57;
}

#saitamaShop .conceptBox .conceptTitle:before,
#saitamaShop .conceptBox .conceptTitle:after {
  background-color: #ff9e57;
}

/*	女の子サムネイルユニーク指定 */
.girlsBlock {
  width: 94.4%;
  margin: 0 auto;
}

.girlsBox:nth-of-type(n+4) {
  display: none;
}

.smallThumbnail .girlsBox {
  width: 32%;
  margin-left: 2%;
  margin-bottom: 0;
}

.girlsBox .girlsInfo .girlsState li {
  font-size: 0.75em;
  width: 7.5vw;
  height: 5vw;
}

.smallThumbnail .girlsBox .girlsStateWrap {
  font-size: 0.8em;
}

.smallThumbnail .girlsBox .girlsStateWrap .girlsName {
  font-size: 1.1em;
  /* padding: 6% 0 9%; */
  line-height: 2;
}

.smallThumbnail .girlsBox .girlsStateWrap ul li {font-size: 0.8em;}

.smallThumbnail .girlsBox .girlsStateWrap .girlsSize {
  font-size: 84%;
  margin-top: 2%;
}

.smallThumbnail .girlsBox .girlsStateWrap .girlsShop {font-size: 0.7em;}

/*	下部ボタン */
.shopContentBtn {
  width: 94.4%;
  margin: 5% auto 0;
  display: flex;
  justify-content: space-around;
}

.shopContentBtn li {
  /* background-color: #6abbff; */
  margin-bottom: 1.8%;
  position: relative;
  width: 48%;
  line-height: 12.5vw;
  margin: 0;
}

.shopContentBtn li:first-child:before {
  /* content: ""; */
  /* display: block; */
  /* position: absolute; */
  /* top: 0; */
  /* bottom: 0; */
  /* background: #000; */
  /* opacity: 0.3; */
  /* width: 100%; */
  /* height: 100%; */
}

.shopContentBtn .flatBtn.chameleon:last-child {
  /* margin-bottom: 0; */
  /* padding: 3% 0; */
}

.shopContentBtn li a {
  font-weight: 700;
  font-size: 1.1em;
  margin: 0;
  padding: 0;
}

/*東京*/
#tokyoShop .shopContentBtn li a {
  background-color: #ff4970;
}

/*東京*/
#yokohamaShop .shopContentBtn li a {
  background-color: #3fa2ff;
}

/*埼玉*/
#saitamaShop  .shopContentBtn li a {
  background-color: #ff8a00;
}

/*	女の子ポップアップ */
#gPouUpArea,
#gPouUpGenre {
  display: none;

}

.smallThumbnail .girlsBox:first-of-type {margin-left: 0;}

.girlsBox .girlsDate {
  font-size: 2.9vw;
  height: 5vw;
  line-height: 5vw;
}

.girlsBox .girlsDate:before {
  font-size: 1em;
  /* height: 6.5vw; */
  /* display: block; */
}

/* =========================================================
	英語版のみに適用
========================================================= */
.english .specificArea h4, .english .shopName h5 {
  font-family: Futura, 'Century Gothic', sans-serif;
}

.english .shopBox .shopContent{
	font-family: initial;
}

.english .shopDetails li {flex-direction: column;}

.english .shopDetails li h6 {
  width: 100%;
  margin-bottom: 1%;
}

.english .shopDetails li p {
  width: 100%;
}

.english .shopBox .shopContent .shopDetails li p span {
  font-size: 0.8em;
}

.english .shopContentBtn {flex-direction: column;}

.english .shopContentBtn li {width: 100%;margin-top: 3%;}

.english .shopContentBtn li:first-of-type {
  margin-top: 0;
}
