@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;
}

#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 */
.mov_area video {
  width: 100%;
}

#content_main .telop {
  background-image: url("../img/telop_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 55px;
  color: #000000;
  font-size: 16px;
}

.marquee {
  width: 690px;
  padding: 0.5em 15px;
  overflow: hidden;
}

.marquee div:after {
  content: "";
  white-space: nowrap;
  padding-right: 50px;
}

.marquee div {
  margin: 0;
  padding-left: 780px;
  display: inline-block;
  white-space: nowrap;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}

@keyframes marquee {
  from {
    transform: translate(0%);
  }

  99%,
  to {
    transform: translate(-100%);
  }

}

.newface_flex {
  display: flex;
  justify-content: space-between;
}

#topics_today {
  height: 445px;
  margin-bottom: 10px;
  border: 1px solid #5c0406;
  overflow: auto;
  padding: 5px;
}

#topics_today img {
  width: auto;
}

#topics_today .topics_title {
  background-color: #060353;
  margin-bottom: 5px;
  font-weight: bold;
}

#topics_today .topics_date {
  text-align: right;
  margin: 2px;
  color: #ffff00;
}

.mmag {
  margin-bottom: 10px;
}

#mailmagg table {
  width: 100%;
  color: #000;
  text-align: center;
}

#mailmagg .mmag_title td {
  padding: 10px;
}

#mailmagg td input[name="email"] {
  width: 80%;
  padding: 0.63em;
  border: 1px solid;
  margin: 10px auto;
}

#mailmagg .mmag_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0 10px 0;
}

#mailmagg .mmag_submit td {
  text-align: center;
  width: 100px;
}

#mailmagg .mmag_submit td.mmag_btn {
  text-align: center;
  width: 150px;
  border: 1px solid #000;
}

#mailmagg .mmag_submit td.mmag_btn input[name="submit"] {
  width: 100%;
  padding: 10px;
  background: #ddd;
}

#mailmagg table img {
  width: auto;
}

#bannerArea {
  margin-bottom: 10px;
}

#bannerArea p {
  margin-bottom: 5px;
}

#newface_flex {
  display: flex;
  justify-content: space-between;
}

/* girls.php */
#box_center {
  width: 625px;
}

#search_f {
  height: 90px;
  background: #e0c86e url("../img/s_title.png");
  background-size: 500px;
  margin-bottom: 5px;
  padding: 8px;
  padding-top: 30px;
  background-repeat: no-repeat;
  background-position-y: 2px;
  position: relative;
}

#search_f form div {
  float: left;
  width: 150px;
  color: #ff0;
  margin-top: 5px;
}

#search_f form div select {
  color: #000;
  background: #fff;
  appearance: auto;
  margin-top: 5px;
}

#search_f form .submit {
  position: absolute;
  right: 50px;
  width: 161px;
}

#search_f form div.submit input {
  background: url("../img/s_btn.png");
  height: 37px;
  width: 161px;
}

.girlswrap {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #5c0406;
}

.face_daytime {
  width: 120px;
  padding: 5px;
  text-align: center;
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 10px;
}

.option_icon ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.option_icon ul li.mini_icon {
  width: 50%;
}

#box_newface {
  width: 140px;
  height: auto;
  margin-right: 5px;
  text-align: center;
}

#box_newface h2 {
  height: 25px;
  line-height: 23px;
  background-image: url("../img/top_h2_ico.png");
  background-repeat: no-repeat;
  background-color: #e0c86e;
  color: #000;
  font-size: 12px;
  text-align-last: left;
  text-indent: 25px;
  border: 1px solid #ac420c;
  margin-bottom: 5px;
}

#box_newface #side_newface {
  width: 138px;
  height: auto;
  border: 1px solid #5c0406;
}

#box_newface #side_newface .entry_day {
  color: #ff1717;
  font-weight: bold;
}

