@charset "UTF-8";

/* =========================================================
 出勤リクエスト　静的部分
========================================================= */
/* トップバナー
--------------------------------------------------------- */
/* 注釈
--------------------------------------------------------- */
.requestNotes {
  margin: 20px auto;
  /* width: 718px; */
  /* background-color: #ffffff; */
  /* border-bottom: solid 1px #ce9b2c; */
  /* border-left: solid 1px #ce9b2c; */
  /* border-right: solid 1px #ce9b2c; */
  /* padding: 20px; */
}

.requestNotes p {
  /* color: #432400; */
  font-size: 14px;
  line-height: 1.3em;
}

.requestNotes p span {
  color: #cf1212;
  font-weight: bold;
}

/* =========================================================
 出勤リクエスト　フォーム部分
========================================================= */
/* フォーム入力ステップ
--------------------------------------------------------- */
.formStep {
  margin: 0 auto 20px;
}

.formStep>div {
  background-image: url("/img/request/img_form_step.png");
  background-position-x: center;
  display: block;
  height: 44px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 534px;
  background-repeat: no-repeat;
}

.step01 {
  background-position: 0 0;
}

.step02 {
  background-position: 0 center;
}

.step03 {
  background-position: 0 bottom;
}

/* 入力部
--------------------------------------------------------- */
input[type="radio"] {
  margin: 0;
  vertical-align: baseline;
}

input[type="text"],
input[type="email"] {
  border: 1px solid #0d0509;
  box-sizing: border-box;
  color: #343434;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  width: 330px;
}

select {
  border: 1px solid #0d0509;
  box-sizing: border-box;
  color: #343434;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0;
}

option {
  color: #343434;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  padding: 0 10px;
}

textarea {
  border: 1px solid #0d0509;
  resize: none;
  box-sizing: border-box;
  color: #343434;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  height: 200px;
  line-height: 1.3;
  padding: 10px;
  width: 100%;
}

/* ----- 送信ボタン ----- */
.submitButton {
  font-size: 0;
  margin: 20px auto 0;
  text-align: center;
}

input[type="submit"],
input[type="button"] {
  background-color: #3493f5;
  border: 0 none;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  line-height: 50px;
  margin: 0 10px;
  padding: 0;
  text-align: center;
  width: 250px;
  box-shadow: rgba(179, 179, 179, 0.68) -1px 3px 2px -2px;
  -webkit-box-shadow: rgba(179, 179, 179, 0.68) -1px 3px 2px -2px;
  -moz-box-shadow: rgba(179, 179, 179, 0.68) -1px 3px 2px -2px;
}

input[type="button"]:hover,
input[type="submit"]:hover {
  opacity: 0.8;
}

/* テキスト入力欄　例文 */
::-webkit-input-placeholder {
  color: #666666;
  font-size: 95%;
}

::-moz-placeholder {
  color: #666666;
  font-size: 95%;
}

/* フォーム装飾
--------------------------------------------------------- */
#requestForm th:after,
#requestForm td:after {
  content: "";
  clear: both;
  display: block;
}

#requestForm table,
#requestForm th,
#requestForm td {
  border: 1px solid #7f7f7f;
  border-collapse: collapse;
  box-sizing: border-box;
}

#requestForm table {
  margin: 0 auto;
  width: 100%;
  color: #565656;
}

#requestForm th {
  background-color: #ffebf0;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 10px 20px 20px;
  vertical-align: top;
  width: 297px;
  line-height: 1.5;
}

#requestForm th p {
  clear: both;
  font-size: 12px;
  margin: 10px 0 0;
}

#requestForm td {
  font-size: 14px;
  padding: 20px;
  vertical-align: middle;
  background-color: #ffffff;
}

#requestForm td p {
  font-size: 12px;
  line-height: 1.5;
  margin: 5px 0 0;
}

#requestForm td .requestIndent {
  text-indent: -1em;
  padding-left: 1em;
}

#requestForm td .requestIndent:nth-of-type(1) {
  margin-bottom: 0;
}

