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

.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: -120px auto 0;
  padding-top: 120px;
}

.target {
  scroll-margin-top: 0; /* ヘッダーの高さ分 */
}

.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: 40px;
  }
}

.marker {
  padding-bottom: 3px;
  position: relative;
  z-index: 1;
}
.marker::before {
  display: block;
  width: 100%;
  height: 36px;
  background: url(../img/top/marker.png) no-repeat center top/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
}

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

.clamp4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

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

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

/*  共通パーツ
------------------------------------ */
.com-bg01 {
  background: url(../img/yoga/yoga-bg-rb.png) no-repeat right calc(100% - 156px)/46.2%, url(../img/yoga/yoga-bg-lt.png) no-repeat left top/39.9%;
}
.com-bg02 {
  background: url(../img/voice/voice-bg.png) no-repeat center top;
}
@media screen and (min-width: 1921px) {
  .com-bg02 {
    background-size: 100%;
  }
}

.com-box01 {
  background: url(../img/top/service-box01.png) no-repeat left top #fff;
  box-shadow: 0px 0px 92px 0px rgba(121, 131, 119, 0.17), inset 0px 0px 109.56px 56.44px rgba(255, 255, 255, 0.4);
}
.com-box02 {
  background: url(../img/top/service-box01.png) no-repeat 10px 10px #fff;
  box-shadow: 0px 0px 92px 0px rgba(121, 131, 119, 0.17), inset 0px 0px 109.56px 56.44px rgba(255, 255, 255, 0.4);
}
.com-box03 {
  background: #fff;
  box-shadow: 0px 0px 92px 0px rgba(121, 131, 119, 0.17), inset 0px 0px 109.56px 56.44px rgba(255, 255, 255, 0.4);
}
.com-box04 {
  background: url(../img/voice/box.jpg);
}

.com-sns {
  display: flex;
  width: 190px;
  height: 44px;
  border-radius: 9px;
  background: #51b588;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .com-sns {
    font-size: 1.5rem;
  }
}
.com-sns {
  letter-spacing: 0.03em;
  color: #fff;
  align-items: center;
  overflow: hidden;
}
.com-sns::before {
  content: "";
  display: block;
  width: 51px;
  height: 100%;
  background: url(../img/top/line.png) no-repeat center/22px #dcf0e7;
}
.com-sns span {
  display: block;
  width: 139px;
  text-align: center;
}
.com-sns-net::before {
  background-image: url(../img/top/net.png);
  background-size: 20px;
}
.com-sns-mail::before {
  background-image: url(../img/top/contact-mail.png);
  background-size: 43px;
}
.com-sns-insta {
  width: 100%;
  max-width: 480px;
  height: 62px;
}
.com-sns-insta::before {
  width: 62px;
  background-image: url(../img/top/insta.png);
  background-size: 32px;
  background-color: #ffffff;
  flex-shrink: 0;
}
.com-sns-insta span {
  width: 100%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .com-sns-insta span {
    font-size: 1.5rem;
  }
}
.com-sns-insta span {
  color: #fff;
}

