@charset "UTF-8";
/* ----------------------------------------------------------- */
/* color変数定義 */
/* ----------------------------------------------------------- */
/* サイトカラー */
/* 料金表 */
/* グラデーション用 */
/* CSS Document */
/* 共通設定///////////////////////////////////////////////////// */
ol, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.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/reason/machine/icon_check_gold.svg");
  position: absolute;
  left: 0;
  top: 0.2em;
  margin: auto;
}

/* ----------------------------------------------------------- */
/* ヘッドロゴ */
/* ----------------------------------------------------------- */
.logo_head {
  z-index: 8888;
  top: 11px;
  left: 22px;
  width: 220px;
  height: auto;
}
@media screen and (min-width: 576px) {
  .logo_head {
    left: 0;
    right: 270px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .logo_head {
    right: 430px;
  }
}
@media screen and (min-width: 992px) {
  .logo_head {
    right: 680px;
  }
}
@media screen and (min-width: 1200px) {
  .logo_head {
    right: 860px;
  }
}
.logo_head img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------------------- */
/* アイキャッチ */
/* ----------------------------------------------------------- */
#eyecatch {
  padding: 70px 0 0;
}
@media screen and (min-width: 576px) {
  #eyecatch {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  #eyecatch {
    height: 300px;
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) {
  #eyecatch {
    height: 450px;
    padding-top: 0;
  }
}
#eyecatch h1 {
  color: #6C6C6C;
}
#eyecatch .eyecatch_bg {
  width: 100%;
  height: 100vmin;
  position: relative;
}
#eyecatch .eyecatch_bg .bg_cWhite9None {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#eyecatch .eyecatch_bg .bg_cWhite9None, #eyecatch .eyecatch_bg .eyecatchTitle .bg_cWhite_9 {
  height: 180px;
}

/* 背景なしアイキャッチ */
@media screen and (min-width: 768px) {
  #faq #eyecatch,
  #clinic_list #eyecatch,
  #sitemap #eyecatch,
  #privacy #eyecatch,
  #contact #eyecatch,
  #yoyaku #eyecatch,
  #minors #eyecatch,
  #notFound #eyecatch {
    height: 200px;
    padding-top: 50px;
  }
}
#faq #eyecatch .eyecatch_bg,
#clinic_list #eyecatch .eyecatch_bg,
#sitemap #eyecatch .eyecatch_bg,
#privacy #eyecatch .eyecatch_bg,
#contact #eyecatch .eyecatch_bg,
#yoyaku #eyecatch .eyecatch_bg,
#minors #eyecatch .eyecatch_bg,
#notFound #eyecatch .eyecatch_bg {
  height: 200px;
}

@media screen and (min-width: 576px) {
  #notFound #eyecatch {
    background-color: #F8F6EC;
  }
}
@media screen and (min-width: 576px) {
  #notFound #eyecatch .eyecatchTitle {
    height: 200px;
  }
}

/* クリニックについて */
#about .eyecatch_bg {
  background: url(../../_img/about/eyecatch_about-sp.jpg) no-repeat top right;
  background-size: calc(100vw - 50px);
  height: 430px;
}
@media screen and (min-width: 768px) {
  #about .eyecatch_bg {
    background: url(../../_img/about/eyecatch_about-pc.png) no-repeat top right -120px;
    background-size: 125%;
    height: 300px;
  }
}
@media screen and (min-width: 992px) {
  #about .eyecatch_bg {
    background-size: cover;
    height: 450px;
  }
}

/* 脱毛に特化している理由 */
#reason .eyecatch_bg {
  background: url(../../_img/reason/index/eyecatch_reason-sp.jpg) no-repeat top right;
  background-size: calc(100vw - 50px);
  height: 430px;
}
@media screen and (min-width: 768px) {
  #reason .eyecatch_bg {
    background: url("../../_img/reason/index/eyecatch_reason-pc.png") no-repeat top right -120px;
    background-size: 125%;
    height: 300px;
  }
}
@media screen and (min-width: 992px) {
  #reason .eyecatch_bg {
    background-size: cover;
    height: 450px;
  }
}

/* 脱毛機について */
#machine .eyecatch_bg {
  background: url(../../_img/reason/machine/eyecatch_machine-sp.jpg) no-repeat top right;
  background-size: calc(100vw - 50px);
  height: 430px;
}
@media screen and (min-width: 768px) {
  #machine .eyecatch_bg {
    background: url(../../_img/reason/machine/eyecatch_machine-pc.png) no-repeat top right -120px;
    background-size: 125%;
    height: 300px;
  }
}
@media screen and (min-width: 992px) {
  #machine .eyecatch_bg {
    background-size: cover;
    height: 450px;
  }
}

/* 知って得する脱毛の前知識 */
#knowledge .eyecatch_bg {
  background: url(../../_img/knowledge/eyecatch_knowledge-sp.jpg) no-repeat top right;
  background-size: calc(100vw - 50px);
  height: 430px;
}
@media screen and (min-width: 768px) {
  #knowledge .eyecatch_bg {
    background: url("../../_img/knowledge/eyecatch_knowledge-pc.png") no-repeat top right -120px;
    background-size: 125%;
    height: 300px;
  }
}
@media screen and (min-width: 992px) {
  #knowledge .eyecatch_bg {
    background-size: cover;
    height: 450px;
  }
}

/* 料金表 */
#price_list .eyecatch_bg {
  background: url(../../_img/price/eyecatch_price-sp.jpg) no-repeat top right;
  background-size: calc(100vw - 50px);
  height: 430px;
}
@media screen and (min-width: 768px) {
  #price_list .eyecatch_bg {
    background: url(../../_img/price/eyecatch_price-pc.png) no-repeat top right -120px;
    background-size: 125%;
    height: 300px;
  }
}
@media screen and (min-width: 992px) {
  #price_list .eyecatch_bg {
    background-size: cover;
    height: 450px;
  }
}

/* 採用 */
#recruit .eyecatch_bg {
  background: url("../../_img/recruit/eyecatch_recruit-sp.jpg") no-repeat top right;
  background-size: calc(100vw - 50px);
  height: 430px;
}
@media screen and (min-width: 768px) {
  #recruit .eyecatch_bg {
    background: url("../../_img/recruit/eyecatch_recruit-pc.png") no-repeat top right -120px;
    background-size: 125%;
    height: 300px;
  }
}
@media screen and (min-width: 992px) {
  #recruit .eyecatch_bg {
    background-size: cover;
    height: 450px;
  }
}

/* ニードル脱毛 */
#needle .eyecatch_bg {
  background: url("../../_img/needle/eyecatch_needle-sp.jpg") no-repeat top right;
  background-size: calc(100vw - 50px);
  height: 430px;
}
@media screen and (min-width: 768px) {
  #needle .eyecatch_bg {
    background: url("../../_img/needle/eyecatch_needle-pc.png") no-repeat top right -120px;
    background-size: 125%;
    height: 300px;
  }
}
@media screen and (min-width: 992px) {
  #needle .eyecatch_bg {
    background-size: cover;
    height: 450px;
  }
}

/* メンズ脱毛 */
#mens .eyecatch_bg {
  background: url(../../_img/mens/eyecatch_mens-sp.jpg) no-repeat top left;
  background-size: cover;
  height: 500px;
  background-position: right;
}
@media screen and (min-width: 768px) {
  #mens .eyecatch_bg {
    background: url(../../_img/mens/eyecatch_mens-pc.jpg) no-repeat top right -120px;
    background-size: 125%;
    height: 360px;
  }
}
@media screen and (min-width: 992px) {
  #mens .eyecatch_bg {
    background-size: cover;
    background-position: left;
    height: 450px;
  }
}

/* 女性脱毛 */
#ladies .eyecatch_bg {
  background: url(../../_img/ladies/eyecatch_ladies-sp.jpg) no-repeat top left;
  background-size: cover;
  height: 500px;
  background-position: right;
}
@media screen and (min-width: 768px) {
  #ladies .eyecatch_bg {
    background: url(../../_img/ladies/eyecatch_ladies-pc.jpg) no-repeat top right -120px;
    background-size: 125%;
    height: 360px;
  }
}
@media screen and (min-width: 992px) {
  #ladies .eyecatch_bg {
    background-size: cover;
    background-position: left;
    height: 450px;
  }
}

/* ----------------------------------------------------------- */
/* ページ内リンク */
/* ----------------------------------------------------------- */
.ul_pagelink_bg li a {
  height: 100%;
  position: relative;
}
.ul_pagelink_bg li a::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  right: 12px;
  transform: rotate(135deg);
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.ul_pagelink_bg li a:hover {
  opacity: 0.7;
}

.pagelink {
  width: 100vw;
  max-width: 600px;
  margin: 0 auto 100px auto;
}

/*3カラム*/
.pagelink.column3 a {
  height: 33.3333333333vw;
  max-height: 180px;
}

/*2カラム*/
.pagelink.column2 a {
  height: 50vw;
  max-height: 180px;
  max-width: 180px;
}

.pagelink li {
  position: relative;
}

.pagelink li a p {
  /*position: absolute;
  top: 11vmin;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;*/
  font-size: 1rem;
  line-height: 1.3rem !important;
}

.pagelink li:nth-last-child(2) a p {
  top: 8vmin;
}

/*ページ内リンク 矢印*/
.pagelink .arrow-bottom {
  position: absolute;
  bottom: 12px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  border-radius: 1px;
}

/*ページ内リンク 脱毛機について 背景*/
#machine3type .pagelink ul li:nth-child(1) {
  background: url("../../_img/reason/machine/pagelink_machine01.jpg") no-repeat left top;
  background-size: cover;
}

#machine3type .pagelink ul li:nth-child(2) {
  background: url("../../_img/reason/machine/pagelink_machine02.jpg") no-repeat left top;
  background-size: cover;
}

/* 採用 */
#recruit #information .pagelink.column2 {
  width: 100%;
  max-width: 360px;
  margin-bottom: 0;
}

