@charset "UTF-8";
#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
/* @keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
} */
#mainimg {
  position: relative;
  padding: 0 80px 64px;
  overflow: clip;
}
#mainimg #mainslider img, #mainimg #mainslider video {
  display: block;
  width: 100%;
  height: calc(100vh - 113px - 64px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 40px;
}
#mainimg #mainslider:not(:has(.slick-list)) img:not(:first-child) {
  display: none;
}
#mainimg #mainslider:has(video) {
  position: relative;
}
#mainimg #mainslider:has(video)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/dotimage.png) repeat rgba(0, 0, 0, 0.5);
}
#mainimg #mainslider:has(video) img {
  display: none;
}
#mainimg .shapes .shape {
  position: absolute;
}
#mainimg .shapes .shape .slick-list {
  overflow: unset;
}
#mainimg .shapes .shape .bg {
  display: block;
  width: 100%;
  height: 100%;
  /* display: block;
  width: 200%;
  height: 100%;
  background-repeat: repeat-x;
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)  infinite; */
}
#mainimg .shapes .shape .bg.b2 {
  transform: rotateY(180deg);
}
#mainimg .shapes .shape .slick-list,
#mainimg .shapes .shape .slick-track {
  height: 100%;
}
#mainimg .shapes .shape.s1 {
  /* width: perCalc(1215,1600);
  aspect-ratio: 1215/279; */
  /* background-clip: text;
  mask: url(../images/main-shape1.png)no-repeat center/cover; */
  width: 73.125%;
  aspect-ratio: 1170/238;
  right: 0;
  bottom: 0;
}
#mainimg .shapes .shape.s1 .bg {
  background: url(../images/main-shape1.png) no-repeat center/cover;
  /* animation-delay: -2s;
  animation-duration: 7s; */
}
#mainimg .shapes .shape.s2 {
  /* width: perCalc(1317,1600);
  aspect-ratio: 1317/389; */
  /* background-clip: text;
  mask: url(../images/main-shape2.png)no-repeat center/cover; */
  width: 77.9375%;
  aspect-ratio: 1247/243;
  left: 0;
  bottom: 0;
}
#mainimg .shapes .shape.s2 .bg {
  background: url(../images/main-shape2.png) no-repeat center/cover;
  /* animation-delay: -3s;
  animation-duration: 10s; */
}
#mainimg .shapes .shape.s3 {
  /* width: perCalc(1302,1600);
  aspect-ratio: 1302/431; */
  /* background-clip: text;
  mask: url(../images/main-shape3.png)no-repeat center/cover; */
  width: 55.5%;
  aspect-ratio: 888/161;
  right: 0;
  bottom: 0;
}
#mainimg .shapes .shape.s3 .bg {
  background: url(../images/main-shape3.png) no-repeat center/cover;
  /* animation-delay: -4s;
  animation-duration: 13s; */
}
#mainimg .catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 44.4px;
  line-height: 1.75;
  color: #000;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: space-between;
  padding: 41px calc(2.8125% + 80px) 10px calc(3.8125% + 80px);
}
#mainimg .catch p:has(.tx-bg) {
  font-size: 28px;
  line-height: 1.7;
  padding-top: 10px;
  display: flex;
  align-items: start;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
#mainimg .catch p:has(.tx-bg) .tx-bg {
  background-color: #fffbd0;
  writing-mode: vertical-rl;
  padding: 17px 0;
  border-radius: 10px;
}
#mainimg .catch p:not(:has(.tx-bg)) {
  writing-mode: vertical-rl;
}
@media (max-width: 999px) {
  #mainimg {
    padding: 0 10px 30px;
  }
  #mainimg #mainslider img, #mainimg #mainslider video {
    height: auto;
  }
  #mainimg .catch {
    padding: 10px 20px;
    font-size: 30px;
  }
  #mainimg .catch p:has(.tx-bg) {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #mainimg {
    padding-bottom: 20px;
  }
  #mainimg #mainslider img, #mainimg #mainslider video {
    border-radius: 20px;
  }
  #mainimg .catch {
    font-size: 24px;
  }
  #mainimg .catch p:has(.tx-bg) {
    font-size: 18px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media (max-width: 500px) {
  #mainimg .catch {
    font-size: 20px;
  }
  #mainimg .catch p:has(.tx-bg) {
    font-size: 15px;
    white-space: nowrap;
  }
}