.news-post {
  display: flex;
  width: 100%;
  margin: 55px auto 0;
  flex-wrap: wrap;
}
.news-post-item {
  width: 100%;
  max-width: 240px;
}
@media screen and (min-width: 768px) {
  .news-post-item:not(:nth-of-type(4n-3)) {
    margin-left: 40px;
  }
  .news-post-item:nth-of-type(n+5) {
    margin-top: 40px;
  }
}
.news-post-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover .news-post-img img {
    transform: scale(1.1);
  }
}
.news-post-img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.news-post-img img {
  transform: scale(1);
  transition: all 0.4s;
}
.news-post-time {
  display: block;
  margin: 14px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-time {
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.news-post-ttl {
  margin: 19px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #51403a;
}
.news-post-tag {
  display: flex;
  margin: 20px auto 0;
  flex-wrap: wrap;
  line-height: 1.1;
}
.news-post-tag li {
  margin-right: 14px;
  padding-right: 14px;
  border-right: 1px solid #9f9f9c;
}
.news-post-tag li:last-of-type {
  border-right: none;
  padding-right: 0;
}
.news-post-tag-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-tag-txt {
  color: #65be7d;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}

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

  main layout  all

========================================= */
/* top-season  PC
------------------------------------ */
#top-season .season-box {
  padding: 63px 0 102px;
  outline: 1px solid #fff;
  text-align: center;
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}
#top-season .season-box::before, #top-season .season-box::after {
  content: "";
  position: absolute;
  z-index: 10;
}
#top-season .season-box::before {
  top: 0;
  left: 0;
}
#top-season .season-box::after {
  right: 0;
  bottom: 0;
}
#top-season .season-en {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 7rem;
}
@media screen and (max-width: 768px) {
  #top-season .season-en {
    font-size: 3.5rem;
  }
}
#top-season .season-en {
  letter-spacing: 0.02em;
  line-height: 1;
}
#top-season .season-contents {
  max-width: 1080px;
  margin: -35px auto 0;
  padding: 58px 0 80px;
  background: #fff;
}
#top-season .season-ttl {
  line-height: 1;
}
#top-season .season-ttl .lg {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #top-season .season-ttl .lg {
    font-size: 2rem;
  }
}
#top-season .season-ttl .lg {
  letter-spacing: 0.02em;
}
#top-season .season-ttl .sm {
  max-width: 614px;
  margin: 30px auto 0;
  position: relative;
  z-index: 0;
}
#top-season .season-ttl .sm::before, #top-season .season-ttl .sm::after {
  content: "";
  width: 53px;
  height: 50px;
  position: absolute;
  top: 11px;
  z-index: -1;
}
#top-season .season-ttl .sm::before {
  left: -26px;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 12px 50%);
}
#top-season .season-ttl .sm::after {
  right: -26px;
  clip-path: polygon(0% 0%, 100% 0, calc(100% - 12px) 50%, 100% 100%, 0% 100%);
}
#top-season .season-ttl .sm span {
  display: block;
  padding: 11px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #top-season .season-ttl .sm span {
    font-size: 1.5rem;
  }
}
#top-season .season-ttl .sm span {
  letter-spacing: 0.03em;
  color: #fff;
}
#top-season .season-txt {
  margin: 30px auto 0;
  text-align: center;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  #top-season .season-txt {
    font-size: 1.5rem;
  }
}
#top-season .season-txt {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 2;
}
#top-season .season-dl {
  margin: 15px auto 0;
}
#top-season .season-dl dt img {
  display: inline-block;
  margin-right: 18px;
}
#top-season .season-dl dt {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #top-season .season-dl dt {
    font-size: 1.5rem;
  }
}
#top-season .season-dl dt {
  letter-spacing: 0.05em;
  line-height: 2;
}
#top-season .season-dl dt .lg {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #top-season .season-dl dt .lg {
    font-size: 2.5rem;
  }
}
#top-season .season-dl dd {
  width: 100%;
  max-width: 551px;
  margin-left: 20px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  #top-season .season-dl dd {
    font-size: 1.5rem;
  }
}
#top-season .season-dl dd {
  letter-spacing: 0.02em;
}
#top-season .season-dl dd .sm {
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  #top-season .season-dl dd .sm {
    font-size: 1.5rem;
  }
}
#top-season .season-flx {
  max-width: 920px;
  margin: 50px auto 0;
}
#top-season .season-flx-con {
  width: 100%;
  max-width: 460px;
  padding-top: 33px;
  position: relative;
}
#top-season .season-flx-con::before, #top-season .season-flx-con::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  left: 0;
  right: 0;
}
#top-season .season-flx-con::before {
  top: 0;
}
#top-season .season-flx-con::after {
  bottom: 0;
}
#top-season .season-flx-txt {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #top-season .season-flx-txt {
    font-size: 1.5rem;
  }
}
#top-season .season-flx-txt {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2.2;
}
#top-season .season-flx-list {
  width: 100%;
  margin: 40px auto 0;
}
#top-season .season-flx-list li {
  width: 100%;
  max-width: 210px;
}
#top-season .season-flx-list-ttl {
  height: 32px;
  border-radius: 5px;
  background: #51403a;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #top-season .season-flx-list-ttl {
    font-size: 1.5rem;
  }
}
#top-season .season-flx-list-ttl {
  letter-spacing: 0.1em;
  line-height: 32px;
  color: #fff;
}
#top-season .season-flx-list-txt {
  padding-left: 18px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #top-season .season-flx-list-txt {
    font-size: 1.5rem;
  }
}
#top-season .season-flx-list-txt {
  letter-spacing: 0.1em;
  color: #51403a;
  line-height: 1.875;
  position: relative;
}
#top-season .season-flx-list-txt::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#top-season .season-flx-list-txt-wrap {
  margin-top: 13px;
  text-align: left;
}
#top-season.spring .season-box {
  background: url(../img/top/spring-bg.png);
}
#top-season.spring .season-box::before {
  width: 329px;
  height: 262px;
  background: url(../img/top/sakura-l.png) no-repeat left top/contain;
}
#top-season.spring .season-box::after {
  width: 328px;
  height: 262px;
  background: url(../img/top/sakura-r.png) no-repeat right bottom/contain;
}
#top-season.spring .season-en {
  color: rgba(246, 117, 141, 0.7);
}
#top-season.spring .season-ttl .sm::before, #top-season.spring .season-ttl .sm::after {
  background-color: #fa8ba0;
}
#top-season.spring .season-ttl .sm span {
  background: #ffa7b8;
}
#top-season.spring .season-dl dd {
  background: #fef3f5;
  color: #f6758d;
}
#top-season.spring .season-flx-con::before, #top-season.spring .season-flx-con::after {
  border-color: #ffb7c3;
}
#top-season.spring .season-flx-list-txt::before {
  color: #f67599;
}
#top-season.summer .season-box {
  background: url(../img/top/summer-bg.png);
}
#top-season.summer .season-box::before {
  width: 350px;
  height: 289px;
  background: url(../img/top/lesf-l.png) no-repeat left top/contain;
}
#top-season.summer .season-box::after {
  width: 350px;
  height: 289px;
  background: url(../img/top/lesf-r.png) no-repeat right bottom/contain;
}
#top-season.summer .season-en {
  color: rgba(29, 196, 238, 0.6);
}
#top-season.summer .season-ttl .sm::before, #top-season.summer .season-ttl .sm::after {
  background-color: #319ac1;
}
#top-season.summer .season-ttl .sm span {
  background: #44bcda;
}
#top-season.summer .season-dl dd {
  background: #e8f9ff;
  color: #06a6ce;
}
#top-season.summer .season-flx-con::before, #top-season.summer .season-flx-con::after {
  border-color: #8bdaee;
}
#top-season.summer .season-flx-list-txt {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
#top-season.summer .season-flx-list-txt::before {
  color: #1dc4ee;
}
#top-season.autumn .season-box {
  background: url(../img/top/autumn-bg.png);
}
#top-season.autumn .season-box::before {
  width: 309px;
  height: 325px;
  background: url(../img/top/momiji-l.png) no-repeat left top/contain;
}
#top-season.autumn .season-box::after {
  width: 309px;
  height: 325px;
  background: url(../img/top/momiji-r.png) no-repeat right bottom/contain;
}
#top-season.autumn .season-en {
  color: rgba(255, 162, 63, 0.6);
}
#top-season.autumn .season-ttl .sm::before, #top-season.autumn .season-ttl .sm::after {
  background-color: #e77905;
}
#top-season.autumn .season-ttl .sm span {
  background: #ffa23f;
}
#top-season.autumn .season-dl dd {
  background: rgba(255, 212, 63, 0.2);
  color: #e77905;
}
#top-season.autumn .season-flx-con::before, #top-season.autumn .season-flx-con::after {
  border-color: #ffc990;
}
#top-season.autumn .season-flx-list li {
  max-width: 220px;
}
#top-season.autumn .season-flx-list li:nth-of-type(1) .season-flx-list-txt {
  padding-left: 7px;
}
#top-season.autumn .season-flx-list li:nth-of-type(1) .season-flx-list-txt::before {
  left: -9px;
}
#top-season.autumn .season-flx-list-txt {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
#top-season.autumn .season-flx-list-txt::before {
  color: #ff8300;
}
#top-season.winter .season-box {
  background: url(../img/top/winter-bg.png);
}
#top-season.winter .season-box::before {
  width: 307px;
  height: 279px;
  background: url(../img/top/snow-l.png) no-repeat left top/contain;
}
#top-season.winter .season-box::after {
  width: 307px;
  height: 279px;
  background: url(../img/top/snow-r.png) no-repeat right bottom/contain;
}
#top-season.winter .season-en {
  color: rgba(136, 165, 182, 0.6);
}
#top-season.winter .season-ttl .sm::before, #top-season.winter .season-ttl .sm::after {
  background-color: #64889c;
}
#top-season.winter .season-ttl .sm span {
  background: #88a5b6;
}
#top-season.winter .season-dl dd {
  background: rgba(136, 165, 182, 0.2);
  color: #64889c;
}
#top-season.winter .season-flx-con::before, #top-season.winter .season-flx-con::after {
  border-color: #b5c8d3;
}
@media screen and (min-width: 768px) {
  #top-season.winter .season-flx-txt {
    white-space: nowrap;
  }
}
#top-season.winter .season-flx-list li {
  max-width: 220px;
}
@media screen and (min-width: 768px) {
  #top-season.winter .season-flx-list li:nth-of-type(1) .season-flx-list-txt {
    padding-left: 7px;
  }
  #top-season.winter .season-flx-list li:nth-of-type(1) .season-flx-list-txt::before {
    left: -9px;
  }
}
#top-season.winter .season-flx-list-txt {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
#top-season.winter .season-flx-list-txt::before {
  color: #64889c;
}
#top-season .news-bg {
  margin: -396px auto 0;
  background: url(../img/top/news-bg-right.png) no-repeat right top/34.2%, url(../img/top/news-bg.png) no-repeat center/cover;
}
#top-season .news-btn {
  max-width: 190px;
}
@media screen and (min-width: 768px) {
  #top-season .news-ttl {
    display: flex;
    align-items: flex-end;
  }
}
#top-season .news-ttl .en {
  font-size: 10rem;
}
@media screen and (max-width: 768px) {
  #top-season .news-ttl .en {
    font-size: 5rem;
  }
}
#top-season .news-ttl .ja {
  margin-left: 25px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #top-season .news-ttl .ja {
    font-size: 1.5rem;
  }
}

