@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);
  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%;
}

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

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;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
@-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_img {
  0% {
    opacity: 0;
    -webkit-transform: translate(2rem, 2rem);
            transform: translate(2rem, 2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fade_img {
  0% {
    opacity: 0;
    -webkit-transform: translate(2rem, 2rem);
            transform: translate(2rem, 2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 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 instagram {
  0% {
    display: block;
    visibility: visible;
  }
  100% {
    display: block;
    visibility: visible;
  }
}
@keyframes instagram {
  0% {
    display: block;
    visibility: visible;
  }
  100% {
    display: block;
    visibility: visible;
  }
}
.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;
}

@media screen and (min-width: 48em), print {
  .pc-txt_c {
    text-align: center;
  }
}
.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: 80%;
}

.txt_pink {
  color: #FFB6C1;
}

.txt_orange {
  color: #FFA500;
}

.txt_brown {
  color: #6E4B40;
}

.red {
  color: #EA6D6D;
}

.line_mark {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFFF00)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFFF00 0%) repeat scroll 0 0;
}

.underline {
  text-decoration: underline;
}

.nado {
  margin-top: 0;
}

.inline {
  display: inline-block;
}

.color_pink {
  color: #FFB6C1 !important;
}

.background_pink {
  background: #FFB6C1 !important;
}

.color_darkpink {
  color: #FF8D9E !important;
}

.background_darkpink {
  background: #FF8D9E !important;
}

.color_orange {
  color: #FFA500 !important;
}

.background_orange {
  background: #FFA500 !important;
}

.img_c {
  margin: 1rem auto;
}

.img_l, .img_r, .img_c {
  max-width: 80%;
  margin: 1rem auto 3.5rem;
  position: relative;
}
.img_l img, .img_r img, .img_c img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 182, 193, 0.6);
          box-shadow: 0px 0px 5px 0px rgba(255, 182, 193, 0.6);
}
.img_l::after, .img_r::after, .img_c::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  background: #FFDFE4;
  top: 2rem;
  right: -2rem;
  z-index: -1;
}

.tate {
  max-width: 60%;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 6rem 5rem 0;
  }
  .img_l img {
    border-radius: 20px;
  }
  .img_l::after {
    top: 4rem;
    right: -4rem;
    border-radius: 20px;
  }
  .img_r {
    float: right;
    margin: 0 4rem 5rem 2rem;
  }
  .img_r img {
    border-radius: 20px;
  }
  .img_r::after {
    top: 4rem;
    right: -4rem;
    border-radius: 20px;
  }
  .img_c {
    margin: 0 auto 5rem;
  }
  .img_c img {
    border-radius: 20px;
  }
  .img_c::after {
    top: 4rem;
    right: -4rem;
    border-radius: 20px;
  }
  .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;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.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;
  }
  .mb40 {
    margin-bottom: 8rem;
  }
  .mb30 {
    margin-bottom: 6rem;
  }
  .mb20 {
    margin-bottom: 4rem;
  }
  .mb10 {
    margin-bottom: 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: 2rem;
  }
}
.table {
  width: 100%;
  margin: 2rem 0;
  border-spacing: 0;
  border: 0.5px solid #4F4F4F;
}
.table tr td:first-child {
  background: #FFB6C1;
  width: 30%;
}
.table tr td {
  text-align: left;
  padding: 1rem 0.4rem;
  border: 0.5px solid #4F4F4F;
  font-size: 80%;
  width: 50%;
}

.table_price {
  width: 100%;
  margin: 2rem 0;
  border-spacing: 0;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.table_price thead tr th, .table_price thead tr td {
  text-align: center;
  background: #FFF0F2;
  font-weight: bold;
}
.table_price tr th {
  font-weight: normal;
  background: #FFF0F2;
  border-top: 1px solid #ccc;
}
.table_price tr td {
  text-align: right;
  padding: 1rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 30%;
}

@media screen and (min-width: 48em), print {
  .table tr td:first-child {
    width: 10%;
  }
  .table tr td {
    font-size: 100%;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-radius: 10px;
  overflow: hidden;
  margin: 2rem 0;
  border-spacing: 0;
  font-size: 1.3rem;
  background: #FFFFF0;
}
.tbl_time caption {
  font-size: 100%;
  caption-side: bottom;
  text-align: left;
  padding: 0.5rem 1rem 1rem;
  background: #FFFFF0;
  line-height: 1.3;
}
.tbl_time tr th {
  font-weight: normal;
  line-height: 1.2;
}
.tbl_time tr th[scope=col] {
  padding: 1rem 0 0.4rem;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid #ccc;
  background-color: #FFFFF0;
}
.tbl_time tr th.time .txt_small {
  font-size: 1rem;
}
.tbl_time tr td {
  text-align: center;
  padding: 1rem 0.4rem;
  border-bottom: 1px solid #ccc;
  line-height: 1;
  color: #FF8D9E;
  background: #FFFFF0;
  font-size: 80%;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    border-radius: 20px;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    padding: 1rem 2rem 1.5rem;
  }
  .tbl_time caption span {
    border-radius: 6px;
  }
  .tbl_time tr th {
    padding: 1rem 0;
  }
  .tbl_time tr th[scope=col] {
    padding: 1.4rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 33%;
  }
  .tbl_time tr th[scope=col]:last-child {
    width: 14%;
    padding-right: 5%;
  }
  .tbl_time tr th.time {
    padding: 0.7rem 0;
  }
  .tbl_time tr th.time .txt_small {
    font-size: 70%;
  }
  .tbl_time tr td {
    padding: 1.9rem 0;
  }
  .tbl_time tr td:last-child {
    padding-right: 5%;
  }
  .table tr td:first-child {
    width: 10%;
  }
  .table tr td {
    font-size: 100%;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  background: #FFB6C1;
  color: #fff;
  font-weight: normal;
  font-size: 2rem;
  padding: 3rem 1rem;
  text-align: center;
  margin: 0 0 1rem;
  position: relative;
  font-family: "Kiwi Maru", serif;
}
.tit_01::after {
  content: "";
  display: block;
  width: 6rem;
  height: 100%;
  background: url("../img/logo_mark.svg") center center/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 1rem;
}

.tit_02 {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 4rem;
  color: #6E4B40;
  text-align: center;
  position: relative;
  font-weight: normal;
  font-family: "Kiwi Maru", serif;
}
.tit_02::before {
  content: "";
  width: 50px;
  height: 2px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
  background-color: #FFB6C1;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 2rem;
  color: #fff;
  background: #FFB6C1;
  position: relative;
  border-radius: 5px;
  padding: 0.8rem 1rem 0.8rem 1.8rem;
  font-weight: normal;
  font-family: "Kiwi Maru", serif;
}
.tit_03::before {
  content: " ";
  width: 3px;
  height: calc(100% - 1.6rem);
  background-color: #FFFF00;
  border-radius: 1.5px; /* 線幅の半分 */
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 2rem;
  color: #6E4B40;
  position: relative;
  font-weight: normal;
  font-family: "Kiwi Maru", serif;
  padding-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.tit_04::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: auto;
  width: 30%;
  height: calc(100% + 1px);
  border-bottom: 1px solid #FFB6C1;
}

.tit_05 {
  font-size: 1.4rem;
  position: relative;
  padding-left: 1.2rem;
  font-weight: normal;
  font-family: "Kiwi Maru", serif;
}
.tit_05::before {
  position: absolute;
  top: 1.2rem;
  left: 0;
  content: "";
  background: #FFB6C1;
  display: inline-block;
  width: 6px;
  height: 2px;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 4.8rem;
    padding: 15.5rem 0;
  }
  .tit_01::after {
    width: 1200px;
    height: 38rem;
    background: url("../img/logo_mark.svg") center left/contain no-repeat;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .tit_02 {
    font-size: 4.8rem;
    margin: 0 0 7rem;
  }
  .tit_02::before {
    width: 100px;
    height: 3px;
    bottom: -30px;
  }
  .tit_03 {
    font-size: 3rem;
    border-radius: 10px;
    margin-bottom: 3rem;
    padding: 1.6rem 1.6rem 1.6rem 3.7rem;
  }
  .tit_03::before {
    width: 5px;
    height: calc(100% - 3.2rem);
    border-radius: 2.5px; /* 線幅の半分 */
    top: 1.7rem;
    left: 1.6rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
  }
  .tit_04::after {
    width: 11rem;
  }
  .tit_05 {
    font-size: 2rem;
    padding-left: 2.4rem;
  }
  .tit_05::before {
    position: absolute;
    top: 1.7rem;
    width: 12px;
    height: 4px;
  }
}
.lst {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst > li {
  position: relative;
}
.lst > li:not(:last-child) {
  margin: 0 0 1rem;
}

.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: #FFC560;
  position: absolute;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: #4F4F4F;
}
.lst_ul.ind > li {
  padding-left: 1em;
  text-indent: -1em;
}
.lst_ul.ind > li::before {
  content: none;
}

.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 0.4rem;
}
.lst_ul_disc > li::marker {
  color: #6E4B40;
}

.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::marker {
  color: #f00;
}
.lst_ol > li::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  color: #4F4F4F;
  font-weight: bold;
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  text-align: center;
  font-size: 1.1rem;
}

.lst_dl01 {
  margin-top: 3rem;
}
.lst_dl01 dt {
  color: #6E4B40;
  padding-bottom: 0.2rem;
  border-bottom: 1px dashed rgba(110, 75, 64, 0.6);
}
.lst_dl01 dd {
  margin: 1rem 0 2rem;
}

.lst_dl02 {
  margin-top: 2rem;
}
.lst_dl02 dt {
  padding: 0.3rem 0 0.3rem 1rem;
  border-top: 1px solid #ccc;
  background: #FFF8F9;
}
.lst_dl02 dd {
  margin: 0 0 2.5rem;
  padding: 0.3rem 0 0.3rem 1rem;
  border-top: 1px dotted #ccc;
}

