@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.com-ib {
  display: inline-block;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

.anchor-mp {
  margin: -90px auto 0;
  padding-top: 90px;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

@media screen and (min-width: 768px) {
  .com-txt-box p:nth-of-type(n+2) {
    margin-top: 35px;
  }
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 115px 0 130px;
  }
}

.com-noimage {
  background: url(../img/top/logo.png) no-repeat center #e8e8e8;
  background-size: clamp(48px, 43%, 280px);
}

/*  共通パーツ
------------------------------------ */
.com-contents {
  position: relative;
}
.com-contents-num {
  width: 177px;
  height: 152px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 5.5rem;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .com-contents-num {
    font-size: 2.75rem;
  }
}
.com-contents-num.left {
  padding: 15px 0 0 38px;
  background: url(../img/top/com-num-left.png) no-repeat left top/contain;
  left: -58px;
  top: -112px;
}
.com-contents-num.right {
  padding: 15px 37px 0 0;
  text-align: right;
  background: url(../img/top/com-num-right.png) no-repeat right top/contain;
  right: -58px;
  top: -112px;
}
.com-contents-img {
  position: absolute;
}
.com-contents-img img {
  border-radius: 0 0 150px 0;
}
.com-contents-img.left {
  left: 0;
  top: -60px;
}
.com-contents-img.right {
  right: 0;
  top: -60px;
}
.com-contents-box {
  width: 100%;
  max-width: 780px;
  padding: 45px 100px 50px 150px;
  background: #eff8f9;
  border-radius: 0 0 150px 0;
}
@media screen and (min-width: 768px) {
  .com-contents-box {
    height: 470px;
  }
}
@media screen and (min-width: 768px) {
  .com-contents-box.right {
    margin-left: auto;
  }
  .com-contents-box.left {
    padding-left: 100px;
  }
}
.com-contents-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.5rem;
  letter-spacing: 0.08em;
  color: #26afc3;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-contents-ttl {
    font-size: 1.75rem;
  }
}
.com-contents-txt {
  margin-top: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  list-style: 2.3;
}
@media screen and (max-width: 768px) {
  .com-contents-txt {
    font-size: 1.5rem;
  }
}

.com-frame {
  width: 95%;
  max-width: 1700px;
  margin: auto;
  background: #f6f6f6;
}
.com-frame-bg {
  position: relative;
}
.com-frame-bg::before {
  content: "";
  display: block;
  width: 95%;
  max-width: 1700px;
  height: 380px;
  margin: auto;
  background: #eff8f9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.com-check li {
  padding-left: 50px;
  background: url(../img/top/check.png) no-repeat left 5px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.3rem;
  letter-spacing: 0.08em;
  color: #353535;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-check li {
    font-size: 1.5rem;
  }
}
.com-check li:nth-of-type(n+2) {
  margin-top: 21px;
}

.com-line {
  position: relative;
}
.com-line::before {
  content: "";
  width: 177px;
  height: 152px;
  position: absolute;
  top: -39px;
}
.com-line-left::before {
  background: url(../img/top/worries-box-border.png) no-repeat left top/contain;
  left: -39px;
}
.com-line-right::before {
  background: url(../img/top/worries-box-border-right.png) no-repeat right top/contain;
  right: -63px;
}

.com-tel {
  line-height: 1;
}
.com-tel-link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.08em;
  color: #26afc3;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 1.5rem;
  }
}
.com-tel .num {
  font-size: 3.4rem;
  letter-spacing: 0.08em;
  color: #353535;
}
@media screen and (max-width: 768px) {
  .com-tel .num {
    font-size: 1.7rem;
  }
}
.com-tel-note {
  display: block;
}

.news-post {
  display: flex;
  flex-wrap: wrap;
}
.news-post-item {
  width: 100%;
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  .news-post-item:not(:nth-of-type(3n-2)) {
    margin-left: 60px;
  }
  .news-post-item:nth-of-type(n+4) {
    margin-top: 60px;
  }
}
.news-post-link {
  display: block;
}
.news-post-time {
  display: block;
  color: #8c8c8c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-img {
  width: 100%;
  height: 0;
  margin: 19px auto 0;
  padding-top: 87.5%;
  position: relative;
}
.news-post-tag {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  line-height: 1;
}
.news-post-tag-txt {
  margin: 0 10px 10px 0;
  padding: 5px 8px;
  background-color: #26afc3;
  text-align: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}
.news-post-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 60px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}

