@charset 'utf-8';

/* =========================================================
 エステコンテンツ共通css
========================================================= */
#readBlock {
  background-image: url("/img/common/bg_template.jpg");
  width: 720px;
  margin: 0px auto 18px;
  padding: 20px;
  color: #ffffff;
  line-height: 1.6em;
}

.textRed {
  color: #de0053;
}

.contentsBox {
  width: 758px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid #f18d5f;
  margin-bottom: 20px;
  position: relative;
}

.contentsBox:before,
.contentsBox:after {
  width: 1px;
  height: 100%;
  position: absolute;
}

.contentsBox:before {
  left: 0;
  top: 0;
}

.contentsBox:after {
  right: 0;
  top: 0;
}

#qa .contentsTitle {
  position: relative;
  width: 719px;
  margin: 0 auto 5px;
  padding: 10px 0 10px;
}

#rightContents #qa .contentsTitle h3 {
  margin: 0;
  box-shadow: none;
  text-indent: 28px;
  padding: 0;
  line-height: 1.6em;
  padding-left: 0;
  height: auto;
  color: #f18d5f;
  border: none;
  font-weight: bold;
}

#rightContents #qa .contentsTitle h3 span {
  padding-left: 14px;
}

.contentsInBox {
  width: 719px;
  margin: 0 auto;
}

.contentsInBox p {
  margin-bottom: 19px;
  line-height: 1.5em;
  color: #323232;
}

/* =========================================================
 Ｑ&Ａ（qa.html）
========================================================= */
#qaBlock {
  width: 718px;
  background-color: #ffe1d3;
  border-bottom: 1px solid #f18d5f;
  border-left: 1px solid #f18d5f;
  border-right: 1px solid #f18d5f;
  line-height: 1.6em;
  margin: 0px auto 18px;
  padding: 20px;
  letter-spacing: 0.04em;
}

.qaTextRed {
  color: #e6206a;
}

#qa .contentsTitle h3 {
  background: url('/img/qa/icon_q.png') no-repeat;
  background-size: auto 26px;
  background-position: left 4px;
}

#qa .contentsInBox {
  background-color: #ffe1d3;
  background-image: url('/img/qa/icon_a.png');
  background-size: 24px;
  background-position: 20px 14px;
  background-repeat: no-repeat;
  margin: 0 auto 18px;
  padding: 13px 0px 13px 0px;
  width: 720px;
}

.answer {
  margin: 4px 25px 0px auto;
  width: 641px;
}

.answer p {
  margin-bottom: 0;
  font-size: 16px;
}

/* =========================================================
 女性への口コミ一覧（review/index.html）
========================================================= */
#reviewBlock {
  margin: 0px auto 20px;
  padding: 20px 20px 25px;
  border-bottom: 1px solid #f18d5f;
  border-left: 1px solid #f18d5f;
  border-right: 1px solid #f18d5f;
  width: 718px;
  background-color: #ffe1d3;
  letter-spacing: 0.01em;
  font-size: 14px;
  line-height: 1.5em;
  /* color: #3d2400; */
}

#reviewBlock .linkBannerBlock {
  background-image: url("/img/common/bg_esthe_cont_body.jpg");
  background-repeat: repeat;
  width: 720px;
  height: 220px;
  margin: 20px auto 0px;
  text-align: center;
  position: relative;
}

#reviewBlock .linkBannerBox {
  display: block;
  width: 550px;
  height: 180px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#personalReview .contentsTitle {
  position: relative;
  width: 719px;
  border-bottom: 1px solid #f18d5f;
  margin: 0 auto 17px;
  padding: 12px 0 2px;
}

#personalReview h3 {
  margin: 0;
  background: none;
  border: none;
  left: 0px;
  top: -3px;
  height: auto;
  box-shadow: none;
  color: #f18d5f;
  line-height: 1.6em;
  padding-left: 0;
  font-weight: bold;
}

#qa h3:before,
#personalReview h3:before,
#personalReview h3:after {
  content: none;
}

#personalReview h3 span {
  font-weight: inherit;
}

#personalReview .contentsTitle .guestsName {
  position: absolute;
  right: 0;
  bottom: 15px;
  color: #432400;
  font-size: 16px;
}

#personalReview .girlsName,
#personalReview .contentsLeftText {
  color: #323232;
  font-size: 16px;
}

.contentsInBox .contentsLeftBox {
  float: left;
  width: 565px;
}

.contentsLeftText {
  line-height: 1.5em;
}

.contentsInBox .contentsLeftBox p.girlsName {
  margin: 20px 0;
}

.contentsInBox .contentRIghtBox {
  float: right;
  width: 113px;
  margin-bottom: 20px;
}

