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

/* 変数 */

/* =========================================================
	一般
========================================================= */
body {
  /*
	background: #ffffff;
	background-size: contain;
	background-position-x: center;
  width: 100%;
	box-sizing: border-box;
	padding-right: 0!important;
  */
}

img {
	/* pointer-events: none; */
  touch-callout:none;
  user-select:none;
}

#contentsWrapper {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.bannerHeadline {
	margin-bottom: 0;
}

.bannerHeadline h3 {
	font-family: initial;
	font-size: 90%;
  color: #333333;
}

button[type="button"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

button[type="button"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

button[type="button"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.slick-slide:focus, .slick-slide img:focus {
	outline: none;
}

/* ========= middleBox ======== */
#middleWrapper {
  position: relative;
  line-height: 1;
}

#middleWrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block!important;
  /* background: url(https://cinimg.awscf.net/cinderella-group.com/gravure/205/s/main/bg_bottom_flower.png); */
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 25vw;
}

#middleBox {
  /* background: url(https://cinimg.awscf.net/cinderella-group.com/gravure/205/s/main/bg_design_sp.jpg); */
  background-repeat: repeat-y;
  width: 100%;
  background-size: 100%;
}

#contentsWrapper {
  position: static;
}

.innerWrap {
	width: 94%;
	margin: 0 auto 1%;
}

body h4 {
  font-weight: 600;
  font-style: normal;
	font-size: 5vw;
	margin-bottom: 3%;
	position: relative;
  color: #ffffff;
  text-align: center;
  height: 11vw;
  line-height: 11vw;
  box-sizing: border-box;
  background-color: #ff7e00;
  margin-bottom: 2vw;
  font-family: inherit;
}

body h4 span {
  font-size: 5.5vw;
  font-weight: bold;
  position: relative;
}

#middleBox p {
  margin-top: 0;
  margin-bottom: 0;
}

.upperBlock {
	background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/205/s/pickup/bg_pickup_top.webp);
  background-repeat: no-repeat;
	background-size: cover;
  background-position-x: center;
	padding-top: 1px;
  padding-bottom: 4vw;
	box-sizing: border-box;
	margin-top: -3px;
  background-color: #dddddd;
}

.lowerBlockWrapper {
  padding-top: 7%;
  position: relative;
}

.lowerBlock {
  padding-top: 7%;
  padding-bottom: 12%;
}

#searchGirls {
  margin-bottom: 3%!important;
}

.readMoreBox {
  width: 100%;
  height: 11vw;
  line-height: 11vw;
  letter-spacing: 0.1em;
  display: block;
  background-color: #ff7e00;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0.8vw;
  font-weight: bold;
  font-size: 1.2em;
  cursor: pointer;
  margin: 0 auto 5%;
  text-align: center;
  position: relative;
}

footer::before {
  margin-top: 0;
}

.browserHack {
  display: none;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-style: normal;
  font-weight: 300;
  width: 95%;
  margin: 1% auto 0;
  font-size: 70%;
  text-align: center;
  color: #414141;
}
/* safari */
_::-webkit-full-page-media, _:future, :root .browserHack {
  display: block;
}

/* =========================================================
	動画
========================================================= */
video {
  width: 101%;
  margin-left: -1px;
}

/* =========================================================
	スライダー
========================================================= */
.slider img {
  height: auto;
  width: 100%;
}

.slick-slide img {
	margin: 1% auto;
  width: 98%;
}
.thumb .slick-slide {
	margin-bottom: 1.3%;
  width: 15.58%!important;
  position: relative;
}

.thumb .slick-slide:nth-of-type(6n) {
	margin-right: 0;
}

.thumb .slick-slide.new::after {
  content: "NEW";
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 98%;
  margin: 0 auto;
  text-align: center;
  font-size: 50%;
  font-weight: bold;
  padding: 2% 0 3.5%;
}

#slidshow {
  width: 94%;
  margin: 3% auto;
  position: relative;
}

.slider {
	margin: auto;
	width: 100%;
}

.slider img {
	height: auto;
	width: 100%;
	margin: 0 auto;
}

.slick-prev:before, .slick-next:before {
	color: #000;
}

#fullBox .slider .slick-dots {
	bottom: 15px;
}

.slick-prev, .slick-next {
	width: 6%!important;
	height: 15%!important;
  font-size: 115%!important;
  display: none!important;
}

