@charset "UTF-8";
/* ----------------------------------------------------------- */
/* color変数定義 */
/* ----------------------------------------------------------- */
/* サイトカラー */
/* グラデーション用 */
/* 料金表 */
body * {
  font-family: "Noto Sans JP", sans-serif;
}

.ul_check {
  background-color: #f7f3e5;
  padding: 1em;
}
@media screen and (min-width: 992px) {
  .ul_check {
    padding: 1.8em;
  }
}
.ul_check li {
  padding-left: 1.5em;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
  position: relative;
}
.ul_check li:not(:last-child) {
  border-bottom: dotted 1px #e9d298;
}
@media screen and (min-width: 992px) {
  .ul_check li {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
}
.ul_check li::before {
  content: "";
  width: 1em;
  height: 1em;
  background: no-repeat center 100%/100% url("../../_img/index/icon_check_gold.svg");
  position: absolute;
  left: 0;
  top: 0.2em;
  margin: auto;
}

#eyecatch {
  position: relative;
}
#eyecatch p {
  position: absolute;
  content: "";
  bottom: 18%;
  left: 10vw;
}
#eyecatch p::before {
  content: "";
  display: block;
  background-image: url("../../_img/index/img_2025open.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  margin-left: -10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 576px) {
  #eyecatch p {
    left: 10vw;
  }
  #eyecatch p::before {
    width: 120px;
    height: 120px;
    margin-left: -20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  #eyecatch p {
    left: 10vw;
  }
  #eyecatch p::before {
    width: 170px;
    height: 170px;
  }
}
@media screen and (min-width: 992px) {
  #eyecatch p {
    left: 26vw;
  }
  #eyecatch p::before {
    width: 130px;
    height: 130px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  #eyecatch p::before {
    width: 180px;
    height: 180px;
    margin-bottom: 15px;
  }
}

.btnLink .col-6 {
  width: 49%;
}

.cp_box {
  position: relative;
}
.cp_box .cp_medical_epilation {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 70px;
  height: 53px;
  background-image: url("../../_img/_imgcommon/icon_line_darkgold.svg");
  background-position: left;
}

#campaign .ct_cp_none {
  display: none;
}
#campaign ul.price_table_list li {
  border-bottom: 1px dotted #D9C984;
}
#campaign ul.price_table_list li:first-child {
  border-top: 1px solid #D9C984;
}
#campaign ul.price_table_list li:last-child {
  border-bottom: 1px solid #D9C984;
}
#campaign table.price_table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  table-layout: fixed;
  width: 100%;
}
#campaign table.price_table th.price_table_name {
  font-weight: 400;
  padding: 4px 8px;
}
#campaign table.price_table td.price_table_time {
  width: 15%;
  font-weight: 400;
  text-align: center;
}
#campaign table.price_table td.price_table_yen {
  padding: 6px 8px;
  text-align: end;
  font-size: 18px;
  letter-spacing: 0rem;
  width: 40%;
  position: relative;
}
#campaign table.price_table td.price_table_yen:before {
  position: absolute;
  content: "￥";
  right: 73px;
  font-weight: 300;
}
#campaign table.price_table.table_column_4 .price_table_type {
  width: 20%;
}
#campaign table.price_table.table_column_4 td.price_table_yen {
  width: 32%;
}

/* グーグルマップ */
.map-container {
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 992px) {
  .map-container {
    height: 350px;
  }
}

.modal-header,
.modal-footer {
  border: none;
}

.modal {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#clinic {
  /* クリニック行き方カルーセル[end] */
  /* クリニック行き方カルーセル[end] */
}
#clinic .carousel-control-next, #clinic .carousel-control-prev {
  top: 40%;
  bottom: 0;
  background-color: #e0cb86 !important;
  border-radius: 100px;
  opacity: 1;
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
  z-index: 999;
}
#clinic .carousel-control-next .carousel-control-next-icon, #clinic .carousel-control-prev .carousel-control-next-icon {
  width: 1.25rem;
}
#clinic .carousel-control-next .carousel-control-prev-icon, #clinic .carousel-control-prev .carousel-control-prev-icon {
  width: 1.25rem;
}
#clinic .carousel-control-next {
  right: 0;
}
#clinic .carousel-control-prev {
  left: 0;
}
#clinic .modal-body figure {
  border-top: solid 2px #e0cb86;
  border-right: solid 2px #e0cb86;
  border-left: solid 2px #e0cb86;
}
#clinic .slider_text {
  border-bottom: solid 2px #e0cb86;
  border-right: solid 2px #e0cb86;
  border-left: solid 2px #e0cb86;
}
#clinic .carousel-indicators {
  bottom: -13%;
}
@media screen and (min-width: 768px) {
  #clinic .carousel-indicators {
    bottom: -10%;
  }
}
#clinic .carousel-indicators button {
  background-color: #e0cb86;
  width: 15px;
}

