@charset "UTF-8";
/* index.php */
#index_bg {
  padding-top: 1em;
  width: 100%;
  background: #000 url(../images/index_bg.jpg) no-repeat;
  background-size: 100%;
}
#index_bg .enter {
  width: 80%;
  margin: 15px auto 5px;
}
#index_bg .r18 {
  width: 18%;
  margin: 0 auto;
}
#index_bg .leave {
  width: 60%;
  margin: 5px auto;
}
.bn_area{
  width: 100%;
  text-align: center;
}
.bn_area img{
  width: 100%;
}
.index_h2 {
  margin: 0 auto;
  color: #fff;
}
.index_h2 section {
  margin-bottom: 15px;
}
.index_h2 h2 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background: #fff;
  text-align: left;
  padding: 3px;
}
.index_h2 div {
  font-size: 14px;
  text-align: left;
  line-height: 1.5em;
  padding: 5px;
}
/* top.php */
.top .movie video {
  width: 100%;
}
.top .top_newface_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.group_info {
  margin-top: 15px;
}
.top_twitter {
  margin-top: 15px;
}
.top_event {
  margin-top: 15px;
}
.top_event .event_cont {
  margin-top: 3px;
}
.top_event .event_cont video {
  vertical-align: bottom;
}
.shopinfo_txt {
  padding: 10px;
  max-height: 350px;
  overflow: auto;
}
.mmag .mmag_content form {
  color: #fff;
  padding: 1em 0;
  width: 100%;
  margin-bottom: 0;
  background: #5a0000;
}
.mmag .mmag_content form input[type="text"] {
  width: 80%;
  height: 40px;
  background: #fff;
  padding: 5px;
  color: #000;
}
.mmag .mmag_content form input[type="submit"] {
  width: 120px;
  background: #ddd;
  padding: 5px;
  margin-top: 15px;
  color: #000;
}
.top .recruit p {
  margin-bottom: 3px;
}

/* girls.php */
.girls .girls_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.girls .girls_list::after {
  content:"";
  display: block;
  width:33%;
}

/* sch.php */
.sch .week {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 20px;
}
.sch .week .schtime {
  width: 30%;
  border-radius: 10px;
  background: #94c916;
  text-align: center;
  margin: 5px;
}
.sch .week .schtime.present {
  color: #fff;
  padding: 10px 0;
}
.sch .week .schtime a {
  display: block;
  color: #000;
  padding: 10px 0;
}
#schedule_today {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#schedule_today::after {
  content:"";
  display: block;
  width:33%;
}
#schedule_today .face_daytime .girls_data ul li.sch_time {
  margin-top: 5px;
}