#recruit #information .pagelink.column2 a {
  height: 35vw;
  max-height: 150px;
  /*max-width: 150px;*/
}

#recruit #information .pagelink li:nth-child(1) a p {
  top: 14vmin;
}

#recruit #information .pagelink li:nth-child(2) a p {
  top: 10vmin;
}

#recruit #information .pagelink li:nth-child(1) {
  border-right: #ffffff 1px solid;
}

#recruit .arrow_cWhite {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  border-radius: 1px;
}

/* ページ内リンク 施術の流れ */
/*
#treatment_flow .pagelink {
	width: calc((100vw / 6) * 4);
	max-width:350px;
}
#treatment_flow .pagelink.column2 a {
    height: calc(100vw / 3);
    max-height: 200px;
    max-width: 350px;
}
#treatment_flow .pagelink li a p {
    font-size:16px;
}
*/
/* 高さの低いページ内リンク */
.low_pagelink li p {
  position: relative;
}

.low_pagelink li p:before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: calc(100% - 35px);
  width: 24px;
  height: 24px;
  border: 1.5px solid #ffffff;
  border-radius: 50%;
}

.low_pagelink li p:after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: calc(100% - 27px);
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  border-radius: 1px;
}

.low_pagelink li a p:hover {
  opacity: 0.7;
}

.low_pagelink li a:hover {
  text-decoration: none;
}

.ul_possible_clinic li a {
  position: relative;
  padding-right: 28px;
}
.ul_possible_clinic li a::before {
  content: "";
  position: absolute;
  background-color: #e0cb86;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}
.ul_possible_clinic li a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  top: 0;
  bottom: 0;
  right: 7px;
  margin: auto;
  transform: rotate(45deg);
}

/* ----------------------------------------------------------- */
/* クリニックについて */
/* ----------------------------------------------------------- */
#about #concept { /* コンセプト */ }
#about #concept h2 {
  writing-mode: vertical-rl;
  line-height: 2.6rem;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 576px) {
  #about #concept h2 {
    height: 360px;
  }
}
@media screen and (min-width: 768px) {
  #about #concept h2 {
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 0.8rem;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  #about #concept .img_clinic_logo {
    position: absolute;
    right: 0;
  }
}
#about #concept .img_clinic_logo span {
  display: block;
  background: url("../../_img/about/img_funabashi_logo.jpg") top 50% center no-repeat;
  background-size: 140%;
  width: 100%;
  height: 70vw;
}
@media screen and (min-width: 768px) {
  #about #concept .img_clinic_logo span {
    background: url("../../_img/about/img_funabashi_logo.jpg") top 40% center no-repeat;
    background-size: 100%;
    height: 300px;
  }
}
@media screen and (min-width: 1200px) {
  #about #concept .img_clinic_logo span {
    background: url("../../_img/about/img_funabashi_logo.jpg") top 45% right no-repeat;
    background-size: 90%;
    height: 340px;
  }
}
#about #concept .bg_cWhite3LYellow7 {
  padding: 60px 0;
}
@media screen and (min-width: 992px) {
  #about #concept .bg_cWhite3LYellow7 {
    padding: 75px 0;
    margin: 100px 0;
  }
}
#about #promise { /* 患者様との4つの約束 */
  background: url("../../_img/about/bg_promise.jpg") top right 32% no-repeat;
  background-size: 370%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about #promise {
    background: url("../../_img/about/bg_promise.jpg") top 50% right 75% no-repeat;
    background-size: 140%;
  }
}
@media screen and (min-width: 992px) {
  #about #promise {
    background: url("../../_img/about/bg_promise.jpg") top 55% right 0 no-repeat;
    background-size: 100%;
    padding: 50px 0;
  }
}
#about #doctor .bg_cWhite5LYellow5 { /* 医師紹介 */
  height: 300px;
  margin-top: -300px;
}
@media screen and (min-width: 992px) {
  #about #doctor .bg_cWhite5LYellow5 {
    height: 400px;
    margin-top: -400px;
  }
}
#about #ct_carousel { /* カルーセル */ }
#about #ct_carousel .carousel-control-prev, #about #ct_carousel .carousel-control-next { /* 矢印 */
  opacity: 1;
}
#about #ct_carousel .carousel_prev {
  position: absolute;
  top: 45%;
  left: 25%;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(135deg);
  border-radius: 1px;
}
@media screen and (min-width: 768px) {
  #about #ct_carousel .carousel_prev {
    top: 40%;
    left: 20%;
    width: 40px;
    height: 40px;
    border-bottom: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
  }
}
#about #ct_carousel .carousel_next {
  position: absolute;
  top: 45%;
  right: 25%;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(-45deg);
  border-radius: 1px;
}
@media screen and (min-width: 768px) {
  #about #ct_carousel .carousel_next {
    top: 40%;
    right: 20%;
    width: 40px;
    height: 40px;
    border-bottom: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
  }
}
#about #ct_carousel .carousel-indicators { /* 下の写真一覧（PCのみ） */ }
@media screen and (min-width: 768px) {
  #about #ct_carousel .carousel-indicators {
    width: 91.6666666667%;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    flex-direction: row;
    justify-content: space-center;
    padding-left: 0;
    margin: 5% auto;
    list-style: none;
  }
}
@media screen and (min-width: 768px) {
  #about #ct_carousel .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10%;
    height: 6vw;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-clip: padding-box;
    border: none;
    opacity: 0.5;
    transition: opacity 0.6s ease;
  }
}
@media screen and (min-width: 768px) {
  #about #ct_carousel .carousel-indicators li.acitve {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #about #ct_carousel .carousel-indicators li.slide_00 {
    background: url("../../_img/about/img_clinic_front.jpg") center top no-repeat;
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  #about #ct_carousel .carousel-indicators li.slide_01 {
    background: url("../../_img/about/img_clinic_information.jpg") center top no-repeat;
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  #about #ct_carousel .carousel-indicators li.slide_02 {
    background: url("../../_img/about/img_clinic_hall.jpg") center top no-repeat;
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  #about #ct_carousel .carousel-indicators li.slide_03 {
    background: url("../../_img/about/img_clinic_logo.jpg") center top no-repeat;
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  #about #ct_carousel .carousel-indicators li.slide_04 {
    background: url("../../_img/about/img_clinic_waiting.jpg") center top no-repeat;
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  #about #ct_carousel .carousel-indicators li.slide_05 {
    background: url("../../_img/about/img_clinic_counseling.jpg") center top no-repeat;
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  #about #ct_carousel .carousel-indicators li.slide_06 {
    background: url("../../_img/about/img_clinic_doctor.jpg") center top no-repeat;
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  #about #ct_carousel .carousel-indicators li.slide_07 {
    background: url("../../_img/about/img_clinic_treatment.jpg") center top no-repeat;
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  #about #ct_carousel .carousel-indicators li.slide_08 {
    background: url("../../_img/about/img_clinic_exposure.jpg") center top no-repeat;
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  #about #ct_carousel .carousel-indicators li.slide_09 {
    background: url("../../_img/about/img_clinic_powder.jpg") center top no-repeat;
    background-size: 100%;
  }
}

/* ----------------------------------------------------------- */
/* 医療脱毛に特化している理由 */
/* ----------------------------------------------------------- */
/*私たちの想い*/
#reason #monologue {
  margin-top: -40px;
}

#reason #monologue .explan {
  margin-top: -40px;
  border-top-left-radius: 5rem;
  padding-left: 60px;
  padding-top: 50px;
}

/*4つの理由*/
#attempt .bg_cWhiteLYellow_other {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 55%, #FFFBED 55%, #FFFBED 100%);
  padding-top: 80px;
}

#attempt .bg_cWhiteLYellow_other2 {
  background: linear-gradient(-90deg, #ffffff 0%, #ffffff 55%, #FFFBED 55%, #FFFBED 100%);
  padding-top: 80px;
}

#attempt .attempt_box {
  padding: 60px auto;
}

#attempt .feature {
  padding: 20px 20px 20px 9vmin;
  margin-top: -20px;
}

/* 理由01～04アイコン */
.circleIcon,
.circleIcon2,
.circleIcon3,
.circleIcon4 {
  position: absolute;
  top: 0px;
  width: 100px;
  z-index: 5;
}

.circleIcon3 {
  position: absolute;
  top: -85px;
  width: 100px;
  z-index: 5;
}

.circleIcon4 {
  position: absolute;
  top: -85px;
  right: 0px;
  width: 100px;
  z-index: 5;
}

.circleIcon .circleIcon3 {
  left: -10px;
}

.circleIcon2 .circleIcon4 {
  right: -10px;
}

.circleIcon .circle_box,
.circleIcon2 .circle_box,
.circleIcon3 .circle_box,
.circleIcon4 .circle_box {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circleIcon .circleP,
.circleIcon2 .circleP,
.circleIcon3 .circleP,
.circleIcon4 .circleP {
  position: absolute;
  width: 100px;
  height: 50px;
  top: 0;
  left: 0;
  border: #e0cb86 solid 1px;
  border-bottom: none;
  border-left: none;
  border-radius: 100px 100px 0 0;
}

.circleIcon .circleC,
.circleIcon2 .circleC,
.circleIcon3 .circleC,
.circleIcon4 .circleC {
  position: absolute;
  width: 50px;
  height: 100px;
  top: 0px;
  border: #e0cb86 solid 1px;
}

.circleIcon .circleC {
  right: 50px;
  border-radius: 100px 0 0 100px;
  border-right: none;
}

.circleIcon2 .circleC {
  left: 50px;
  border-radius: 0 100px 100px 0;
  border-left: none;
}

.circleIcon3 .circleC {
  right: 50px;
  border-radius: 100px 0 0 100px;
  border-right: none;
}

.circleIcon4 .circleC {
  left: 50px;
  border-radius: 0 100px 100px 0;
  border-left: none;
}

/*当院の3つの取り組み*/
.attempt_box .circle {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.attempt_box .circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  text-align: center;
}

/* ----------------------------------------------------------- */
/* 脱毛機について */
/* ----------------------------------------------------------- */
/*スクロール位置調整*/
#lightsheer_quattro,
#gentlemax_proplus,
#chikunetsushiki {
  margin-top: -80px;
  padding-top: 80px;
}

