@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: 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);
  -webkit-clip-path: inset(50%);
          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 {
  -webkit-box-sizing: border-box;
          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]) {
  -webkit-text-decoration-skip: ink;
          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%;
}

body {
  word-wrap: break-word;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
  margin: 0;
}

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

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

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

/*
a[href*="dermatology"],
a[href*="pediatrics_dermatology"],
a [href="beauty_dermatology"]
*/
a [href=dummy] {
  pointer-events: none;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
@-webkit-keyframes bgzoom {
  100% {
    background-size: 120% auto;
  }
}
@keyframes bgzoom {
  100% {
    background-size: 120% auto;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes cutin_right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes cutin_right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes cutin_left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes cutin_left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes balloon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
}
@keyframes balloon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
}
@-webkit-keyframes airball {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes airball {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
@-webkit-keyframes poyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
            transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
            transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
            transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes poyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
            transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
            transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
            transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
.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;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 60% !important;
}

.txt_strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(var(--clr_main), 0.4)));
  background: linear-gradient(transparent 60%, rgba(var(--clr_main), 0.4) 60%);
}

.txt_gold {
  color: var(--clr_main);
}

.txt_notice {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.txt_notice::after {
  content: "※";
  color: var(--clr_main);
  font-size: 70%;
}

.img_c {
  margin: 1rem auto;
}

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

img.tate {
  max-width: 60%;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 3rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 3rem;
  }
  img.tate {
    max-width: 25% !important;
  }
}
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.main > section ~ section, .flex2 > section ~ section {
  margin-top: 4rem;
}

.main > section section ~ section, .flex2 > section section ~ section {
  margin-top: 3rem;
}

.main > section > section section ~ section, .flex2 > section > section section ~ section {
  margin-top: 2rem;
}

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .main > section ~ section,
  .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 3rem;
  }
}
.timetable .tbl_time {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
}
.timetable .tbl_time caption {
  caption-side: bottom;
  margin: 1rem 0 0 0;
  text-align: left;
}
.timetable .tbl_time caption span {
  border: 1px var(--clr_txt) solid;
  display: inline-block;
  line-height: 1;
  background: #fff;
  width: 6.5rem;
  height: 2rem;
  text-align: center;
  padding: 0.2rem 0 0 0;
}
.timetable .tbl_time tr th {
  text-align: center;
  font-weight: normal;
}
.timetable .tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #CDCDC6;
  color: #fff;
}
.timetable .tbl_time tr th[scope=col]:first-child {
  width: 30%;
}
.timetable .tbl_time tr th[scope=row] {
  border-bottom: 1px solid #CDCDC6;
}
.timetable .tbl_time tr td {
  text-align: center;
  padding: 1.2rem 0.4rem;
  border-bottom: 1px solid #CDCDC6;
  line-height: 1;
  font-size: 70%;
}
@media screen and (min-width: 48em), print {
  .timetable .tbl_time {
    font-size: 1.8rem;
  }
  .timetable .tbl_time caption {
    margin: 2rem 0 0 0;
  }
  .timetable .tbl_time caption span {
    width: 12rem;
    height: 3rem;
    padding: 0.4rem 0 0 0;
  }
  .timetable .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
  }
  .timetable .tbl_time tr td {
    padding: 1.5rem 0;
    font-size: 1.8rem;
  }
}
.gmap {
  width: 100%;
}

.tbl {
  width: 100%;
  border-collapse: collapse;
}
.tbl tr th, .tbl tr td {
  border-top: 1px var(--clr_sub) solid;
  border-left: 1px var(--clr_sub) solid;
  padding: 2rem 1rem;
}
.tbl tr th {
  background: var(--clr_main);
}
.tbl tr td {
  background: #fff;
}
.tbl tr td:last-child {
  border-right: 1px var(--clr_sub) solid;
}
.tbl tr:last-child td {
  border-bottom: 1px var(--clr_sub) solid;
}

@media screen and (min-width: 48em), print {
  .tbl tr th, .tbl tr td {
    padding: 3rem 2rem;
  }
}
.tit_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 10rem;
  background: url(../img/tit01.jpg) no-repeat center center/auto 100%;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  padding: 1rem;
  text-align: center;
  margin: 9.7rem 0 0;
}

.tit_02 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 auto 2rem;
  font-weight: 500;
}
.tit_02::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  background: url("../img/icon_h2.svg") no-repeat center center/contain;
  margin: 0 auto 0.4rem;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
  margin: 0 0 2rem;
  border-top: solid 1px var(--clr_main);
  border-bottom: solid 1px var(--clr_main);
  position: relative;
}
.tit_03::before {
  content: "";
  width: 100%;
  border-top: 2px solid var(--clr_main);
  position: absolute;
  top: -5px;
}
.tit_03::after {
  content: "";
  width: 100%;
  border-bottom: 2px solid var(--clr_main);
  position: absolute;
  bottom: -5px;
  left: 0;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.6rem;
}
.tit_04::before {
  content: "";
  height: 2.5rem;
  width: 0.25rem;
  background: url("../img/icon_h4.svg");
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.6rem;
}
.tit_05::before {
  content: "";
  background: #CDCDC6;
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

.tit_06 {
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 0 2rem;
  border-bottom: 1px #CDCDC6 dashed;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 30rem;
    background: url(../img/tit01.jpg) no-repeat center center/auto;
    font-size: 4.8rem;
    margin: 15rem 0 0 0;
    padding: 0;
  }
  .tit_02 {
    margin: 0 auto 4rem;
    font-size: 4rem;
  }
  .tit_02::before {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 1rem;
  }
  .tit_03 {
    font-size: 3.2rem;
    margin: 0 0 3rem;
    line-height: 2.1;
  }
  .tit_04 {
    font-size: 2.6rem;
    margin: 0 0 3rem;
    gap: 0 1rem;
  }
  .tit_04::before {
    height: 5rem;
    width: 0.5rem;
  }
  .tit_05 {
    font-size: 2.2rem;
    margin: 0 0 3rem;
    gap: 0 1rem;
  }
  .tit_06 {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--clr_main);
  position: absolute;
  left: 0;
  top: 0.5rem;
  font-size: 70%;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
  font-size: inherit;
  top: 0;
}

.lst_ul_disc {
  margin: 0 0 0 2rem;
}
.lst_ul_disc > li {
  list-style: disc;
}
.lst_ul_disc > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul_disc > li::marker {
  color: var(--clr_main);
}

.lst_ol {
  line-height: 1.4;
  counter-reset: number 0;
  margin: 1rem 0;
}
.lst_ol > li {
  counter-increment: number 1;
  padding: 0 0 0 1.8em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ol > li::before {
  display: inline-block;
  content: "(" counter(number) ")";
  color: var(--clr_txt);
  font-weight: bold;
  position: absolute;
  left: 0;
}

.lst_dl dt {
  text-align: center;
  padding: 1rem;
  background: rgba(248, 205, 186, 0.5);
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.lst_dl dd {
  padding: 1rem;
  background: #fff;
}
.lst_dl dd:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 48em), print {
  .lst_dl {
    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;
  }
  .lst_dl dt {
    width: 20%;
    padding: 1.5rem 1rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
  }
  .lst_dl dt:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
  }
  .lst_dl dd {
    width: 80%;
    padding: 1.5rem 1.5rem !important;
  }
}