.newface_day {
  width: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  background-color: #e0c86e;
  padding-top: 7px;
  padding-right: 7px;
  padding-bottom: 5px;
  padding-left: 7px;
  border-radius: 6px;
}

.face_daytime .girls_data {
  padding-top: 3px;
}

.face_daytime .girls_data .name {
  margin-bottom: 3px;
}

.face_daytime .girls_data .size {
  margin-bottom: 3px;
}

/* sch.php */
#sch .week {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

#sch .week .schtime {
  width: 13%;
  background-color: #e0c86e;
  padding: 5px;
  text-align: center;
  border: 1px solid #666;
}

#sch .week .schtime a {
  color: #000;
}

#sch .week .schtime a:hover {
  text-decoration: underline;
}

#schedule_today {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #5c0406;
}

#schedule_today .girls_data .sch_time {
  color: #FFFF00;
  font-weight: bold;
}

/* hotel.php */
.hotel_cont h3 {
  background: #e0c86e;
  padding: 0.56em;
  margin: 1em 0;
}

.hotel_data {
  display: flex;
}

.hotel_data .hotel_img {
  width: 390px;
}

.hotel_data a:hover {
  text-decoration: underline;
}

.hotel_cont ul li:before {
  display: inline-block;
  width: 100px;
  height: 50px;
  background-size: contain;
  vertical-align: middle;
}

.hotel_cont .hotel_data ul li:nth-child(1):before {
  content: "";
  background-image: url("../img/h_li1.png");
}

.hotel_cont .hotel_data ul li:nth-child(2):before {
  content: "";
  background-image: url("../img/h_li2.png");
}

.hotel_cont .hotel_data ul li:nth-child(3):before {
  content: "";
  background-image: url("../img/h_li3.png");
}

.hotel_cont .hotel_data ul li:nth-child(4):before {
  content: "";
  background-image: url("../img/h_li4.png");
}

/* play.php */
.play {
  font-size: 16px;
}

.play ol.order {
  list-style: decimal;
  list-style-position: inside;
  margin-bottom: 30px;
}

.play ol.order li {
  border-bottom: 1px solid #333;
  margin-top: 20px;
  padding-bottom: 20px;
}

.caution {
  color: #f00;
  margin-bottom: 15px;
}

ul.precaution {
  margin-top: 15px;
  list-style: disc;
  list-style-position: inside;
  line-height: 1.4em;
}

ul.precaution li {
  text-indent: -22px;
  margin-left: 28px;
  margin-bottom: 15px;
}

.warning {
  margin-top: 40px;
  color: #f00;
}

.warning p {
  margin-bottom: 15px;
  text-indent: -16px;
  margin-left: 16px;
}

/* contact.php */
#contact .contact_p {
  line-height: 1.5em;
}

#contact form {
  margin-top: 15px;
}

#contact form input,
#contact form textarea {
  appearance: auto;
  padding: 5px;
  background: #fff;
  color: #000;
  width: 400px;
  margin: 10px 0;
}

#contact .submitBtn input {
  width: 130px;
  text-align: center;
}

/* confirm.php */
.confirm_wrap .formTable {
  width: 65%;
  margin: 20px 0;
  border-collapse: collapse;
}

.confirm_wrap .formTable tr {
  border-bottom: solid 2px fff;
}

.confirm_wrap .formTable tr:last-child {
  border-bottom: none;
}

.confirm_wrap .formTable th {
  position: relative;
  text-align: left;
  width: 30%;
  min-width: 130px;
  background-color: #ddd;
  color: #000;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  vertical-align: middle;
}

.confirm_wrap .formTable td {
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #fff;
  color: #000;
  padding: 10px;
  border-bottom: 1px solid #000;
}

.confirm_wrap .submitBtn input {
  width: 130px;
  text-align: center;
  appearance: auto;
  padding: 5px;
  background: #fff;
  color: #000;
}

.confirm_wrap .confirm_submit {
  display: flex;
}


/* uwasa.php */
.uwasa_search {
  color: #fff;
  margin-left: 10px;
  margin-bottom: 5px;
}