/* ----------------------------------------------
information
------------------------------------------------- */
#information {
  background: url(../images/info-bg.webp) no-repeat center/cover;
  margin-top: max(-8.125vw, -130px);
  padding: min(13.625vw, 218px) 0 98px;
}
#information .inner {
  width: min(100% - 20px, 1330px);
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 55px;
  border-radius: 30px;
  display: flex;
  align-items: start;
  -moz-column-gap: 5.9398496241%;
       column-gap: 5.9398496241%;
}
#information .inner .head {
  background-color: #acc931;
  padding: 34px 5.6390977444% 10px 3.7593984962%;
  min-height: 259px;
  align-content: center;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-top: var(--infocatesize, 0px);
}
#information .inner .head h2 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
}
#information .inner .head h2 small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000;
  margin: 5px 0 0 5px;
}
#information .inner .right {
  flex: 1;
  margin-right: 10px;
}
#information .inner .right .info-category {
  margin-left: -48px;
}
#information .inner .right .container {
  max-width: 680px;
}
#information .inner .right .container .contents article .text {
  max-width: 560px;
}
#information .inner .right .container .contents:not(.active) {
  display: none;
}
@media (max-width: 999px) {
  #information {
    padding-bottom: 80px;
  }
  #information .inner .head {
    padding: 20px;
    min-height: 200px;
  }
  #information .inner .head h2 {
    font-size: 38px;
  }
  #information .inner .head h2 small {
    font-size: 18px;
  }
  #information .inner .right .info-category {
    margin-left: -10px;
  }
}
@media (max-width: 767px) {
  #information {
    padding-bottom: 70px;
  }
  #information .inner {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    padding: 20px 10px;
    border-radius: 20px;
  }
  #information .inner .head {
    padding: 15px 10px;
    min-height: 130px;
    border-radius: 20px;
    margin-top: 0;
  }
  #information .inner .head h2 {
    font-size: 26px;
  }
  #information .inner .head h2 small {
    font-size: 16px;
  }
  #information .inner .right {
    width: 100%;
    margin: 0;
  }
  #information .inner .right .info-category {
    margin-left: 0;
    margin-bottom: 20px;
  }
  #information .inner .right .info-category ul {
    justify-content: center;
  }
}

/* ----------------------------------------------
salon
------------------------------------------------- */
:has(#ccm-toolbar) #salon .contents .right::before {
  width: 100% !important;
}