/* top-medicine  PC
------------------------------------ */
#top-medicine {
  background: url(../img/top/oriental-bird.png) no-repeat calc(50% + 370px) 164px, url(../img/top/oriental-l.png) no-repeat left 19px, url(../img/top/oriental-bg02.png) no-repeat center 808px;
}
#top-medicine .medicine-ttl {
  text-align: left;
}
#top-medicine .medicine-txt-box {
  margin-top: 45px;
}
#top-medicine .medicine-btn {
  margin-top: 60px;
}
#top-medicine .medicine-imgs li:nth-of-type(n+2) {
  margin-left: 100px;
}

/* top-service  PC
------------------------------------ */
#top-service {
  background: url(../img/top/service-bg.png) no-repeat center top/cover;
}
#top-service .service-list {
  margin: 65px auto 0;
}
#top-service .service-list-item {
  position: relative;
}
#top-service .service-list-item:nth-of-type(n+2) {
  margin-top: 130px;
}
#top-service .service-list-item:nth-of-type(2n) .service-list-box {
  background-image: url(../img/top/service-box02.png);
}
#top-service .service-list-txt {
  margin: 30px auto 0;
  text-align: center;
}
#top-service .service-list-btn {
  max-width: 250px;
  margin: 45px auto 0;
}

/* top-care  PC
------------------------------------ */
#top-care .care-ttl {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #top-care .care-ttl {
    font-size: 1.75rem;
  }
}
#top-care .care-ttl {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#top-care .care-box {
  margin: -20px auto 0;
  padding: 60px 0 67px;
  background: url(../img/top/care-bg.png);
}
#top-care .care-box-txt {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #top-care .care-box-txt {
    font-size: 1.5rem;
  }
}
#top-care .care-box-txt {
  letter-spacing: 0.1em;
  line-height: 1.9;
}
#top-care .chart_container {
  max-width: 940px;
  margin: 25px auto 0;
  background-color: #fff;
  padding: 50px 50px 60px;
}
#top-care .chart_title {
  padding-bottom: 18px;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #top-care .chart_title {
    font-size: 1.5rem;
  }
}
#top-care .chart_title {
  letter-spacing: 0.1em;
  line-height: 1.6;
  position: relative;
}
#top-care .chart_title::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-top: 1px solid #51403a;
  border-bottom: 1px solid #51403a;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#top-care .chart_btn_list {
  display: flex;
  margin: 40px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
