@charset "UTF-8";
.nolink {
  pointer-events: none;
}

*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
  padding-left: 0;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
html {
  -webkit-text-size-adjust: 100%;
}

h5, h6 {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0 0 1em;
}

img {
  height: auto;
  border: none;
  object-fit: contain;
}

iframe {
  max-width: 100%;
  height: 100%;
  border: none;
}

em, i {
  font-style: normal;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
@font-face {
  font-family: "Amiri";
  src: url("Amiri/Amiri-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Great Vibes";
  src: url("Great_Vibes/GreatVibes-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.bold {
  font-weight: bold;
}

.red {
  color: #ff0000;
}

.img_c {
  margin: 1.2rem auto;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 1.2rem auto;
}

.tate {
  max-width: 60%;
}

@media screen and (min-width: 48em), print {
  .img_c {
    margin: 10px auto 24px;
  }
  .img_l {
    float: left;
    max-width: 40%;
    margin: 0 30px 24px 0;
  }
  .img_r {
    float: right;
    max-width: 40%;
    margin: 0 0 24px 30px;
  }
  .tate {
    max-width: 25% !important;
  }
  .cf.fit .img_l, .cf.fit .img_r {
    margin-bottom: 10px;
  }
}
.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt5 {
  margin-top: 0.5rem;
}

main.wrap > section ~ section {
  margin-top: 4rem;
}
main.wrap > section section {
  margin-top: 3rem;
}
main.wrap > section section section {
  margin-top: 2rem;
}

article ~ article {
  margin-top: 4rem;
}
article > section,
article .sec_pkg > section:not(:first-of-type) {
  margin-top: 3rem;
}
article > section > section,
article > section .sec_pkg > section:not(:first-of-type),
article .sec_pkg > section:not(:first-of-type) > section,
article .sec_pkg > section:not(:first-of-type) .sec_pkg > section:not(:first-of-type) {
  margin-top: 2.5rem;
}
article > section > section > section,
article > section .sec_pkg > section:not(:first-of-type) > section,
article .sec_pkg > section:not(:first-of-type) > section > section,
article .sec_pkg > section:not(:first-of-type) .sec_pkg > section:not(:first-of-type) > section {
  margin-top: 2rem;
}
article > section > section > section > section,
article > section .sec_pkg > section:not(:first-of-type) > section > section,
article .sec_pkg > section:not(:first-of-type) > section > section > section,
article .sec_pkg > section:not(:first-of-type) .sec_pkg > section:not(:first-of-type) > section > section {
  margin-top: 1.5rem;
}
article h2 + section, article h3 + section, article h4 + section, article h5 + section {
  margin-top: 0 !important;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 80px;
  }
  .mt30 {
    margin-top: 60px;
  }
  .mt20 {
    margin-top: 40px;
  }
  .mt10 {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 10px;
  }
  main.wrap > section ~ section {
    margin-top: 80px;
  }
  main.wrap > section section {
    margin-top: 60px;
  }
  main.wrap > section section section {
    margin-top: 40px;
  }
  article ~ article {
    margin-top: 80px;
  }
  article > section,
  article .sec_pkg > section:not(:first-of-type) {
    margin-top: 60px;
  }
  article > section > section,
  article > section .sec_pkg > section:not(:first-of-type),
  article .sec_pkg > section:not(:first-of-type) > section,
  article .sec_pkg > section:not(:first-of-type) .sec_pkg > section:not(:first-of-type) {
    margin-top: 40px;
  }
  article > section > section > section,
  article > section .sec_pkg > section:not(:first-of-type) > section,
  article .sec_pkg > section:not(:first-of-type) > section > section,
  article .sec_pkg > section:not(:first-of-type) .sec_pkg > section:not(:first-of-type) > section {
    margin-top: 30px;
  }
  article > section > section > section > section,
  article > section .sec_pkg > section:not(:first-of-type) > section > section,
  article .sec_pkg > section:not(:first-of-type) > section > section > section,
  article .sec_pkg > section:not(:first-of-type) .sec_pkg > section:not(:first-of-type) > section > section {
    margin-top: 20px;
  }
}
.l-flex {
  display: flex;
  flex-wrap: wrap;
}

.l-flex_img {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.l-flex_img > img {
  flex: none;
}
.l-flex_img > img.img_l, .l-flex_img > img.img_r, .l-flex_img > img.img_c {
  margin-top: 0;
}

.flex2, .flex3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex2 > *, .flex3 > * {
  width: 48%;
}
.flex2 > *:nth-child(-n+2), .flex3 > *:nth-child(-n+2) {
  margin-top: 0 !important;
}

.flex2_pc, .flex3_pc {
  display: block;
}

@media screen and (min-width: 48em), print {
  .l-flex_img {
    flex-direction: row;
  }
  .l-flex_img > .img_l, .l-flex_img > .img_r {
    float: none;
  }
  .l-flex_img > .img_l + div, .l-flex_img > .img_r + div {
    flex: 1;
    max-width: 100%;
  }
  .flex2_pc, .flex3_pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flex2_pc > * {
    width: 48%;
  }
  .flex2_pc > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .flex3 > *, .flex3_pc > * {
    width: 30%;
  }
  .flex3 > *:nth-child(-n+3), .flex3_pc > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
.tel {
  display: inline-block;
  font-family: "Amiri", serif;
  white-space: nowrap;
  line-height: 1;
}
.tel::before {
  display: inline-block;
  font-family: "fontello";
  content: "\e801";
  transform: scale(0.75);
}

.rsv, .btn_rsv {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  white-space: nowrap;
}
.rsv::before, .btn_rsv::before {
  display: inline-block;
  margin-right: 0.1rem;
  font-family: "fontello";
  content: "\e802";
  color: #d2bb8f;
  transform: scale(0.8);
}

.btn_rsv {
  padding: 0 0.5em;
  line-height: 1.6;
  border: 1px solid #fff;
  border-radius: 1em;
}

.sns {
  line-height: 1;
}
.sns li {
  display: inline-block;
}
.sns li + li {
  margin-left: 1rem;
}
.sns li a {
  display: block;
  overflow: hidden;
  width: 30px;
  height: 28px;
  font-size: 28px;
  white-space: nowrap;
  color: #fff;
}
.sns li a::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "fontello";
  transition: 0.2s;
}
.sns_insta::before {
  content: "\e803";
}
.sns_twitter::before {
  content: "\e804";
  transform: scale(1.1);
}

.tbl_time {
  width: 100%;
  border-collapse: collapse;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5em 0.5em 0;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.5rem 0;
  color: #fff;
  background: #a2a2a2;
  border-left: 1px solid #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 32%;
  border-left: none;
}
.tbl_time tr th.time {
  color: #111;
  background: #fff;
}
.tbl_time tr td {
  padding: 0.5rem;
  text-align: center;
  color: #111;
  background: #fff;
  border-left: 1px solid #a2a2a2;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
  }
  .tbl_time caption {
    font-size: 100%;
  }
  .tbl_time tr th[scope=col] {
    padding: 8px 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 132px;
  }
  .tbl_time tr td {
    padding: 8px 0;
  }
}
.gmap, body#page_access .access_gmap {
  width: 100%;
}
.gmap iframe, body#page_access .access_gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  margin: 0 0 2.2rem;
  padding: 3rem 1rem;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 2.2rem;
}

.tit_02 {
  margin: 0 0 1.8rem;
  padding: 1em 0;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  background: url(../img/tit_02.svg) no-repeat center center/auto 3em;
}