/* =========================================

  main layout  all

========================================= */
/* top-worries  PC
------------------------------------ */
#top-worries {
  position: relative;
}
#top-worries::before, #top-worries::after {
  content: "";
  width: 47.9%;
  height: 600px;
  background: #eff8f9;
  position: absolute;
  z-index: -10;
}
#top-worries::before {
  left: 0;
  top: 540px;
}
#top-worries::after {
  right: 0;
  bottom: 380px;
}
#top-worries .worries-list {
  margin: 50px auto 0;
}
#top-worries .worries-list-item:nth-of-type(n+2) {
  margin-top: 87px;
}
#top-worries .worries-list-box {
  max-width: 1060px;
  padding: 80px 70px;
}
#top-worries .worries-list-box::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #26afc3;
  position: absolute;
  top: 20px;
  right: -20px;
  z-index: -1;
}
#top-worries .worries-list-box01 {
  background: url(../img/top/worries-illu01.png) no-repeat calc(100% - 102px) 68px, url(../img/ptn/ptn01.jpg) no-repeat center/cover;
}
#top-worries .worries-list-box02 {
  background: url(../img/top/worries-illu02.png) no-repeat 39px 68px, url(../img/ptn/ptn01.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  #top-worries .worries-list-box02 {
    padding-left: 250px;
    padding-right: 0;
  }
}
#top-worries .worries-list-box03 {
  background: url(../img/top/worries-illu03.png) no-repeat calc(100% - 140px) 76px, url(../img/ptn/ptn01.jpg) no-repeat center/cover;
}
#top-worries .worries-btn {
  width: 180px;
  height: 50px;
  padding-left: 27px;
  background: url(../img/top/worries-arw.png) no-repeat calc(100% - 19px) center #26afc3;
  border-radius: 25px 0 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 50px;
  position: absolute;
  right: -20px;
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #top-worries .worries-btn:hover {
    background-position-x: calc(100% - 10px);
  }
}

/* top-salon  PC
------------------------------------ */
#top-salon .salon-txt-box {
  margin-top: 25px;
}
#top-salon .solution {
  margin: 100px auto 0;
  padding: 100px 0 60px;
  background: #fff;
}
#top-salon .solution-right {
  margin-left: 90px;
}
#top-salon .solution-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.5rem;
  letter-spacing: 0.08em;
  color: #26afc3;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-salon .solution-ttl {
    font-size: 1.75rem;
  }
}
#top-salon .solution-txt-box {
  margin-top: 20px;
  line-height: 2;
}
#top-salon .solution-txt-box p:nth-of-type(n+2) {
  margin-top: 15px;
}
#top-salon .solution-name {
  margin-top: 24px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #top-salon .solution-name {
    font-size: 1.5rem;
  }
}
#top-salon .qua {
  max-width: 1080px;
  margin: 46px auto 0;
  padding: 35px 0 45px;
  border: 1px solid #26afc3;
}
#top-salon .qua-ttl {
  display: flex;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  color: #26afc3;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top-salon .qua-ttl {
    font-size: 1.5rem;
  }
}
#top-salon .qua-ttl::before, #top-salon .qua-ttl::after {
  content: "";
  width: 7px;
  height: 7px;
  background: #26afc3;
  border-radius: 50%;
}
#top-salon .qua-ttl::before {
  margin-right: 15px;
}
#top-salon .qua-ttl::after {
  margin-left: 15px;
}
#top-salon .qua-list {
  display: flex;
  margin: 25px auto 0;
  justify-content: center;
}
#top-salon .qua-list li {
  display: flex;
  width: 100%;
  max-width: 310px;
  text-align: center;
  padding: 10px 15px;
  background: #eff8f9;
  line-height: 1.17;
  align-items: center;
  justify-content: center;
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  #top-salon .qua-list li:not(:nth-of-type(3n-2)) {
    margin-left: 20px;
  }
  #top-salon .qua-list li:nth-of-type(n+4) {
    margin-top: 20px;
  }
}

/* top-reason  PC
------------------------------------ */
#top-reason .reason-list {
  margin: 125px auto 0;
}
#top-reason .reason-list-item:nth-of-type(n+2) {
  margin-top: 150px;
}

/* top-faq  PC
------------------------------------ */
#top-faq .faq-bg {
  background: url(../img/ptn/questions.jpg) no-repeat center/cover;
  position: relative;
}
#top-faq .faq-txt {
  margin-top: 27px;
  font-size: 2.2rem;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  #top-faq .faq-txt {
    font-size: 1.5rem;
  }
}
#top-faq .faq-btn {
  margin-top: 35px;
}
#top-faq .faq-img {
  margin-left: 105px;
}
#top-faq .faq-img img {
  border-radius: 0 0 150px 0;
}

