@charset "UTF-8";

html{
  background: #000;
  font-size: 62.5%;
  /*1emが10pxになるように調整する (16px * 0.625 = 10px)　例えばフォントサイズを14pxにしたい場合は1.4remと指定する*/
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  color: #fff;
  font-style: normal;
  font-size: 1.4rem;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  display: none;
}


li {
  list-style-type: none;
}

a{
  color: #fff;
  text-decoration: none;
}

img{
  max-width: 100%;
  height: auto;
  line-height: 0;
}

em{
  font-style: normal;
}

h1, h2 {
  line-height: 0;
}

h1 {
  padding :  5px 0;
}

/*サイドの余白*/
.margin{
  padding: 3% 3% 6%;
  text-align: center;
}

.box {
  /* padding-bottom: 7%; */
}

body {
  background: #000;
  background-size: 10px;
  width: 100%;
  max-width: 450px;
  margin: auto;
}
.wrap {
  padding-top: 11vh;
}

/* =======================================
    　　　　　　　　パーツ共通
======================================= */
.btn_readmore {
  width: 155px;
  margin: 20px auto;
  text-align: center;
  padding: 10px 0;
  color: #fff;
}
.btn_readmore a {
  color: #fff;
  text-decoration: underline;
  letter-spacing: 1px;
  font-size: 14px;
}
.ttl_bar {
  margin-top: 20px;
}
.btn_tel {
  text-align: center;
  padding-top: 20px;
}


/* =======================================
    下層ページ枠組み共通
======================================= */
#girls .girl_wrap {
  width: 100%;
  position: relative;
}
#girls .inner {
  background: none;
  padding: 0;
}
#girls .name {
  text-align: center;
  margin: 8px 0 6px;
  font-size: 1.7rem;
  font-weight: bold;
}
#girls .size {
  width: 75%;
  text-align: center;
  font-size: 10px;
  margin: 0 auto;
}
#girls .inner .ico li {
  text-align: center;
}
#girls .inner  {
  text-align: center;
}
#girls .time {
  font-size: 1.1rem;
  padding: 7% 0;
  letter-spacing: 0;
  margin-top: 8px;
}

#girls .data {
  border: 1px solid #fff;
  background: none;
  font-size: 1rem;
  padding: 8% 0;
  margin-bottom: 2%;
}
#girls .frame {
  margin-top: 2%;
  flex-basis: 33.333%;
  border-width: 0;
}

#girls .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#girls .frame .inner {
  display: block;
  padding: 0 3%;
}

#girls .frame .day {
  padding: 7px 0;
  font-size: 1.2rem;
  margin-top: -3px;
}

#girls .bar_rank {
  margin-top: 5%;
  margin-bottom: 0;
  width: 87%;
}
#girls .bar_new {
  width: 87%;
}

#girls .girls_icon {
  position: absolute;
  bottom: 5px;
}

.blink {
  animation: blinkAnime .5s infinite alternate;
}
@keyframes blinkAnime{
  0% { opacity: 0 }
  100% { opacity: 1; }
}

/* =======================================
    　　　　　　　　header
======================================= */
.bottom_frame {
  position: relative;
}