#salon {
  background: url(../images/salon-bg.webp) no-repeat center/cover;
  padding: 140px 0 120px;
  margin-bottom: 73px;
}
#salon .contents {
  display: flex;
  align-items: start;
  -moz-column-gap: 57px;
       column-gap: 57px;
}
#salon .contents .left {
  flex: 1;
  margin-left: 9.375%;
}
#salon .contents .left h2 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}
#salon .contents .left h2 small {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #39b04a;
  background-color: #fff;
  border-radius: 15px;
  padding: 6px 31px;
  min-width: 143px;
  text-align: center;
}
@media (max-width: 999px) {
  #salon .contents .left h2 {
    font-size: 44px;
    row-gap: 10px;
  }
  #salon .contents .left h2 small {
    min-width: unset;
    padding: 6px 20px;
  }
}
@media (max-width: 767px) {
  #salon .contents .left h2 {
    font-size: 30px;
  }
  #salon .contents .left h2 small {
    font-size: 12px;
    padding: 5px 15px;
  }
}
#salon .contents .left h2 {
  align-items: start;
  row-gap: 8px;
  margin-bottom: 35px;
}
#salon .contents .left .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.8636363636;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 0 0 78px 5px;
  padding-right: calc(var(--salonminmargin, 0px) - 57px);
}
#salon .contents .left .images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2.657807309%;
}
#salon .contents .left .images .image {
  width: 31.561461794%;
  aspect-ratio: 1/1;
}
#salon .contents .left .images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
#salon .contents .right {
  width: min(37.375%, 598px);
  aspect-ratio: 1/1;
  position: relative;
  margin: 40px calc(4.4375% + var(--salonminmargin, 0px)) 0 0;
}
#salon .contents .right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 46px);
  aspect-ratio: 1/1;
  border: 23px solid #fff;
  border-radius: 50%;
}
#salon .contents .right .center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - max(21.7391304348%, 60px));
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  container-type: inline-size;
}
#salon .contents .right .center .tx {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(11.1666666667cqw, 52.26px);
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #39b04a;
}
#salon .contents .right .center .tx small {
  display: block;
  font-size: min(4.7008547009cqw, 22px);
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #006837;
}
#salon .contents .right .blocks .block {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  width: 40.8026755853%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #acc931;
  border: 9px solid #fff;
  transform: translate(-50%, -50%);
  container-type: inline-size;
}
#salon .contents .right .blocks .block .tx {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(17.6991150442cqw, 40px);
  line-height: 1.175;
  color: #fff;
}
#salon .contents .right .blocks .block.small .tx {
  font-size: min(15.0442477876cqw, 34px);
  line-height: 1.1764705882;
}
#salon .contents .right .blocks .block.big .tx {
  font-size: min(19.9074074074cqw, 43px);
  line-height: 1.2093023256;
}
#salon .contents .right .blocks .block.ls .tx {
  letter-spacing: -0.1em;
}
#salon .contents .right .blocks .block:nth-child(1) {
  transform: translate(-50%, calc(-50% + 15px));
}
#salon .contents .right .blocks .block:nth-child(2) {
  transform: translate(calc(-50% - 25px), calc(-50% - 10px));
}
#salon .contents .right .blocks .block:nth-child(3) {
  transform: translate(-50%, calc(-50% - 62px));
}
#salon .contents .right .blocks .block:nth-child(4) {
  transform: translate(calc(-50% + 25px), calc(-50% - 10px));
}
@media (max-width: 999px) {
  #salon {
    padding: 100px 10px;
    margin-bottom: 60px;
  }
  #salon .contents {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #salon .contents .left {
    margin-left: 0px;
  }
  #salon .contents .left h2 {
    margin-bottom: 25px;
  }
  #salon .contents .left .text {
    font-size: 18px;
    margin: 0 0 50px 0;
    padding-right: calc(var(--salonminmargin, 0px) - 10px);
  }
  #salon .contents .right {
    margin-right: var(--salonminmargin, 0px);
  }
  #salon .contents .right::before {
    width: calc(100% - 30px);
    border-width: 15px;
  }
  #salon .contents .right .center {
    width: calc(100% - max(21.7391304348%, 50px));
  }
  #salon .contents .right .blocks .block {
    border-width: 7px;
    transform: translate(-50%, -50%) !important;
  }
}
@media (max-width: 767px) {
  #salon {
    padding: 70px 10px;
    margin-bottom: 50px;
  }
  #salon .contents {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #salon .contents .left h2 {
    margin-bottom: 20px;
  }
  #salon .contents .left .text {
    font-size: 16px;
    margin-bottom: 30px;
    padding-right: 0;
  }
  #salon .contents .right {
    margin: var(--salonminmargin, 0px);
    width: min(100% - var(--salonminmargin, 0px) * 2, 300px);
  }
  #salon .contents .right::before {
    width: calc(100% - 20px);
    border-width: 10px;
  }
  #salon .contents .right .center {
    width: calc(100% - max(21.7391304348%, 40px));
  }
  #salon .contents .right .blocks .block {
    border-width: 5px;
  }
}