/*脱毛機を3種類そろえています*/
/*メリット*/
#machine {
  /* メリット */
  /* 当院の脱毛機について */
  /*脱毛機写真*/
  /*脱毛機名称*/
  /* 3種類の脱毛機の比較 */
}
#machine .rounded_1rem {
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  #machine #merit {
    margin-top: 15rem;
  }
}
@media screen and (min-width: 992px) {
  #machine #merit {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  #machine #merit {
    margin-top: 5rem;
  }
}
#machine #monologue .explan {
  margin-top: -40px;
  border-top-left-radius: 5rem;
  padding-left: 60px;
  padding-top: 50px;
}
#machine #about_machine .laser_gentle_wrap {
  max-width: 340px;
}
#machine #about_machine .ul_cGold_box {
  justify-content: center;
}
#machine #about_machine .ul_cGold_box li p {
  margin-bottom: 0;
}
#machine #about_machine .ul_cGold_box li p.bg_cGold {
  display: flex;
  justify-content: center;
  height: 5em;
  line-height: 1.25;
  align-items: center;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  #machine #lightsheer_quattro {
    margin-top: 2rem !important;
  }
}
#machine .bg_machine {
  position: relative;
}
#machine .bg_machine::before {
  content: "";
  position: absolute;
  background-color: #E7E2B7;
  background-size: 100%;
  width: 70vw;
  height: 70vw;
  max-width: 400px;
  max-height: 400px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
#machine .bg_machine .img_machine {
  position: relative;
  width: 70%;
  max-width: 260px;
  margin: auto;
  z-index: 3;
}
#machine .bg_machine .icn_approval {
  position: absolute;
  top: -60vw;
  bottom: 0;
  right: -60vw;
  left: 0;
  margin: auto;
  width: 30vw;
  height: 30vw;
  max-width: 150px;
  max-height: 150px;
  padding-top: 10%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #machine .bg_machine .icn_approval {
    top: -330px;
    right: -360px;
  }
}
#machine .machine_name .machine_sub_tittle {
  position: relative;
  overflow: hidden;
  text-align: center;
}
#machine .machine_name .machine_sub_tittle span.bg_cGold {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  text-align: left;
}
#machine .machine_name .machine_sub_tittle span.bg_cGold::before, #machine .machine_name .machine_sub_tittle span.bg_cGold::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 400%;
  height: 1px;
  background-color: #e0cb86;
}
#machine .machine_name .machine_sub_tittle span.bg_cGold::before {
  right: 100%;
}
#machine .machine_name .machine_sub_tittle span.bg_cGold::after {
  left: 100%;
}
#machine #comparison {
  padding: 80px 0;
}
#machine #comparison table {
  border-collapse: separate;
  border-spacing: 0px 0px;
  margin: 0 auto;
  width: 140vw;
}
#machine #comparison table thead th {
  width: 20%;
}
#machine #comparison table tbody th {
  height: 80px;
}

/*横にスクロールできます*/
.scroll-hint-icon {
  position: absolute;
  top: calc(20% - 25px);
  left: calc(40% - 60px);
  box-sizing: border-box;
  width: 160px;
  height: 270px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  padding: 100px 10px 10px 10px;
}
.scroll-hint-icon:before {
  display: inline-block;
  width: 140px;
  height: 80px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../../_img/_imgcommon/icon_hand_top.svg");
}
.scroll-hint-icon:after {
  content: "";
  width: 70px;
  height: 100px;
  display: block;
  position: absolute;
  top: 60px;
  left: 15%;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-image: url("../../_img/_imgcommon/icon_arrow_sayuu.svg");
  opacity: 1;
  transition-delay: 2.4s;
}

.scroll-hint-text {
  font-size: 15px;
  color: #FFF;
  margin-top: 20px;
}

/*レーザー名称*/
/*ポイント*/
/* ----------------------------------------------------------- */
/* 知って得する脱毛の前知識 */
/* ----------------------------------------------------------- */
/*脱毛前に知っておきたいこと*/
/*#knowledge {
	margin-top: -40px;
}*/
#knowledge #monologue .explan {
  margin-top: -40px;
  border-top-left-radius: 5rem;
  padding-left: 60px;
  padding-top: 50px;
}

#knowledge .ct_knowledge li {
  margin-bottom: 100px;
}

#knowledge .ct_knowledge li:last-child {
  margin-bottom: 0;
}

/* Question */
#knowledge .ct_knowledge dt {
  border-top: #e0cb86 2px solid;
  border-right: #e0cb86 2px solid;
  border-bottom: #e0cb86 2px solid;
  position: relative;
  background: #FFF;
}

#knowledge .ct_knowledge dt::after {
  content: "";
  position: absolute;
  background: url("../../_img/knowledge/tittle_Q.svg") top left no-repeat;
  background-size: 50%;
  width: 100%;
  height: 25vw;
  left: 2%;
  bottom: calc(100% - 5px);
}

/* Answer */
#knowledge .ct_knowledge dd {
  border-left: #e0cb86 2px solid;
  border-right: #e0cb86 2px solid;
  border-bottom: #e0cb86 2px solid;
  position: relative;
  background: #FFF;
}

/*  脱毛はどのくらいでペースで通えばいいですか？の画像 */
#knowledge .ct_knowledge dd .img_knowledge_01 {
  background: url("../../_img/knowledge/img_knowledge_01.jpg") top center no-repeat;
  background-size: 200%;
  width: 100%;
  height: 70vw;
}

/*  施術当日、化粧をして行っても大丈夫ですか？の画像 */
#knowledge .ct_knowledge dd .img_knowledge_02 {
  background: url("../../_img/knowledge/img_knowledge_02.jpg") top center no-repeat;
  background-size: 200%;
  width: 100%;
  height: 70vw;
}

/*  施術当日、全身に日焼け止めを塗って来院しても大丈夫ですか？の画像 */
#knowledge .ct_knowledge dd .img_knowledge_03 {
  background: url("../../_img/knowledge/img_knowledge_03.jpg") top center no-repeat;
  background-size: 200%;
  width: 100%;
  height: 70vw;
}

/*  脱毛前後に保湿が必要なのはどうしてですか？の画像 */
#knowledge .ct_knowledge dd .img_knowledge_04 {
  background: url("../../_img/knowledge/img_knowledge_04.jpg") top center no-repeat;
  background-size: 200%;
  width: 100%;
  height: 70vw;
}

/*  施術当日、全身に日焼け止めを塗って来院しても大丈夫ですか？の画像 */
#knowledge .ct_knowledge dd .img_knowledge_05 {
  background: url("../../_img/knowledge/img_knowledge_05.jpg") top center no-repeat;
  background-size: 200%;
  width: 100%;
  height: 70vw;
}

/*  毛抜きや脱毛ワックスで毛を除去していいですか？ */
#knowledge .ct_knowledge dd .img_knowledge_06 {
  background: url("../../_img/knowledge/img_knowledge_06.jpg") top center no-repeat;
  background-size: 200%;
  width: 100%;
  height: 70vw;
}

/*  起こりうるリスク */
#knowledge .ct_knowledge dd .knowledge_07 li {
  position: relative;
}

#knowledge .ct_knowledge dd .knowledge_07 li::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: calc(100% - 10px);
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #e0cb86;
  border-radius: 1px;
}

#knowledge .ct_knowledge dd .answer p {
  width: 115%;
  padding: 15px calc(10% - 5px);
}

/* ----------------------------------------------------------- */
/* 採用 */
/* ----------------------------------------------------------- */
/*モノローグ*/
#recruit #monologue .explan {
  margin-top: -40px;
  border-top-left-radius: 5rem;
  padding-left: 60px;
  padding-top: 50px;
}

/* エントリーの流れ */
#recruit #entry .ct_tel img.tel {
  width: 22px;
  margin-top: -5px;
  margin-right: 5px;
}

#recruit #entry li {
  position: relative;
}

#recruit #entry li::before {
  position: absolute;
  content: "";
  bottom: -27px;
  left: 0;
  right: 0;
  width: 12px;
  height: 12px;
  border-top: 3px solid #e0cb86;
  border-right: 3px solid #e0cb86;
  transform: rotate(135deg);
  margin: 0 auto;
}

#recruit #entry li:last-child::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border: none;
}

#recruit #nurse .explan,
#recruit #counselor .explan {
  margin-top: -40px;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  #recruit #nurse .explan,
  #recruit #counselor .explan {
    position: absolute;
    border-top-left-radius: 5rem;
    padding-left: 60px;
    padding-top: 50px;
    top: -150px;
    left: 260px;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  #recruit #nurse .explan,
  #recruit #counselor .explan {
    top: -210px;
    left: 300px;
  }
}

@media screen and (min-width: 992px) {
  #recruit #counselor .explan {
    top: -145px;
  }
}

#recruit #nurse .explan_text,
#recruit #counselor .explan_text {
  margin-top: -40px;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  #recruit #nurse .explan_text,
  #recruit #counselor .explan_text {
    margin-top: 0;
    padding-top: 80px;
  }
}
@media screen and (min-width: 992px) {
  #recruit #nurse .explan_text,
  #recruit #counselor .explan_text {
    padding-top: 50px;
  }
}

/* 表 */
#recruit #nurse table,
#recruit #counselor table {
  border: #e0cb86 1px solid;
}

#recruit #nurse table th,
#recruit #counselor table th {
  border-bottom: #FFF 1px solid;
  border-top: none;
  border-left: none;
  border-right: none;
  vertical-align: middle;
  width: 30%;
}