.tit_03 {
  margin: 0 0 1.2rem;
  padding: 0.4rem 0.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
  background: url(../img/tit_03.png) no-repeat right top, linear-gradient(90deg, #b79c69, #ccb384);
  background-size: 30% auto, auto;
}

.tit_04 {
  margin: 0 0 1.2rem;
  padding: 0.2rem 0.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.2;
  background-image: linear-gradient(180deg, transparent calc(100% - 0.9rem), #f6edda calc(100% - 0.9rem));
}

.tit_05 {
  margin: 0 0 1rem;
  padding: 0.2rem 0.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.2;
  border-bottom: 2px solid #c7c7c7;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    margin: 0 0 30px;
    padding: 20px 0;
    font-size: 3.2rem;
  }
  .tit_02 {
    margin: 0 0 24px;
    font-size: 3.2rem;
    background-size: auto;
  }
  .tit_03 {
    margin: 0 0 18px;
    padding: 8px 10px 10px;
    font-size: 2.2rem;
  }
  .tit_04 {
    margin: 0 0 14px;
    padding: 4px 10px 6px;
    font-size: 2rem;
    background-image: linear-gradient(180deg, transparent calc(100% - 13px), #f6edda calc(100% - 13px));
  }
  .tit_05 {
    margin: 0 0 12px;
    padding: 2px 10px 4px;
    font-size: 1.8rem;
  }
}
.marker_dsc, .lst_ul > li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.marker_dsc::before, .lst_ul > li::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.1em;
  content: "";
  background: #cbb68f;
  transform: scale(0.35) rotate(45deg);
  vertical-align: -0.12em;
}
.marker_dsc > *, .lst_ul > li > * {
  text-indent: 0;
}

.lst_ul > li:first-child {
  margin-top: 0;
}
.lst_ul > li.none {
  padding-left: 0;
  text-indent: 0;
}
.lst_ul > li.none::before {
  display: none;
}
@media screen and (min-width: 48em), print {
  .lst_ul {
    margin-left: 10px;
  }
}

.lst_ol > li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.lst_ol > li::marker {
  color: #111;
}
@media screen and (min-width: 48em), print {
  .lst_ol {
    margin-left: 10px;
  }
}

.lst_marker > li, .lst_marker > dt {
  padding-left: 1em;
  text-indent: -1em;
}
.lst_marker > li > *, .lst_marker > dt > * {
  text-indent: 0;
}
.lst_marker > li.none, .lst_marker > dt.none {
  padding-left: 0;
  text-indent: 0;
}
.lst_marker > li.none::before, .lst_marker > dt.none::before {
  display: none;
}
.lst_marker > dd {
  margin-left: 1em;
}
.lst_marker > dd:not(:last-of-type) {
  margin-bottom: 0.8em;
}
@media screen and (min-width: 48em), print {
  .lst_marker {
    margin-left: 10px;
  }
}

.tbl_ {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl_ caption {
  text-align: left;
}
.tbl_ th, .tbl_ td {
  padding: 0.5rem;
  text-align: left;
  font-weight: normal;
}
@media screen and (min-width: 48em), print {
  .tbl_ th {
    padding: 10px;
  }
  .tbl_ td {
    padding: 10px 20px;
  }
}

.box_, .box_notice, .box_case {
  margin: 1rem 0;
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .box_, .box_notice, .box_case {
    padding: 20px;
  }
}
.box_case {
  background: #f6edda;
}
.box_notice {
  background: #f8f1f1;
}

.btn_, .btn_back {
  position: relative;
  display: inline-block;
  padding: 0.6em 1.5em;
  font-family: "Shippori Mincho", serif;
  font-size: 125%;
  line-height: 1.2;
  text-decoration: none !important;
  color: #fff;
  background: #777;
  transition: 0.3s;
}
.btn_::after, .btn_back::after {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-family: "fontello";
  font-size: 12px;
  line-height: 1;
  content: "\e80a";
}

.btn_back {
  color: #fff;
  background: #b79962;
}
.btn_back:hover {
  color: #fff;
  background: #ccb384;
}

.lnk_, .information_box .news_body a {
  text-decoration: underline;
  transition: 0.3s;
}
.lnk_:hover, .information_box .news_body a:hover {
  text-decoration: none;
}

.etc {
  display: block;
  padding-left: 1em;
}

em, .em {
  font-weight: bold;
}

.surgery {
  color: #111;
  background: #fff;
}
.surgery#surgery_list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1.5rem;
  padding: 2rem 0.5rem;
}
.surgery#surgery_list01 > section {
  width: 48%;
  margin: 0;
}
.surgery#surgery_list01 > section .tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 0.5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.25;
}
.surgery#surgery_list01 > section .tit::before {
  flex-shrink: 0;
  width: 18vw;
  height: 15vw;
  content: "";
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.surgery#surgery_list01 > section ul {
  font-size: 1.1rem;
  line-height: 1.25;
}
.surgery#surgery_list01 > section ul::before {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 1rem;
  content: "";
  background: linear-gradient(90deg, #fff 0%, #bc841e 12.12%, #bc841e 48.53%, #bc841e 88.7%, #fff 100%);
}
.surgery#surgery_list01 > section ul li {
  margin: 0.3rem 0 0 0.5rem;
  padding-left: 1em;
  text-indent: -1em;
}
.surgery#surgery_list01 > section ul li::before {
  display: inline-block;
  font-family: "fontello";
  content: "\e806";
  transform: scale(0.6) rotate(-90deg);
  text-indent: 0;
}
.surgery#surgery_list01 > section.cat01 .tit::before {
  background-image: url(../img/icon_surgery_cat01.svg);
}
.surgery#surgery_list01 > section.cat02 .tit::before {
  background-image: url(../img/icon_surgery_cat02.svg);
}
.surgery#surgery_list01 > section.cat03 .tit::before {
  background-image: url(../img/icon_surgery_cat03.svg);
}
.surgery#surgery_list01 > section.cat04 .tit::before {
  background-image: url(../img/icon_surgery_cat04.svg);
}
.surgery#surgery_list01 > section.cat05 .tit::before {
  background-image: url(../img/icon_surgery_cat05.svg);
}
.surgery#surgery_list01 > section.cat06 .tit::before {
  background-image: url(../img/icon_surgery_cat06.svg);
}
.surgery#surgery_list01 > section.cat07 .tit::before {
  background-image: url(../img/icon_surgery_cat07.svg);
}
.surgery#surgery_list01 > section.cat08 .tit::before {
  background-image: url(../img/icon_surgery_cat08.svg);
}
.surgery#surgery_list01 > section.cat09 .tit::before {
  background-image: url(../img/icon_surgery_cat09.svg);
}
.surgery#surgery_list01 > section.cat10 .tit::before {
  background-image: url(../img/icon_surgery_cat10.svg);
}
.surgery#surgery_list01 > section.cat11 .tit::before {
  width: 16vw;
  background-image: url(../img/icon_surgery_cat11.svg);
}
.surgery#surgery_list01 > section.cat12 .tit::before {
  background-image: url(../img/icon_surgery_cat12.svg);
}
.surgery#surgery_list02 {
  padding: 2rem 1rem;
  background: #fff url(../img/a_surgery_bg.png) no-repeat right bottom;
  background-size: 54% auto;
}
.surgery#surgery_list02 > section {
  margin: 0;
}
.surgery#surgery_list02 > section + section {
  margin: 1.5rem 0 0;
}
.surgery#surgery_list02 > section .tit {
  margin-bottom: 1rem;
  padding: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1;
}
.surgery#surgery_list02 > section .tit::before {
  font-family: "fontello";
  font-size: 120%;
  content: "\e800";
}
.surgery#surgery_list02 > section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1rem;
  margin: 0.5rem 0;
}
.surgery#surgery_list02 > section ul li {
  width: 48%;
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
}
.surgery#surgery_list02 > section ul li.solo {
  display: none;
}
.surgery#surgery_list02 > section ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 4.4rem;
  line-height: 4.4rem;
  text-align: center;
}
.surgery#surgery_list02 > section ul li a::after {
  display: block;
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
  font-family: "fontello";
  font-size: 1rem;
  line-height: 1;
  content: "\e80a";
}
.surgery#surgery_list02 > section ul li a.laserfacial, .surgery#surgery_list02 > section ul li a.hydrafacial, .surgery#surgery_list02 > section ul li a.electroporation {
  font-size: 1.2rem;
}
.surgery#surgery_list02 > section.subject01 .tit::before {
  color: #deaaaa;
}
.surgery#surgery_list02 > section.subject01 li a {
  background: #fbe7e7;
}
.surgery#surgery_list02 > section.subject01 li a::after {
  color: #deaaaa;
}
.surgery#surgery_list02 > section.subject02 .tit::before {
  color: #cbb68f;
}
.surgery#surgery_list02 > section.subject02 li a {
  background: #f6edda;
}
.surgery#surgery_list02 > section.subject02 li a::after {
  color: #bc841e;
}
.surgery#surgery_list02 > section.subject03 .tit::before {
  color: #c7c7c7;
}
.surgery#surgery_list02 > section.subject03 li a {
  background: #ebebeb;
}
.surgery#surgery_list02 > section.subject03 li a::after {
  color: #777;
}