/* prf.php */
.prf .slider {
  width: 80%;
  max-width: 300px;
  margin: 20px auto 0;
}
.prf .prf_data {
  margin-top: 20px;
}
.prf .prf_data .prf_name {
  background: #94c916;
  text-align: center;
  color: #000;
  padding: 10px;
  font-size: 1.1em;
  font-weight: bold;
}
.prf .prf_data .prf_size,
.prf .prf_data .prf_detail {
  margin-top: 10px;
  text-align: center;
}
.prf .prf_diary {
  margin-top: 20px;
}
.prf .shop_comment {
  margin-top: 20px;
}
.prf .shop_comment .shop_comment_txt {
  max-height: 400px;
  overflow: auto;
  padding: 10px;
}
.prf .option {
  margin-top: 20px;
}
.prf .option .option_category h3 {
  background: #94c916;
  color: #000;
  padding: 7px;
  text-align: center;
  font-weight: bold;
}
.prf .option .option_category .op_content {
  margin-top: 10px;
}
.prf .option .option_category .op_content .item {
  display: flex;
  align-items: center;
}
.prf .option .option_category .op_content .question {
  width: 70%;
  padding-left: 5px;
  background-color: #111;
  border-bottom: #222 solid 1px;
  padding: 3px 5px;
}
.prf .option .option_category .op_content .answer {
  width: 30%;
  text-align: center;
  border-bottom: #222 solid 1px;
  padding: 3px;
}
.prf .prf_sch {
  margin-top: 20px;
  font-size: 12px;
  font-weight: bold;
}
.prf .prf_sch .week {
  display: flex;
  margin-top: 10px;
}
.prf .prf_sch .week .days {
  width: 50%;
  color: #000;
  text-align: center;
}
.prf .prf_sch .week .days .row {
  background: #94c916;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
.prf .prf_sch .week .times {
  width: 50%;
  text-align: center;
}
.prf .prf_sch .week .times .row {
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
.prf .prf_review {
  margin-top: 15px;
}
.prf_review_content{
  max-height: 400px;
    overflow: auto;
    padding: 10px;
}
.prf_review_txt h3{
  font-weight: bold;
    font-size: 18px;
    padding: 5px 0
}
.prf .prf_review .prf_review_form {
  color: #000;
  background: #94c916;
}
.prf .prf_review .prf_review_form .prf_review_txt {
  padding-top: 10px;
  padding-left: 5px;
}
.prf .prf_review .prf_review_form form {
  padding: 0 5px;
}
.prf .prf_review .prf_review_form .question_block {
  margin-top: 15px;
}
.prf .prf_review .prf_review_form .question_block .question_block_title {
  margin-bottom: 10px;
}
.prf .prf_review .prf_review_form .form_course div {
  margin-top: 7px;
}
.prf .prf_review .prf_review_form .form_cast input {
  background: #fff;
  padding: 5px;
  border: 1px solid #000;
}
.prf .prf_review .prf_review_form textarea {
  width: 100%;
  background: #fff;
  padding: 5px;
  border: 1px solid #000;
  resize: horizontal;
}
.prf .prf_review .prf_review_form .submit {
  margin-top: 15px;
  text-align: center;
}
.prf .prf_review .prf_review_form .submit p {
  text-align: center;
}
.prf .prf_review .prf_review_form .submit .btn {
  padding: 20px;
}
.prf .prf_review .prf_review_form .submit .btn input {
  width: 120px;
  color: #000;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #000;
  background: #ddd;
}
.prf .credit {
  margin-top: 15px;
}
.prf .mmag {
  margin-top: 15px;
}

/* price.php */
.sp_price {
  position: relative;
}
.sp_price .mmag_reg {
  position: absolute;
  width: 37%;
  left: 32%;
  bottom: 0.5%;
}

/* play.php */
.play .cautions {
  margin-top: 30px;
  padding: 0 1em;
  line-height: 1.7em;
}
.play .cautions .color_red {
  color: #f33;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.play .cautions ul {
  margin-bottom: 20px;
}
.play .cautions ul li {
  margin-left: 1em;
  text-indent: -1em;
}

/* hotel.php */
.hotel .hotel_txt {
  margin-top: 20px;
  padding: 0 5px;
}
.hotel .hotel_list {
  margin-top: 20px;
}
.hotel .hotel_list .hotel_box {
  background: #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.3em solid #94c916;
}
.hotel .hotel_list .hotel_box {
  color: #000;
  background: #fff;
}
.hotel .hotel_list .hotel_box h3 {
  width: 43%;
}
.hotel .hotel_list .hotel_box .hotel_data {
  width: 53%;
}
.hotel .hotel_list .hotel_box .hotel_data ul li {
  margin-bottom: 5px;
}

/* event.php */
.event_cont {
  margin-top: 20px;
}
.event_cont .event_tit {
  color: #000;
  height: 40px;
  line-height: 40px;
  background: #94c916;
  font-size: 18px;
  font-weight: bold;
  padding-top: 2px;
  padding-left: 5px;
  margin-bottom: 5px;
}
.event_cont video {
  width: 100%;
}

/* contact.php */
.contact_form {
  margin-top: 20px;
}
.contact_form .contact_form_txt {
  margin-top: 20px;
  padding: 0 10px;
}
.contact_form form {
  margin-top: 20px;
  padding: 10px;
}
.contact_form .question {
  margin-bottom: 15px;
}
.contact_form .question p {
  margin-bottom: 5px;
}
.contact_form .question input,
.contact_form .question textarea {
  width: 100%;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  padding: 5px;
}
.contact_form .question textarea {
  height: 100px;
  resize: horizontal;
}
.contact_form .submit {
  width: 100px;
  color: #000;
  margin: 0 auto;
  padding: 7px;
  text-align: center;
  background: #ddd;
  border: 1px solid #000;
}

/* review.php */
.review_box {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  background: #94c916;
  margin-bottom: 10px;
}
.review_box .review_leftbox {
  width: 35%;
}
.review_box .review_leftbox .girls_data {
  margin-top: 5px;
  text-align: center;
}
.review_box .review_rightbox {
  width: 60%;
  overflow-y: auto;
  max-height: 240px;
  background: #858554;
  padding: 10px;
  word-wrap: break-word;
}

/* questionnaire.php */
.questionnaire .prf_review {
  margin-top: 15px;
}
.questionnaire .prf_review .prf_review_form {
  color: #000;
  background: #94c916;
}
.questionnaire .prf_review .prf_review_form .prf_review_txt {
  padding-top: 10px;
  padding-left: 5px;
}
.questionnaire .prf_review .prf_review_form form {
  padding: 0 5px;
}
.questionnaire .prf_review .prf_review_form .question_block {
  margin-top: 15px;
}
.questionnaire .prf_review .prf_review_form .question_block .question_block_title {
  margin-bottom: 10px;
}
.questionnaire .prf_review .prf_review_form .form_course div {
  margin-top: 7px;
}
.questionnaire .prf_review .prf_review_form .form_cast input {
  background: #fff;
  padding: 5px;
  border: 1px solid #000;
}
.questionnaire .prf_review .prf_review_form textarea {
  width: 100%;
  background: #fff;
  padding: 5px;
  border: 1px solid #000;
  resize: horizontal;
}
.questionnaire .prf_review .prf_review_form .submit {
  margin-top: 15px;
  text-align: center;
}
.questionnaire .prf_review .prf_review_form .submit p {
  text-align: center;
}
.questionnaire .prf_review .prf_review_form .submit .btn {
  padding: 20px;
}
.questionnaire .prf_review .prf_review_form .submit .btn input {
  width: 120px;
  color: #000;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #000;
  background: #ddd;
}

/* 3p */
.possible_3p .girls_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}