@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Noto+Serif+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sofia&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.cmn_dsc__wrp {
  font-weight: bold;
}

@media (max-width: 768px) {
  .cmn__wrp {
    padding-bottom: 3em;
  }
  .cmn_dsc__wrp {
    text-align: left;
    padding-left: 5.335%;
    padding-right: 5.335%;
  }
  .cmn__btn {
    width: 100%;
    margin-top: 7vw;
  }
  .cmn_column__inr.is__doctor {
    width: 60vw;
    margin: 0 auto 10vw;
  }
  .cmn__txt.is__center.lead {
    text-align: left;
  }
  .cmn__btn.is__s {
    width: 100%;
  }
  .is__doctor .is__bold {
    letter-spacing: -0.03em;
  }
}
@media (max-width: 768px) {
  .cmn_main__ttl {
    margin-bottom: 6.93vw;
  }
}
@media (min-width: 769px) {
  .cmn__wrp article > *:nth-last-child(1) {
    padding-bottom: 0;
  }
  .cmn_main__ttl {
    margin-bottom: 33px;
  }
  .cmn_column__inr.is__doctor {
    width: 440px;
    height: 482px;
  }
  .cmn_column__inr.is__doctor + .cmn_column__inr {
    width: 468px;
  }
}
@media (max-width: 768px) {
  .is__type.cmn__inr {
    margin-top: 3.33vw;
  }
  .ind_type__wrp {
    width: 100%;
  }
  .cmn_column__wrp .ind_type__wrp:not(:nth-child(-n+1)) {
    margin-top: 13.3vw;
  }
  .ind_type__wrp .cmn__ttl {
    width: 100%;
    margin-bottom: 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .ind_type__wrp .cmn__ttl::after {
    content: "";
    width: 33.3vw;
    height: 33.3vw;
    margin-right: -4vw;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
  }
  .is__type1 .cmn__ttl::after {
    background-image: url(/resource/ladies/index/images/ind_type1__img.png);
  }
  .is__type2 .cmn__ttl::after {
    background-image: url(/resource/ladies/index/images/ind_type2__img.png);
  }
  .is__type3 .cmn__ttl::after {
    background-image: url(/resource/ladies/index/images/ind_type3__img.png);
  }
  .is__type4 .cmn__ttl::after {
    background-image: url(/resource/ladies/index/images/ind_type4__img.png);
  }
}
@media (min-width: 769px) {
  .ind_type__wrp {
    width: 550px;
    padding-left: 175px;
    position: relative;
  }
  .cmn_column__wrp .ind_type__wrp:nth-child(-n+3) {
    margin-bottom: 50px;
  }
  .ind_type__wrp::before {
    content: "";
    width: 150px;
    height: 150px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
  }
  .ind_type__wrp.is__type1::before {
    background-image: url(/resource/ladies/index/images/ind_type1__img.png);
  }
  .ind_type__wrp.is__type2::before {
    background-image: url(/resource/ladies/index/images/ind_type2__img.png);
  }
  .ind_type__wrp.is__type3::before {
    background-image: url(/resource/ladies/index/images/ind_type3__img.png);
  }
  .ind_type__wrp.is__type4::before {
    background-image: url(/resource/ladies/index/images/ind_type4__img.png);
  }
  .is__type .cmn__ttl {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .is__sct3 .cmn__img {
    padding-top: 10.6vw;
    padding-bottom: 10.6vw;
    display: block;
  }
  .is__sct3 .cmn__img.is__pc {
    display: none;
  }
  .is__sct3 .cmn__img.is__sp {
    display: block;
  }
  .is__sct3 .cmn__img img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media (min-width: 769px) {
  .is__sct3 .cmn__img {
    width: 100%;
    border: 1px solid #E2E2E2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 45px 10px 45px 45px;
  }
  .is__sct3 .cmn__img.is__sp {
    display: none;
  }
}
.ind_column4__wrp {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ind_column4__lst {
  padding-bottom: 0.2em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #C27358;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

.ind_column4__wrp .ind_column4__lst:nth-child(1) {
  background-image: url(/resource/ladies/index/images/ind_column__img1.jpg);
}

.ind_column4__wrp .ind_column4__lst:nth-child(2) {
  background-image: url(/resource/ladies/index/images/ind_column__img2.jpg);
}

.ind_column4__wrp .ind_column4__lst:nth-child(3) {
  background-image: url(/resource/ladies/index/images/ind_column__img3.jpg);
}

.ind_column4__wrp .ind_column4__lst:nth-child(4) {
  background-image: url(/resource/ladies/index/images/ind_column__img4.jpg);
}

@media (max-width: 768px) {
  .ind_column4__wrp {
    margin-bottom: 9.3vw;
  }
  .ind_column4__lst {
    width: 42.6vw;
    padding-top: 31.6vw;
    font-size: 3.7vw;
  }
  .ind_column4__wrp .ind_column4__lst:nth-child(3), .ind_column4__wrp .ind_column4__lst:nth-child(4) {
    margin-top: 4vw;
  }
  .ind_column4__wrp .ind_column4__lst:nth-child(2) {
    position: relative;
  }
  .ind_column4__wrp .ind_column4__lst:nth-child(2)::before {
    content: "";
    width: 100%;
    height: 30.6vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border: 1px solid #E2E2E2;
  }
}
@media (min-width: 769px) {
  .ind_column4__wrp {
    margin-bottom: 50px;
  }
  .ind_column4__lst {
    width: 224px;
    padding-top: 163px;
    font-size: 20px;
  }
}
.ind_age__inr > .cmn__ttl {
  position: relative;
  z-index: 1;
}
.ind_age__inr > .cmn__ttl span {
  position: relative;
  z-index: 1;
}
.ind_age__inr > .cmn__ttl::before {
  content: "";
  width: calc(100% - 4em);
  height: 1px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  background-color: #C27358;
}

.ind_age_photo__wrp {
  width: 100%;
}

@media (max-width: 768px) {
  .ind_age__inr {
    width: 100%;
  }
  .ind_age__inr + .ind_age__inr {
    margin-top: 10vw;
  }
  .ind_age__inr .cmn__ttl {
    margin-bottom: 3vw;
  }
}
@media (min-width: 769px) {
  .ind_age__inr {
    width: 456px;
  }
  .ind_age__inr .cmn__ttl {
    margin-bottom: 12px;
  }
  .ind_age__inr .cmn__txt.is__center {
    margin-bottom: 12px;
  }
}
.ind_menu__lst a {
  width: 100%;
  height: 100%;
  display: block;
  font-weight: bold;
  text-align: center;
  color: #C27358;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(74, 67, 62, 0.05);
          box-shadow: 0 0 30px rgba(74, 67, 62, 0.05);
  background-repeat: no-repeat;
  background-position: center 1em;
  background-size: auto 60%;
}
.ind_menu__lst.is__list1 a {
  background-image: url(/resource/ladies/index/images/ind_menu__btn1.png);
}
.ind_menu__lst.is__list2 a {
  background-image: url(/resource/ladies/index/images/ind_menu__btn2.png);
}
.ind_menu__lst.is__list3 a {
  background-image: url(/resource/ladies/index/images/ind_menu__btn3.png);
}
.ind_menu__lst.is__list4 a {
  background-image: url(/resource/ladies/index/images/ind_menu__btn4.png);
}
.ind_menu__lst.is__list5 a {
  background-image: url(/resource/ladies/index/images/ind_menu__btn5.png);
}
.ind_menu__lst.is__list6 a {
  background-image: url(/resource/ladies/index/images/ind_menu__btn6.png);
}

@media (max-width: 768px) {
  .ind_menu__lst {
    height: 29.3vw;
  }
  .ind_menu__lst a {
    padding: 21.3vw 0 1em;
    font-size: 3.4vw;
    border-radius: 0.5em;
    background-position: center 1em;
    background-size: auto 51%;
  }
  .cmn_column__wrp .ind_menu__lst:nth-child(-n+3) {
    margin-bottom: 4vw;
  }
}
@media (min-width: 769px) {
  .ind_menu__lst {
    height: 220px;
  }
  .ind_menu__lst.cmn_column__inr {
    width: 31%;
  }
  .ind_menu__lst a {
    padding: 160px 0 25px;
    font-size: 20px;
    background-position: center 53px;
    background-size: auto 40%;
    border-radius: 0.5em;
  }
  .cmn_column__wrp .ind_menu__lst:nth-child(-n+3) {
    margin-bottom: 40px;
  }
}
.ind_message__ttl {
  position: relative;
}
.ind_message__ttl .cmn__txt {
  line-height: 1.3;
}
.ind_message__ttl .cmn__txt strong {
  display: block;
  color: inherit;
  font-weight: bold;
}

@media (max-width: 768px) {
  .is__message > .cmn__ttl {
    margin-bottom: 12vw;
  }
  .ind_message__wrp + .ind_message__wrp {
    margin-top: 14.66vw;
  }
  .ind_message__wrp > .cmn__txt {
    margin-top: 10vw;
  }
  .ind_message__ttl .cmn__ttl {
    padding-top: 6.66vw;
    padding-bottom: 4vw;
    font-size: 5.33vw;
  }
  .ind_message__ttl .cmn__txt strong {
    font-size: 5.33vw;
  }
  .ind_message__img {
    width: 40vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 769px) {
  .is__message > .cmn__ttl {
    margin-bottom: 70px;
  }
  .ind_message__wrp + .ind_message__wrp {
    margin-top: 100px;
  }
  .ind_message__wrp > .cmn__txt {
    margin-top: 40px;
  }
  .ind_message__ttl {
    min-height: 150px;
    padding-left: 193px;
  }
  .ind_message__ttl .cmn__ttl {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .ind_message__ttl .cmn__txt strong {
    font-size: 20px;
  }
  .ind_message__img {
    width: 150px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.ind_lnk__wrp {
  margin-left: auto;
  margin-right: auto;
}

.ind_lnk__box {
  background-color: #fff;
}
.ind_lnk__box .cmn__btn {
  width: 100%;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 0.6em;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.428%22%20height%3D%2221.23%22%20viewBox%3D%220%200%2012.428%2021.23%22%3E%3Cpath%20id%3D%22cmn__arrow%22%20data-name%3D%22cmn__arrow%22%20d%3D%22M660.325%2C12965.795l8.807%2C8.493-8.807%2C8.5%22%20transform%3D%22translate%28-658.204%20-12963.674%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-color: #C27358;
}
.ind_lnk__box.is__bnr {
  width: 100%;
}
.ind_lnk__box.is__bnr a {
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 0px solid transparent;
}
.ind_lnk__box.is__bnr a > * {
  display: block;
}
.ind_lnk__box.is__bnr .cmn__txt {
  width: 100%;
}
.ind_lnk__box.is__corona a::before {
  content: "後遺症抜け毛治療";
  width: 11em;
  padding: 0.45em 0.5em 0.6em;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #C27358;
  border-radius: 0 0 20px;
}

@media (max-width: 768px) {
  .ind_lnk__wrp {
    width: 89.33vw;
    padding-bottom: 17.6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ind_lnk__box {
    width: 100%;
    padding: 6.66vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ind_lnk__box + .ind_lnk__box {
    margin-top: 6.66vw;
  }
  .ind_lnk__box .cmn__ttl {
    width: 100%;
    margin-bottom: 5.86vw;
  }
  .ind_lnk__box .cmn__txt {
    width: 38vw;
    font-size: 3.2vw;
  }
  .ind_lnk__box .cmn__btn {
    margin-top: 6.66vw;
  }
  .ind_lnk__box.is__bnr {
    padding: 0vw;
    min-height: 30.6666vw;
  }
  .ind_lnk__box.is__bnr a {
    padding-top: 12.2666vw;
    text-align: center;
    padding-right: 33.13vw;
  }
  .ind_lnk__box.is__corona a {
    background-image: url(/resource/ladies/index/images/ind_hair_lst__img_corona_sp.png);
  }
  .ind_lnk__box.is__corona a::before {
    font-size: 3.73vw;
    border-radius: 0px 0px 2.66vw 0px;
  }
  .ind_lnk__img {
    width: 32vw;
    margin-right: 6vw;
  }
}
@media (min-width: 769px) {
  .ind_lnk__wrp {
    width: 960px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ind_lnk__wrp .ind_lnk__box:nth-child(n+3) {
    margin-top: 70px;
  }
  .ind_lnk__box {
    width: 440px;
    padding: 40px 55px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .ind_lnk__box.is__nowrap .cmn__ttl {
    margin-left: -0.4em;
    white-space: nowrap;
  }
  .ind_lnk__box.is__bnr {
    padding: 0;
  }
  .ind_lnk__box.is__bnr a {
    padding: 40px 50% 50px 55px;
  }
  .ind_lnk__box.is__corona a {
    background-image: url(/resource/ladies/index/images/ind_hair_lst__img_corona.png);
  }
  .ind_lnk__box.is__corona a::before {
    font-size: 15px;
    border-radius: 0px 0px 20px 0px;
  }
  .ind_lnk__box.is__corona a:hover {
    opacity: 0.7;
  }
  .ind_lnk__box .cmn__ttl {
    margin-bottom: 20px;
  }
  .ind_lnk__box .cmn__txt {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ind_lnk__box .cmn__btn {
    margin-top: auto;
  }
}
@media (max-width: 768px) {
  .cmn_special_bnr__wrp {
    margin-bottom: 29.33vw;
  }
  .cmn__btn.is_brown {
    margin-top: 4vw;
    background: #C27358;
    color: #fff;
    background-image: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.428%22%20height%3D%2221.23%22%20viewBox%3D%220%200%2012.428%2021.23%22%3E%3Cpath%20id%3D%22cmn__arrow%22%20data-name%3D%22cmn__arrow%22%20d%3D%22M660.325%2C12965.795l8.807%2C8.493-8.807%2C8.5%22%20transform%3D%22translate%28-658.204%20-12963.674%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: right 1.2em center;
  }
}
@media (min-width: 769px) {
  .cmn_special_bnr__wrp {
    margin-bottom: 100px;
  }
  .is_wide_long {
    width: 95%;
  }
  .cmn__btn.is_brown {
    margin-top: 30px;
    background: #C27358;
    color: #fff;
    background-image: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.428%22%20height%3D%2221.23%22%20viewBox%3D%220%200%2012.428%2021.23%22%3E%3Cpath%20id%3D%22cmn__arrow%22%20data-name%3D%22cmn__arrow%22%20d%3D%22M660.325%2C12965.795l8.807%2C8.493-8.807%2C8.5%22%20transform%3D%22translate%28-658.204%20-12963.674%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: right 1.2em center;
  }
}
.ind_patturn__wrp {
  background-color: #F9F7F7;
}
@media (max-width: 768px) {
  .ind_patturn__wrp {
    padding: 13.3333333333vw 7.3333333333vw;
  }
  .ind_patturn__wrp + .cmn__inr {
    padding: 0 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .ind_patturn__wrp {
    padding: 70px 100px 92px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .ind_patturn__wrp {
    padding: 70px 5% 92px;
  }
}
@media (max-width: 768px) {
  .ind_patturn__wrp .is__effect.cmn__inr {
    width: 100%;
  }
}

.ind_patturn_sct__wrp {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.ind_patturn_sct__inr {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
@media (max-width: 768px) {
  .ind_patturn_sct__inr {
    padding: 9.0666666667vw 7.3333333333vw;
    -webkit-box-shadow: 0px 0px 3.8666666667vw rgba(74, 67, 62, 0.06);
            box-shadow: 0px 0px 3.8666666667vw rgba(74, 67, 62, 0.06);
  }
  .ind_patturn_sct__inr .cmn__ttl.is__serif_m {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .ind_patturn_sct__inr {
    -webkit-box-shadow: 0px 0px 29px rgba(74, 67, 62, 0.06);
            box-shadow: 0px 0px 29px rgba(74, 67, 62, 0.06);
  }
}

.ind_patturn__img {
  z-index: 1;
}
@media (max-width: 768px) {
  .ind_patturn__img {
    width: 100%;
    margin-bottom: 5.6vw;
    position: relative;
  }
}
@media (min-width: 769px) {
  .ind_patturn__img {
    position: absolute;
  }
}

@media (max-width: 768px) {
  .ind_patturn_sct__box {
    margin-top: 6.4933333333vw;
  }
}
@media (min-width: 769px) {
  .ind_patturn_sct__box {
    margin-top: 23.6px;
  }
}
.ind_patturn_sct__box strong {
  font-weight: bold;
}
.ind_patturn_sct__box a {
  color: #C27358;
  text-decoration: underline;
}

@media (min-width: 769px) {
  .is__section1.ind_patturn_sct__wrp {
    padding-top: 50px;
  }
}
@media (min-width: 769px) {
  .is__section1 .ind_patturn_sct__inr {
    width: 520px;
    padding: 50px 30px 40px 40px;
    margin-left: auto;
  }
}
.is__section1 .ind_patturn_sct__inr::before {
  content: "";
  margin: auto;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/resource/ladies/index/images/ind_patturn__icn.svg);
}
@media (max-width: 768px) {
  .is__section1 .ind_patturn_sct__inr::before {
    width: 18.8vw;
    height: 18.8vw;
    right: 0;
    top: -13.8666666667vw;
  }
}
@media (min-width: 769px) {
  .is__section1 .ind_patturn_sct__inr::before {
    width: 110px;
    height: 110px;
    right: -22px;
    top: -70px;
  }
}
@media (min-width: 769px) {
  .is__section1 .ind_patturn__img {
    width: 480px;
    height: 470px;
    left: 0px;
    top: 0;
  }
}

@media (max-width: 768px) {
  .is__section2.ind_patturn_sct__wrp {
    margin-top: 13.3333333333vw;
  }
}
@media (min-width: 769px) {
  .is__section2.ind_patturn_sct__wrp {
    margin-top: 80px;
  }
}
@media (min-width: 769px) {
  .is__section2 .ind_patturn_sct__inr {
    width: 640px;
    padding: 54.3px 48px;
    margin-right: auto;
  }
}
@media screen and (max-width: 1150px) and (min-width: 769px) {
  .is__section2 .ind_patturn_sct__inr {
    width: 53.3333333333vw;
  }
}
.is__section2 .ind_patturn_sct__inr .cmn__ttl {
  color: inherit;
}
@media (min-width: 769px) {
  .is__section2 .ind_patturn__img {
    width: 380px;
    height: 440px;
    right: 0px;
    top: 58px;
  }
}

.ind_patturn_sct__img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .ind_patturn_sct__img {
    margin-top: 18.8vw;
  }
}
@media (min-width: 769px) {
  .ind_patturn_sct__img {
    margin-top: 107px;
  }
}

.ind_offer__wrp {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
@media (max-width: 768px) {
  .ind_offer__wrp {
    margin-top: 13.7333333333vw;
    padding: 9.44vw 7.3333333333vw 6.6vw;
    background-position: top right;
    background-size: 48.5333333333vw;
    background-image: url(/resource/ladies/index/images/ind_offer__bg_sp.png);
    text-align: left;
  }
  .ind_offer__wrp .cmn__ttl.is__serif_s {
    text-align: center;
    font-size: 4.2666666667vw;
  }
  .ind_offer__wrp > .cmn__txt {
    margin-top: 6.8666666667vw;
  }
}
@media (min-width: 769px) {
  .ind_offer__wrp {
    margin-top: 100px;
    padding: 40px 40px 25px;
    background-position: center right;
    background-size: auto 100%;
    background-image: url(/resource/ladies/index/images/ind_offer__bg.png);
  }
  .ind_offer__wrp .cmn__ttl {
    text-align: center;
  }
  .ind_offer__wrp > .cmn__txt {
    margin-top: 18px;
  }
}

@media (max-width: 768px) {
  .is__set .cmn_tbl__inr .cmn__ttl.flw_tbl__ttl {
    width: 20.5333333333vw;
    padding-right: 2em;
    font-size: 3.7333333333vw;
  }
  .is__set .cmn_tbl__inr .cmn__ttl.flw_tbl__ttl::after {
    right: 1em;
  }
}
@media (min-width: 769px) {
  .is__set .cmn_tbl__inr .cmn__ttl {
    width: 150px;
    font-size: 16px;
  }
  .is__set .cmn_tbl__inr .cmn__ttl::after {
    right: 3em;
  }
}
.is__set .ind_tbl_plan__wrp .cmn__ttl {
  width: 100%;
  text-align: left;
  font-weight: bold;
}
.is__set .ind_tbl_lst__wrp {
  width: 100%;
}

.ind_tbl_plan__wrp {
  width: 100%;
}
@media (max-width: 768px) {
  .ind_tbl_plan__wrp {
    padding-top: 8.4vw;
  }
}
@media (min-width: 769px) {
  .ind_tbl_plan__wrp {
    padding-top: 40px;
  }
}

.ind_tbl_plan__box {
  width: 100%;
  display: block;
  background-color: #FAFAFA;
}
@media (max-width: 768px) {
  .ind_tbl_plan__box {
    margin-top: 4.44vw;
    padding: 6.4vw 6.4vw 5.1066666667vw;
    border-radius: 1.3333333333vw;
  }
  .ind_tbl_plan__box + .ind_tbl_plan__box {
    margin-top: 3.56vw;
  }
}
@media (min-width: 769px) {
  .ind_tbl_plan__box {
    margin-top: 18px;
    padding: 25px 32px;
    border-radius: 10px;
  }
  .ind_tbl_plan__box + .ind_tbl_plan__box {
    margin-top: 10px;
  }
}
.ind_tbl_plan__box.is__recommend {
  background-color: #F7EDE4;
}
@media (max-width: 768px) {
  .ind_tbl_plan__box .cmn__txt.is__bold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ind_tbl_plan__box strong {
  color: #fff;
  background-color: #C27358;
}
@media (max-width: 768px) {
  .ind_tbl_plan__box strong {
    width: 16vw;
    margin-bottom: 2.9333333333vw;
    padding: 1.2vw 2.4vw;
    display: block;
    font-size: 2.6666666667vw;
    border-radius: 0.8vw;
  }
}
@media (min-width: 769px) {
  .ind_tbl_plan__box strong {
    padding: 5px 9px;
    margin-right: 14px;
    font-size: 13px;
    border-radius: 6px;
  }
}

.ind_tbl_plan__txt {
  width: 100%;
}
@media (max-width: 768px) {
  .ind_tbl_plan__txt {
    margin-top: 5.0666666667vw;
  }
  .ind_tbl_plan__txt .cmn__txt {
    display: block;
  }
  .ind_tbl_plan__txt .cmn__txt + .cmn__txt {
    margin-top: 4.3333333333vw;
  }
}
@media (min-width: 769px) {
  .ind_tbl_plan__txt {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 768px) {
  .ind_tbl_plan__lst {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
  .ind_tbl_plan__lst .cmn_tbl_lst__txt {
    text-align: left;
  }
  .ind_tbl_plan__lst .cmn_tbl_lst__txt .cmn__txt {
    display: block;
  }
}
@media (min-width: 769px) {
  .ind_tbl_plan__lst {
    width: 100%;
    margin-top: 42px;
    margin-left: auto;
    margin-right: auto;
  }
}

.ind_column__wrp {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .ind_column__wrp {
    margin-top: 13.3333333333vw;
  }
}
@media (min-width: 769px) {
  .ind_column__wrp {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
  }
}

@media (max-width: 768px) {
  .ind_column__img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .ind_column__img {
    width: 400px;
  }
}

@media (max-width: 768px) {
  .ind_column__txt {
    width: 100%;
    margin-top: 9vw;
  }
  .ind_column__txt .cmn__ttl {
    font-size: 5.0666666667vw;
  }
}
@media (min-width: 769px) {
  .ind_column__txt {
    width: 480px;
  }
  .ind_column__txt .cmn__ttl {
    font-size: 24px;
  }
}

.ind_medicine__img {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .ind_medicine__img {
    width: 100%;
  }
  .ind_medicine__img + .cmn__btn {
    line-height: 1.2;
  }
}
@media (min-width: 769px) {
  .ind_medicine__img {
    width: 866.31px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .ind_medicine__img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .cmn_announce__wrp {
    margin-top: 6.0666666667vw;
  }
}
@media (min-width: 769px) {
  .cmn_announce__wrp {
    margin-top: 120px;
  }
}

.p-ladies .cmn__btn {
  font-weight: bold;
}
.p-ladies .cmn_dsc__wrp .cmn__txt {
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-ladies .out_kv__wrp .out_kv__dsc {
    padding: 6.6666666667vw;
    margin-top: 9.3333333333vw;
    -webkit-box-shadow: 0vw 0vw 2.1333333333vw 0.6666666667vw rgba(74, 67, 62, 0.07);
            box-shadow: 0vw 0vw 2.1333333333vw 0.6666666667vw rgba(74, 67, 62, 0.07);
  }
  .p-ladies .out_kv__wrp .out_kv__dsc .cmn__ttl {
    display: block;
    margin-bottom: 6vw;
  }
  .p-ladies .out_kv__wrp .out_kv__dsc .is__caption {
    color: #000;
  }
}
@media (max-width: 768px) {
  .p-ladies .out_kv__wrp .cmn__ttl.is__serif_l.is__sp {
    padding-top: 14.6666666667vw;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .p-ladies.cmn__wrp {
    padding-bottom: 26.6666666667vw;
  }
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr:has(.ind_patturn__wrp) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .p-ladies .ind_patturn__wrp {
    padding: 12vw 5.3333333333vw;
  }
}
.p-ladies .treatment_list.is__recommend {
  position: relative;
}
.p-ladies .treatment_list.is__recommend::before {
  content: "";
  margin: auto;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/resource/ladies/index/images/ind_patturn__icn.svg);
}
@media (max-width: 768px) {
  .p-ladies .treatment_list.is__recommend::before {
    width: 18.8vw;
    height: 18.8vw;
    right: 0;
    top: -3.2vw;
  }
}
@media (min-width: 769px) {
  .p-ladies .treatment_list.is__recommend::before {
    width: 70px;
    height: 70px;
    right: 0px;
    top: 0px;
  }
}
.p-ladies .treatment_list_wrp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 40px;
}
@media (max-width: 768px) {
  .p-ladies .treatment_list_wrp {
    grid-template-columns: repeat(1, 1fr);
    gap: 12vw 0px;
  }
}
.p-ladies .treatment_list_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #E2E2E2;
}
@media (max-width: 768px) {
  .p-ladies .treatment_list_cnt {
    max-width: 100%;
  }
}
.p-ladies .treatment_list_cnt.is__noImage {
  margin-top: 50px;
  margin-bottom: 90px;
  border-bottom: none;
}
@media (max-width: 768px) {
  .p-ladies .treatment_list_cnt.is__noImage {
    margin-bottom: 11.6vw;
    margin-top: 10.6666666667vw;
  }
}
.p-ladies .treatment_list_cnt.is__noImage .treatment_dsc {
  border-bottom: 1px solid #E2E2E2;
}
.p-ladies .treatment_list_cnt.is__noImage .treatment_dsc .detail .cmn__ttl {
  padding: 20px 40px 5px;
}
@media (max-width: 768px) {
  .p-ladies .treatment_list_cnt.is__noImage .treatment_dsc .detail .cmn__ttl {
    padding: 4vw 4vw 2.6666666667vw;
    line-height: 1.2;
  }
}
.p-ladies .treatment_list_cnt.is__noImage .treatment_dsc .detail .cmn__ttl .small {
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-ladies .treatment_list_cnt.is__noImage .treatment_dsc .detail .cmn__ttl .small {
    font-size: 3.2vw;
  }
}
.p-ladies .treatment_list_cnt.is__noImage .treatment_dsc .detail p {
  padding: 0px 40px 20px;
}
@media (max-width: 768px) {
  .p-ladies .treatment_list_cnt.is__noImage .treatment_dsc .detail p {
    padding: 0 4vw 4vw;
  }
}
.p-ladies .treatment_list_cnt .treatment_dsc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  height: 100%;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-ladies .treatment_list_cnt .treatment_dsc .detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-ladies .treatment_list_cnt .treatment_dsc .detail p {
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-ladies .treatment_list_cnt .treatment_dsc .detail p {
    padding: 2.9333333333vw 4vw;
  }
}
.p-ladies .treatment_list_cnt .treatment_dsc .detail p + p {
  border-top: 1px dashed #D6D6D6;
}
.p-ladies .treatment_list_cnt .treatment_dsc .detail_space {
  border-top: 1px dashed #D6D6D6;
  height: 113px;
}
.p-ladies .treatment_list_cnt .treatment_dsc .price {
  display: grid;
  place-content: center;
  background-color: #F9F1EE;
  min-width: 123px;
  color: #C27358;
  text-align: right;
}
@media (max-width: 768px) {
  .p-ladies .treatment_list_cnt .treatment_dsc .price {
    min-width: 24vw;
  }
}
.p-ladies .treatment_list_cnt .treatment_dsc .price p {
  min-width: 3em;
}
.p-ladies .treatment_list_cnt .treatment_dsc .price span {
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 768px) {
  .p-ladies .treatment_list_cnt .treatment_dsc .price span {
    font-size: 3.7333333333vw;
  }
}
.p-ladies .treatment_list .cmn__ttl {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-ladies .treatment_list .cmn__ttl {
    font-size: 4.8vw;
    margin-bottom: 4.6666666667vw;
  }
}
.p-ladies .treatment_list .cmn__ttl span {
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-ladies .treatment_list .cmn__ttl span {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 1150px) and (min-width: 769px) {
  .p-ladies .treatment_list .cmn__ttl span.is__badgeside {
    display: block;
    margin-right: 80px;
  }
}
.p-ladies .treatment_list .cmn__ttl .small {
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-ladies .treatment_list .cmn__ttl .small {
    font-size: 3.2vw;
  }
}
.p-ladies .attention {
  font-size: 12px;
  margin-top: 20px;
  color: #7E7E7E;
}
@media (max-width: 768px) {
  .p-ladies .attention {
    font-size: 3.2vw;
    margin-top: 4.6666666667vw;
  }
}
.p-ladies .pt_1em {
  padding-top: 1em;
}
.p-ladies .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #FFFB9B));
  background: linear-gradient(transparent 60%, #FFFB9B 40%);
  display: inline;
}
.p-ladies .underline.is__pink {
  background-image: url(/resource/ladies/index/images/underline_pink.png);
  background-size: auto 60%;
  background-repeat: repeat-x;
  background-position: bottom;
  opacity: 0.7;
}
.p-ladies .cmn_announce__wrp {
  background-color: #F9F7F7;
}
@media (min-width: 769px) {
  .p-ladies .cmn_announce__wrp {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .p-ladies .cmn_announce__wrp {
    padding: 0 5.3333333333vw;
  }
}
@media (max-width: 768px) {
  .p-ladies .cmn_announce__wrp .cmn__inr {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-ladies .ind_patturn_sct__wrp .tag {
  background-color: #C27358;
  color: #fff;
  padding: 3px 15px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-top: 40px;
  margin-bottom: 15px;
}
.p-ladies .ind_patturn_sct__wrp .tag::before {
  content: "";
  background-color: #C27358;
  width: 20px;
  height: 100%;
  -webkit-clip-path: polygon(100% 50%, 0% 0%, 0 100%);
          clip-path: polygon(100% 50%, 0% 0%, 0 100%);
  display: block;
  position: absolute;
  right: -20px;
  top: 0px;
}
.p-ladies .ind_patturn_sct__wrp.is__section2 {
  margin-top: 110px;
}
@media (max-width: 768px) {
  .p-ladies .ind_patturn_sct__wrp.is__section2 {
    margin-top: 13.3333333333vw;
  }
}
.p-ladies .ind_patturn_sct__wrp.is__section2 .ind_patturn__img {
  left: 0px;
  top: -30px;
}
@media (max-width: 768px) {
  .p-ladies .ind_patturn_sct__wrp.is__section2 .ind_patturn__img {
    top: 0px;
  }
}
.p-ladies .ind_patturn_sct__wrp.is__section2 .ind_patturn_sct__inr {
  margin-left: auto;
  margin-right: inherit;
}
.p-ladies .ind_patturn_sct__wrp.is__section2.is__reverse .tag {
  margin-top: -10px;
  margin-bottom: 15px;
}
.p-ladies .ind_patturn_sct__wrp.is__section2.is__reverse .ind_patturn__img {
  left: inherit;
  right: 0;
}
.p-ladies .ind_patturn_sct__wrp.is__section2.is__reverse .ind_patturn_sct__inr {
  margin-left: inherit;
  margin-right: auto;
}
.p-ladies .ind_patturn_sct__img {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .p-ladies .ind_patturn_sct__img {
    margin-top: 13.3333333333vw;
  }
}
.p-ladies .cmn__inr.is__patturn .cmn__ttl.is__serif_l {
  padding-bottom: 73px;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__patturn .cmn__ttl.is__serif_l {
    padding-top: 14.6666666667vw;
    padding-bottom: 9.3333333333vw;
  }
}
.p-ladies .cmn__inr .is__cost_notice {
  max-width: 960px;
  margin: auto;
  background-color: #fff;
  padding: 50px;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr .is__cost_notice {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr .is__cost_notice p {
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr .is__cost_notice .is__sp_center {
    text-align: center;
  }
}
.p-ladies .cmn__inr .is__cost_notice .cmn__ttl {
  font-size: 24px;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr .is__cost_notice .cmn__ttl {
    font-size: 4.4vw;
    text-align: center;
  }
}
.p-ladies .cmn__inr .is__cost_notice .img_title {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr .is__cost_notice .img_title {
    margin-top: 8vw;
  }
}
.p-ladies .cmn__inr .is__cost_notice .cost__attention {
  color: #525252;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr .is__cost_notice .cost__attention {
    font-size: 2.9333333333vw;
  }
}
@media (min-width: 769px) {
  .p-ladies .cmn__inr.is__border {
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
}
.p-ladies .cmn__inr.is__effect {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__effect {
    margin-top: 10.6666666667vw;
  }
}
.p-ladies .cmn__inr.is__effect .ind_age__inr > .cmn__ttl::before {
  width: calc(100% - 3.5em);
}
.p-ladies .cmn__inr.is__effect .ind_age__inr .cmn__txt {
  font-size: 14px;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__effect .ind_age__inr .cmn__txt {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 1120px) and (min-width: 769px) {
  .p-ladies .cmn__inr.is__effect .cmn_column__wrp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px 10px;
  }
  .p-ladies .cmn__inr.is__effect .ind_age__inr {
    width: 100%;
  }
}
.p-ladies .cmn__inr.is__effect .cmn__ttl.is__serif_l.is__center {
  font-size: 34px;
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__effect .cmn__ttl.is__serif_l.is__center {
    font-size: 6.4vw;
    padding-bottom: 2.8vw;
    padding-top: 0;
  }
}
.p-ladies .cmn__inr.is__effect .is__min {
  font-size: 24px;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__effect .is__min .is__min {
    font-size: 3.8666666667vw;
  }
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__effect details {
    position: relative;
  }
  .p-ladies .cmn__inr.is__effect details .cmn__btn {
    background-image: url(/resource/ladies/index/images/icon_plus.png);
    list-style: none;
    border: 0.2666666667vw solid #B7775D;
    max-width: 53.3333333333vw;
    line-height: 1.12;
    margin: 7vw auto 0;
    font-size: 3.4666666667vw;
  }
  .p-ladies .cmn__inr.is__effect details .cmn__btn::-webkit-details-marker {
    display: none;
  }
  .p-ladies .cmn__inr.is__effect details[open] {
    margin-bottom: 5rem;
  }
  .p-ladies .cmn__inr.is__effect details[open] .cmn__btn {
    position: absolute;
    bottom: -5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url(/resource/ladies/index/images/icon_minus.png);
  }
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__type {
    margin-top: 0;
    border-top: none;
  }
}
.p-ladies .cmn__inr.is__type .cmn_dsc__wrp {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__type .cmn_dsc__wrp {
    margin-bottom: 10.6666666667vw;
  }
}
.p-ladies .cmn__inr.is__type .cmn_dsc__wrp .cmn__txt {
  font-weight: bold;
}
.p-ladies .cmn__inr.is__type .cmn__ttl + .cmn__txt {
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-ladies .cmn__inr.is__type {
    padding-left: 5%;
    padding-right: 5%;
  }
  .p-ladies .cmn__inr.is__type .cmn_column__wrp {
    gap: 30px 0;
  }
  .p-ladies .cmn__inr.is__type .cmn_column__wrp .ind_type__wrp {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__salon {
    background-position: bottom 0 center;
  }
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__support {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-ladies .cmn__inr.is__support .out_support_lst__wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px 0;
  }
  .p-ladies .cmn__inr.is__support .out_support_lst__box {
    width: 60%;
  }
}
.p-ladies .cmn__inr.is__worries .worries_case_wrp {
  display: grid;
  gap: 65px 80px;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .p-ladies .cmn__inr.is__worries .worries_case_wrp {
    grid-template-columns: repeat(2, 540px);
  }
}
.p-ladies .cmn__inr.is__worries .worries_case .cmn__ttl.is__serif_m {
  margin-bottom: 30px;
}
.p-ladies .cmn__inr.is__worries .worries_case .cmn_column__wrp.is__column3 {
  font-weight: bold;
  max-width: 456px;
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__worries .worries_case .cmn_column__wrp.is__column3 {
    max-width: 74.6666666667vw;
    margin: 0 auto 6.9333333333vw;
  }
}
.p-ladies .cmn__inr.is__worries .worries_case .cmn__btn {
  max-width: 350px;
  margin: 30px auto 0 !important;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__worries .worries_case .cmn__btn {
    max-width: 100%;
    margin: 8vw auto 0 !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-ladies .cmn__inr.is__worries .worries_case_wrp {
    grid-template-columns: repeat(1, 90%);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-ladies .cmn__inr.is__cure_point .point_wrp {
  margin-top: 95px;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__cure_point .point_wrp {
    margin-top: 13.3333333333vw;
  }
}
.p-ladies .cmn__inr.is__cure_point .point_wrp .cmn__ttl {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__cure_point .point_wrp .cmn__ttl {
    margin-bottom: 8vw;
    text-align: center;
  }
  .p-ladies .cmn__inr.is__cure_point .point_wrp .cmn__ttl.is__serif_m {
    font-size: 5.0666666667vw;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .p-ladies .cmn__inr.is__worries_case {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.p-ladies .cmn__inr.is__worries_case .worries-case_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px auto;
}
@media (min-width: 769px) {
  .p-ladies .cmn__inr.is__worries_case .worries-case_wrp {
    gap: 20px 50px;
    max-width: 700px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__worries_case .worries-case_wrp {
    gap: 1.3333333333vw 0px;
    margin: 8vw auto 6.6666666667vw;
    max-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-ladies .cmn__inr.is__worries_case .worries-case_wrp .worries_list_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.p-ladies .cmn__inr.is__worries_case .worries-case_wrp .worries_list_cnt img {
  width: 200px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__worries_case .worries-case_wrp .worries_list_cnt img {
    width: 39.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__worries_case .worries-case_wrp .worries_list_cnt:nth-of-type(3) {
    width: 100%;
  }
}
.p-ladies .cmn__inr.is__hair-cause .cmn__btn.is__cv {
  background-color: #D7A476;
  max-width: 450px;
}
.p-ladies .cmn__inr.is__hair-cycle .cmn__btn_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__hair-cycle .cmn__btn_wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
  }
}
.p-ladies .cmn__inr.is__hair-cycle .cmn__btn_wrp .cmn__btn {
  padding: 1em 1em;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__hair-cycle .cmn__btn_wrp .cmn__btn {
    font-size: 4vw;
    margin-top: 0;
  }
}
.p-ladies .cmn__inr.is__hair-cycle .cmn__btn_wrp .cmn__btn.is_brown {
  background-color: #D7A476;
  border: 2px solid #D7A476;
  margin-top: auto;
}
.p-ladies .cmn__inr.is__selfcare .cmn__txt {
  text-align: left;
}
.p-ladies .cmn__inr.is__selfcare .cmn_dsc__wrp {
  padding-left: 0;
  padding-right: 0;
}
.p-ladies .cmn__inr.is__selfcare .selfcare_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__selfcare .selfcare_cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 769px) {
  .p-ladies .cmn__inr.is__selfcare .selfcare_cnt img {
    width: 420px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (min-width: 769px) {
  .p-ladies .cmn__inr.is__selfcare .selfcare_cnt_txt {
    width: 480px;
    margin-right: 50px;
  }
}
.p-ladies .cmn__inr.is__selfcare .selfcare_cnt_txt .cmn__ttl.is__serif_m {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__selfcare .selfcare_cnt_txt .cmn__ttl.is__serif_m {
    margin-top: 4vw;
    margin-bottom: 3.3333333333vw;
  }
}
.p-ladies .cmn__inr.is__selfcare .selfcare_cnt_txt .cmn__ttl.is__bold {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__selfcare .selfcare_cnt_txt .cmn__ttl.is__bold {
    margin-top: 6.6666666667vw;
    margin-bottom: 4vw;
  }
}
@media (min-width: 769px) {
  .p-ladies .cmn__inr.is__selfcare .selfcare_cnt.is__reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .p-ladies .cmn__inr.is__selfcare .selfcare_cnt.is__reverse .selfcare_cnt_txt {
    margin-left: 50px;
    margin-right: inherit;
  }
}
.p-ladies .cmn__inr.is__selfcare .selfcare_cnt + .selfcare_cnt {
  margin-top: 80px;
}
@media screen and (max-width: 950px) and (min-width: 769px) {
  .p-ladies .cmn__inr.is__selfcare .selfcare_cnt, .p-ladies .cmn__inr.is__selfcare .selfcare_cnt.is__reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .p-ladies .cmn__inr.is__selfcare .selfcare_cnt .selfcare_cnt_txt, .p-ladies .cmn__inr.is__selfcare .selfcare_cnt.is__reverse .selfcare_cnt_txt {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    width: 100%;
  }
}
.p-ladies .cmn__inr.is__howto-hide {
  max-width: 960px;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .p-ladies .cmn__inr.is__howto-hide {
    padding: 0 5% 150px;
  }
}
.p-ladies .cmn__inr.is__howto-hide .howto-hide_wrp {
  display: grid;
  gap: 13.3333333333vw 0;
}
@media (min-width: 769px) {
  .p-ladies .cmn__inr.is__howto-hide .howto-hide_wrp {
    grid-template-columns: repeat(3, 300px);
    gap: 60px 30px;
    margin-top: 80px;
  }
}
.p-ladies .cmn__inr.is__howto-hide .howto-hide_wrp .howto-hide_cnt .cmn__ttl {
  font-size: 26px;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__howto-hide .howto-hide_wrp .howto-hide_cnt .cmn__ttl {
    font-size: 4.2666666667vw;
    text-align: center;
    margin: 4vw 0;
  }
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-ladies .cmn__inr.is__howto-hide .howto-hide_wrp {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__treatment_case .cmn__ttl.is__serif_m {
    font-size: 5.0666666667vw;
  }
}
.p-ladies .cmn__inr.is__treatment_case .case_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
  max-width: 750px;
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__treatment_case .case_wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
    margin: 4vw auto 0;
  }
}
@media (min-width: 769px) {
  .p-ladies .cmn__inr.is__question {
    padding: 0 100px 150px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .p-ladies .cmn__inr.is__question {
    padding: 0 5% 150px;
  }
}
.p-ladies .cmn__inr.is__question .cmn__ttl.is__serif_l {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__question .cmn__ttl.is__serif_l {
    padding-bottom: 10.6666666667vw;
  }
}
.p-ladies .cmn__inr.is__question .question_wrp {
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__question .question_wrp {
    padding: 7.3333333333vw 0 0;
    border-bottom: none;
  }
}
.p-ladies .cmn__inr.is__question .question_wrp li + li {
  border-top: 1px solid #D6D6D6;
  margin-top: 40px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__question .question_wrp li + li {
    margin-top: 10.6666666667vw;
    padding-top: 10.6666666667vw;
  }
}
.p-ladies .cmn__inr.is__question .question_wrp .cmn__ttl {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr.is__question .question_wrp .cmn__ttl {
    margin-bottom: 6vw;
    font-size: 5.0666666667vw;
  }
}
.p-ladies .cmn__inr .ind_column__wrp {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .p-ladies .cmn__inr .ind_column__wrp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-ladies .cmn__inr .ind_column__wrp .recommend_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr .ind_column__wrp .recommend_lead {
    margin-bottom: 6.6666666667vw;
  }
}
.p-ladies .cmn__inr .ind_column__wrp .recommend_lead span {
  font-weight: bold;
  color: #C27358;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-size: 24px;
  line-height: 1.4;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr .ind_column__wrp .recommend_lead span {
    font-size: 5.0666666667vw;
    padding: 4vw 0;
  }
}
.p-ladies .cmn__inr .ind_column__wrp .recommend_lead img {
  width: 100px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .p-ladies .cmn__inr .ind_column__wrp .recommend_lead img {
    width: 18.6666666667vw;
    margin-right: 4vw;
  }
}
.p-ladies .ind_type__wrp {
  padding-left: 0;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-ladies .ind_type__wrp {
    margin-bottom: 12vw;
  }
}
@media (min-width: 769px) {
  .p-ladies .ind_type__wrp > div {
    padding-left: 175px;
  }
}
.p-ladies .ind_type__wrp .type_text {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-ladies .ind_type__wrp .type_text {
    margin-top: 4vw;
    margin-bottom: 8vw;
  }
}
.p-ladies .ind_type__wrp .cmn__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0.5em 4em;
}
@media (max-width: 768px) {
  .p-ladies .ind_type__wrp .cmn__btn {
    width: 100%;
    padding: 0.5em 3em;
  }
}
.p-ladies .ind_type__wrp:not(:nth-child(-n+1)) {
  margin-top: 0;
}
@media (min-width: 769px) {
  .p-ladies .ind_type__wrp.is__type4 .type_text {
    margin-top: 50px;
  }
}
.p-ladies .ind_type__wrp.is__type5 {
  width: 100%;
  margin-bottom: 0;
}
.p-ladies .ind_type__wrp.is__type5::before {
  background-image: url(/resource/ladies/index/images/ind_type5__img.png);
  background-size: contain;
}
.p-ladies .ind_type__wrp.is__type5 .cmn__ttl::after {
  background-image: url(/resource/ladies/index/images/ind_type5__img.png);
  background-size: contain;
}
.p-ladies .ind_type__wrp.is__type5 .type_list_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .p-ladies .ind_type__wrp.is__type5 .type_list_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-ladies .ind_type__wrp.is__type5 .type_list_flex ul + ul {
  margin-left: 60px;
}
@media (max-width: 768px) {
  .p-ladies .ind_type__wrp.is__type5 .type_list_flex ul + ul {
    margin-left: 0px;
  }
}
.p-ladies .ind_type__wrp.is__type5 .cmn__txt.is__bold {
  margin-top: 34px;
}
@media (max-width: 768px) {
  .p-ladies .ind_type__wrp.is__type5 .cmn__txt.is__bold {
    margin-top: 6.5333333333vw;
    margin-bottom: 2em;
  }
}
.p-ladies .out_online__wrp {
  margin-bottom: 0;
  max-width: 960px;
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-ladies .out_online__wrp {
    margin-top: 5.3333333333vw;
  }
}
.p-ladies .out_online__wrp a {
  border-color: #C27358;
}
.p-ladies .out_online__wrp .out_online__caption {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  background-color: #FFF2F0;
  padding: 20px 55px 30px;
  position: relative;
}
.p-ladies .out_online__wrp .out_online__caption span {
  font-size: 20px;
}
.p-ladies .out_online__wrp .out_online__caption strong {
  font-size: 26px;
}
@media (max-width: 768px) {
  .p-ladies .out_online__wrp .out_online__caption {
    padding: 4vw 4.4vw 6.6666666667vw;
  }
  .p-ladies .out_online__wrp .out_online__caption::before {
    position: absolute;
    top: 4vw;
    width: 12.6666666667vw;
    height: 21.3333333333vw;
  }
  .p-ladies .out_online__wrp .out_online__caption span {
    font-size: 3.4666666667vw;
    margin-left: 16.6666666667vw;
  }
  .p-ladies .out_online__wrp .out_online__caption strong {
    font-size: 4.4vw;
  }
}
.p-ladies .out_online__wrp .out_online__caption_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.p-ladies .out_online__wrp .out_online__caption_wrp .cmn__btn {
  margin-top: 30px;
  max-width: 350px;
  line-height: 2.5;
}
@media (max-width: 768px) {
  .p-ladies .out_online__wrp .out_online__caption_wrp .cmn__btn {
    margin-top: 4vw;
    max-width: 80vw;
    line-height: 1.5;
  }
}

.worries_btn_wrp {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .worries_btn_wrp {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (min-width: 769px) {
  .worries_btn_wrp .cmn__btn {
    width: 640px;
    max-width: 900px;
  }
  .worries_btn_wrp .cmn__btn + .cmn__btn {
    margin-top: 40px;
  }
}

@media (min-width: 769px) {
  .ind_clinic_wrp .cmn__inr {
    max-width: 960px;
  }
}
@media (min-width: 769px) {
  .ind_clinic_wrp .cmn__ttl.is__serif_l {
    padding-bottom: 60px;
  }
}

.cli_list__wrp .slick-track {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.cli_list__wrp .slick-slide {
  height: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
@media (max-width: 768px) {
  .cli_list__wrp .slick-slide {
    margin-left: 3vw;
    margin-right: 3vw;
  }
}
@media (min-width: 769px) {
  .cli_list__wrp .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cli_list__wrp .slick-arrow {
  position: absolute;
  background-color: #C27358;
  background-position: center;
  z-index: 1;
  border-radius: 100px;
  width: 2em;
  height: 2em;
  bottom: 50%;
  background-repeat: no-repeat;
  background-size: 0.6em;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.428%22%20height%3D%2221.23%22%20viewBox%3D%220%200%2012.428%2021.23%22%3E%3Cpath%20id%3D%22cmn__arrow%22%20data-name%3D%22cmn__arrow%22%20d%3D%22M660.325%2C12965.795l8.807%2C8.493-8.807%2C8.5%22%20transform%3D%22translate%28-658.204%20-12963.674%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
}
@media (min-width: 769px) {
  .cli_list__wrp .slick-arrow {
    width: 50px;
    height: 50px;
    top: 50%;
    bottom: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.cli_list__wrp .slick-arrow.prev-arrow {
  left: -0.5em;
}
@media (max-width: 768px) {
  .cli_list__wrp .slick-arrow.prev-arrow {
    -webkit-transform: scale(-1, 1) translateY(50%);
            transform: scale(-1, 1) translateY(50%);
  }
}
@media (min-width: 769px) {
  .cli_list__wrp .slick-arrow.prev-arrow {
    left: -80px;
    -webkit-transform: scale(-1, 1) translateY(-50%);
            transform: scale(-1, 1) translateY(-50%);
  }
}
.cli_list__wrp .slick-arrow.next-arrow {
  right: -0.5em;
}
@media (max-width: 768px) {
  .cli_list__wrp .slick-arrow.next-arrow {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
@media (min-width: 769px) {
  .cli_list__wrp .slick-arrow.next-arrow {
    right: -80px;
  }
}
.cli_list__wrp .slick-dots {
  margin-top: 0.5em;
  bottom: inherit;
}
@media (min-width: 769px) {
  .cli_list__wrp .slick-dots {
    margin-top: 10px;
  }
}
.cli_list__wrp .slick-dots li {
  width: 12px;
  height: 12px;
}
.cli_list__wrp .slick-dots li button {
  background-color: #E2E2E2;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}
.cli_list__wrp .slick-dots li button::before {
  content: none;
}
.cli_list__wrp .slick-dots .slick-active button {
  background-color: #C27358;
}

.cli_list {
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
@media (max-width: 768px) {
  .cli_list {
    width: 89.33076923vw !important;
    margin-bottom: 15vw;
  }
}
@media (min-width: 769px) {
  .cli_list {
    width: 300px !important;
  }
}

.cli_cover {
  position: relative;
}
@media (max-width: 768px) {
  .cli_cover {
    height: 50vw;
  }
}
@media (min-width: 769px) {
  .cli_cover {
    height: 140px;
  }
}

.cli_cover__thumb {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cli_list__tokyo .cli_cover__thumb {
  background-image: url(/resource/clinic/index/images/clinic_tokyo.jpg);
}
.cli_list__nagoya .cli_cover__thumb {
  background-image: url(/resource/clinic/index/images/clinic_nagoya.jpg);
}
.cli_list__osaka .cli_cover__thumb {
  background-image: url(/resource/clinic/index/images/clinic_osaka.jpg);
}
.cli_list__fukuoka .cli_cover__thumb {
  background-image: url(/resource/clinic/index/images/clinic_fukuoka.jpg);
}
.cli_list__sapporo .cli_cover__thumb {
  background-image: url(/resource/clinic/index/images/clinic_sapporo.jpg);
}

.cli_cover__detail {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cli_cover__sex {
  background-color: #7E7E7E;
  width: 26%;
  text-align: center;
  padding: 6px 0 2px;
}
.cli_cover__sex.ladies_only {
  background-color: #FF8470;
}
@media (max-width: 768px) {
  .cli_cover__sex {
    font-size: 3.73333vw;
  }
}
@media (min-width: 769px) {
  .cli_cover__sex {
    font-size: 12px;
  }
}

.cli_cover__area {
  background-color: #D7A476;
  width: 74%;
  text-align: center;
  padding: 4px 0 4px;
}
@media (max-width: 768px) {
  .cli_cover__area {
    font-size: 4.26666vw;
  }
}
@media (min-width: 769px) {
  .cli_cover__area {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .cli_info {
    padding: 8% 6% 8% !important;
  }
}
@media (min-width: 769px) {
  .cli_info {
    padding: 30px 20px !important;
  }
}

.cli_info__logo {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cli_info__logo {
    width: 80%;
  }
}
@media (min-width: 769px) {
  .cli_info__logo {
    width: 185px;
  }
}

.cli_info__list_wrp {
  padding-top: 15px;
  width: 90%;
}

.cli_info__list {
  background-repeat: no-repeat;
  font-weight: normal;
  color: #363636;
}
@media (max-width: 768px) {
  .cli_info__list {
    background-size: 6vw;
    background-position: 0 0.4em;
    padding-left: 8vw;
    padding-bottom: 1em;
    line-height: 1.6;
  }
}
@media (min-width: 769px) {
  .cli_info__list {
    background-size: 15.7px;
    background-position: 0 0.4em;
    padding-left: 26px;
    padding-bottom: 16px;
    line-height: 1.6;
    font-size: 15px;
  }
}
.cli_info__list.address {
  background-image: url(/resource/clinic/index/images/icon_address.png);
}
.cli_info__list.tel {
  background-image: url(/resource/clinic/index/images/icon_tel.png);
}
.cli_info__list.train {
  background-image: url(/resource/clinic/index/images/icon_train.png);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cli_info__btn_wrp {
  padding-top: 20px;
}
.cli_info__btn_wrp .cmn__btn {
  margin: 0 auto;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cli_info__btn_wrp .cmn__btn {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cli_info__btn_wrp .cmn__btn {
    width: 100%;
  }
}