.bottom_menu {
  max-width: 450px;
  position: fixed;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b447f1+0,b839ff+47,8f26c9+50,741ca5+63,b33df5+100 */
  background: #b447f1; /* Old browsers */
  background: -moz-linear-gradient(top,  #b447f1 0%, #b839ff 47%, #8f26c9 50%, #741ca5 63%, #b33df5 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #b447f1 0%,#b839ff 47%,#8f26c9 50%,#741ca5 63%,#b33df5 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #b447f1 0%,#b839ff 47%,#8f26c9 50%,#741ca5 63%,#b33df5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b447f1', endColorstr='#b33df5',GradientType=0 ); /* IE6-9 */

}

.bottom_menu li {
  width: 20%!important;
  text-align: center;
}

.bottom_menu li:not(:last-child) {
  border-right: 1px solid #191919;
}

.bottom_menu li a {
  color: #fff;
  font-size: 1.4rem;
  padding: 7px 0;
  display: block;
}

.bottom_menu li a img {
  width: 50%;
  display: block;
  margin: 0 auto 5px;
}


.drawer-menu li {
  text-align:left;
  border-bottom: 1px solid #f3eef4;
  padding-left: 3rem;
}


.drawer-menu li a {
  font-size: 1.4rem;
  /* font-weight: bold; */
  letter-spacing: .1rem;
  padding: 10% 0;
  display: block;
  white-space: nowrap;
}
.drawer-menu img{
  width: 32px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}

.drawer-hamburger {
  /*width: auto !important;*/
  padding-top: 0!important;
}
.drawer-hamburger img{
  width: 50%;
  display: block;
  margin: 0 auto 4px;
}

/* =======================================
    　　　　　　　　footer
======================================= */
footer {
  /*padding-bottom: 15%;*/
  /*  background: url("../img/bg_footer.jpg") no-repeat bottom;*/
  background-size: contain;
  padding-bottom: 70px;
}

footer nav ul {
  /*background: #191919;*/
  margin-bottom: 3%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

footer nav ul li {
  width: 48%;
  border: 1px solid #464241;
  border-radius: 7px;
  margin: 3px;
  position: relative;
  text-align: left;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2a2826+0,444140+50,1d1d1d+52,070704+100 */
  background: #2a2826; /* Old browsers */
  background: -moz-linear-gradient(top,  #2a2826 0%, #444140 50%, #1d1d1d 52%, #070704 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #2a2826 0%,#444140 50%,#1d1d1d 52%,#070704 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #2a2826 0%,#444140 50%,#1d1d1d 52%,#070704 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2826', endColorstr='#070704',GradientType=0 ); /* IE6-9 */



}

/*footer nav ul li:last-child {
  width: 100%;
}*/

footer nav ul li a {
  font-size: 1.6rem;
  letter-spacing: .1rem;
  padding: 20px 7px;
  display: block;
  font-weight: lighter;
  color: #FFFFFF;
  text-shadow: 0px 0px 1px #38001C, 2px 1px 0 #380018;
  text-align: center;
}

footer nav ul li a i {
  position: absolute;
  right: .5rem;
}

footer .banner li {
  margin-bottom: 1%;
}

footer p {
  line-height: 1.5rem;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  position: relative;
  top: 10px;
}
footer .alert {
  margin-bottom: 10px;
}



/* =======================================
    .box（共通）
======================================= */
.box p.name {
  background: #f8a5a9;
  background: -moz-linear-gradient(top,  #f6b9bc 0%, #f67878 19%, #f0373e 50%, #d3100d 53%, #e90a0c 100%);
  background: -webkit-linear-gradient(top,  #f6b9bc 0%,#f67878 19%,#f0373e 50%,#d3100d 53%,#e90a0c 100%);
  background: linear-gradient(to bottom,  #f6b9bc 0%,#f67878 19%,#f0373e 50%,#d3100d 53%,#e90a0c 100%);
  padding: 3% 0;
  border-radius: .3rem;
  font-size: 2rem;
  position: relative;
}

/*
.box p.name::before,
.box p.name::after,
#scd h3:before,
#scd h3:after {
  content: "";
  position: absolute;
  background: url("../img/dot.png") no-repeat center;
  background-size: 30%;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
*/

.box p.name:before,
#scd h3:before {
  left: 0;
}

.box p.name:after,
#scd h3:after {
  right: 0;
}

.box p.size {
  padding: 5px 10px;
  color: #000;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px #666 inset;
  margin-top: 6px;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
}

p.data {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #525054), color-stop(0.49, #010101), color-stop(0.07, #525054));
  background: -webkit-linear-gradient(top, #525054 7%, #010101 49%, #525054 88%);
  background: -moz-linear-gradient(top, #525054 7%, #010101 49%, #525054 88%);
  background: -o-linear-gradient(top, #525054 7%, #010101 49%, #525054 88%);
  background: -ms-linear-gradient(top, #525054 7%, #010101 49%, #525054 88%);
  background: linear-gradient(to bottom, #525054 7%, #010101 49%, #525054 88%);
  padding: 2% 0;
  font-size: 1.7rem;
  letter-spacing: .1rem;
  margin-bottom: 1%;
}


/* =======================================
    待ち時間（共通）
======================================= */
.frame {
  margin-bottom: 2%;
  padding-bottom: 2%;
  border-bottom: 1px solid;
}

.frame .day {
  background: #e90a0c;
  padding: 10px;
  margin-bottom: 5px;
  text-align: center;
}

.frame .inner {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.frame p.time {
  background: #191919;
  width: 100%;
  padding: 3% 0;
  font-size: 1.6rem;
  /* font-weight: bold; */
  letter-spacing: .2rem;
  border: 1px solid #fff;
  margin-bottom: 2%;
}

.frame .prof {
  width: 100%;
}

.frame .prof ul{
  margin: 8px 0;
}

.frame .prof ul li{
  text-align: left;
  margin: 5px 0;
}
.frame .prof ul li span{

}
.frame .prof ul li span:first-child{
  width: 65px;
  display: inline-block;
  background: #e000ae;
  padding: 5px 10px;
  text-align: center;
  margin-right: 10px;
}
.frame .prof ul li span:last-child{
  color: #ffff01;
  letter-spacing: 2px;
}
.newface_wrap .frame,.girls_wrap .frame,.realtime_wrap .frame  {
  margin-bottom: 4%;
}

ul.ico {
  display: flex;
  flex-wrap: wrap;
  margin: 5% 0 1%;
}

ul.ico li {
  width: 49%;
  font-size: 1.1rem;
  background: #ff0066;
  padding: 2% 0;
  margin-bottom: 2%;
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.9) inset;
}
ul.ico li div {

}

ul.ico li:nth-child(odd) {
  margin-right: 2%;
}

ul.ico li {
  /* margin-bottom: 2%; */
}

#prof p.bar_rank {
  /* margin-top: 5%; */
}

input[type="button"] {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.80, #808080), color-stop(0.49, #616161), color-stop(0.20, #808080));
  background: -webkit-linear-gradient(top, #808080 20%, #616161 49%, #808080 80%);
  background: -moz-linear-gradient(top, #808080 20%, #616161 49%, #808080 80%);
  background: -o-linear-gradient(top, #808080 20%, #616161 49%, #808080 80%);
  background: -ms-linear-gradient(top, #808080 20%, #616161 49%, #808080 80%);
  background: linear-gradient(to bottom, #808080 20%, #616161 49%, #808080 80%);
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: .2rem;
  width: 100%;
  border: 1px solid #BCBCBC;
  border-radius: .3em;
  padding: 2% 0;
  margin-top: 2%;
}


/* =======================================
    女の子一覧（共通）
======================================= */
li.outer, #rank .inner {
  border: 4px solid #f1464c;
  /*padding: 6px;*/
}

.inner {
  background: url("../img/bg_dot.png");
  padding: 6px;
}

.outer .inner {
  display: flex;
  align-items: flex-start;
}

.outer .inner>a {
  display: block;
  height: auto;
  width: 90%;
  position: relative;
}

.outer .prof {
  width: 105%;
  margin-left: 2%;
}

ul.square_ico {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 2%;
  justify-content: flex-end;
  display: flex;
}

/*
ul.square_ico li {
  width: 50%;
}
*/

ul.square_ico li img {
  /*	width: 50%;*/
}

ul.square_ico li:not(:last-child) {
  margin-right: 2%;
}

.outer p.time {
  width: 100%;
  background: #c900cb;
  margin-bottom: 2%;
  font-size: 1.5rem;
  letter-spacing: .1rem;
  padding: 1% 0;
}

.outer p.detail {
  background: #fff;
  color: #191919;
  width: 100%;
  padding: 3%;
  line-height: 1.8rem;
  text-align: left;
  overflow-y: scroll;
}

ul.pager {
  display: flex;
  justify-content: center;
  margin-top: 7%;
}
ul.pager li{
  width: 50%;
  text-align: center;
}
ul.pager a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: bold;
  background: #db1921;
  background: -moz-linear-gradient(top, #f77d88 0%, #f65962 50%, #db1921 51%, #df3551 100%);
  background: -webkit-linear-gradient(top, #f77d88 0%, #f65962 50%, #db1921 51%, #df3551 100%);
  background: linear-gradient(to bottom, #f77d88 0%, #f65962 50%, #db1921 51%, #df3551 100%);
  padding: 11px 30px;
  border-radius: 7px;
  text-shadow: 1px 1px 1px #000;
}

ul.pager li:first-of-type a {
  /*margin-right: 3em;*/
}


/* =======================================
    出勤情報
======================================= */
ul.data_list {
  display: flex;
  justify-content: space-around;
}

ul.data_list li {
  background: #f8a5a9;
  background: -moz-linear-gradient(top,  #fcc0c3 0%, #fc9e9e 19%, #f6767d 50%, #fe6f6e 53%, #ed5254 100%);
  background: -webkit-linear-gradient(top,  #fcc0c3 0%,#fc9e9e 19%,#f6767d 50%,#fe6f6e 53%,#ed5254 100%);
  background: linear-gradient(to bottom, #fcc0c3 0%,#fc9e9e 19%,#f6767d 50%,#fe6f6e 53%,#ed5254 100%);
  border-radius: 0;
  border: 1px solid #f08887;
  padding: 2% 0;
  width: 13%;
  font-size: 1.5rem;
}

ul.data_list li small {
  font-size: 1.2rem;
}

#scd h3 {
  position: relative;
  background: #980ada;
  width: 100%;
  font-size: 1.7rem;
  letter-spacing: .2rem;
  border-radius: 20px;
  padding: 3% 0;
  margin: 4% 0;
}


/* =======================================
    写メ日記
======================================= */
#photo a {
  color: #4da9ff;
}
#photo .p_frame {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url("../img/bg_photoname.png") no-repeat center;
  background-size: 100% auto;
  width: 100%;
  padding: 4%;
}

#photo ul.content li {
  background: #fff;
  padding: 4%;
  margin-bottom: 4%;
  overflow: hidden;
}

#photo p.name {
  font-size: 1.8rem;
}
#photo p {
  color: #000;
}
#photo p.p_ttl {
  color: #ff34ee;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 2%;
  margin-top: 6%;
  padding-bottom: 4%;
  border-bottom: #dfdfdf 1px solid;
  text-align: center;
}

#photo p.datatime {
  color: #fff;
}

#photo p.p_img {
  margin: 2% 0;
}

#photo p.p_text {
  color: #191919;
  text-align: left;
  line-height: 2rem;
}

#photo a.btn_prof {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  padding: 3% 0;
  margin-top: 4%;
  letter-spacing: .1rem;
  background: #191919;
  width: 100%;
  color: #fff;
}
#photo .htmlBox {
  color: #000;
}



/* =======================================
    ランキング
======================================= */
.r_frame {
  margin-bottom: 5%;
  padding-bottom: 5%;
  border-bottom: 1px solid;
}

.r_inner {
  display: flex;
  align-items: center;
}


.r_inner .rank-detail {
  margin-left: 2%;
}

.r_inner .name {
  font-size: 1.4rem;
  margin: 13% 0 5%;
  padding: 7% 0;
  background: #f0373e;
  border-radius: 5px;
}

.r_inner .size {
  font-size: 1.6rem;
  color: #f67878;
}

.r_frame p.detail {
  text-align: left;
  line-height: 2rem;
  margin-top: 2%;
  height: 150px;
  overflow: scroll;
}


/* =======================================
    イベント情報
======================================= */
#eve dl {
  margin: 1% 0;
  border-bottom: 1px solid;
  padding: 4% 0;
}

#eve dd {
  text-align: left;
  margin: 3% 0;
  font-size: 1.4rem;
}
#eve h2 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: normal;
}


/* =======================================
    システム・MAP
======================================= */
#sst h3 {
  background: #f0373e;
  background: -moz-linear-gradient(top, #f48287 0%, #f67878 19%, #f0373e 50%, #d3100d 53%, #e90a0c 100%);
  background: -webkit-linear-gradient(top, #f48287 0%,#f67878 19%,#f0373e 50%,#d3100d 53%,#e90a0c 100%);
  background: linear-gradient(to bottom, #f48287 0%,#f67878 19%,#f0373e 50%,#d3100d 53%,#e90a0c 100%);
  padding: 2% 0;
  font-size: 1.8rem;
  margin-bottom: 5%;
  letter-spacing: .2rem;
  font-family: serif;
}

#sst dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#sst dt, #sst dd {
  padding: 1% 0;
  margin-top: 1%;
  font-size: 1.6rem;
  letter-spacing: .1rem;
  color: #191919;
  /*   font-weight: bold; */
  /*   background: #fff; */
}

#sst dt {
  margin-right: 1%;
}

#sst .tpbg_box {
  padding: 0 0 3% !important;
}

#sst .bg_box {
  background-color: #fff;
  padding: 5% 0 3%;
  border-bottom: 1px solid #afafaf;
  width: 90%;
  margin: auto;
}