/*口コミのページャー*/
.reviewPager {
  background-color: #f18d5f;
  box-sizing: border-box;
  height: 50px;
  line-height: 48px;
}

.reviewPager ul {
  text-align: center;
  font-size: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviewPager li {
  display: inline-block;
  font-size: 14px;
  margin: 0 2px;
  color: #ffffff;
}

.reviewPager a,
.reviewPager span {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #f18d5f;
  font-size: 100%;
  padding: 5px 10px;
  text-decoration: none;
}

.reviewPager a:hover,
.reviewPager span {
  background: #f18d5f;
  color: #ffffff;
  font-weight: normal;
  border-color: #ffffff;
}

/*口コミのフォーム*/
#topImage {
  position: relative;
}

#formLink {
  position: absolute;
  right: 10px;
  bottom: 15px;
}

#formLink a {
  letter-spacing: 0px;
  font-size: 16px;
  text-decoration: none;
  vertical-align: middle;
  display: block;
  background-color: #f38f61;
  box-shadow: 0 3px 0 #eb6e42;
  color: #ffffff;
  width: 170px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

#formLink a:hover {
  opacity: 0.7;
}

#formLink a span {
  font-size: 10px;
  position: relative;
  top: -2px;
}

#form {
  border: 1px solid #f18d5f;
  background-color: #ffe1d3;
  padding: 20px;
  margin-top: 20px;
}

#form .formText {
  letter-spacing: 0.2px;
  margin-bottom: 21px;
}

#form form {
  width: 718px;
  margin: 0 auto;
}

#form p.formTitleElement {
  margin-bottom: 9px;
}

#form form input,
#form form textarea {
  border: 1px solid #f18d5f;
  letter-spacing: 2.4px;
}

#form form input {
  height: 51px;
  margin-bottom: 19px;
  text-indent: 1.4em;
}

#nameBox {
  width: 48.5%;
  float: left;
}

#therapistNameBox {
  width: 48.5%;
  float: right;
}

#form form #nameBox input, #form form #therapistNameBox select {width: 99.5%;}

#form form #therapistNameBox select {
  height: 55px;
  border: 1px solid #f18d5f;
  text-indent: 0.4em;
}

#form form #submitBtnWrap {
  position: relative;
}

#form form textarea {
  height: 141px;
  resize: none;
  padding: 20px;
  line-height: 1.4em;
  width: 678px;
  font-size: 14px;
}

#submitBtnWrap {
  width: 188px;
  margin: 16px auto 0;
}

#submitBtnWrap #submitBtn {
  text-indent: 0;
  width: 188px;
  height: 40px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  border: none;
  background-color: #f38f61;
  box-shadow: 0 3px 0 #eb6e42;
  margin-bottom: 3px;
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
  color: #cccccc;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #cccccc;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #cccccc;
}

/*送信完了時のメッセージ*/
.finishText {
  color: #432400;
  font-size: 16px;
  font-weight: bold;
  margin: 20px auto 0;
  text-align: center;
}

/* =========================================================
 お客様へのお約束（promise.html）
========================================================= */
#no_01 .contentsInBox {
  background: url('/img/promise/bg_no_01.png') no-repeat;
  background-position: right bottom;
}

#no_02 .contentsInBox {
  background: url('/img/promise/bg_no_02.png') no-repeat;
  background-position: right bottom;
}

#no_03 .contentsInBox {
  background: url('/img/promise/bg_no_03.png') no-repeat;
  background-position: right bottom;
}

#no_04 .contentsInBox {
  background: url('/img/promise/bg_no_04.png') no-repeat;
  background-position: right bottom;
}

#no_05 .contentsInBox {
  background: url('/img/promise/bg_no_05.png') no-repeat;
  background-position: right bottom;
}

/* =========================================================
 イベント一覧（event.html）
========================================================= */
/*タイトルを1行にし、途切れを「…」に変更 */
#eventBlock {
  margin: 0px auto 20px;
  padding: 20px;
  border-bottom: 1px solid #f18d5f;
  border-left: 1px solid #f18d5f;
  border-right: 1px solid #f18d5f;
  width: 718px;
  background-color: #ffffff;
  letter-spacing: 0.01em;
  font-size: 14px;
  line-height: 1.5em;
  background-color: #ffe1d3;
}

.eventTextRed {
  color: #1fa698;
}

#eventContents .contentsTitle {
  width: 758px;
}

/*期間エリア*/
#eventContents .periodAreaBlock {
  background: #f18d5f;
  height: 42px;
  line-height: 42px;
}

#eventContents .periodAreaBox {
  padding-left: 20px;
}

#eventContents .periodAreaBox p.periodTag {
  background-color: #ffffff;
  width: 42px;
  height: 22px;
  line-height: 22px;
  color: #f18d5f;
  text-align: center;
  display: inline-block;
  font-weight: bold;
}

