@charset "UTF-8";

/* index.php */
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  text-align: center;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 260px;
}

/* アイコンの動き */
.fadeUp {
  animation-name: fadeAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeAnime {
  from {
    opacity: 0;
  }


  to {
    opacity: 1;
  }

}

body#index_body {
  background-image: none;
}

#index_body #index_header {
  height: 435px;
  margin: 0 auto;
  text-align: center;
}

#index_body #index_header h1 {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #dcdcdc;
  padding: 5px 0;
  height: auto;
}

#index_body .logoimg {
  width: 415px;
  margin: 30px auto 0;
}

#index_body .index_x {
  width: 300px;
  border: 1px solid #0193d6;
  margin: 40px auto;
}

#index_body .enter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin: 40px auto 0;
}

#index_body .enterbtn {
  width: 230px;
}

#index_body .leavebtn {
  width: 180px;
  margin-top: 10px;
}

#index_body .over18 {
  width: 120px;
}

#index_body .townbn {
  width: 640px;
  margin: 40px auto 20px;
}

#index_body .shop_info {
  width: 500px;
  margin: 20px auto;
}

#index_body .index_banner {
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}

#index_body .index_banner img {
  width: auto;
}

#index_body .index_h2 {
  width: 900px;
  margin: 40px auto;
}

#index_body .index_h2 section {
  margin-bottom: 30px;
}

#index_body .index_h2 h2 {
  font-size: 18px;
  color: #000;
  background: #fff;
  border: none;
  padding: 10px;
  text-indent: 0;
  height: auto;
  text-align: center;
  font-weight: bold;
}

#index_body .index_h2 div {
  font-size: 14px;
  text-align: left;
  line-height: 1.5em;
}

/* top.php */

.top_video video {
  width: 100%;
}

.slider_top video {
  width: 100%;
}

.top_event {
  margin-bottom: 30px;
}

.slider_top video {
  width: 100%;
}

.top_newface_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_newface_list::before {
  content: '';
  width: 24%;
  order: 1;
}

.top_newface_list::after {
  content: '';
  width: 24%;
}

.top_newface_list .face_daytime {
  width: 24%;
  border: none;
  padding: 0;
  position: relative;
}

.top_newface_list .face_daytime .girls_data {
  width: 100%;
  padding: 5px 0;
  bottom: 0;
  background: #333;
}

.top_newface_list .face_daytime .girls_data .newface_icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.topics_box {
  height: 400px;
  overflow: auto;
  padding: 20px;
}

.topics_box .topics_title {
  font-size: 18px;
  margin-bottom: 20px;
}

.topics_box img {
  width: 100%;
  max-width: 350px;
}


/* girls.php */
.girls_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


/* sch.php */
.sch .week {
  width: 700px;
  display: flex;
  justify-content: center;
  margin: 10px auto;
  text-align: center;
}

.sch .week .schtime {
  width: calc(100% / 7);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.sch .week .schtime:last-of-type {
  border-right: 1px solid #fff;
}

.sch .week .schtime.present {
  background: #00a0e9;
}

.sch .week .schtime a {
  width: 100%;
  display: block;
  padding: 10px;
}

.sch #schedule_today {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sch #schedule_today .sch_time {
  font-size: 16px;
  margin-bottom: 5px;
}


/* play.php */
.play {
  margin-top: 13px;
}

.play .step {
  margin-bottom: 15px;
}

.play .step h3 {
  margin-bottom: 10px;
}

.play .step .step_content {
  display: flex;
  justify-content: space-between;
}

.play .step .step_content .step_txt {
  width: 70%;
  line-height: 1.7em;
  padding: 10px;
}

.play .step .step_content .step_img {
  width: 30%;
}

.play .cautions {
  margin-top: 50px;
  margin-bottom: 30px;
  line-height: 1.7em;
}