.lst_dl03 {
  margin: 0.5rem 0 2rem;
  border: 1px solid #ccc;
}
.lst_dl03 dt {
  background: #FFF0F2;
  padding: 0.5rem 0;
  text-indent: 1rem;
}
.lst_dl03 dd {
  text-indent: 1rem;
}
.lst_dl03 dd.bg_lightpink {
  background-color: #FFF0F2;
}
.lst_dl03 dd .price_lst {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lst_dl03 dd .price_lst dt {
  background: none;
  color: #4F4F4F;
  width: 60%;
}
.lst_dl03 dd .price_lst dt:not(:first-of-type) {
  border-top: 1px dotted #ccc;
}
.lst_dl03 dd .price_lst dt.add {
  border-top: none;
  padding-top: 0;
}
.lst_dl03 dd .price_lst dt.add span {
  border: 1px solid #FFB6C1;
  border-radius: 50vh;
  padding: 0 1rem;
}
.lst_dl03 dd .price_lst dd {
  text-align: right;
  width: 40%;
  padding: 0.5rem 1rem;
}
.lst_dl03 dd .price_lst dd:not(:first-of-type) {
  border-top: 1px dotted #ccc;
}
.lst_dl03 dd .price_lst dd.add {
  border-top: none;
  padding-top: 0;
  color: #FF8D9E;
}
.lst_dl03 dd .price_lst dd.add2 {
  border-top: none;
  padding-top: 0;
}

.tax {
  margin: 0;
  text-align: right;
  font-size: 90%;
}

.lst_dl04 {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  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;
  margin: 1rem 0 3rem;
}
.lst_dl04 dt {
  width: 70%;
  padding: 0.5rem 1rem;
  border-top: 1px solid #ccc;
  background: #FFF0F2;
}
.lst_dl04 dt:not(:first-of-type) {
  border-top: 1px solid #ccc;
}
.lst_dl04 dd {
  width: 30%;
  margin: 0;
  padding: 0.5rem 1rem;
  text-align: right;
  border-top: 1px solid #ccc;
}

@media screen and (min-width: 48em), print {
  .lst_ol > li {
    padding: 0 0 0 3.6rem;
  }
  .lst_ol > li::before {
    width: 2.1rem;
    height: 2.1rem;
    font-size: 1.4rem;
    top: 0.3rem;
  }
  .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;
    border-top: 1px dashed rgba(110, 75, 64, 0.6);
  }
  .lst_dl01 dt {
    width: 20%;
    padding: 1.2rem 0;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 1.2rem 0;
    margin: 0;
    border-bottom: 1px dashed rgba(110, 75, 64, 0.6);
  }
  .lst_dl02 {
    border-bottom: 1px solid #ccc;
    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;
    margin-top: 3rem;
  }
  .lst_dl02 dt {
    width: 30%;
    padding: 1rem 2.5rem;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .lst_dl02 dd {
    width: 70%;
    margin: 0;
    padding: 1rem 2.5rem;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .lst_dl03 {
    border-bottom: 1px solid #ccc;
    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;
    margin: 1rem 0 3rem;
  }
  .lst_dl03 dt {
    width: 30%;
    padding: 1rem 1rem 1rem 0;
    text-indent: 2.5rem;
  }
  .lst_dl03 dt:not(:first-of-type) {
    border-top: 1px solid #ccc;
  }
  .lst_dl03 dd {
    width: 70%;
    margin: 0;
    padding: 1rem 0;
  }
  .lst_dl03 dd:not(:first-of-type) {
    border-top: 1px solid #ccc;
  }
  .lst_dl03 dd .lst_ul {
    margin: 0;
  }
  .lst_dl03 dd .price_lst {
    line-height: 1.7;
    margin: 0;
  }
  .lst_dl03 dd .price_lst dt, .lst_dl03 dd .price_lst dd {
    border: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lst_dl03 dd .price_lst dt:first-of-type, .lst_dl03 dd .price_lst dd:first-of-type {
    padding-top: 0;
  }
  .lst_dl03 dd .price_lst dt:last-of-type, .lst_dl03 dd .price_lst dd:last-of-type {
    padding-bottom: 0;
  }
  .lst_dl03 dd .price_lst dd {
    padding-right: 2.5rem;
  }
  .lst_dl04 {
    border-bottom: 1px solid #ccc;
    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;
    margin: 1rem 0 3rem;
  }
  .lst_dl04 dt {
    width: 70%;
    padding: 1rem 1rem 1rem 2.5rem;
  }
  .lst_dl04 dt:not(:first-of-type) {
    border-top: 1px solid #ccc;
  }
  .lst_dl04 dd {
    width: 30%;
    margin: 0;
    padding: 1rem 2.5rem 1rem 1rem;
  }
  .lst_dl04 dd:not(:first-of-type) {
    border-top: 1px solid #ccc;
  }
}
.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 {
  .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 {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex3 li {
    width: calc((100% - 4rem) / 3);
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
  .flex3_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex3_1 li {
    width: calc((100% - 4rem) / 3);
  }
  .flex3_1 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
  .flex4 {
    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;
  }
}
.tel {
  display: inline-block;
  color: #FF8D9E;
  font-size: 120%;
  margin-top: 0.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  bottom: -0.5rem;
  font-family: "Kiwi Maru", serif;
}
.tel::after {
  content: attr(data-ruby);
  position: absolute;
  top: -0.6rem;
  right: 0;
  font-size: 50%;
  letter-spacing: 0.05em;
}
.tel::before {
  font-family: "fontello";
  content: "\e800";
  display: inline-block;
  font-size: 110%;
  margin-right: 0.4rem;
}
@media screen and (min-width: 48em), print {
  .tel {
    pointer-events: none;
    padding: 0.2rem 0rem;
    border-radius: 10px;
  }
  .tel::before {
    margin-right: 0.6rem;
  }
  .tel::after {
    top: -0.5rem;
  }
  .tel a {
    pointer-events: auto;
  }
}

.rsv {
  display: inline-block;
  color: #fff;
  background: #FFA500;
  border-radius: 5px;
  border: 1px solid #FFA500;
  padding: 0.4rem 2rem;
  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;
  font-family: "Kiwi Maru", serif;
}
.rsv::before {
  font-family: "fontello";
  content: "\e801";
  margin-right: 0.3rem;
}
@media screen and (min-width: 48em), print {
  .rsv {
    padding: 0.8rem 3rem;
    border-radius: 10px;
  }
  .rsv::before {
    margin-right: 0.6rem;
  }
  .rsv:hover {
    color: #FFA500;
    background: #fff;
  }
}

.rsv_beauty {
  display: inline-block;
  color: #fff;
  background: #EA6D6D;
  border: 1px solid #EA6D6D;
  padding: 0.4rem 2rem;
  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;
  height: 100%;
  font-family: "Kiwi Maru", serif;
}
.rsv_beauty::before {
  font-family: "fontello";
  content: "\e901";
  margin-right: 0.3rem;
}
@media screen and (min-width: 48em), print {
  .rsv_beauty {
    padding: 0.8rem 3rem;
    border-radius: 10px;
  }
  .rsv_beauty::before {
    margin-right: 0.6rem;
  }
  .rsv_beauty:hover {
    color: #FF8D9E;
    background: #fff;
  }
}

.rsv_hair_removal {
  display: inline-block;
  color: #fff;
  background: #FF8D9E;
  border: 1px solid #FF8D9E;
  padding: 0.4rem 2rem;
  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;
  font-family: "Kiwi Maru", serif;
}
.rsv_hair_removal::before {
  font-size: 1.5rem;
  font-family: "fontello";
  content: "\e80a";
  margin-right: 0.3rem;
}
@media screen and (min-width: 48em), print {
  .rsv_hair_removal {
    padding: 0.8rem 3rem;
    border-radius: 10px;
  }
  .rsv_hair_removal::before {
    font-size: 2rem;
    margin-right: 0.6rem;
  }
  .rsv_hair_removal:hover {
    color: #FF8D9E;
    background: #fff;
  }
}

.sat_ticket {
  display: inline-block;
  color: #fff;
  background: #f1d020;
  border-radius: 5px;
  border: 1px solid #f1d020;
  padding: 0.4rem 2rem;
  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;
  font-family: "Kiwi Maru", serif;
}
.sat_ticket::before {
  font-family: "fontello";
  content: "\e806";
  margin-right: 0.3rem;
}
@media screen and (min-width: 48em), print {
  .sat_ticket {
    padding: 0.8rem 3rem;
    border-radius: 10px;
  }
  .sat_ticket::before {
    margin-right: 0.6rem;
  }
  .sat_ticket:hover {
    color: #f1d020;
    background: #fff;
  }
}

.tel_rsv {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tel_rsv li {
  font-size: 1.4rem;
}
.tel_rsv li.tel_li {
  width: calc(50% - 2px);
}
.tel_rsv li.tel_li .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tel_rsv li.rsv_li {
  width: 48%;
}
.tel_rsv li.rsv_li .rsv {
  padding: 0.4rem 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 48em), print {
  .tel_rsv li.tel_li .tel {
    font-size: 3rem;
  }
  .tel_rsv li.rsv_li .rsv {
    font-size: 1.8rem;
    padding: 0.8rem 0.5rem;
  }
}

.acs span {
  margin-left: 1rem;
}
@media screen and (min-width: 48em), print {
  .acs span {
    margin-left: 2rem;
  }
}

.box {
  padding: 1rem;
  border-radius: 10px;
}
@media screen and (min-width: 48em), print {
  .box {
    padding: 2rem;
    border-radius: 20px;
  }
}
.box.pink {
  background: #FFF8F9;
}
.box.yellow {
  background: #FFFFF0;
}

.section_lst .table {
  border: 1px solid #CCCCCC;
  margin-top: 1rem !important;
}
.section_lst .table .tit {
  background: #FFF0F2;
  font-weight: normal;
  padding: 0.7rem 1rem;
}
.section_lst .table .content {
  border-top: 1px solid #CCCCCC;
  padding: 0.7rem 1rem;
  margin: 0;
}
@media screen and (min-width: 48em), print {
  .section_lst {
    border-top: 1px solid #ccc;
  }
  .section_lst .table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0 !important;
    border-top: none;
  }
  .section_lst .table .tit {
    width: 30%;
    padding: 1rem 2.5rem;
  }
  .section_lst .table .content {
    width: 70%;
    border-top: none;
    border-left: 1px solid #CCCCCC;
    padding: 1rem 2.5rem;
  }
}

.btn {
  margin: 0.1rem 0.5rem;
  padding: 0.8rem 2rem;
  display: inline-block;
  text-decoration: none !important;
  letter-spacing: 0.1rem;
  border-radius: 50vh;
  cursor: pointer;
  position: relative;
  background: #EA6DA4;
  border: 1px solid #EA6DA4;
  color: #fff;
}
.btn::after {
  font-family: "fontello";
  content: "\f006";
  line-height: 1;
  font-size: 1.1rem;
  position: absolute;
  right: 1rem;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.btn.orange {
  background: #FFA500;
  border: 1px solid #FFA500;
}
.btn.scr::after {
  font-family: "fontello";
  content: "\f004";
}
.btn.pdf::before {
  font-family: "fontello";
  content: "\f1c1";
  padding-right: 0.3rem;
}
@media screen and (min-width: 48em), print {
  .btn {
    margin: 0 0.5rem;
    padding: 1rem 3rem;
    letter-spacing: 0.2rem;
  }
  .btn:after {
    font-size: 1.4rem;
    right: 1rem;
  }
  .btn:hover {
    background: #fff;
    color: #EA6DA4;
    opacity: 1;
  }
  .btn.orange:hover {
    color: #FFA500;
  }
  .btn.pdf::before {
    padding-right: 0.5rem;
  }
}

.modal_open {
  cursor: pointer;
}

.lnk {
  display: inline-block;
  letter-spacing: 0.05rem;
  cursor: pointer;
  color: #FF8D9E;
  text-decoration: underline;
}
.lnk::before {
  font-family: "fontello";
  content: "\f006";
  margin-right: 0.5rem;
  display: inline-block;
  font-size: 80%;
  position: relative;
  bottom: 0.2rem;
}
@media screen and (min-width: 48em), print {
  .lnk::before {
    margin-right: 1rem;
  }
}
.lnk:hover {
  color: #FFA500;
  text-decoration: underline !important;
  opacity: 1;
}
.lnk:hover::before {
  color: #FFA500;
}
.lnk.maru::before {
  content: "●";
}
.lnk.scr::before {
  content: none;
}
.lnk.scr::after {
  font-family: "fontello";
  content: "\f004";
  padding-left: 0.5rem;
  font-size: 1.1rem;
  display: inline-block;
}
@media screen and (min-width: 48em), print {
  .lnk.scr::after {
    font-size: 1.5rem;
    padding-left: 0.7rem;
  }
}
.lnk.away::before {
  content: none;
}
.lnk.away::after {
  font-family: "fontello";
  content: "\f006";
  margin-left: 0.5rem;
  display: inline-block;
  font-size: 80%;
  position: relative;
  bottom: 0.2rem;
}
@media screen and (min-width: 48em), print {
  .lnk.away::after {
    margin-left: 1rem;
  }
}
.lnk.text-decoration::before {
  content: none;
}
.lnk.text-decoration::after {
  content: none;
}

.linkout {
  display: inline-block;
  color: #4F4F4F;
  text-decoration: none !important;
  margin: 0 0.2em;
}
.linkout::after {
  font-family: "fontello";
  content: "\f08e";
  font-size: 0.8em;
  margin-left: 0.4rem;
}

.bnr {
  margin: 2rem auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.bnr a img {
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 48em), print {
  .bnr {
    margin: 4rem auto;
  }
  .bnr a img:hover {
    opacity: 0.8;
    -webkit-filter: drop-shadow(0px 0px 16px rgba(255, 182, 193, 0.6));
            filter: drop-shadow(0px 0px 16px rgba(255, 182, 193, 0.6));
  }
}

.tbl {
  width: 100%;
  margin: 2rem 0;
  border-spacing: 0;
  font-size: 1.4rem;
  border-collapse: collapse;
}
.tbl caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl tr th {
  text-align: left;
  padding: 1rem;
  font-weight: normal;
}
.tbl tr td {
  text-align: left;
  padding: 1rem;
}
.tbl.ue tr th {
  border: 1px solid #ccc;
  background: #FFB6C1;
  color: #fff;
}
.tbl.ue tr td {
  border: 1px solid #ccc;
}
.tbl.ue tr td:nth-of-type(1) {
  background: #FFF0F2;
}
.tbl.ue tr td:nth-of-type(2) {
  background: #FFF8F9;
}
.tbl.ue tr td:nth-of-type(3) {
  background: #FFFFFF;
}

@media screen and (min-width: 48em), print {
  .tbl {
    table-layout: fixed;
    border-radius: 1rem;
    font-size: 1.8rem;
  }
  .tbl tr th {
    padding: 1rem 2.5rem;
  }
  .tbl tr td {
    padding: 1rem 2.5rem;
  }
}
.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: #000;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  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;
  }
}
#modal_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: calc(infinity);
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(255, 239, 241, 0.8);
  backdrop-filter: blur(0.6rem);
}

#modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: calc(infinity);
  width: calc(100% - 2rem);
  height: auto;
  max-height: 70vh;
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
  overflow-y: auto;
  font-size: 1.2rem;
}
#modal .tit_02 .txt_small {
  font-size: 1.2rem;
  display: block;
  margin-top: 0.5rem;
}
@media screen and (min-width: 48em), print {
  #modal .tit_02 .txt_small {
    font-size: 2rem;
  }
}
#modal .modal_btn {
  display: inline-block;
  width: 80%;
  margin: 1rem auto 0;
  color: #fff;
  background: #FFA500;
  border-radius: 5px;
  border: 1px solid #FFA500;
  padding: 0.8rem;
  font-size: 1.2rem;
}
#modal .modal_btn.sat_ticket {
  background: #f1d020;
  border: 1px solid #f1d020;
}
@media screen and (min-width: 48em), print {
  #modal .modal_btn {
    padding: 0.8rem 3rem;
    border-radius: 10px;
  }
  #modal .modal_btn::before {
    margin-right: 0.6rem;
  }
  #modal .modal_btn:hover {
    color: #f1d020;
    background: #fff;
  }
}
@media screen and (min-width: 48em), print {
  #modal {
    width: 80rem;
    padding: 3rem;
    max-height: 80vh;
    font-size: 1.5rem;
  }
  #modal .modal_btn {
    width: 50%;
    margin: 1.5rem auto 0;
    padding: 1rem;
    font-size: 1.5rem;
  }
}