.slick-prev {
	left: 1% !important;
	z-index: 3;
}

.slick-prev:before, .slick-next:before {
	content: ""!important;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1!important;
  font-size: 100%!important;
  line-height: 1.5!important;
}

.slick-prev:before {
	background-size: 40%;
  background-position: 42% center;
	background-repeat: no-repeat;
  background-color: #ff7e00;
}

.slick-prev::after {
  content: "";
  border: 10px solid;
  border-color: #ffffff transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.slick-next {
	right: 1.75% !important;
}

.slick-next:before {
	background: url(/s/gravure/205/img/pickup/icon_next.webp);
	background-size: 40%;
  background-position: 58% center;
	background-repeat: no-repeat;
  background-color: #ff7e00;
}

.thumb .slick-track {
  width: 100%!important;
  transform: none!important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.slick-track:before, .slick-track:after {
  content: none!important;
}

.thumb button {
  display: none!important;
}

#slidshow p.loginText {
  position: absolute;
  bottom: 3.845%;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  width: 100%;
  height: calc(50% - 3.845%);
  font-weight: bold;
  z-index: 15;
}

#slidshow p.loginText a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#slidshow p.loginText span.yellowText {
  font-weight: bold;
  color: #ffe100;
}

p.note {
	text-align: center;
	font-size: 2.8vw;
	margin-top: 2vw;
}

#pageOverLay {
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translate(0, -50%);
	z-index: 1001;
	visibility: hidden;
	width: 100vw;
	max-width: 500px;
	height: auto;
}

#pageOverLay-shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 1000;
	visibility: hidden;
	user-select: none;
	-webkit-user-drag: none;
}

#pageOverLayCloseBtn {
	position:absolute;
	color: #ffffff;
	z-index: 1002;
	cursor: pointer;
	top: 25px;
	right: calc((100% - 95vw) / 2);
	font-size: 5vw;
}

.slick-slider {
	-moz-user-select: none;
	box-sizing: border-box;
	display: block;
	position: relative;
}

.slick-prev {
  display: block!important;
  left: calc((100% - 95vw) / 2)!important;
  width: 6vw!important;
  height: 6vw!important;
}

.slick-prev:before {
  content: ""!important;
  height: 70%;
  width: 70%;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: none;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg);
}

.slick-next {
  display: block!important;
  right: calc((100% - 95vw) / 2)!important;
  left: auto!important;
  width: 6vw!important;
  height: 6vw!important;
}

.slick-next:before {
  content: ""!important;;
  height: 70%;
  width: 70%;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: none;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}

.slick-prev:focus, .slick-next:focus {
  outline: none;
}

.slider .slick-slide {
  position: relative;
  width: 100vw;
  max-width: 500px;
  height: auto;
  min-height: 100vh;
}

.slideLayer {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.slider .slick-slide img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0, -50%);
  opacity: 0;
  transition: opacity .1s ease;
  width: 100%;
  height: auto;
  z-index: 1;
}

.slider .slick-list {
  height: auto;
  z-index: 3;
}

.slider .slick-slide.slick-active img {
  opacity: 1;
  transition: opacity .2s ease .4s;
}

#middleBox p.counter {
  color: #ffffff;
  display: inline-block;
  position: absolute;
  z-index: 1002;
  top: 30px;
  left: calc((100% - 95vw) / 2);
  font-size: 3vw;
}

.slick-slider.slider {
  margin: 0;
  height: 100%;
}

.thumb .slick-slide {
  cursor: pointer;
  cursor: hand;
  overflow: hidden;
}

  .thumb .slick-slide {
    width: 18.5%!important;
    margin-bottom: 2%;
  }
  #slidshow p.loginText {
    
  }
  #slidshow p.loginText a {
    
  }

.slick-prev:after, .slick-next:after {
  content: none;
}

#middleBox p.counter span {
  font-size: 100%;
}

.slidePhoto {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
}

/* =========================================================
	女の子情報
========================================================= */
.namePlate {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 1vw;
  position: relative;
  margin-bottom: 5%;
}

#namePlate a {
  text-decoration: none;
}

.profBlock {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
  text-align: center;
  position: relative;
	z-index: 1;
  color: #531f4f;
}