#top-care .chart_btn_list > li:nth-of-type(2n) {
  margin-left: 20px;
}
#top-care .chart_btn_list > li:nth-of-type(n+3) {
  margin-top: 20px;
}
#top-care .chart_btn_list-item {
  width: 100%;
  max-width: 410px;
}
#top-care .chart_btn {
  max-width: 410px;
}
#top-care .btn_wrp {
  margin: 30px auto 0;
  text-align: center;
}
#top-care .back_btn {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #top-care .back_btn {
    font-size: 1.5rem;
  }
}
#top-care .back_btn {
  border-bottom: 1px solid;
}
#top-care .result_title {
  padding-bottom: 15px;
  text-align: center;
  position: relative;
}
#top-care .result_title::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-top: 1px solid #51403a;
  border-bottom: 1px solid #51403a;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#top-care .result_title-icon {
  display: flex;
  width: 88px;
  height: 88px;
  background: url(../img/top/result-bg.png) no-repeat center/contain;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #top-care .result_title-icon {
    font-size: 1.5rem;
  }
}
#top-care .result_title-icon {
  letter-spacing: 0.06em;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
#top-care .result_title .sub {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #top-care .result_title .sub {
    font-size: 1.5rem;
  }
}
#top-care .result_title .sub {
  letter-spacing: 0.1em;
  line-height: 1.7;
}
#top-care .result_title .main {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  #top-care .result_title .main {
    font-size: 1.9rem;
  }
}
#top-care .result_title .main {
  letter-spacing: 0.1em;
  color: #51b588;
  line-height: 1.4;
}
#top-care .result_container {
  margin: 18px auto 0;
}
#top-care .result_txtxbx {
  margin: 25px auto 0;
}
#top-care .result_txtxbx p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #top-care .result_txtxbx p {
    font-size: 1.5rem;
  }
}
#top-care .result_txtxbx p {
  line-height: 2.1;
  white-space: pre-line;
}
#top-care .result_btn-list {
  margin: 40px auto 0;
}
#top-care .gold_chart_btn {
  max-width: none;
}