.index_banner {
  gap: 1rem;
  max-width: 650px;
  margin: 4rem;
  border-radius: 30px;
  border: #FFA500 1px solid;
}
@media screen and (min-width: 48em), print {
  .index_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto;
    margin-top: 8rem;
  }
}
.index_banner .left {
  background-image: url("../img/index_ph.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  height: 190px;
}
@media screen and (min-width: 48em), print {
  .index_banner .left {
    width: 40%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: initial;
  }
}
.index_banner .right {
  padding: 0.5rem;
}
.index_banner .right div a {
  padding: 1rem 6rem;
  color: #FFFFFF;
  border: #FFA500 1px solid;
  background: #FFA500;
}
.index_banner .right div a:hover {
  background: #FFFFFF;
  color: #FFA500;
}
@media screen and (min-width: 48em), print {
  .index_banner .right {
    width: 50%;
  }
}
.index_banner img {
  border-radius: 30px;
}
.index_banner .text {
  padding: 2rem 0;
  text-align: center;
}
.index_banner h2 {
  color: #FFA500;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 48em), print {
  .index_banner h2 {
    font-size: 2em;
  }
}
.index_banner p {
  font-size: 1.2em;
  line-height: 1.5;
}

.toggle_wrap dt .arrow {
  display: block;
  position: relative;
  padding-right: 1.5em;
  cursor: pointer;
}
.toggle_wrap dt .arrow::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-family: "fontello";
  content: "\f004";
}
.toggle_wrap dt .arrow.open::after {
  content: "\f005";
}

html {
  font-size: 3.125vw;
}