/*
.profBlock::before {
  content: "";
  position: absolute;
  top: -42%;
  left: -3%;
  background: url(https://cinimg.awscf.net/cinderella-group.com/gravure/205/s/pickup/profile_design.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 26vw;
  height: 39vw;
  z-index: 1;
}

.profBlock::after {
  content: "";
  position: absolute;
  bottom: -14%;
  right: -3%;
  background: url(https://cinimg.awscf.net/cinderella-group.com/gravure/205/s/pickup/img_right_design_sp.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 14vw;
  height: 13vw;
  z-indez: 1;
}
*/

.pointTitle {
	padding: 2vw 0 1vw;
  position: relative;
}

.namePlate p {
  font-size: 88%;
}

.pointTitle h5 {
  font-size: 10vw;
  font-weight: bold;
	letter-spacing: 2pt;
  margin-bottom: 1.5%; 
  font-family: inherit;
  color: inherit;
}

.namePlate p.girlsState {
  font-style: normal;
  font-weight: bold;
  line-height: 1.2;
  font-size: 90%;
  margin: 0;
}

.namePlate p.girlsState span {
  font-weight: inherit;
}

.girlsState span.space {
  margin-right: 0.75vw;
  font-size: 100%;
}

.shopInfo {
  border-top: 1px solid;
  width: 94%;
  margin: 0 auto;
  padding-bottom: 1.5%;
  position: relative;
}

.shopInfo p.shopName {
  width: 95%;
  margin: 1% auto 0;
  font-size: 120%;
  line-height: 1.5;
  font-weight: bold;
}

.shopInfo p.shopState {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
  margin-top: -1%;
  white-space: nowrap;
}

.shopState span {
  font-size: 115%;
  line-height: 2;
  letter-spacing: 0.02em;
  width: 100%;
  font-weight: bold;
}

.shopState span::before {
  content: "";
  width: 11%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.shopState span:first-of-type::before {
  background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/205/icon_clock_purple.svg);
}

.shopState span:last-of-type::before {
  background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/205/icon_tel_purple.svg);
}

/* お気に入り */
#favoriteBtn {
  position: absolute;
  top: -8%;
  right: 3%;
  z-index: 1;
  width: 17.5vw;
}

.favoriteBtn .like-wrap {
  background-color: transparent;
  border: 0;
  margin-bottom: 0;
  padding: 0!important;
}

#favoriteBtn .like-wrap button {
  height: 17.5vw;
  font-size: 3vw;
  background: #ff6287;
  color: #ffffff;
  border-color: #ff6287;
  border-radius: 50%!important;
  line-height: 1.2;
  padding: 0;
  font-weight: normal;
  font-family: source-han-sans-japanese, sans-serif;
}

.favoriteBtn .like-wrap a.cc-fav-girl {
  height: 17.5vw!important;
  font-size: 3vw!important;
  background: #ffffff;
  color: #ff6287;
  border-color: #ff6287;
  border-radius: 50%;
  padding-top: 10%;
  line-height: 1.2!important;
}

.favoriteBtn .like-wrap i {
  display: block;
  font-size: 1.6em;
}

/* =========================================================
	スケジュール
========================================================= */
#girlsSchedule {
	margin-top: 5vw;
}

.schedule {
  width: 100%;
  text-align: center;
  margin-bottom: 3%;
  border-collapse: separate;
  position: relative;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 1vw;
  overflow: hidden;
}

.schedule li {
  line-height: 2.5;
  display: flex;
  flex-wrap: wrap;
}

#middleBox .schedule .date {
  text-align: center;
  vertical-align: middle;
  background-color: #531f4f;
  color: #ffffff;
  font-weight: bold;
  width: 35%;
  font-size: 1.3em;
  position: relative;
}

#middleBox .schedule li:first-of-type .date {
  border-bottom: 0.4vw solid #ffffff;
}

#middleBox .schedule li:first-of-type .time {
  border-bottom: 0.4vw solid #531f4f;
}

#middleBox .schedule .time, #middleBox .timeSchedule .time {
  font-weight: 600;
  font-style: normal;
}

#middleBox .schedule .time {
  vertical-align: middle;
  color: #333333;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.7pt;
  position: relative;
  width: 65%;
  text-align: left;
  text-indent: 0.8em;
}

#middleBox .schedule li:first-of-type .time {
  /* text-align: center; */
  text-indent: 0.8em;
}

#middleBox .schedule .date, #middleBox .schedule .time {
  box-sizing: border-box;
}