#eventContents .periodAreaBox .periodDays {
  display: inline-block;
  margin-left: 7px;
  font-size: 16px;
  color: #ffffff;
}

/* リンクバナーエリア */
#eventContents .linkBannerBlock {
  background-color: #ffe1d3;
  background-image: linear-gradient(-45deg, #ffe1d3 25%, #e3c9bd 25%, #e3c9bd 50%, #ffe1d3 50%, #ffe1d3 75%, #e3c9bd 75%, #e3c9bd);
  background-size: 6px 6px;
  width: 720px;
  height: 220px;
  margin: 20px auto;
  text-align: center;
  position: relative;
}

#eventContents .linkBannerBox {
  display: block;
  width: 550px;
  height: 180px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ffffff;
}

#eventContents .linkBannerBox a:hover {
  opacity: 0.7;
}

#eventContents h3 {
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
  background: none;
  border: none;
  box-shadow: none;
  color: #f18d5f;
  height: auto;
  font-weight: bold;
}

#eventContents h3::before {
  content: none;
}

.reviewPager a {
  color: #f18d5f;
}

#rightContents>section:first-child>h2+article#lecturer h3 {
  background: none;
  color: #f18d5f;
  font-size: 24px;
  font-weight: bold;
  border: none;
  border-bottom: 1px solid #f18d5f;
  box-shadow: none;
  height: auto;
  line-height: 1.5;
  border-radius: 0;
  width: 730px;
  margin: 10px auto 15px;
  padding: 0 0 10px 0;
}

#lecturer h3::before {
  content: none;
}

#lecturer h4 {
  line-height: 1.5em;
  font-weight: bold;
}

#submitBtnWrap.close:after {
  background-color: #ffecf2;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

/* =========================================================
 PC用
========================================================= */
@media screen and (min-width: 769px) {
  #qa .contentsInBox {
    display: block !important;
  }

  #qa .navTrigger {
    display: none;
  }

  #lecturer h4 {
    margin-bottom: 6px;
    font-size: 16px;
  }
}