@media screen and (min-width: 48em), print {
  .lst_dl01 {
    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;
  }
  .lst_dl01 dt {
    width: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
}
.lst_price {
  border: 1px solid var(--clr_sub);
}
.lst_price dt {
  background-color: var(--clr_sub2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid var(--clr_sub);
  padding: 0.5rem;
  font-weight: bold;
  text-align: center;
}
.lst_price dd {
  padding: 1rem;
  font-size: 1.3rem;
}
.lst_price dd:not(:last-of-type) {
  border-bottom: 1px solid var(--clr_sub);
}

@media screen and (min-width: 48em), print {
  .lst_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_price dt, .lst_price dd {
    width: 50%;
    padding: 1rem 2rem;
  }
  .lst_price dt {
    border-bottom: none;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    text-align: left;
  }
  .lst_price dt:not(:last-of-type) {
    border-bottom: 1px solid var(--clr_sub);
  }
  .lst_price dd {
    text-align: right;
    font-size: 1.6rem;
  }
  .lst_price dd .txt_small {
    font-size: 1.2rem;
  }
  .lst_price dd > div {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}
.flex > li:not(:last-child) {
  margin: 0;
}

.flex3 {
  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;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    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;
  }
  .flex2 > section, .flex2 > li, .flex2 > div, .flex2 > p {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex2.lst_ul > li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-align: center;
  gap: 0 0.4rem;
  letter-spacing: 0.3rem;
  font-family: "EB Garamond", serif;
}
.tel::before {
  content: "Tel.";
  font-size: 65%;
  margin: 0 1rem 0 0;
}

.box_ {
  padding: 1rem;
  border-radius: 3rem;
}
@media screen and (min-width: 48em), print {
  .box_ {
    padding: 3rem;
  }
}

.box_pink {
  background: #FEF5F1;
  padding: 1rem;
  border-radius: 3rem;
}
@media screen and (min-width: 48em), print {
  .box_pink {
    padding: 3rem;
  }
}

.box_gray {
  background: #F6F6F5;
  padding: 1rem;
  border-radius: 3rem;
}
@media screen and (min-width: 48em), print {
  .box_gray {
    padding: 3rem;
  }
}

.box_flow > li {
  padding: 1rem;
  margin: 0 auto;
  background: #FEF5F1;
  border-radius: 2rem;
  position: relative;
}
.box_flow > li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  color: var(--clr_main);
  position: absolute;
  top: 0.8rem;
  left: 1.5rem;
  font-size: 1.8rem;
}
.box_flow > li .tit_04 {
  padding-left: 3rem;
}
.box_flow > li:not(:last-of-type) {
  margin: 0 auto 3rem;
}
.box_flow > li:not(:last-of-type)::after {
  content: "";
  border: 2rem solid transparent;
  border-top: 1rem solid var(--clr_main);
  position: absolute;
  bottom: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 48em), print {
  .box_flow > li {
    padding: 3rem;
  }
  .box_flow > li::before {
    font-size: 2.2rem;
    left: 3rem;
    top: 3.5rem;
  }
  .box_flow > li .tit_04 {
    padding-left: 4rem;
  }
  .box_flow > li p {
    padding: 0 2rem;
  }
  .box_flow > li:not(:last-of-type) {
    margin: 0 auto 5rem;
  }
  .box_flow > li:not(:last-of-type)::after {
    border: 4rem solid transparent;
    border-top: 2rem solid var(--clr_main);
    bottom: -7.5rem;
  }
}

.btn_rsv {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  text-align: center;
  border: 1px solid #e6e7e8;
}
.btn_rsv::before {
  font-family: "fontello";
  content: "\e815";
}
@media screen and (min-width: 48em), print {
  .btn_rsv:hover {
    color: var(--clr_main);
    border: 1px solid var(--clr_main);
  }
}

.btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--clr_txt);
  font-weight: 500;
  text-decoration: none !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.4;
}
.btn::before {
  font-family: "fontello";
  content: "\e80e";
  color: var(--clr_main);
  font-weight: normal;
  vertical-align: middle;
  margin: 0 1rem 0 0;
}

.btn_out {
  padding: 1rem 3rem;
  border: 2px solid var(--clr_main);
  background-color: var(--clr_main);
  color: var(--clr_main);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn_out::after {
  font-family: "fontello";
  content: "\f08e";
  font-weight: normal;
}
@media screen and (min-width: 48em), print {
  .btn_out {
    background-color: #fff;
    border: 2px solid var(--clr_sub);
  }
  .btn_out:hover {
    background-color: var(--clr_main);
    border: 2px solid var(--clr_main);
    opacity: 1;
  }
}

.btn_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none !important;
  position: relative;
  padding: 1rem 2rem;
  background-color: #06c755;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.anc_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.anc_btn li a {
  text-decoration: none !important;
  width: 100%;
  background: rgba(var(--clr_main), 0.6);
  color: #fff;
  border-radius: 100vh;
  padding: 0.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.anc_btn li a::after {
  font-family: "fontello";
  content: "\e800";
}
.anc_btn li a:hover {
  background: var(--clr_main);
}
.anc_btn li a.page_link::after {
  font-family: "fontello";
  content: "\e802";
}

@media screen and (min-width: 48em), print {
  .btn::before {
    font-size: 4rem;
    margin: 0 1.5rem 0 0;
  }
  .btn:hover {
    color: var(--clr_main);
  }
  .anc_btn {
    gap: 1rem;
  }
}
.btn_line {
  padding: 1rem 0;
}
.btn_line:hover {
  opacity: 0.7;
}

.btn_insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: var(--clr_main);
  font-size: 1.4rem;
}
.btn_insta::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../img/icon_instagram.png) no-repeat center/100% auto;
  display: block;
}
@media screen and (min-width: 48em), print {
  .btn_insta {
    font-size: 2rem;
    gap: 1.5rem;
  }
  .btn_insta::before {
    width: 3rem;
    height: 3rem;
  }
  .btn_insta:is(:hover, :focus-visible) {
    text-decoration: underline;
    opacity: 1;
  }
}

.linkout {
  display: inline-block;
  color: var(--clr_txt);
  text-decoration: none !important;
}
.linkout::after {
  font-family: "fontello";
  content: "\f08e";
  font-size: 0.8em;
  margin-left: 0.6rem;
}
@media screen and (min-width: 48em), print {
  .linkout::after {
    margin-left: 1rem;
  }
}