.scheduleBlock .swiper-container {
  width: 96%;
}

.timeSchedule {
  width: 100%;
  text-align: center;
  word-break: break-all;
  margin-bottom: 0;
}

.timeSchedule.slick-slider {
  margin: 3% auto 5%;
  overflow: visible;
}

.timeSchedule .slick-list {
  overflow: visible;
}

.timeSchedule li {
  background-color: #ffffff;
  border-radius: 1vw;
  /* margin-right: 2.5vw; */
  overflow: hidden;
}

.timeSchedule li:last-of-type {
  margin-right: 0;
}

#middleBox .timeSchedule .date {
  background-color: #666666;
  text-align: center;
  color: #ffffff;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 0.02em;
  height: 9vw;
  line-height: 9vw;
}

#middleBox .timeSchedule .date.saturday {
  background-color: #6bbcea;
}

#middleBox .timeSchedule .date.sunday {
  background-color: #ea6b9b;
}

#middleBox p.date span {
  font-weight: inherit;
  font-size: 0.85em;
}

#middleBox .timeSchedule li:last-of-type .date {
  border-right: none;
}

#middleBox .timeSchedule .time {
  color: #333333;
  font-size: 1.3em;
  font-weight: bold;
  padding-top: 5.5%;
  line-height: 1.2;
  height: 30vw;
}

#middleBox .timeSchedule .time span {
  font-size: inherit;
  font-weight: inherit;
  display: block;
}

#middleBox .timeSchedule .time span:not(.reserveBtn):not(.noSchedule):first-child::after {
  content: "～";
  display: block;
  transform: scale(-1, 1) rotate(90deg);
}

#middleBox .timeSchedule p {
  box-sizing: border-box;
}

#middleBox .schedule .time span.reserveBtn, #middleBox .timeSchedule .time span.reserveBtn {
  background-color: #ff7e00;
  display: block;
  border-radius: 0.7vw;
  box-shadow: 0 2px 0 rgb(0 0 0 / 20%);
  text-indent: 0;
  text-align: center;
}

#middleBox .schedule .time span.reserveBtn {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(0, -50%);
  line-height: 7.5vw;
  height: 7.5vw;
  width: 36%;
}

#middleBox .timeSchedule .time span.reserveBtn {
  width: 76%;
  margin: 7% auto 0;
  height: 7.5vw;
  line-height: 7.5vw;
}

#middleBox .schedule .time span.reserveBtn a, #middleBox .timeSchedule .time span.reserveBtn a {
  font-weight: bold;
  color: #ffffff;
  font-size: 3.8vw;
  line-height: 7.5vw;
  height: 100%;
  display: block;
  text-decoration: none;
}

#middleBox .timeSchedule .time span.noSchedule {
  font-size: inherit;
  font-weight: inherit;
  color: #a4a4a4;
  margin-top: 25%;
  display: inline-block;
}

/* =========================================================
	予約ボタン・ページ移動
========================================================= */
.reserveContents {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	margin: 0 auto 2vw;
  width: 94%;
}

.call {
	width: 100%;
  height: 16vw;
  background-color: #ff7e00;
  box-shadow: 0 2px 1px 1px rgba(0,0,0,0.2);
	border-radius: 16vw;
  z-index: 1;
}

#middleBox .call a {
  color: #ffffff;
  text-decoration: none;
	display: inline-block;
  width: 100%;
  height: 16vw;
}

#middleBox .call p {
  text-align: center;
  position: relative;
  width: 63%;
  margin: 0 auto;
  font-size: 150%;
  font-weight: bold;
  line-height: 6vw;
	text-indent: 7vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#middleBox .call p span {
  font-size: 70%;
  font-weight: bold;
}

#middleBox .call p::before {
  content: "";
  display: block;
  width: 13%;
  height: 57%;
  position: absolute;
  top: 50%;
  left: 7vw;
  background: url(https://cinimg.awscf.net/cinderella-group.com/gravure/205/icon_call.svg) no-repeat;
  background-size: contain;
	background-position: center;
	transform: translate(0, -50%);
}

.previousNext {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* justify-content: center; */
  width: 94%;
  margin: 0 auto;
}

.previousNext p {
  width: 42.3%;
  /* width: 17.3%; */
  height: 10vw;
  background-color: #ff7e00;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  border-radius: 10vw;
  box-shadow: 0 2px 1px 1px rgb(0 0 0 / 20%);
  line-height: 10vw;
  position: relative;
}