/* クリニック行き方カルーセル */
/* 院内写真カルーセル */
#clinic .slider_clinic .slick-next {
  right: 28px;
}
#clinic .slider_clinic .slick-next:before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url("../../_img/_imgcommon/arrow_right_gold.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
#clinic .slider_clinic .slick-prev {
  left: 28px;
}
#clinic .slider_clinic .slick-prev:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url("../../_img/_imgcommon/arrow_right_gold.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(-1, 1);
}
#clinic .slider_clinic .slick-next,
#clinic .slider_clinic .slick-prev {
  width: 21px;
  height: 21px;
  background-color: #FFFFFF;
  z-index: 1;
  border: #D9C984 1px solid;
  border-radius: 10px;
}
#clinic .slider_clinic .slick-next:before,
#clinic .slider_clinic .slick-prev:before {
  opacity: 1;
}
#clinic .slider_clinic .slick-dots li button:before {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 13px;
}

.doctor_name {
  width: 48px;
}

.cMens {
  color: #f5c099;
}

.cNeedle {
  color: #dbc3b6;
}

.cNeedle {
  color: #dbc3b6;
}

.cNeedle_cp {
  color: #cba692;
}

.cBihada {
  color: #c0e2c4;
}

.cLightGray {
  color: #a6a6a6;
}

.bg_cLadies {
  background-color: #e0cb86;
}

.bg_cMens {
  background-color: #f5c099;
}

.bg_cMens_Sub {
  background-color: #fefaf6;
}

.bg_cNeedle {
  background-color: #dbc3b6;
}

.bg_cNeedle_Sub {
  background-color: #fbf7f5;
}

.bg_cBihada {
  background-color: #c0e2c4;
}

.bg_cBihada_Sub {
  background-color: #fafdfa;
}

.bdrBt_cMens_1px_dotted {
  border-bottom: 1px dotted #f5c099;
}

.bdrBt_cBihada_1px_dotted {
  border-bottom: 1px dotted #c0e2c4;
}

#tab_menu .nav-tabs .nav-link {
  border-radius: 0;
  padding: 10px 5px;
  min-height: 80px;
  border-top: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
  border-left: 1px solid #a6a6a6;
}
#tab_menu .nav-tabs .nav-link.active {
  color: #FFFFFF;
  border: 1px solid #a6a6a6;
  border-right: none;
  font-weight: 500 !important;
}
#tab_menu .nav-tabs .nav-link.active.tab01 {
  background-color: #e0cb86;
}
#tab_menu .nav-tabs .nav-link.active.tab02 {
  background-color: #f5c099;
}
#tab_menu .nav-tabs .nav-link.active.tab03 {
  background-color: #dbc3b6;
}
#tab_menu .nav-tabs .nav-link.active.tab04 {
  background-color: #c0e2c4;
}

#tab_menu .nav-tabs .nav-item:last-child .nav-link {
  border-right: 1px solid #a6a6a6;
}

#tab_menu .nav-link:hover {
  color: #a6a6a6;
}

.btn_more {
  text-align: center;
}
.btn_more a {
  background-color: #e0cb86;
  padding: 6px 50px;
  border-radius: 18px;
  position: relative;
}
.btn_more a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 15px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../../_img/_imgcommon/arrow_right_white.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.plan_tittle {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .plan_tittle {
    height: 60pX;
  }
}