/* insatgram  PC
------------------------------------ */
.instagram {
  background: url(../img/top/instagram-bg.jpg) no-repeat center top/cover;
}
.instagram-ttl {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 10rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .instagram-ttl {
    font-size: 5rem;
  }
}
.instagram-ttl::after {
  content: "";
  display: block;
  width: 65px;
  height: 1px;
  margin: 40px auto 0;
  background: #fff;
}
.instagram-txt {
  margin: 35px auto 0;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .instagram-txt {
    font-size: 1.5rem;
  }
}
.instagram-btn {
  display: flex;
  max-width: 400px;
  height: 75px;
  margin: 48px auto 0;
  background: url(../img/top/instagram-arw.png) no-repeat calc(100% - 18px) center;
  border: 1px solid #fff;
  border-radius: 999px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  color: #fff;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .instagram-btn {
    font-size: 1.5rem;
  }
}
.instagram-btn::before {
  content: "";
  width: 35px;
  height: 35px;
  margin-right: 20px;
  background: url(../img/top/instagram-illu.png) no-repeat center/contain;
}

/* top-overview  PC
------------------------------------ */
#top-overview .overview-flx {
  margin: 60px auto 0;
}
#top-overview .overview-table {
  max-width: 540px;
}
@media screen and (min-width: 768px) {
  #top-overview .overview-map {
    max-width: 470px;
    height: auto;
    padding-top: 0;
  }
}

/* top-news  PC
------------------------------------ */
#top-news .news-bg {
  background: #eff8f9;
}
#top-news .news-post {
  margin: 60px auto 0;
}

/* com-contact  PC
------------------------------------ */
.sub .com-contact::before {
  content: none;
}

.com-contact .contact-box {
  position: relative;
  z-index: 1;
}
.com-contact .contact-box::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #8c8c8c;
  position: absolute;
  top: 20px;
  right: -20px;
  z-index: -1;
}
.com-contact .contact-box-border {
  background: url(../img/ptn/contact.jpg) no-repeat center/cover;
}
.com-contact .contact-txt {
  margin: 30px auto 0;
  text-align: center;
}
.com-contact .contact-list {
  margin: 57px auto 0;
}
.com-contact .contact-list-item {
  padding: 25px 30px;
  background: #fff;
}
.com-contact .contact-list-item01 {
  border: 1px solid #26afc3;
}
.com-contact .contact-list-item02 {
  border: 1px solid #8c8c8c;
}
@media screen and (min-width: 768px) {
  .com-contact .contact-list-item02 {
    margin-left: 40px;
    position: relative;
  }
}
.com-contact .contact-list-item02 a:nth-of-type(n+2) {
  margin-left: 38px;
  padding-left: 38px;
  border-left: 1px solid #e2e2e2;
}
.com-contact .contact-list .sm {
  display: inline-block;
  padding: 0 15px;
  background: url(../img/top/contact-line-r.png) no-repeat left calc(100% - 5px), url(../img/top/contact-line-l.png) no-repeat right calc(100% - 5px);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  position: absolute;
  top: -44px;
  right: 161px;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list .sm {
    font-size: 1.5rem;
  }
}
.com-contact .com-tel-link {
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .com-contact .com-tel-link {
    font-size: 1.9rem;
  }
}
.com-contact .com-tel-link .num {
  font-size: 4.3rem;
}
@media screen and (max-width: 768px) {
  .com-contact .com-tel-link .num {
    font-size: 2.15rem;
  }
}

/* =========================================

  sub layout  all

========================================= */
/* treatment  PC
------------------------------------ */
.com-reco {
  position: relative;
  z-index: 0;
}
.com-reco::before {
  content: "";
  display: block;
  width: 47.9%;
  height: 600px;
  background: #eff8f9;
  position: absolute;
  left: 0;
  bottom: 130px;
  z-index: -1;
}
.com-reco .reco-list-box {
  max-width: 1060px;
  margin: 54px auto 0;
  padding: 65px;
  background: url(../img/treatment/reco-illu.png) no-repeat calc(100% - 54px) 56px, url(../img/ptn/ptn01.jpg) no-repeat center top/cover;
}
.com-reco .reco-list-box::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #26afc3;
  position: absolute;
  top: 20px;
  right: -20px;
  z-index: -1;
}

.com-cause .cause-box {
  margin: 55px auto 0;
  padding: 55px 0;
  background: #fff;
}
.com-cause .cause-box-txt {
  margin: 27px auto 0;
}
@media screen and (min-width: 768px) {
  .com-cause .cause-box-txt {
    text-align: center;
  }
}