.opbg_box {
  background-color: #fff;
  padding-top: 5%;
  width: 90%;
  margin: auto;
}

/*通常料金*/
#sst .price {
  margin: 5% 0 8%;
}

#sst .price dl {
  border-bottom: none;
  padding: 2%;
  border: 1px solid #727270;
  border-radius: 10px;
  margin-bottom: 2%;
}


#sst .price dl dt {
  width: 74%;
  text-align: left;
  background: none;
  color: #fff;
}

#sst .price dl dd {
  text-align: right;
  background: none;
  color: #fff;
  width: 25%;
}

/*その他料金*/
#sst dl.other_price dt {
  width: 64%;
}

#sst dl.other_price dd {
  width: 35%;
}

/*無料オプション*/
#sst .free_op h3,
#sst .opbg_box h3 {
  margin-bottom: auto;
}

#sst ul.free_op {
  width: 50%;
  display: inline-block;
  text-align: left;
}

#sst ul.free_op li:first-child {
  background: #ef8886;
  border: none;
  color: #fff;
  text-align: center;
}

#sst ul.free_op .ev_ttl {
  border-right: 1px solid #fff !important;
}

#sst ul.free_op li {
  border-top: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
  padding: 8%;
  margin: auto;
  text-align: left;
  color: #000;
}