/* アコーディオン */
.price_accordion .accordion_title {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.price_accordion .accordion_title p {
  color: #FFFFFF;
  height: 45px;
  padding-left: 10px;
  padding-top: 7px;
}
.price_accordion .accordion_inner {
  display: none;
  padding: 0;
  box-sizing: border-box;
}
.price_accordion .accordion_inner.price {
  border: 1px solid #e0cb86;
  border-top: none;
}

.btn_price_accordion {
  background-color: #FFFFFF;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  transition: all 0.3s;
  border: 1px solid #e0cb86;
}
.btn_price_accordion::before, .btn_price_accordion::after {
  content: "";
  position: absolute;
  right: calc(50% - 2px);
  top: calc(50% - 10px);
  width: 2px;
  height: 20px;
  background-color: #e0cb86;
  transition: all 0.3s;
}
.btn_price_accordion::after {
  transform: rotate(90deg);
}

/* アコーディオン　開いたとき */
.accordion_title.open .btn_price_accordion::before {
  transform: rotate(90deg);
}

/* ポップアップ */
body.modal-open {
  padding-right: 0 !important;
}

.popup_area {
  position: relative;
  background-color: #FFFFFF;
  color: #e0cb86;
  padding: 2px 17px 2px 10px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 2px;
}
.popup_area::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #e0cb86;
}
.popup_area::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 13px;
  top: 22px;
}

.btn {
  padding: 0;
  border: none;
}

@media screen and (min-width: 992px) {
  .open-modal-btn {
    margin-right: auto;
    padding-top: 8px;
  }
}

.price_table_title .modal-content {
  border: 2px solid #e0cb86 !important;
}

.modal-header {
  border-bottom: none;
  padding: 15px 15px 0 15px;
}

.modal-title {
  font-size: 18px;
}

.modal-body {
  padding: 0 15px;
}

.modal-footer {
  border-top: none;
  padding: 0 7px 10px 7px;
}

.modal .close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -21px;
  right: -8px;
  margin: 0 auto;
  opacity: 1;
  z-index: 2;
}
@media screen and (min-width: 576px) {
  .modal .close {
    right: -15px;
  }
}

.modal .close {
  background: url(../../_img/_imgcommon/btn_close_gold.svg) no-repeat;
}

.btn-secondary {
  color: #FFFFFF !important;
  background-color: #e0cb86 !important;
  border: none;
  width: 95%;
  font-size: 13px;
  margin: 10px auto;
  padding: 3px;
}

/* 大見出し */
.title_vertical {
  position: relative;
  padding-left: 10px;
}
.title_vertical::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-left: 4px solid #D9C984;
  height: 100%;
}

/* 料金表　包括 */
@media screen and (min-width: 992px) {
  .price_inner {
    display: flex;
  }
}

/* 料金表　タイトル */
.price_table_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #e0cb86;
  padding: 6px 10px;
}
.price_table_title .table_title {
  color: #FFFFFF;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .price_table_title {
    width: 28%;
    align-items: stretch;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
  }
}

.pdT_5 {
  padding-top: 5px;
}
@media screen and (min-width: 992px) {
  .pdT_5 {
    padding-top: 0px;
  }
}

/* 料金表 テーブル*/
.price_table_wrap {
  border: 1px solid #e0cb86;
  padding: 0;
}
.price_table_wrap tbody {
  border-bottom: 1px solid #e0cb86;
}
.price_table_wrap tbody:last-child {
  border-bottom: none;
}
@media screen and (min-width: 992px) {
  .price_table_wrap {
    align-items: stretch;
    display: flex;
  }
}