#recruit #nurse table tr:last-child th,
#recruit #counselor table tr:last-child th {
  border-bottom: none;
}

#recruit #nurse table td,
#recruit #counselor table td {
  border: none;
}

#recruit #nurse table td ul li,
#recruit #counselor table td ul li {
  list-style: disc;
}

/* ----------------------------------------------------------- */
/* 施術の流れ */
/* ----------------------------------------------------------- */
/* ハイドラフェイシャル */
.next_arrow {
  width: 20px;
  height: auto;
  display: block;
}

.red {
  color: #F34E43;
}

#treatment_flow .page_link a p {
  align-items: center;
  display: flex;
  height: 60px;
}

/* ----------------------------------------------------------- */
/* よくあるご質問 メンズ*/
/* ----------------------------------------------------------- */
/* プラスボタン */
#faq .ct_faq dt,
#faq_mens .ct_faq dt {
  position: relative;
  padding: 20px 38px 20px 15px;
  cursor: pointer;
}

#faq .ct_faq dt:before,
#faq_mens .ct_faq dt:before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: calc(100% - 40px);
  width: 18px;
  height: 3px;
  transform: rotate(90deg);
  background: #e0cb86;
  transition: all 0.3s ease-in-out;
}

#faq .ct_faq dt::after,
#faq_mens .ct_faq dt::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: calc(100% - 40px);
  width: 18px;
  height: 3px;
  background: #e0cb86;
  transition: all 0.2s ease-in-out;
}

/* 開いた時 */
#faq .ct_faq dt.open::before,
#faq_mens .ct_faq dt.open::before {
  transform: rotate(180deg);
}

#faq .ct_faq dd p span,
#faq_mens .ct_faq dd p span {
  position: relative;
}

#faq .ct_faq dd p span:before,
#faq_mens .ct_faq dd p span:before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: calc(100% - 28px);
  width: 12px;
  height: 2.5px;
  background: #e0cb86;
}

/* ----------------------------------------------------------- */
/* よくあるご質問 ニードル*/
/* ----------------------------------------------------------- */
/* プラスボタン */
#faq .ct_faq dt,
#faq_needle .ct_faq dt {
  position: relative;
  padding: 20px 38px 20px 15px;
  cursor: pointer;
}

#faq .ct_faq dt:before,
#faq_needle .ct_faq dt:before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: calc(100% - 40px);
  width: 18px;
  height: 3px;
  transform: rotate(90deg);
  background: #e0cb86;
  transition: all 0.3s ease-in-out;
}

#faq .ct_faq dt::after,
#faq_needle .ct_faq dt::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: calc(100% - 40px);
  width: 18px;
  height: 3px;
  background: #e0cb86;
  transition: all 0.2s ease-in-out;
}

/* 開いた時 */
#faq .ct_faq dt.open::before,
#faq_needle .ct_faq dt.open::before {
  transform: rotate(180deg);
}

#faq .ct_faq dd p span,
#faq_needle .ct_faq dd p span {
  position: relative;
}

#faq .ct_faq dd p span:before,
#faq_needle .ct_faq dd p span:before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: calc(100% - 28px);
  width: 12px;
  height: 2.5px;
  background: #e0cb86;
}

/* ----------------------------------------------------------- */
/* 未成年者の方へ */
/* ----------------------------------------------------------- */
/*小学生高学年から脱毛をしていただけます*/
#minors #monologue h3::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #e0cb86;
}

#minors #monologue ul li {
  background: url(../../_img/_imgcommon/icon_check.svg) no-repeat left top 1px;
  background-size: 20px;
  padding-left: 25px;
}

/*親権者の同意書が必要です*/
#minors #douisyo {
  margin-bottom: 80px;
}

/*同意書ダウンロード*/
#minors #download h3 {
  border-top: #e0cb86 1px solid;
}

#minors #download .bt_cGold {
  width: 100% !important;
}

#minors #download .bt_cGold a {
  background: url("../../_img/_imgcommon/icon_download.svg") no-repeat center right 13px;
  background-size: 20px;
}

/*注意点*/
/* ----------------------------------------------------------- */
/* ご予約・お問い合わせ */
/* ----------------------------------------------------------- */
#contact .contact_ilst .icon_tel {
  width: 30px;
  padding: 5px 5px 0 0;
}

/* ----------------------------------------------------------- */
/* プライバシーポリシー */
/* ----------------------------------------------------------- */
.title_borderB_Gold {
  position: relative;
  border-bottom: 1px solid #D0B572;
  padding-bottom: 10px;
  width: 100%;
  max-width: 680px;
  display: block;
  margin: auto;
}

/* ----------------------------------------------------------- */
/* カウンセリング予約 */
/* ----------------------------------------------------------- */
/* ユーザー登録でかんたんWEB予約 */
#yoyaku #ct_medical_force h2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #E7BE99;
}

#yoyaku #ct_medical_force ul li {
  background: url(../../_img/_imgcommon/icon_check.svg) no-repeat left top 1px;
  background-size: 20px;
  padding-left: 25px;
  display: inline-block;
}

/* ----------------------------------------------------------- */
/* メンズ脱毛 */
/* ----------------------------------------------------------- */
.pdt10 {
  padding-top: 10px;
}

.mgt150 {
  margin-top: 150px;
}

.main_datsumou .eyecatch_tate {
  writing-mode: vertical-rl;
  padding-top: 65px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .main_datsumou .eyecatch_tate {
    padding-top: 45px;
    width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  .main_datsumou .eyecatch_tate {
    padding-top: 45px;
    width: 80%;
  }
}
.main_datsumou .img_clinic {
  margin-left: auto;
  margin-top: -120px;
}
@media screen and (min-width: 576px) {
  .main_datsumou .img_clinic {
    margin: 0 auto;
    margin-top: -120px;
  }
}
@media screen and (min-width: 992px) {
  .main_datsumou #machine .machine_img {
    order: 2;
  }
}
@media screen and (min-width: 992px) {
  .main_datsumou #machine .machine_text {
    order: 1;
  }
}
.main_datsumou #machine .btn_cGold a {
  background-color: #e0cb86 !important;
  width: 90%;
  display: block;
  padding: 15px 15px;
  transition: 0.2s;
  max-width: 300px;
  position: relative;
}
.main_datsumou #machine .btn_cGold a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  z-index: 2;
}
.main_datsumou #machine .btn_cGold a:hover {
  opacity: 0.7;
}
.main_datsumou .list_price_free {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .main_datsumou .list_price_free {
    justify-content: center;
  }
}
.main_datsumou .list_price_free li.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  width: 75px;
  height: 75px;
}
@media screen and (min-width: 768px) {
  .main_datsumou .list_price_free li.circle {
    width: 90px;
    height: 90px;
  }
}
@media screen and (min-width: 992px) {
  .main_datsumou .ct_plan_list .plan_tittle {
    height: 60pX;
  }
}
.main_datsumou .ct_plan_list .annotation::before {
  content: "※";
  position: absolute;
  top: 0;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 600;
  color: #777777;
}
.main_datsumou .ct_plan_list .fukidashi {
  position: relative;
}
.main_datsumou .ct_plan_list .fukidashi::before {
  content: "";
  display: inline-block;
  background: #E7BE99;
  width: 45px;
  height: 3px;
  position: absolute;
  top: 27px;
  left: 20px;
  transform: rotate(75deg);
}
.main_datsumou .ct_plan_list .fukidashi::after {
  content: "";
  display: inline-block;
  background: #E7BE99;
  width: 45px;
  height: 3px;
  position: absolute;
  top: 27px;
  right: 20px;
  transform: rotate(-75deg);
}
.main_datsumou .title_underbar::before {
  position: absolute;
  background-color: #e0cb86;
  content: "";
  height: 2px;
  width: 90px;
  top: 34px;
  left: 16px;
}
.main_datsumou .title_underbar_2line::before {
  position: absolute;
  background-color: #e0cb86;
  content: "";
  height: 2px;
  width: 90px;
  top: 72px;
  left: 0px;
}

#mens .title_vertical::before {
  border-left: 4px solid var(--mensColor);
}
#mens .title_underbar::before, #mens .title_underbar_2line::before {
  background-color: #E7BE99;
}

/*#mens .li_menu{
	margin: 1px;
}*/
/* 明朗会計だから安心して施術していただけます */
/* 以下の料金はいただいておりません */
/* ページ内リンク */
/* 期間限定アイコン */
/*#mens #plan_special .special_long .icon_limited .circle {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}*/
/* ----------------------------------------------------------- */
/* ニードル脱毛 */
/* ----------------------------------------------------------- */
/* 明朗会計だから安心して施術していただけます */
#needle #monologue .explan {
  margin-top: -40px;
  border-top-left-radius: 5rem;
  padding-left: 60px;
  padding-top: 50px;
}

#neeedle .about_title {
  padding: 80px 0;
}

/* Question */
#needle .ct_onayami .title {
  border: #e0cb86 2px solid;
  position: relative;
  background: #FFF;
}

#needle .ct_laser .title {
  border: #e0cb86 2px solid;
  position: relative;
  background: #FFF;
}

#needle .ct_laser .discription {
  border-left: #e0cb86 2px solid;
  border-right: #e0cb86 2px solid;
  border-bottom: #e0cb86 2px solid;
  position: relative;
  background: #FFF;
}

#needle .ct_laser .discription .answer p {
  width: 115%;
  padding: 15px calc(10% - 5px);
}

.onayami_bg {
  position: relative;
}

.onayami_bg:before {
  content: "";
  position: absolute;
  bottom: 70px;
  right: 0px;
  width: 50%;
  height: 60%;
  background-color: #FBF8EE;
}

#needle .attempt_box {
  padding: 60px auto;
}

#needle .feature {
  padding: 20px 20px 20px 9vmin;
  margin-top: -20px;
}

.circle_pink {
  position: relative;
  display: inline-block;
  width: 85px;
  height: 85px;
  border-radius: 50%;
}