body {
  background: #fff;
  color: #4F4F4F;
  font-family: "メイリオ", "Meiryo", sans-serif;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  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 {
  font-size: 1.3rem;
  line-height: 1.5;
}

.wrap {
  margin: 0 1rem;
}

@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;
  }
  .main {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
  .wrap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
:target::before {
  content: "";
  display: block;
  height: 2rem;
  margin: -2rem 0 0;
  visibility: hidden;
}
@media screen and (min-width: 48em), print {
  :target::before {
    height: 4rem;
    margin: -4rem 0 0;
  }
}

.header .wrap {
  padding: 1rem 0;
}
.header .wrap .logo {
  width: calc(100% - 5rem);
  height: 4rem;
  margin-top: 0.5rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header .wrap .headR {
  font-size: 1.4rem;
  text-align: center;
}
.header .wrap .headR .acs_insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .wrap .headR .acs_insta .instagram {
  width: 5.5rem;
  height: 5.5rem;
  padding: 1.2rem 0.2rem 1.2rem 1.2rem;
  background: #fff;
}
.header .wrap .headR .acs_insta .instagram button {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/instagram.png") no-repeat center center/contain;
}
.header .wrap .headR .acs_insta .instagram button .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header .wrap .headR .acs_insta .instagram .instagram_lnk {
  display: none;
  width: calc(100% - 2rem);
  padding: 1rem;
  position: absolute;
  top: 11rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  border: 2px solid #FFB6C1;
  background: #FFF8F9;
}
.header .wrap .headR .acs_insta .instagram .instagram_lnk ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .wrap .headR .acs_insta .instagram .instagram_lnk ul li {
  width: 49%;
}
.header .wrap .headR .acs_insta .instagram .instagram_lnk ul li a {
  color: #fff;
  background: #DC307C;
  border-radius: 5px;
  display: block;
  text-align: center;
  padding: 0.6rem 0rem;
  border: 1px solid #DC307C;
  font-size: 1.1rem;
  font-family: "Kiwi Maru", serif;
}
.header .wrap .headR .acs_insta .instagram .instagram_lnk ul li.staff a {
  background: #EA6DA4;
  border: 1px solid #EA6DA4;
}
.header .wrap .headR .acs_insta .acs_add {
  margin: 0.5rem 0;
}
.header .wrap .headR .head_tel {
  font-size: 1.6rem;
  margin-top: -0.6rem;
}

@media screen and (min-width: 48em), print {
  .header .wrap {
    margin: 0 auto;
    padding-bottom: 0;
    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;
  }
  .header .wrap .logo {
    width: 40%;
    height: 7.5rem;
    margin-top: 0;
  }
  .header .wrap .headR {
    width: 50%;
    position: relative;
  }
  .header .wrap .headR ul {
    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;
  }
  .header .wrap .headR ul.acs_add {
    font-size: 1.8rem;
    letter-spacing: 0.03rem;
    margin: 0 auto -0.5rem;
  }
  .header .wrap .headR ul.acs_add .acs::after {
    content: "／";
  }
  .header .wrap .headR .acs_insta .instagram {
    position: absolute;
    top: 4rem;
    right: 0;
    z-index: 101;
    padding: 0.2rem 0 0.6rem 0 !important;
  }
  .header .wrap .headR .acs_insta .instagram .instagram_lnk {
    width: 25.2rem;
    top: 5.5rem;
    right: 0;
    left: auto;
  }
  .header .wrap .headR .acs_insta .instagram .instagram_lnk ul {
    display: block;
  }
  .header .wrap .headR .acs_insta .instagram .instagram_lnk ul li {
    width: 100%;
  }
  .header .wrap .headR .acs_insta .instagram .instagram_lnk ul li:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  .header .wrap .headR .acs_insta .instagram .instagram_lnk ul li a {
    font-size: 1.4rem;
    border-radius: 10px;
    padding: 1.2rem 0;
  }
  .header .wrap .headR .acs_insta .instagram .instagram_lnk ul li a:hover {
    background: #fff;
    color: #DC307C;
  }
  .header .wrap .headR .acs_insta .instagram .instagram_lnk ul li.staff a:hover {
    color: #EA6DA4;
  }
  .header .wrap .headR .head_tel {
    font-size: 2.4rem;
    text-align: right;
    margin-right: 8rem;
  }
}
#nav {
  width: 100vw;
  font-family: "Kiwi Maru", serif;
}
#nav #sp_menu {
  width: 4.5rem;
  height: 4.5rem;
  background: #fff;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  border-radius: 5px;
  border: 1px solid #FFB6C1;
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e807";
  font-size: 2.6rem;
  margin: -0.3rem 0 -0.1rem;
  color: #FFB6C1;
}
#nav #sp_menu::after {
  content: "MENU";
  color: #FFB6C1;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e808";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: 75vh;
  overflow-y: auto;
  background: #fff;
  padding: 1.6rem;
  position: fixed;
  top: 6rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
#nav .gnav_subnav .gnav {
  border-top: 1px solid #FFDFE4;
  border-bottom: 1px solid #FFDFE4;
}
#nav .gnav_subnav .gnav > li {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px solid #FFDFE4;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
  color: #FF8D9E;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  background: #FFB6C1;
  color: #fff;
}
#nav .gnav_subnav .gnav > li .sub::after {
  content: "▼";
  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;
  color: #FFB6C1;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  content: "▲";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
  background: #FFFFF0;
}
#nav .gnav_subnav .gnav > li .subbox .subnav {
  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;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li {
  width: 49%;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a {
  display: block;
  padding: 1rem;
  color: #6E4B40;
  font-size: 1.2rem;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a.current {
  background: none;
  color: #FFB6C1;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    z-index: 100;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: auto;
    overflow-y: visible;
    padding: 1rem 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    width: calc(1200px - 19rem);
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none;
  }
  #nav .gnav_subnav .gnav li {
    width: 100%;
    position: relative;
    padding: 0 1rem;
  }
  #nav .gnav_subnav .gnav li:not(:last-child) {
    border-bottom: none;
    border-right: 1px solid #FFDFE4;
  }
  #nav .gnav_subnav .gnav li a, #nav .gnav_subnav .gnav li .sub {
    display: block;
    text-align: center;
    font-size: 2rem;
    margin: 0;
    padding: 1.5rem;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  #nav .gnav_subnav .gnav li a::after, #nav .gnav_subnav .gnav li .sub::after {
    position: absolute;
    bottom: 1.7rem;
    right: 0.7rem;
    font-size: 1.2rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #nav .gnav_subnav .gnav li a:hover, #nav .gnav_subnav .gnav li .sub:hover {
    color: #fff;
    background: #FFB6C1;
    opacity: 1;
  }
  #nav .gnav_subnav .gnav li a:hover::after, #nav .gnav_subnav .gnav li .sub:hover::after {
    color: #fff;
  }
  #nav .gnav_subnav .gnav li a.current, #nav .gnav_subnav .gnav li .sub.current {
    background: #FFB6C1;
    color: #fff;
  }
  #nav .gnav_subnav .gnav li a.sub, #nav .gnav_subnav .gnav li .sub.sub {
    padding-right: 2.5rem;
  }
  #nav .gnav_subnav .gnav li .subbox {
    width: auto;
    position: absolute;
    top: 7rem;
    left: 0;
    width: 45rem;
    padding: 1rem;
    -webkit-box-shadow: 0px 0px 16px -6px rgba(79, 79, 79, 0.4);
            box-shadow: 0px 0px 16px -6px rgba(79, 79, 79, 0.4);
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li {
    width: 50%;
    padding: 0.6rem 1rem 0rem 0;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li:not(last-child) {
    border: none;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a {
    font-size: 1.8rem;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:hover {
    background: #FFB6C1;
    color: #fff;
    border-radius: 10px;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a.current {
    width: auto;
    background: #FFB6C1;
    border-radius: 10px;
    color: #fff;
  }
}
.overview {
  padding: 1rem;
  font-size: 1.3rem;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(13rem, #fff), color-stop(13rem, #FFDFE4), to(#FFDFE4));
  background: linear-gradient(180deg, #fff 0, #fff 13rem, #FFDFE4 13rem, #FFDFE4 100%);
}
.overview > .wrap {
  margin: 0;
  padding: 2rem 1rem;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(79, 79, 79, 0.4);
          box-shadow: 0px 0px 16px -6px rgba(79, 79, 79, 0.4);
  opacity: 0;
}
.overview > .wrap.trigger {
  -webkit-animation: fade_up 0.5s ease-out 0.2s 1 normal forwards;
          animation: fade_up 0.5s ease-out 0.2s 1 normal forwards;
}
.overview > .wrap .overviewL .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview > .wrap .overviewL .clinic_name img {
  max-width: 45%;
  margin: auto;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 2rem 0;
}
.overview > .wrap .overviewL .doctorsfile {
  margin: 2rem auto;
}
.overview > .wrap .overviewR .gaiyo {
  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;
}
.overview > .wrap .overviewR .gaiyo dt {
  width: 25%;
  padding: 1rem 0.4rem;
  color: #4F4F4F;
  border-top: 1px solid #FFB6C1;
  text-align: center;
}
.overview > .wrap .overviewR .gaiyo dd {
  width: 75%;
  padding: 1rem 0.4rem;
  border-top: 1px solid #ccc;
}
.overview > .wrap .overviewR .gaiyo dd .tel {
  font-size: 120%;
}
.overview > .wrap .overviewR .gmap {
  margin-top: 3rem;
  height: calc(100vw - 4rem);
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 7rem 0 0;
    font-size: 1.8rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(30rem, #fff), color-stop(30rem, #FFDFE4), to(#FFDFE4));
    background: linear-gradient(180deg, #fff 0, #fff 30rem, #FFDFE4 30rem, #FFDFE4 100%);
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding: 6rem 3rem 2.5rem;
    border-radius: 20px;
  }
  .overview > .wrap .overviewL {
    width: 48%;
  }
  .overview > .wrap .overviewL .clinic_name {
    margin: 0 0 2rem;
  }
  .overview > .wrap .overviewL .clinic_name img {
    max-width: 23rem;
    height: 25.5rem;
  }
  .overview > .wrap .overviewL .tel_rsv .tel_li .tel {
    font-size: 3rem;
  }
  .overview > .wrap .overviewL .tel_rsv .rsv_li .rsv {
    font-size: 2rem;
  }
  .overview > .wrap .overviewL .tbl_time {
    width: 100%;
    margin: 2.8rem 0 0;
  }
  .overview > .wrap .overviewL .doctorsfile {
    margin-bottom: 0;
  }
  .overview > .wrap .overviewL .doctorsfile img {
    margin: 0 auto;
    width: 75%;
  }
  .overview > .wrap .overviewR {
    width: 48%;
    margin: 0;
  }
  .overview > .wrap .overviewR .gaiyo {
    margin-top: 0.4rem;
  }
  .overview > .wrap .overviewR .gaiyo dt {
    width: 21%;
    padding: 1.6rem 0.4rem 1.6rem 1rem;
  }
  .overview > .wrap .overviewR .gaiyo dd {
    width: 79%;
    padding: 1.6rem 1.8rem;
  }
  .overview > .wrap .overviewR .gmap {
    height: 54.5rem;
    margin-top: 1rem;
  }
}
#pageup {
  position: fixed;
  bottom: 9.2rem;
  right: 0.5rem;
  z-index: 102;
  cursor: pointer;
  width: 4.2rem;
  height: 4.2rem;
  font-size: 2.2rem;
  text-align: center;
  padding: 0.4rem;
  color: #fff;
  background: #EA6DA4;
  border-radius: 50%;
}
#pageup::before {
  display: block;
  font-family: "fontello";
  content: "\f005";
}
#pageup .clip {
  clip-path: inset(50%);
}

@media screen and (min-width: 48em), print {
  #pageup {
    width: 6rem;
    height: 6rem;
    font-size: 3.2rem;
    bottom: 4rem;
    right: 8rem;
  }
}
#footer_btn {
  width: 100%;
  background: #FFB6C1;
  border-top: 1px solid #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  font-size: 1.4rem;
}
#footer_btn ul {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#footer_btn ul li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 4rem;
}
#footer_btn ul li .rsv, #footer_btn ul li .sat_ticket, #footer_btn ul li .rsv_beauty, #footer_btn ul li .rsv_hair_removal {
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 3vw;
}
#footer_btn ul li .rsv .txt_small, #footer_btn ul li .sat_ticket .txt_small, #footer_btn ul li .rsv_beauty .txt_small, #footer_btn ul li .rsv_hair_removal .txt_small {
  font-size: 1rem;
  display: block;
  line-height: 1;
}