.price_table {
  width: 100%;
  background-color: #FFFFFF;
}
.price_table .price_table_time span {
  border-radius: 5px;
  padding: 2px 5px;
}
.price_table td {
  padding-bottom: 10px;
}
.price_table tr:first-of-type td {
  padding-top: 10px;
}
.price_table .price_table_yen {
  text-align: right;
  padding-right: 8px;
  font-size: 18px;
  position: relative;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .price_table .price_table_yen {
    font-size: 18px;
    padding-right: 15px;
  }
}
.price_table .price_table_yen::before {
  position: absolute;
  content: "￥";
  right: 74px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .price_table .price_table_yen::before {
    right: 80px;
  }
}
.price_table.price_table_3col .price_table_name {
  padding: 5px 8px;
  font-weight: normal;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .price_table.price_table_3col .price_table_name {
    padding-left: 15px;
  }
}
.price_table.price_table_3col .price_table_time {
  width: 17%;
}
.price_table.price_table_3col .price_table_time span {
  border: 1px solid #e0cb86;
  color: #e0cb86;
}
.price_table.price_table_3col .price_table_yen {
  width: 40%;
}
@media screen and (min-width: 768px) {
  .price_table.price_table_3col .price_table_yen {
    width: 20%;
  }
}
@media screen and (min-width: 992px) {
  .price_table.price_table_3col .price_table_yen {
    width: 25%;
  }
}
.price_table.price_table_2col .price_table_time {
  width: 21%;
  text-align: right;
  padding-left: 8px;
  color: #e0cb86;
}
.price_table.price_table_2col .price_table_time span {
  border: 1px solid #e0cb86;
  color: #e0cb86;
}
@media screen and (min-width: 768px) {
  .price_table.price_table_2col .price_table_yen {
    width: 4%;
  }
}
@media screen and (min-width: 992px) {
  .price_table.price_table_2col .price_table_yen {
    width: 7%;
  }
}
.price_table.price_table_option .price_table_time {
  width: 50%;
  color: #e0cb86;
  text-align: right;
}
@media screen and (min-width: 576px) {
  .price_table.price_table_option .price_table_time {
    width: 21%;
  }
}
@media screen and (min-width: 768px) {
  .price_table.price_table_option .price_table_time {
    width: 22%;
  }
}
@media screen and (min-width: 992px) {
  .price_table.price_table_option .price_table_time {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .price_table.price_table_option .price_table_time {
    width: 24%;
  }
}
.price_table.price_table_option .price_table_time span {
  border: 1px solid #e0cb86;
  color: #e0cb86;
}
.price_table.price_table_option .price_table_yen {
  width: 40%;
  text-align: right;
}
@media screen and (min-width: 576px) {
  .price_table.price_table_option .price_table_yen {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .price_table.price_table_option .price_table_yen {
    width: 9%;
  }
}
@media screen and (min-width: 992px) {
  .price_table.price_table_option .price_table_yen {
    width: 11.5%;
  }
}

/* キャンペーン料金表 画像付きタイトル*/
.cp_title_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e0cb86;
  border-left: 1px solid #e0cb86;
  border-right: 1px solid #e0cb86;
}
@media screen and (min-width: 992px) {
  .cp_title_wrap {
    width: 28%;
    flex-direction: column;
    border-bottom: 1px solid #e0cb86;
    border-right: none;
  }
}

.cp_title {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .cp_title {
    order: 1;
    border-right: none;
    height: 100%;
    display: flex;
    align-items: center;
  }
}

.cp_img {
  border-left: 1px solid #e0cb86;
  width: 25%;
}
@media screen and (min-width: 576px) {
  .cp_img {
    width: 100px;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .cp_img {
    order: 0;
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #e0cb86;
  }
}

/* キャンペーン料金表 テーブル*/
.cp_table_wrap {
  border: 1px solid #e0cb86;
}

.price_cp_table {
  width: 100%;
}
.price_cp_table.border_cMain tr {
  border-bottom: #D9C984 1px dotted;
}
.price_cp_table.border_cMain tr:last-of-type {
  border-bottom: none;
}
.price_cp_table.border_cMens tr {
  border-bottom: #f5c099 1px dotted;
}
.price_cp_table.border_cMens tr:last-of-type {
  border-bottom: none;
}
.price_cp_table.border_cBihada tr {
  border-bottom: #c0e2c4 1px dotted;
}
.price_cp_table.border_cBihada tr:last-of-type {
  border-bottom: none;
}
.price_cp_table .price_table_name {
  font-weight: normal;
  font-size: 13px;
}
@media screen and (min-width: 992px) {
  .price_cp_table .price_table_name {
    font-size: 15px;
    padding: 5px;
  }
}
.price_cp_table .price_table_time {
  font-size: 14px;
  width: 24%;
}
@media screen and (min-width: 992px) {
  .price_cp_table .price_table_time {
    width: 10%;
    font-size: 15px;
  }
}
.price_cp_table .price_table_time span {
  border-radius: 5px;
  padding: 2px 5px;
}
.price_cp_table .price_table_yen {
  text-align: right;
  padding-right: 8px;
  font-size: 18px;
  position: relative;
  letter-spacing: 0;
  width: 34%;
}
.price_cp_table .price_table_yen::before {
  position: absolute;
  content: "￥";
  right: 74px;
  font-weight: 300;
}

/* ----------------------------------------------------------- */
/* クリニックおすすめ */
/* ----------------------------------------------------------- */
.pickup_box {
  border: 1px solid #caa846;
}

.pickup_title {
  background-color: #fff3ad;
}

.pickup_img {
  width: 45%;
}
@media screen and (min-width: 576px) {
  .pickup_img {
    width: 220px;
    height: auto;
  }
}

.ul_check_02 li {
  padding-left: 1.5em;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
  position: relative;
}
.ul_check_02 li::before {
  content: "";
  width: 1em;
  height: 1em;
  background: no-repeat center 100%/100% url("../../_img/index/icon_check_gold.svg");
  position: absolute;
  left: 0;
  top: 0.2em;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .grid_parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
    max-height: 400px;
  }
}
@media screen and (min-width: 992px) {
  .grid_parent {
    max-height: 375px;
  }
}

.grid1 {
  grid-row-start: 2;
}

.grid2 {
  grid-column: span 2/span 2;
}

.grid3 {
  grid-row-start: 2;
}

/* ----------------------------------------------------------- */
/* ニードル脱毛20%OFF */
/* ----------------------------------------------------------- */
#needle_off .needle_off_box {
  border: 1px solid #D9C984;
}
#needle_off .needle_off_line {
  border-bottom: 1px solid #D9C984;
}
#needle_off .fukidashi {
  position: relative;
}
#needle_off .fukidashi::before, #needle_off .fukidashi::after {
  content: "";
  position: absolute;
  top: unset;
  bottom: -2px;
  width: 1px;
  height: 3rem;
  background: #D9C984;
}
#needle_off .fukidashi::before {
  transform: rotate(-30deg);
  left: calc(50% - 110px);
}
#needle_off .fukidashi::after {
  transform: rotate(30deg);
  right: calc(50% - 110px);
}