/* top-bnr  PC
------------------------------------ */
#top-bnr {
  background: url(../img/top/top-bnr.png) no-repeat center top/cover;
}
#top-bnr .bnr-list-item {
  width: 100%;
  max-width: 330px;
}
#top-bnr .bnr-list-link {
  display: block;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-link:hover {
    opacity: 1;
  }
  #top-bnr .bnr-list-link:hover .bnr-list-img img {
    transform: scale(1.1);
    opacity: 0.8;
  }
}
#top-bnr .bnr-list-img {
  overflow: hidden;
}
#top-bnr .bnr-list-img img {
  transform: scale(1);
  transition: all 0.3s ease;
}
#top-bnr .bnr-ttl {
  max-width: 250px;
  height: 80px;
  margin: -40px auto 0;
  padding-top: 19px;
  background: #fff;
  line-height: 80px;
  box-shadow: 0px 0px 24px 0px rgba(121, 131, 119, 0.1), inset 0px 0px 109.56px 56.44px rgba(255, 255, 255, 0.4);
  position: relative;
}
#top-bnr .bnr-ttl .en {
  margin: auto;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-ttl .en {
    font-size: 1.5rem;
  }
}
#top-bnr .bnr-ttl .en {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  background: #51B588;
  background: linear-gradient(90deg, rgb(81, 181, 136) 0%, rgb(121, 215, 116) 45%, rgb(255, 228, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
}
#top-bnr .bnr-ttl .ja {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-ttl .ja {
    font-size: 1.5rem;
  }
}