.circle_pink span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 85px;
  text-align: center;
  line-height: 1.2rem !important;
}

#needle .circleIcon, .circleIcon2 {
  position: absolute;
  top: -50px;
  width: 100px;
  z-index: 5;
}

.list_risk li {
  position: relative; /*基準位置*/
  padding-left: 1em;
}

.list_risk li:before {
  border-radius: 50%; /*丸くする*/
  width: 8px; /*点の幅*/
  height: 8px; /*点の高さ*/
  display: block;
  position: absolute; /*絶対配置*/
  left: 0; /*点の位置*/
  top: 0.6em; /*点の位置*/
  content: "";
  background: #e0cb86; /*点の色*/
}

.tax {
  writing-mode: vertical-rl;
  margin-left: auto;
  margin-right: auto;
}

/*#needle .ft_title {
	font-size: 1.6rem;
}
#needle .ft_times {
	font-size: 1.8rem;
}
#needle .ft_price {
	font-size: 2.0rem;
}
#needle .ft_price .h2 {
	font-size: 2.6rem;
}
*/
.caution_yoko {
  align-items: center;
}

/* 予約ボタンエリア */
#ct_reserve .bt_cGold.bt_line a {
  background-color: #e0cb86 !important;
  background: url("../../_img/_imgcommon/line_icon_white.svg") no-repeat center left 15px;
  background-size: 30px;
}

#ct_reserve .bt_cGold.bt_web a {
  background-color: #e0cb86 !important;
  background: url(../../_img/_imgcommon/calendar_icon_white.svg) no-repeat center left 15px;
  background-size: 30px;
}

/* ----------------------------------------------------------- */
/* ハイドラフェイシャル×医療脱毛 */
/* ----------------------------------------------------------- */
#hydrafacial_epilation .eyecatch_treatment {
  background: linear-gradient(to right, #f0eff2 0%, #fafafa 42%);
}

.treatment #about h3 {
  font-size: 16px;
}

.treatment #about .bt_cGold {
  max-width: 260px;
}

.treatment .bt_cGold a {
  font-size: 12px;
}

.treatment .point_sub_title::after {
  content: "";
  display: block;
  height: 36px;
  background: url("../../_img/treatment/hydrafacial_epilation/img_fukidashi_border.webp") no-repeat;
  margin-top: 1rem;
  background-size: 100%;
}

.treatment #point .situation {
  width: 100%;
  font-size: 15px;
}

.treatment #operation .inner_content h3 {
  font-size: 16px;
}

.treatment #operation .inner_content h3::before {
  content: "";
  display: block;
  width: 6px;
  height: 30px;
  background-color: #e0cb86;
  margin-right: 0.6rem;
}

.treatment #operation .bt_cGold a {
  height: 84px;
  position: relative;
  font-size: 15px;
}

.treatment #operation .bt_cGold a::after {
  background-image: url("../../_img/treatment/hydrafacial_epilation/btn_background.webp");
  content: "";
  display: block;
  height: 100%;
  width: 40%;
  background-size: 100%;
  position: absolute;
  left: 0;
}

@media (min-width: 768px) {
  .treatment #about h3 {
    font-size: 20px;
  }
  .treatment .bt_cGold {
    max-width: 400px;
  }
  .treatment .bt_cGold a {
    font-size: 14px;
  }
  .treatment #point .situation {
    height: 74px;
    align-items: center;
  }
  .treatment #operation .inner_content h3 {
    font-size: 20px;
  }
  .treatment #operation .inner_content li {
    width: 40%;
  }
  .treatment #operation .bt_cGold a {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .treatment #point .situation {
    height: auto;
  }
}
/* ----------------------------------------------------------- */
/* 施術ページ 共通部分 */
/* ----------------------------------------------------------- */
/* アイキャッチ */
.eyecatch_treatment picture {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background-color: #FFF;
}

.eyecatch_treatment h1 {
  background: linear-gradient(90deg, #e0cb86 0%, #e0cb86 70%, #FFF 100%);
}

/* こんなお悩みにおすすめ */
#onayami .list_onayami li:before {
  content: "";
  width: 25px;
  height: 15px;
  display: block;
  position: relative;
  top: 20px;
  margin-right: 5px;
  background-image: url("../../_img/_imgcommon/checkbox.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
}

#onayami .list_onayami li p {
  padding-left: 25px;
  margin-bottom: 0px;
}

/* ハイドラフェイシャルの仕組み */
.list_effect li {
  padding-top: 75px;
}

.list_effect li .circleIcon {
  top: -75px;
}

/* ポイント */
.point_no::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2.4rem;
  height: 2px;
  background: #e0cb86;
}

/* 選ばれる理由 */
#elected_reason h3 {
  position: absolute;
  padding: 10px 20px;
  top: 90px;
}

#elected_reason li:nth-child(odd) h3 {
  right: 15px;
  text-align: right;
}

#elected_reason li:nth-child(even) h3 {
  left: 15px;
  text-align: left;
}

/* 料金表 */
/* 施術詳細 の　表 */
.caution_table {
  border-collapse: separate;
  border-spacing: 10px 0;
}

.caution_table th,
.caution_table td {
  border-bottom: #e8e2b7 solid 1px;
}

.caution_table tr:nth-of-type(1) th,
.caution_table tr:nth-of-type(1) td {
  border-top: #e8e2b7 solid 1px;
}

.caution_table th {
  width: 45%;
}

/* リストスタイル */
.list_disc_cGray {
  list-style: disc;
  margin-left: 1rem;
  color: #777777;
}

/* ハイドラフェイス×医療脱毛　吹き出し */
#hydrafacial_datsumou .arrow_box {
  position: relative;
  width: 100%;
  max-width: 430px;
  height: 100%;
  background-color: #FBF9F8;
  border-bottom: 1px solid #7D644E;
  padding-bottom: 0.5rem;
  margin: 0 auto 15px;
}

#hydrafacial_datsumou .arrow_box:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #FBF9F8;
  border-right: 1px solid #7D644E;
  top: 99%;
  left: 50%;
  transform: translateX(-50%) skew(-25deg);
}

#hydrafacial_datsumou p span.icon_logo {
  position: relative;
}

#hydrafacial_datsumou p span.icon_logo:before {
  content: "";
  position: absolute;
  background: url("../../_img/_imgcommon/logo06.svg") top center no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  left: -30px;
}

/* アイコン アメリカFDA */
#hydrafacial #about .icon_fda {
  position: absolute;
  width: 28%;
  height: auto;
  bottom: -20%;
  left: 0%;
}

/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* 料金表 */
/* ----------------------------------------------------------- */
/* 明朗会計だから安心して施術していただけます */
@media screen and (min-width: 768px) {
  #price_list #monologue {
    margin-top: 50px;
    position: relative;
    height: 500px;
  }
}
#price_list #monologue .explan {
  margin-top: -40px;
  border-top-left-radius: 5rem;
  padding-left: 40px;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  #price_list #monologue .explan {
    position: absolute;
    border-top-left-radius: 5rem;
    padding-left: 60px;
    padding-top: 50px;
    top: -60px;
    left: 170px;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  #price_list #monologue .explan {
    top: -195px;
    left: 360px;
  }
}

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

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

/* 他ページへの画像付きリンク */
.link_img_box a {
  position: relative;
  text-decoration: none;
  border: 1px solid #e0cb86;
}
.link_img_box a::before {
  position: absolute;
  content: "";
  background: url(../../_img/_imgcommon/arrow_right_gold.svg) no-repeat center right;
  background-size: 100%;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
}
@media screen and (min-width: 576px) {
  .link_img_box a::before {
    right: 5px;
  }
}
.link_img_box a .link_img {
  width: 25%;
  border-right: 1px solid #e0cb86;
}
@media screen and (min-width: 576px) {
  .link_img_box a .link_img {
    width: 100px;
    height: auto;
  }
}
.link_img_box a .link_title {
  padding-left: 7px;
}
@media screen and (min-width: 576px) {
  .link_img_box a .link_title {
    padding-left: 5px;
  }
}
.link_img_box a .link_title p {
  color: #e0cb86;
  letter-spacing: 1.2;
  font-family: "Noto Serif Display", serif !important;
}

/* アコーディオン */
.price_accordion .accordion_title {
  position: relative;
  padding: 15px 30px 15px 15px;
  margin-bottom: 0;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  background-color: #e0cb86;
  height: 55px;
}
.price_accordion .accordion_title h2 {
  color: #FFFFFF;
}
.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: 55px;
  height: 55px;
  transition: all 0.3s;
  border: 1px solid #e0cb86;
}
.btn_price_accordion::before, .btn_price_accordion::after {
  content: "";
  position: absolute;
  right: calc(50% - 3px);
  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);
}

/* 大見出し */
.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 #e0cb86;
  height: 100%;
}

/* ポップアップ */
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 10px 15px;
}

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

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

.modal .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -15px;
  right: -9px;
  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;
}

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

.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

button.close:focus {
  outline: none;
  box-shadow: none;
}

/* 料金表　包括 */
@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: 20px;
}
.price_table tr:first-of-type td {
  padding-top: 20px;
}
.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: 79px;
  }
}
.price_table.price_table_3col .price_table_name {
  padding: 5px 8px;
  font-weight: normal;
}
@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%;
  color: #e0cb86;
}
.price_table.price_table_3col .price_table_time span {
  border: 1px solid #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;
}
@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;
}
.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%;
  }
}

/* ----------------------------------------------------------- */
/* メンズ医療脱毛 */
/* ----------------------------------------------------------- */
#price_datsumou_mens .box_mens.link_img_box a::before {
  background: url(../../_img/_imgcommon/arrow_right_orange.svg) no-repeat center right;
}

#price_datsumou_mens .btn_Btarrow {
  border: 1px solid #f5c099;
}
#price_datsumou_mens .btn_Btarrow::before {
  border-top: 1px solid #f5c099;
  border-right: 1px solid #f5c099;
}