/* 必須項目マーク */
.mandatoryField {
  color: #f00;
  float: right;
  font-weight: bold;
  font-size: 12px;
  margin: 2px 0 0;
  vertical-align: middle;
}

.dateTitle .mandatoryField {
  float: none;
  margin: 0 0 0 11px;
  vertical-align: bottom;
}

/* 独自項目
--------------------------------------------------------- */
/* ----- 電話番号 ----- */
.telItem input {
  width: 30%;
}

/* ----- 出勤交渉をするセラピスト ----- */
#requestForm .girlsItem td {
  font-size: 0;
}

#requestForm td p.girlsNotes {
  display: inline;
  margin: 0 0 0 5px;
  vertical-align: bottom;
}

/* ----- 出勤してほしい日時 ----- */
.dateBox {
  font-size: 0;
  margin: 20px auto 0;
}

.dateBox:first-child {
  margin-top: 0;
}

#requestForm td p.dateTitle {
  color: #1d1e1f;
  margin: 0 auto 2%;
  vertical-align: bottom;
}

.dayOption {
  width: 150px;
}

.dayOption:disabled, .timeOption:disabled {
  background-color: #bbb;
  color: transparent;
}

.timeOption {
  margin-left: 10px;
  width: 90px;
}

#requestForm td p.dateNotes {
  display: inline;
  margin: 0 0 0 5px;
  vertical-align: bottom;
}

/* ----- ご利用場所の詳細 ----- */
.addressItem td span {
  color: #cf1212;
}

.addressItem input[type="text"] {
  width: 100%;
}

/* フォーム下部注釈
--------------------------------------------------------- */
.formNotes {
  font-size: 14px;
  line-height: 1.4em;
  margin: 20px auto 0;
}

/* エラー文
--------------------------------------------------------- */
#error_message {
  margin: 0 auto 3%;
}

.errorBox {
  background-color: #f3f3f3;
  border: 1px solid #301500;
  padding: 2em 3% 3%;
  position: relative;
}

.closeBtn {
  background-color: #000000;
  color: #ffffff;
  font-size: 80%;
  left: -1px;
  padding: 1%;
  position: absolute;
  top: -1px;
}

.errorBox p {
  color: #cb0000;
  font-size: 90%;
  line-height: 1.5;
}

.play_need span {
  line-height: 1.5;
  min-width: 10em;
  text-align: right;
  display: inline-block;
}

form.sendForm, form.backForm {
  display: inline-block;
}

.counseling #requestForm table td>div {
  margin-bottom: 13px;
}

.counseling #requestForm table td>div.others {
  margin-top: 24px;
}

.play_need {
  line-height: 3;
  margin-bottom: 15px;
}

.counseling #requestForm table td label {
  margin-right: 15px;
  line-height: 2;
}

.counseling #requestForm table td label.cosplay {
  line-height: 4;
}


/* =========================================================
 出勤リクエスト　確認ページ
========================================================= */
/* ----- 出勤してほしい日時 ----- */
.resultDateBox {
  margin: 20px auto 0;
  width: 100%;
}

.resultDateBox:first-child {
  margin-top: 0;
}

/* =========================================================
 出勤リクエスト　完了ページ
========================================================= */
.finishText {
  margin: 30px 0 0 1em;
}

.finishText p {
  font-size: 16px;
  line-height: 1.4em;
}