.previousNext p.goToTop {
	width: 10vw;
  line-height: 1;
}

.previousNext p.goToTop a {
  background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/205/icon_home.svg);
  background-size: 50%;
  background-position: center;
	background-repeat: no-repeat;
}

.previous::before {
	content: "";
	background: url(https://cinimg.awscf.net/cinderella-group.com/gravure/205/icon_girls_arrow.svg);
	/* width: 7%; */
	width: 7%;
  height: 36%;
  display: inline-block;
  position: absolute;
  top: 54%;
  left: 6%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translate(0, -50%);
}

.next::after {
	content: "";
	background: url(https://cinimg.awscf.net/cinderella-group.com/gravure/205/icon_girls_arrow.svg);
	width: 7%;
  height: 36%;
	display: inline-block;
	position: absolute;
	top: 54%;
	right: 6%;
	background-repeat: no-repeat;
	background-size: contain;
  background-position: center;
  transform: translate(0, -50%) rotate(180deg);
}

.previousNext p a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

/* =========================================================
	写メ日記
========================================================= */
.syameBlock {
  width: 95%;
  margin: 0 auto;
}

.syameList {
  font-style: normal;
  font-weight: 300;
  width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  margin-bottom: 2%;
}

.syameList a {
	display: inline-block;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
	width: 32%;
	color: inherit;
	text-decoration: none;
  background-color: #ffffff;
}

.syameBlock .syameInfo {
	background: #ffffff;
	width: 100%;
	color: #333333;
}

.syameBlock .syameInfo .syameTime {
	width: 90%;
	margin: 0 auto;
	padding-top: 7%;
  font-size: 0.7em;
  color: #a4a4a4;
}

.syameInfo .syameText {
  width: 90%;
  margin: 0 auto;
  padding: 7% 0;
  font-size: 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
}

.syamePhoto {
  height: 27vw;
  width: 93%;
  margin: 3.5% auto 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

.syamePhoto img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* =========================================================
	本日の出勤情報
========================================================= */
#girlsSchedule .girlsBox{
	border-color: #531f4f;
  height: 59vw;
  line-height: 1;
}

#girlsSchedule .girlsBox a {
  color: #531f4f;
}

.girlsStateWrap {
  border-top: 1px solid #531f4f;
}

#girlsSchedule .girlsBox .girlsStateWrap .girlsName{
  border-top: none;
}

#girlsSchedule .girlsBox .girlsDate{
  font-size: 3.2vw;
  margin: 0;
}

.girlsBox .girlsDate {
  border: none!important;
}

#girlsSchedule .girlsBox.today .girlsDate:before{
	background-color: #531f4f;
  font-size: 3.2vw;
}

#girlsSchedule .girlsBox .girlsStateWrap .girlsName{
	background: url(/gravure/205/img/pickup/common/bg_girlsName_ornament.webp) no-repeat center bottom;
	background-size: contain;
  font-size: 3.8vw;
  padding: 6% 0 4%;
  width: 94%;
  margin: 0 auto;
}

.smallThumbnail .girlsBox .girlsStateWrap ul {
  margin: 0;
}

.smallThumbnail .girlsBox .girlsStateWrap .girlsSize {
  letter-spacing: -0.04em;
  font-size: 3.2vw;
  text-align: center;
}

.girlsBox .girlsPhoto{
  background-color: #ffffff;
  border-top: 1px solid #531f4f;
}


/*****iPhone6Plus　iPhone7Plus*******/
@media screen and (max-width: 414px) and (min-width: 376px) {
	#girlsInfo .otherGirls a:nth-child(2) p:after{
		right:7%;
	}
}

/******iPhone5用メディアクエリ*********/
@media screen and (max-width: 320px) {
	#girlsInfo .otherGirls a:nth-child(2) p:after{
		 right:2%;
  }
	#girlsInfo .pointProfile .girlsInfoHeding .category li {
		padding: 1px 0;
	}
  .previousNext p {
    font-size: 70%
  }
}

/*******Xperia用メディアクエリ**********/
@media only screen and (max-width: 360px) and (min-width: 321px) {
	#girlsInfo .otherGirls a:nth-child(1) p{
		text-indent: 22%;
	}
	#girlsInfo .otherGirls a:nth-child(2) p{
		text-indent: 8%;
	}
}