@media screen and (min-width: 48em), print {
  .surgery#surgery_list01 {
    justify-content: center;
    column-gap: 50px;
    row-gap: 28px;
    padding: 60px 92px;
  }
  .surgery#surgery_list01 > section {
    width: 270px;
  }
  .surgery#surgery_list01 > section .tit {
    flex-direction: row;
    column-gap: 0;
    padding: 0 0.5rem;
    font-size: 2.2rem;
    text-align: center;
  }
  .surgery#surgery_list01 > section .tit::before {
    width: 80px;
    height: 74px;
  }
  .surgery#surgery_list01 > section .tit span {
    flex-grow: 1;
  }
  .surgery#surgery_list01 > section ul {
    font-size: 1.6rem;
  }
  .surgery#surgery_list01 > section ul li a:hover {
    color: #deaaaa;
    text-decoration: underline;
  }
  .surgery#surgery_list01 > section.cat11 .tit::before {
    width: 60px;
  }
  .surgery#surgery_list02 {
    padding: 50px 80px;
    background-size: auto;
  }
  .surgery#surgery_list02 > section + section {
    margin-top: 28px;
  }
  .surgery#surgery_list02 > section .tit {
    font-size: 2.4rem;
  }
  .surgery#surgery_list02 > section .tit::before {
    font-size: 120%;
  }
  .surgery#surgery_list02 > section ul {
    justify-content: flex-start;
    column-gap: 40px;
    row-gap: 18px;
    margin: 15px 0 20px;
  }
  .surgery#surgery_list02 > section ul li {
    width: 285px;
  }
  .surgery#surgery_list02 > section ul li a {
    position: relative;
    display: block;
    height: 66px;
    font-size: 2rem;
    line-height: 66px;
  }
  .surgery#surgery_list02 > section ul li a::after {
    right: 5px;
    bottom: 5px;
    font-size: 12px;
  }
  .surgery#surgery_list02 > section ul li a.laserfacial, .surgery#surgery_list02 > section ul li a.hydrafacial, .surgery#surgery_list02 > section ul li a.electroporation {
    font-size: 2rem;
  }
  .surgery#surgery_list02 > section ul li a:hover {
    opacity: 0.8;
  }
}
.table_wrap {
  overflow-x: scroll;
}
@media screen and (min-width: 48em), print {
  .table_wrap {
    overflow-x: initial;
  }
}

.tbl_price.-mens_hair_removal {
  width: 100%;
  white-space: nowrap;
  margin: 1.5rem 0;
  font-size: 1.2rem;
  line-height: 1.2;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #c5b18b;
}
@media screen and (min-width: 48em), print {
  .tbl_price.-mens_hair_removal {
    white-space: initial;
  }
}
.tbl_price.-mens_hair_removal caption {
  margin: 0.5rem 0;
  caption-side: bottom;
}
.tbl_price.-mens_hair_removal thead tr th {
  font-size: 1.4rem;
  padding: 1.6rem;
  font-weight: normal;
  color: #fff;
  background: #b79962;
}
.tbl_price.-mens_hair_removal tbody tr th {
  background: rgb(245.78125, 241.8100961538, 234.71875);
  border: 1px solid #bea270;
}
.tbl_price.-mens_hair_removal tbody tr td {
  padding: 1.6rem;
  text-align: center;
  border: 1px solid #bea270;
}
.tbl_price.-mens_hair_removal.-td_col4 tbody tr td {
  width: 25%;
}

.btn_base li a {
  width: 100%;
  padding: 1em 1.8em;
  background: #f6edda;
  position: relative;
  display: block;
}
@media screen and (min-width: 48em), print {
  .btn_base li a {
    width: fit-content;
  }
}
.btn_base li a::after {
  display: block;
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
  font-family: "fontello";
  font-size: 1rem;
  line-height: 1;
  content: "\e80a";
  color: #bc841e;
}

html {
  font-size: 3.125vw;
  font-family: YuGothic, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
}

body {
  color: #111;
  background-color: #fff;
  background-image: linear-gradient(180deg, #f8f1f1 10rem, #fff 36rem, transparent 36rem), url(../img/a_background.webp);
  background-repeat: no-repeat;
  background-position: left top, center bottom 35rem;
  background-size: cover, 240% auto;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(152, 132, 118, 0.95);
  position: fixed;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}
body.spnav_modal {
  height: 100%;
  overflow: hidden;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

.main {
  padding: 1rem 0;
  font-size: 1.4rem;
  line-height: 1.4;
}
.main.wrap {
  padding: 1rem 1rem 4rem;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1100px + 148px);
    background-image: linear-gradient(180deg, #f8f1f1 286px, #fff 770px, transparent 770px), url(../img/a_background.webp);
    background-position: left top, center bottom 88px;
    background-size: auto;
  }
  body::after {
    display: none;
  }
  body.spnav_modal {
    height: auto;
    overflow: auto;
  }
  a, button {
    transition: 0.2s;
  }
  .wrap {
    width: 1100px;
    margin: auto;
  }
  .main {
    padding: 50px 0 100px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .main.wrap {
    padding: 5px 0 60px;
  }
}
@media screen and (min-width: 2001px) {
  body {
    background-size: auto, cover;
  }
}
@media print {
  #nav.sticky {
    position: static !important;
  }
  .main {
    padding-top: 0 !important;
  }
}
.header {
  color: #fff;
  background: #9c887c url(../img/header_bg.jpg) no-repeat center top/cover;
}
.header .wrap .logo {
  height: 5.2rem;
  margin: 0;
  padding: 1rem 1rem 0;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo_header.webp) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .clinic_contact {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px 0 0;
  }
  .header .wrap .logo {
    width: 488px;
    height: 86px;
    padding: 0;
  }
  .header .wrap .clinic_contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 16px;
    width: 480px;
    padding: 10px 0 0;
  }
  .header .wrap .clinic_contact .tel {
    font-size: 3.4rem;
  }
  .header .wrap .clinic_contact .tel::before {
    transform: scale(0.65) translateY(4px);
  }
  .header .wrap .clinic_contact .btn_rsv {
    font-size: 2rem;
  }
  .header .wrap .clinic_contact .btn_rsv:hover {
    background: #8e786b;
  }
  .header .wrap .clinic_contact .sns a:hover::before {
    text-shadow: 0 0 3px #584337;
  }
}
#nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
#nav #sp_menu {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: block;
  width: 4rem;
  height: 3.8rem;
  margin: 0;
  padding: 0;
  color: #fff;
  background: rgba(156, 136, 124, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10%;
}
#nav #sp_menu .ico {
  position: relative;
  display: block;
  width: 2.4rem;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
#nav #sp_menu .ico::before, #nav #sp_menu .ico::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  transition: all 0.4s;
}
#nav #sp_menu .ico::before {
  top: -8px;
}
#nav #sp_menu .ico::after {
  top: 8px;
}
#nav #sp_menu .ico i {
  display: none;
}
#nav #sp_menu.close .ico {
  background: transparent;
}
#nav #sp_menu.close .ico::before {
  transform: translateY(8px) rotate(-45deg);
}
#nav #sp_menu.close .ico::after {
  transform: translateY(-8px) rotate(45deg);
}
#nav .sp_menuwrap {
  position: absolute;
  top: 6rem;
  left: 3vw;
  z-index: 5;
  overflow-y: auto;
  width: 94vw;
  max-height: 75vh;
  padding: 1.6rem;
  background: #fff;
}
#nav .sp_menuwrap.js-sp_box {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-3rem);
  transition: 0.5s ease;
}
#nav .sp_menuwrap.js-sp_box.is_open {
  height: auto;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#nav .sp_menuwrap .js-menu_box {
  display: none;
}
#nav .sp_menuwrap .gnav li:not(:last-child) {
  border-bottom: 1px dotted #111;
}
#nav .sp_menuwrap .gnav li.solo {
  display: none;
}
#nav .sp_menuwrap .gnav li.sub {
  position: relative;
}
#nav .sp_menuwrap .gnav li a, #nav .sp_menuwrap .gnav li .sub_btn {
  display: block;
  width: 100%;
  padding: 1rem;
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  text-align: left;
  background: none;
  border: none;
}
#nav .sp_menuwrap .gnav li .sub_btn {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
#nav .sp_menuwrap .gnav li .sub_btn::after {
  font-family: "fontello";
  content: "\e806";
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#nav .sp_menuwrap .gnav li .sub_btn.close::after {
  transform: rotate(180deg);
}
#nav .sp_menuwrap .gnav li .sub_box li:not(:last-child) {
  border-bottom: 1px solid #cbb68f;
}
#nav .sp_menuwrap .gnav li .sub_box li a {
  font-family: YuGothic, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
  color: #fff;
  background: rgba(172, 142, 85, 0.96);
}
#nav .sp_menuwrap .gnav li .sub_box li a::before {
  display: inline-block;
  margin-right: 0.2em;
  font-family: "fontello";
  content: "\e800";
  color: #eedec1;
  transform: scale(1.2);
}
#nav .sp_menuwrap .sns {
  padding: 1.8rem 0 0.5rem;
  text-align: center;
  border-top: 1px dotted #111;
}
#nav .sp_menuwrap .sns li + li {
  margin-left: 1.5rem;
}
#nav .sp_menuwrap .sns li a {
  color: #555;
}