.play .cautions .color_red {
  color: #f33;
  font-size: 18px;
  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_cont h3 {
  background: #00a0e9;
  padding: 0.5em;
  color: #000;
  margin: 1em 0;
  font-weight: bold;
}

.hotel_data {
  display: flex;
  justify-content: space-between;
}

.hotel_data ul {
  width: 50%;
}

.hotel_cont ul li:before {
  display: inline-block;
  width: 87px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}

.hotel_cont ul li:nth-child(1):before {
  content: "";
  background-image: url(../images/h_li2.png);
}

.hotel_cont ul li:nth-child(2):before {
  content: "";
  background-image: url(../images/h_li1.png);
}

.hotel_cont ul li:nth-child(3):before {
  content: "";
  background-image: url(../images/h_li3.png);
}

.hotel_cont ul li:nth-child(4):before {
  content: "";
  background-image: url(../images/h_li4.png);
}

.hotel_data .hotelimg {
  width: 50%;
}


/* event.php */
.event_cont {
  margin-top: 10px;
}

.event_cont h3 {
  background: #00a0e9;
  padding: 10px 5px;
  font-size: 1.4em;
  font-weight: bold;
  text-shadow: 2px 2px 0px #00000094;
  margin-bottom: 5px;
}

.event_cont video {
  width: 100%;
}


/* contact.php */
.contact_form {
  margin-top: 15px;
}

.contact_form .qanda {
  margin-bottom: 1em;
}

.contact_form .qanda .question {
  margin-bottom: 5px;
}

.contact_form .qanda .question_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 450px;
}

.contact_form .qanda .question_flex p {
  width: 30%;
  margin-bottom: 5px;
}

.contact_form .qanda .question_flex p input {
  width: 30px;
}

.contact_form input,
.contact_form textarea {
  width: 50%;
  color: #000;
  border: 1px solid #333;
  padding: 5px;
  box-sizing: border-box;
  background: #fff;
}

.contact_form textarea {
  resize: vertical;
}

.contact_form .btn button {
  text-align: center;
  color: #000;
  background: #b0b0b0;
  border: 1px solid #b0b0b0;
  padding: 5px;
  width: 120px;
}

.contact_confirm #formWrap {
  width: 700px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}

.contact_confirm h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}

.contact_confirm form {
  margin-top: 20px;
}

.contact_confirm table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.contact_confirm table.formTable td,
.contact_confirm table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}

.contact_confirm table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
  color: #000;
}

.contact_confirm table.formTable td {
  word-break: break-all;
}

.contact_confirm .send_btn,
.contact_confirm .prev_btn {
  margin: 15px 5px;
  padding: 5px;
  background: #ddd;
  color: #000;
}

.send_wrap {
  margin-top: 15px;
}

.send_wrap .to_top {
  margin-top: 15px;
}

.send_wrap .to_top a {
  text-decoration: underline;
}


/* prf.php */
.prf_flex {
  display: flex;
  justify-content: space-between;
}

.prf_flex .prf_left {
  width: 400px;
}

.prf_flex .prf_right {
  width: 500px;
}

.prf_name {
  height: 43px;
  background-image: url(../images/prf_name.png);
  margin-bottom: 25px;
}

.prf_name span {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-left: 50px;
  line-height: 43px;
}

.prf_size,
.prf_blood,
.prf_smoke {
  display: flex;
  align-items: center;
}

.prf_size .prf_size_title,
.prf_blood .prf_blood_title,
.prf_smoke .prf_smoke_title {
  width: 30%;
  text-align: center;
  font-weight: bold;
  color: #000;
  padding: 10px 0;
  background: #00a0e9;
  border-bottom: 1px solid #000;
}

.prf_size .prf_size_txt,
.prf_blood .prf_blood_txt,
.prf_smoke .prf_smoke_txt {
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  border-bottom: solid 1px rgb(69, 69, 69);
}

.prf_blood,
.prf_smoke {
  width: 50%;
}

.prf_comment {
  margin-top: 30px;
}

.prf_comment .prf_comment_title {
  width: 181px;
}

.prf_comment .prf_comment_txt {
  /* height: 380px; */
  overflow: auto;
}

.prf_op {
  margin-top: 20px;
}

.prf_op .op_category {
  margin-top: 10px;
}

.prf_op .op_category_title {
  margin-bottom: 10px;
}

.prf_op .op_content .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.prf_op .op_content .row .item {
  display: flex;
  align-items: center;
  width: 50%;
}

.prf_op .op_content .row .item .question {
  width: 85%;
  color: #000;
  text-align: center;
  font-weight: bold;
  padding: 7px 0;
  background: #00a0e9;
  border-bottom: 1px solid #000;
}

