@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 {
  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 .enter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin: 40px auto 0;
}
#index_body .enterbtn {
  width: 230px;
}
#index_body .leavebtn {
  width: 180px;
}
#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 */
#header_top {
  height: 435px;
  background-image: url(../images/pattern.png);
}
.top_video video {
  width: 100%;
}
.slider_top video {
  width: 100%;
}
.slider_nav {
  display: flex;
  justify-content: center;
  gap: 5px; /* サムネイル間の間隔 */
  margin-top: 10px;
}
.slider_nav .slide-item {
  width: 100px !important;
  height: auto;
  cursor: pointer;
  transition: border 0.3s ease;
}
.slider_nav .slide-item img,
.slider_nav .slide-item video {
  width: 100%;
  object-fit: cover;
}
.slider_nav .slick-track {
  transform: unset !important;
  display: flex !important;
  justify-content: center;
  gap: 5px;
}
.top_newface_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_newface_list .face_daytime {
  width: 24%;
  border: none;
  padding: 0;
  position: relative;
}
.top_newface_list .face_daytime .girls_data {
  width: 100%;
  padding: 3px 0;
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,0.5);
}
.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 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: #94c916;
}
.sch .week .schtime a {
  width: 100%;
  display: block;
  padding: 10px;
}
.sch #schedule_today {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* 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;
  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: #94c916;
  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: #94c916;
  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;
}

/* 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_smoke {
  display: flex;
  align-items: center;
}
.prf_size .prf_size_title, 
.prf_smoke .prf_smoke_title {
  width: 30%;
  text-align: center;
  font-weight: bold;
  color: #000;
  padding: 10px 0;
  background: #94c916;
  border-bottom: 1px solid #000;
}
.prf_size .prf_size_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_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;
}
.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: #94c916;
  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: #94c916;
  color: #000;
}
.prf_review {
  margin-top: 30px;
}
.prf_review .prf_sch_title {
  width: 181px;
}
.prf_review .prf_review_content {
  max-height: 300px;
  overflow: auto;
}
.prf_review_form {
  color: #000;
  padding: 10px;
  margin-top: 30px;
  background: #94c916;
}
.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: #94c916;
}
.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: #858554;
  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;
}

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

.girls_list_3p .face_daytime {
  width: 24%;
}