@media screen and (min-width: 48em), print {
  #nav {
    position: relative;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .sp_menuwrap {
    display: block;
    position: static;
    top: auto;
    overflow: visible;
    width: 100%;
    padding: 5px;
  }
  #nav .sp_menuwrap.js-sp_box {
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: unset;
  }
  #nav .sp_menuwrap .gnav {
    width: 1100px;
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    border: none;
  }
  #nav .sp_menuwrap .gnav li:not(:last-child) {
    border-bottom: none;
  }
  #nav .sp_menuwrap .gnav li a, #nav .sp_menuwrap .gnav li .sub_btn {
    padding: 13px 24px;
    font-size: 1.6rem;
  }
  #nav .sp_menuwrap .gnav li a:hover, #nav .sp_menuwrap .gnav li .sub_btn:hover {
    font-weight: bold;
  }
  #nav .sp_menuwrap .gnav li .sub_btn {
    justify-content: flex-start;
  }
  #nav .sp_menuwrap .gnav li .sub_btn::after {
    margin-left: 0.2em;
    transform: scale(0.9);
  }
  #nav .sp_menuwrap .gnav li .sub_box {
    position: absolute;
    left: 24px;
    z-index: 1;
    width: 244px;
    text-align: left;
  }
  #nav .sp_menuwrap .gnav li .sub_box a {
    padding: 7px 10px;
  }
  #nav .sp_menuwrap .gnav li .sub_box a:hover {
    font-weight: normal;
    background: rgba(174, 124, 34, 0.96);
  }
  #nav .sp_menuwrap .sns {
    display: none;
  }
  #nav.sticky {
    width: 100%;
    margin: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
  }
  #nav.sticky .sp_menuwrap {
    background: rgba(255, 255, 255, 0.9);
  }
}
.breadcrumbs {
  padding: 1rem;
  color: #9b6f20;
  background: transparent;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  margin: 0 0.2em;
  content: "＞";
}

@media screen and (min-width: 48em), print {
  .breadcrumbs {
    width: 1100px;
    margin: 0 auto;
    padding: 18px 0 8px;
    font-size: 1.6rem;
  }
  .breadcrumbs a:hover {
    text-decoration: underline;
  }
}
.overview {
  padding: 2rem 0 0;
  font-size: 1.2rem;
  line-height: 1.6;
}
.overview .clinic_name {
  text-align: center;
  background-image: linear-gradient(90deg, #c4c4c4 30%, transparent 30%, transparent 70%, #c4c4c4 70%);
  background-repeat: no-repeat;
  background-position: center 4.5rem;
  background-size: 100% 1px;
}
.overview .clinic_name img {
  max-width: 70%;
  margin: 0 auto 2rem;
}
.overview > .wrap {
  padding: 0 1rem;
}
.overviewL .outline {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
}
.overviewL .outline dt {
  width: 6em;
  padding: 0.3em 0;
  text-align: center;
  color: #fff;
  background: #a2a2a2;
}
.overviewL .outline dd {
  width: calc(100% - 6em);
  padding: 0.3em 0.3em 0.3em 1em;
}
.overviewL .outline dd.tel {
  font-family: inherit;
  font-size: 112%;
}
.overviewL .outline dd.tel::before {
  display: none;
}
.overviewR .tbl_time {
  margin: 2rem 0;
}
.overview .gmap, .overview body#page_access .access_gmap, body#page_access .overview .access_gmap {
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 70px 0 0;
    font-size: 1.6rem;
  }
  .overview .clinic_name {
    margin: 0 0 38px;
    background-image: linear-gradient(90deg, #c4c4c4 calc(50% - 115px), transparent calc(50% - 115px), transparent calc(50% + 115px), #c4c4c4 calc(50% + 115px));
    background-repeat: no-repeat;
    background-position: center 74px;
    background-size: 100% 1px;
  }
  .overview .clinic_name img {
    max-width: 404px;
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 0 75px;
  }
  .overviewL .outline {
    align-items: flex-start;
    row-gap: 28px;
  }
  .overviewL .outline dt {
    padding: 6px 0;
  }
  .overviewL .outline dd {
    padding: 6px 30px;
  }
  .overviewR .tbl_time {
    width: 480px;
    margin: 0;
  }
  .overview .gmap, .overview body#page_access .access_gmap, body#page_access .overview .access_gmap {
    height: 506px;
  }
}
.footer {
  margin: 0 0 4rem;
}
.footer_sitemap {
  display: none;
}
.footer_info {
  padding: 1rem 1rem 0.8rem;
  text-align: center;
  color: #fff;
  background: #bea270;
}
.footer_info .sns {
  margin-bottom: 0.4rem;
}
.footer_info .copyright {
  display: block;
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  .footer {
    margin: 0;
  }
  .footer_sitemap {
    display: block;
    width: 1100px;
    margin: 0 auto;
    padding: 60px 0;
    font-size: 1.6rem;
    text-align: left;
  }
  .footer_sitemap ul {
    line-height: 1.6;
  }
  .footer_sitemap ul:not(:first-child) {
    margin-top: 20px;
  }
  .footer_sitemap ul.gnav .solo {
    display: none;
  }
  .footer_sitemap ul li {
    display: inline;
    -webkit-text-size-adjust: none;
  }
  .footer_sitemap ul li ul {
    display: inline;
    margin: 0;
  }
  .footer_sitemap ul li a {
    display: inline-block;
    margin-right: 30px;
  }
  .footer_sitemap ul li a::before {
    margin-right: 2px;
    content: "-";
  }
  .footer_sitemap ul li a:hover {
    text-decoration: underline;
  }
  .footer_sitemap ul .anchor {
    display: none;
  }
  .footer_info {
    padding: 16px 0;
  }
  .footer_info .sns {
    margin: 0;
  }
  .footer_info .copyright {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
#tel_up {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4rem;
  color: #fff;
  background: #988476;
}
#tel_up ul {
  display: flex;
  width: calc(100% - 4rem);
}
#tel_up ul li {
  flex-grow: 1;
  text-align: center;
  border-right: 1px solid #AC9B90;
}
#tel_up ul li a {
  display: inline-block;
}
#tel_up ul li .tel {
  padding: 0 1.2rem;
  font-size: 2rem;
  line-height: 1.6;
}
#tel_up ul li .rsv, #tel_up ul li .btn_rsv {
  padding: 0 1.2rem;
  font-size: 1.6rem;
  line-height: 2;
}
#tel_up #pageup {
  display: block;
  overflow: hidden;
  width: 4rem;
  height: 100%;
  padding: 0;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background: #82847c;
  border: none;
  cursor: pointer;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e80b";
  transform: scale(1.4);
}
#tel_up #pageup span {
  display: none;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 64px;
    height: 64px;
    left: auto;
    right: 30px;
    bottom: 64px;
    z-index: 5;
    background: transparent;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.16);
  }
  #tel_up #pageup:hover {
    background: #666;
  }
}
body#page_index {
  background-image: none, url(../img/a_background.webp);
}
body#page_index .header {
  position: relative;
  height: 24rem;
}
body#page_index .header .logo {
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em), print {
  body#page_index .header {
    background: none;
    height: 660px;
  }
  body#page_index .header .logo {
    margin: 0;
  }
}

.slider {
  margin: 2rem auto 4rem;
}
.slider .loopslider {
  width: 100%;
  height: 10.35rem;
  position: relative;
  overflow: hidden;
}
.slider .loopslider ul {
  height: 100%;
  display: inline;
  overflow: hidden;
}
.slider .loopslider ul li {
  width: 15.6rem;
  margin: 0 0.2rem;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #d3c5bc;
}
.slider .loopslider ul li img {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .slider {
    margin: 0 auto 8rem;
  }
  .slider .loopslider {
    height: 20.7rem;
  }
  .slider .loopslider ul li {
    width: 31.2rem;
  }
}
#keyvsl {
  position: relative;
  width: 100%;
  height: 18rem;
  max-width: 100%;
  background-image: url(../img/index_keyvsl01.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  box-shadow: 0 -3px 5px 0 #9c887c;
}
#keyvsl .catch {
  position: absolute;
  bottom: 2rem;
  right: 0;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 54vw;
  height: 42vw;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  line-height: 1;
  background: url(../img/index_keyvsl_catch.svg) no-repeat left 1em bottom/42vw auto;
}
#keyvsl .catch em {
  margin-bottom: 0.8em;
  text-indent: -1em;
  font-weight: normal;
  font-size: 150%;
}
#keyvsl .catch::before {
  position: absolute;
  top: 42%;
  left: 0;
  z-index: -1;
  display: inline-block;
  font-family: "Italianno", cursive;
  font-size: 280%;
  color: #7E6D63;
  content: "For natural beauty";
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 660px;
    box-shadow: none;
  }
  #keyvsl .catch {
    right: 0;
    left: calc(50% - 20px);
    bottom: 60px;
    z-index: 1;
    width: 582px;
    height: 470px;
    padding: 0 0 20px 28px;
    font-size: 3rem;
    background-position: left 15px top;
    background-size: 470px auto;
  }
  #keyvsl .catch em {
    margin-bottom: 60px;
    font-size: 4.6rem;
    text-indent: -45px;
  }
  #keyvsl .catch::before {
    top: 40%;
    left: 56px;
    font-size: 8.6rem;
    letter-spacing: 0.05em;
  }
}
.banner_top {
  margin: 2rem 1rem;
  text-align: center;
}
.banner_top a {
  position: relative;
  display: inline-block;
  margin: 0 auto 0.5rem;
  padding: 0.2rem 0 1.4rem;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #111;
  border-bottom: 1px solid #111;
}
.banner_top a::after {
  position: absolute;
  bottom: -0.6em;
  left: calc(50% - 1.5em);
  display: block;
  width: 3em;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "fontello";
  content: "\e806";
  color: #111;
  background: #fff;
}

