@charset "UTF-8";
/*==========================
common
==============================*/
html, body {
  width: 100%;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-size: 14px;
  /*background: url("images/common/body_bg.jpg") repeat-y;
	min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;*/
  font-family: 'Kosugi Maru', sans-serif;
  background: #fff;
   overflow-x: hidden;
}
.mb10 {
  margin-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
p {
  margin: 0;
}
img {
  max-width: 100% !important;
}
a {
  text-decoration: none;
}
a:hover {
  color: #FFDF00;
}
a:hover img {
  opacity: .5;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50); /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
a img {
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE Mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
canvas {
  padding: 10px;
}
/* End Hack */
/*==========================
header
==============================*/
header {
  background: #FF99CC;
  padding: 3% 1% 1% 1%;
  z-index: 3;
}
.nav_wrap {
  background: #333;
}
.chach {
  color: #fff;
  font-size: 80%;
  margin-bottom: 10px;
}
.nav-link img {
  width: 150px;
  display: block;
  margin: auto;
}
.nav-item {
  border-radius: 10px;
  margin: 0 0.5%;
}
.top {
  background: rgba(41, 171, 226, 0.7);
}
.girls {
  background: rgba(237, 30, 121, 0.7);
}
.schedule {
  background: rgba(255, 147, 30, 0.7);
}
.system {
  background: rgba(122, 201, 67, 0.7);
}
.access {
  background: rgba(158, 0, 93, 0.7);
}
.recruit {
  background: rgba(237, 28, 36, 0.7);
}
.mailmagazine {
  background: rgba(0, 0, 255, 0.7);
}
.questionnaire {
  background: rgba(255, 153, 51, 0.7);
}
.reserve {
  background: rgba(117, 76, 36, 0.7);
}
#schedule .girls_category, #shop_info .girls_category {
  justify-content: center;
}
#schedule .girls_category li, #shop_info .girls_category li {
  width: 6%;
}
#enquete_info .page_title {
  background: rgba(255, 147, 30, 0.7);
}
.bx-wrapper .bx-controls-direction a {
  z-index: 1;
}
#girls {
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.ptr2 {
  padding: 2rem 0;
}
/*==========================
年齢認証
==============================*/
.main_overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 2550, 255, 0.9);
  position: fixed;
  z-index: 999;
}
.btn_area {
  width: 300px;
  height: 300px;
  border-radius: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -150px;
  background-color: #FF99CC;
  z-index: 2;
  text-align: center;
  padding-top: 4rem;
}
.btn_area p {
  padding: 15px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.btn_area button {
  display: block;
  margin: 0 auto 10px;
  background: #ED1E79;
  padding: 10px;
  color: #fff;
  border: solid 1px #ED1E79;
  width: 70%;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
}
.main_exit {
  display: block;
  background: #666;
  padding: 5px;
  width: 50%;
  font-size: 12px;
  margin: auto;
  color: #fff;
  border-radius: 5px;
}
/*==========================
top
==============================*/
.bx-wrapper {
  box-shadow: none;
  border: none;
  background: none;
}
div.slider {
  width: 100%;
  display: block;
  margin: 10px auto;
  overflow: hidden;
}
ul.bxslider01 li { /*メインスライダー*/
  display: block;
  width: 100%;
}
ul.bxslider01 li img {
  display: block;
  width: 100%;
  height: auto;
}
ul.bxslider02 li a { /*サムネイル*/
  display: block;
  width: 100px;
}
ul.bxslider02 li a img { /*サムネイルの画像*/
  display: block;
  width: 100px;
  height: auto;
}
div.controlWrap {
  width: 100%;
  display: block;
  position: absolute;
  margin: 0 auto;
  bottom: 0;
}
div.controlWrap p#PrevIcon a { /*矢印画像（前へ）*/
  display: block;
  width: 13px;
  height: 19px;
  position: absolute;
  background: url(../img/btn_prev.png) left center no-repeat;
  color: #fff;
  top: 20px;
  left: 20px;
  text-indent: -9999px;
}
div.controlWrap p#NextIcon a { /*矢印画像（次へ）*/
  display: block;
  width: 13px;
  height: 19px;
  position: absolute;
  background: url(../img/btn_next.png) left center no-repeat;
  color: #fff;
  top: 20px;
  right: 20px;
  text-indent: -9999px;
}
.controlWrap_sp {
  width: 100%;
}
.sp .bx-wrapper {
  margin: 0 auto 10px;
}
.slider_main img {
  width: 100%;
  margin-bottom: 10px;
}
.thumb {
  margin-bottom: 30px;
}
.top_news {
  height: 620px;
  overflow-y: scroll;
}
.top_news li {
  border-bottom: dotted 1px #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.top_news h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
.top_news dl {
  border-bottom: dotted 1px #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.top_news dt, .top_news dd {
  display: inline-block;
  vertical-align: top;
}
.top_news dt {
  width: 28%;
}
.top_news dd {
  width: 69%;
  margin-left: 1%;
}
.top_news dt img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}
.img_wrap {
  position: relative;
}
.img_wrap h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2%;
  background: rgba(255, 255, 255, 0.8);
}
.img_wrap img {
  display: block;
}
.contant_box01 {
  background: url("images/common/naname_pink_bg.jpg") repeat;
  padding: 2%;
  border-radius: 15px;
}
.contant_box02 {
  background: url("images/common/naname_babypink_bg.jpg") repeat;
  padding: 2%;
  border-radius: 15px;
}
.contant_innner {
  background: #FFE5EE;
  padding: 4%;
  border-radius: 15px;
}
.flex_list {
  display: flex;
  flex-wrap: wrap;
}
.dialy_list li {
  width: 18%;
  margin: 1%;
}
.dialy_list li img {
  margin-bottom: 5px;
}
.dialy_list li h3 {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
    text-align: center;
}
.time_select_3p{
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 10px 0;
        
}
.time_select_3p li{
    border: solid 2px #ED1E79;
    background: #fff;
  padding: 5px;
  font-size: 14px;
  margin: 0 1%;
  border-radius: 100px;
    width: 48%;
}
.time_select_3p li a{
    color: #ED1E79;
    font-weight: bold;
}
.schedule_list li {
  width: 19%;
  margin: 0.5%;
}
.time {
  background: url("images/top/icon_time.svg") no-repeat 5px center / 12% #ED1E79;
  color: #fff;
  padding: 5px 0 5px 34px;
}
.schedule_list h3 {
  font-size: 14px;
}
.schedule_list h3 span, .schedule_list .size {
  font-size: 11px;
  white-space: nowrap;
}
.sub_title {
  background: url("images/common/naname_pink_bg.jpg") repeat;
  padding: 5px;
  border-radius: 30px;
  margin-bottom: 10px;
}
.sub_bn li {
  margin-bottom: 10px;
}
.suguhime {
  background: #fff;
  padding: 2%;
  height: 500px;
  overflow-x: scroll;
}
.suguhime dt, .suguhime dd {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}
.suguhime dt {
  width: 40%;
}
.suguhime dd {
  width: 56%;
  margin-left: 1%;
}
.suguhime dd .suguhime_name {
  background: #ECEAFF;
  padding: 5px;
  color: #5D37AE;
  font-size: 18px;
  margin-bottom: 10px;
}
.suguhime dd .suguhime_name span {
  font-size: 12px;
  display: block;
}
.suguhime dd h5 {
  font-size: 18px;
  margin-bottom: 0;
}
.side_contant {
  background: url("images/common/dot_pink_bg.png") repeat;
  width: 180px;
  padding: 1.5%;
  border-radius: 30px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  z-index: 5;
}
.side_contant li {
  margin-bottom: 10px;
  color: #fff;
}
.side_contant li h3 {
  font-size: 14px;
}
.side_contant li p {
  font-size: 11px;
}
#new_face {
  left: -5%;
  top: 10%;
}
#new_face.open {
  left: 3%;
  top: 10%;
}
#sokuhime {
  right: -5%;
  top: 10%;
}
#sokuhime.open {
  right: 3%;
  top: 10%;
}
.new_icon {
  position: absolute;
  bottom: 30px;
  right: 4%;
  z-index: 2;
  width: 25px;
}
/*==========================
footer
==============================*/
footer {
  background: #ED1E79;
  padding: 4% 4% 1% 4%;
  text-align: center;
}
footer ul {
  border-bottom: solid 1px #fff;
  padding: 2% 0;
  margin-bottom: 2%;
}
footer li {
  display: inline-block;
  width: 13%;
  background: #fff;
  border-radius: 20px;
  padding: 5px;
  margin: 0 0.1%;
  font-size: 12px;
}
footer li a {
  color: #ED1E79;
}
.copy {
  font-size: 12px;
  color: #fff;
}
.footer_sp_btn {
  background: #ED1E79;
  position: fixed;
  bottom: 10px;
  width: 60px;
  line-height: 60px;
  border-radius: 60px;
  right: 10px;
  box-shadow: 0px 0px 6px 3px #939393;
  z-index: 999999;
}
.footer_sp_btn img {
  display: block;
}
.footer_sp_btn ul {
  display: flex;
  justify-content: space-between;
}
.footer_sp_btn li {
  width: 49.5%;
  background: #fff;
  padding: 1%;
  text-align: center;
  border-radius: 30px;
}
.footer_sp_btn li a {
  color: #ED1E79;
  font-size: 15px;
  display: block;
  font-weight: bold;
}
.footer_sp_btn li a span {
  display: block;
  font-size: 11px;
  color: #B4B3B3;
  margin-top: -5px;
}
/*==========================
page_common
==============================*/
main {
  margin-top: 10px;
}
.page_title {
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 15px;
}
.page_title img {
  height: 30px;
  display: block;
  margin: auto;
}
.w_bg {
  background: rgba(255, 255, 255, 0.7);
  padding: 2%;
  border-radius: 30px;
}
.girls_img_wrap {
  margin-bottom: 10px;
  position: relative;
}
#girls .bx-wrapper {
  margin-bottom: 10px;
}
#girls ul.bxslider01 li { /*メインスライダー*/
  display: block;
  width: 100%;
}
#girls ul.bxslider01 li img {
  display: block;
  width: 100%;
  height: auto;
}
#girls ul.bxslider02 li {
  display: inline-block;
}
#girls ul.bxslider02 li a { /*サムネイル*/
  display: block;
  width: 99px;
}
#girls ul.bxslider02 li a img { /*サムネイルの画像*/
  display: block;
  height: auto;
}
#girls div.controlWrap {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  height: 150px;
}
#girls div.slider {
  text-align: center;
}
.comment {
  color: #ED1E79;
  white-space: nowrap;
  overflow: hidden;
}
.linkbox {
  position: relative;
}
.linkbox a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.linkbox a:hover { /* マウスオーバー時に色変更*/
  opacity: 0.1;
  background-color: #fff;
}
/*==========================
top
==============================*/
#top {
  font-size: 14px;
}
/*.ninsho_wrap {
  text-align: center;
  padding: 5rem 0;
  background-image:
    url("images/top/ninsho_img02.png"), url("images/top/ninsho_img03.png");
  background-repeat:
    no-repeat, no-repeat;
  background-position:
    bottom left, bottom right;
  background-size: auto 100%;
}*/
.container-fluid {
  padding: 0;
}
.ninsho_btn {
  background-image: url("images/top/20191118_new_hp_haikei02.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.ninsho_btn li {
  display: inline-block;
  width: 30%;
  margin: 4% 3%;
}
.top_user_voice {
  background-image: url("images/top/20191118_new_hp_haikei04.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 2rem;
}
.ninsho_user_voice {
  height: 50rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
.top_user_voice h4 {
  color: #ED1E79;
  margin-bottom: 10px;
}
.top_user_voice .time {
  padding: 5px 5px 5px 20px;
  margin-right: 5px;
}
.rialtime {
  background: #ED1E79;
  padding: 5px;
  color: #fff;
}
.enter_btn {
  justify-content: center;
}
.enter_btn li {
  width: 25%;
}
.enter_btn li:last-child {
  width: 18.5%;
}
.ninsho_footer {
  background: #ED1E79;
  text-align: center;
  color: #fff;
  padding: 2rem 0;
}
.ninsho_footer h1 {
  font-size: 18px;
  margin-bottom: 15px;
}
.ninsho_footer p {
  font-size: 24px;
}
.ribbon3 {
  display: inline-block;
  position: relative;
  height: 40px;
  line-height: 60px;
  text-align: center;
  padding: 3px 0;
  background: #FF7BAC;
  color: #FFF;
  box-sizing: border-box;
}
.ribbon3 h3 {
  margin: 0;
  padding: 0 30px;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
  line-height: 30px;
  font-size: 14px;
}
.ribbon3 h3 span {
  font-size: 11px;
  padding-left: 10px;
}
.ribbon3:before, .ribbon3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ribbon3:before {
  /*左の山形*/
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent transparent;
  border-style: solid;
}
.ribbon3:after {
  /*右の山形*/
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent transparent transparent transparent;
  border-style: solid;
}
/*==========================
girls
==============================*/
#girls .page_title {
  background: rgba(237, 30, 121, 0.7);
}
.nyuten {
  position: absolute;
  bottom: 0;
  background: #3FA9F5;
  padding: 5px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
.girls_thumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.girls_thumb li {
  width: 18%;
}
.girls_detail h3 {
  color: #ED1E79;
  margin-bottom: 5px;
}
.girls_detail h3 span {
  font-size: 80%;
}
.girls_detail h3 img {
  width: 40px;
  vertical-align: middle;
}
.s_title {
  background: url("images/common/naname_pink_bg.jpg") repeat;
  padding: 5px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.s_title img {
  display: block;
}
.detail_table {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #ED1E79;
  border-bottom: solid 1px #ED1E79;
}
.detail_table dt, .detail_table dd {
  padding: 5px;
  border-bottom: solid 1px #ED1E79;
}
.detail_table dt {
  width: 40%;
  border-right: dotted 1px #ED1E79;
  font-weight: normal;
  color: #ED1E79;
}
.detail_table dd {
  width: 60%;
  margin: 0;
}
.detail_table dd:last-child {
  border-bottom: none;
}
.detail_table dt:nth-last-child(2) {
  border-bottom: none;
}
.detail_graph {
  background: #fff;
  text-align: center;
  padding: 2%;
  border-radius: 30px;
}
.schedule_table {
  text-align: center;
}
.schedule_table .table-bordered th, .schedule_table .table-bordered td {
  border: solid 1px #ED1E79
}
.schedule_table .table-bordered th {
  padding: .3rem;
  color: #ED1E79;
}
.schedule_table .table-bordered td {
  background: #fff;
}
.schedule_table {
  display: flex;
}
.schedule_table dl {
  border-top: solid 1px #ED1E79;
  border-bottom: solid 1px #ED1E79;
  border-left: solid 1px #ED1E79;
  width: 14%;
  white-space: nowrap;
}
.schedule_table dl:last-child {
  border-right: solid 1px #ED1E79;
}
.schedule_table dt, .schedule_table dd {
  padding: 3%;
  font-size: 90%;
}
.schedule_table dt {
  border-bottom: solid 1px #ED1E79;
  color: #ED1E79;
}
.sokuhime {
  position: absolute;
  right: -5%;
  top: -17%;
  width: 60px;
}
.Saturday {
  color: #3FA9F5 !important;
}
.Sunday {
  color: #ED1C24 !important;
}
.datail_diary {
  display: flex;
  flex-wrap: wrap;
}
.datail_diary dl {
  width: 33%;
  font-size: 12px;
}
.datail_diary dt, .datail_diary dd {
  display: inline-block;
  vertical-align: top;
}
.datail_diary dt {
  width: 40%;
}
.datail_diary dd {
  width: 57%;
  margin-left: 1%;
}
.datail_diary dl .data {
  font-size: 11px;
  color: #999;
  margin-bottom: 5px;
}
.datail_diary dl h5 {
  font-size: 14px;
  color: #ED1E79;
  margin-bottom: 5px;
}
.voice {
  border-bottom: dotted 1px #ED1E79;
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.voice dt {
  width: 70%;
  font-weight: normal;
}
.voice dd {
  width: 30%;
  text-align: right;
}
.grad-wrap {
  position: relative;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-trigger {
  /*ボタンのスタイルはご自由にどうぞ*/
}
.grad-item {
  position: relative;
  overflow: hidden;
}
.grad-item.is-hide {
  height: 80px; /*隠した後の高さ*/
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}
.grad-trigger.is-show + .grad-item::before {
  display: none;
}
.girls_serch {
  background: #f4f4f4;
  padding: 8px;
  border-radius: 10px;
}
.girls_serch input[type="text"] {
  background: #fff;
  border: solid 1px #000;
  border-radius: 5px;
  padding: 10px;
  width: 70%;
  margin-right: 5px;
}
.girls_serch .form-group {
  vertical-align: middle;
  width: 100%;
  margin: 0;
}
/*==========================
schedule
==============================*/
#schedule .page_title {
  background: rgba(255, 147, 30, 0.7);
}
.schedule_data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F9C;
  padding: 10px;
  border-radius: 100px;
}
.schedule_data li a {
  width: 85px;
  height: 85px;
  border-radius: 140px;
  background: #f4f4f4;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  border: solid 2px #ED1E79;
  padding-top: 25px;
  line-height: 1.2rem;
  display: block;
}
.schedule_data li a {
  color: #ED1E79;
}
.schedule_data li span {
  display: block;
  font-size: 85%;
}
.schedule_data li.active a {
  color: #fff;
  background: #FF7BAC;
}
.schedule_data_time{
    display: flex;
    justify-content: space-between;
}
.schedule_data_time li {
    width: 100%;
    margin: 0 1%;
}
.schedule_data_time li a {
  border: solid 2px #ED1E79;
  padding: 10px 15px;
  border-radius: 100px;
  background: #f4f4f4;
  color: #ED1E79;
  font-weight: bold;
  font-size: 14px;
    display: block;
}
.schedule_data_time li.active a {
  color: #fff;
  background: #FF7BAC;
}
.top_title_wrap {
  background: url("images/common/naname_pink_bg.jpg") repeat;
  border-radius: 30px 30px 0 0;
  padding: 10px;
  text-align: center;
  color: #fff;
}
.contant_wrap {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0 0 30px 30px;
  padding: 30px;
  border-left: solid 3px #ED1E79;
  border-right: solid 3px #ED1E79;
  border-bottom: solid 3px #ED1E79;
}
.girls_category {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.girls_category li {
  width: 8%;
  margin: 0 5px 5px;
}
.option_icon img {
  display: inline-block;
  width: 42px;
}
.option_icon div {
  display: inline-block;
  position: relative;
}
.option_icon div .shame_icon {
  position: absolute;
  right: -5px;
  top: -1px;
  background: #FF3639;
  color: #fff;
  z-index: 2;
  font-size: 50%;
  width: 12px;
  text-align: center;
  line-height: 12px;
  border-radius: 30px;
}
#top_shame .shame_icon {
  position: absolute;
  right: -5px;
  top: -1px;
  background: #FF3639;
  color: #fff;
  z-index: 2;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 30px;
}
.review {
  position: absolute;
  bottom: 0;
  background: rgba(51, 51, 51, 0.7);
  padding: 5px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
.imasugu {
  position: absolute;
  bottom: 0;
  animation: blinkAnime 1s infinite alternate;
  padding: 5px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
@keyframes blinkAnime {
  0% {
    background: rgba(237, 30, 121, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
.star {
  position: absolute;
  top: 31px;
  width: 40%;
  left: 5px;
}
/*==========================
system
==============================*/
#system .page_title {
  background: rgba(122, 201, 67, 0.7);
}
/*==========================
access
==============================*/
#access .page_title {
  background: rgba(158, 0, 93, 0.7);
}
.map_wrap iframe {
  border: solid 5px #FF7BAC;
  border-radius: 30px;
  width: 100%;
  -webkit-mask-image: -webkit-radial-gradient(circle, white 0%, black 0%);
  -webkit-transform: rotate(0.000001deg);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
}
blockquote {
  background: #fff;
  border: solid 3px #ED1E79;
  border-radius: 30px;
  padding: 20px;
}
.caution li {
  //  background: url("images/page/access_img01.png") no-repeat center left;
  background-size: 20px auto;
  padding-left: 0px;
  color: #ED1E79;
  font-size: 15px;
  font-weight: bold;
}
/*==========================
reserve
==============================*/
#reserve .page_title {
  background: rgba(117, 76, 36, 0.7);
}
.reserve_tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reserve_tab li {
  width: 50%;
  border-radius: 30px 30px 0 0;
  text-align: center;
  padding: 2%;
}
.reserve_tab li.shop_tab {
  background: url("images/common/naname_blue_bg.png") repeat;
}
.reserve_tab li.girls_tab {
  background: url("images/common/naname_babypink_bg.jpg") repeat;
}
.tab_wrap {
  padding: 3%;
  border-radius: 0 0 30px 30px;
}
.shop_tab_wrap {
  background: url("images/common/naname_blue_bg.png") repeat;
}
.girls_tab_wrap {
  background: url("images/common/naname_babypink_bg.jpg") repeat;
}
.table-bordered th, .table-bordered td {
  border: 1px solid #808080;
  background: #fff;
  vertical-align: middle;
  line-height: 1.2rem;
  height: 60px;
}
.txtleft {
  text-align: left;
}
.shop_tab_wrap .table-bordered .r_active {
  background: #3FA9F5;
}
.shop_tab_wrap .table-bordered .r_active a {
  color: #fff;
  display: block;
}
.girls_tab_wrap .schedule_list h3 {
  font-size: 17px;
  font-weight: bold;
}
.newgirl {
  position: absolute;
  left: 2%;
  top: 2%;
}
.reserve_btn img {
  width: 60%;
}
.reserve_btn {
  display: block;
  text-align: center;
  padding: 5px;
  border-radius: 50px;
}
.btn_profile {
  background: #fff;
  margin-bottom: 5px;
}
.btn_reserve {
  background: #ED1E79;
}
.reserve_btn img {
  display: block;
  margin: auto;
}
/* ボタン共通 */
.reserve_form_btn {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}
.reserve_form_btn a {
  display: block;
  position: relative;
  z-index: 100;
  background: #fff;
  border: solid 1px #4D4D4D;
  color: #C1272D;
  font-size: 14px;
  line-height: 50px;
  text-decoration: none;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  padding-left: 20px;
}
.reserve_form_btn a:hover {
  background: #FFE5EE;
}
.reserve_form_btn a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent; /*top right bottom を透明化 */
  border-left: 5px solid #4D4D4D;
}
.reserve_form_btn .minute {
  background: #4D4D4D;
  color: #fff;
  padding: 5px 20px;
  margin-right: 10px;
  border-radius: 50px;
}
/*==========================
recruit
==============================*/
#recruit .page_title {
  background: rgba(237, 28, 36, 0.7);
}
.movie_wrap video {
  width: 100%;
}
#recruit .dialy_list .data {
  font-size: 11px;
  color: #999;
}
#recruit .dialy_list li h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px;
}
.girls_voice {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.girls_voice dt {
  width: 30%;
}
.girls_voice dd {
  width: 58%;
}
.girls_voice dd {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 20px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #FFF;
  border: solid 3px #FF7BAC;
  box-sizing: border-box;
}
.girls_voice dd p {
  margin: 0;
  padding: 0;
}
.girls_voice dd h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.tainyu_title {
  text-align: center;
  line-height: 3rem;
  border-radius: 50px;
  color: #fff;
  margin-bottom: 10px;
}
.tainyu .tainyu_title {
  background: #FF7BAC;
}
.kyuyo .tainyu_title {
  background: #3FA9F5;
}
.tainyu th {
  background: #FFE5EE;
  color: #4D4D4D;
}
.tainyu td span {
  color: #ED1E79;
}
.kyuyo th {
  background: #D9EEFD;
  color: #4D4D4D;
}
.miryoku li {
  border-right: dotted 1px #FF7BAC;
  text-align: center;
  width: 31%;
}
.miryoku li:last-child {
  border-right: none;
}
.miryoku li img {
  width: 90%;
}
.title_pink_bg {
  background: #FF7BAC;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}
.qa_box {
  border: solid 5px #FF7BAC;
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  font-size: 17px;
}
.qa_box dt, .qa_box dd {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px 0 30px 80px;
  margin-bottom: 0;
}
.icon_q {
  background: url("images/page/recruit_img13.png") no-repeat center left;
  border-bottom: dotted 3px #ED1E79;
  background-size: 60px 60px;
  color: #3FA9F5;
}
.icon_a {
  background: url("images/page/recruit_img14.png") no-repeat center left;
  background-size: 60px 60px;
  color: #4D4D4D;
}
.nav-pills .nav-link.active {
  background: #ED1E79;
  color: #fff;
}
.nav-pills .nav-link {
  border-radius: 3rem;
  background-color: #f4f4f4;
  color: #ED1E79;
}
.form_nav img {
  width: 40px;
  display: inline-block;
  padding-right: 10px;
}
input[type="submit"] {
  background: #ED1E79;
  padding: 2% 10%;
  color: #fff;
  font-size: 17px;
  border: none;
  border-radius: 5rem;
}
/*==========================
recruit_men
==============================*/
#recruit_men {
  background: none;
}
.recmen_head {
  /*background: url("images/common/naname_blue_bg.png") repeat;*/
  padding: 0 !important;
}
.recmen_bg_blue {
  background: #D9EEFD;
  text-align: center;
}
#recruit_men section {
  padding: 3rem 0;
}
#recruit_men .title01 {
  background: #3FA9F5;
  color: #fff;
  font-size: 18px;
  padding: 15px;
  text-align: center;
  margin-bottom: 30px;
}
#recruit_men .title02 {
  background: #D9EEFD;
  color: #3FA9F5;
  font-size: 18px;
  padding: 15px;
  margin-bottom: 30px;
}
.recmen_bg_gray {
  background: #F2F2F2;
}
.recmen_bg_gray .girls_voice dd, .recmen_bg_gray .girls_voice dd::after {
  border: none;
}
#recruit_men .detail_table, #recruit_men .detail_table dt, #recruit_men .detail_table dd {
  border-color: #3FA9F5;
}
#recruit_men .detail_table dt {
  color: #3FA9F5;
}
.recmen_bg_dblue {
  background: #3FA9F5;
}
.recmen_bg_dblue .qa_box {
  border: none;
  border-radius: 0;
}
.recmen_bg_dblue .icon_q {
  background-image: url("images/page/recruitmen_img07.png");
  border-bottom: dotted 3px #3FA9F5;
}
.recmen_bg_dblue .icon_a {
  background-image: url("images/page/recruitmen_img08.png");
}
.form_wrap {
  border-bottom: dotted 3px #3FA9F5;
  margin-bottom: 10px;
}
.form_wrap dt, .form_wrap dd {
  padding: 1%;
  display: inline-block;
  vertical-align: middle;
}
.form_wrap dt {
  width: 28%;
  color: #3FA9F5;
}
.form_wrap .tbg {
  font-size: 24px;
}
.form_wrap .tbgd {
  font-size: 180%;
}
.form_wrap dd {
  width: 70%;
}
.form_wrap input[type="text"], .form_wrap input[type="email"], .form_wrap input[type="tel"], .form_wrap input[type="date"], .form_wrap input[type="time"], .form_wrap input[type="number"] {
  width: 100%;
  background: #F2F2F2;
  padding: 10px;
  border-radius: 15px;
  border: none;
}
textarea {
  width: 100%;
  background: #F2F2F2;
  padding: 10px;
  border-radius: 15px;
  border: none;
  height: 150px;
}
.form_wrap label {
  display: block;
  color: #3FA9F5;
  font-size: 18px;
}
.cp_ipselect {
  overflow: hidden;
  text-align: center;
}
.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl04 {
  position: relative;
  border-radius: 15px;
  background: #F2F2F2;
}
.cp_ipselect.cp_sl04::before {
  position: absolute;
  top: 1.3em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #999;
  pointer-events: none;
}
.cp_ipselect.cp_sl04 select {
  padding: 8px 38px 8px 8px;
}
/*Checkboxes styles*/
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}
input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #6cc0e5;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.radio-input {
  display: none;
}
.radio-input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
.radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio-input:checked + label {
  color: #3FA9F5;
}
.radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #3FA9F5;
  border-radius: 50%;
}
input[type="range"] {
  -webkit-appearance: none;
  width: 80%;
  background: #3FA9F5;
  border-radius: 50px;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
input[type="range"]::-webkit-slider-thumb:hover {
  background: #fff;
}
input[type="range"]::-webkit-slider-thumb:active {
  background: #fff;
}
.submit_btn {
  text-align: center;
  margin-top: 30px;
}
.submit_btn input[type="submit"] {
  background: #3FA9F5;
  color: #fff;
  font-size: 24px;
  padding: 1rem 5rem;
  border: none;
}
#questionnaire_list input[type="number"] {
  display: block;
  padding: 10px;
  border: solid 1px #000;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 30px;
}
#questionnaire_list input[type="button"] {
  padding: 2%;
  background: #fff;
  border: solid 1px #000;
  border-radius: 5px;
}
.pagelink {
  padding-top: 50px;
}
.bosyu_btn {
  overflow: hidden;
  width: 350px;
  height: 50px;
  margin: auto;
  padding: 0;
}
.bosyu_btn a {
  display: block;
  position: relative;
  z-index: 100;
  text-align: center;
  background: #3FA9F5;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  text-decoration: none;
}
.bosyu_btn a:hover {
  background: #3ab2e9;
}
.bosyu_btn a:before { /*白い丸 */
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%; /* CSS3草案 */
  -webkit-border-radius: 50%; /* Safari,Google Chrome用 */
  -moz-border-radius: 50%; /* Firefox用 */
  background: #fff;
}
.bosyu_btn a:after { /*「after要素」で三角 */
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent; /*top right bottom を透明化 */
  border-left: 5px solid #00a0e9;
}
.bosyu_btn a:hover:after { /*「after要素」のマウスオーバー（カラーを合わせる） */
  border-left: 5px solid #3ab2e9;
}
/*==========================
shame
==============================*/
#shame .page_title {
  background: url("images/common/naname_pink_bg.jpg") repeat;
}
.data {
  color: #999;
  font-size: 12px;
}
.shame_wrap .shame_title {
  font-size: 18px;
  border-bottom: dotted 3px #ED1E79;
  color: #ED1E79;
  padding-bottom: 5px;
  margin-bottom: 30px;
  font-weight: bold;
}
.shame_wrap img {
  display: block;
  margin: auto;
}
.shame_wrap p {
  margin-bottom: 20px;
}
.shame_detail div {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
#shame .dialy_list li {
  margin: 0 10px 10px 0;
}
#shame .size {
  font-size: 80%;
  margin: 15px 0;
}
.syukkin {
  background: #ED1E79;
  color: #fff;
  padding: 10px;
}
.pager {
  text-align: center;
  width: 100%;
}
.pager a {
  padding: 1%;
  background: #f4f4f4;
  color: #ED1E79;
}
.shame_btn {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 2rem;
}
.shame_btn a {
  background: #ED1E79;
  color: #fff;
  padding: 2%;
}
.more_btn {
  background: #333;
  color: #fff;
  padding: 4%;
    padding-top: 4%;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  padding-top: 25px;
  margin: 10px auto 0;
  font-size: 17px;
  line-height: 1.3rem;
}
.more_btn span{
    font-size: 70%;
    display: block;
}
.pager .now {
  background: #ED1E79;
  padding: 1%;
  color: #fff;
}
.mfp-content img {
  display: block;
  margin: 0 auto 30px auto;
}
.popup-modal-dismiss a {
  background: #ff7aaf;
  color: #fff;
  padding: 2%;
  border-radius: 10px;
  margin: 10px auto;
  display: block;
  width: 50%;
  font-size: 18px;
}
.mfp-bg {
  background: #FFF !important;
}
.shame-wrap {
  position: relative;
  margin: 10px auto;
  max-width: 700px;
  background: #f4f4f4;
  padding: 20px;
  text-align: center;
}
.shame_box {
  background: #fff;
  padding: 3%;
  margin: 2% 0;
}
.shame-wrap h1 {
  font-weight: bold;
  font-size: 12px;
  margin: 0 0 10px;
}
.shame-wrap .image img {
  width: 100%;
  max-width: 600px;
}
.shame-wrap .image, .shame-wrap .popup-modal-dismiss {
  text-align: center;
}
.shame_title {
  color: #ff7aaf;
}
.mfp-close-btn-in .mfp-close {
  color: #ff7aaf !important;
}
#shame .top_title_wrap img {
  margin-bottom: -10px;
}
/*==========================
shop_info
==============================*/
.info_girls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info_girls dt {
  width: 30%;
}
.info_girls dd {
  width: 68%;
}
.w_bg2 {
  background: #fff;
  padding: 2%;
  border-radius: 30px;
}
#questionnaire_girls .form_wrap {
  border-bottom: dotted 3px #FF99CC;
  width: 100%;
}
#questionnaire_girls .form_wrap dt {
  color: #FF99CC;
}
.three_size input[type="text"], .three_size input[type="time"] {
  width: 28%;
}
.three_size input[type="checkbox"] + label {
  display: inline-block;
  margin-right: 2%;
}
.three_size .cp_ipselect {
  width: 29%;
  display: inline-block;
}
.mail_add input[type="checkbox"] + label {
  display: inline-block;
  margin-right: 2%;
}
.mail_add .cp_ipselect {
  width: 45%;
  display: inline-block;
}
#questionnaire_girls .form_wrap label {
  color: #666;
}
#questionnaire_girls .radio-input:checked + label::after {
  background: #FF99CC;
}
#questionnaire_girls .submit_btn input[type="submit"] {
  background: #FF99CC;
}
.thanks_title {
  padding: 3rem 0;
  color: #ED1E79;
  font-size: 24px;
}
.table-active, .table-active > th, .table-active > td {
  background-color: #CDCDCD !important;
}
.questionnaire_girls_table td, .questionnaire_girls_table th {
  border-bottom: dotted 3px #FF99CC;
  border-left: dotted 3px #FF99CC;
  padding: 2%;
}
.questionnaire_girls_table .first_table {
  border-left: none;
}
.questionnaire_girls_table th {
  color: #FF99CC;
  text-align: center;
}
#questionnaire_girls, #girls_system, #shop_info, #questionnaire_list, #shop_system {
  background: none;
  padding: 2rem 0;
}
#enquete_info {
  background: none;
  padding: 2rem 0;
}
select {
  max-width: 100%;
}
#shop_info .girls_img_wrap {
  border: solid 3px #ED1E79;
}
.scout .girls_img_wrap {
  border: solid 3px #c1272d !important;
}
.w_bg_full {
  background: #fff;
  padding: 5% 2%;
  border-radius: 30px;
}
.cyuujikou {
  width: 100%;
  border: dotted 3px #FF99CC;
  padding: 3%;
}
.anc_btn {
  background: #ED1E79;
  padding: 5% 10%;
  text-align: center;
  border-radius: 50px;
  color: #fff;
}
.cyuui {
  margin-bottom: 15px;
}
.cyuui li {
  /*list-style-type: circle;*/
  margin-bottom: 3px;
  /*line-height: 30px;*/
  font-size: 18px;
}
.cyuui_01 {
  max-width: 400px;
  font-weight: bold;
  margin-bottom: 5px;
  margin: 0 auto;
  text-align: center;
}
.cyuui_01 li {
  /*list-style-type: circle;*/
  font-weight: normal;
  display: inline-block;
  text-align: left;
  margin-bottom: 5px;
}
.access_box a {
  margin: 0 auto;
  text-align: center;
  display: block;
}
#questionnaire_girls .page_title {
  background: rgba(41, 171, 226, 0.7);
}
#girls_system .page_title {
  background: rgba(122, 201, 67, 0.7);
}
#questionnaire_list .page_title {
  background: rgba(158, 0, 93, 0.7);
}
#shop_info .page_title {
  background: rgba(41, 171, 226, 0.7);
}
#shop_system .page_title {
  background: rgba(122, 201, 67, 0.7);
}
/*==========================
questionnaire
==============================*/
#questionnaire .page_title {
  background: rgba(255, 153, 51, 0.7);
}
#questionnaire .form_wrap dt, #questionnaire .form_wrap label {
  color: #ED1E79;
}
#questionnaire .form_wrap {
  border-bottom: dotted 3px #ED1E79;
}
#questionnaire input[type="range"], #questionnaire .submit_btn input[type="submit"] {
  background: #ED1E79;
}
#questionnaire_list .form_wrap {
  font-size: 16px;
}
/*==========================
mailmagazine
==============================*/
.mainmaga_wrap {
  background: #FBD2E4;
  border-radius: 30px;
  text-align: center;
  width: 1000px;
  margin: auto;
  padding-bottom: 3rem;
}
.mailmaga_box {
  border-radius: 30px;
  background: #fff;
  width: 70%;
  margin: auto;
}
.mailmaga_box h2 {
  border-radius: 20px 20px 0 0;
  color: #fff;
}
.mailmaga_box h2 {
  padding: 5px;
}
.mailmaga_touroku {
  border: solid 3px #603813;
}
.mailmaga_touroku h2 {
  background: #603813;
}
.mailmaga_box div {
  padding: 2rem 3rem;
}
.mailmaga_teishi {
  border: solid 3px #808080;
}
.mailmaga_teishi div {
  text-align: left;
}
.mailmaga_teishi h2 {
  background: #808080;
}
.teishi_form {
  padding: 11px;
  width: 70%;
}
.mailmaga_teishi input[type="submit"] {
  background: #29ABE2;
  padding: 2% 10%;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 0;
  margin-left: 2%;
}
.mainmaga_wrap input[type="image"] {
  max-width: 100%;
}
/*
2021/07/20
*/
.contant_box05 {
  /*background: url("images/common/dot_pink_bg.jpg") repeat;
  padding: 2%;
  border-radius: 15px;*/
}
#p3girls .page_title {
  background: #ed1e79;
}
.regular li {
  margin: 0.1% !important;
}
.regular .slick-prev {
  left: 10px;
  z-index: 1;
}
.regular .slick-next {
  right: 10px;
  z-index: 1;
}
/** Custom Select **/
.custom-sec-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  width: 100%;
  z-index: 1;
}
.custom-sec-wrapper select {
  display: none;
}
.custom-sec {
  position: relative;
  display: block;
}
.custom-sec-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 84px 0 22px;
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  line-height: 60px;
  background: #999;
  border-radius: 4px;
  cursor: pointer;
}
.custom-sec-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}
.custom-sec.opened .custom-sec-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 15px 0;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
  background: #fff;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}