@media screen and (max-width: 570px) {
  .slick-prev, .slick-next {
    display: none!important;
  }
}

.schedule li:first-of-type .time button {
  background-color: #ff7e00;
  display: block;
  border-radius: 0.7vw;
  box-shadow: 0 2px 0 rgb(0 0 0 / 20%);
  text-indent: 0;
  text-align: center;
  border: 0;
  color: #ffffff;
  font-size: 3.8vw;
  font-weight: bold;
  line-height: 7.5vw;
  width: 82%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}


/* =========================================================
	ここからテンプレ外のユニークcss
========================================================= */
/* 161 */
.slick-slider .slick-list {
  overflow: visible;
  z-index: 11;
}

/* .thumb .slick-track {
  background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/205/pickup/bg_thumb.jpg);
  background-size: cover;
  padding: 2% 2% 0.7%;
  box-sizing: border-box;
  box-shadow: 0 0.8vw 0.5vw rgb(72 53 36 / 70%);
} */

.thumb .slick-slide {

}

#slidshow p.loginText {
  /* bottom: 5.2%; */
  width: 100%;
  /* height: calc(48% - 5.2%); */
}

.namePlate, .schedule, .timeSchedule li {
  box-shadow: 0 0.8vw 0.5vw rgb(72 53 36 / 70%);
}

.schedule {
  /* background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/205/pickup/bg_schedule.webp);
  background-repeat: no-repeat;
  background-size: auto 100%; */
}

#middleBox .schedule .time {
  background-color: #ffffff;
}

#middleBox .schedule li:first-of-type .date {
  border-bottom-color: #ffffff;
}

.call {
  background-color: #ff7e00;
  /* background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/205/s/pickup/bg_button.webp);
  background-size: 100% auto; */
}

#middleBox .call a {
  /* color: rgba(255,255,255,0.4);
  text-shadow: -1px 1px 0px #fff, 0 0 #000; */
  color: #fff;
}

.previousNext p {
  /* background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/205/s/pickup/bg_button.webp); */
  color: rgba(255,255,255,0.4);
  text-shadow: -1px 1px 0px #fff, 0 0 #000;
}

.previousNext p.previous {
  background-position: 11% bottom;
}

.previousNext p.goToTop {
  background-position: 57% 81%;
}

.previousNext p.next {
  background-position: 57% 90%;
}

.lowerBlockWrapper {
  /* background: url(https://cinimg.awscf.net/cinderella-group.com/gravure/205/s/pickup/bg_pickup_bottom.webp); */
  background-color: #ffffff;
  /* background-repeat: no-repeat;
  background-size: 100% 100%; */
  position: relative;
  overflow: hidden;
}

/*
.lowerBlockWrapper::before {
  content: "";
  position: absolute;
  bottom: -20vw;
  right: 0;
  background: url(https://cinimg.awscf.net/cinderella-group.com/gravure/205/s/pickup/bg_bottom_design.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 54vw;
  height: 39vw;
}
*/

body h4 {
  background-color: #ff7e00;
  /* background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/205/s/pickup/bg_lower_title.webp);
  background-size: contain; */
  color: #fff;
}

.readMoreBox {
  /* background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/205/s/pickup/bg_button.webp);
  background-size: cover;
  background-repeat: no-repeat; */
  box-shadow: 0 0.5vw 0.3vw rgb(72 53 36 / 70%);
  color: rgba(255,255,255,0.4);
  text-shadow: -1px 1px 0px #fff, 0 0 #000;
}

/* 本日出勤のTELボタンテスト用 */
.todayTest {
  font-size: inherit;
  font-weight: bold;
}

.todayInfoBox {
  display: none!important;
}

span.nextResevation {
  display: block;
    text-align: center;
    line-height: 3.2;
    text-indent: 0;
    font-weight: bold;
}

#middleBox h4 {
  background-color: transparent;
  color: #70451b;
  height: auto;
  background: url(https://cinimg.awscf.net/cinderella-group.com/gravure/205/s/pickup/bg_h4_pickup.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  height: auto;
  line-height: 13.5vw;
}

/* #middleBox h4::before, #middleBox h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5vw;
  border-top: 2px solid;
  border-bottom: 2px solid;
  box-sizing: border-box;
} */

#middleBox h4::before {
  top: 0;
}

#middleBox h4::after {
  bottom: 0;
}
