@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;
}
body {
  background: #f8f8f8;
}
p {
  font-size: 18px;
}
li {
  list-style: none;
}
img,
picture {
  width: 100%;
  height: auto;
}

.allwrap {
  overflow: hidden;
  background: #ffecf2;
}
.content {
  max-width: 1200px;
  margin: 0 auto;
}

/* 共通
------------------------- */
.content--main {
  background: #ffecf2;
}
.content--main.fv {
  margin-top: 115px;
}
.content--item {
  width: 100%;
  max-width: 450px;
  margin: auto;
}
.img-auto {
  height: auto;
  vertical-align: middle;
}
.fv .content--item,
.mn02 .content--item,
.mn06 .content--item,
.mn07 .content--item,
.mn06 .content--item,
.mn08 .content--item,
.mn09 .content--item,
.mn11 .content--item {
  position: relative;
}

/* ボタン
------------------------- */
.fv .content--item .btn-n:hover,
.mn02 .content--item .btn-n:hover,
.mn06 .content--item .btn-n:hover,
.mn06 .content--item .btn-n:hover,
.mn07 .content--item .btn-n:hover,
.mn08 .content--item .btn-n:hover,
.mn09 .content--item .btn-n:hover,
.mn11 .content--item .btn-n:hover,
.mn12 .content--item .btn-n: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);
}
.content--item .btn-n {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 97%;
  white-space: nowrap;
}
.header-btn,
.mn12 .content--item .btn-n {
  position: initial !important;
}