.slick-arrow {
  position: absolute;
  top: 9rem;
  cursor: pointer;
  font-size: 0;
  z-index: 5;
}
.slick-arrow.slick-prev {
  left: -2.5rem;
}
.slick-arrow.slick-prev::before {
  content: "";
  border: 1.5rem solid transparent;
  border-right: 1.5rem solid var(--clr_main);
  border-left: 1px solid transparent;
  display: block;
}
.slick-arrow.slick-next {
  right: -2.5rem;
}
.slick-arrow.slick-next::before {
  content: "";
  display: block;
  border: 1.5rem solid transparent;
  border-left: 1.5rem solid var(--clr_main);
  border-right: 1px solid transparent;
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    top: 26rem;
  }
  .slick-arrow.slick-prev {
    left: -10rem;
  }
  .slick-arrow.slick-prev::before {
    border: 4rem solid transparent;
    border-right: 4rem solid var(--clr_main);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .slick-arrow.slick-next {
    right: -10rem;
  }
  .slick-arrow.slick-next::before {
    border: 4rem solid transparent;
    border-left: 4rem solid var(--clr_main);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .slick-arrow:is(:hover, :focus-visible):before {
    opacity: 0.7;
  }
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: var(--clr_txt);
}
.slick-dots li button:is(:hover, :focus-visible) {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 48em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
.brackets {
  position: relative;
}
.brackets::before {
  font-family: "fontello";
  content: "\e807";
  color: var(--clr_main);
  position: absolute;
  left: 0;
  top: 0;
}
.brackets::after {
  font-family: "fontello";
  content: "\e808";
  color: var(--clr_main);
  position: absolute;
  right: 0;
  bottom: 0;
}

html {
  font-size: 3.125vw;
  scroll-behavior: smooth;
}

:root {
  --clr_txt: #4D4D4A;
  --clr_main: #F8CDBA;
  --clr_sub: #E6E6E6;
  --clr_sub2: #FEF5F1;
}

body {
  background: #fff;
  color: var(--clr_txt);
  font-family: "Shippori Mincho", serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-backdrop-filter: blur(0.6rem);
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

.main {
  font-size: 1.4rem;
  line-height: 1.6;
}
a:not([class*=btn], [href*="tel:"], .anc_btn > li > a, .main > span) {
  text-decoration: underline;
  color: var(--clr_main);
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
:target {
  scroll-margin-top: 11.8rem;
}
@media screen and (min-width: 48em), print {
  :target {
    scroll-margin-top: 10rem;
  }
}

.header {
  width: 100%;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header.hide {
  -webkit-transform: translateY(-6.6rem);
          transform: translateY(-6.6rem);
}
.header > .wrap_1 {
  padding: 0 1rem 0 2rem;
  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;
  background: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.header > .wrap_1 .logo {
  width: 75%;
  height: 6.6rem;
  z-index: 100;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header > .wrap_1 .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header > .wrap_1 .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  color: transparent;
}
.header > .wrap_1 .headR .tel {
  display: none;
}
.header .sp_menubar {
  background-color: #FFF;
}
.header .sp_menubar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .sp_menubar ul li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  border: 1px solid var(--clr_sub);
}
.header .sp_menubar ul li + li {
  border-left: none;
}
.header .sp_menubar ul li a {
  color: var(--clr_txt);
  text-decoration: none;
  height: 3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 48em), print {
  .header {
    width: 100%;
    padding: 0;
    margin: auto;
    right: 0;
    background: #fff;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .header.header_small > .wrap_1 {
    height: 10rem;
    padding: 1rem 0;
  }
  .header.header_small > .wrap_1 .headR .tel {
    margin: 0;
  }
  .header .sp_menubar {
    display: none;
  }
  .header > .wrap_1 {
    position: relative;
    height: 15rem;
    padding: 3rem 0;
    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;
    width: 1200px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 0 auto;
  }
  .header > .wrap_1 .logo {
    height: 100%;
    width: 100%;
    max-width: 45rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap_1 .logo a {
    width: 100%;
  }
  .header > .wrap_1 .headR {
    width: 71rem;
    margin: 0;
  }
  .header > .wrap_1 .headR .tel {
    display: block;
    text-align: right;
    font-size: 2.4rem;
    margin: 0 0 1.5rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
#nav {
  z-index: 100;
}
#nav #sp_menu {
  width: 4.4rem;
  height: 4.4rem;
  background: #fff;
  background-color: var(--clr_main);
  padding: 0;
  z-index: 100;
  position: relative;
  border-radius: 0.4rem;
}
#nav #sp_menu span {
  width: 2rem;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#nav #sp_menu span:nth-of-type(1) {
  top: 1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#nav #sp_menu span:nth-of-type(2) {
  top: 2.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#nav #sp_menu span:nth-of-type(3) {
  top: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#nav #sp_menu.close span:nth-of-type(1) {
  -webkit-transform: translateX(-1.2rem) rotate(-45deg);
          transform: translateX(-1.2rem) rotate(-45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  top: 1.5rem;
  left: 48%;
}
#nav #sp_menu.close span:nth-of-type(2) {
  display: none;
}
#nav #sp_menu.close span:nth-of-type(3) {
  -webkit-transform: translateX(-1.2rem) rotate(45deg);
          transform: translateX(-1.2rem) rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  top: 2.9rem;
  left: 52%;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(var(--vh, 1vh) * 100 - 9rem);
  overflow-y: auto;
  background: #fff;
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  top: 8rem;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px solid var(--clr_main);
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
  color: var(--clr_txt);
  text-decoration: none;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: var(--clr_main);
}
#nav .gnav_subnav .gnav > li .sub {
  gap: 0.4rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\34";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 auto;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\33";
}
#nav .gnav_subnav .gnav > li > .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li > .subbox > .subnav {
  background: rgba(248, 205, 186, 0.3);
}
#nav .gnav_subnav .gnav > li > .subbox > .subnav li a {
  display: block;
  padding: 1rem;
  color: var(--clr_txt);
}
#nav .gnav_subnav .gnav > li > .subbox > .subnav li a.current {
  color: var(--clr_main);
}
#nav .gnav_subnav .gnav > li > .subbox > .subnav li .sub_subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li > .subbox > .subnav li .sub_subbox .sub_subnav li {
  padding: 0 2rem;
}
#nav .gnav_subnav .gnav > li > .subbox > .subnav li .sub_subbox .sub_subnav li a {
  background-color: #fff;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: var(--clr_main);
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e806";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 100;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow-y: visible;
    padding: 0;
    position: static;
    margin: 0;
    border: none;
  }
  #nav .gnav_subnav .gnav {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 2.5rem;
    border: none;
    -webkit-text-size-adjust: none;
  }
  #nav .gnav_subnav .gnav > li {
    position: relative;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    padding: 0;
    font-size: 1.8rem;
    margin: 0;
    cursor: pointer;
    display: block;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    color: var(--clr_main);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li > .subbox {
    -webkit-box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.08);
            box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.08);
  }
  #nav .gnav_subnav .gnav > li > .subbox > .subnav {
    overflow-y: auto;
    max-height: calc(var(--vh, 1vh) * 70);
    background: var(--clr_main);
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 18rem;
    position: absolute;
    top: 56%;
    left: -5.2rem;
    z-index: 100;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #nav .gnav_subnav .gnav > li .subbox::before {
    font-family: "fontello";
    content: "\e804";
    color: var(--clr_main);
    display: block;
    margin: 0 auto -1.1rem;
    font-size: 2rem;
    text-align: center;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    overscroll-behavior-y: contain;
    padding: 1rem;
    background: var(--clr_main);
    border-radius: 2rem;
    -webkit-text-size-adjust: none;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:not(:last-child) {
    border-bottom: 1px #fff solid;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:first-child a:is(:hover, :focus-visible, .current) {
    border-radius: 2rem 2rem 0 0;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:last-child a:is(:hover, :focus-visible, .current) {
    border-radius: 0 0 2rem 2rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 1.5rem 0;
    text-align: center;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    color: #fff;
    background: #EBC3B1;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li .sub_subbox {
    position: static;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li .sub_subbox .sub_subnav {
    padding: 0 0 0 2rem;
    -webkit-text-size-adjust: none;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.side_button {
  display: none;
}

@media screen and (min-width: 48em), print {
  .side_button {
    display: block;
    position: fixed;
    top: 40%;
    right: 1rem;
    z-index: 200;
    background: transparent;
  }
  .side_button li {
    width: 7rem;
    height: 20rem;
  }
  .side_button li a {
    display: block;
    padding: 5rem 0 0 0;
    font-size: 1.8rem;
    color: var(--clr_txt) !important;
    text-decoration: none !important;
    text-align: center;
    height: 100%;
    background: var(--clr_main);
    border-radius: 4rem;
    -webkit-box-shadow: 0 0 0 1px #FFF, 0 0 0 3px var(--clr_main);
            box-shadow: 0 0 0 1px #FFF, 0 0 0 3px var(--clr_main);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .side_button li a::before {
    font-size: 2.3rem;
    margin: 0 0 1rem;
    font-family: "fontello";
    content: "\e815";
    display: block;
  }
  .side_button li a:hover {
    color: var(--clr_main);
  }
}
.overview {
  padding: 4rem 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview .clinic_name {
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 70%;
  margin: auto;
}
.overview > .wrap {
  padding: 0 1rem;
}
.overview > .wrap .overviewL {
  margin: 0 0 1rem;
}
.overview > .wrap .overviewL .gaiyo {
  width: 100%;
  margin: 0;
  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;
}
.overview > .wrap .overviewL .gaiyo dt {
  width: 30%;
  color: var(--clr_txt);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overview > .wrap .overviewL .gaiyo dd {
  width: 70%;
}
.overview > .wrap .overviewL .gaiyo dd .tel::before {
  display: none;
}
.overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewL .gaiyo dd {
  padding: 1rem 0;
  border-bottom: 1px solid var(--clr_main);
}
.overview > .wrap .overviewL .gaiyo dt:first-of-type, .overview > .wrap .overviewL .gaiyo dd:first-of-type {
  border-top: 1px solid var(--clr_main);
}
.overview > .wrap .overviewL .tbl_time {
  margin: 0 0 3rem;
}
.overview > .wrap .overviewR {
  margin: 3rem 0 0 0;
}
.overview > .wrap .overviewR img {
  width: 100%;
}
.overview .gmap {
  height: 100vw;
  margin: 3rem 0;
  padding: 0 1rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 10rem 0 0;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 6rem;
  }
  .overview .clinic_name img {
    width: 45rem;
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 57rem;
  }
  .overview > .wrap .overviewL .gaiyo {
    line-height: 2.8rem;
  }
  .overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewL .gaiyo dd {
    padding: 1.45rem 0;
  }
  .overview > .wrap .overviewL .tbl_time {
    margin: 0 0 4rem;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview .gmap {
    margin: 10rem 0 0 0;
    height: 50rem;
    padding: 0;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  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;
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#tel_up ul li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1rem;
  font-size: 1.8rem;
}
#tel_up ul li.tel::before {
  margin: 0;
}
#tel_up ul li .btn_rsv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.6rem;
  height: 100%;
  width: 100%;
  font-size: 1.6rem;
  border-radius: 0;
  padding: 0;
  background: var(--clr_main);
}
#tel_up #pageup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 100%;
  text-align: center;
  line-height: 1;
  border: 1px var(--clr_main) solid;
  background: #fff;
  position: relative;
}
#tel_up #pageup::before {
  display: block;
  content: "";
  background: url("../img/pagetop.svg") no-repeat center center/contain;
  width: 1.4rem;
  height: 2rem;
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  color: transparent;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 6rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    height: 6rem;
    border-radius: 50%;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    opacity: 1;
    background: rgba(248, 205, 186, 0.4);
  }
}
.footer {
  text-align: center;
  background-color: #FFF;
}
.footer .copy {
  display: block;
  padding: 1rem 0;
  font-size: 1.4rem;
  width: 100%;
  background: #CDCDC6;
}
.footer .copy a {
  text-decoration: none;
  color: var(--clr_txt);
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 6rem 0 0 0;
  }
  .footer .copy {
    margin: 6rem 0 0 0;
    font-size: 1.6rem;
    padding: 1.3rem 0;
  }
  .footer ul {
    display: block;
    text-align: center;
    width: 1200px;
    margin: auto;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
  }
  .footer ul li a {
    opacity: 1;
    text-decoration: none;
    color: #41210F;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li:not(:last-child)::after {
    content: "";
    background: #41210F;
    width: 1px;
    height: 1.8rem;
    display: inline-block;
    margin: 0 0.8rem;
  }
  .footer ul li.treatment {
    display: none;
  }
}
.keyvsl {
  position: relative;
  margin-top: 7.6rem;
  padding: 0 1rem;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 24rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div {
  height: 24rem !important;
}
.keyvsl #keyvsl .slick-list div img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 3rem;
}
.keyvsl #keyvsl .slick-dots {
  visibility: hidden;
}
.keyvsl > .wrap_1 {
  height: 24rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.keyvsl > .wrap_1 .open {
  position: absolute;
  bottom: 0;
  padding: 0 1rem;
  font-size: 1.4rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.2rem;
}
.keyvsl > .wrap_1 .open li {
  position: relative;
  padding: 0.5rem;
  width: 10rem;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 50%;
}
.keyvsl > .wrap_1 .open li span.w100 {
  width: 100%;
}
.keyvsl > .wrap_1 .open li span.s16 {
  font-size: 1.1rem;
}
.keyvsl > .wrap_1 .open li span.s24 {
  font-size: 1.6rem;
}
.keyvsl > .wrap_1 .open li.new {
  background: url("../img/bg_new.svg") no-repeat center center/contain;
}
.keyvsl > .wrap_1 .open li.event {
  background: url("../img/bg_event.svg") no-repeat center center/contain;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    margin-top: 15rem;
  }
  .keyvsl #keyvsl {
    height: 133.3rem;
    margin: auto;
  }
  .keyvsl #keyvsl .slick-list div {
    height: 133.3rem !important;
  }
  .keyvsl #keyvsl .slick-list div img {
    -o-object-fit: none;
       object-fit: none;
    width: 100%;
    border-radius: 5rem;
  }
  .keyvsl > .wrap_1 {
    padding: 0;
    width: 1200px;
    margin: 0 auto;
    height: 133.3rem;
  }
  .keyvsl > .wrap_1 .open {
    width: 100%;
    gap: 0 3rem;
    padding: 0;
    margin: 0 0 3rem;
  }
  .keyvsl > .wrap_1 .open li {
    width: 18rem;
    height: 18rem;
    padding: 0;
    font-size: 2rem;
  }
  .keyvsl > .wrap_1 .open li span.s16 {
    font-size: 1.6rem;
  }
  .keyvsl > .wrap_1 .open li span.s24 {
    font-size: 2.4rem;
  }
  .keyvsl > .wrap_1 .open li:not(:last-child) {
    margin-bottom: 0;
  }
}
body.index .tit_02 {
  font-size: 2.2rem;
  font-weight: 500;
}
body.index .tit_02::before {
  display: none;
}
body.index .tit_02::after {
  content: attr(data-text);
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  line-height: 1;
  font-weight: 500;
  font-family: "EB Garamond", serif;
  font-size: 1.2rem;
  display: block;
  color: #CDCDC6;
  background: none;
  width: auto;
  height: auto;
  margin: 0.3rem auto 0;
}