/* ----------------------------------------------
treatment
------------------------------------------------- */
#treatment {
  margin-bottom: 123px;
}
#treatment h2 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #39b04a;
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}
#treatment h2 small {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #acc931;
  border-radius: 15px;
  padding: 6px 31px;
  min-width: 143px;
  text-align: center;
}
@media (max-width: 999px) {
  #treatment h2 {
    font-size: 30px;
    row-gap: 10px;
  }
  #treatment h2 small {
    min-width: unset;
    padding: 6px 20px;
  }
}
@media (max-width: 767px) {
  #treatment h2 {
    font-size: 24px;
  }
  #treatment h2 small {
    font-size: 12px;
    padding: 5px 15px;
  }
}
#treatment h2 {
  align-items: center;
  margin-bottom: 88px;
}
#treatment .contents {
  width: min(100% - 20px, 1250px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 3.2%;
}
#treatment .contents .block {
  width: 22.6%;
}
#treatment .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#treatment .contents .block a:hover {
  opacity: 0.6;
}
#treatment .contents .block .image {
  aspect-ratio: 390/251;
  margin-bottom: 13px;
}
#treatment .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
#treatment .contents .block .title {
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #39b04a;
  margin-bottom: 19px;
}
#treatment .contents .block .text {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.6875;
  color: #000;
  max-width: 356px;
  margin: 0 auto;
}
#treatment .contents .block.small .title {
  letter-spacing: -0.1em;
  /* font-size: 34px;
  letter-spacing: -0.1em;
  min-height: calc(38px*1.6);
  align-content: center; */
}
@media (max-width: 999px) {
  #treatment {
    margin-bottom: 90px;
  }
  #treatment h2 {
    margin-bottom: 70px;
  }
  #treatment .contents {
    row-gap: 40px;
  }
  #treatment .contents .block .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #treatment .contents .block .text {
    font-size: 14px;
  }
  #treatment .contents .block {
    /* &.small{
      .title{
        font-size: 22px;
        min-height: calc(26px*1.6);
      }
    } */
  }
}
@media (max-width: 767px) {
  #treatment {
    margin-bottom: 70px;
  }
  #treatment h2 {
    margin-bottom: 50px;
  }
  #treatment .contents {
    gap: 30px 6%;
  }
  #treatment .contents .block {
    width: 47%;
  }
  #treatment .contents .block .image img {
    border-radius: 20px;
  }
  #treatment .contents .block .title {
    font-size: 18px;
  }
  #treatment .contents .block .text {
    font-size: 12px;
  }
  #treatment .contents .block {
    /* &.small{
      .title{
        font-size: 18px;
        min-height: calc(22px*1.6);
      }
    } */
  }
}

/* ----------------------------------------------
bnr
------------------------------------------------- */
#bnr {
  background: url(../images/bg.webp) no-repeat center/cover;
  padding: 43px 10px;
  margin-bottom: 92px;
}
#bnr .catch {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 44px;
  line-height: 1.4090909091;
  letter-spacing: 0.1em;
  color: #39b04a;
  text-align: center;
  margin-bottom: 103px;
}
#bnr .contents {
  width: min(100%, 1070px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px 5.9813084112%;
}
#bnr .contents .block {
  width: 29.3457943925%;
  background-color: #acc931;
  border-radius: 25px;
}
#bnr .contents .block a {
  display: block;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#bnr .contents .block a:hover {
  opacity: 0.6;
}
#bnr .contents .block:not(:has(a)),
#bnr .contents .block a {
  padding: 0 10px 30px;
}
#bnr .contents .block .icon {
  width: min(100% - 20px, 184px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 10px solid #acc931;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -58px auto 2px;
}
#bnr .contents .block .icon img {
  max-width: 70%;
  max-height: 70%;
}
#bnr .contents .block .title {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 1.3333333333;
  color: #ffff00;
  text-align: center;
  min-height: 80px;
  align-content: center;
  margin-bottom: 10px;
}
#bnr .contents .block .text {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.6875;
  color: #fff;
  max-width: 250px;
  margin: 0 auto;
}
@media (max-width: 999px) {
  #bnr {
    margin-bottom: 80px;
  }
  #bnr .catch {
    font-size: 28px;
    margin-bottom: 80px;
  }
  #bnr .contents .block .icon {
    margin-top: -40px;
  }
  #bnr .contents .block .title {
    font-size: 22px;
    min-height: 58.6666666667px;
  }
  #bnr .contents .block .text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #bnr {
    padding: 30px 10px;
    margin-bottom: 70px;
  }
  #bnr .catch {
    font-size: 22px;
    margin-bottom: 70px;
  }
  #bnr .catch br {
    display: none;
  }
  #bnr .contents {
    -moz-column-gap: 6%;
         column-gap: 6%;
    max-width: 405px;
  }
  #bnr .contents .block {
    width: 47%;
    border-radius: 15px;
  }
  #bnr .contents .block .icon {
    margin-top: -30px;
    border-width: 7px;
  }
  #bnr .contents .block .title {
    font-size: 18px;
    min-height: 48px;
  }
  #bnr .contents .block .text {
    font-size: 12px;
  }
  #bnr .contents .block:nth-child(n+3) {
    width: 100%;
  }
}