/* com-contact  PC
------------------------------------ */
.com-contact {
  padding: 50px;
}
.com-contact .contact-box {
  padding: 81px 0 65px;
  background: url(../img/top/contact-bird.png) no-repeat calc(50% + 420px) 138px, url(../img/top/contact-box.png) no-repeat center top;
}
@media screen and (min-width: 1921px) {
  .com-contact .contact-box {
    background-size: auto, 100%;
  }
}
.com-contact .contact-ttl .en {
  font-size: 10rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-ttl .en {
    font-size: 5rem;
  }
}
.com-contact .contact-ttl .ja {
  margin-top: 20px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-ttl .ja {
    font-size: 1.5rem;
  }
}
.com-contact .contact-list {
  margin: 56px auto 0;
}
.com-contact .contact-list-item {
  width: 100%;
  max-width: 450px;
}
.com-contact .contact-list-link {
  width: 100%;
  max-width: none;
  height: 80px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-link {
    font-size: 1.5rem;
  }
}
.com-contact .contact-list-link::before {
  width: 80px;
  background-color: #b7ecd4;
}
.com-contact .contact-list-link span {
  width: 100%;
  max-width: 370px;
}
.com-contact .contact-list-tel {
  display: block;
  padding-top: 13px;
  text-align: center;
  border-radius: 8px;
  background: rgba(255, 229, 55, 0.15);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-tel {
    font-size: 1.5rem;
  }
}
.com-contact .contact-list-tel {
  letter-spacing: 0.05em;
  line-height: 1;
}
.com-contact .contact-list-tel .num {
  font-size: 3.1rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-tel .num {
    font-size: 1.55rem;
  }
}
.com-contact .contact-list-tel .num {
  line-height: 1;
}
.com-contact .contact-list-tel-note {
  display: block;
  margin: auto;
}
.com-contact .com-sns-line::before {
  background-size: 40px;
}
.com-contact .com-sns-net::before {
  background-size: 37px;
}

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

  sub layout  all

========================================= */
/* about  PC
------------------------------------ */
#about .features {
  background: url(../img/about/features-bg.png) no-repeat right top/39.9%;
}
#about .features-list {
  margin: 60px auto 0;
}
#about .features-list-item {
  display: flex;
  width: 100%;
  max-width: 1180px;
  justify-content: space-between;
  align-items: flex-start;
}
#about .features-list-item:nth-of-type(n+2) {
  margin-top: 70px;
}
#about .features-list-item:nth-of-type(2n-1) {
  margin-left: auto;
}
#about .features-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#about .features-list-txt-box {
  margin-top: 30px;
}
#about .features-list-txt-box p:nth-of-type(n+2) {
  margin-top: 28px;
}
#about .therapist {
  background: url(../img/about/therapist-bg.png) no-repeat center top/cover;
}
#about .therapist-list {
  margin: 70px auto 0;
}
#about .therapist-list-item {
  padding: 60px;
}
#about .therapist-list-item:nth-of-type(n+2) {
  margin-top: 49px;
}
#about .therapist-profile {
  margin-top: 33px;
}
#about .therapist-profile li:nth-of-type(n+2) {
  margin-top: 35px;
}
#about .therapist-profile-ttl {
  display: flex;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #about .therapist-profile-ttl {
    font-size: 1.5rem;
  }
}
#about .therapist-profile-ttl {
  align-items: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#about .therapist-profile-ttl::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 15px;
  background: #51b588;
}
#about .therapist-profile-txt {
  margin-top: 16px;
  line-height: 2.1;
}
#about .access-table {
  margin: 60px auto 0;
}