.custom-sec.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.custom-options:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 100%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-bottom: -4px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  background: #fff;
  transform: rotate(45deg);
  transition: all .4s ease-in-out;
}
.option-hover:before {
  background: #f9f9f9;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  border-bottom: 1px solid #b5b5b5;
  font-size: 17px;
  font-weight: 600;
  color: #999;
  line-height: 47px;
  cursor: pointer;
  transition: all .4s ease-in-out;
}
.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}
.custom-option:hover, .custom-option.selection {
  background: #f9f9f9;
}
.girls_search_submit {
  width: 12%;
  background: #ED1E79;
  color: #fff;
  padding: 10px 0;
  font-size: 11px;
  border: none;
}
.girls_search_reset {
  width: 12%;
  background: #999;
  color: #fff;
  padding: 10px 0;
  font-size: 11px;
  border: none;
}
.system_table {
  margin-bottom: 30px;
  font-size: 18px;
}
.system_table th {
  background: #FFC2E0;
}
.system_table_td_title {
  background: #f4f4f4 !important;
}
.pcwidgets-subtitle-border {
  font-weight: normal;
}
/*==========================
PC common
==============================*/
@media screen and (min-width: 768px) {
  .fixed {
    position: fixed;
    top: 3%;
    height: 60px;
    z-index: 5;
    width: 100%;
    left: 50%;
    background: #333;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: none;
    color: #212529;
  }
  /*.wid_wrap {
    width: 1000px;
    margin: auto;
  }*/
  .access_box {
    height: 510px;
  }
  .girls_voice dd:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .girls_voice dd:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #FF7BAC;
    z-index: 1;
  }
  .img_wid_wrap {
    width: 1000px;
    margin: auto;
  }
  .sp_pagetop {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .sp {
    display: none;
  }
  .access_box {
    height: 630px;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }