@charset "UTF-8";
/* CSS Document */

.ohitorireport {
  padding-top: 30px;
  padding-bottom: 30px;
}

.nav li .about_nav.hitori:before {
  background-image: url(/shikitabi/images/special_ohitori/hitori_icon.png);
}

.nav li .choose_nav:before {
  background-image: url(/shikitabi/images/special_ohitori/cyeck_icon.png);
}

.hitori h2.ttl_sec:before {
  background-image: url(/shikitabi/images/special_ohitori/hitori_icon.png);
}

.choose h2.ttl_sec:before {
  background-image: url(/shikitabi/images/special_ohitori/cyeck_icon.png);
}

.ohitorireport h2.ttl_sec:before {
  background-image: url(/shikitabi/images/special_ohitori/ohitorireport_icon.png);
}

.reservation h2.ttl_sec:before {
  background-image: url(/shikitabi/images/special_ohitori/reservation_icon.png);
}

.report h2.ttl_sec:before {
  background-image: url(/shikitabi/images/special_ohitori/report_icon.png);
}

@media screen and (min-width: 768px) {
  h2.mtitle {
    margin-top: 10px;
    width: 100%;
    padding: 10px;
    font-size: 1.5em !important;
  }
}

/*=======================================

    hitori about

=======================================*/

.hitori__about {
  margin: 40px 0;
}

.hitori__about h3 {
  text-align: center;
  font-size: 1.6rem;
}

.hitori__about h3::after {
  background-image: url(/shikitabi/images/special_ohitori/title_icon.png);
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 5px;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: -34px;
}

.about__txt {
  margin: 20px 0;
}

.about__list {
  background-color: #fbedcc;
  position: relative;
  padding: 30px;
  margin: 40px 0;
}

.about__list__wrap {
  margin: 20px 0;
}

.about__list h4 {
  background-color: #eb8f00;
  color: #fff;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.1rem;
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  margin: auto;
  padding: 8px 20px;
}

.about__list__ul li::before {
  background-image: url(/shikitabi/images/special_ohitori/cyeck_icon.png);
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
  width: 1.2rem;
  height: 1.2rem;
}

.about__list__ul li {
  font-weight: bold;
  padding: 10px 0;
}

.about__list__ul li + li {
  border-top: dashed 1px #eb8f00;
}

.about__btn {
  display: block;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background-color: #eb8f00;
  border-radius: 1.5rem;
  position: relative;
}

.about__btn::after {
  content: "";
  position: absolute;
  margin-top: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  right: 1rem;
  top: 0.7rem;
}

.comparison h3 {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}

.comparison h3::after {
  background-image: url(/shikitabi/images/special_ohitori/title_icon.png);
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 5px;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: -34px;
}

.comparison__img img {
  margin: 20px auto;
  display: block;
}

.comparison__box.yukkuri {
  border-radius: 10px;
  padding: 1em 0.5em;
  margin: 2em 0;
  color: #565656;
  background: #ecdfff;
  box-shadow: 0px 0px 0px 10px #ecdfff, /* 内側の余白背景のような影 */ 0 2px 3px 9px rgba(0, 0, 0, 0.5);
  border: dashed 2px #fff;
  border-radius: 8px;
}

.comparison__box.waiwai {
  border-radius: 10px;
  padding: 1em 0.5em;
  margin: 2em 0;
  color: #565656;
  background: #d5ffe7;
  box-shadow: 0px 0px 0px 10px #d5ffe7, /* 内側の余白背景のような影 */ 0 2px 3px 9px rgba(0, 0, 0, 0.5);
  border: dashed 2px #fff;
  border-radius: 8px;
}

.comparison__box__img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -20px 0 10px;
}

.waiwai .comparison__box__img figure {
  order: 2;
}

.waiwai .comparison__box__img p {
  order: 1;
}

.comparison__box__img p {
  font-weight: 600;
  line-height: 1.4;
  font-size: 0.8rem;
}

.yellow_mkr {
  background: linear-gradient(transparent 50%, #f6ffa2 50%);
  font-style: normal;
}

.comparison__box__ul {
  padding: 10px 5px 10px 35px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
}

.yukkuri .comparison__box__ul li::before {
  background-image: url(/shikitabi/images/special_ohitori/yukkuri_li.png);
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
  width: 1rem;
  height: 1rem;
}

.waiwai .comparison__box__ul li::before {
  background-image: url(/shikitabi/images/special_ohitori/waiaw_li.png);
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
  width: 1rem;
  height: 1rem;
}

.comparison__box__ul li {
  text-indent: -1.6rem;
  font-weight: 600;
}

.yukkuri .comparison__box__ul em {
  font-style: normal;
  color: #805dac;
  font-weight: 600;
}

.waiwai .comparison__box__ul em {
  font-style: normal;
  color: #448866;
  font-weight: 600;
}

.comparison__box__ul .font__small {
  font-size: 0.8rem;
}

.yukkuri .comparison__box__txt {
  color: #805dac;
  font-weight: 600;
  text-align: center;
}

.waiwai .comparison__box__txt {
  color: #448866;
  font-weight: 600;
  text-align: center;
}

.dli-caret-down__cg {
  text-align: center;
  margin: 10px 0;
}

.yukkuri .dli-caret-down {
  display: inline-block;
  vertical-align: middle;
  color: #805dac;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
  margin: 0 5px;
}

.waiwai .dli-caret-down {
  display: inline-block;
  vertical-align: middle;
  color: #448866;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
  margin: 0 5px;
}

.comparison__box__btn {
  display: block;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  border-radius: 1.5rem;
  position: relative;
}

.yukkuri .comparison__box__btn {
  background-color: #805dac;
}

.waiwai .comparison__box__btn {
  background-color: #448866;
}

/* .comparison__box__btn::after {
  content: "";
  position: absolute;
  margin-top: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  right: 1rem;
  top: 0.7rem;
} */

.comparison__box__footertxt {
  font-size: 0.8rem;
  text-align: center;
}

.topreview {
  margin: 60px 0;
}

.hyoka__txt {
  text-align: center;
  font-weight: 600;
  font-size: 1.2rem;
}

.hyoka__em {
  text-align: center;
  font-weight: 600;
  font-size: 1.4rem;
  margin: -15px 0 0 0;
}

.hyoka__embig {
  text-align: center;
  font-weight: 600;
  font-size: 3rem;
}

.hyoka {
  text-align: center;
  margin: 30px 0;
}

.review__box {
  width: 280px;
  margin: 0 auto;
}

.review__txt p {
  padding: 25px;
}

.review__box .review__txt {
  background-image: url("/shikitabi/images/special_ohitori/reviwframe.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  height: 200px;
}
.review__name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -10px 0 10px 0;
}

.review__name .review__icon img {
  width: 80px;
  margin-right: 15px;
}

.review__name__txt {
  font-weight: 600;
}

.review__name__txt p {
  text-align: center;
}

.about__btn.pink {
  background-color: #e4959e;
}

.comparison__box__footertxt {
  margin: 10px 0;
}

@media screen and (min-width: 768px) {
  .about__list__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .about__list {
    padding: 35px;
  }

  .about__list__wrap figure {
    margin-left: 40px;
    order: 2;
  }

  .about__list__wrap .about__list {
    order: 1;
  }

  .about__btn {
    width: 410px;
    margin: 0 auto;
  }

  .comparison__wrap {
    display: flex;
  }

  .comparison__wrap .comparison__box {
    width: calc(100% / 2);
    margin: 10px 20px;
  }

  .topreview {
    display: flex;
  }

  .topreview .graph,
  .topreview .hyoka,
  .topreview .review__box {
    width: calc(100% / 3);
  }

  .topreview .graph {
    margin-right: -40px;
  }

  .topreview .review__box {
    width: 300px;
    margin-left: 38px;
  }

  .comparison__box__img {
    height: 140px;
  }

  .comparison__box__img p {
    font-size: 0.9rem;
  }

  .comparison__box__ul {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    height: 250px;
  }

  .about__btn::after {
    right: 2rem;
  }
}

/*==========================
choose
=======================*/

.choose__box {
  padding: 30px;
}

.choose__box.purple {
  background-color: #ecdfff;
}

.choose__box.pink {
  background-color: #ffe4ee;
}

.choose__box.green {
  background-color: #d5ffe7;
}

.choose__box {
  position: relative;

  background-repeat: no-repeat;
  background-size: 50px;
  margin: 20px 0;
}

.choose__box.purple {
  background-image: url(/shikitabi/images/special_ohitori/choose__box_purple.png);
}

.choose__box.green {
  background-image: url(/shikitabi/images/special_ohitori/choose__box_green.png);
}

.choose__box.pink {
  background-image: url(/shikitabi/images/special_ohitori/choose__box_pink.png);
}
.choose__box h3 {
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.choose__box.purple h3 {
  color: #805dac;
}

.choose__box.pink h3 {
  color: #ff80bb;
}

.choose__box.green h3 {
  color: #448866;
}

.choose__main figure img {
  width: 100%;
}

.choose__main p {
  font-size: 0.9rem;
}

.choose__box__tag {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}

.choose__box__tag a {
  margin-right: 5px;
}

.choose__box__tag p {
  display: block;
  text-align: center;
  padding: 5px 10px;
  font-weight: bold;
  color: #fff;
  border-radius: 1.5rem;
  position: relative;
  margin-bottom: 5px;
  font-size: 0.8rem;
}

.choose__box.purple .choose__box__tag p {
  background-color: #805dac;
}

.choose__box.pink .choose__box__tag p {
  background-color: #ff80bb;
}

.choose__box.green .choose__box__tag p {
  background-color: #448866;
}

.choose__box__btn {
  margin: 15px;
}

.choose__box__btn p {
  position: relative;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 25px;
  text-align: center;
  font-weight: bold;
  padding: 6px;
}

.choose__box__btn p::after {
  content: "";
  position: absolute;
  margin-top: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  right: 1rem;
  top: 0.7rem;
}

.choose__box.purple .choose__box__btn p {
  background-color: #805dac;
}

.choose__box.pink .choose__box__btn p {
  background-color: #ff80bb;
}

.choose__box.green .choose__box__btn p {
  background-color: #448866;
}

@media screen and (min-width: 768px) {
  .choose__main {
    display: flex;
  }

  .choose__box {
    margin: 20px auto;
    width: 80%;
  }

  .choose__main__img {
    width: 40%;
  }

  .choose__main__txt {
    width: 60%;
    margin-left: 20px;
  }

  .choose__main p {
    font-size: 1rem;
    padding: 10px;
  }

  .choose__box h3 {
    font-size: 1.4rem;
  }

  .choose__box__tag p {
    font-size: 1rem;
  }

  .choose__box__tag a + a {
    margin-left: 10px;
  }

  .choose__box__btn p {
    width: 80%;
    margin: 0 auto;
  }
}

/*==========================
tourList
=======================*/
#ladies.tourList {
  background-color: #ffe4ee;
}

.tourList .tourCard__price {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
}

#ladies.tourList .tourCard__btn {
  background-color: #ff80bb;
}