#price_datsumou_mens .list_price_pagelink {
  border-top: 1px solid #f5c099;
  border-bottom: 1px solid #f5c099;
}

#price_datsumou_mens .accordion_title {
  background-color: #f5c099;
}

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

#price_datsumou_mens .price_accordion .accordion_inner.price {
  border: 1px solid #f5c099;
}

#price_datsumou_mens .link_img_box a {
  border: 1px solid #f5c099;
}
#price_datsumou_mens .link_img_box a .link_img {
  border-right: 1px solid #f5c099;
}
#price_datsumou_mens .link_img_box a .link_title p {
  color: #f5c099;
}

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

#price_datsumou_mens .price_table_wrap {
  border: 1px solid #f5c099;
}
#price_datsumou_mens .price_table_wrap tbody {
  border-bottom: 1px solid #f5c099;
}

#price_datsumou_mens .price_table_option .price_table_time {
  color: #f5c099;
}
#price_datsumou_mens .price_table_option .price_table_time span {
  border: 1px solid #f5c099;
}

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

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

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

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

#price_datsumou_mens .price_table_title {
  background-color: #f5c099;
}
#price_datsumou_mens .price_table_time {
  color: #f5c099;
}

#price_datsumou_mens .price_table_wrap {
  border: 1px solid #f5c099;
}
#price_datsumou_mens .price_table_wrap tbody {
  border-bottom: 1px solid #f5c099;
}
#price_datsumou_mens .price_table_wrap tbody:last-child {
  border-bottom: none;
}

#price_datsumou_mens .price_table_option .price_table_time {
  color: #f5c099;
}
#price_datsumou_mens .price_table_option .price_table_time span {
  border: 1px solid #f5c099;
}

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

#price_datsumou_mens .select5 {
  color: #f5c099;
}

/* ----------------------------------------------------------- */
/* ニードル脱毛（医療針脱毛） */
/* ----------------------------------------------------------- */
#price_needle .link_img_box a::before {
  background: url(../../_img/_imgcommon/arrow_right_pink.svg) no-repeat center right;
}

#price_needle .btn_Btarrow {
  border: 1px solid #dbc3b6;
}
#price_needle .btn_Btarrow::before {
  border-top: 1px solid #dbc3b6;
  border-right: 1px solid #dbc3b6;
}

#price_needle .accordion_title {
  background-color: #dbc3b6;
}

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

#price_needle .price_accordion .accordion_inner.price {
  border: 1px solid #dbc3b6;
}

#price_needle .link_img_box a {
  border: 1px solid #dbc3b6;
}
#price_needle .link_img_box a .link_img {
  border-right: 1px solid #dbc3b6;
}
#price_needle .link_img_box a .link_title p {
  color: #dbc3b6;
}

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

#price_needle .price_table_wrap {
  border: 1px solid #dbc3b6;
}
#price_needle .price_table_wrap tbody {
  border-bottom: 1px solid #dbc3b6;
}

#price_needle .price_table_option .price_table_time {
  color: #dbc3b6;
}
#price_needle .price_table_option .price_table_time span {
  border: 1px solid #dbc3b6;
}

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

#price_needle .price_table_wrap {
  border: 1px solid #dbc3b6;
}
#price_needle .price_table_wrap tbody {
  border-bottom: 1px solid #dbc3b6;
}
#price_needle .price_table_wrap tbody:last-child {
  border-bottom: none;
}

#price_needle .price_table_option .price_table_time {
  color: #dbc3b6;
}
#price_needle .price_table_option .price_table_time span {
  border: 1px solid #dbc3b6;
}

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

@media screen and (min-width: 992px) {
  #price_needle #needle_vio .price_table_2col .price_table_yen {
    width: 8%;
  }
}

/* ----------------------------------------------------------- */
/* 美肌治療 */
/* ----------------------------------------------------------- */
#price_bihada .link_img_box a::before {
  background: url(../../_img/_imgcommon/arrow_right_green.svg) no-repeat center right;
}

#price_bihada .btn_Btarrow {
  border: 1px solid #c0e2c4;
}
#price_bihada .btn_Btarrow::before {
  border-top: 1px solid #c0e2c4;
  border-right: 1px solid #c0e2c4;
}

#price_bihada .list_price_pagelink {
  border-top: 1px solid #c0e2c4;
  border-bottom: 1px solid #c0e2c4;
}

#price_bihada .accordion_title {
  background-color: #c0e2c4;
}

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

#price_bihada .price_accordion .accordion_inner.price {
  border: 1px solid #c0e2c4;
}

#price_bihada .link_img_box a {
  border: 1px solid #c0e2c4;
}
#price_bihada .link_img_box a .link_img {
  border-right: 1px solid #c0e2c4;
}
#price_bihada .link_img_box a .link_title p {
  color: #c0e2c4;
}

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

#price_bihada .price_table_wrap {
  border: 1px solid #c0e2c4;
}
#price_bihada .price_table_wrap tbody {
  border-bottom: 1px solid #c0e2c4;
}

#price_bihada .price_table_option .price_table_time {
  color: #c0e2c4;
}
#price_bihada .price_table_option .price_table_time span {
  border: 1px solid #c0e2c4;
}

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

#price_bihada .price_table_wrap {
  border: 1px solid #c0e2c4;
}
#price_bihada .price_table_wrap tbody {
  border-bottom: 1px solid #c0e2c4;
}
#price_bihada .price_table_wrap tbody:last-child {
  border-bottom: none;
}

#price_bihada .price_table_option .price_table_time {
  color: #c0e2c4;
}
#price_bihada .price_table_option .price_table_time span {
  border: 1px solid #c0e2c4;
}

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

/* ----------------------------------------------------------- */
/* ニードル脱毛20%OFF */
/* ----------------------------------------------------------- */
#needle_off .needle_off_box {
  border: 1px solid #e0cb86;
}
#needle_off .needle_off_line {
  border-bottom: 1px solid #e0cb86;
}
#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: #e0cb86;
}
#needle_off .fukidashi::before {
  transform: rotate(-30deg);
  left: calc(50% - 110px);
}
#needle_off .fukidashi::after {
  transform: rotate(30deg);
  right: calc(50% - 110px);
}

#price_datsumou_mens #needle_off .needle_off_box {
  border: 1px solid var(--mensColor);
}
#price_datsumou_mens #needle_off .needle_off_line {
  border-bottom: 1px solid var(--mensColor);
}
#price_datsumou_mens #needle_off .fukidashi::before, #price_datsumou_mens #needle_off .fukidashi::after {
  background: var(--mensColor);
}

#price_needle #needle_off .needle_off_box {
  border: 1px solid #dbc3b6;
}
#price_needle #needle_off .needle_off_line {
  border-bottom: 1px solid #dbc3b6;
}
#price_needle #needle_off .fukidashi::before, #price_needle #needle_off .fukidashi::after {
  background: #dbc3b6;
}