.cBrown {
  color: #7D644E !important;
}

.bg_cBlond {
  background-color: #CCB772 !important;
}

.markerYellow {
  text-decoration: underline;
  text-underline-offset: -3px;
  text-decoration-color: #FFF300;
  text-decoration-thickness: 10px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.cGold03 {
  color: #CAA846 !important;
}

/* ----------------------------------------------------------- */
/* メンズ医療脱毛 */
/* ----------------------------------------------------------- */
.bg_cMainMens {
  background-color: #f5c099 !important;
}

#tab_content_mens .btn_more a {
  background-color: #f5c099;
}

#tab_content_mens .btn_price_accordion {
  border: 1px solid #f5c099;
}
#tab_content_mens .btn_price_accordion::before, #tab_content_mens .btn_price_accordion::after {
  background-color: #f5c099;
}

#tab_content_mens .price_table_title {
  background-color: #f5c099;
}

#tab_content_mens .popup_area {
  color: #f5c099;
}
#tab_content_mens .popup_area::before {
  border-left: 8px solid #f5c099;
}

#tab_content_mens .price_table_wrap {
  border: 1px solid #f5c099;
}

#tab_content_mens .price_table.price_table_2col .price_table_time span {
  border: 1px solid #f5c099;
  color: #f5c099;
}

#tab_content_mens .modal .close {
  background: url(../../_img/_imgcommon/btn_close_orange.svg) no-repeat;
}

#tab_content_mens .price_table_title .modal-content {
  border: 2px solid #f5c099 !important;
}

#tab_content_mens .btn-secondary {
  background-color: #f5c099 !important;
}

#tab_content_mens .price_table.price_table_option .price_table_time span {
  border: 1px solid #f5c099 !important;
  color: #f5c099;
}

#tab_content_mens .cp_title_wrap {
  border-top: 1px solid #f5c099;
  border-left: 1px solid #f5c099;
  border-right: 1px solid #f5c099;
}
@media screen and (min-width: 992px) {
  #tab_content_mens .cp_title_wrap {
    border-bottom: 1px solid #f5c099;
    border-right: none;
  }
}