.floating_btn {
  width: 100%;
  position: fixed;
  bottom: 2rem;
  left: 1rem;
  display: none;
}
.floating_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.floating_btn ul li {
  font-size: 1.6rem;
}

@media screen and (min-width: 48em), print {
  #footer_btn {
    width: 6rem;
    height: auto;
    background: none;
    border: none;
    top: calc(50% - 24rem);
    bottom: auto;
    right: 0;
    left: auto;
  }
  #footer_btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  #footer_btn ul li {
    width: 100%;
    height: auto;
  }
  #footer_btn ul li .rsv, #footer_btn ul li .sat_ticket, #footer_btn ul li .rsv_beauty {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 1rem 0;
    border-radius: 10px 0 0 10px;
    font-size: 1.6rem;
    letter-spacing: 0.04rem;
  }
  #footer_btn ul li .rsv::before, #footer_btn ul li .sat_ticket::before, #footer_btn ul li .rsv_beauty::before {
    margin: 0 0 0.5rem;
    font-size: 130%;
  }
  #footer_btn ul li .rsv .txt_small, #footer_btn ul li .sat_ticket .txt_small, #footer_btn ul li .rsv_beauty .txt_small {
    font-size: 1.3rem;
    line-height: inherit;
  }
  #footer_btn .rsv_beauty, #footer_btn .rsv_hair_removal {
    display: none;
  }
  .floating_btn {
    display: block;
    z-index: 2;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
}
.footer .copy {
  display: block;
  background: #FFB6C1;
  color: #fff;
  padding: 0.6rem 1rem 1.5rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3rem 0 0;
    background: #FFDFE4;
  }
  .footer .copy {
    margin: 1rem 0 0;
    font-size: 1.8rem;
    padding: 3rem 0;
  }
  .footer ul {
    display: block;
    text-align: center;
    width: 100rem;
    margin: 0 auto;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    margin: 0 0 1rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 0.6rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover {
    color: #FFA500;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.subnav li:nth-child(9)::after {
    content: none;
  }
}
body.index .overview .tbl_time, body.index .overview .gmap {
  display: none;
}
body.index .overview .gaiyo {
  margin-top: 2rem;
}
@media screen and (min-width: 48em), print {
  body.index .overview .tbl_time {
    display: table;
  }
  body.index .overview .gmap {
    display: block;
  }
}

.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  width: 100%;
  height: 26rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 26rem !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 60%;
     object-position: 60%;
}
.keyvsl .copy {
  position: relative;
  padding: 2rem 0 3rem;
  background: #FFB6C1;
  z-index: 1;
  font-family: "Kiwi Maru", serif;
}
.keyvsl .copy::before {
  content: "";
  display: block;
  width: 100%;
  height: 20rem;
  background: url("../img/kv_deco_sp.png") top center/100% auto no-repeat;
  position: absolute;
  top: -5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.keyvsl .copy::after {
  content: "";
  display: block;
  width: 11rem;
  height: 13rem;
  background: url("../img/logo_mark.svg") center center/contain no-repeat;
  position: absolute;
  bottom: 2rem;
  right: 1rem;
}
.keyvsl .copy li {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  position: relative;
  padding-left: 2rem;
  color: #fff;
}
.keyvsl .copy li::before {
  content: "";
  display: inline-block;
  background: #FFFF00;
  height: 1.4rem;
  width: 2px;
  position: absolute;
  top: 0.3rem;
  left: 1rem;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    max-width: 200rem;
    margin: 1rem auto 0;
  }
  .keyvsl #keyvsl {
    height: 70rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 70rem !important;
    -o-object-position: center;
       object-position: center;
  }
  .keyvsl .copy {
    padding: 3rem 13rem 0 0;
    width: 36%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #FFB6C1), to(#FFB6C1));
    background: linear-gradient(to left, transparent 0%, transparent 50%, #FFB6C1 50%, #FFB6C1 100%);
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .keyvsl .copy::before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: none;
            transform: none;
    background: url("../img/kv_deco.png") top right/auto 100%;
  }
  .keyvsl .copy::after {
    content: "";
    display: block;
    width: 28rem;
    height: 38rem;
    bottom: 0rem;
    right: 10rem;
  }
  .keyvsl .copy li {
    margin: 0 auto 0 1rem;
    font-size: 2.6rem;
    padding: 2rem 0 0;
    line-height: 1.8;
    letter-spacing: 0.2rem;
  }
  .keyvsl .copy li::before {
    height: 3px;
    width: 20px;
    left: auto;
    right: 1.3rem;
    top: 0;
  }
}
.top_tit02 {
  color: #6E4B40;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 2rem;
  font-family: "Kiwi Maru", serif;
}
.top_tit02 .en {
  display: block;
  color: #FFB6C1;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 0.5rem;
}

@media screen and (min-width: 48em), print {
  .top_tit02 {
    font-size: 4.8rem;
    margin: 0 0 3rem;
  }
  .top_tit02 .en {
    font-size: 1.8rem;
    margin-top: 0.9rem;
  }
}
.index_calendar {
  margin: 4rem 1rem;
}
@media screen and (min-width: 48em), print {
  .index_calendar {
    margin: 7rem auto 3rem;
    width: 30rem;
  }
}
@media screen and (min-width: 48em), print {
  .index_calendar.-flx {
    margin: 7rem 5rem 3rem;
  }
}

.info_lst {
  margin-top: 3rem;
}
.info_lst > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.info_lst > ul > li {
  border: 2px solid #EA6D6D;
  padding: 1.5rem;
  border-radius: 10px;
  font-family: "Kiwi Maru", serif;
  color: #6E4B40;
}
.info_lst > ul > li.-orange {
  border-color: #FFB936;
}
@media screen and (min-width: 48em), print {
  .info_lst {
    margin-top: 7rem;
    width: 90rem;
  }
  .info_lst > ul {
    gap: 4rem;
  }
  .info_lst > ul > li {
    border-radius: 20px;
    padding: 4rem 2.5rem;
    text-align: center;
    font-size: 2rem;
  }
}

.info {
  margin: 4rem 1rem 2rem;
}
.info .top_tit02 {
  margin-bottom: 1rem;
}
.info dl {
  line-height: 1.4;
  border-bottom: 2px dotted #FFB6C1;
}
.info dl dt {
  margin: 0 0 0.5rem;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 1rem 1rem 0;
  color: #777777;
}
.info dl dt span {
  font-size: 1.3rem;
  color: #FF8D9E;
  display: block;
  position: relative;
  margin-top: 0.5rem;
  padding-left: 1.5rem;
}
.info dl dt span::before {
  font-family: "fontello";
  content: "\f004";
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
}
.info dl dt.open span::before {
  font-family: "fontello";
  content: "\f005";
}
.info dl dt:not(:first-of-type) {
  border-top: 2px dotted #FFB6C1;
}
.info dl dd {
  margin: 0 0 1.6rem;
  padding: 0 1rem;
  word-wrap: break-word;
  display: none;
}
.info dl dd a {
  color: #FF8D9E;
  text-decoration: underline;
}
.info dl dd a::before {
  font-family: "fontello";
  content: "\f006";
  margin-right: 0.5rem;
  display: inline-block;
  font-size: 80%;
}