/* ----------------------------------------------
therapist
------------------------------------------------- */
#therapist {
  margin-bottom: 48px;
}
#therapist h2 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #39b04a;
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}
#therapist h2 small {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #acc931;
  border-radius: 15px;
  padding: 6px 31px;
  min-width: 143px;
  text-align: center;
}
@media (max-width: 999px) {
  #therapist h2 {
    font-size: 30px;
    row-gap: 10px;
  }
  #therapist h2 small {
    min-width: unset;
    padding: 6px 20px;
  }
}
@media (max-width: 767px) {
  #therapist h2 {
    font-size: 24px;
  }
  #therapist h2 small {
    font-size: 12px;
    padding: 5px 15px;
  }
}
#therapist h2 {
  align-items: center;
  margin-bottom: 81px;
}
#therapist .contents article {
  width: min(100% - 20px, 1280px);
  margin: 0 auto;
}
#therapist .contents article .head {
  display: flex;
  align-items: start;
  -moz-column-gap: 6.71875%;
       column-gap: 6.71875%;
  margin-bottom: 70px;
}
#therapist .contents article .head .image {
  width: 55.078125%;
  aspect-ratio: 1/1;
}
#therapist .contents article .head .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
#therapist .contents article .head .txbox {
  flex: 1;
  padding: 48px 0 0 0;
}
#therapist .contents article .head .txbox h3 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 86.24px;
  line-height: 1.0551948052;
  letter-spacing: 0.2em;
  color: #acc931;
  margin-bottom: 47px;
}
#therapist .contents article .head .txbox .names {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  padding-left: 17px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 31px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 36px;
}
#therapist .contents article .head .txbox .names .name {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}
#therapist .contents article .head .txbox .names .name small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.35em;
  margin-top: 7px;
}
#therapist .contents article .head .txbox .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7222222222;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 43px;
}
#therapist .contents article .head .txbox .btn {
  padding-right: 25px;
}
#therapist .contents article .head .txbox .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#therapist .contents article .head .txbox .btn a:hover {
  opacity: 0.6;
}
#therapist .contents article .head .txbox .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 500px);
  height: 50px;
  border-radius: 25px;
  background-color: #acc931;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 auto;
}
#therapist .contents article .data {
  border: 2px solid #acc931;
  display: flex;
  -moz-column-gap: 5.9663865546%;
       column-gap: 5.9663865546%;
  padding: 19px 2.03125% 26px 4.6875%;
  border-radius: 20px;
}
#therapist .contents article .data .title {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #acc931;
  align-content: center;
  padding: 10px 0;
}
#therapist .contents article .data .text {
  flex: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  color: #000;
  padding: 14px 0 11px 4.6218487395%;
  align-content: center;
}
@media (max-width: 999px) {
  #therapist h2 {
    margin-bottom: 70px;
  }
  #therapist .contents article .head {
    margin-bottom: 60px;
  }
  #therapist .contents article .head .txbox h3 {
    font-size: 50px;
    margin-bottom: 30px;
  }
  #therapist .contents article .head .txbox .names {
    font-size: 22px;
    padding-left: 0;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 30px;
  }
  #therapist .contents article .head .txbox .names .name {
    font-size: 30px;
  }
  #therapist .contents article .head .txbox .names .name small {
    font-size: 14px;
  }
  #therapist .contents article .head .txbox .text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #therapist .contents article .head .txbox .text br {
    display: none;
  }
  #therapist .contents article .head .txbox .btn {
    padding-right: 0;
  }
  #therapist .contents article .head .txbox .btn a {
    font-size: 20px;
  }
  #therapist .contents article .data {
    padding: 15px;
  }
  #therapist .contents article .data .title {
    font-size: 24px;
  }
  #therapist .contents article .data .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #therapist {
    margin-bottom: 30px;
  }
  #therapist h2 {
    margin-bottom: 50px;
  }
  #therapist .contents article .head {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #therapist .contents article .head .image {
    width: min(100%, 300px);
  }
  #therapist .contents article .head .txbox {
    padding-top: 0;
    width: 100%;
  }
  #therapist .contents article .head .txbox h3 {
    font-size: 30px;
    margin-bottom: 15px;
    text-align: center;
  }
  #therapist .contents article .head .txbox .names {
    font-size: 18px;
    margin-bottom: 20px;
    justify-content: center;
  }
  #therapist .contents article .head .txbox .names .name {
    font-size: 24px;
  }
  #therapist .contents article .head .txbox .names .name small {
    font-size: 12px;
  }
  #therapist .contents article .head .txbox .text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #therapist .contents article .head .txbox .btn a {
    font-size: 18px;
  }
  #therapist .contents article .data {
    padding: 10px;
    flex-direction: column;
    row-gap: 10px;
  }
  #therapist .contents article .data .title {
    font-size: 22px;
    padding: 0;
  }
  #therapist .contents article .data .text {
    font-size: 14px;
    padding: 20px 10px 0;
    border-left: unset;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }
}

