@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
a {
  color: #000;
  text-decoration: none;
}
*,
::after,
::before,
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
}
p {
  font-size: 18px;
}
li {
  list-style: none;
}
img,
picture {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.allwrap {
  overflow: hidden;
  background: #ffecf2;
}
.contents_wrap {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .contents_wrap {
    max-width: 100%;
    margin: 0 auto;
  }
}
/* PC / SP
------------------------- */
.sp { display: none;}
@media screen and (max-width: 500px) {
  .pc { display: none;}
  .sp { display: block;}
}
/* 共通
------------------------- */
.content--item {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: auto;
}
.small { font-size: 80%;}
@media screen and (max-width: 500px) {
  .content--item {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
}
/* ボタン
------------------------- */
@media screen and (min-width: 500px) {
  a img:hover,
  .content--item-menu .price-wrap {
    opacity: 0.8;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .btn-n img:hover {
    transform: translate(0px, -5px);
  }
}
.btn-n {
  margin: 0 auto;
  width: calc(738/750*100%);
  white-space: nowrap;
}


/* ヘッダー
------------------------- */
header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
  width: 100%;
  background: #ffecf2;
  white-space: nowrap;
  transition: 0.5s;
}
.header-btn {
  position: initial !important;
  transform: initial !important;
  width: 100%;
  text-align: center;
  white-space: initial !important;
}
@media screen and (max-width: 500px) {
  header {
    width: 100%;
  }
}
/*footerまでスクロールしたら消す*/
.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.float-btnarea {
  background: linear-gradient(180deg, #f7ebeb, #fff);
  padding: 1.2% 0 3.274%;
}
.float-btn {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin: auto;
}
.float-btn a:first-of-type {
  width: calc(430/750*100%);
}
.float-btn a:nth-of-type(2) {
  width: calc(250/750*100%);
}
/* fv
------------------------- */
.fv {
  margin-top: 110px;
}
.fv_cv {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 1.5%;
  width: calc(746/750*100%);
}
.fv .btn-n {
  position: absolute;
  width: calc(738/750*100%);
  bottom: 8%;
}
@media screen and (max-width: 500px) {
  .fv { margin-top: 103px;}
}
@media screen and (max-width: 395px) {
  .fv { margin-top: 97px;}
}
@media screen and (max-width: 376px) {
  .fv { margin-top: 92px;}
}
@media screen and (max-width: 362px) {
  .fv { margin-top: 87px;}
}
/* ABOUT
------------------------- */
.mn02 .content--item {
  padding-bottom: calc(50/750*100%);
  background-image: url("../img/about_bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e2e9f5;
}
.mn02 p:first-of-type {
  padding-top: calc(44/750*100%);
}
.mn02 h3 {
  padding-top: calc(6/750*100%);
  width: calc(573/750*100%);
  margin: 0 auto;
}
.mn02 p:nth-of-type(2) {
  padding-top: calc(50/750*100%);
}
/* REASON
------------------------- */
.mn03 .content--item {
  padding-bottom: calc(40/750*100%);
  background-image: url("../img/reason_bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e2dae2;
}
.mn03 p {
  margin-top: -4%;
}
.mn03 p:first-of-type {
  margin-top: -19%;
}
/* NAYAMI
------------------------- */
.mn04 .content--item {
  background-color: #eaeaea;
}
/* RECOMMEND
------------------------- */
.mn05 .content--item {
  background-color: #e2d9f6;
}
/* RESULTS
------------------------- */
.mn06 .content--item {
  background-color: #f3ecf5;
}
.mn06 .inner {
  background-image: url("../img/results_bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f3ecf5;
  padding-bottom: calc(80/750*100%);
}
.mn06 .inner p {
  margin: 0 auto;
  width: calc(672/750*100%);
}
.mn06 .inner p:nth-of-type(2) {
  padding-top: calc(60/750*100%);
}
/* PARTS
------------------------- */
.mn07 .content--item {
  background-color: #dce5e8;
}
.mn07 .inner {
  position: relative;
}
.mn07 .notes {
  width: calc(628/750*100%);
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 21.2%;
}
.mn07 .btn-n {
  position: absolute;
  bottom: 2.5%;
}
/*----- swiper -----*/
.swiper_wrap {
  position: absolute;
  margin: 0 auto;
  bottom: 29.3%;
  left: 0;
  right: 0;
  width: calc(630/750*100%);
}
.swiper_box {
  position: relative;
  width: 100%;
  padding-top: calc(668/750*100%);
}
.swiper-button-prev,
.swiper-button-next {
  height: 80px;
  width: 25.6px;
  top: 81.5%;
}
.swiper-button-prev {
  left: -4%;
}
.swiper-button-next {
  right: -4%;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 90px;
  width: 29px;
  margin: auto;
}
.swiper-button-prev:after {
  background-image: url("../img/parts_swiper_arrow_prev.webp");
}
.swiper-button-next:after {
  background-image: url("../img/parts_swiper_arrow_next.webp");
}
.swiper-pagination {
  top: 0 !important;
}
.swiper-pagination-bullet {
  position: absolute;
  width: calc(150/630*100%);
  height: 36px;
  margin: 0!important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border-radius: unset;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  filter: brightness(1.12);
}
.swiper-pagination-bullet:nth-of-type(1) {
  background-image: url("../img/parts_swiper-page_miken.webp");
  top: 17.5%;
  left: 0;
}
.swiper-pagination-bullet:nth-of-type(2) {
  background-image: url("../img/parts_swiper-page_bikon.webp");
  top: 33.4%;
  left: 0;
}
/*----- 仮配置ページネーション -----*/
.mn07 .kari li {
  width: calc(150/750*100%);
  position: absolute;
}
.mn07 .kari li:first-of-type {
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
}
.mn07 .kari li:nth-of-type(2) {
  top: 12.2%;
  right: 6%;
}
.mn07 .kari li:nth-of-type(3) {
  top: 23.4%;
  right: 6%;
}
.mn07 .kari li:nth-of-type(4) {
  margin: 0 auto;
  top: 36%;
  left: 0;
  right: 0;
}
/* POINT
------------------------- */
.mn08 .content--item {
  padding-top: calc(100/750*100%);
  padding-bottom: calc(50/750*100%);
  background-image: url("../img/point_bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e2dae2;
  background-color: #f3f6fc;
}
.mn08 h2 {
  width: calc(620/750*100%);
  margin: 0 auto;
}
.mn08 p {
  margin-top: -8%;
}
.mn08 p:first-of-type {
  margin-top: 5%;
}
.mn08 .cv_btn {
  margin-top: -2%;
}


/*--------------------------------------------------
以下既存CSS
-------------------------------------------------- */


/* 施術までの流れ
------------------------- */
.flow-content {
  padding-bottom: 40px;
  background-image: linear-gradient(
      180deg,
      rgba(237, 218, 223, 1) 9%,
      rgba(255, 255, 255, 0)
    ),
    linear-gradient(172deg, rgba(205, 237, 224, 1), rgba(255, 255, 255, 0)),
    linear-gradient(16deg, rgba(221, 184, 230, 1) 16%, rgba(255, 255, 255, 0)),
    linear-gradient(297deg, rgba(171, 230, 224, 1) 16%, rgba(255, 255, 255, 0));
}
.mn10 .flow-item {
  margin: 0 14px;
  padding: 0 25px 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.flow-list {
  margin-top: 15px;
}
.flow-text {
  padding: 10px 0 0;
  padding-left: 25px;
  color: #4c4747;
  font-weight: 500;
  font-size: 14px;
  text-align: justify;
}
.flow-title {
  display: block;
  margin: 0 auto;
  padding: 20px 0 0;
  width: 55%;
  color: #4c4747;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
  text-align: center;
}
@media screen and (max-width: 350px) {
  .flow-title {
    width: 70%;
  }
}
.mn10 .strong {
  color: #c84674;
  font-weight: 500;
  font-size: 24px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
}
.mn10 .border-dashed {
  padding: 1px;
  background-image: linear-gradient(90deg, #b39ea5, #b39ea5 3px, transparent 0);
  background-size: 6px 1px;
  background-position: 0 100%;
  background-repeat: repeat-x;
  content: "";
}
.mn10 .text-strong {
  color: #c84674;
  font-weight: 500;
}
/* アコーディオン
------------------------- */
.accordion {
  position: relative;
  width: 100%;
  max-width: 93%;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
}
.accordion-title {
  padding: 15px 20px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.accordion-content {
  display: none;
  padding: 20px;
}
.accordion-content p {
  font-size: 14px;
  line-height: 1.5;
}
.accordion-item {
  margin-bottom: 1px;
}
/* タイトルの背景色 */
.accordion-item .accordion-title {
  background-color: #cb648d;
  font-weight: 600;
  font-size: 15px;
}
/* コンテンツボックスの枠線 */
.accordion-item .accordion-content {
  border-bottom: 2px solid #cb648d;
  border-left: 2px solid #cb648d;
  border-right: 2px solid #cb648d;
  background: #fff;
}
/* 矢印 */
.accordion-title {
  position: relative;
}
.accordion-title::after {
  display: block;
  position: absolute;
  top: 38%;
  right: 25px;
  transform: rotate(135deg);
  width: 8px;
  height: 8px;
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  content: "";
}
@media screen and (max-width: 376px) {
  .accordion-title::after {
    right: 17px;
  }
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
/* よくある質問（アコーディオン）
------------------------- */
.mn11 .content--item .btn-n {
  position: initial;
}
.mn11 .content--item .btn-n img {
  margin-top: 4%;
}
@media screen and (max-width: 500px) {
  .mn11 .content--item .btn-n {
    bottom: -106px;
  }
}
.mn11 .title {
  padding-top: 80px;
  height: 8px;
}
.mn11 {
  font-family: "Noto Sans JP", sans-serif;
}
.mn11 .content--item {
  background: url(../img/bty11-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
/* footer-ctaエリア */
.mn12 .content--item {
  background: #fff;
  text-align: center;
}
.mn12 .content--item .btn-n {
  position: initial !important;
}
.mn12 .title {
  padding-top: 40px;
  text-align: center;
}
.mn12 .title h2 img {
  width: 380px;
  padding-bottom: 20px;
}
@media screen and (max-width: 376px) {
  .mn12 .title h2 img {
    width: 347px;
  }
}
@media screen and (max-width: 350px) {
  .mn12 .title h2 img {
    width: 300px;
  }
}
.mn12 .btn-n img {
  width: 93%;
  margin-bottom: 10px;
}
/* クリニック一覧（アコーディオン）
------------------------- */
/* クリニック一覧（美容） */
.mn13 .accordion02 {
  position: relative;
  width: 100%;
  max-width: 93%;
  margin-top: 8px;
  margin-right: auto;
  padding-bottom: 30px;
  margin-left: auto;
}
.mn13 .title {
  padding-top: 40px;
  text-align: center;
}
.mn13 .title p {
  padding-bottom: 20px;
  color: #ff1414;
  font-size: 14px;
  text-align: center;
}
.mn13 .title h2 img {
  width: 215px;
}
.mn13 .content--item {
  background: #fff;
  font-weight: 100 !important;
}
.mn13 .accordion-title::after {
  right: initial;
  left: 20px;
}
.mn13 .accordion-item .accordion-title {
  padding-left: 50px;
  font-weight: 500;
  font-size: 20px;
}
.mn13 .accordion-title::after {
  top: 35%;
  left: 28px;
  right: initial;
  transform: rotate(241deg);
  height: auto;
  border-top: initial;
  border-right: initial;
  content: "▼";
}
.mn13 .accordion-title.open::after {
  top: 26%;
  left: 20px;
  transform: rotate(60deg) !important;
}
.mn13 table {
  width: 100%;
  text-align: left;
}
.mn13 table th,
.mn13 table td {
  width: 33.3%;
  font-weight: 100;
}
.mn13 table th a,
.mn13 table td a {
  text-decoration: underline;
  line-height: 1.8;
}
.mn13 .accordion-content {
  padding: 20px 40px;
}
.mn13 table td {
  padding-left: 22px;
  vertical-align: top;
}
.mn13 table th {
  padding-left: 10px;
}
.mn13 .title p {
  margin: auto;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 93%;
  padding: 5px;
  background: #f8dfe8;
  color: #cb648d;
  font-weight: 500;
  font-size: 22px;
}
.mn13_attention {
  margin-top: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 8px !important;
  background: initial !important;
  color: #2c2c2c !important;
  font-size: 14px !important;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .mn13_attention {
    font-size: 10px !important;
  }
}

/* クリニック一覧（スキン） */
.mn14 .title p {
  width: 93%;
  margin: auto;
  margin-bottom: 14px;
  padding: 5px;
  background: #d8ecf4;
  color: #68b9da;
  font-weight: 500;
  font-size: 22px;
}
.mn14 .title {
  padding-top: 0;
}
.mn14 .accordion02 {
  padding-bottom: 50px;
}
.mn14 .accordion-item .accordion-title {
  background-color: #68b9da;
}
.mn14 .accordion-item .accordion-content {
  border-right: 2px solid #68b9da;
  border-bottom: 2px solid #68b9da;
  border-left: 2px solid #68b9da;
  background: #fff;
}