#yukkuri.tourList {
  background-color: #ecdfff;
}

#yukkuri.tourList .tourCard__btn {
  background-color: #805dac;
}

#yukkuri .tourListPlan__ttl {
  border-left: solid 5px #805dac;
}

#yukkuri.tourList .tourCard__icon__month {
  border: 1px solid #805dac;
  color: #805dac;
}

#waiwai.tourList {
  background-color: #d5ffe7;
}

#waiwai.tourList .tourCard__btn {
  background-color: #448866;
}

#waiwai .tourListPlan__ttl {
  border-left: solid 5px #448866;
}

#waiwai.tourList .tourCard__icon__month {
  border: 1px solid #448866;
  color: #448866;
}

@media screen and (min-width: 768px) {
  #ladies.tourList h3 {
    color: #ff80bb;
  }

  #ladies.tourList .widthCard__pc .lineup__card .tourCard__ttl {
    border-bottom: 1px dashed #ff80bb;
    color: #ff80bb;
  }

  .tourList .tourCard__price {
    font-size: 1.4rem;
    height: 2.4rem;
  }

  .tourList .lineup__card {
    margin-bottom: 220px;
  }
}

/*==========================
ohitorireport
=======================*/
.ohitorireport__box {
  background: #ffedc1;
  border-radius: 5px;
  padding: 10px;
  margin: 20px 0;
}

.ohitorireport__q {
  text-indent: -2rem;
  padding: 10px 0 10px 40px;
}

.ohitorireport__q::before {
  background-image: url(/shikitabi/images/special_ohitori/q_icon.png);
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
  width: 1.7rem;
  height: 1.7rem;
  margin-top: -4px;
}

.ohitorireport__a {
  background: #fff;
  margin: 10px;
  padding: 10px;
  border-radius: 5px;
}

.ohitorireport__a__box {
  text-align: center;
  margin: 30px 0px;
}

.ohitorireport__a__box h4 {
  margin: 20px 0;
}

.fontsize_small {
  font-size: 0.8rem;
}