.prev_lnk {
  margin: 2rem auto 4rem;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 7rem auto 3rem;
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info .top_tit02 {
    margin: 2rem 0 0 6rem;
  }
  .info dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 6.5rem;
  }
  .info dl dt {
    font-size: 1.6rem;
    margin: 0 0 1rem;
    padding-left: 0;
    letter-spacing: 0.1rem;
  }
  .info dl dt span {
    font-size: 1.8rem;
    padding-left: 2rem;
  }
  .info dl dd {
    font-size: 1.8rem;
    margin: 0 0 1.6rem;
    padding-left: 0;
  }
  .info dl dd a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .info dl dd a::before {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .info dl dd a:hover {
    color: #FFA500;
    text-decoration: underline !important;
  }
  .prev_lnk {
    margin: 4rem auto 0rem;
  }
}
@media screen and (min-width: 48em), print {
  .top_overview .overview {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(30rem, #fff), color-stop(30rem, #FFB6C1), to(#FFB6C1));
    background: linear-gradient(180deg, #fff 0, #fff 30rem, #FFB6C1 30rem, #FFB6C1 100%);
    padding: 8rem 0 10rem;
  }
  .top_overview .overview .doctorsfile {
    display: none;
  }
  .top_overview .overview .overviewR .gmap {
    height: 36rem;
  }
}

.treat {
  padding: 4rem 0 2rem;
  background: url("../img/index_tre_bg.webp") top left -12rem/auto 100% no-repeat;
}
.treat.trigger .subnav li {
  -webkit-animation: fade_up 0.4s ease-out 0.2s 1 normal forwards;
          animation: fade_up 0.4s ease-out 0.2s 1 normal forwards;
}
.treat.trigger .subnav li:nth-child(1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.treat.trigger .subnav li:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.treat.trigger .subnav li:nth-child(3) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.treat.trigger .subnav li:nth-child(4) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.treat.trigger .subnav li:nth-child(5) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.treat.trigger .subnav li:nth-child(6) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.treat.trigger .subnav li:nth-child(7) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.treat.trigger .subnav li:nth-child(8) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.treat.trigger .subnav li:nth-child(9) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
.treat.trigger .subnav li:nth-child(10) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.treat.trigger .subnav li:nth-child(11) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
.treat.trigger .subnav li:nth-child(12) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.treat.trigger .subnav li:nth-child(13) {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}
.treat.trigger .subnav li:nth-child(14) {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
.treat.trigger .subnav li:nth-child(15) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.treat .subnav {
  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;
  margin: 2rem 1rem;
}
.treat .subnav li {
  width: calc(33.3333333333% - 1.1rem);
  margin: 0.5rem;
  text-align: center;
  color: #6E4B40;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(79, 79, 79, 0.4);
          box-shadow: 0px 0px 16px -6px rgba(79, 79, 79, 0.4);
  opacity: 0;
}
.treat .subnav li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.2rem;
  padding: 0.5rem 0.2rem 1rem;
  line-height: 1.2;
  font-family: "Kiwi Maru", serif;
}
.treat .subnav li a span {
  display: inline-block;
}
.treat .subnav li a::before {
  display: block;
  width: 17vw;
  margin: 0.5rem auto;
}
.treat .subnav li a.dermatology::before {
  content: url("../img/icon_dermatology.svg");
}
.treat .subnav li a.cosmetology::before {
  content: url("../img/icon_cosmetology.svg");
}
.treat .subnav li a.acne::before {
  content: url("../img/icon_acne.svg");
}
.treat .subnav li a.blemish::before {
  content: url("../img/icon_blemish.svg");
}
.treat .subnav li a.wrinkles::before {
  content: url("../img/icon_wrinkles.svg");
}
.treat .subnav li a.aga::before {
  content: url("../img/icon_aga.svg");
}
.treat .subnav li a.injection::before {
  content: url("../img/icon_injection.svg");
}
.treat .subnav li a.hyperhidrosis::before {
  content: url("../img/icon_hyperhidrosis.svg");
  margin: 0.9rem auto 0.7rem;
}
.treat .subnav li a.hair_removal::before {
  content: url("../img/icon_hair_removal.svg");
}
.treat .subnav li a.allergy::before {
  content: url("../img/icon_allergy.svg");
}
.treat .subnav li a.waki_botox::before {
  content: url("../img/icon_waki_botox.svg");
}
.treat .subnav li:nth-of-type(1) {
  width: calc(50% - 1.1rem);
}
.treat .subnav li:nth-of-type(2) {
  width: calc(50% - 1.1rem);
}

@media screen and (min-width: 48em), print {
  .treat {
    margin: 0 auto;
    padding: 7.5rem 0 9rem;
    background: url("../img/index_tre_bg.webp") top center/auto 100% no-repeat;
  }
  .treat .subnav {
    width: 1200px;
    margin: 0 auto;
  }
  .treat .subnav li {
    width: calc(25% - 4rem);
    margin: 2rem;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 10px;
  }
  .treat .subnav li::after {
    content: " ";
    display: block;
    width: 200%;
    height: 200%;
    position: absolute;
    top: -50%;
    left: -50%;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  .treat .subnav li:hover {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    -webkit-box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(255, 182, 193, 0.3);
            box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(255, 182, 193, 0.3);
  }
  .treat .subnav li:hover::after {
    background: radial-gradient(white, rgba(255, 182, 193, 0.7));
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .treat .subnav li a {
    font-size: 2.4rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding: 1rem 0 4rem;
  }
  .treat .subnav li a::before {
    width: 14rem;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 2rem auto 3rem;
  }
  .treat .subnav li a:hover {
    color: #FFA500;
  }
  .treat .subnav li a.hyperhidrosis::before {
    margin: 2.5rem auto 2rem;
  }
  .treat .subnav li:nth-of-type(1) {
    width: calc(50% - 2rem);
    margin-left: 0;
  }
  .treat .subnav li:nth-of-type(1) a {
    font-size: 3rem;
  }
  .treat .subnav li:nth-of-type(1) a::before {
    margin: 2rem auto 2.5rem;
  }
  .treat .subnav li:nth-of-type(2) {
    width: calc(50% - 2rem);
    margin-right: 0;
  }
  .treat .subnav li:nth-of-type(2) a {
    font-size: 3rem;
  }
  .treat .subnav li:nth-of-type(2) a::before {
    margin: 2rem auto 2.5rem;
  }
}
.timetbl_map {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 4rem 1rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(13rem, #fff), color-stop(13rem, #FFB6C1), to(#FFB6C1));
  background: linear-gradient(180deg, #fff 0, #fff 13rem, #FFB6C1 13rem, #FFB6C1 100%);
}
.timetbl_map .wrap {
  margin: 0;
  padding: 2rem 1rem;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(79, 79, 79, 0.4);
          box-shadow: 0px 0px 16px -6px rgba(79, 79, 79, 0.4);
  opacity: 0;
}
.timetbl_map .wrap.trigger {
  -webkit-animation: fade_up 0.5s ease-out 0.2s 1 normal forwards;
          animation: fade_up 0.5s ease-out 0.2s 1 normal forwards;
}
.timetbl_map .wrap .tbl_time {
  margin: 0;
}
.timetbl_map .wrap .gmap {
  margin-top: 3rem;
  height: calc(100vw - 4rem);
}

.feature {
  counter-reset: number 0;
  padding: 0 2rem 3rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(13rem, #fff), color-stop(13rem, #FFFFF0), to(#FFFFF0));
  background: linear-gradient(180deg, #fff 0, #fff 13rem, #FFFFF0 13rem, #FFFFF0 100%);
}
.feature .flex > section {
  margin: 3rem 0 0 !important;
  position: relative;
  padding-top: calc(50vw + 3.5rem);
}
.feature .flex > section .top_tit03 {
  font-size: 1.6rem;
  font-weight: normal;
  counter-increment: number 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #FF8D9E;
  line-height: 1.2;
  font-family: "Kiwi Maru", serif;
}
.feature .flex > section .top_tit03::before {
  color: #FF8D9E;
  font-size: 4rem;
  letter-spacing: 0.1rem;
  display: inline-block;
  content: counter(number, decimal-leading-zero);
  line-height: 1;
  margin: 0 1rem 0.5rem 0;
}
.feature .flex > section p {
  margin-top: 0.5rem;
}
.feature .flex > section::before, .feature .flex > section::after {
  content: "";
  display: block;
  width: 80vw;
  height: 50vw;
  border-radius: 10px;
  position: absolute;
}
.feature .flex > section::before {
  background: #FFDFE4;
  top: 2rem;
  right: -1rem;
}
.feature .flex > section::after {
  top: 0;
  left: 1rem;
  opacity: 0;
}
.feature .flex > section:nth-of-type(1)::after {
  background: url("../img/index_feature01.jpg") center top/cover no-repeat;
}
.feature .flex > section:nth-of-type(2)::after {
  background: url("../img/index_feature02.jpg") center top/cover no-repeat;
}
.feature .flex > section:nth-of-type(3)::after {
  background: url("../img/index_feature03.jpg") center top/cover no-repeat;
}
.feature .flex > section:nth-of-type(4)::after {
  background: url("../img/index_feature04.jpg") center top/cover no-repeat;
}
.feature .flex > section.trigger::after {
  -webkit-animation: fade_img 0.5s ease-out 0.2s 1 normal forwards;
          animation: fade_img 0.5s ease-out 0.2s 1 normal forwards;
}

@media screen and (min-width: 48em), print {
  .feature {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(23rem, #fff), color-stop(23rem, #FFFFF0), to(#FFFFF0));
    background: linear-gradient(180deg, #fff 0, #fff 23rem, #FFFFF0 23rem, #FFFFF0 100%);
    padding-bottom: 2rem;
  }
  .feature .flex {
    width: 1200px;
    margin: 4rem auto;
    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;
  }
  .feature .flex > section {
    margin: 0 0 5.5rem !important;
    padding-top: 34.5rem;
    width: 44%;
  }
  .feature .flex > section .top_tit03 {
    font-size: 3rem;
    font-weight: normal;
    margin: 0.5rem 0 0;
    counter-increment: number 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    line-height: 1.4;
    letter-spacing: 0.12rem;
  }
  .feature .flex > section .top_tit03::before {
    font-size: 9rem;
    letter-spacing: 0.1rem;
    display: inline-block;
    content: counter(number, decimal-leading-zero);
    line-height: 1;
    margin: 0 2rem 1rem 0;
  }
  .feature .flex > section p {
    margin: 0;
    line-height: 1.5;
  }
  .feature .flex > section::before, .feature .flex > section::after {
    width: 100%;
    height: 30rem;
    border-radius: 20px;
  }
  .feature .flex > section::before {
    top: 4rem;
    right: -4rem;
  }
  .feature .flex > section:nth-of-type(2n) {
    margin-right: 4rem !important;
  }
  .feature .flex > section:nth-of-type(even).trigger::after {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
}
.greeting {
  margin: 4rem 2rem;
}
.greeting .flex .dr_img {
  position: relative;
  width: 60vw;
  margin: 0 auto 3.5rem;
}
.greeting .flex .dr_img img {
  border-radius: 10px;
  width: 100%;
  opacity: 0;
}
.greeting .flex .dr_img::after {
  content: "";
  display: block;
  background: #FFFFE0;
  position: absolute;
  top: 2rem;
  right: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
}
.greeting .flex .dr_img.trigger img {
  -webkit-animation: fade_img 0.5s ease-out 0.2s 1 normal forwards;
          animation: fade_img 0.5s ease-out 0.2s 1 normal forwards;
}
.greeting .flex .dr_name span {
  margin-left: 2rem;
  font-size: 120%;
}
.greeting .detail {
  margin: 2rem 0 0;
}
.greeting .detail h3 {
  margin: 0 0 2rem;
  padding: 0.5em 0 0.6em;
  background: #FFB6C1;
  border-radius: 5px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: "Kiwi Maru", serif;
  text-align: center;
  line-height: 1.3;
  position: relative;
}
.greeting .detail h3 small {
  display: block;
  text-align: center;
}
.greeting .detail h3::after {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-family: "fontello";
  content: "\f004";
}
.greeting .detail h3.open::after {
  content: "\f005";
}
.greeting .detail .lst_ul li span {
  display: inline-block;
  margin: 0 0 0.2em;
  font-family: "Kiwi Maru", serif;
  font-size: 1.2em;
}
.greeting .detail .lst_ul li::before {
  font-size: 1.2em;
}

@media screen and (min-width: 48em), print {
  .greeting {
    margin: 0 auto;
  }
  .greeting .top_tit02 {
    width: 48%;
  }
  .greeting .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .greeting .flex .dr_img {
    width: 36rem;
    height: 46.6rem;
    margin: -10.5rem 6rem 0 0;
  }
  .greeting .flex .dr_img::after {
    top: 5.5rem;
    right: -6rem;
  }
  .greeting .flex .dr_message {
    width: 61%;
    opacity: 0;
  }
  .greeting .flex .dr_message p {
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
    line-height: 1.4;
    margin-bottom: 2.5rem;
  }
  .greeting .flex .dr_message p.dr_name {
    margin-top: 4.5rem;
  }
  .greeting .flex .dr_message p.dr_name span {
    font-size: 2.4rem;
  }
  .greeting .flex .dr_message.trigger {
    -webkit-animation: fade_right 0.5s ease-out 0.2s 1 normal forwards;
            animation: fade_right 0.5s ease-out 0.2s 1 normal forwards;
  }
  .greeting .detail {
    opacity: 0;
  }
  .greeting .detail.trigger {
    -webkit-animation: fade_up 0.5s ease-out 0.2s 1 normal forwards;
            animation: fade_up 0.5s ease-out 0.2s 1 normal forwards;
  }
  .greeting .detail h3 {
    margin: 0 0 4rem;
    font-size: 2.4rem;
    cursor: pointer;
  }
  .greeting .detail .lst_ul li {
    margin-bottom: 2rem;
    line-height: 1.6;
  }
}
body:not(.index) .main {
  margin: 0 0rem 6rem;
}
body:not(.index) .overview > .wrap {
  opacity: 1;
}
body:not(.index) .overview > .wrap.trigger {
  -webkit-animation: none;
          animation: none;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 auto 8rem;
    width: 110rem;
  }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r {
    max-width: 40%;
    height: auto;
  }
  body:not(.index) .img_c {
    max-width: 40%;
    height: auto;
    margin-bottom: 7rem;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  margin: 0 1rem 4rem;
}
.breadcrumb li:not(:first-child)::before {
  display: inline-block;
  content: ">";
  margin: 0 0.4rem;
}
.breadcrumb li a {
  color: #FF8D9E;
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  .breadcrumb {
    font-size: 1.8rem;
    width: 1200px;
    margin: 0 auto 8rem;
  }
  .breadcrumb li:not(:first-child)::before {
    margin: 0 0.8rem;
  }
}
.doctor .dr_name {
  text-align: right;
}
.doctor .dr_name span {
  font-size: 130%;
}
@media screen and (min-width: 48em), print {
  .doctor .dr_img {
    margin: -3.5rem 4rem 5rem 4rem;
  }
}

.gakkai {
  position: relative;
  padding-bottom: calc(50vw + 3rem);
}
.gakkai::before, .gakkai::after {
  content: "";
  display: block;
  width: 80vw;
  height: 50vw;
  border-radius: 10px;
  position: absolute;
}
.gakkai::before {
  background: #FFFFE0;
  bottom: 0rem;
  right: 0rem;
}
.gakkai::after {
  bottom: 2rem;
  right: 2rem;
  background: url("../img/doctor_02.jpg") center top/cover no-repeat;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 182, 193, 0.6);
          box-shadow: 0px 0px 5px 0px rgba(255, 182, 193, 0.6);
}
@media screen and (min-width: 48em), print {
  .gakkai {
    padding-bottom: 32rem;
  }
  .gakkai::before, .gakkai::after {
    width: 40rem;
    height: 27rem;
    border-radius: 20px;
  }
  .gakkai::before {
    bottom: 0rem;
    right: 0rem;
  }
  .gakkai::after {
    bottom: 4rem;
    right: 4rem;
    background: url("../img/doctor_02.jpg") center top/cover no-repeat;
  }
}

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div {
  position: relative;
}
.gallery .gallery_slider div .cap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.4rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  margin: 0;
  color: #fff;
  min-height: 2.75rem;
  font-size: 1.2rem;
  line-height: 1.2;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  background: rgba(255, 182, 193, 0.5);
}
.gallery .gallery_slider div:first-child .cap {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.gallery .gallery_slider .slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 39%;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  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;
  border-radius: 50%;
  color: #fff;
  background: none;
  z-index: 1;
}
.gallery .gallery_slider .slick-arrow::before {
  font-family: "fontello";
  content: "\f006";
  color: #FFB6C1;
  font-size: 3rem;
}
.gallery .gallery_slider .slick-arrow.slick-next {
  right: -2.5rem;
}
.gallery .gallery_slider .slick-arrow.slick-prev {
  left: -2.5rem;
}
.gallery .gallery_slider .slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\f007";
}
.gallery .gallery_slider .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;
}
.gallery .gallery_slider .slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.gallery .gallery_slider .slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: #FFA500;
}
.gallery .gallery_slider .slick-dots li button:hover, .gallery .gallery_slider .slick-dots li button:focus {
  opacity: 0.8;
}
.gallery .gallery_slider .slick-dots li.slick-active button {
  opacity: 0.75;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 2px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 2px solid #FFB6C1;
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    min-height: 6rem;
    font-size: 2.6rem;
    padding: 1rem;
  }
  .gallery .gallery_slider .slick-arrow {
    width: 5rem;
    height: 5rem;
    top: 43%;
  }
  .gallery .gallery_slider .slick-arrow::before {
    font-size: 5rem;
  }
  .gallery .gallery_slider .slick-arrow.slick-next {
    right: -6rem;
  }
  .gallery .gallery_slider .slick-arrow.slick-prev {
    left: -6rem;
  }
  .gallery .gallery_slider .slick-dots {
    bottom: 5rem;
    margin: 1.6rem auto;
  }
  .gallery .gallery_slider .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
  .gallery .gallery_thum .slick-track .slick-slide div img {
    cursor: pointer;
    border: 4px solid transparent;
  }
  .gallery .gallery_thum .slick-track .slick-slide.slick-current div img {
    border: 4px solid #FFB6C1;
  }
}
.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  margin: 0 auto 0.6rem;
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .device li {
    width: 32%;
    margin: 0 0 2rem;
  }
  .device li:not(:nth-child(3n)) {
    margin: 0 2.4rem 2rem 0;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.first .pdf_lst .lst a {
  min-width: 20rem;
}
@media screen and (min-width: 48em), print {
  .first .pdf_lst p {
    text-align: center;
  }
  .first .pdf_lst .lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .first .pdf_lst .lst li:not(:first-of-type) {
    margin-left: 1rem;
  }
  .first .pdf_lst .lst li a {
    min-width: auto;
  }
}
.first .reserve .box {
  padding: 1rem 0.5rem;
}
.first .reserve .box .tel_rsv {
  margin: 0.5rem auto 0;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.first .reserve .box .tel_rsv li .rsv {
  padding: 0.4rem 1rem;
}
@media screen and (min-width: 48em), print {
  .first .reserve .box .tel_rsv {
    width: 50rem;
  }
  .first .reserve .box .tel_rsv li {
    font-size: 2rem;
  }
  .first .reserve .box .tel_rsv li .rsv {
    padding: 0.8rem 3rem;
  }
}

.flow dd {
  margin: 0;
  position: relative;
}
.flow dd:not(:last-child) {
  margin: 0 0 6rem;
}
@media screen and (min-width: 48em), print {
  .flow dd:not(:last-child) {
    margin: 0 0 10rem;
  }
}
.flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #FFB6C1;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

.access .main .tel_base {
  margin-top: -0.8rem;
}
.access .main .tel_base .tel {
  font-size: 1.9rem;
}
.access .main .lst_ol li {
  margin: 0 3rem 2rem;
  padding: 18rem 0 0;
  background-position: center top 1rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.access .main .lst_ol li::before {
  content: counter(number, decimal-leading-zero);
  font-family: "Kiwi Maru", serif;
  color: #fff;
  background: #FFB6C1;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  top: 2rem;
  left: 1rem;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.05rem;
  display: block;
  padding-top: 1.2rem;
  line-height: 1;
}
.access .main .lst_ol li:nth-of-type(1) {
  background-image: url("../img/gallery/access_route01.jpg");
}
.access .main .lst_ol li:nth-of-type(2) {
  background-image: url("../img/gallery/access_route02.jpg");
}
.access .main .lst_ol li:nth-of-type(3) {
  background-image: url("../img/gallery/access_route03.jpg");
}
.access .main .lst_ol li:nth-of-type(4) {
  background-image: url("../img/gallery/access_route04.jpg");
}
.access .main .lst_ol li:nth-of-type(5) {
  background-image: url("../img/gallery/access_route05.jpg");
}
.access .main .lst_ol li:nth-of-type(6) {
  background-image: url("../img/gallery/access_route06.jpg");
}
.access .main .gmap {
  height: 30rem;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  .access .main .tbl_time {
    font-size: 2rem;
    padding: 3rem 6rem 3.5rem;
  }
  .access .main .tbl_time caption {
    margin-top: -2rem;
    padding: 0 12rem 3rem;
  }
  .access .main .tel_base {
    margin-top: -2rem;
  }
  .access .main .tel_base .tel {
    font-size: 150%;
  }
  .access .main .lst_ol {
    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;
  }
  .access .main .lst_ol li {
    width: 46%;
    margin: 0 0 5rem;
    padding-top: 37rem;
    background-size: 100% auto;
  }
  .access .main .lst_ol li::before {
    width: 8rem;
    height: 8rem;
    font-size: 3.6rem;
    padding-top: 2rem;
  }
}

#acs_slide img, #acs_slide p {
  display: none;
}

.sp-mask {
  padding-bottom: 2.4rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.sp-layer.sp-black.sp-padding {
  text-align: center;
  font-size: 2.4rem;
  margin-top: -2rem;
}

.sp-black {
  background: #FFB6C1;
}

.sp-slide {
  padding-bottom: 2.4rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.sp-selected-thumbnail {
  border: 3px solid #FFB6C1;
}

@media screen and (min-width: 48em), print {
  .sp-mask {
    padding-bottom: 5.3rem;
  }
  .sp-slide {
    padding-bottom: 5.3rem;
  }
  .sp-selected-thumbnail {
    border: 5px solid #FFB6C1;
  }
}
.cosmetology .lst {
  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;
  margin-top: 1.5rem;
}
.cosmetology .lst li {
  width: calc((100% - 1rem) / 3);
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(79, 79, 79, 0.4);
          box-shadow: 0px 0px 16px -6px rgba(79, 79, 79, 0.4);
  border-radius: 5px;
  text-align: center;
  margin-bottom: 0.5rem;
  min-height: 10.8rem;
}
.cosmetology .lst li a {
  font-family: "Kiwi Maru", serif;
  color: #6E4B40;
  min-height: 6.4rem;
  font-size: 1.2rem;
  line-height: 1.1;
  display: block;
  height: 100%;
  padding: 1rem 0.5rem;
}
.cosmetology .lst li a::after {
  right: 2rem;
}
.cosmetology .lst li a::before {
  display: block;
  width: 14vw;
  margin: 0 auto 0.5rem;
}
.cosmetology .lst li a.acne::before {
  content: url("../img/icon_acne.svg");
}
.cosmetology .lst li a.blemish::before {
  content: url("../img/icon_blemish.svg");
  margin-bottom: 1rem;
}
.cosmetology .lst li a.wrinkles::before {
  content: url("../img/icon_wrinkles.svg");
  margin-bottom: 1rem;
}
.cosmetology .lst li a.aga::before {
  content: url("../img/icon_aga.svg");
}
.cosmetology .lst li a.injection::before {
  content: url("../img/icon_injection.svg");
  margin: 1rem auto;
}
.cosmetology .lst li a.hair_removal::before {
  content: url("../img/icon_hair_removal.svg");
  margin: 1rem auto;
  -o-object-fit: contain;
     object-fit: contain; /* 必要に応じて */
}
.cosmetology .lst li a.cosme {
  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;
}
@media screen and (min-width: 48em), print {
  .cosmetology .lst {
    margin-top: 3rem;
  }
  .cosmetology .lst li {
    width: calc((100% - 4rem) / 3);
    margin-bottom: 2rem;
    border-radius: 10px;
    min-height: 18rem;
  }
  .cosmetology .lst li a {
    padding: 3rem 1rem;
    font-size: 1.9rem;
    border-radius: 10px;
  }
  .cosmetology .lst li a::before {
    width: 10rem;
    margin-bottom: 1rem;
  }
  .cosmetology .lst li a.injection::before {
    content: url("../img/icon_injection.svg");
    margin-top: 0;
  }
  .cosmetology .lst li a.hair_removal::before {
    margin-top: 0;
  }
  .cosmetology .lst li a:hover {
    background: radial-gradient(white, rgba(255, 182, 193, 0.3));
  }
  .cosmetology .lst li a:hover.btn {
    color: #FFA500;
  }
}

.cosme_flex .cosme_img {
  max-width: 80%;
  margin: 0 auto;
}
.cosme_flex .cosme_img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.cosme_flex .cosme_text .tit_05 {
  font-size: 1.6rem;
  padding-left: 1.4rem;
  margin: 0;
}
.cosme_flex .cosme_text .tit_05::before {
  width: 8px;
  top: 1.3rem;
}
.cosme_flex .cosme_text .kome {
  color: rgba(79, 79, 79, 0.8);
  font-size: 85%;
  margin: 0 0.2rem;
}
.cosme_flex .cosme_text .txt_s {
  font-size: 85%;
  display: block;
  margin-top: 1rem;
  color: rgba(79, 79, 79, 0.8);
}
.cosme_flex .cosme_text .txt_s.mult {
  margin-top: 0;
}
.cosme_flex .cosme_text .lst_dl04 {
  position: relative;
  margin: 4rem 0 6rem;
}
.cosme_flex .cosme_text .lst_dl04::before {
  content: "（税込）";
  font-size: 1.1rem;
  position: absolute;
  bottom: -2rem;
  right: -0.2rem;
}
.cosme_flex .cosme_text .lst_dl04 dt {
  width: 66%;
}
.cosme_flex .cosme_text .lst_dl04 dd {
  width: 34%;
}
.cosme_flex .cosme_text .lst_dl04 dd .par {
  font-size: 85%;
  margin-right: -1rem;
  display: block;
}
.cosme_flex .cosme_text .lst_ul_disc {
  line-height: 1.3;
}
.cosme_flex .cosme_text .txt_orange {
  display: block;
  margin-top: 1rem;
  line-height: 1.3;
}
@media screen and (min-width: 48em), print {
  .cosme_flex {
    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;
  }
  .cosme_flex .cosme_img {
    width: 35%;
  }
  .cosme_flex .cosme_text {
    width: 60%;
  }
  .cosme_flex .cosme_text .tit_05 {
    font-size: 2.4rem;
    padding-left: 2.4rem;
  }
  .cosme_flex .cosme_text .tit_05::before {
    width: 14px;
    top: 2.1rem;
  }
  .cosme_flex .cosme_text .lst_dl04::before {
    font-size: 1.6rem;
    bottom: -3rem;
    right: -0.5rem;
  }
  .cosme_flex .cosme_text .lst_dl04 dt {
    width: 66%;
  }
  .cosme_flex .cosme_text .lst_dl04 dd {
    width: 34%;
  }
}

.wakiase-mavi {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.wakiase-mavi a {
  display: block;
}

.allergy .check_sheet {
  margin: 2rem auto;
}

.previous_info .prev_dl {
  line-height: 1.4;
  border-bottom: 2px dotted #FFB6C1;
}
.previous_info .prev_dl dt {
  margin: 0 0 0.5rem;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 1rem 1rem 0;
  color: #777777;
}
.previous_info .prev_dl dt span {
  font-size: 1.3rem;
  color: #FF8D9E;
  display: block;
  position: relative;
  margin-top: 0.5rem;
  padding-left: 1.5rem;
}
.previous_info .prev_dl dt span::before {
  font-family: "fontello";
  content: "\f004";
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
}
.previous_info .prev_dl dt.open span::before {
  font-family: "fontello";
  content: "\f005";
}
.previous_info .prev_dl dt:not(:first-of-type) {
  border-top: 2px dotted #FFB6C1;
}
.previous_info .prev_dl dd {
  margin: 0 0 1.6rem;
  padding: 0 1rem;
  word-wrap: break-word;
  display: none;
}
.previous_info .prev_dl dd a {
  color: #FF8D9E;
  text-decoration: underline;
}
.previous_info .prev_dl dd a::before {
  font-family: "fontello";
  content: "\f006";
  margin-right: 0.5rem;
  display: inline-block;
  font-size: 80%;
}
@media screen and (min-width: 48em), print {
  .previous_info .prev_dl dt {
    font-size: 1.6rem;
    margin: 0 0 1rem;
    padding-left: 0;
    letter-spacing: 0.1rem;
  }
  .previous_info .prev_dl dt span {
    font-size: 1.8rem;
    padding-left: 2rem;
  }
  .previous_info .prev_dl dd {
    font-size: 1.8rem;
    margin: 0 0 1.6rem;
    padding-left: 0;
  }
  .previous_info .prev_dl dd a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .previous_info .prev_dl dd a::before {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .previous_info .prev_dl dd a:hover {
    color: #FFA500;
    text-decoration: underline !important;
  }
}/*# sourceMappingURL=style.css.map */