/* /////////////////////////////////////////////////////////// */
/* 576px以上 */
/* /////////////////////////////////////////////////////////// */
@media (min-width: 576px) {
  /* ----------------------------------------------------------- */
  /* ページ内リンク */
  /* ----------------------------------------------------------- */
  /*3カラム*/
  .pagelink.column3 a {
    height: 200px;
  }
  .pagelink li a p {
    /*top: 67px;*/
  }
  .pagelink li:nth-last-child(2) a p {
    top: 50px;
  }
  /*2カラム*/
  .pagelink.column2 a {
    height: 320px;
  }
  /* 料金 */
  #price_list .pagelink li a p {
    top: 40px;
  }
  #price_list .pagelink li:nth-child(3) a p,
  #price_list .pagelink li:nth-child(4) a p {
    top: 55px;
  }
  /* 施術の流れ */
  /* ----------------------------------------------------------- */
  /* 医療脱毛に特化している理由 */
  /* ----------------------------------------------------------- */
  /*当院の3つの取り組み*/
  .attempt_box .circle {
    width: 150px;
    height: 150px;
  }
  .attempt_box .circle span {
    width: 150px;
    font-size: 1.25rem;
    line-height: 1.5rem !important;
  }
  /* ----------------------------------------------------------- */
  /* 脱毛機について */
  /* ----------------------------------------------------------- */
  #lightsheer_quattro h4.h5,
  #lightsheer_quattro h5.h5,
  #gentlemax_proplus h4.h5,
  #gentlemax_proplus h5.h5,
  #chikunetsushiki h4.h5,
  #chikunetsushiki h5.h5 {
    font-size: 1.5rem;
  }
  /* 3種類の脱毛機の比較 */
  #comparison table {
    width: 100%;
    max-width: 800px;
  }
  /* ----------------------------------------------------------- */
  /* 知って得する脱毛の前知識 */
  /* ----------------------------------------------------------- */
  /* Question */
  #knowledge .ct_knowledge dt {
    border: #e0cb86 2px solid;
  }
  #knowledge .ct_knowledge dt::after {
    content: "";
    position: absolute;
    background: url("../../_img/knowledge/tittle_Q.svg") top left no-repeat;
    background-size: 100%;
    width: 240px;
    height: 110px;
    left: -5%;
    bottom: calc(100% - 20px);
  }
  /*  画像 */
  #knowledge .ct_knowledge dd .img_knowledge_01,
  #knowledge .ct_knowledge dd .img_knowledge_02,
  #knowledge .ct_knowledge dd .img_knowledge_03,
  #knowledge .ct_knowledge dd .img_knowledge_06 {
    height: 390px;
  }
  /* ----------------------------------------------------------- */
  /* 料金 */
  /* ----------------------------------------------------------- */
  /* お得なプランの期間限定アイコン */
  /*#plan_special .special_long .icon_limited {
  	position: absolute;
  	top: -2%;
  	left: 78%;}
  #plan_special .special_long .icon_limited .circle {
  	width: 85px;
  	height: 85px;
  }
  #plan_special .special_long .icon_limited .circle p {
  	top: 52%;
  	font-size: 22px;
  	line-height: 1.6rem!important;
  }
  #plan_special .special_long .icon_limited .circle p span {
  	font-size: 34px;
  }*/
  /* ----------------------------------------------------------- */
  /* 採用 */
  /* ----------------------------------------------------------- */
  #recruit #information .pagelink li:nth-child(1) a p {
    top: 60px;
  }
  #recruit #information .pagelink li:nth-child(2) a p {
    top: 50px;
  }
  /* ----------------------------------------------------------- */
  /* 施術の流れ */
  /* ----------------------------------------------------------- */
  /* ----------------------------------------------------------- */
  /* 未成年者の方へ */
  /* ----------------------------------------------------------- */
  /*注意点*/
  /* ----------------------------------------------------------- */
  /* メンズ脱毛 */
  /* ----------------------------------------------------------- */
  /* 以下の料金はいただいておりません */
  /* ----------------------------------------------------------- */
  /* ニードル脱毛 */
  /* ----------------------------------------------------------- */
  .onayami_bg:before {
    content: "";
    position: absolute;
    bottom: 50px;
    right: 0px;
    width: 50%;
    height: 60%;
    background-color: #FBF8EE;
  }
  #needle .page_link p {
    font-size: 16px;
  }
  #needle .page_link .needle_difference {
    line-height: 1.8rem !important;
  }
  /* ----------------------------------------------------------- */
}
/* /////////////////////////////////////////////////////////// */
/* 768px以上 */
/* /////////////////////////////////////////////////////////// */
@media (min-width: 768px) {
  /* ----------------------------------------------------------- */
  /* ページ内リンク */
  /* ----------------------------------------------------------- */
  /* 料金 */
  #price_list .pagelink li:first-child,
  #price_list .pagelink li:nth-child(2) {
    border-bottom: none;
  }
  #price_list .pagelink li:first-child,
  #price_list .pagelink li:nth-child(2),
  #price_list .pagelink li:nth-child(3) {
    border-right: #ffffff 1px solid;
  }
  /* 施術の流れ */
  /* ----------------------------------------------------------- */
  /* 医療脱毛に特化している理由 */
  /* ----------------------------------------------------------- */
  #reason #monologue {
    margin-top: 50px;
    position: relative;
  }
  #reason #monologue .explan {
    position: absolute;
    border-top-left-radius: 5rem;
    padding-left: 60px;
    padding-top: 50px;
    top: -60px;
    left: 170px;
    right: 0;
    margin: 0 auto;
  }
  #reason #skin {
    margin-top: 270px;
  }
  /*4つの理由*/
  #attempt .attempt_box {
    max-width: 720px;
    margin: 0 auto;
  }
  #attempt .feature {
    font-size: 1.5rem;
  }
  /* 理由01～04アイコン */
  .circleIcon {
    top: 14px;
    left: -35px;
  }
  .circleIcon2 {
    top: 14px;
    right: -35px;
  }
  /* ----------------------------------------------------------- */
  /* 脱毛機について */
  /* ----------------------------------------------------------- */
  #machine #monologue {
    margin-top: 50px;
    position: relative;
  }
  #machine #monologue .explan {
    position: absolute;
    border-top-left-radius: 5rem;
    padding-left: 60px;
    padding-top: 50px;
    top: -60px;
    left: 170px;
    right: 0;
    margin: 0 auto;
  }
  #machine #skin {
    margin-top: 270px;
  }
  .bg_cWhiteLYellow {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 65%, #FFFBED 65%, #FFFBED 100%);
    padding-top: 70px;
    margin-bottom: 80px !important;
  }
  .bg_cWhiteLYellow ul li:nth-child(2) img {
    padding-top: 100px !important;
  }
  /* ----------------------------------------------------------- */
  /* 知って得する脱毛の前知識 */
  /* ----------------------------------------------------------- */
  /*脱毛前に知っておきたいこと*/
  #knowledge #monologue {
    margin-top: 50px;
    position: relative;
    height: 500px;
  }
  #knowledge #monologue .explan {
    position: absolute;
    border-top-left-radius: 5rem;
    padding-left: 60px;
    padding-top: 50px;
    top: -60px;
    left: 170px;
    right: 0;
    margin: 0 auto;
  }
  /* Question */
  #knowledge .ct_knowledge dt {
    border: #e0cb86 2px solid;
    z-index: 2;
  }
  #knowledge .ct_knowledge dt::after {
    content: "";
    position: absolute;
    background: url("../../_img/knowledge/tittle_Q.svg") top left no-repeat;
    background-size: 100%;
    width: 240px;
    height: 110px;
    left: -5%;
    bottom: calc(100% - 20px);
  }
  /* Answer */
  #knowledge .ct_knowledge dd {
    border: #e0cb86 2px solid;
    margin-top: -30px;
  }
  #knowledge .ct_knowledge dd .img_knowledge {
    margin-top: 30px;
  }
  #knowledge .ct_knowledge dd .answer p {
    width: 120%;
  }
  /*  画像 */
  #knowledge .ct_knowledge dd .img_knowledge_01,
  #knowledge .ct_knowledge dd .img_knowledge_02,
  #knowledge .ct_knowledge dd .img_knowledge_03,
  #knowledge .ct_knowledge dd .img_knowledge_04,
  #knowledge .ct_knowledge dd .img_knowledge_05,
  #knowledge .ct_knowledge dd .img_knowledge_06 {
    background-size: 100%;
    height: 270px;
  }
  #knowledge .ct_knowledge dd .img_knowledge_01,
  #knowledge .ct_knowledge dd .img_knowledge_03,
  #knowledge .ct_knowledge dd .img_knowledge_06 {
    margin-top: 30px;
  }
  /* ----------------------------------------------------------- */
  /* 採用 */
  /* ----------------------------------------------------------- */
  /*モノローグ*/
  #recruit #monologue {
    margin-top: 50px;
    position: relative;
    height: 600px;
  }
  #recruit #monologue .explan {
    position: absolute;
    border-top-left-radius: 5rem;
    padding-left: 60px;
    padding-top: 50px;
    top: -60px;
    left: 170px;
    right: 0;
    margin: 0 auto;
  }
  /* エントリーの流れ */
  #recruit #entry li {
    margin-bottom: 80px !important;
  }
  #recruit #entry li::before {
    bottom: -45px;
    width: 20px;
    height: 20px;
    border-top: 4px solid #e0cb86;
    border-right: 4px solid #e0cb86;
  }
  /* 募集要項のロゴ */
  #recruit #information .logo04 {
    width: 350px !important;
    margin: 10px 0;
  }
  #recruit #nurse,
  #recruit #counselor {
    margin-top: 50px;
    position: relative;
  }
  /* ----------------------------------------------------------- */
  /* よくあるご質問 */
  /* ----------------------------------------------------------- */
  #faq .ct_faq .h6 {
    font-size: 1.1rem;
  }
  /* ----------------------------------------------------------- */
  /* アクセス */
  /* ----------------------------------------------------------- */
  /* 診察時間 */
  #clinic_list #eyecatch {
    height: 200px;
    padding-top: 50px;
  }
  #clinic_list .eyecatch_bg {
    height: 200px;
  }
  /* ----------------------------------------------------------- */
  /* 施術の流れ */
  /* ----------------------------------------------------------- */
  /*#flow #monologue {
      margin-top: 50px;
      position: relative;
  }
  #flow #monologue .explan {
      position: absolute;
      border-top-left-radius: 5rem;
      padding-left: 60px;
      padding-top: 50px;
      top: -60px;
      left: 170px;
      right: 0;
      margin: 0 auto;
  }*/
  /*#eyecatch #eyecatch_title::after {
  width: calc(720px + 100vw / 12);
  left: calc(-720px / 2);
  }*/
  /* ----------------------------------------------------------- */
  /* 未成年者の方へ */
  /* ----------------------------------------------------------- */
  /*親権者の同意書が必要です*/
  /* ----------------------------------------------------------- */
  /* メンズ脱毛 */
  /* ----------------------------------------------------------- */
  /*明朗会計だから安心して施術していただけます*/
  /* --料金ごとの間隔----- */
  /* --全身--- */
  /* 偶数 */
  /* --部位・麻酔--- */
  /* 偶数 */
  /* 奇数 */
  /* --割引--- */
  /* 奇数 */
  /* --横並びの時に背景の高さを合わせる--- */
  /* ----------------------------------------------------------- */
  /* ニードル脱毛 */
  /* ----------------------------------------------------------- */
  #needle #monologue {
    margin-top: 50px;
    position: relative;
  }
  #needle #monologue .explan {
    position: absolute;
    border-top-left-radius: 5rem;
    padding-left: 60px;
    padding-top: 50px;
    top: -60px;
    left: 170px;
    right: 0;
    margin: 0 auto;
  }
  .about_title {
    margin-top: 200px;
  }
  #needle .ct_laser .discription .answer p {
    width: 170%;
  }
  #needle #plan_part li:nth-child(odd), #price_list #plan_anesthesia li:nth-child(odd) {
    padding-right: 0.5rem !important;
  }
  #needle #plan_part li:nth-child(even), #price_list #plan_anesthesia li:nth-child(even) {
    padding-left: 0.5rem !important;
  }
  #needle .page_link {
    margin-top: 100px;
  }
  #needle .page_link p {
    font-size: 16px;
  }
  /* ----------------------------------------------------------- */
  /* 施術ページ 共通部分 */
  /* ----------------------------------------------------------- */
  /* 選ばれる理由 */
  #elected_reason li h3 {
    top: 150px;
  }
  #elected_reason li:nth-child(odd) h3 {
    right: 50px;
  }
  #elected_reason li:nth-child(even) h3 {
    left: 50px;
  }
  /* 施術詳細 の　表 */
  .caution_table th {
    width: 30%;
  }
  /* アイコン アメリカFDA */
  #hydrafacial #about .icon_fda {
    bottom: 60%;
  }
  /* ----------------------------------------------------------- */
}
/* /////////////////////////////////////////////////////////// */
/* 992px以上 */
/* /////////////////////////////////////////////////////////// */
@media (min-width: 992px) {
  /* ----------------------------------------------------------- */
  /* ページ内リンク */
  /* ----------------------------------------------------------- */
  /* 施術の流れ */
  /* ----------------------------------------------------------- */
  /* 医療脱毛に特化している理由 */
  /* ----------------------------------------------------------- */
  #reason #monologue .explan {
    top: -195px;
    left: 360px;
  }
  /*4つの理由*/
  #attempt .attempt_box {
    max-width: 960px;
    margin: 0 auto;
  }
  /* 理由01～04アイコン */
  .circleIcon {
    left: -45px;
    top: 25px;
    width: 120px;
  }
  .circleIcon2 .circleIcon3 .circleIcon4 {
    right: -45px;
    top: 25px;
    width: 120px;
  }
  .circleIcon .circle_box,
  .circleIcon2 .circle_box,
  .circleIcon3 .circle_box,
  .circleIcon4 .circle_box {
    width: 120px;
    height: 120px;
  }
  .circleIcon .circleP,
  .circleIcon2 .circleP,
  .circleIcon3 .circleP,
  .circleIcon4 .circleP {
    width: 120px;
    height: 60px;
    border-radius: 120px 120px 0 0;
  }
  .circleIcon .circleC {
    width: 60px;
    height: 120px;
    right: 60px;
    border-right: none;
    border-radius: 120px 0 0 120px;
  }
  .circleIcon2 .circleC {
    width: 60px;
    height: 120px;
    left: 60px;
    border-left: none;
    border-radius: 0 120px 120px 0;
  }
  .circleIcon3 .circleC {
    width: 60px;
    height: 120px;
    right: 60px;
    border-right: none;
    border-radius: 120px 0 0 120px;
  }
  .circleIcon4 .circleC {
    width: 60px;
    height: 120px;
    left: 60px;
    border-left: none;
    border-radius: 0 120px 120px 0;
  }
  /*当院の3つの取り組み*/
  .torikumi {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
  /* ----------------------------------------------------------- */
  /* 脱毛機について */
  /* ----------------------------------------------------------- */
  #machine #monologue .explan {
    top: -195px;
    left: 360px;
  }
  #machine #skin {
    margin-top: 100px;
  }
  .bg_cWhiteLYellow {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 65%, #FFFBED 65%, #FFFBED 100%);
    padding-top: 70px;
    margin-bottom: 80px !important;
  }
  .bg_cWhiteLYellow .justify-content-between {
    justify-content: space-around !important;
  }
  /*ポイント*/
  #lightsheer_quattro table td.h6,
  #gentlemax_proplus table td.h6,
  #chikunetsushiki table td.h6 {
    font-size: 1.25rem;
  }
  /*画像位置調整*/
  .machine01_img01 {
    margin-top: 170px !important;
  }
  /* ----------------------------------------------------------- */
  /* 知って得する脱毛の前知識 */
  /* ----------------------------------------------------------- */
  /*脱毛前に知っておきたいこと*/
  #knowledge #monologue .explan {
    top: -195px;
    left: 360px;
  }
  /*  画像 */
  #knowledge .ct_knowledge dd .img_knowledge_01,
  #knowledge .ct_knowledge dd .img_knowledge_02,
  #knowledge .ct_knowledge dd .img_knowledge_03,
  #knowledge .ct_knowledge dd .img_knowledge_04,
  #knowledge .ct_knowledge dd .img_knowledge_05,
  #knowledge .ct_knowledge dd .img_knowledge_06 {
    height: 330px;
  }
  /* ----------------------------------------------------------- */
  /* 採用 */
  /* ----------------------------------------------------------- */
  /*　モノローグ　*/
  #recruit #monologue .explan {
    top: -195px;
    left: 360px;
  }
  /* 働く環境 */
  #recruit #work li:nth-child(odd) {
    margin-bottom: 100px !important;
  }
  #recruit #work li:nth-child(even) {
    margin-top: 80px;
  }
  #recruit #work li#point05 {
    margin-left: 36px !important;
  }
  #recruit #work .img_lounge {
    position: absolute;
    width: 440px;
    height: auto;
    bottom: 110px;
    left: 0;
    right: -530px;
    margin: 0 auto;
  }
  /* エントリーの流れ */
  #recruit #entry li {
    margin-bottom: 120px !important;
  }
  #recruit #entry li::before {
    bottom: -60px;
  }
  /* ----------------------------------------------------------- */
  /* 施術の流れ */
  /* ----------------------------------------------------------- */
  /*#flow #monologue .explan {
      top: -110px;
      left: 240px;
  }*/
  /* ----------------------------------------------------------- */
  /* 未成年者の方へ */
  /* ----------------------------------------------------------- */
  /*小学生高学年から脱毛をしていただけます*/
  /*親権者の同意書が必要です*/
  #minors #douisyo {
    background-color: #F9F7ED;
  }
  #minors #douisyo ul li img.w-75,
  #minors #douisyo ul li img.w-25 {
    width: 60% !important;
  }
  #minors #douisyo ul li img.icon_minors_01 {
    width: 25% !important;
  }
  #minors #douisyo ul li div.row {
    margin: 0;
  }
  /* ----------------------------------------------------------- */
  /* メンズ脱毛 */
  /* ----------------------------------------------------------- */
  /*明朗会計だから安心して施術していただけます*/
  /* プレオープン特別キャンペーン価格 */
  /* 期間限定アイコン */
  /* ----------------------------------------------------------- */
  /* ニードル脱毛 */
  /* ----------------------------------------------------------- */
  .about_title {
    margin-top: 50px;
  }
  #needle #monologue .explan {
    top: -195px;
    left: 360px;
  }
  #needle .about_yoko {
    display: flex;
  }
  #needle .bg_cWhiteLYellow_other {
    background: #fff;
    padding-top: 80px;
  }
  .circleIcon3 {
    position: absolute;
    top: -100px;
    width: 100px;
    z-index: 5;
  }
  .circleIcon4 {
    position: absolute;
    top: -100px;
    right: 0px;
    width: 100px;
    z-index: 5;
  }
  #needle .ft_times {
    font-size: 1.8rem;
  }
  #needle .ft_price .h2 {
    font-size: 2.6rem;
  }
  #needle .page_link {
    margin-top: 0;
  }
  /* ----------------------------------------------------------- */
  /* 施術ページ 共通部分 */
  /* ----------------------------------------------------------- */
  /* 選ばれる理由 */
  #elected_reason li h3,
  #elected_reason li:nth-child(odd) h3,
  #elected_reason li:nth-child(even) h3 {
    width: 200px;
    font-size: 18px;
    top: 85px;
    text-align: left;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  /* ----------------------------------------------------------- */
}
/* /////////////////////////////////////////////////////////// */
/* 1200px以上 */
/* /////////////////////////////////////////////////////////// */
@media (min-width: 1200px) {
  /* ----------------------------------------------------------- */
  /* 知って得する脱毛の前知識 */
  /* ----------------------------------------------------------- */
  /*  画像 */
  #knowledge .ct_knowledge dd .img_knowledge_01,
  #knowledge .ct_knowledge dd .img_knowledge_02,
  #knowledge .ct_knowledge dd .img_knowledge_03,
  #knowledge .ct_knowledge dd .img_knowledge_04,
  #knowledge .ct_knowledge dd .img_knowledge_05,
  #knowledge .ct_knowledge dd .img_knowledge_06 {
    height: 390px;
  }
  /* ----------------------------------------------------------- */
  /* 脱毛機について */
  /* ----------------------------------------------------------- */
  /*メリット*/
  #merit01 .h6,
  #merit03 .h6,
  #merit04 .h6 {
    font-size: 1.25rem;
  }
  /*画像位置調整*/
  .machine01_img01 {
    margin-top: 140px !important;
  }
  /* ----------------------------------------------------------- */
  /* 採用 */
  /* ----------------------------------------------------------- */
  /* 働く環境 */
  #recruit #work li#point05 {
    margin-left: 42px !important;
  }
  #recruit #work .img_lounge {
    width: 500px;
    bottom: 90px;
    left: 0;
    right: -620px;
  }
  /* ----------------------------------------------------------- */
  /* 施術の流れ */
  /* ----------------------------------------------------------- */
  /* ハイドラフェイシャル */
  /* ----------------------------------------------------------- */
  /* 料金表 */
  /* ----------------------------------------------------------- */
  /* お得なプランの期間限定アイコン PC用デザイン */
  /*#plan_special .special_long .icon_limited .circle {
  	width: 130px;
  	height: 130px;
  }
  #plan_special .special_long .icon_limited .circle p {
  	top: 54%;
  	font-size: 36px;
  	line-height: 2.4rem!important;
  }
  #plan_special .special_long .icon_limited .circle p span {
  	font-size: 50px;
  }*/
  /* ----------------------------------------------------------- */
  /* 未成年者の方へ */
  /* ----------------------------------------------------------- */
  /*同意書ダウンロード*/
  #minors #download h3 {
    border-top: 0;
  }
  #minors .img_minors_mihon {
    max-width: 600px;
  }
  /* ----------------------------------------------------------- */
  /* メンズ脱毛 */
  /* ----------------------------------------------------------- */
  /* ----------------------------------------------------------- */
  /* 施術ページ 共通部分 */
  /* ----------------------------------------------------------- */
  /* 選ばれる理由 */
  #elected_reason li h3,
  #elected_reason li:nth-child(odd) h3,
  #elected_reason li:nth-child(even) h3 {
    width: 220px;
    top: 115px;
    right: -65px;
  }
  /* ----------------------------------------------------------- */
}/*# sourceMappingURL=layout.css.map */