/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 768px) {
  .requestNotes {
    margin: 3vw auto 5vw;
    width: 94%;
    background-color: transparent;
    border: none;
    padding: 0;
  }

  .requestNotes p {
    /* color: #ffffff; */
    font-size: 3.2vw;
    line-height: 1.8;
  }

  .requestNotes p a {
    /* color: #e6206a; */
    font-weight: bold;
  }

  .formStep {
    margin: 0 auto 4vw;
  }

  .formStep>div {
    height: 0;
    width: 94%;
    background-size: cover;
    padding-top: 7.75%;
  }

  .formStep p {
    width: 94%;
    margin: 2% auto 0;
    line-height: 1.3;
  }

  #requestForm table {
    margin: 0 auto;
    width: 100%;
    border: none;
    color: #565656;
  }

  #requestForm tr {
  display: flex;
  flex-wrap: wrap;
  /* border-top: 1px solid #7f7f7f; */
  }

  #requestForm tr:last-of-type {
    /* border-bottom: 1px solid; */
  }

  #requestForm th {
    font-size: 3.8vw;
    padding: 3.5vw 2vw 3.5vw 2vw;
    width: 100%;
    line-height: 1.5;
    border: none;
    /* border-bottom: 1px solid #7f7f7f; */
  }

  .mandatoryField {
    font-size: 2.8vw;
    margin: 0.3vw 0 0;
    display: inline-block;
    background-color: #ff0000;
    color: #ffffff;
    padding: 0 1.5%;
  }

  .dateItem .mandatoryField {
    /* float: none; */
  }

  .dateItem #date02 .mandatoryField {
    margin-left: 0;
    display: block;
  }

  #requestForm td {
    font-size: 3.44vw;
    padding: 3vw;
    width: 100%;
    border: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  input[type="text"], input[type="email"] {
    font-size: 3.8vw;
    height: 9vw;
    line-height: 9vw;
    padding: 0 2vw;
    width: 100%;
    margin: 2vw 0;
  }

  .telItem input {
    width: 30%;
  }

  #requestForm td p {
    font-size: 3.6vw;
    line-height: 1.5;
    margin: 0 0 2vw;
  }

  .submitButton {
    font-size: 0;
    margin: 2vw auto 7vw;
    height: auto;
    width: 94%;
  }

  input[type="submit"], input[type="button"] {
    font-size: 4.2vw;
    line-height: 12.5vw;
    margin: 0;
    width: 100%;
    box-shadow: none;
    /* background-image: linear-gradient(to bottom, #ff6273 0%, #ff6273 50%, #ff4055 50%, #ff4055 100%); */
    box-shadow: rgb(179 179 179 / 68%) -1px 3px 2px -2px;
    background-color: #3493f5;
  }

  .result input[type="submit"], .result input[type="button"] {
    width: 49%;
  }

  .result input[type="button"] {
    margin-right: 2%;
  }

  .formNotes {
    font-size: 3.2vw;
    line-height: 1.7;
    margin: 4vw auto 8vw;
    width: 92%;
  }

  .dayOption {
    width: 56%;
  }

  option {
    font-size: 3.44vw;
    padding: 0 2vw;
  }

  .timeOption {
    margin-left: 2vw;
    width: 27%;
  }

  .dateBox {
    margin: 4vw auto 0;
    width: 100%;
  }

  select {
    font-size: 3.8vw;
    height: 9vw;
    width: 100%;
  }

  textarea {
    font-size: 3.8vw;
    height: 25vw;
    line-height: 1.5;
    padding: 2vw;
  }

  #requestForm td p.girlsNotes {
    margin: 0 0 0 1vw;
  }

  .play_need span {
    display: block;
    width: auto;
    text-align: left;
    margin-top: 0.5em;
  }

  form.sendForm, form.backForm {
    display: block;
    margin-bottom: 3vw;
  }

  /* カウンセリングシート用ユニーク */
  .counseling {
    margin-bottom: 7vw;
  }

  .counseling #requestForm table td>div {
    margin-bottom: 0;
    line-height: 1.5;
  }

  .counseling #requestForm table td label {
    margin-right: 2.5vw;
    display: inline-block;
    line-height: 2.2;
  }

  .play_need>div {
    margin-bottom: 4vw;
  }

  .counseling #requestForm table td>div.others {
    margin-top: 5vw;
  }

  .counseling #requestForm table td label.cosplay {
    line-height: 2;
  }

  .moreReadBtn {
    background: url(/s/img/common/bg_subTitle.png) no-repeat center;
    box-shadow: none;
    background-size: 100%;
    width: 94%;
    height: 12vw;
    line-height: 12vw;
  }

  .moreReadBtn a {
    color: inherit;
  }

  .moreReadBtn p span {
    font-weight: bold;
  }

  .finishText {
    width: 94%;
    margin: 5% auto 7%;
  }

  .addressItem td span {
    color: inherit;
  }
}