@media screen and (min-width: 48em), print {
  body.index .tit_02 {
    font-size: 4rem;
  }
  body.index .tit_02::after {
    font-size: 2rem;
    margin: 0.7rem auto 0;
  }
}
.info {
  margin-top: 0;
  padding: 4rem 1rem;
}
.info dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 0.6rem;
  margin: 0 0 0.6rem;
  font-weight: bold;
  color: var(--clr_txt);
  cursor: pointer;
}
.info dl dt::before {
  font-family: "fontello";
  content: "\e800";
  color: var(--clr_main);
  line-height: 1;
  font-weight: normal;
  margin-top: 0.5rem;
}
.info dl dt.close::before {
  font-family: "fontello";
  content: "\e803";
}
.info dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
  border-top: 1px solid var(--clr_sub);
}
.info dl dd {
  margin: 0 0 1.6rem;
  padding: 0 0 0 2.4rem;
}
.info dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 10rem 0 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .info .tit_02 {
    width: 40rem;
    text-align: center;
  }
  .info dl {
    width: 80rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 1rem 0 0;
  }
  .info dl dt {
    margin: 0 0 1rem;
    font-size: 2rem;
  }
  .info dl dt::before {
    margin: 1rem 1rem 0 0;
    font-size: 2.4rem;
  }
  .info dl dt:not(:first-of-type) {
    margin: 1.6rem 0 0.6rem;
    padding: 1.6rem 0 0;
  }
  .info dl dt:hover {
    text-decoration: underline;
  }
  .info dl dt:hover {
    text-decoration: none;
    color: var(--clr_main);
  }
  .info dl dd {
    margin: 0 0 3rem;
    padding: 0 0 0 4rem;
    font-size: 1.8rem;
  }
}
.tre {
  background: url("../img/bg_greeting.webp") repeat;
  padding: 4rem 1rem;
  margin-top: 0 !important;
}
.tre .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 2rem 0;
}
.tre .subnav li {
  text-align: center;
  position: relative;
  opacity: 0;
  width: 13rem;
  height: 13rem;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px var(--clr_main), 0 0 0 5px #FFF;
          box-shadow: 0 0 0 1px var(--clr_main), 0 0 0 5px #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tre .subnav li a {
  display: block;
  text-decoration: none;
  position: relative;
  color: var(--clr_txt);
  width: 100%;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  padding: 2.4rem 0 0 0;
}
.tre .subnav li a::before {
  content: "";
  width: 5rem;
  height: 5rem;
  display: block;
  margin: 0 auto;
}
.tre .subnav li a::after {
  font-family: "fontello";
  content: "\e80e";
  font-size: 2rem;
  color: var(--clr_main);
  position: absolute;
  top: 10rem;
  right: 1rem;
  font-weight: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tre .subnav li a.dermatology::before {
  background: url(../img/icon_dermatology.svg) no-repeat center/100%;
}
.tre .subnav li a.pediatrics_dermatology::before {
  background: url("../img/icon_pediatrics_dermatology.svg") no-repeat center/100%;
}
.tre .subnav li a.beauty_dermatology::before {
  background: url("../img/icon_beauty_dermatology.svg") no-repeat center/100%;
}
.tre .subnav li.trigger:nth-child(1) {
  -webkit-animation: fade_up 0.6s linear forwards;
          animation: fade_up 0.6s linear forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.tre .subnav li.trigger:nth-child(2) {
  -webkit-animation: fade_up 0.6s linear forwards;
          animation: fade_up 0.6s linear forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.tre .subnav li.trigger:nth-child(3) {
  -webkit-animation: fade_up 0.6s linear forwards;
          animation: fade_up 0.6s linear forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 10rem 0;
  }
  .tre .subnav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 6rem;
  }
  .tre .subnav li {
    width: 30rem;
    height: 30rem;
  }
  .tre .subnav li a {
    font-size: 2.4rem;
    padding: 6rem 0 0 0;
  }
  .tre .subnav li a::before {
    width: 10rem;
    height: 10rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 0 auto 3rem;
  }
  .tre .subnav li a::after {
    font-size: 4rem;
    top: 23rem;
    right: 3rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .tre .subnav li a:is(:hover, :focus-visible, .current)::before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .tre .subnav li a:is(:hover, :focus-visible, .current)::after {
    color: var(--clr_sub);
  }
}
.greeting {
  margin-top: 0 !important;
  padding: 4rem 1rem;
  background: url("../img/mark-white.svg") no-repeat right bottom/40%, url("../img/bg_greeting.webp") repeat;
}
.greeting .wrap img {
  width: 100%;
  margin: 0 auto 2rem;
}
.greeting .wrap .txt p {
  margin: 0 0 2rem;
}
.greeting .wrap .txt p.txt_dr {
  text-align: right;
  font-weight: bold;
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .greeting {
    margin: 0 auto !important;
    padding: 10rem 0;
    background: url("../img/mark-white.svg") no-repeat right bottom, url("../img/bg_greeting.webp") repeat;
  }
  .greeting .wrap {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .greeting .wrap img {
    max-width: 57rem;
    margin: 0;
  }
  .greeting .wrap .txt {
    width: 57rem;
  }
  .greeting .wrap .txt p {
    font-size: 1.8rem;
    margin: 0 0 3.1rem;
  }
  .greeting .wrap .txt p.txt_dr {
    font-size: 2rem;
  }
}
.feature {
  background: #fff;
  padding: 4rem 1rem;
  margin-top: 0 !important;
}
.feature .wrap {
  overflow: hidden;
}
.feature .wrap > div {
  padding: 20rem 0 0;
  opacity: 0;
}
.feature .wrap > div:not(:last-child) {
  margin-bottom: 3rem;
}
.feature .wrap > div h3 {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  line-height: 1.37;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 1.2rem;
  margin: 0 0 1.8rem;
  height: 5rem;
}
.feature .wrap > div h3::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("../img/h3.svg") no-repeat center center/contain;
  width: 0.25rem;
  height: 5rem;
}
.feature .wrap > div .txt_box {
  margin: 0;
  padding: 1rem;
  border: 1px var(--clr_main) solid;
  border-radius: 0 1rem 1rem 1rem;
  background: url("../img/deco.svg") no-repeat left top/1.2rem, url("../img/mark.svg") no-repeat right bottom/5rem;
}
.feature .wrap > div.feat1 {
  background: url("../img/index_feature01.jpg") no-repeat center top/100%;
}
.feature .wrap > div.feat2 {
  background: url("../img/index_feature02.jpg") no-repeat center top/100%;
}
.feature .wrap > div.feat3 {
  background: url("../img/index_feature03.jpg") no-repeat center top/100%;
}
.feature .wrap > div.feat4 {
  background: url("../img/index_feature04.jpg") no-repeat center top/100%;
}
.feature .wrap > div:nth-of-type(2n+1).trigger {
  -webkit-animation: fade_left 1s forwards normal;
          animation: fade_left 1s forwards normal;
}
.feature .wrap > div:nth-of-type(2n).trigger {
  -webkit-animation: fade_right 1s forwards normal;
          animation: fade_right 1s forwards normal;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 10rem 0;
  }
  .feature .wrap > div {
    min-height: 35rem;
  }
  .feature .wrap > div:not(:last-child) {
    margin-bottom: 6rem;
  }
  .feature .wrap > div h3 {
    font-size: 3.2rem;
    padding: 0 0 0 3rem;
    margin: 0 0 4rem;
    line-height: 1.5625;
    height: 10rem;
  }
  .feature .wrap > div h3::before {
    width: 0.5rem;
    height: 10rem;
  }
  .feature .wrap > div .txt_box {
    width: 57rem;
    height: 12rem;
    font-size: 1.8rem;
    padding: 3rem;
    border-radius: 0 2rem 2rem 2rem;
    background: url("../img/deco.svg") no-repeat left top/2.4rem, url("../img/mark.svg") no-repeat right bottom/10rem;
  }
  .feature .wrap > div:nth-of-type(odd) {
    padding: 0 0 0 63rem;
    background-position: left top;
    background-size: 57rem;
  }
  .feature .wrap > div:nth-of-type(even) {
    background-position: top right;
    padding: 0;
    background-size: 57rem;
  }
}
body:not(.index) .sub_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body:not(.index) .main {
  margin: 4rem 1rem 4rem;
}
body:not(.index) .main .tel {
  font-size: 120%;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    width: 100rem;
    margin: 8rem auto;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadnav {
  max-width: 100vw;
  margin: 1rem;
  overflow-x: auto;
}
.breadnav .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadnav .breadcrumb li a {
  text-decoration: underline;
  color: #D1AD9Dl;
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: "―";
  color: var(--clr_txt);
  font-size: 70%;
  margin: 0 1rem;
}

@media screen and (min-width: 48em), print {
  .breadnav {
    width: 1200px;
    max-width: 100%;
    margin: 2rem auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: 1.6rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1.5rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
body.doctor .greetings .dr_name {
  text-align: right;
}
body.doctor .greetings .dr_name span {
  font-size: 120%;
}
body.doctor .banner_wrap a {
  display: block;
  margin: 0 0 2rem;
}

@media screen and (min-width: 48em), print {
  body.doctor .greetings .img_l {
    width: 30%;
  }
  body.doctor .banner_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
  }
  body.doctor .banner_wrap a {
    margin: 0;
  }
}
.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: var(--clr_txt);
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: var(--clr_sub);
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 4px solid var(--clr_main);
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
body.visitor .about_resv .resv_tel a {
  margin: 0 0 1rem;
}
body.visitor .about_resv .resv_tel .tel {
  display: block;
  text-align: center;
}
body.visitor .first_flow {
  counter-reset: number 0;
}

@media screen and (min-width: 48em), print {
  body.visitor .img_r {
    margin: 3rem;
  }
  body.visitor .about_resv .resv_tel {
    margin: 3rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.visitor .about_resv .resv_tel a, body.visitor .about_resv .resv_tel .tel {
    width: 31%;
  }
  body.visitor .about_resv .resv_tel a {
    margin: 0;
  }
  body.visitor .about_resv .resv_tel .btn_rsv,
  body.visitor .about_resv .resv_tel .btn_line {
    padding: 1.5rem 0;
  }
  body.visitor .first_flow .box_flow {
    width: 80%;
    margin: auto;
  }
}
body.access iframe {
  height: 30rem;
  margin: 2rem 0 0 0;
}

@media screen and (min-width: 48em), print {
  body.access iframe {
    height: 100%;
    margin: 0;
  }
}
body.dermatology .major ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}
body.dermatology .major ul li a {
  color: var(--clr_main);
  padding: 0.5rem;
}
body.dermatology .major ul li a::after {
  font-family: "fontello";
  content: "\e800";
  color: var(--clr_main);
  display: inline-block;
  margin: 0 0 0 0.5rem;
}
body.dermatology .major ul li a.page_link::after {
  font-family: "fontello";
  content: "\e802";
}

body.acne .btn {
  margin: 0 auto 2rem;
  text-align: center;
}
body.acne .naifuku {
  gap: 4rem 0;
}

@media screen and (min-width: 48em), print {
  body.acne .btn {
    margin: 0 0 3rem auto;
  }
}
body.phototherapy .photo_img {
  width: 80%;
  margin: 2rem auto;
}

@media screen and (min-width: 48em), print {
  body.phototherapy .therabeam .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.phototherapy .therabeam .flex .box_gold {
    width: 65%;
  }
  body.phototherapy .therabeam .flex .photo_img {
    width: 30%;
    height: auto;
    display: block;
    margin: 0;
  }
}
body.pediatric_dermatology .major ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}
body.pediatric_dermatology .major ul li a {
  color: var(--clr_main);
  padding: 0.5rem;
}
body.pediatric_dermatology .major ul li a::after {
  font-family: "fontello";
  content: "\e800";
  color: var(--clr_main);
  display: inline-block;
  margin: 0 0 0 0.5rem;
}
body.pediatric_dermatology .major .btn {
  margin: 0 0 1rem auto;
}

@media screen and (min-width: 48em), print {
  body.pediatric_dermatology .major .flex2 {
    gap: 4rem;
  }
}
body.allergy h2 span {
  font-size: 1.2rem;
}
body.allergy .major ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}
body.allergy .major ul li a {
  color: var(--clr_main);
  padding: 0.5rem;
}
body.allergy .major ul li a::after {
  font-family: "fontello";
  content: "\e800";
  color: var(--clr_main);
  display: inline-block;
  margin: 0 0 0 0.5rem;
}
body.allergy .img_wrap li {
  width: 70%;
  margin: 0 auto 1rem;
}
body.allergy .allergy_test dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 0;
}
body.allergy .allergy_test dl dt {
  width: 28%;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.allergy .allergy_test dl dd {
  width: 72%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}
body.allergy .btn_out {
  margin: 3rem auto;
}
body.allergy .easy_test {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
body.allergy .kafun .lst_dl {
  border: 1px solid var(--clr_sub);
}
body.allergy .kafun .lst_dl dt {
  background-color: var(--clr_sub);
  color: var(--clr_txt);
}
body.allergy .kafun .lst_dl dd {
  background-color: #fff;
}

@media screen and (min-width: 48em), print {
  body.allergy h2 span {
    font-size: 2rem;
  }
  body.allergy .img_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
  body.allergy .img_wrap li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
  body.allergy .kafun .lst_dl dt:not(:last-of-type) {
    border-bottom: 1px solid #fff;
  }
}
body.aga .anc_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
body.aga .box_gray .btn_wrap .btn {
  margin: 0 0 2rem;
}
body.aga .medicine_lst li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
body.aga .medicine_lst li::after {
  font-family: "fontello";
  content: "\e800";
  color: var(--clr_main);
}
body.aga #minoxidil_in {
  margin: 4rem 0;
}

@media screen and (min-width: 48em), print {
  body.aga .box_gray .btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
  }
  body.aga .touhi {
    width: 50%;
  }
}
body.beauty .nayami {
  font-weight: bold;
  margin-bottom: 2rem;
}
body.beauty .nayami ul li:not(last-of-type) {
  margin-bottom: 1rem;
}
body.beauty .tab_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 4rem 0 0 0;
}
body.beauty .tab_button .tab {
  width: 45%;
  text-align: center;
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: var(--clr_sub);
  color: #fff;
  font-size: 110%;
  font-weight: bold;
}
body.beauty .tab_button .tab button {
  width: 100%;
  height: 100%;
  padding: 1rem;
}
body.beauty .tab_button .tab.active {
  background-color: rgba(var(--clr_main), 0.8);
  color: #fff;
}
body.beauty .box_wrapper .tab_box {
  border: 3px solid rgba(var(--clr_main), 0.8);
  background-color: var(--clr_main);
  display: none;
}
body.beauty .box_wrapper .tab_box > ul {
  padding: 2rem 1rem;
}
body.beauty .box_wrapper .tab_box > ul li a {
  text-decoration: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
body.beauty .box_wrapper .tab_box.active {
  display: block;
}
body.beauty .visia .flex2 .visia_logo {
  width: 50%;
  margin: 2rem auto 3rem;
}
body.beauty .visia .visia_detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.beauty .visia .visia_detail ul li {
  padding: 0.5rem 1rem;
  font-weight: bold;
  font-size: 105%;
  color: var(--clr_main);
}
body.beauty .visia .visia_detail ul li a {
  text-decoration: none;
}
body.beauty .visia p {
  counter-reset: number 0;
}
body.beauty .visia p .txt_notice::after {
  counter-increment: number 1;
  content: "※" counter(number);
}
body.beauty .visia .box_gray ul {
  counter-reset: number 0;
}
body.beauty .visia .box_gray ul li {
  padding: 0 0 0 2em;
  position: relative;
}
body.beauty .visia .box_gray ul li::before {
  counter-increment: number 1;
  content: "※" counter(number);
  position: absolute;
  left: 0;
  color: var(--clr_main);
}
body.beauty .txt_notice {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.beauty .txt_notice::after {
  content: "※";
  color: var(--clr_main);
  font-size: 70%;
}
body.beauty .onayami .btn {
  margin: 0 0 0 auto;
}
body.beauty .onayami .onayami_tre .roujinsei .box_gold {
  padding: 0;
}
body.beauty .onayami .onayami_tre div.flex2 {
  gap: 4rem 0;
}
body.beauty .onayami .tre_box {
  background: var(--clr_main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem;
  gap: 0.5rem 0;
}
body.beauty .onayami .tre_box dt {
  font-size: 200%;
  line-height: 1.2;
  width: 15%;
}
body.beauty .onayami .tre_box dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
}
body.beauty .onayami .tre_box dd a {
  font-size: 1.4rem;
}
body.beauty .onayami_table .table_wrap {
  width: 100%;
  padding: 2rem 0;
  overflow-x: auto;
}
body.beauty .onayami_table .table_wrap table {
  border: 1px solid #595959;
  border-collapse: collapse;
  font-size: 80%;
  width: 450%;
}
body.beauty .onayami_table .table_wrap table tr:nth-of-type(2n) td {
  background-color: #fff;
}
body.beauty .onayami_table .table_wrap table th {
  border: 1px solid #D4D5D6;
  padding: 0 0.5rem;
}
body.beauty .onayami_table .table_wrap table th.bg_gold {
  background: var(--clr_main);
  color: #fff;
  padding: 0.5rem;
}
body.beauty .onayami_table .table_wrap table th.bg_lightgold {
  background: #C3AD83;
  color: #fff;
}
body.beauty .onayami_table .table_wrap table td {
  background: var(--clr_main);
  border: 1px solid #D4D5D6;
  text-align: center;
  line-height: 1.2;
  padding: 0.5rem;
}
body.beauty .onayami_table .table_wrap table td .kome_1::after {
  content: "※1";
  font-size: 60%;
  color: var(--clr_main);
}
body.beauty .onayami_table .table_wrap table td .kome_2::after {
  content: "※2";
  font-size: 60%;
  color: var(--clr_main);
}
body.beauty .onayami_table p {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  body.beauty .nayami {
    margin-bottom: 4rem;
  }
  body.beauty .nayami ul li:not(last-of-type) {
    margin-bottom: 0;
  }
  body.beauty .tab_button .tab {
    border-radius: 1rem 1rem 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 8rem 0 0;
  }
  body.beauty .tab_button .tab.active:hover {
    background-color: rgba(var(--clr_main), 0.8);
  }
  body.beauty .tab_button .tab.active:hover button {
    opacity: 1;
    cursor: default;
  }
  body.beauty .tab_button .tab:hover {
    background: var(--clr_main);
  }
  body.beauty .box_wrapper .tab_box {
    border: 6px solid rgba(var(--clr_main), 0.8);
  }
  body.beauty .box_wrapper .tab_box ul {
    padding: 3rem;
  }
  body.beauty .box_wrapper .tab_box ul li {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  body.beauty .box_wrapper .tab_box ul li a:hover {
    background: var(--clr_main);
  }
  body.beauty .visia .flex2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
  }
  body.beauty .visia .flex2 .visia_logo {
    width: 20%;
    margin: 0;
  }
  body.beauty .visia .flex2 .visia_photo {
    width: 38%;
  }
  body.beauty .visia .visia_detail ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.beauty .visia .visia_detail ul li {
    font-size: 110%;
  }
  body.beauty .visia .visia_detail ul li a:hover {
    text-decoration: underline;
  }
  body.beauty .onayami .tre_box {
    padding: 2rem;
  }
  body.beauty .onayami .tre_box dd a {
    font-size: 1.6rem;
  }
  body.beauty .onayami .onayami_tre > .flex2 {
    gap: 4rem 0;
  }
  body.beauty .counseling dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.beauty .counseling dl dt,
  body.beauty .counseling dl dd {
    width: 50%;
  }
  body.beauty .counseling .flex2 {
    gap: 4rem;
  }
  body.beauty .onayami_table .table_wrap table {
    width: 100%;
  }
  body.beauty .onayami_table .table_wrap table th {
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 1rem 0.5rem;
  }
  body.beauty .onayami_table .table_wrap table td {
    font-size: 1.8rem;
  }
}
body.pico h3 span {
  font-size: 80%;
}
body.pico .hachou .img_r {
  width: 60%;
}
body.pico .hachou .box_gold .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.pico .flow {
  counter-reset: number 0;
}
body.pico .kaisu .lst_dl dd {
  text-align: center;
}

@media screen and (min-width: 48em), print {
  body.pico .hachou .img_r {
    width: 30%;
  }
  body.pico .hachou .box_gold {
    width: 67%;
    padding: 1rem;
  }
  body.pico .img_c {
    width: 60%;
  }
  body.pico .kaisu .lst_dl dt, body.pico .kaisu .lst_dl dd {
    width: 50%;
  }
}
body.ipl {
  counter-reset: number 0;
}
body.ipl .about_cellec .cellec_logo {
  width: 80%;
  margin: auto;
}
body.ipl .about_cellec table {
  width: 100%;
  border-spacing: 0;
  border: 1px solid #D4D5D6;
  margin: 2rem 0 4rem;
}
body.ipl .about_cellec table tbody tr th {
  background-color: var(--clr_main);
  border-bottom: 1px solid #D4D5D6;
  font-weight: bold;
  padding: 1rem;
}
body.ipl .about_cellec table tbody tr th.filter {
  width: 40%;
  border-right: 1px solid #D4D5D6;
}
body.ipl .about_cellec table tbody tr th.onayami {
  width: 60%;
}
body.ipl .about_cellec table tbody tr td {
  padding: 1rem;
}
body.ipl .about_cellec table tbody tr td img {
  width: 80%;
  margin: auto;
}
body.ipl .about_cellec table tbody tr td:first-of-type {
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #D4D5D6;
}
body.ipl .about_cellec table tbody tr:not(:last-of-type) td {
  border-bottom: 1px solid #D4D5D6;
}
body.ipl .cellec_detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1.5rem;
}
body.ipl .cellec_detail ul li {
  font-weight: bold;
  font-size: 105%;
  color: var(--clr_main);
}
body.ipl .lst_price dd span {
  display: block;
}

@media screen and (min-width: 48em), print {
  body.ipl .about_cellec img {
    width: 60%;
    margin: 0 auto 3rem;
  }
  body.ipl .about_cellec .cellec_logo {
    width: 50%;
  }
  body.ipl .about_cellec table tbody tr th {
    font-size: 110%;
  }
  body.ipl .about_cellec table tbody tr th.filter, body.ipl .about_cellec table tbody tr th.onayami {
    width: 50%;
  }
  body.ipl .about_cellec table tbody tr td {
    padding: 1rem 2rem;
  }
  body.ipl .about_cellec table tbody tr td img {
    width: 30%;
    margin: 0;
  }
  body.ipl .about_cellec table tbody tr td:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4rem;
    font-size: 110%;
  }
  body.ipl .cellec_detail ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem 4rem;
  }
  body.ipl .cellec_detail ul li {
    font-size: 110%;
  }
  body.ipl .lst_price dd span {
    display: inline;
  }
}
body.hifu .box_gold .small {
  font-size: 80%;
}
body.hifu .img_r {
  max-width: 90%;
}
body.hifu .img_wrap li {
  margin: 0 0 3rem;
  position: relative;
  text-align: center;
  font-weight: bold;
}
body.hifu .img_wrap li:not(:last-of-type)::after {
  content: "";
  border: 2rem solid transparent;
  border-top: 1.5rem solid var(--clr_main);
  position: absolute;
  bottom: -4.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.hifu .img_wrap li img {
  border: 1px solid var(--clr_sub);
  width: 90%;
  margin: auto;
}
body.hifu .flow {
  counter-reset: number 0;
}

@media screen and (min-width: 48em), print {
  body.hifu .img_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.hifu .img_wrap li {
    width: 30%;
  }
  body.hifu .img_wrap li:not(:last-of-type)::after {
    border: 3rem solid transparent;
    border-left: 2rem solid var(--clr_main);
    left: auto;
    right: -6.5rem;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
  body.hifu .img_wrap li img {
    border: none;
    width: 100%;
  }
}
body.electroporation .elec1 {
  max-width: 75%;
}
body.electroporation .menu .flex {
  gap: 1rem;
}
body.electroporation .menu .flex li:not(:last-of-type) {
  position: relative;
  padding-right: 2rem;
}
body.electroporation .menu .flex li:not(:last-of-type)::after {
  content: "/";
  position: absolute;
  right: 0;
}
body.electroporation .flow {
  counter-reset: number 0;
}

@media screen and (min-width: 48em), print {
  body.electroporation .elec1 {
    max-width: 35% !important;
  }
  body.electroporation .elec3 {
    width: 50%;
    margin: 3rem auto;
  }
  body.electroporation .osusume .flex2 li {
    width: 49%;
  }
}
body.peeling .merit .flex2 {
  gap: 3rem;
}
body.peeling .manuka .flex2 {
  gap: 3rem;
}
body.peeling .flow {
  counter-reset: number 0;
}
body.peeling .flow .small {
  font-size: 80%;
}

body.injection .injection_menu {
  margin: 0 0 4rem;
}
body.injection .space_section {
  margin-top: 4rem;
}
body.injection .space_section .btn_wrap .btn {
  margin: 0 0 2rem;
}

@media screen and (min-width: 48em), print {
  body.injection .injection_menu {
    margin: 0 0 8rem;
  }
  body.injection .space_section {
    margin-top: 8rem;
  }
  body.injection .space_section .btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
  }
}
body.price h2 span {
  font-size: 80%;
}
body.price h3.tit_03 {
  text-align: center;
}
body.price h3.tit_03::before {
  left: 0;
}
/*# sourceMappingURL=style.css.map */