#sst ul.free_op li:nth-child(n+6) {
  border-bottom: 1px solid #afafaf;
}

/*120オ*/
#sst .op120 h3 {
  background: #ef8886;
}
#sst ul.pay_op {
  padding-bottom: 3%;
}

#sst ul.pay_op li {
  width: 50%;
  border-top: 1px solid #afafaf;
  border-left: 1px solid #afafaf;
  margin: auto;
  padding: 4%;
  text-align: left;
  color: #000;
  display: inline-block;
  letter-spacing: 1px;
}

#sst ul.pay_op li:nth-child(n+7) {
  border-bottom: 1px solid #afafaf;
}

#sst p{
  text-align: left;
  font-size: 1.4rem;
  font-family: serif;
}

#sst p.card {
  width: 85%;
  margin: 2% auto;
}

.discount {
  padding: 2%;
  line-height: 20px;
}

.discount, .discount a {
  color: #000;
}



/* =======================================
    メールマガジン
======================================= */
#mail p {
  margin-top: 3%;
  line-height: 1.8rem;
  text-align: left;
}

#mail dl {
  margin-top: 10%;
  text-align: left;
}

#mail dl dt {
  font-size: 1.7rem;
  border-bottom: 1px solid;
  margin-bottom: 2%;
  padding: 0 0 2% 25px;
  position: relative;
}