/* ----------------------------------------------
youtube
------------------------------------------------- */
#youtube {
  margin-bottom: 67px;
}
#youtube h2 {
  text-align: center;
  margin-bottom: 50px;
}
#youtube .contents {
  width: min(100% - 20px, 1240px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.9435483871%;
}
#youtube .contents .block {
  width: 31.3709677419%;
  aspect-ratio: 389/219;
}
#youtube .contents .block iframe, #youtube .contents .block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 999px) {
  #youtube {
    margin-bottom: 50px;
  }
  #youtube h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #youtube {
    margin-bottom: 40px;
  }
  #youtube h2 {
    margin-bottom: 30px;
  }
  #youtube .contents {
    -moz-column-gap: 6%;
         column-gap: 6%;
    max-width: 405px;
  }
  #youtube .contents .block {
    width: 100%;
  }
}

/* ----------------------------------------------
facebooks
------------------------------------------------- */
#facebooks {
  margin-bottom: 68px;
}
#facebooks .contents {
  width: min(100% - 20px, 1240px);
  margin: 0 auto;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#facebooks .contents .txbox {
  flex: 1;
  padding: 93px 0 0 20px;
}
#facebooks .contents .txbox a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#facebooks .contents .txbox a:hover {
  opacity: 0.6;
}
#facebooks .contents .txbox .logo {
  margin-bottom: 17px;
}
#facebooks .contents .txbox .tel {
  padding-left: 10px;
}
#facebooks .contents .txbox .tel a {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 45.24px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #22b073;
}
#facebooks .contents .facebook {
  width: 55.8870967742%;
  background-color: #22b073;
  border-radius: 10px;
  min-height: 347px;
  padding: 20px;
  align-content: center;
}
@media (max-width: 999px) {
  #facebooks {
    margin-bottom: 50px;
  }
  #facebooks .contents .txbox {
    padding: 70px 0 0;
  }
  #facebooks .contents .txbox .tel a {
    font-size: 30px;
  }
  #facebooks .contents .facebook {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  #facebooks {
    margin-bottom: 40px;
  }
  #facebooks .contents {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  #facebooks .contents .txbox {
    padding-top: 0px;
  }
  #facebooks .contents .txbox .tel a {
    font-size: 24px;
  }
  #facebooks .contents .txbox .tel a img {
    max-width: 25px;
  }
  #facebooks .contents .facebook {
    min-height: 250px;
    width: min(100%, 400px);
  }
}