#tab_content_mens .cp_img {
  border-left: 1px solid #f5c099;
}
@media screen and (min-width: 992px) {
  #tab_content_mens .cp_img {
    border-bottom: 1px solid #f5c099;
    border-left: none;
  }
}

#tab_content_mens .cp_table_wrap {
  border: 1px solid #f5c099;
}

#tab_content_mens .title_vertical::before {
  border-left: 4px solid #f5c099;
}

/* ----------------------------------------------------------- */
/* ニードル脱毛 */
/* ----------------------------------------------------------- */
#tab_content_needle .btn_more a {
  background-color: #dbc3b6;
}

#tab_content_needle .btn_price_accordion {
  border: 1px solid #dbc3b6;
}
#tab_content_needle .btn_price_accordion::before, #tab_content_needle .btn_price_accordion::after {
  background-color: #dbc3b6;
}

#tab_content_needle .price_table_title {
  background-color: #dbc3b6;
}

#tab_content_needle .price_table_wrap {
  border: 1px solid #dbc3b6;
}

#tab_content_needle .price_table.price_table_2col .price_table_time span {
  border: 1px solid #dbc3b6;
  color: #dbc3b6;
}

#tab_content_needle .price_table.price_table_option .price_table_time span {
  border: 1px solid #dbc3b6 !important;
  color: #dbc3b6;
}

#tab_content_needle .cp_title_wrap {
  border-top: 1px solid #dbc3b6;
  border-left: 1px solid #dbc3b6;
  border-right: 1px solid #dbc3b6;
}
@media screen and (min-width: 992px) {
  #tab_content_needle .cp_title_wrap {
    border-bottom: 1px solid #dbc3b6;
    border-right: none;
  }
}

#tab_content_needle .cp_img {
  border-left: 1px solid #dbc3b6;
}
@media screen and (min-width: 992px) {
  #tab_content_needle .cp_img {
    border-bottom: 1px solid #dbc3b6;
    border-left: none;
  }
}

#tab_content_needle .cp_table_wrap {
  border: 1px solid #dbc3b6;
}

#tab_content_needle .title_vertical::before {
  border-left: 4px solid #dbc3b6;
}

/* ----------------------------------------------------------- */
/* 美肌治療 */
/* ----------------------------------------------------------- */
/* ページ内リンク */
.list_price_pagelink {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #c0e2c4;
  border-bottom: 1px solid #c0e2c4;
}
.list_price_pagelink a {
  color: #6C6C6C;
  text-decoration: none;
}

.btn_Btarrow {
  border: 1px solid #c0e2c4;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: relative;
}
.btn_Btarrow::before {
  position: absolute;
  content: "";
  border-top: 1px solid #c0e2c4;
  border-right: 1px solid #c0e2c4;
  transform: rotate(135deg);
  top: -3px;
  bottom: 0;
  margin: auto;
  right: 5.5px;
  width: 5px;
  height: 5px;
}

#tab_content_bihada .title_vertical::before {
  border-left: 4px solid #c0e2c4;
}

#tab_content_bihada .btn_more a {
  background-color: #c0e2c4;
}

#tab_content_bihada .btn_price_accordion {
  border: 1px solid #c0e2c4;
}
#tab_content_bihada .btn_price_accordion::before, #tab_content_bihada .btn_price_accordion::after {
  background-color: #c0e2c4;
}

#tab_content_bihada .price_table_title {
  background-color: #c0e2c4;
}

#tab_content_bihada .price_table_wrap {
  border: 1px solid #c0e2c4;
}

#tab_content_bihada .price_table.price_table_2col .price_table_time span {
  border: 1px solid #c0e2c4;
  color: #c0e2c4;
}

#tab_content_bihada .price_table.price_table_option .price_table_time span {
  border: 1px solid #c0e2c4 !important;
  color: #c0e2c4;
}

#tab_content_bihada .cp_title_wrap {
  border-top: 1px solid #c0e2c4;
  border-left: 1px solid #c0e2c4;
  border-right: 1px solid #c0e2c4;
}
@media screen and (min-width: 992px) {
  #tab_content_bihada .cp_title_wrap {
    border-bottom: 1px solid #c0e2c4;
    border-right: none;
  }
}