.uwasa_form {
  margin-left: 10px;
  margin-bottom: 15px;
}

.uwasa_form select {
  color: #000;
  background: #fff;
  padding: 5px;
  margin-right: 15px;
}

.uwasa_form .uwasa_submit {
  border: 1px solid #000;
  color: #000;
  background: #ddd;
  padding: 5px;
}

/* prf.php */
.prf_top {
  display: flex;
  justify-content: center;
}

.prf_top_left {
  width: 450px;
  margin-right: 15px;
}

.name_age {
  display: flex;
  background: linear-gradient(#e0c86e 79%, #55240b 100%) no-repeat 50% 50% /
    100% 100%;
  width: 100%;
  padding: 1em;
  margin-bottom: 10px;
}

.prf_name {
  margin-right: 5px;
}

.prf_detail_title {
  padding: 5px;
  background: #e0c86e;
}

.prf_detail_size {
  display: flex;
  justify-content: center;
  border: solid 1px #333;
  text-align: center;
}

.prf_detail_size div:nth-of-type(1) {
  width: 100px;
  border-right: solid 1px #333;
  padding: 5px;
}

.prf_detail_size div:nth-of-type(2) {
  width: 350px;
  padding: 5px;
}

.prf_detail_flex {
  display: flex;
  justify-content: center;
  border-right: solid 1px #333;
  border-left: solid 1px #333;
  border-bottom: solid 1px #333;
  text-align: center;
}

.prf_detail_flex .prf_detail_blood,
.prf_detail_flex .blood_type,
.prf_detail_flex .prf_detail_smoke {
  width: 100px;
  border-right: solid 1px #333;
  padding: 5px;
}

.prf_detail_flex .smoke_type {
  width: 150px;
  padding: 5px;
}

.prf_shopcomment {
  margin-top: 10px;
  border-right: solid 1px #333;
  border-left: solid 1px #333;
  border-bottom: solid 1px #333;
}

.prf_shopcomment_title {
  padding: 5px;
  background: #e0c86e;
}

.prf_shopcomment_comment {
  padding: 5px;
  word-break: break-all;
  max-height: 500px;
  overflow: auto;
}

.prf_op {
  margin-top: 10px;
}

.op_block {
  margin-bottom: 10px;
}

.op_title {
  padding: 0.56em 0;
  text-align: center;
  background: linear-gradient(#e0c86e 0%, #55240b 100%) no-repeat 50% 50% / 100%
    100%;
}

.op_box {
  border: 0.16em solid #e0c86e;
}

.option_row {
  display: flex;
  text-align: center;
}

.option_row:not(:last-of-type) {
  border-bottom: 1px solid #e0c86e;
}

.op_qa {
  display: flex;
  width: 50%;
}

.op_qa:nth-of-type(1) {
  border-right: 1px solid #e0c86e;
}

.op_type {
  width: 185px;
  border-right: 1px solid #e0c86e;
  padding: 5px;
}

.op_YorN {
  width: 40px;
  padding: 5px;
}

.prf_review {
  border: solid 1px #333;
}

.prf_review_title {
  padding: 5px;
  background: #e0c86e;
}

.prf_review_comment {
  padding: 5px;
  word-break: break-all;
  max-height: 500px;
  overflow: auto;
}

.prf_top_right {
  width: 300px;
}

.portfolio {
  margin-bottom: 10px;
}

#thum {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

#thum li {
  width: 25%;
}

.prf_diary .diary_title {
  height: 20px;
  line-height: 18px;
  background-image: url("../img/top_h2_ico.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: #e0c86e;
  color: #000;
  font-size: 12px;
  text-indent: 28px;
  border: 1px solid #ac420c;
  margin-bottom: 5px;
}

.prf_bottom {
  margin-top: 10px;
}

.prf_week {
  background: #e0c86e;
  padding: 5px;
}

.prf_week h3 {
  font-size: 14px;
  margin-bottom: 3px;
}

.prf_week .days {
  border: 1px solid #000;
}

.prf_week .days, .prf_week .times {
  display: flex;
  justify-content: center;
  align-items: center;
}

.prf_week .days .row, .prf_week .times .row {
  width: calc(100% / 7);
  text-align: center;
  padding: 5px;
  border-right: 1px solid #000;
}

.prf_week .days .row:last-of-type, .prf_week .times .row:last-of-type {
  border-right: none;
}

.prf_week .times {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.prf_question {
  margin: 15px 20px 20px;
  padding: 20px;
  background: #e0c86e;
  border-radius: 10px;
}

.prf_question h3 {
  font-size: 14px;
  margin-bottom: 3px;
}

.prf_question .exp {
  margin-bottom: 15px;
}

.prf_question .form .form_q {
  border: 1px solid #000;
}

.prf_question .form .row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
}

.prf_question .form .row:last-of-type {
  border-bottom: none;
}

.prf_question .form .row .ttx {
  width: 25%;
  padding: 10px;
}

.prf_question .form .row .answer {
  width: 75%;
  margin-left: 5px;
  border-left: 1px solid #000;
  padding: 10px;
}

.prf_question .form .row .answer:first-of-type {
  display: flex;
  align-items: center;
}

.prf_question .form .row .answer .course {
  margin-right: 15px;
}

.prf_question .form .row .answer #name {
  border: 1px solid #000;
  background: #fff;
  padding: 3px;
  color: #000;
}

.prf_question .form .row .answer textarea {
  box-sizing: border-box;
  border: 1px solid #000;
  background: #fff;
  padding: 3px;
  color: #000;
  width: 90%;
  height: 100px;
}

.prf_question .form .question_last {
  margin: 10px 0;
}

.prf_question .form .prf_submit {
  display: flex;
}

.prf_question .form .prf_submit input {
  width: 100px;
  padding: 3px;
  color: #fff;
  background: #333;
  margin-right: 10px;
  text-align: center;
}

/* recruit.php */
#recruit .rec_cont {
  display: flex;
}