.prf_op .op_content .row .item .answer {
  width: 15%;
  text-align: center;
  padding: 7px 0;
  border-bottom: solid 1px rgb(69, 69, 69);
}

.prf_slider {
  width: 385px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
}

.prf_slider #photo {
  width: 300px;
}

.prf_slider #thum {
  width: 72px;
}

.prf_slider #thum li {
  margin-bottom: 5px;
}

.prf_slider #thum li:last-of-type {
  margin-bottom: 0;
}

.prf_diary {
  text-align: center;
}

.prf_sch .prf_sch_title {
  width: 181px;
}

.prf_sch .week .days,
.prf_sch .week .times {
  display: flex;
  justify-content: center;
}

.prf_sch .week .days .row,
.prf_sch .week .times .row {
  width: calc(100% / 7);
  text-align: center;
  padding: 5px 0;
  border-right: 1px solid #000;
}

.prf_sch .week .days .row {
  background: #00a0e9;
  color: #000;
}

.prf_review {
  margin-top: 30px;
}

.prf_review .prf_sch_title {
  width: 181px;
}

.prf_review .prf_review_content {
  overflow: auto;
  max-height: 300px;
}

.prf_review_form {
  color: #000;
  padding: 10px;
  margin-top: 30px;
  background: #00a0e9;
}

.prf_review_form .prf_review_txt {
  margin-bottom: 15px;
}

.prf_review_form .prf_review_txt h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.prf_review_form .qanda {
  display: flex;
  margin-bottom: 15px;
}

.prf_review_form .qanda .question {
  width: 250px;
}

.prf_review_form .qanda .question_flex {
  display: flex;
}

.prf_review_form .qanda .question_flex .answer {
  margin-right: 10px;
}

.prf_review_form .qanda .answer input,
.prf_review_form .qanda .answer textarea {
  padding: 3px;
  background: #fff;
  border: 1px solid #000;
}

.prf_review_form .qanda .answer textarea {
  resize: vertical;
}

.prf_review_form .btn p {
  margin: 10px 0;
}

.prf_review_form .btn .button {
  width: 80px;
  padding: 5px;
  text-align: center;
  background: #ddd;
  border: 1px solid #000;
}


/* review.php */
.review_box {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 20px;
  background: #00a0e9;
}

.review_box .review_leftbox {
  width: 20%;
  text-align: center;
}

.review_box .review_leftbox .review_name {
  margin-top: 10px;
}

.review_box .review_leftbox .review_name span {
  display: block;
  margin-top: 5px;
}

.review_box .review_rightbox {
  width: 77%;
  overflow-y: auto;
  height: 277px;
  background: #005d87;
  padding: 10px;
  word-wrap: break-word;
}


/* questionnaire.php */
.questionnaire .prf_review_form {
  margin-top: 0;
}

.questionnaire .prf_review_form textarea {
  width: 280px;
}


/* 404 */
.txt_404 {
  margin-top: 20px;
}

/* rookie */

#content_center {
  display: block;
  float: right;
  width: 100%;
  padding-left: 5px;
  padding-bottom: 12px
}

.con-title {
  height: 30px;
  vertical-align: middle;
  background-image: url(../images/cont_title_bg.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: #3BC2FF;
  color: #FFFF00;
  font-size: 18px;
  text-indent: 50px;
  border: 1px solid #3BC2FF;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-weight: bold;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#content_main {
  height: auto;
  margin-left: 7px;
  background-image: url(../images/consept_bg_main.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.rookie_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.rookie_list .face_daytime02 {
  width: 19%;
  text-align: center;
  margin-bottom: 10px;
}

.rookie_list .face_daytime02 .startday {
  color: #FFFF00;
}

.rookie_list .face_daytime02 .rookie_info {
  padding: 10px 10px 5px;
  background: #3BC2FF;
  border-radius: 5px;
}

.rookie_list .face_daytime02 .rookie_info {
  padding: 10px 10px 5px;
  background: #3BC2FF;
  border-radius: 5px;
}

.rookie_list .face_daytime02 .rookie_info .name02 {
  margin-top: 5px;
}

.rookie_list .face_daytime02 .rookie_info .spec {
  font-size: 10px;
  color: #FFFF00;
}