#tab_content_bihada .cp_img {
  border-left: 1px solid #c0e2c4;
}
@media screen and (min-width: 992px) {
  #tab_content_bihada .cp_img {
    border-bottom: 1px solid #c0e2c4;
    border-left: none;
  }
}

#tab_content_bihada .cp_table_wrap {
  border: 1px solid #c0e2c4;
}

.reason_box {
  position: relative;
}
.reason_box .xxx {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 57px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .reason_box .xxx {
    top: 0;
    left: 40px;
  }
}
.reason_box .num_Bt {
  margin-bottom: 36px;
}

.ct_acc {
  border-bottom: 1px solid #D9C984;
}
.ct_acc:first-of-type {
  border-top: 1px solid #D9C984;
}
.ct_acc .acc_title {
  position: relative;
  padding: 15px 30px 15px 30px;
  margin-bottom: 0;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  width: 100%;
}
.ct_acc .acc_title::after, .ct_acc .acc_title::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 40%;
  width: 2px;
  height: 0.8em;
  background-color: #D9C984;
  transition: all 0.3s;
}
.ct_acc .acc_title::after {
  transform: rotate(90deg);
}
.ct_acc .acc_title.open::before {
  transform: rotate(90deg);
}
.ct_acc .item_ask::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 28%;
  font-size: 20px;
  color: #D9C984;
  font-family: "Noto Serif", serif;
}
.ct_acc .acc_inner {
  position: relative;
  display: none;
  padding: 0px 10px 10px 30px;
  box-sizing: border-box;
}
.ct_acc .acc_inner.price {
  border: 1px solid #D9C984;
  border-top: none;
}
.ct_acc .acc_inner::before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 28%;
  font-size: 20px;
  color: #D9C984;
  font-family: "Noto Serif", serif;
}

/* ----------------------------------------------------------- */
/* 施術の流れ スライダー */
/* ----------------------------------------------------------- */
#flow .slick-track {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
#flow .slider_flow {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  #flow .slider_flow {
    margin-left: calc(50% - 216px - 40px);
  }
}
@media screen and (min-width: 768px) {
  #flow .slider_flow {
    margin-left: calc(50% - 296px - 30px);
  }
}
@media screen and (min-width: 992px) {
  #flow .slider_flow {
    margin-left: calc(50% - 408.5px - 20px);
  }
}
@media screen and (min-width: 1200px) {
  #flow .slider_flow {
    margin-left: calc(50% - 491px - 10px);
  }
}
#flow .slider_flow .slide_item {
  position: relative;
  border: 1px solid #c2a855;
  background: #fff;
  align-self: stretch;
  margin: 5px;
  height: auto;
}
#flow .slider_flow .slick-list {
  overflow: visible;
}
#flow .slider_flow .slick-prev, #flow .slider_flow .slick-next {
  display: block;
  position: absolute;
  top: auto;
  bottom: -10px;
  left: 13%;
  font-size: 0;
  line-height: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-color: #D9C984;
  opacity: 1;
  border-radius: 50%;
  z-index: 10;
}
#flow .slider_flow .slick-prev:before {
  content: "";
  position: absolute;
  display: block;
  font-size: 0;
  color: transparent;
  opacity: 1;
  top: calc(50% - 3px);
  right: 0;
  left: -6px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(225deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#flow .slider_flow .slick-next:before {
  content: "";
  position: absolute;
  display: block;
  font-size: 0;
  color: transparent;
  opacity: 1;
  top: calc(50% - 3px);
  right: -6px;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#flow .slider_flow .slick-prev:after, #flow .slider_flow .slick-next:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 15px;
  height: 2px;
  background: #FFF;
}
#flow .slider_flow .slick-next {
  left: 25%; /* 次へ進むコントローラーの位置を指定 */
}

#faq .ct_acc .acc_title.open {
  border-bottom: none;
}
#faq .ct_acc .acc_title.acc_inner {
  padding: 10px 10px 10px 30px;
}
#faq .ct_acc .question::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 30%;
  /*background-image: ("_img/_imgcommon/card.png");
  background-repeat: no-repeat;
  background-size: contain;*/
  color: #D9C984;
  font-size: 16px;
}

#otoiawase .container,
#otoiawase_check .container {
  max-width: 1000px;
}