.com-effect .effect-list {
  margin: 115px auto 0;
}
.com-effect .effect-list-item:nth-of-type(n+2) {
  margin-top: 108px;
}
.com-effect .com-contents-box {
  max-width: 668px;
  padding: 46px 65px 30px 110px;
  border-radius: 0 0 112px 0;
}
@media screen and (min-width: 768px) {
  .com-effect .com-contents-box {
    height: auto;
    min-height: 280px;
  }
  .com-effect .com-contents-box.left {
    padding-left: 67px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 768px) {
  .com-effect .com-contents-img {
    top: -25px;
  }
  .com-effect .com-contents-img.left {
    left: 45px;
  }
  .com-effect .com-contents-img.right {
    right: 48px;
  }
  .com-effect .com-contents-num {
    width: 148px;
    height: 133px;
    font-size: 5.5rem;
    letter-spacing: 0;
    top: -75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .com-effect .com-contents-num {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 768px) {
  .com-effect .com-contents-num.left {
    padding: 12px 0 0 22px;
    background-image: url(../img/com-num.png);
    left: 0;
  }
  .com-effect .com-contents-num.right {
    padding: 9px 23px 0 0;
    background-image: url(../img/com-num-r.png);
    right: 0;
  }
  .com-effect .com-contents-ttl {
    line-height: 1.4;
  }
}

.com-menu .menu-bg {
  background: #eff8f9;
}
.com-menu .menu-note {
  margin: 30px auto 0;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-menu .menu-note {
    font-size: 1.5rem;
  }
}
.com-menu .menu-list {
  margin: 40px auto 0;
}
.com-menu .menu-list-item:nth-of-type(n+2) {
  margin: 30px auto 0;
  padding-top: 30px;
  border-top: 1px solid #e2e2e2;
}
.com-menu .menu-list-ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.com-menu .menu-list-ttl .name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  color: #26afc3;
  line-height: 1.5;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  .com-menu .menu-list-ttl .name {
    font-size: 1.5rem;
  }
}
.com-menu .menu-list-ttl .price {
  margin-left: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.9rem;
  letter-spacing: 0.08em;
  color: #353535;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .com-menu .menu-list-ttl .price {
    font-size: 1.5rem;
  }
}
.com-menu .menu-list-txt {
  margin: 18px auto 0;
  font-size: 1.6rem;
  line-height: 2.375;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  .com-menu .menu-list-txt {
    font-size: 1.5rem;
  }
}

.com-merchandise .merchandise-list {
  margin: 55px auto 0;
}
.com-merchandise .merchandise-list-item {
  width: 100%;
  max-width: 500px;
}
.com-merchandise .merchandise-list-item:nth-of-type(n+3) {
  margin-top: 50px;
}
.com-merchandise .merchandise-list-img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
.com-merchandise .merchandise-list-ttl {
  margin-top: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.08em;
  color: #26afc3;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-merchandise .merchandise-list-ttl {
    font-size: 1.5rem;
  }
}
.com-merchandise .merchandise-list-txt {
  margin-top: 17px;
  font-size: 1.8rem;
  line-height: 1.7;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  .com-merchandise .merchandise-list-txt {
    font-size: 1.5rem;
  }
}

/* body  PC
------------------------------------ */
#body .reco-list-box {
  background-image: url(../img/body/reco-illu.png), url(../img/ptn/ptn01.jpg);
}
@media screen and (min-width: 768px) {
  #body .reco-list-box {
    background-position: calc(100% - 58px) 56px, center;
  }
}

/* facial  PC
------------------------------------ */
#facial .reco-list-box {
  background-image: url(../img/facial/reco-illu.png), url(../img/ptn/ptn01.jpg);
}
@media screen and (min-width: 768px) {
  #facial .reco-list-box {
    background-position: calc(100% - 56px) 50px, center;
  }
}
@media screen and (min-width: 768px) {
  #facial .effect-list01 {
    padding-right: 16px;
  }
}

/* faq  PC
------------------------------------ */
#faq .faq-list {
  margin: 53px auto 0;
}
#faq .faq-list-item:nth-of-type(n+2) {
  margin-top: 38px;
}
#faq .faq-list-ttl {
  padding: 20px 75px;
  background: #eff8f9;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #26afc3;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  #faq .faq-list-ttl {
    font-size: 1.5rem;
  }
}
#faq .faq-list-ttl::before {
  content: "Q";
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  color: #8c8c8c;
  position: absolute;
  left: 24px;
  top: 13px;
}
@media screen and (max-width: 768px) {
  #faq .faq-list-ttl::before {
    font-size: 1.5rem;
  }
}
#faq .faq-list-txt {
  margin: 15px auto 0;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2.375;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #faq .faq-list-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #faq .news-post-tag-txt {
    margin: 0 17px 17px 0;
  }
}

/* news  PC
------------------------------------ */
#news .com-news-time {
  margin-bottom: 10px;
}
#news .detail-ttl {
  text-align: left;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #news .detail-ttl {
    font-size: 1.5rem;
  }
}

/* contact  PC
------------------------------------ */
#contact .contact-form-table th {
  color: #26afc3;
}

/* privacy  PC
------------------------------------ */
#privacy .privacy-box-ttl {
  text-align: left;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #privacy .privacy-box-ttl {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=all.css.map */