/* ヘッダー
------------------------- */
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 {
  transform: initial !important;
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  white-space: initial !important;
}
/*footerまでスクロールしたら消す*/
.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.float-btnarea {
  background: linear-gradient(180deg, #f7ebeb, #fff);
}
.float-btn {
  display: flex;
  justify-content: space-around;
  width: 96%;
  margin: auto;
}
/* ボタン
------------------------- */
.fv .content--item .btn-n {
  bottom: -6px;
}
.mn02 .content--item .btn-n {
  bottom: -5px;
  text-align: center;
}
.mn02 .content--item .btn-n img {
  width: 95%;
}
.mn06 .content--item .btn-n {
  bottom: 35px;
}
.mn06 .content--item .btn-n {
  bottom: -1px;
}
.mn07 .content--item .btn-n {
  bottom: 102px;
}
.mn08 .content--item .btn-n {
  bottom: -6px;
}
.mn09 .content--item .btn-n {
  bottom: -16px;
}
.mn11 .content--item .btn-n {
  position: initial;
}
.mn11 .content--item .btn-n img {
  margin-top: 30px;
}
/* PC / SP
------------------------- */
.sp {
  display: none;
}
@media screen and (max-width: 500px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* 実績
------------------------- */
.mn02 .content--item {
  padding: 30px 15px 100px;
  background-color: hsla(341, 100%, 96%, 1);
  background-image: radial-gradient(
      at 50% 64%,
      hsla(326, 32%, 86%, 1) 0px,
      transparent 50%
    ),
    radial-gradient(at 99% 100%, hsla(22, 80%, 98%, 1) 0px, transparent 50%),
    radial-gradient(at 1% 99%, hsla(352, 70%, 94%, 1) 0px, transparent 50%),
    radial-gradient(at 96% 70%, hsla(357, 100%, 95%, 1) 0px, transparent 50%),
    radial-gradient(at 13% 72%, hsla(346, 41%, 92%, 1) 0px, transparent 50%),
    radial-gradient(at 98% 40%, hsla(19, 100%, 97%, 1) 0px, transparent 50%),
    radial-gradient(at 9% 40%, hsla(0, 84%, 95%, 1) 0px, transparent 50%),
    radial-gradient(at 4% 1%, hsla(351, 41%, 90%, 1) 0px, transparent 50%),
    radial-gradient(at 47% 12%, hsla(9, 100%, 96%, 1) 0px, transparent 50%),
    radial-gradient(at 98% 1%, hsla(9, 100%, 96%, 1) 0px, transparent 50%);
}
.mn02 .lead {
  color: #594947;
  font-weight: 600;
  font-size: 20px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
  text-align: center;
}
.mn02 .strong {
  color: #d9517b;
  font-weight: 600;
  font-size: 30px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
}
.mn02 .title {
  color: #594947;
  font-weight: 600;
  font-size: 25px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
  text-align: center;
}
.mn02 .item-wrap {
  padding: 20px 0;
}
.mn02 .item-title {
  color: #846679;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05em;
  text-align: center;
}
.mn02 .item-text {
  display: block;
  margin: 10px auto;
  padding: 0 15px;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}
.mn02 .cta-lead {
  position: relative;
  margin-top: 20px;
}
.mn02 .cta-lead-text {
  color: #d94b4f;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.mn02 .cta-lead-balloon {
  position: absolute;
  top: -25px;
  left: 50px;
  transform: rotate(345deg);
  width: 65px;
  height: 20px;
  background: #808281;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.mn02 .cta-lead-balloon::after {
  position: absolute;
  top: 18px;
  left: 38px;
  transform: translateX(-50%);
  transform: rotate(321deg);
  height: 8px;
  width: 2px;
  background: #808281;
  content: "";
}
.mn02 .marker {
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.mn02 .marker::before {
  display: inline-block;
  opacity: 0.75;
  position: absolute;
  bottom: 3px;
  z-index: -1;
  transform: skewX(-50deg);
  width: 100%;
  height: 10px;
  background-color: #faed92;
  content: "";
}

/* こんな方におススメ
------------------------- */

/* エラ張りを改善
------------------------- */
.mn04 .content--item {
  position: relative;
}
.mn04 .item-wrap {
  position: absolute;
  top: 25%;
  padding: 20px 25px;
}
.mn04 .notation-item {
  padding-bottom: 30px;
}
.mn04 .notation-list {
  padding-left: 1em;
  font-size: 11px;
  text-indent: -1em;
  letter-spacing: -0.04em;
}
.mn04 .content--item {
  position: relative;
}
.mn04 .item-text {
  padding-bottom: 10px;
  color: #4c4747;
  font-weight: 500;
  font-size: 14px;
  text-align: justify;
}
.mn04 .text-strong {
  color: #c84674;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .mn04 .notation-item {
    padding-bottom: 5px;
  }
  .mn04 .item-text {
    padding: 0;
  }
}
@media screen and (max-width: 360px) {
  .mn04 .item-text {
    font-size: 12px;
  }
  .mn04 .notation-list {
    letter-spacing: -0.08em;
  }
}
@media screen and (max-width: 340px) {
  .mn04 .item-wrap {
    padding: 20px 15px;
  }
}

/* 4つのポイント
------------------------- */
.mn05 .point-list {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 15px;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
}
.mn05 .point01 {
  background-color: #b08891;
}
.mn05 .point02 {
  background-color: #c28b7d;
}
.mn05 .point03 {
  background-color: #80c1d2;
}
.mn05 .point04 {
  background-color: #ddca85;
}
.mn05 .text-strong {
  color: #c84674;
  font-weight: 500;
}
.mn05 .point-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 10px 8px;
  background: linear-gradient(to right bottom, #d1e9f3, #ebcb94);
  text-align: center;
}
.mn05 .point-number {
  position: absolute;
}
.mn05 .point-number {
  top: -18px;
  left: -22px;
  width: 150px;
  height: 70px;
}
.mn05 .point-box-inner {
  padding: 5%;
  background-color: #fff;
}
.mn05 .point-text {
  padding: 10px 0 0;
  color: #4c4747;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
}
.mn05 .point-title {
  color: #4c4747;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
  text-align: center;
}
.mn05 .border-dashed {
  margin-bottom: 15px;
  padding: 5px;
  background-image: linear-gradient(90deg, #c3c3c3, #c3c3c3 3px, transparent 0);
  background-position: 0 100%;
  background-size: 6px 1px;
  background-repeat: repeat-x;
}
.mn05 .title-small {
  color: #4c4747;
  font-weight: 500;
  font-size: 18px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
  text-align: center;
}
.mn05 .title-large {
  color: #4c4747;
  font-weight: 500;
  font-size: 22px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
  text-align: center;
}
.mn05 .title-strong {
  color: #c84674;
  font-weight: 500;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
}
/* CTAボタン
------------------------- */
.mn06 .content--item {
  height: 120px;
  background: #fff;
}
/* 小顔術
------------------------- */
.mn07 {
  position: relative;
}
.mn07 .content--item-menu {
  display: grid;
  position: absolute;
  top: 170px;
  left: 50%;
  gap: 11px;
  transform: translateX(-50%);
  max-width: 450px;
  white-space: nowrap;
}
.mn07 .md-btn {
  position: relative;
}
.price-wrap {
  position: absolute;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
.mn07 .tax-included {
  display: flex;
  align-items: center;
  color: #df487f;
  font-weight: bold;
  font-size: 25px;
}
.mn07 .tax-included p {
  font-weight: bold;
  font-size: 25px;
}
.mn07 .tax-included .unit {
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1.2;
}
.mn07 .tax-included span {
  font-weight: bold;
  font-size: 14px;
}
.mn07 .tax-included .tax {
  font-size: 11px;
}
.mn07 .marker {
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.mn07 .marker::before {
  display: inline-block;
  opacity: 0.75;
  position: absolute;
  bottom: 3px;
  z-index: -1;
  transform: skewX(-50deg);
  width: 100%;
  height: 10px;
  background-color: #faed92;
  content: "";
}
.mn07 .notes {
  padding: 0 2px;
  background: #fff;
  color: #4b4947;
  font-size: 11px;
  text-align: center;
}
.mn07 .content--item .btn-n {
  bottom: -120px;
}
/* モーダル
------------------------- */
.md-btn:hover {
  opacity: 0.8;
}
.modal-img {
  width: 450px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.modal-img:hover {
  transform: translate(0px, -5px);
}
.md-overlay {
  display: none;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #000;
}
.md-contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  overflow: hidden;
  z-index: 10000;
  transform: translate(-50%, -50%);
  max-height: calc(100vh - 100px);
  background-color: hsla(0, 0%, 100%, 1);
  background-image: radial-gradient(
      at 98% 55%,
      hsla(151, 35%, 84%, 1) 0px,
      transparent 50%
    ),
    radial-gradient(at 98% 98%, hsla(188, 39%, 89%, 1) 0px, transparent 50%),
    radial-gradient(at 47% 17%, hsla(146, 32%, 84%, 1) 0px, transparent 50%),
    radial-gradient(at 0% 0%, hsla(146, 32%, 84%, 1) 0px, transparent 50%),
    radial-gradient(at 99% 0%, hsla(146, 33%, 84%, 1) 0px, transparent 50%),
    radial-gradient(at 3% 43%, hsla(17, 26%, 88%, 1) 0px, transparent 50%),
    radial-gradient(at 0% 100%, hsla(248, 29%, 80%, 1) 0px, transparent 50%);
}
.md-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 15px 30px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.image-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-height: calc(100vh - 105px);
  overflow-y: auto;
}
.image-container {
  width: 500px;
  max-width: 100%;
  padding: 70px 20px 30px;
}
.md-xmark {
  position: absolute;
  top: 12px;
  right: 17px;
  width: 25px;
  height: 22px;
  z-index: 9999;
  cursor: pointer;
}
.md-xmark span {
  height: auto;
  position: absolute;
  left: 12px;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #333;
}
.md-xmark span:nth-of-type(1) {
  top: 0;
  left: 0;
  transform: translateY(10px) rotate(-45deg);
}
.md-xmark span:nth-of-type(2) {
  bottom: 0;
  left: 0;
  transform: translateY(-10px) rotate(45deg);
}
.modal .ribbon-title {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.modal .yakuzai {
  display: block;
  width: 150px;
  height: auto;
  margin: auto;
}
.modal .price-list {
  letter-spacing: -0.04em;
}
.modal .price-item {
  color: #544b47;
  font-size: 12px;
}
.modal .price-item .item {
  align-content: center;
  font-weight: 600;
  font-size: 16px;
}
.modal .balloon-icon {
  width: 30px;
  height: 30px;
}
.modal .member {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 5px;
}
.modal .tax-included {
  display: flex;
  align-items: flex-end;
}
.modal .tax-included .price {
  align-content: center;
  padding: 0 5px;
  color: #df487f;
  font-weight: bold;
  font-size: 20px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}
.modal .tax-included .unit {
  color: #df487f;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}
.modal .tax-included .unit-price {
  font-weight: bold;
  font-size: 11px;
}
.modal .unit {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.modal .unit .notes,
.modal .tax-included .unit {
  font-size: 11px;
}
.modal .unit .notes {
  margin-left: -2em;
}
.modal .price-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}
.modal .price-item {
  position: relative;
  width: 100%;
  padding: 10px 10px;
  border: double 7px #cc9db0;
}
.modal .price-item::before {
  position: absolute;
  z-index: 100;
  background: url(../img/md_price.png) no-repeat top / cover;
  background-size: 100%;
  height: 27px;
  width: 65px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
.non-member {
  font-size: 12px;
  text-align: right;
}
.mn07 .border-dashed {
  margin-bottom: 15px;
  padding: 5px;
  background-image: linear-gradient(90deg, #c3c3c3, #c3c3c3 3px, transparent 0);
  background-size: 6px 1px;
  background-position: 0 100%;
  background-repeat: repeat-x;
}
.modal .detail {
  margin: 20px auto;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}
.modal .detail .strong {
  color: #d9517b;
  font-weight: bold;
  font-size: 14px;
}
.recommend {
  margin: 2em 0;
  background: #fff;
}
.recommend-head {
  padding: 4px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #be477f;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: center;
}
.recommend-inner {
  margin: 0;
  padding: 15px 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0 0 10px rgba(106, 34, 72, 0.4);
}
.recommend-list {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
}
.recommend-list::before {
  position: absolute;
  top: 8px;
  left: 5px;
  z-index: 1;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}
.recommend-list::after {
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #b2657d;
  content: "";
}
.modal .case-notes {
  padding: 10px 0;
}
.modal .case-notes p {
  font-size: 11px;
}
.modal .price-list .item-small {
  font-weight: bold;
  font-size: 12px;
}
@media all and (min-width: 501px) {
  .modal .price-item .item {
    font-size: 18px;
    line-height: 1.2;
  }
  .modal .balloon-icon {
    width: 40px;
    height: 40px;
  }
  .modal .tax-included .price {
    padding: 0 15px;
    font-size: 30px;
  }
  .modal .unit .notes,
  .modal .tax-included .unit {
    font-size: 14px;
  }
  .modal .tax-included .unit-price {
    font-size: 14px;
  }
  .modal .tax-included .tax {
    font-size: 16px;
  }
  .modal .non-member {
    font-size: 16px;
  }
}
/* ドクター紹介
------------------------- */
.mn08 .doctor-content {
  background-image: linear-gradient(
      180deg,
      rgba(228, 248, 250, 1) 6%,
      rgba(255, 255, 255, 0)
    ),
    linear-gradient(326deg, rgba(231, 235, 238, 1), rgba(255, 255, 255, 0)),
    linear-gradient(35deg, rgb(126, 181, 232), rgba(255, 255, 255, 0));
  height: auto;
}
.doctor-title {
  padding-top: 20px;
  color: #595889;
  font-weight: 500;
  font-size: 20px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
  text-align: center;
}
.mn08 .small {
  font-weight: 500;
  font-size: 18px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
}
.mn08 .marker {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
}
.mn08 .marker::before {
  display: inline-block;
  opacity: 0.75;
  position: absolute;
  bottom: 3px;
  z-index: -1;
  transform: skewX(-50deg);
  width: 100%;
  height: 10px;
  background-color: #a8b3cb;
  content: "";
}
.doctor-label {
  width: 100%;
  background: rgb(127, 130, 181);
  background: linear-gradient(
    90deg,
    rgba(127, 130, 181, 0.93734335839599) 29%,
    rgba(128, 155, 187, 1) 100%
  );
}
.doctor-affiliated {
  color: #fff;
  font-size: 11px;
  text-align: left;
  letter-spacing: -0.04em;
}
.doctor-name {
  color: #fff;
  font-size: 16px;
}
.doctor-post {
  color: #fff;
  font-size: 12px;
}
.doctor-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px;
  padding: 15px 10px 100px;
}
.doctor-list {
  width: calc(94% / 2);
}
.license {
  font-size: 11px;
}
.doctor-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 65px;
  padding: 5px;
}
.doctor-inner {
  display: block;
  width: 93%;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.license-list {
  padding-top: 10px;
  font-size: 11px;
  letter-spacing: -0.08em;
}
.license-list li {
  padding-left: 1em;
  text-indent: -1em;
}
/* 施術までの流れ
------------------------- */
.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;
}
.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: "";
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
/* よくある質問（アコーディオン）
------------------------- */
.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 .title {
  padding-top: 40px;
  text-align: center;
}
.mn12 .title h2 img {
  width: 380px;
  padding-bottom: 20px;
}
.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;
}
/* クリニック一覧（スキン） */
.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;
}
@media screen and (max-width: 1025px) {
  .image-container {
    width: 500px;
  }
}
@media screen and (max-width: 1000px) {
  .image-container {
    width: 500px;
    max-width: 500px;
  }
}
@media screen and (max-width: 500px) {
  .mn13_attention {
    font-size: 10px !important;
  }
  header {
    width: 100%;
  }
  .content--main.fv {
    margin-top: 108px;
  }
  .mn02 .content--item .btn-n {
    bottom: 9px;
  }
  .mn11 .content--item .btn-n {
    bottom: -106px;
  }
  .content--item {
    max-width: 100%;
    width: 100%;
  }
  .mn07 .content--item-menu {
    width: 100%;
  }
  .modal-img {
    width: 100%;
  }
  .mn07 .content--item-menu {
    top: 175px;
  }
  .mn07 .content--item .btn-n {
    bottom: -100px;
  }
  .image-container {
    width: 350px;
  }
}
@media screen and (max-width: 486px) {
  .image-container {
    width: 370px;
  }
}
@media screen and (max-width: 400px) {
  .mn07 .content--item-menu {
    top: 136px;
  }
}
@media screen and (max-width: 395px) {
  .content--main.fv {
    margin-top: 103px;
  }
  .price-wrap {
    top: 35px;
  }
}
@media screen and (max-width: 376px) {
  .content--main.fv {
    margin-top: 99px;
  }
  .image-container {
    width: 343px;
  }
  .mn12 .title h2 img {
    width: 347px;
  }
  .accordion-title::after {
    right: 17px;
  }
}
@media screen and (max-width: 362px) {
  .content--main.fv {
    margin-top: 96px;
  }
}
@media screen and (max-width: 350px) {
  .price-wrap {
    top: 25px;
  }
  .flow-title {
    width: 70%;
  }
  .mn12 .title h2 img {
    width: 300px;
  }
}