.entry_progress {
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  max-width: 300px;
  margin: 50px auto;
}
.entry_progress li {
  position: relative;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #ccc;
}
.entry_progress li::before {
  content: "";
  position: absolute;
  display: block;
  width: 260%;
  height: 3px;
  background: #ccc;
  left: -90px;
  top: 16px;
  margin: auto;
  z-index: 1;
}
.entry_progress li:first-child::before {
  content: none;
}
.entry_progress li.active {
  color: #D9C984;
}
.entry_progress li.active::before {
  background: #D9C984;
}
.entry_progress li.active span {
  background-color: #D9C984;
}
.entry_progress li span {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  background: #ccc;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  line-height: 35px !important;
  margin: auto;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .entry_progress {
    max-width: 460px;
  }
  .entry_progress li {
    font-size: 16px;
  }
  .entry_progress li::before {
    width: 360%;
    height: 4px;
    left: -160px;
    top: 21px;
  }
  .entry_progress li span {
    width: 45px;
    height: 45px;
    font-size: 32px;
    line-height: 45px !important;
  }
}

#form_input dl {
  border-bottom: #ebe9e8 1px solid;
}
#form_input dt {
  padding: 1rem 1rem 0;
}
#form_input dd {
  padding: 1rem 0.75rem;
}
#form_input dd.ag_SEX,
#form_input dd.ag_REPLY {
  padding: 0.75rem 1rem 1rem;
}
#form_input dd.ag_AGE input {
  width: 50%;
}
#form_input dd.ag_DETAIL textarea {
  width: 100%;
  min-height: 100px;
  border-radius: 8px;
  padding: 10px;
}

#otoiawase_check #form_input dl {
  border: none;
}
#otoiawase_check #form_input dt {
  background: #D9C984;
  padding: 0.3rem 0.5rem;
}
@media screen and (min-width: 992px) {
  #otoiawase_check #form_input dl {
    padding: 10px;
  }
  #otoiawase_check #form_input dd {
    margin: auto 0 auto 20px;
    padding: 0;
  }
}
#otoiawase_check #form_input #ag_form dt {
  padding: 0.3rem 0.5rem;
  color: #FFF;
}
@media screen and (min-width: 992px) {
  #otoiawase_check #form_input #ag_form dt {
    padding: 0.3rem 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  #otoiawase_check #form_input #ag_form dd {
    padding: 1.5rem 1rem;
  }
}

#recruit_check #form_input dd {
  padding: 0.75rem 1rem 1.2rem;
}

input.form-control {
  padding: 0.8rem 0.45rem;
}

.required,
.any {
  color: #FFFFFF;
  font-size: 13px;
  padding: 0.15em 0.8em;
  font-weight: normal;
  margin-left: 1em;
}

.required {
  background-color: #c75d5d;
}

.any {
  background-color: #a5abb3;
}

.form-check-input[type=radio] {
  border-radius: 50%;
  transform: scale(1);
  margin-top: 0.55em;
  margin-right: 0.5em;
}

.form-check label {
  margin: 0 0 0.5em 0.5em;
}

#contactSubmit {
  position: relative;
  background-color: #D9C984;
  color: #FFFFFF;
  border: none;
  border-radius: 0.4rem;
  width: 320px;
  text-align: center;
  letter-spacing: 0.2rem;
  font-weight: 500;
  margin-bottom: 0;
  display: block;
  padding: 1em 0.5em;
}
#contactSubmit:hover {
  opacity: 0.6;
  transition: all 0.2s ease 0s;
}

#contactGoPrev {
  background-color: #FFFFFF;
  color: #D9C984;
  border-radius: 0.4rem;
  border: #D9C984 1px solid;
  width: 180px;
  text-align: center;
  letter-spacing: 0.2rem;
  font-weight: 500;
  margin-bottom: 0;
  display: block;
  padding: 0.7em 0.5em;
}
#contactGoPrev:hover {
  opacity: 0.6;
  transition: all 0.2s ease 0s;
}

#contact_check dt,
#recruit_check dt {
  color: #D9C984;
}

.error_message {
  padding: 8px 0 0 4px;
  color: red;
  margin-bottom: 0;
}/*# sourceMappingURL=layout.css.map */