@media screen and (min-width: 48em), print {
  .banner_top {
    width: 1100px;
    margin: 0 auto 50px;
  }
  .banner_top a {
    font-size: 2.4rem;
  }
  .banner_top a:hover {
    opacity: 0.8;
  }
}
.index_tit02, .solist_tit, .feature_tit, .information_tit, .recommend_tit {
  margin-bottom: 2rem;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}
.index_tit02 span, .solist_tit span, .feature_tit span, .information_tit span, .recommend_tit span {
  position: relative;
  top: -0.8rem;
  display: block;
  font-family: "Italianno", cursive;
  font-size: 4.2rem;
  line-height: 1;
  color: #dbcdb3;
}
@media screen and (min-width: 48em), print {
  .index_tit02, .solist_tit, .feature_tit, .information_tit, .recommend_tit {
    margin-bottom: 26px;
    font-size: 3rem;
  }
  .index_tit02 span, .solist_tit span, .feature_tit span, .information_tit span, .recommend_tit span {
    top: -1.4rem;
    font-size: 7.4rem;
    letter-spacing: 0.02em;
  }
}

.recommend_tit {
  margin-bottom: 0.5rem;
  text-align: center;
}
.recommend_box {
  margin: 0 4%;
}
.recommend_box li {
  margin-bottom: 1rem;
}
.recommend_box li a .recommend_bnr {
  overflow: hidden;
  height: 12rem;
  padding: 1rem;
  font-family: "Shippori Mincho", serif;
  border: 1px solid #d3c5bc;
  background-color: #f3ebdc;
  position: relative;
}
.recommend_box li a .recommend_bnr p.subject {
  line-height: 130%;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #111;
}
.recommend_box li a .recommend_bnr p.subject span {
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  padding: 3px 5px;
  letter-spacing: 0.1rem;
}
.recommend_box li a .recommend_bnr p.subject span.lady {
  margin-right: 0.5rem;
  background-color: #f48d96;
}
.recommend_box li a .recommend_bnr p.subject span.man {
  background-color: #7591e0;
}
.recommend_box li a .recommend_bnr p.title {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #333;
}
.recommend_box li a .recommend_bnr p.title.title_large {
  font-size: 2.8rem;
}
.recommend_box li a .recommend_bnr .price_wrap {
  gap: 0.2rem;
  display: flex;
}
.recommend_box li a .recommend_bnr .price_wrap .price {
  transform: translateY(0.1rem);
  position: static;
}
.recommend_box li a .recommend_bnr p.price {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 0;
  color: #333;
}
.recommend_box li a .recommend_bnr p.price .num {
  font-size: 1.4rem;
  margin-right: 1rem;
}
.recommend_box li a .recommend_bnr p.price .num.lady {
  color: #de6f78;
}
.recommend_box li a .recommend_bnr p.price .num.man {
  color: #5a76c5;
}
.recommend_box li a .recommend_bnr p.price .jen {
  font-size: 1rem;
}
.recommend_box li a .recommend_bnr.GMP {
  background-image: url(../img/recommend_bnr01_pc.png), url(../img/recommend_bnr_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 75%, 50%;
  background-position: right, -5rem -5rem;
}
.recommend_box li a .recommend_bnr.GMP p.subject {
  margin-bottom: 0.5rem;
}
.recommend_box li a .recommend_bnr.GMP2 {
  background-image: url(../img/recommend_bnr10_pc.png), url(../img/recommend_bnr_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 75%, 50%;
  background-position: right, -5rem -5rem;
}
.recommend_box li a .recommend_bnr.GMP2 p.subject {
  margin-bottom: 0.5rem;
}
.recommend_box li a .recommend_bnr.GMP_men {
  background-image: url(../img/recommend_bnr11_pc.png), url(../img/recommend_bnr_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 75%, 50%;
  background-position: right, -5rem -5rem;
}
.recommend_box li a .recommend_bnr.GMP_men p.subject {
  margin-bottom: 0.5rem;
}
.recommend_box li a .recommend_bnr.VIO {
  background-image: url(../img/recommend_bnr02_pc.png), url(../img/recommend_bnr_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 75%, 50%;
  background-position: right, -5rem -5rem;
}
.recommend_box li a .recommend_bnr.VIO p.title {
  font-size: 2.8rem;
  letter-spacing: 0.1rem;
}
.recommend_box li a .recommend_bnr.MSM {
  background-image: url(../img/recommend_bnr03_pc.png), url(../img/recommend_bnr_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 75%, 50%;
  background-position: right, -5rem -5rem;
}
.recommend_box li a .recommend_bnr.MSM p.title {
  font-size: 2.8rem;
  letter-spacing: 0.1rem;
}
.recommend_box li a .recommend_bnr.BEARD {
  background-image: url(../img/recommend_bnr04_pc.png), url(../img/recommend_bnr_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 75%, 50%;
  background-position: right, -5rem -5rem;
}
.recommend_box li a .recommend_bnr.POTENZA {
  background-image: url(../img/recommend_bnr05_pc.png), url(../img/recommend_bnr_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 75%, 50%;
  background-position: right, -5rem -5rem;
}
.recommend_box li a .recommend_bnr.PICOTONING {
  background-image: url(../img/recommend_bnr06_pc.png), url(../img/recommend_bnr_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 75%, 50%;
  background-position: right, -5rem -5rem;
}
.recommend_box li a .recommend_bnr.FACIAL {
  background-image: url(../img/recommend_bnr07_pc.png), url(../img/recommend_bnr_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 75%, 50%;
  background-position: right, -5rem -5rem;
}
.recommend_box li a .recommend_bnr.SHOWER {
  background-image: url(../img/recommend_bnr08_pc.png), url(../img/recommend_bnr_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 75%, 50%;
  background-position: right, -5rem -5rem;
}
.recommend_box li a .recommend_bnr.HYDRAFACIAL {
  background-image: url(../img/recommend_bnr09_pc.png), url(../img/recommend_bnr_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 75%, 50%;
  background-position: right, -5rem -5rem;
}
.recommend_box li a .recommend_bnr.SOLEIL {
  background-image: url(../img/recommend_bnr12_pc.png), url(../img/recommend_bnr_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 75%, 50%;
  background-position: right, -5rem -5rem;
}
.recommend_box li a .recommend_bnr.MAINTE {
  background-image: url(../img/recommend_bnr13_pc.png), url(../img/recommend_bnr_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 75%, 50%;
  background-position: right, -5rem -5rem;
}

@media screen and (min-width: 48em), print {
  .recommend {
    width: 1100px;
    margin: 60px auto 98px;
    padding: 0;
  }
  .recommend_tit {
    margin: 0 0 14px;
    font-size: 2.4rem;
    text-align: center;
  }
  .recommend_tit span {
    display: inline-block;
    margin-left: 8px;
    font-size: 6.6rem;
    letter-spacing: 0.05em;
    vertical-align: -0.35em;
  }
  .recommend_box {
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    justify-content: left; /* 子要素をflexboxにより中央に配置する */
    align-items: top; /* 子要素をflexboxにより中央に配置する */
  }
  .recommend_box li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .recommend_box li:nth-child(2n) {
    margin-right: 0;
  }
  .recommend_box li a .recommend_bnr {
    height: 150px;
    padding: 10px;
  }
  .recommend_box li a .recommend_bnr p.subject {
    line-height: 140%;
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  .recommend_box li a .recommend_bnr p.subject span {
    font-size: 1.4rem;
    padding: 3px 10px;
    display: inline-block;
    margin-right: 5px;
  }
  .recommend_box li a .recommend_bnr p.title {
    font-size: 1.8rem;
  }
  .recommend_box li a .recommend_bnr p.title.title_large {
    font-size: 3.2rem;
  }
  .recommend_box li a .recommend_bnr .price_wrap .price {
    width: 45%;
    transform: translateY(0.5rem);
  }
  .recommend_box li a .recommend_bnr p.price {
    position: absolute;
    bottom: 1rem;
    right: 27rem;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 0;
    color: #333;
  }
  .recommend_box li a .recommend_bnr p.price .num {
    font-size: 2rem;
    margin-right: 1rem;
  }
  .recommend_box li a .recommend_bnr p.price .jen {
    font-size: 2rem;
  }
  .recommend_box li a .recommend_bnr.GMP {
    background-image: url(../img/recommend_bnr01_pc.png), url(../img/recommend_bnr_bg.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 50%, 50%;
    background-position: right, -2rem -13rem;
  }
  .recommend_box li a .recommend_bnr.GMP p.subject {
    margin-bottom: 1.5rem;
  }
  .recommend_box li a .recommend_bnr.GMP2 {
    background-image: url(../img/recommend_bnr10_pc.png), url(../img/recommend_bnr_bg.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 50%, 50%;
    background-position: right, -2rem -13rem;
  }
  .recommend_box li a .recommend_bnr.GMP2 p.subject {
    margin-bottom: 1.5rem;
  }
  .recommend_box li a .recommend_bnr.GMP_men {
    background-image: url(../img/recommend_bnr11_pc.png), url(../img/recommend_bnr_bg.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 50%, 50%;
    background-position: right, -2rem -13rem;
  }
  .recommend_box li a .recommend_bnr.GMP_men p.subject {
    margin-bottom: 1.5rem;
  }
  .recommend_box li a .recommend_bnr.VIO {
    background-image: url(../img/recommend_bnr02_pc.png), url(../img/recommend_bnr_bg.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 50%, 50%;
    background-position: right, -2rem -13rem;
  }
  .recommend_box li a .recommend_bnr.VIO p.title {
    font-size: 3.2rem;
    letter-spacing: 0.2rem;
  }
  .recommend_box li a .recommend_bnr.MSM {
    background-image: url(../img/recommend_bnr03_pc.png), url(../img/recommend_bnr_bg.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 50%, 50%;
    background-position: right, -2rem -13rem;
  }
  .recommend_box li a .recommend_bnr.MSM p.title {
    font-size: 3.2rem;
    letter-spacing: 0.2rem;
  }
  .recommend_box li a .recommend_bnr.BEARD {
    background-size: 60%, 50%;
  }
  .recommend_box li a .recommend_bnr.POTENZA {
    background-size: 66%, 50%;
  }
  .recommend_box li a .recommend_bnr.PICOTONING {
    background-size: 56%, 50%;
  }
  .recommend_box li a .recommend_bnr.FACIAL {
    background-size: 56%, 50%;
  }
  .recommend_box li a .recommend_bnr.SHOWER {
    background-size: 56%, 50%;
  }
  .recommend_box li a .recommend_bnr.HYDRAFACIAL {
    background-size: 56%, 50%;
  }
  .recommend_box li a .recommend_bnr.SOLEIL {
    background-size: 56%, 50%;
  }
  .recommend_box li a .recommend_bnr.MAINTE {
    background-size: 56%, 50%;
  }
}
.information {
  margin: 4rem 0;
  padding: 0 1rem;
}
.information_tit {
  margin-bottom: 0.5rem;
}
.information_box .news_title {
  margin-bottom: 0.3em;
  font-weight: bold;
  color: #ae7c22;
  line-height: 1.2;
  cursor: pointer;
}
.information_box .news_title span {
  display: block;
  margin: 0 0 0.3em;
  font-weight: normal;
  color: #111;
}
.information_box .news_title span::before {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.5em;
  font-family: "fontello";
  font-weight: normal;
  font-size: 70%;
  content: "\e806";
  text-align: center;
  line-height: 1.5;
  vertical-align: top;
  color: #fff;
  background: #ae7c22;
}
.information_box .news_title.close span::before {
  transform: rotate(180deg);
}
.information_box .news_body {
  line-height: 1.4;
  word-wrap: break-word;
  margin: 0 0 1em;
  padding: 0 0 1em;
  background: linear-gradient(to right, rgb(119, 119, 119), rgb(119, 119, 119) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
}
.information_box .news_body:not(:nth-of-type(-n+3)) {
  display: none;
}
@media screen and (min-width: 48em), print {
  .information {
    width: 1100px;
    margin: 60px auto 98px;
    padding: 0;
  }
  .information_tit {
    margin: 0 0 14px;
    font-size: 2.4rem;
    text-align: left;
  }
  .information_tit span {
    display: inline-block;
    margin-left: 8px;
    font-size: 6.6rem;
    letter-spacing: 0.05em;
    vertical-align: -0.35em;
  }
  .information_box .news_title {
    display: flex;
    align-items: flex-start;
    margin: 0 0 0.5em;
    font-size: 1.6rem;
  }
  .information_box .news_title span {
    display: inline-block;
    width: 130px;
    margin: 0;
  }
  .information_box .news_title span::before {
    letter-spacing: 0;
  }
  .information_box .news_body {
    margin: 0 0 20px;
    padding: 0 0 18px 130px;
  }
}
.info_code {
  margin: 0 1rem 1rem;
  overflow: hidden;
  padding: 0 2rem;
}

@media screen and (min-width: 48em), print {
  .info_code {
    max-width: 110rem;
    margin: 6rem auto;
  }
}
.pickup {
  margin: 0 0 2rem;
  background: url(../img/index_pickup_bg.jpg) no-repeat left top/cover;
}
.pickup::before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  margin: 0 auto;
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #ffffff transparent transparent transparent;
}
.pickup .wrap {
  padding: 2rem 0.5rem;
}
.pickup .wrap a {
  display: block;
  margin: 0;
  padding: 1rem;
}
.pickup .wrap a > section {
  margin: 0;
}
.pickup .wrap a > section .tit {
  position: relative;
  margin-bottom: 0.8rem;
  padding-bottom: 0.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 2rem;
  color: #fff;
  line-height: 1.2;
  border-bottom: 1px solid #fff;
}
.pickup .wrap a > section .tit::after {
  position: absolute;
  bottom: 0.15rem;
  right: -0.4rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}
.pickup .wrap a > section .txt {
  min-height: 30vw;
  margin: 0;
  padding-left: 33vw;
  font-size: 1.2rem;
  color: #fff;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 30vw auto;
}
.pickup .wrap a > section.hairremoval .txt {
  background-image: url(../img/index_pickup_hairremoval.jpg);
}
.pickup .wrap a > section.sagwrinkles .txt {
  background-image: url(../img/index_pickup_sagwrinkles.jpg);
}
.pickup .wrap a > section.hydrafacial .txt {
  background-image: url(../img/index_pickup_hydrafacial.jpg);
}
.pickup .wrap a > section.potenza .txt {
  background-image: url(../img/index_pickup_potenza.jpg);
}

@media screen and (min-width: 48em), print {
  .pickup {
    margin: 0 0 98px;
    background-position: center top;
  }
  .pickup .wrap {
    display: flex;
    justify-content: space-between;
    padding: 75px 0 85px;
  }
  .pickup .wrap a {
    width: 320px;
    padding: 0 10px;
  }
  .pickup .wrap a > section .tit {
    margin-bottom: 22px;
    padding-bottom: 0;
    font-size: 2.7rem;
    border-bottom: none;
  }
  .pickup .wrap a > section .tit::after {
    display: none;
  }
  .pickup .wrap a > section .txt {
    position: relative;
    padding: 334px 0 0;
    font-size: 1.6rem;
    line-height: 1.62;
    color: #fff;
    background-size: 300px auto;
    transition: 0.5s all;
  }
  .pickup .wrap a > section .txt::before {
    position: absolute;
    top: 308px;
    right: 0;
    display: block;
    content: "";
    width: 63px;
    height: 1px;
    background: #fff;
    transition: 0.5s all;
  }
  .pickup .wrap a:hover {
    box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
  }
  .pickup .wrap a:hover > section .txt::before {
    width: 100%;
  }
}
.banner_middle {
  margin: 3rem;
  text-align: center;
}
.banner_middle a {
  display: inline-block;
}

@media screen and (min-width: 48em), print {
  .banner_middle {
    width: 1100px;
    margin: 0 auto;
  }
  .banner_middle a:hover {
    opacity: 0.8;
  }
}
.feature {
  position: relative;
  padding: 3rem 0 1rem;
}
.feature::before {
  position: absolute;
  top: 0;
  left: 3%;
  z-index: -1;
  content: "";
  width: 94%;
  height: 100%;
  background-color: #fff;
  border: 1rem solid #f8f1f1;
}
.feature_lst {
  counter-reset: number 0;
  padding: 0 1rem;
}
.feature_lst > div {
  counter-increment: number 1;
  position: relative;
  padding: 0 0 1rem;
}
.feature_lst > div + div {
  margin-top: 1rem;
}
.feature_lst > div::before {
  display: block;
  width: 100%;
  height: 9rem;
  content: "";
  background-color: #efefef;
  background-repeat: no-repeat;
  background-size: 90% auto;
}
.feature_lst > div::after {
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: -2.4rem;
  display: inline-block;
  font-family: "Great Vibes", cursive;
  font-weight: normal;
  font-size: 6rem;
  line-height: 1;
  color: #efe4d1;
  text-shadow: 2px 1px 1px #fff;
}
.feature_lst > div section {
  margin: 0;
}
.feature_lst > div section .tit {
  margin: 1rem 1.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.25;
}
.feature_lst > div section .txt {
  margin: 1rem 1.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.25;
}
.feature_lst_withkids::before {
  background-position: right top;
  background-image: url(../img/index_ft_withkids.jpg);
}
.feature_lst_withkids::after {
  left: 1.5rem;
}
.feature_lst_access::before {
  background-position: left top;
  background-image: url(../img/index_ft_access.jpg);
}
.feature_lst_access::after {
  right: 3rem;
}
.feature_lst_counseling::before {
  background-position: right top;
  background-image: url(../img/index_ft_counseling.jpg);
}
.feature_lst_counseling::after {
  left: 1.5rem;
}

@media screen and (min-width: 48em), print {
  .feature {
    margin: 108px 0 112px;
    padding: 64px 0 116px;
    overflow-x: hidden;
  }
  .feature::before {
    left: calc(50% - 624px);
    width: 1248px;
    border-width: 16px;
  }
  .feature_lst {
    padding: 0;
  }
  .feature_lst > div {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    padding: 0;
  }
  .feature_lst > div + div {
    margin-top: 64px;
  }
  .feature_lst > div::before {
    flex-grow: 1;
    width: calc(100% - 650px);
    height: 290px;
    background-color: #efefef;
    background-repeat: no-repeat;
    background-size: auto 290px;
  }
  .feature_lst > div::after {
    top: auto;
    bottom: -22px;
    z-index: -1;
    font-size: 17rem;
    text-shadow: none;
  }
  .feature_lst > div section {
    width: 620px;
  }
  .feature_lst > div section .tit {
    margin: 0 0 32px;
    font-size: 3.6rem;
  }
  .feature_lst > div section .txt {
    margin: 0;
    font-size: 2rem;
    line-height: 1.55;
  }
  .feature_lst_withkids {
    margin-right: calc(50% - 550px);
  }
  .feature_lst_withkids::after {
    left: auto;
    right: 20px;
  }
  .feature_lst_withkids section {
    padding: 40px 20px 0;
  }
  .feature_lst_access {
    margin-left: calc(50% - 550px);
  }
  .feature_lst_access::before {
    order: 1;
  }
  .feature_lst_access::after {
    right: auto;
    left: -10px;
  }
  .feature_lst_access section {
    padding: 40px 10px 0 65px;
  }
  .feature_lst_access section .tit {
    text-align: right;
  }
  .feature_lst_counseling {
    margin-right: calc(50% - 550px);
  }
  .feature_lst_counseling::after {
    left: auto;
    right: 10px;
  }
  .feature_lst_counseling section {
    padding: 40px 20px;
  }
}
.solist {
  margin: 4rem 0;
  padding: 3rem 1rem 4rem;
  color: #fff;
  background: #b79962;
}
.solist_box .js-tab {
  display: flex;
}
.solist_box .js-tab li {
  flex-grow: 1;
}
.solist_box .js-tab li a {
  display: block;
  padding: 1rem 0.3rem;
  font-family: "Shippori Mincho", serif;
  font-size: 1.7rem;
  text-align: center;
  color: #111;
  background: #c7c7c7;
}
.solist_box .js-tab li a::after {
  margin-left: 0.2em;
  font-family: "fontello";
  font-size: 1.2rem;
  content: "\e806";
  vertical-align: 0.2em;
}
.solist_box .js-tab li.is_selected a {
  pointer-events: none;
  color: #fff;
  background: #deaaaa;
}
.solist_box .js-tab li.is_selected a::after {
  display: none;
}
.solist_box .js-tab_content {
  display: none;
  border: 1px solid #deaaaa;
}
.solist_box .js-tab_content::before {
  display: none;
}

@media screen and (min-width: 48em), print {
  .solist {
    margin: 112px 0 115px;
    padding: 108px 0 114px;
    background: #b79962 url(../img/index_solist_bg.jpg) no-repeat center top;
  }
  .solist_box {
    width: 1100px;
    margin: 0 auto;
  }
  .solist_box .js-tab li {
    width: 50%;
  }
  .solist_box .js-tab li a {
    padding: 18px 0 14px;
    font-size: 2.4rem;
  }
  .solist_box .js-tab li a::after {
    font-size: 1.4rem;
  }
  .solist_box .js-tab_content {
    border-width: 2px;
  }
}
@media screen and (min-width: 2001px) {
  .solist {
    background-size: cover;
  }
}
.banner_otherinfo {
  margin: 1rem;
}
.banner_otherinfo a {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 4em;
  margin: 0.5rem 0;
  padding: 0 4.5rem;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
}
.banner_otherinfo a.bnr_blog {
  color: #fff;
  background: url(../img/bnr_blog.jpg) no-repeat left top/cover;
}
.banner_otherinfo a.bnr_qa {
  color: #111;
  background: url(../img/bnr_qa.jpg) no-repeat left top/cover;
}

@media screen and (min-width: 48em), print {
  .banner_otherinfo {
    width: 1100px;
    margin: 115px auto 0;
  }
  .banner_otherinfo nav {
    display: flex;
    justify-content: space-between;
  }
  .banner_otherinfo nav a {
    width: 508px;
    height: 104px;
    margin: 0;
    padding: 0 65px;
    font-size: 2.6rem;
  }
  .banner_otherinfo nav a:hover {
    opacity: 0.8;
  }
}
.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem 1.5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (min-width: 48em), print {
  .heading {
    max-width: 1100px;
    height: 174px;
    margin: 0 auto;
    padding: 0;
    font-size: 4rem;
    letter-spacing: 0.04em;
  }
}

body:not(#page_index) .main aside {
  margin-top: 6rem;
}
body:not(#page_index) .main aside .lst_marker {
  margin-left: 0;
}
body:not(#page_index) .main aside a[target=_blank] {
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  body:not(#page_index) .main aside {
    margin-top: 100px;
  }
}

body#page_menu #operation .surgery {
  padding-top: 0.5rem;
}
body#page_menu .menu_price {
  margin: 0 0 4rem;
}
body#page_menu .menu_price .js-tab {
  display: flex;
  column-gap: 3px;
}
body#page_menu .menu_price .js-tab li {
  flex-grow: 1;
}
body#page_menu .menu_price .js-tab li a {
  display: block;
  padding: 1rem 0.3rem;
  font-family: "Shippori Mincho", serif;
  font-size: 1.3rem;
  text-align: center;
  color: #deaaaa;
  background: rgb(250.5254237288, 243.4745762712, 243.4745762712);
}
body#page_menu .menu_price .js-tab li.is_selected a {
  pointer-events: none;
  color: #fff;
  background: #deaaaa;
}
body#page_menu .menu_price .js-tab_content {
  display: none;
  border: 1px solid #deaaaa;
}
body#page_menu .menu_price .js-tab_content::before {
  display: none;
}
body#page_menu .menu_price_box {
  padding: 2rem 1rem;
}
body#page_menu .menu_price_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1rem;
  margin: 0.5rem 0;
}
body#page_menu .menu_price_box ul li {
  width: 48%;
  font-family: "Shippori Mincho", serif;
  font-size: 1.2rem;
}
body#page_menu .menu_price_box ul li.solo {
  display: none;
}
body#page_menu .menu_price_box ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 4.4rem;
  line-height: 4.4rem;
  text-align: center;
  background: #fbe7e7;
}
body#page_menu .menu_price_box ul li a::after {
  display: block;
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
  font-family: "fontello";
  font-size: 1rem;
  line-height: 1;
  content: "\e80a";
  color: #deaaaa;
}
body#page_menu .tbl_price {
  width: 100%;
  margin: 1.5rem 0;
  font-size: 1.2rem;
  line-height: 1.2;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #c5b18b;
}
body#page_menu .tbl_price caption {
  margin: 0.5rem 0;
  caption-side: bottom;
}
body#page_menu .tbl_price thead {
  display: none;
}
body#page_menu .tbl_price tbody tr th {
  display: list-item;
  list-style: none;
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  padding: 0.7rem 0.5rem;
  font-weight: normal;
  color: #fff;
  background: #b79962;
}
body#page_menu .tbl_price tbody tr td {
  display: list-item;
  list-style: none;
  padding: 0.5rem;
  text-align: center;
  border-top: 1px solid #c5b18b;
}
body#page_menu .tbl_price tbody tr td:empty {
  display: none;
}
body#page_menu .tbl_price tbody tr td:last-of-type {
  border-top-style: dotted;
}
body#page_menu .tbl_price tbody tr td.dname {
  background: #efe4d1;
}
body#page_menu .tbl_price tbody tr.hidden {
  display: block;
}
body#page_menu .tbl_price tbody tr.hidden th, body#page_menu .tbl_price tbody tr.hidden td {
  padding: 0;
  border: 0;
}
body#page_menu .tbl_price tbody tr.hidden + tr th {
  border-top: 0;
}
@media screen and (min-width: 48em), print {
  body#page_menu #operation .surgery {
    padding-top: 30px;
  }
  body#page_menu .menu_price {
    margin: 60px 0 80px;
  }
  body#page_menu .menu_price .js-tab li {
    width: 50%;
  }
  body#page_menu .menu_price .js-tab li a {
    padding: 18px 0 14px;
    font-size: 2.4rem;
  }
  body#page_menu .menu_price .js-tab li a::after {
    font-size: 1.4rem;
  }
  body#page_menu .menu_price_box {
    padding: 40px 80px;
  }
  body#page_menu .menu_price_box ul {
    justify-content: flex-start;
    column-gap: 40px;
    row-gap: 18px;
    margin: 15px 0 20px;
  }
  body#page_menu .menu_price_box ul li {
    width: 285px;
  }
  body#page_menu .menu_price_box ul li a {
    position: relative;
    display: block;
    height: 66px;
    font-size: 2rem;
    line-height: 66px;
  }
  body#page_menu .menu_price_box ul li a::after {
    right: 5px;
    bottom: 5px;
    font-size: 12px;
  }
  body#page_menu .menu_price_box ul li a:hover {
    opacity: 0.8;
  }
  body#page_menu .tbl_price {
    margin: 30px 0;
    font-size: 1.6rem;
    border: none;
  }
  body#page_menu .tbl_price thead {
    display: table-header-group;
  }
  body#page_menu .tbl_price thead th {
    padding: 15px 20px;
    font-weight: normal;
    color: #fff;
    background: #b79962;
    border: 1px solid rgb(191.0174672489, 164.3580786026, 115.4825327511);
  }
  body#page_menu .tbl_price thead th:nth-child(1) {
    width: 24%;
  }
  body#page_menu .tbl_price thead th:nth-child(3) {
    width: 17%;
  }
  body#page_menu .tbl_price thead th:nth-child(4) {
    width: 14%;
  }
  body#page_menu .tbl_price.col3 thead th:nth-child(1) {
    width: 24%;
  }
  body#page_menu .tbl_price.col3 thead th:nth-child(3) {
    width: 31%;
  }
  body#page_menu .tbl_price tbody tr th {
    display: table-cell;
    padding: 10px 20px;
    font-size: 2rem;
    text-align: left;
    color: #111;
    background: #efe4d1;
    border: 1px solid #c5b18b;
  }
  body#page_menu .tbl_price tbody tr td {
    display: table-cell;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #c5b18b;
  }
  body#page_menu .tbl_price tbody tr td:empty {
    display: table-cell;
    border-right: none;
    border-left: none;
  }
  body#page_menu .tbl_price tbody tr td:empty + td {
    border-left: none;
  }
  body#page_menu .tbl_price tbody tr td:last-of-type {
    text-align: right;
    border-top-style: solid;
  }
  body#page_menu .tbl_price tbody tr td.dname {
    text-align: left;
    background: transparent;
  }
  body#page_menu .tbl_price tbody tr.hidden + tr td {
    border-top: 0;
  }
}