/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 768px) {
  #eventBlock {
    padding: 4% 3%;
    box-sizing: border-box;
    border: none;
    width: auto;
    margin: 0 auto 5vw;
    letter-spacing: 0;
    font-size: 3.44vw;
    line-height: 1.7;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
  }

  .contentsBox {
    width: 96%;
    margin-bottom: 7vw;
    box-sizing: border-box;
  }

  #eventContents .contentsTitle {
    width: 100%;
    box-sizing: border-box;
  }

  .periodAreaBlock {
    height: 44px;
    padding-top: 1px;
  }

  #eventContents .periodAreaBox {
    margin: 0;
    padding-left: 3vw;
  }

  #eventContents .periodAreaBox p.periodTag {
    background-color: #1fa698;
    width: 12%;
    height: 6vw;
    line-height: 6vw;
    color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 3.2vw;
    letter-spacing: 0.2vw;
  }

  #eventContents .periodAreaBox .periodDays {
    margin-left: 14%;
    font-size: 3.8vw;
  }

  #eventContents .linkBannerBlock {
    width: 94%;
    height: auto;
    margin: 4vw auto;
    background: none;
  }

  #eventContents .linkBannerBox {
    width: 92%;
    height: auto;
    position: static;
  }

  #eventContents .periodAreaBlock {
    height: 8vw;
    line-height: 8vw;
    position: relative;
  }

  /* Q&Aページ */
  #qaBlock {
    box-sizing: border-box;
    padding: 3vw;
    border: none;
    width: 100%;
    margin: 0 auto 5vw;
    letter-spacing: 0;
    font-size: 3.44vw;
    line-height: 1.7;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
  }

  #qa .contentsTitle {
    width: 100%;
    background-color: #ffe1d3;
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 0;
  }

  #qa .contentsTitle::after {
    content: "";
    display: block;
    border: 4vw solid transparent;
    border-bottom-color: #f18d5f;
    border-right-color: #f18d5f;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
    transform: none;
    background: none;
  }

  #rightContents #qa .contentsTitle h3 {
    line-height: 1.5;
    text-indent: 0;
    padding: 2% 6% 2% 7%;
    font-size: 4.5vw;
    background-position: 2% 3.2vw;
    box-sizing: border-box;
    background-size: 3.7vw;
  }

  #rightContents #qa .contentsTitle h3::after {
    content: none;
  }

  #qa .navTrigger {
    color: #ffffff;
    position: absolute;
    bottom: 1.5%;
    right: 0.5%;
    z-index: 1;
    font-size: 4vw;
    font-weight: bold;
  }

  #qa .contentsInBox {
    background-position: 3.5% 3.5vw;
    margin: 0 auto 3.5vw;
    padding: 3vw 0;
    width: 100%;
    background-size: 4vw;
    background-color: transparent;
    border-top: 1px solid #f18d5f;
  }

  .answer {
    margin: 0 auto;
    width: 94%;
    text-indent: 5vw;
  }

  .answer p {
    font-size: 3.44vw;
  }

  .answer p a {
    color: #e6206a;
  }

  #reviewBlock {
    padding: 3vw;
    border: none;
    width: 100%;
    margin: 0 auto 5vw;
    letter-spacing: 0;
    font-size: 3.44vw;
    line-height: 1.7;
    box-sizing: border-box;
  }

  #reviewBlock .linkBannerBlock {
    width: 94%;
    height: 35vw;
    margin: 4vw auto;
  }

  #reviewBlock .linkBannerBox {
    width: 92%;
    height: auto;
  }

  #reviewBlock .linkBannerBox img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
  }

  #formLink {
    position: static;
    margin: 5vw auto 4vw;
    /* background-color: #ffffff; */
  }

  #formLink a {
    font-size: 4vw;
    font-weight: bold;
    width: 100%;
    height: 10vw;
    line-height: 10vw;
    box-shadow: 0 1vw 0 0 #eb6e42;
    border-radius: 1.2vw;
    opacity: 1!important;
  }

  .linkBlock {
    background-color: #ffffff;
    border: 1px solid #9d1347;
  }

  img {
    width: 100%;
    height: auto;
  }

  #personalReview .contentsTitle {
    width: 94%;
    margin: 0 auto 3.5vw;
    padding: 0;
  }

  #personalReview h3 {
    background-position-y: center;
    line-height: 2.5;
    margin-bottom: 0;
    top: 0;
    text-indent: 0;
    font-size: 4.5vw;
  }

  #personalReview h3 span {
    font-size: 80%;
    font-weight: inherit;
    color: #323232;
    margin-left: 2%;
  }

  #personalReview .contentsTitle .guestsName {
    position: absolute;
    font-size: 3.44vw;
    top: 50%;
    right: 3%;
    transform: translate(0, -50%);
  }

  .contentsInBox {
    width: 94%;
    margin: 0 auto;
  }

  .contentsInBox .contentsLeftBox {
    float: left;
    width: 60%;
  }

  #personalReview .girlsName, #personalReview .contentsLeftText {
    color: #323232;
    font-size: 16px;
  }

  #personalReview .girlsName, #personalReview .contentsLeftText {
    font-size: 3.44vw;
    border-top: 0;
    border-bottom: 0;
  }

  .contentsInBox .contentsLeftBox p.girlsName {
    margin: 3vw 0;
    padding: 0;
    text-align: right;
  }

  .contentsInBox .contentRIghtBox {
    float: right;
    width: 35%;
    margin-bottom: 0;
  }

  #personalReview .contentsBox {
    width: 94%;
  }

  #eventContents h3 {
    font-size: 4vw;
    line-height: 10vw;
  }

  #eventContents h3::after {
    content: none;
  }

  #form {
    padding: 4%;
    margin: 5% auto 7%;
  }

  #form .formText {
    letter-spacing: 0.1vw;
    margin-bottom: 6%;
  }

  #form form {
    width: 100%;
  }

  #nameBox {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }

  #therapistNameBox {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }

  #form p.formTitleElement {
    margin-bottom: 2%;
  }

  #form form input {
    height: 8vw;
    margin-bottom: 0;
  }

  #form form textarea {
    width: 100%;
    box-sizing: border-box;
    height: 25vw;
    font-size: 0.8em;
  }

  #submitBtnWrap {
    width: 100%;
  }

  #submitBtnWrap #submitBtn {
    width: 100%;
    height: 10vw;
    line-height: 10vw;
    font-size: 4.5vw;
    box-shadow: 0 1vw 0 #eb6e42;
    border-radius: 5px;
  }

  #rightContents>section:first-child>h2+article#lecturer h3 {
    width: 96%;
    text-indent: 0;
  }

  #lecturer h3::after {
    content: none;
  }

  #lecturer h4 {
    margin-bottom: 1.5%;
    font-size: 4vw;
  }

  .contentsInBox p {
    margin-bottom: 6%;
  }

  .reviewPager {
    height: 12vw;
  }

  .reviewPager li {
    font-size: 5vw;
    margin: 0 0.5%;
  }

  .reviewPager a, .reviewPager span {
    border-radius: 1.2vw;
    padding: 0 2.5vw;
  }

  #form form #nameBox input, #form form #therapistNameBox select {
    width: 100%;
    font-size: 0.8em;
    height: 10vw;
  }

  #submitBtnWrap.close:after {
    height: 11vw;
  }

}