/* ----------------------------------------------
access
------------------------------------------------- */
#access h2 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #39b04a;
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}
#access h2 small {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #acc931;
  border-radius: 15px;
  padding: 6px 31px;
  min-width: 143px;
  text-align: center;
}
@media (max-width: 999px) {
  #access h2 {
    font-size: 30px;
    row-gap: 10px;
  }
  #access h2 small {
    min-width: unset;
    padding: 6px 20px;
  }
}
@media (max-width: 767px) {
  #access h2 {
    font-size: 24px;
  }
  #access h2 small {
    font-size: 12px;
    padding: 5px 15px;
  }
}
#access h2 {
  align-items: center;
  row-gap: 14px;
  margin-bottom: 26px;
}
#access .data,
#access .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7222222222;
  letter-spacing: 0.05em;
  color: #000;
}
#access .data {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 5.253164557%;
  padding: 0 10px;
  margin-bottom: 33px;
}
#access .data .p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  aspect-ratio: 1/1;
  background-color: #949494;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 19.71px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}
#access .text {
  text-align: center;
}
#access .bottom {
  background-color: #f7f9ed;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 10px 25px;
}
#access .bottom .heading {
  min-width: 35.4430379747%;
  padding: 3px 10px;
  background-color: #39b04a;
  border-radius: 25px/50%;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 13px;
  text-align: center;
}
#access .bottom .heading:not(:first-child) {
  margin-top: 32px;
}
#access .maps {
  width: min(100%, 1285px);
  display: flex;
  gap: 30px 9.7276264591%;
  margin: 30px auto 0;
}
#access .maps article {
  width: 45.1361867704%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#access .maps .head {
  min-width: 60.3448275862%;
  padding: 3px 10px;
  background-color: #fff;
  border-radius: 25px/50%;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #39b04a;
  margin-bottom: 13px;
  text-align: center;
}
#access .maps .block {
  width: 100%;
}
#access .maps iframe {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}
@media (max-width: 999px) {
  #access .data,
  #access .text {
    font-size: 16px;
  }
  #access .data {
    margin-bottom: 25px;
  }
  #access .data .p {
    font-size: 18px;
    width: 20px;
  }
  #access .bottom {
    padding: 20px 10px;
  }
  #access .bottom .heading {
    font-size: 24px;
    margin-bottom: 5px;
  }
  #access .bottom .heading:not(:first-child) {
    margin-top: 25px;
  }
  #access .maps .head {
    font-size: 24px;
  }
  #access .maps iframe {
    height: 320px;
  }
}
@media (max-width: 767px) {
  #access h2 {
    margin-bottom: 15px;
  }
  #access .data,
  #access .text {
    font-size: 14px;
  }
  #access .data {
    margin-bottom: 15px;
  }
  #access .data .p {
    font-size: 16px;
    width: 18px;
  }
  #access .bottom {
    padding: 15px 10px;
  }
  #access .bottom .heading {
    font-size: 20px;
  }
  #access .bottom .heading:not(:first-child) {
    margin-top: 15px;
  }
  #access .maps {
    flex-direction: column;
    align-items: center;
  }
  #access .maps article {
    width: min(100%, 300px);
  }
  #access .maps .head {
    font-size: 20px;
  }
  #access .maps iframe {
    height: 280px;
  }
}

/* ----------------------------------------------
メイン画像下　波の動き wavify
------------------------------------------------- */
.bottombgs {
  position: relative;
  bottom: 64px;
}
.bottombgs .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.bottombgs .bg svg {
  display: block;
}
.bottombgs .bg:nth-child(1) svg {
  height: 260px;
}
.bottombgs .bg:nth-child(2) svg {
  height: 260px;
}
.bottombgs .bg:nth-child(3) svg {
  height: 180px;
}
@media (max-width: 999px) {
  .bottombgs {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .bottombgs {
    bottom: 20px;
  }
  .bottombgs .bg:nth-child(1) svg {
    height: 180px;
  }
  .bottombgs .bg:nth-child(2) svg {
    height: 180px;
  }
  .bottombgs .bg:nth-child(3) svg {
    height: 110px;
  }
}/*# sourceMappingURL=index.css.map */