@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* Reset & Base Styles */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: var(--highlight);
  margin: 0;
}
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background: rgba(0, 0, 0, .08);
  text-shadow: none;
}
::selection {
  background: rgba(0, 0, 0, .08);
  text-shadow: none;
}
a {
  text-decoration: none;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
ul, li, dl, dt, dd, ol, p, h1, h2, h3, h4, h5, h6, p, figure, figcaption, input, textarea {
  margin: 0;
  list-style: none;
}
ul:after:after, ol:after:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
input[type=submit], button {
  -webkit-appearance: none;
  appearance: none;
  margin-bottom: 2em;
}
select {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}
select:after {
  position: absolute;
  top: 35%;
  right: 3%;
  margin-top: -8px;
  content: "▼";
  color: var(--text);
  pointer-events: none;
}
em {
  font-style: normal;
}
strong {
  font-weight: 500;
}
table {
  font-size: inherit;
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  font-weight: inherit;
}
i {
  font-style: normal;
}

/* Body */
body {
  color: #444;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: .08em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background-color: rgba(255, 245, 248, .7);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
h1, h2, h3 {
  font-size: inherit;
}
a {
  color: inherit;
}
/* Container */
.container {
  width: 100%;
  height: 100%;
  position: relative;
}
/* Contents Background */
.contentsBg {
  display: none;
}
.contentsBg__img {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section {
  padding: 60px 5% 80px 5%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
}
section h2 {
  text-align: center;
}
section h2 img {
  width: 90%;
  margin: 0 auto;
  max-width: 320px;
}
section h2 span img {
  height: 33px;
  width: auto;
  margin: 0 auto;
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .contentsBg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url("../img/bg_wide1.jpg");
    background-size: contain;
  }
}
@media screen and (min-width: 1024px) {
  .contentsBg {}
}
@media screen and (max-height: 950px) and (min-width: 600px) {
  .contentsBg {
    height: 950px;
  }
}
/* Contents Navigation */
.contentsNav {
  width: calc(50vw - 195px);
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  display: none;
}
@media screen and (min-width: 1024px) {
  .contentsNav {
    display: block;
  }
}
/* Contents Body */
.contentsBody {
  max-width: 424px;
  background-color: #fff;
  position: relative;
  margin-inline: auto;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .4);
  box-shadow: 0 0 12px rgba(0, 0, 0, .4);
}
@media screen and (min-width: 426px) {
  .contentsBody {
    width: 390px;
  }
}
.contentsNav__inner {
  width: 100%;
  width: 30%;
  min-width: 330px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, .4);
  height: auto;
  margin-top: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: min(6vh, 60px);
  padding-bottom: 60px;
}
.contentsNav__logo {
  width: 210px;
  margin-bottom: max(1vh, 10px);
}
.contentsNav__nav ul.navi {
  padding: 0px;
  margin: 0px;
}
.contentsNav__nav .navi__item {
  color: #7d706e;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  letter-spacing: .05em;
  margin-top: 20px;
  padding: 0px;
  list-style: disc;
}
.contentsNav__nav .navi__item a:hover {
  text-decoration: underline;
}
.contentsNav__nav .navi__a {
  position: relative;
}
.contentsNav__pop {
  width: 268px;
  margin-top: min(5vh, 60px);
}
/* CTA */
.c-cta--cmt {
  background-color: #fff;
  padding-bottom: 12px;
}
.c-cta__cmt {
  display: block;
  width: 64%;
  margin: 0 auto;
  padding-top: 20px;
  -webkit-transform: scale(0.4) translateY(30px);
  transform: scale(0.4) translateY(30px);
  opacity: 0;
  -webkit-transition: opacity .5s cubic-bezier(0.53, 0.08, 0.22, 1.3), -webkit-transform .5s cubic-bezier(0.53, 0.08, 0.22, 1.3);
  transition: opacity .5s cubic-bezier(0.53, 0.08, 0.22, 1.3), -webkit-transform .5s cubic-bezier(0.53, 0.08, 0.22, 1.3);
  transition: transform .5s cubic-bezier(0.53, 0.08, 0.22, 1.3), opacity .5s cubic-bezier(0.53, 0.08, 0.22, 1.3);
  transition: transform .5s cubic-bezier(0.53, 0.08, 0.22, 1.3), opacity .5s cubic-bezier(0.53, 0.08, 0.22, 1.3), -webkit-transform .5s cubic-bezier(0.53, 0.08, 0.22, 1.3);
}
.c-cta__cmt.is-shown {
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  opacity: 1;
}
/* Text Emphasis */
.txt-em {
  color: #feaf01;
}
.txt-em-bg {
  color: #e75480;
  background-color: #fffcc2;
  padding: 0 2px;
}
.txt-em-pk {
  color: #e75480;
}
.txt-em-or {
  color: #e9754a;
}
/* Animation */
.is-animated {
  -webkit-animation: move-y .4s infinite alternate ease-in;
  animation: move-y .4s infinite alternate ease-in;
}
@-webkit-keyframes move-y {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes move-y {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
/* Modal */
.contentsBody .modal {
  max-width: 425px;
  background-color: rgba(158, 127, 127, 0.8);
  ;
  padding: 10px 15px;
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
}
@media screen and (min-width: 426px) {
  .contentsBody .modal {
    width: 390px;
    left: calc(50% - 195px);
  }
}
@media screen and (min-width: 1024px) {
  .contentsBody .modal {
    opacity: 0;
    visibility: hidden;
  }
}
.contentsBody .modal.is-active {
  display: block;
}
/* Main Visual */
.contentsBody .mv {
  background-color: #eee;
  overflow: hidden;
}
.contentsBody .mv__fv {
  position: relative;
}
.contentsBody .mv__fv__img {
  width: 100%;
}
.contentsBody .mv__fv__items {
  width: 100%;
  display: block;
  left: 0px;
  top: 60%;
  position: absolute;
}
.contentsBody .mv__fv__items .point {
  width: 95%;
}
.contentsBody .mv__fv__items .point img {
  height: 40px;
  width: auto;
  margin-top: 10px;
}
.contentsBody .mv.is-shown .mv__fv {
  background: none !important;
}
.contentsBody .mv.is-shown .mv__fv__img {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.contentsBody .mv.is-shown .mv__fv__items .point {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.contentsBody .mv.is-shown .mv__fv__items .point:nth-child(1n) {
  -webkit-transition-delay: .55s;
  transition-delay: .55s;
}
.contentsBody .mv.is-shown .mv__fv__items .point:nth-child(2n) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}
.contentsBody .mv.is-shown .mv__fv__items .point:nth-child(3n) {
  -webkit-transition-delay: .85s;
  transition-delay: .85s;
}
.contentsBody .c-cta {
  background-image: url("../img/cta_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 10px 0 30px 0;
}
.contentsBody .c-cta a img {
  margin: 0 auto;
  display: block;
  margin-top: 10px;
  width: 95%;
}
/* problem */
section.problem {
  background-color: #cebfbf;
}
.problem p.illust img {
  margin: 0 auto;
  display: block;
  width: 95%;
  margin-top: 40px;
}
/* lumecca About */
.contentsBody .lumecca {
  background: url(../img/lumecca_bg.jpg) center repeat;
  background-size: 100% auto;
  text-align: center;
}
.contentsBody .lumecca .inner {
  background-color: #eeedec;
  padding: 50px 20px;
}
.contentsBody .lumecca p.txt_img, .contentsBody .reason p.txt_img {
  width: 90%;
  margin-top: 40px;
}
.contentsBody .lumecca p.lumecca_img {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.contentsBody .lumecca p.txt {
  text-align: left;
  width: 100%;
  margin-top: 20px;
  font-weight: 100;
}
.contentsBody .reason {
  background: url("../img/reason_bg.png") center repeat;
  background-size: 100% auto;
  text-align: center;
}
.contentsBody .reason ul, .contentsBody .dr ul, .contentsBody .flow ul {
  margin-top: 30px;
  padding: 0px;
}
.contentsBody .reason ul li, .contentsBody .dr ul li, .contentsBody .flow ul li {
  width: 100%;
  padding: 20px 20px 50px 20px;
  background: white;
  border-right: 2px #9e7f7f solid;
  border-left: 2px #9e7f7f solid;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3);
  margin-top: 20px;
  color: #574545;
  position: relative;
}
.contentsBody .reason ul li img {
  vertical-align: middle;
  width: 50%;
}
.contentsBody .reason ul li img.number {
  vertical-align: middle;
  width: 40%;
  margin-right: 5%;
}
.contentsBody .reason ul li p.txt {
  font-size: 15px;
  text-align: left;
  margin-top: 30px;
}
.contentsBody .reason ul li p.txt.big {
  font-size: 20px;
}
.contentsBody .dr, .contentsBody .price {
  background: url("../img/dr_bg.jpg") center repeat;
  background-size: 100% auto;
  text-align: center;
}
.contentsBody .dr ul li {
  background: #f5f2f2;
  border-right: 0px;
  border-left: 0px;
  padding-bottom: 15px;
}
.contentsBody .dr ul li p {
  margin-top: 10px;
}
.contentsBody .dr ul li p.img_dr img {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.contentsBody .dr ul li p.title {
  font-size: 14px;
}
.contentsBody .dr ul li p.name {
  font-size: 24px;
}
.contentsBody .dr ul li p.name span, .contentsBody .dr ul li p.txt {
  font-size: 12px;
}
.contentsBody .dr ul li p.txt {
  text-align: left;
}
.contentsBody .dr ul li p.txt2 {
  margin-top: 20px;
  font-size: 14px;
}
.contentsBody .dr ul li p.txt_img {
  text-align: left;
  width: 90%;
}
.contentsBody .flow, .contentsBody .downtime {
  background: url("../img/flow_bg.jpg") center repeat;
  background-size: 100% auto;
  text-align: center;
  color: #574545;
}
.contentsBody .flow ul li {
  border-right: 0px;
  border-left: 0px;
  margin-top: 40px;
}
.contentsBody .flow ul li p.number {
  color: white;
  font-size: 28px;
  position: absolute;
  width: 50px;
  height: 50px;
  top: -25px;
  left: 10px;
  background: url("../img/flow_num.png") center no-repeat;
  background-size: 100% auto;
}
.contentsBody .flow ul li::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 20px;
  height: 110%;
  bottom: 0;
  border-left: 1px dashed #574545;
  z-index: 0;
  pointer-events: none;
}
.contentsBody .flow ul li:nth-child(5)::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 20px;
  height: 110%;
  bottom: 0;
  border-left: 0px dashed #574545;
  z-index: 0;
  pointer-events: none;
}
.contentsBody .flow ul li p {}
.contentsBody .flow ul li p.txt, .contentsBody .flow ul li p.txt.big, .contentsBody .flow ul li p.illust, .flow ul li div.sejutu {
  text-align: left;
  width: 85%;
  margin-left: 15%;
  margin-top: 20px;
}
.contentsBody .flow ul li p.txt {
  font-size: 14px;
  margin-left: 15%;
}
.contentsBody .flow ul li p.txt.big {
  font-size: 20px;
  margin-left: 15%;
}
.contentsBody .flow ul li div.sejutu {
  background-color: #f5f2f2;
  color: #90825f;
  border-radius: 10px;
  padding: 30px 15px;
}
.contentsBody .flow ul li div.sejutu p {
  margin-top: 20px;
}
.contentsBody .flow ul li div.sejutu p:nth-child(1) {
  margin-top: 0px;
}
.contentsBody .flow ul li div.sejutu p span.txt {
  display: block;
  margin-top: 15px;
  color: #161616;
}
.contentsBody .flow ul li div.sejutu p span.small {
  font-size: 10px;
}
.contentsBody .price .price-table {
  width: 100%;
  margin-top: 30px;
  padding: 0;
}
.contentsBody .price .price-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #333;
}
.contentsBody .price .price-table thead th {
  background-color: #766767;
  color: #fff;
  border-right: solid 1px #d0d0d0;
  padding: 12px 8px;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  border-left: solid 1px white;
}
.contentsBody .price .price-table thead th:first-child {
  border-left: none;
}
.contentsBody .price .price-table tbody td {
  background-color: #f5f5f5;
  padding: 12px 8px;
  text-align: center;
  border: 1px solid #e0e0e0;
}
.contentsBody .price .price-table tbody td.part-cell {
  background-color: #d0d0d0;
  color: #333;
  font-weight: 500;
  vertical-align: middle;
  width: 25%;
}
.contentsBody .price .price-table tbody td.price-cell {
  background-color: #fafafa;
  text-align: right;
  padding-right: 15px;
}
.contentsBody .price .price-table tbody td.price-cell .price-value {
  font-size: 20px;
  color: #333;
  font-weight: 400;
  display: inline-block;
}
.contentsBody .price .price-table tbody td.price-cell .price-yen {
  font-size: 10px;
  color: #333;
  margin-left: 3px;
  vertical-align: baseline;
  line-height: 1;
}
/* FAQ */
.contentsBody .faq {
  background: #bba5a5;
}
.contentsBody .faq__ttl {
  color: #fff;
  font-size: 4px;
  font-weight: 100;
  text-align: center;
  background-color: #e75480;
  padding: 21px 0;
}
.contentsBody .faq .faq-box.margin {
  margin-top: 40px;
}
.contentsBody .faq .faq-box__q {
  color: white;
  font-weight: 100;
  background-color: #766767;
  padding: 7px 30px 7px 14px;
  display: grid;
  grid-template-columns: 35px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-weight: 100;
  margin-top: 10px;
}
.contentsBody .faq .faq-box__q .txt-q {
  height: 25px;
  width: 25px;
  background: url("../img/q_icon.png") center no-repeat;
  background-size: contain;
}
.contentsBody .faq .faq-box__q::after {
  content: "+";
  display: block;
  color: inherit;
  font-size: 30px;
  font-weight: 100;
  line-height: 1;
  position: absolute;
  top: calc(50% - .5em);
  right: 10px;
}
.contentsBody .faq .faq-box__a::before {
  content: "";
  display: block;
  color: inherit;
  font-weight: 100;
  line-height: 1;
  position: absolute;
  left: 33px;
  margin-top: 10px;
  width: 25px;
  height: 25px;
  background: url("../img/answer_icon.png") center no-repeat;
  background-size: contain;
}
.contentsBody .faq .faq-box__a {
  line-height: 20px;
  max-height: 0;
  font-size: 12px;
  padding-left: 30px;
  background: white;
  color: #141414;
  overflow: hidden;
  -webkit-transition: max-height .25s ease, visibility .25s ease;
  transition: max-height .25s ease, visibility .25s ease;
  visibility: hidden;
}
.contentsBody .faq .faq-box__a__inner {
  padding: 10px 15px;
}
.contentsBody .faq .faq-box.is-active .faq-box__q::after {
  content: "–";
}
.contentsBody .faq .faq-box.is-active .faq-box__a {
  visibility: visible;
}
/* downtime */
.contentsBody .downtime h2 span img {
  width: 285px;
  height: auto;
}
.contentsBody .downtime .info-table {
  width: 100%;
  margin-top: 30px;
  background: white;
  padding: 0;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3);
}
.contentsBody .downtime .info-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  color: #333;
}
.contentsBody .downtime .info-table td {
  padding: 15px 12px;
  vertical-align: middle;
  text-align: center;
}
.contentsBody .downtime .info-table td.info-label {
  background-color: #686058;
  color: white;
  font-weight: 100;
  width: 35%;
  border-bottom: 1px dotted #ccc;
}
.contentsBody .downtime .info-table td.info-detail {
  text-align: left;
  background-color: #fafafa;
  color: #333;
  width: 65%;
  border-bottom: 1px dotted #ccc;
  line-height: 1.6;
}
/* Clinic */
.contentsBody .clinic {
  background-color: #6e6664;
  padding-bottom: 118px;
  -webkit-transition: padding .2s ease;
  transition: padding .2s ease;
}
.contentsBody .clinic .info {
  background-color: white;
  margin-top: 40px;
  padding-bottom: 20px;
}
.contentsBody .clinic .info .title {
  background: url("../img/clinic_title_bg.png") center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 10px;
  color: white;
}
.contentsBody .clinic .info .title.oosaka {
  background: url("../img/clinic_title_bg_oosaka.png") center no-repeat;
  color: #6e6664;
}
@media screen and (min-width: 1024px) {}
.contentsBody .clinic__tbl {
  color: #382f2d;
  font-size: 14px;
  font-weight: 100;
  backgroud-color: white;
  line-height: 17px;
  display: grid;
  grid-template-columns: 20% auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed #9c8f70;
}
.contentsBody .clinic__tbl__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #ece5e5;
}
.contentsBody .clinic__tbl__desc {
  background-color: white;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.contentsBody .clinic__tbl__desc .tel-btn {
  display: inline-block;
  background-color: #9c8f70;
  line-height: 1;
  border-radius: 10px;
  padding: 5px 6px;
  color: white;
  font-size: 14px;
}
.contentsBody .clinic__tbl__desc .tel-btn::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../img/icon_tel.png) center no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 4px;
}
@media screen and (min-width: 1024px) {
  .contentsBody .clinic__tbl__desc .tel-btn {
    pointer-events: none;
  }
}
.contentsBody .clinic__sns {
  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;
  padding: 20px 0px 10px;
}
.contentsBody .clinic__sns__item {
  width: 30px;
  height: 30px;
  margin: 0 7px;
}
.contentsBody .clinic__map {
  height: 250px;
  background-color: #fff;
  margin: 0 15px;
  margin-top: 10px;
}
.contentsBody .clinic__map iframe {
  border-radius: 10px;
}
.contentsBody .clinic__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  margin: 20px 15px 30px;
}
.contentsBody .clinic__btn {
  height: 100%;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.contentsBody .clinic__btn--resv-omotesando {}
.contentsBody .clinic__btn--resv-osaka {}
.contentsBody .clinic__btn--line {}
/*# sourceMappingURL=main.min.css.map */