#recruit .rec_cont .rec_tx {
  width: 55%;
  padding-right: 30px;
}

#recruit .rec_cont .rec_info {
  line-height: 1.3em;
}

#recruit .rec_cont .rec_link {
  margin-top: 20px;
}

#recruit .rec_cont .rec_link p {
  margin-top: 10px;
}

#recruit .rec_cont .rec_form {
  width: 45%;
  margin-top: 25px;
}

#recruit .rec_cont .rec_form h3 {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}

#recruit .rec_cont .rec_form form {
  margin-top: 5px;
  margin-right: 25px;
  padding: 15px;
  background: #eee;
  color: #000;
}

#recruit .rec_cont .rec_form form p {
  margin-top: 5px;
  margin-bottom: 5px;
}

#recruit .rec_cont .rec_form form input, #recruit .rec_cont .rec_form form textarea {
  border: 1px solid #000;
  padding: 5px;
  width: 100%;
  background: #fff;
}

#recruit .rec_cont .rec_form form textarea {
  height: 100px;
}

#recruit .rec_cont .rec_form form .submitBtn {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
  text-align: center;
}

#recruit .rec_cont .rec_form form .submitBtn input {
  width: 35%;
  background: #ddd;
}

/* recruit_sub1.php, recruit_sub2.php*/
.recsub_h2 {
  background-image: none;
  height: auto;
  border: none;
  text-indent: 0;
}

.rsub {
  margin: 15px 0;
  line-height: 1.3em;
}

.rsub h3 {
  font-size: 16px;
  font-weight: bold;
  color: #f00;
  margin: 15px 0;
}

/* sokuplay.php */
.sokuplay h3 {
  color: red;
  font-size: 1.5em;
  margin: 15px 0;
}

.sokuplay .soku_link {
  display: flex;
  margin-top: 20px;
}

.sokuplay .soku_link li {
  width: 33%;
}