/* slick矢印ボタン */
.review .slick-btn {
  position: absolute;
  width: 55px;
  height: 55px;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 160px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.review .slick-btn:hover {
  opacity: 0.7;
}

.review .slick-btn-prev {
  background-image: url(../../images/tour_2021/slide_preview.png);
  left: 0;
}

.review .slick-btn-next {
  background-image: url(../../images/tour_2021/slide_next.png);
  right: 0;
}

.slick-arrow {
  z-index: 2;
}

.review .label {
  display: flex;
  align-items: center;
  margin: 0px 3vw 0;
  color: #fff;
  font-weight: bold;
  height: 30px;
  box-sizing: border-box;
  background-color: #eb8f00;

  padding: 0 20px;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .review .label {
    margin: 0px 10px 0;
  }

  .ohitorireport__box {
    margin: 20px auto;
    width: 80%;
  }

  .pc_flex {
    display: flex;
  }
}

/*==========================
インタビュー
=======================*/

.interview {
  margin: 50px auto;
}
.interview_img {
  margin-bottom: 10px;
}

.interview_title {
  font-weight: bold;
  color: #eb8f00;
  border-bottom: 1px dashed #eb8f00;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.interview_p {
  margin-bottom: 20px;
}

.purple .rei {
  background: #805dac;
  color: #fff;
  padding: 2px 10px;
  margin-right: 10px;
}

.reservation h4 {
  text-indent: -3.4rem;
  padding-left: 3.4rem;
  line-height: 1.2rem;
  margin-bottom: 10px;
}

.reservation .reservation__main p + h4 {
  margin-top: 20px;
}

.green .rei {
  background: #448866;
  color: #fff;
  padding: 2px 10px;
  margin-right: 10px;
}

.interview_box .interview_img {
  width: 100%;
  height: 250px;
}

@media screen and (min-width: 768px) {
  .interview .interview_box {
    display: flex;
  }
  .interview .interview_img {
    width: 40%;
  }

  .interview .interview_txt {
    width: 60%;
    margin-left: 40px;
  }
}

/*==========================
記事
=======================*/
@media screen and (min-width: 768px) {
  /* レポート増えたら解除 */
  /* .report .reportBox_cg a {
    display: block;
  } */

  .report .reportBox_img {
    margin-bottom: 0;
    /* レポート増えたら解除 */
    /* width: 100%; */
    width: 40%;
  }

  .report .reportBox_txt {
    /* レポート増えたら解除 */
    /* height: 110px; */
    height: auto;
  }

  /* レポート増えたらコメントアウト */
  .reportBox_right {
    width: 50%;
  }

  .report .reportBox_btn {
    width: 90%;
    margin: 0 auto;
  }
}
/*==========================
Q&A
=======================*/

.cp_qa *,
.cp_qa *:after,
.cp_qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 85%;
  color: #1b2538;
  margin: 0 auto;
  margin-bottom: 1em;
}
.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2.4em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: rgba(27, 37, 56, 0.1);
  font-size: 14px;
}
.cp_qa .cp_actab label::before {
  font-family: serif;
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
  content: "Q";
}
.cp_qa .cp_actab label:hover {
  transition: all 0.3s;
  color: #00838f;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  position: absolute;
  top: 0;
  right: 0;
  content: "+";
  display: inline-block;
  width: 2em;
  height: 2em;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
  border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
  font-family: serif;
  font-size: 1.5em;
  position: absolute;
  margin: 0.4em 0 0 -1em;
  padding: 0;
  content: "A";
}
.cp_qa .cp_actab .cp_actab-content p {
  margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
  border: 10px solid rgba(27, 37, 56, 0.1);
  font-size: 14px;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
  color: #00838f;
  border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type="checkbox"]:checked + label::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.l-wrapper3 {
  padding: 20px 100px;
}

.cp_qa {
  margin: 20px 0;
}

@media screen and (max-width: 500px) {
  .cp_qa .cp_actab {
    width: 100%;
  }

  .cp_qa .cp_actab label {
    font-size: 13px;
  }

  .cp_qa .cp_actab input:checked ~ .cp_actab-content {
    font-size: 13px;
  }

  .l-wrapper3 {
    padding: 0px;
  }
}

/* 戻るボタン */

.back-btn {
  display: none;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #eee;
  cursor: pointer;
  border: 1px solid #ccc;
}

.saidnav__wrap .back-btn {
  width: 55px;
  height: 55px;
  justify-content: center;
  font-size: 0.8rem;
}