#mail dl dt:before {
  content: "";
  background: url("../img/ico_heart_2.png") no-repeat center;
  background-size: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 1px;
}

#mail dl dd:first-of-type {
  line-height: 1.8rem;
}

#mail dl dd:last-of-type {
  background: #fff;
  border-radius: 6px;
  margin-top: 2%;
  padding: 2%;
}

#mail input {
  font-size: 1.5rem;
  height: 28px;
}

#mail input[name="email"] {
  width: 80%;
  border-radius: 0;
}

#mail input[type="submit"] {
  width: 18%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #aaa), color-stop(0.47, #cacaca), color-stop(0.00, #aaa));
  background: -webkit-linear-gradient(top, #aaa 0%, #cacaca 47%, #aaa 97%);
  background: -moz-linear-gradient(top, #aaa 0%, #cacaca 47%, #aaa 97%);
  background: -o-linear-gradient(top, #aaa 0%, #cacaca 47%, #aaa 97%);
  background: -ms-linear-gradient(top, #aaa 0%, #cacaca 47%, #aaa 97%);
  background: linear-gradient(to bottom, #aaa 0%, #cacaca 47%, #aaa 97%);
}



/*
ul.ico li:nth-of-type(n+5) {
  display: none;
}
*/

/*MAP*/
#map iframe+p {
  margin-top: 3%;
}

#map p {
  line-height: 1.8rem;
  text-align: left;
}



/* =======================================
    枠組み共通
======================================= */
.schedule_col {
  text-align: left;
}
.schedule_col .outer {
  border: none;
  background: #fff;
  display: inline-block;
  width: 32.4%;
  margin: 0 0px 4px;
  text-align: center;
  -webkit-text-size-adjust:100%;
}
.schedule_col .outer img {
  padding: 5px;
}
.schedule_col .name {
  color: #000;
}

.schedule_wrap h2 {
  font-weight: bold;
  color: #fff;
  position: relative;
  background: #e44e4a;
  width: 100%;
  font-size: 1.7rem;
  letter-spacing: .2rem;
  border-radius: 20px;
  padding: 3% 0;
  margin: 4% 0;
  line-height: normal;
}
.schedule_wrap .frame .inner ul.ico li,.newface_wrap .frame .inner ul.ico li,.realtime_wrap .frame .inner ul.ico li,.girls_wrap .frame .inner ul.ico li{
  margin: 0 0 2% 0;
  font-size: 12px;
  padding: 6px;
  line-height: 1.1;
}
.schedule_wrap .frame .inner ul.ico li:nth-child(odd),.newface_wrap .frame .inner ul.ico li:nth-child(odd),.realtime_wrap .frame .inner ul.ico li:nth-child(odd),.girls_wrap .frame .inner ul.ico li:nth-child(odd){
  margin-right: 2%;
}

.ttl_waiting {
  color: #000;
  margin-bottom: 5px;
  font-size: 12px;
  margin-top: 5px;
}
.ttl_waiting img {
  position: relative;
  bottom: -2px;
  width: 15px;
}
.slick-slide img {
  display: inline;
}
p.wait_time {
  /* background: #c900cb; */
  padding: 2px;
  margin: 5px;
  color: #ee1bb0;
  font-size: 12px;
}
.prof_inner_bottom {
  margin-top: 5px;
  padding: 3%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px #666 inset;
}
.slick-dots {
  bottom: -1em;
}
.slick-prev {
  left: 0;
  top: 113%;
  width: 100px;
}
.slick-next {
  right: 0;
  top: 113%;
}
.slick-dots li button:before {
  color: #636363;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: white;
}
.bar_rank {
  margin-bottom: 1.4%;
}
.slick-dots li {
  width: 15px;
  top: 6px;
}
.slick-dots li button:before {
  /*font-family: 'slick'; */
  font-size: 2.4rem;
  /* line-height: 20px; */
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  opacity: .4;
  /*    color: #000;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.top_sl_wrap {
  padding-bottom: 0;
  position: relative;
}
#nf .slick-prev:before {
  content: none;
}
#nf .slick-next:before {
  content: none;
}



/*---------------------------
bxslider
-----------------------------*/
.bx-wrapper .bx-pager.bx-default-pager a.active{
  background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 5px;
  height: 5px;
}
.bx-wrapper .bx-pager {
  bottom: -20px;
}


/* =======================================
    写メ日記
======================================= */
.picdiary ul li {
  width: 32.333333%;
  height: 110px;
  margin-bottom: 4px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.picdiary ul li img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.picdiary ul {
  margin-top: 10px;
}
.picdiary ul li:nth-child(n + 13) {
  display: none;
}


.drawer-nav {
  width: 19.25rem;
}
.drawer--right .drawer-nav {
  right: -19.25rem;
}

.tenpo {
  padding: 20% 0 5%;
}
.tenpo h2 {
  font-size: 1.8em;
  text-align: center;
  font-weight: normal;
  margin-bottom: 8%;
}
.tenpo h3 {
  padding-bottom: 1.5em;
  text-align: center;
}
.tenpo p {
  padding-bottom: 1.5em;
  padding-left: 0.5em;
  font-size: 1.4em;
  letter-spacing: .1em;
}
.tenpo a {
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.tenpo a:hover {
  opacity: 0.5;
  text-align: center;
}
.head1{
  padding: 5px 0;
  line-height: 0;
}
