@charset "UTF-8";

#prof .prof_col {
	background: #fff;
	margin: 0 10px 10px;
}

#prof .top {
/*  width: 80%;*/
/*  margin: 0% auto 10%;*/
    padding: 3% 3% 0%;
}

  #prof .top p.name {
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    position: relative;
    background: #980ada;
    width: 100%;
    font-size: 1.7rem;
    letter-spacing: .2rem;
    border-radius: 20px;
    padding: 3% 0;
    margin: 4% 0;
  }

    #prof p.name small {
      font-size: 1.8rem;
      margin-left: 2%;
			color: #000;
    }

  #prof p.size {
    font-size: 1.6rem;
    margin: 2% 0 4%;
    color: #fff;
  }

  #prof .top dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 2%;
    border-bottom: 1px solid;
    font-size: 1.6rem;
    margin-top: 10%;
  }

    dt.sp_price {
      width: 70%;
      text-align: left;
    }

      dt.sp_price img {
        width: 15px;
        margin-left: 1%;
      }

  #prof ul.ico {
    margin: 4% 0 4%;
  }

    #prof ul.ico li {
      font-size: 1.5rem;
    }

.slick-dots li button:before {
	color: #ccc;
}
.slick-dots li.slick-active button:before {
	color: #666;
}


/*女の子データ*/
#prof .top .girlsdata .prof_col dl.margin {
	margin-top: 0;
}

/*   star   */
#prof .top .star {
  display: block;
  border: none;
  letter-spacing: 3px;
  margin-top: 0;
}

#prof .star dt {
  background-color: #e000ae;
  padding: 6px 0;
}

#prof .star dd {
  color: #ffff01;
  margin: 3% 0;
}


/*お店からのコメント*/
#prof .h2_outer {
  background: #ec398d;
  padding: 2% 0;
  width: 100%;
  text-align: center;
}

  #prof h2 {
    font-size: 1.7rem;
    position: relative;
    margin: auto;
    line-height: 1;
  }

  #prof .shop h2{
    width: 180px;
  }

    #prof h2:before {
      content: "";
      width: 22px;
      height: 22px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -15px;
      margin: auto;
    }

    #prof .shop h2:before {
      background: url("../img/ico_shop.png") no-repeat center;
      background-size: 100%;
    }

  #prof .shop p,#prof .girlscomment p {
    line-height: 2rem;
    text-align: left;
		color: #000;
  }

/*可能オプション*/
#prof .op h2 {
  width: 149px;
}

  #prof .op h2:before {
    background: url("../img/ico_op.png") no-repeat center;
    background-size: 100%;
  }

#prof ul.op_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

  #prof ul.op_list li {
    width: 49%;
    padding: 2% 0;
  }

  #prof ul.op_list li:not(:last-child) {
    margin-bottom: 1%;
  }

  #prof ul.op_list li:not(:nth-child(2n)) {
    margin-right: 1%;
  }

  #prof ul.op_list li.ok {
    background: #8a00d9;
  }

  #prof ul.op_list li.ng {
    background: #da9aff;
    color: #c381ea;
  }

/*スケジュール*/
#prof .scd h2 {
  width: 135px;
}

  #prof .scd h2:before {
    background: url("../img/ico_scd.png") no-repeat center;
    background-size: 100%;
  }

#prof .scd dl {
  display: flex;
  flex-wrap: wrap;
}

  #prof .scd dl dt, #prof .scd dl dd {
    padding: 2% 0;
    font-size: 1.6rem;
  }

  #prof .scd dl dt {
    width: 34%;
    background: #da9aff;
    margin-right: 1%;
    color: #191919;
  }

  #prof .scd dl dd {
    width: 65%;
    background: #8a00d9;
		min-height: 28px;
  }
	#prof .scd dl dd.last {
		min-height: 45px;
  }

  #prof .scd dl dt:not(:last-of-type),
  #prof .scd dl dd:not(:last-of-type) {
    margin-bottom: 1%;
  }

/*写メ日記*/
#prof #photo h2 {
  width: 105px;
}

  #prof #photo h2:before {
    background: url("../img/ico_photo.png") no-repeat center;
    background-size: 100%;
/*    margin-bottom: 1%;*/
  }

.htmlBox {
	color: #000;
}

/*TELボタン*/
#prof .btn_tel {
	margin: 20px auto;
}

.btn-reserve {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 6%;
}
.btn-reserve img {
  width: 100%;
}


#prof .prof_col.shame {
  background: #000;
  position: relative;
  overflow: hidden;
  width: calc(100% - 20px);
  padding-top: calc(35 / 104 * 100%);
}
#prof .prof_col.shame iframe {
  position: absolute;
  top: -41px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 41px);
}
.btn_readmore {
  width: 300px;
}
.btn_readmore a {
  color: #ffff7a;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 20px;
  background: #f676ff;
  background: -moz-linear-gradient(top, #f676ff 0%, #f834ff 50%, #731891 51%, #a02894 100%);
  background: -webkit-linear-gradient(top, #f676ff 0%, #f834ff 50%, #731891 51%, #a02894 100%);
  background: linear-gradient(to bottom, #f676ff 0%, #f834ff 50%, #731891 51%, #a02894 100%);
  padding: 5px 50px;
  border-radius: 8px;
}
.btn_readmore a span {
  font-weight: bold;
  color: #ffff7a;
  text-shadow: 1px 1px 1px #292727;
}

.name {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  background: #980ada;
  width: 100%;
  font-size: 1.7rem;
  letter-spacing: .2rem;
  border-radius: 20px;
  padding: 3% 0;
  margin: 4% 0;
  line-height: normal;
}