/* overall  PC
------------------------------------ */
.com-worries {
  background: url(../img/overall/worries-bg.png) no-repeat center -100px;
}
@media screen and (min-width: 1921px) {
  .com-worries {
    background-size: 100%;
  }
}
.com-worries .worries-list {
  margin-top: 44px;
}
.com-worries .worries-list-item {
  padding-left: 50px;
  background: url(../img/overall/check.png) no-repeat left 3px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-worries .worries-list-item {
    font-size: 1.5rem;
  }
}
.com-worries .worries-list-item {
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.com-worries .worries-list-item:nth-of-type(n+2) {
  margin-top: 18px;
}

.com-solution {
  background: url(../img/overall/solution-bg.jpg) no-repeat center top/cover;
}
.com-solution .solution-ttl {
  display: flex;
  padding: 52px 0;
  background: url(../img/overall/solution-ttl.png) no-repeat center top;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .com-solution .solution-ttl {
    font-size: 1.8rem;
  }
}
.com-solution .solution-ttl {
  letter-spacing: 0.15em;
  line-height: 1.33;
  align-items: flex-end;
  justify-content: center;
}
.com-solution .solution-ttl::before, .com-solution .solution-ttl::after {
  content: "";
  width: 27px;
  height: 48px;
}
.com-solution .solution-ttl::before {
  margin-right: 30px;
  background: url(../img/overall/solution-l.png) no-repeat left top/contain;
}
.com-solution .solution-ttl::after {
  margin-left: 30px;
  background: url(../img/overall/solution-r.png) no-repeat right top/contain;
}
.com-solution .solution-flx {
  margin: 53px auto 0;
}
.com-solution .solution-txt-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .com-solution .solution-txt-box {
    max-width: 511px;
  }
}
.com-solution .solution-list {
  margin: 60px auto 0;
}
.com-solution .solution-list-item {
  padding: 40px 70px;
}
.com-solution .solution-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
.com-solution .solution-list-ttl {
  display: flex;
  align-items: center;
}
.com-solution .solution-list-ttl .num {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .com-solution .solution-list-ttl .num {
    font-size: 1.5rem;
  }
}
.com-solution .solution-list-ttl .ja {
  margin: 0 0 0 20px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .com-solution .solution-list-ttl .ja {
    font-size: 1.5rem;
  }
}
.com-solution .solution-list-txt {
  margin-top: 18px;
  line-height: 2;
}

.com-symptoms .symptoms-box {
  margin: -100px auto 0;
  padding: 120px 0 90px;
  background: url(../img/overall/symptoms-box.png);
  text-align: center;
}
.com-symptoms .symptoms-box-txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .com-symptoms .symptoms-box-txt {
    font-size: 1.5rem;
  }
}
.com-symptoms .symptoms-box-txt {
  line-height: 2;
}

.com-menu {
  background: url(../img/overall/menu-bg.png) no-repeat center top/cover;
}
.com-menu .menu-txt {
  margin: 45px auto 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .com-menu .menu-txt {
    font-size: 1.5rem;
  }
}
.com-menu .menu-txt {
  letter-spacing: 0.02em;
}
.com-menu .menu-list {
  margin: 30px auto 0;
}
.com-menu .menu-list-item {
  padding: 45px 80px;
}
.com-menu .menu-list-item:nth-of-type(n+2) {
  margin: 30px auto 0;
}
.com-menu .menu-list-ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.com-menu .menu-list-ttl .ttl {
  width: 80%;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .com-menu .menu-list-ttl .ttl {
    font-size: 1.5rem;
  }
}
.com-menu .menu-list-ttl .ttl {
  letter-spacing: 0.1em;
  white-space: pre-line;
}
.com-menu .menu-list-ttl .price {
  width: 20%;
  text-align: right;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .com-menu .menu-list-ttl .price {
    font-size: 1.5rem;
  }
}
.com-menu .menu-list-ttl .price {
  letter-spacing: 0.1em;
  color: #51b588;
}
.com-menu .menu-list-txt {
  margin-top: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .com-menu .menu-list-txt {
    font-size: 1.5rem;
  }
}
.com-menu .menu-list-txt {
  line-height: 2;
  white-space: pre-line;
}

/* yoga  PC
------------------------------------ */
#yoga .yoga-img {
  margin: 54px auto 0;
  text-align: center;
}
#yoga .yoga-list {
  display: flex;
  margin: 60px auto 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
}
#yoga .yoga-list-item {
  width: 460px;
  height: 325px;
  padding-top: 90px;
  background: url(../img/yoga/yoga-cir.png) no-repeat center/contain;
  flex-shrink: 0;
}
#yoga .yoga-list-item:nth-of-type(1) {
  margin-right: -66px;
}
#yoga .yoga-list-item:nth-of-type(2) {
  margin-left: -66px;
}
#yoga .yoga-list-ttl {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #yoga .yoga-list-ttl {
    font-size: 1.5rem;
  }
}
#yoga .yoga-list-ttl {
  letter-spacing: 0.02em;
  color: #51b588;
  line-height: 1.5;
}
#yoga .yoga-list-txt {
  margin: 18px auto 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #yoga .yoga-list-txt {
    font-size: 1.5rem;
  }
}
#yoga .yoga-list-txt {
  line-height: 1.875;
}
#yoga .yoga-list-center {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
#yoga .yoga-flow {
  margin: 7px auto 0;
  text-align: center;
}
#yoga .yoga-flow-item {
  padding-top: 60px;
  background: url(../img/yoga/yoga-arw.png) no-repeat center top;
}
#yoga .yoga-flow-ttl {
  padding-bottom: 10px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  #yoga .yoga-flow-ttl {
    font-size: 1.6rem;
  }
}
#yoga .yoga-flow-ttl {
  letter-spacing: 0.02em;
  line-height: 1.1;
}