body#page_clinic .clinic_doctor .greeting {
  display: flex;
  flex-wrap: wrap;
}
body#page_clinic .clinic_doctor .greeting .tit_03 {
  order: 0;
  width: 100%;
}
body#page_clinic .clinic_doctor .greeting .img {
  order: 2;
  max-width: 80%;
  margin: 0 auto 1em;
}
body#page_clinic .clinic_doctor .greeting .img figcaption {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 86%;
}
body#page_clinic .clinic_doctor .greeting .txt {
  order: 1;
}
body#page_clinic .clinic_device p {
  margin: 0.5rem 0 1.5rem;
}
body#page_clinic .clinic_visitor .box_notice {
  margin-bottom: 1em;
}
body#page_clinic .clinic_visitor .box_notice dd {
  padding: 0 0.6rem;
}
body#page_clinic .clinic_visitor .box_notice dd:not(:last-child) {
  margin-bottom: 1rem;
}
body#page_clinic .clinic_visitor .box_notice dd p:last-child {
  margin-bottom: 0.5em;
}
body#page_clinic .clinic_visitor .flex3 {
  justify-content: center;
  gap: 1rem;
}
body#page_clinic .clinic_covid .lst_ul li {
  margin-top: 1rem;
}
@media screen and (min-width: 48em), print {
  body#page_clinic .clinic_doctor .greeting {
    display: flow-root;
  }
  body#page_clinic .clinic_doctor .greeting .img {
    float: right;
    max-width: 35%;
    margin: 0 0 1em 50px;
  }
  body#page_clinic .clinic_doctor .greeting .img figcaption {
    display: none;
  }
  body#page_clinic .clinic_device p {
    margin: 0.5rem 0 1.5rem;
  }
  body#page_clinic .clinic_visitor .box_notice dd {
    padding: 0 10px;
  }
  body#page_clinic .clinic_visitor .box_notice dd:not(:last-child) {
    margin-bottom: 20px;
  }
  body#page_clinic .clinic_visitor .flex3 {
    justify-content: space-between;
    gap: initial;
  }
}