/* relaxation  PC
------------------------------------ */
#relaxation .com-solution {
  background: url(../img/relaxation/left_bottom_bg.png) no-repeat left bottom/53.8%, url(../img/overall/solution-bg.jpg) no-repeat center top/cover;
}
#relaxation .relaxation-list {
  margin: 60px auto 0;
}
#relaxation .relaxation-list-item:nth-of-type(n+2) {
  margin-top: 90px;
}
#relaxation .relaxation-list-ttl {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  #relaxation .relaxation-list-ttl {
    font-size: 1.8rem;
  }
}
#relaxation .relaxation-list-ttl {
  letter-spacing: 0.02em;
}
#relaxation .relaxation-list-dl {
  margin: 50px auto 0;
  padding: 50px 0 55px;
  background: url(../img/relaxation/relaxation-box.png);
  text-align: center;
}
#relaxation .relaxation-list-dl dt {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #relaxation .relaxation-list-dl dt {
    font-size: 1.5rem;
  }
}
#relaxation .relaxation-list-dl dt {
  letter-spacing: 0.02em;
  line-height: 1.5;
}
#relaxation .relaxation-list-dl dd {
  margin: 15px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #relaxation .relaxation-list-dl dd {
    font-size: 1.5rem;
  }
}
#relaxation .relaxation-list-dl dd {
  line-height: 2.1875;
}
#relaxation .relaxation-txt-box {
  margin-top: 30px;
}

/* voice  PC
------------------------------------ */
#voice .voice-txt {
  margin: 40px auto 0;
  text-align: center;
}
#voice .voice-list {
  margin: 49px auto 0;
}
#voice .voice-list-item {
  padding: 50px 80px;
}
#voice .voice-list-item:nth-of-type(n+2) {
  margin-top: 49px;
}
#voice .voice-list-ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#voice .voice-list-ttl .ttl {
  width: 80%;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-ttl .ttl {
    font-size: 1.5rem;
  }
}
#voice .voice-list-ttl .profile {
  width: 20%;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-ttl .profile {
    font-size: 1.5rem;
  }
}
#voice .voice-list-ttl .profile {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  text-align: right;
  color: #51b588;
  flex-shrink: 0;
}
#voice .voice-list-ttl .profile span:nth-of-type(n+2) {
  margin-left: 25px;
}
#voice .voice-list-menu {
  margin: 20px auto 0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-menu {
    font-size: 1.5rem;
  }
}
#voice .voice-list-menu {
  letter-spacing: 0.1em;
  line-height: 1.7;
  white-space: pre-line;
}
#voice .voice-list-img {
  margin: 20px auto 0;
  text-align: center;
}

/* news  PC
------------------------------------ */
#news .com-news-item:nth-of-type(n+2) {
  margin-top: 40px;
}
#news .com-news-link {
  padding: 50px;
}
#news .com-news-time {
  margin: 0;
  flex-shrink: 0;
}
#news .com-news-tag {
  margin: 3px 0 0 15px;
}
#news .com-news-ttl {
  padding-bottom: 6px;
  text-align: left;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}
#news .detail-box {
  padding: 50px;
}
#news .detail-flx {
  margin: 0;
}
#news .detail-time {
  margin: 0;
  flex-shrink: 0;
}
#news .detail-tag {
  margin: 3px 0 0 15px;
}

/* contact  PC
------------------------------------ */
#contact .contact-form-table {
  margin: 50px auto 0;
}

/* site  PC
------------------------------------ */
#site .site-box {
  padding: 30px;
}/*# sourceMappingURL=all.css.map */