#clinic_slide img, #clinic_slide p {
  display: none;
}
#clinic_slide .sp-slide, #clinic_slide .sp-mask {
  padding-bottom: 3rem;
  box-sizing: content-box;
}
#clinic_slide .sp-black {
  background: linear-gradient(90deg, #ccb384, #b79c69 10%, #b79c69 90%, #ccb384);
}
#clinic_slide .sp-layer {
  text-align: center;
  font-size: 3.2rem;
}
#clinic_slide .sp-selected-thumbnail {
  border: 4px solid #b79c69;
}
@media screen and (min-width: 48em), print {
  #clinic_slide .sp-slide, #clinic_slide .sp-mask {
    padding-bottom: 44px;
  }
  #clinic_slide .sp-layer {
    font-size: 2.4rem;
  }
}

body#page_question .qa, #page_potenza .qa {
  margin: 0 1rem;
  counter-reset: number 0;
}
body#page_question .qa dt, #page_potenza .qa dt {
  display: flex;
  counter-increment: number 1;
  margin-bottom: 1em;
  font-weight: bold;
}
body#page_question .qa dt::before, #page_potenza .qa dt::before {
  width: 6rem;
  flex: none;
  font-family: "Amiri", serif;
  font-weight: normal;
  font-size: 180%;
  line-height: 0.8;
  content: "Q" counter(number) ".";
  color: #bc841e;
}
body#page_question .qa dd, #page_potenza .qa dd {
  display: flex;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-bottom: 1px dotted #c4c4c4;
}
body#page_question .qa dd::before, #page_potenza .qa dd::before {
  flex: none;
  width: 6rem;
  font-family: "Amiri", serif;
  font-size: 180%;
  line-height: 0.8;
  content: "A.";
  color: #82847c;
}
@media screen and (min-width: 48em), print {
  body#page_question .qa, #page_potenza .qa {
    margin: 0;
  }
  body#page_question .qa dt::before, #page_potenza .qa dt::before {
    width: 80px;
    font-size: 3.4rem;
  }
  body#page_question .qa dd, #page_potenza .qa dd {
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 1.8;
    border-bottom-width: 2px;
  }
  body#page_question .qa dd::before, #page_potenza .qa dd::before {
    width: 80px;
    font-size: 3.4rem;
  }
}

body#page_access {
  background-position: left top, center bottom -1200px;
}
body#page_access .tbl_time {
  font-size: 1.2rem;
}
body#page_access .access_data dd {
  padding: 0 1rem 1.6rem;
  font-size: 1.2rem;
}
body#page_access .access_data dd .tel {
  font-family: inherit;
  font-size: 120%;
  line-height: inherit;
}
body#page_access .access_data dd figure figcaption {
  margin-top: 1rem;
}
body#page_access .access_gmap {
  height: 35rem;
}
@media screen and (min-width: 48em), print {
  body#page_access .tbl_time {
    font-size: 1.8rem;
  }
  body#page_access .access_data dd {
    padding: 0 10px 30px;
    font-size: 1.8rem;
  }
  body#page_access .access_data dd figure {
    width: 700px;
    margin: 0 auto 10px;
  }
  body#page_access .access_gmap {
    height: 500px;
  }
}

body#page_404 .main {
  text-align: center;
}
body#page_404 .main .tit_02 {
  margin-bottom: 100px;
}

@media screen and (min-width: 48em), print {
  .ml100 {
    margin-left: 100px;
  }
}/*# sourceMappingURL=style.css.map */