@charset "UTF-8";

@media screen and (min-width: 951px) {
  .pc-hide {
    display: none;
  }
}

@media screen and (max-width: 950px) {
  .sp-hide {
    display: none;
  }
}

.pt-0 {
  padding-top: 0 !important;
}

.zen-maru-gothic-regular {
  font-family: "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;
  font-weight: 800;
  font-style: normal;
}

.heisei-maru-gothic {
  font-family: "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
}

.hiragino {
  font-family: "Hiragino Maru Gothic Pro", "Noto Sans JP", sans-serif;
}

.js-fadeIn,
.js-fadeInDelay {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.js-fadeIn.visible,
.js-fadeInDelay.visible {
  -webkit-animation: fadeUp 1s ease forwards;
  animation: fadeUp 1s ease forwards;
}

@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/*reset---------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  word-break: break-all;
}

table {
  border-spacing: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}


a {
  text-decoration: none;
  color: #333;
  display: block;
}

ul {
  list-style: none;
}

input[type=text]:focus {
  outline: 0;
}

input[type=checkbox] {
  outline: none;
  cursor: pointer;
  margin: 0;
}

textarea:focus {
  outline: 0;
}

textarea {
  border: none;
  resize: none;
  /* font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif; */
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}

sub {
  vertical-align: baseline;
}

input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type=search] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type=radio] {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  /* font-family: "Hiragino Maru Gothic Pro", "Noto Sans JP", sans-serif; */
  /* font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif; */
  /* background-color: #1D1D1D; */
  /* font-family: "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif!important; */
  /* font-family: "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important; */
  font-style: normal;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .12em;
}

body.noScroll {
  overflow: hidden;
}

body:not(.home).single-therapist .c-title__contentTitle+* {
  margin-top: 60px;
}

@media screen and (max-width: 950px) {
  body {
    font-size: 13px;
  }

  body:not(.home).single-therapist .c-title__contentTitle+* {
    margin-top: 60px;
  }
}


body:not(.home).single-information .c-title__contentTitle+* {
  margin-top: 100px;
}

body:not(.home).schedule .c-title__contentTitle+* {
  margin-top: 70px;
}

body:not(.home).single-post .c-title__contentTitle+* {
  margin-top: 100px;
}

@media screen and (max-width: 950px) {
  body:not(.home).single-information .c-title__contentTitle+* {
    margin-top: 66px;
  }

  body:not(.home).single-post .c-title__contentTitle+* {
    margin-top: 60px;
  }
}

@media (max-width: 950px) {
  /* body:not(.home) .c-title__contentTitle+* {
    margin-top: 50px;
  } */

  body:not(.home).single-therapist .c-title__contentTitle+* {
    margin-top: 60px;
  }

  body:not(.home).post-type-archive-therapist .c-title__contentTitle+* {
    margin-top: 20px;
  }
}

main {
  position: relative;
}

main::before {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-image: url(../img/cuty-utsunomiya/bg_body.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

@media (max-width: 950px) {
  main::before {
    /* background-image: url("../img/bg_sp.jpg"); */
  }
}



body:not(.home) main {
  padding-top: 235px;
  padding-bottom: 150px;
}

@media (max-width: 950px) {
  body:not(.home) main {
    padding-top: 128px;
    padding-bottom: 80px;
  }
}

main p,
main a,
main li,
main dt,
main dd {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  color: #3a3a3a;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 950px) {

  main p,
  main a,
  main li,
  main dt,
  main dd {
    font-size: 13px;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 950px) {
  .pcOnly {
    display: none !important;
  }
}

@media (min-width: 951px) {
  .spOnly {
    display: none !important;
  }
}

.pb1em {
  padding-bottom: 1em;
}

.pb2em {
  padding-bottom: 2em;
}

.pt1em {
  padding-top: 1em;
}


section#news {
  /* padding: 100px 0 0; */
  background: url(../img/cuty-utsunomiya/bg_news_pc.jpg);
  background-size: cover;
  padding: 50px 20px;
}

@media screen and (max-width: 950px) {
  section#news {
    /* margin-top: 110px; */
    padding: 60px 20px;
  }
}

.section .inner {
  max-width: 1148px;
  margin: 0 auto;
  padding: 0;
  padding-left: 0;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 950px) {
  .section .inner {
    /* padding: 0 20px 60px; */
  }
}

.section .inner.pb0 {
  padding-bottom: 0;
}

#hero.section {
  /* background: url(../img/cuty-utsunomiya/bg_hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
  position: relative;
}

@media screen and (max-width: 950px) {
  #hero.section {
    /* background-size: contain !important;
    background: url(../img/cuty-utsunomiya/bg_hero_sp.png);
    background-repeat: no-repeat;
    background-position: center; */
  }
}

#hero .hero-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: .2;
}

#hero.section .flex-wrapper {
  display: flex;
  gap: 0 20px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

#hero.section .flex-wrapper .title-text-wrapper p {
  font-family: "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;
  font-weight: 800;
}

@media screen and (max-width: 950px) {
  #hero .hero-logo {
    max-width: initial;
    width: 90%;
  }

  #hero.section .flex-wrapper {
    flex-direction: column;
    gap: 2em;
    /* margin-top: 50px; */
  }
}


#hero.section .flex-wrapper .desc-text-wrapper {
  width: 60%;
}


#hero.section .flex-wrapper .desc-text-wrapper p {
  text-align: center;
  font-family: "Hiragino Maru Gothic Pro", "Noto Sans JP", sans-serif;

}

@media screen and (max-width: 950px) {
  #hero.section .flex-wrapper .desc-text-wrapper p {
    text-align: left;
  }

  #hero.section .flex-wrapper .title-text-wrapper {
    width: initial;
  }

  #hero.section .flex-wrapper .desc-text-wrapper {
    width: initial;
  }
}

.c-title__contentTitle {
  max-width: 1148px;
  margin-bottom: -30px;
  position: relative;
  display: flex;
  width: 100%;
  margin-inline: auto;
  text-align: center;
  justify-content: center;
  align-items: center;
}

@media (max-width: 950px) {


  .c-title__contentTitle.news {
    margin-bottom: 2em;
  }
}

.c-title__contentTitle .image-wrapper {
  position: absolute;
  max-width: 584px;
  left: 26px;
  top: 96px;
}

.schedule .c-title__contentTitle .image-wrapper {
  top: 54px;
}

@media screen and (max-width: 950px) {
  .schedule .c-title__contentTitle .image-wrapper {
    top: 57px;
  }

  .post-type-archive-therapist .c-title__contentTitle .image-wrapper {
    top: 40px;
  }
}


.c-title__contentTitle .image-wrapper img {
  /* position: relative;
  z-index: -1; */
}

#hero .c-title__contentTitle .image-wrapper {
  max-width: 460px;
  top: 40px;
}

#review .c-title__contentTitle .image-wrapper {
  max-width: 460px;
}

@media screen and (max-width: 950px) {
  #review .c-title__contentTitle .image-wrapper {
    max-width: 160px;
    top: 56px;
  }
}

#review .t-front-section__sectionBgArea--noBg {
  margin: 100px auto 0;
}

@media screen and (max-width: 950px) {
  .c-title__contentTitle .image-wrapper {
    max-width: 282px;
  }

  #hero .c-title__contentTitle .image-wrapper {
    max-width: 200px;
    top: 56px;
    left: 0;
  }

  .c-title__contentTitle.schedule .image-wrapper {
    left: 26px;
    top: 60px;
  }

  .c-title__contentTitle.information .image-wrapper {
    max-width: 360px;
    left: 26px;
    top: 69px;
  }

  .c-title__contentTitle.therapist .image-wrapper {
    top: 70px;
  }
}

.c-title__contentTitle.price .image-wrapper {
  max-width: 330px;
  top: 80px;
  left: 0;
}

@media screen and (max-width: 950px) {
  .c-title__contentTitle.price .image-wrapper {
    max-width: 177px;
    top: 53px;
    left: 24px;
  }
}

.c-title__contentTitle.news .image-wrapper {
  max-width: 330px;
  top: 80px;
  left: 0;
}

@media screen and (max-width: 950px) {
  .c-title__contentTitle.news .image-wrapper {
    max-width: 184px;
    left: 18px;
    top: 49px;
  }
}

.c-title__contentTitle.sns .image-wrapper {
  max-width: 300px;
  top: 100px;
  left: 17px;
}

.c-title__contentTitle.credit .image-wrapper {
  max-width: 300px;
  top: 100px;
  left: 17px;
  z-index: -1;
}

@media screen and (max-width: 950px) {
  .c-title__contentTitle.credit .image-wrapper {
    max-width: 200px;
    top: 46px;
    left: 17px;
  }
}

@media screen and (max-width: 950px) {
  .c-title__contentTitle.sns .image-wrapper {
    max-width: 111px;
    top: 42px;
    left: 17px;
  }

  .c-title__contentTitle.access {
    margin-bottom: 30px;
  }

}

.c-title__contentTitle.access .image-wrapper {
  max-width: 400px;
  left: 26px;
  top: 70px;
}

@media screen and (max-width: 950px) {
  .c-title__contentTitle.access .image-wrapper {
    max-width: 180px;
    left: 26px;
    top: 64px;
  }
}

.c-title__contentTitle.recruit .image-wrapper {
  max-width: 400px;
  top: 60px;
}

@media screen and (max-width: 950px) {
  .c-title__contentTitle.recruit .image-wrapper {
    max-width: 180px;
    top: 69px;
  }
}

.c-title__contentTitle.info .image-wrapper {
  max-width: 400px;
  top: 60px;
}

.single-information .c-title__contentTitle.info .image-wrapper {
  max-width: 600px;
}

@media screen and (max-width: 950px) {
  .c-title__contentTitle.info .image-wrapper {
    max-width: 234px;
    top: 0;
  }
}

.c-title__contentTitle.concept .image-wrapper {
  max-width: 494px;
  top: 60px;
  left: 55px;
  z-index: -1;
}

@media screen and (max-width: 950px) {
  .c-title__contentTitle.concept .image-wrapper {
    max-width: 234px;
    top: 63px;
    left: 3px;
  }
}

.c-title__contentTitle.prof .image-wrapper {
  max-width: 400px;
  top: 60px;
}

@media screen and (max-width: 950px) {
  .c-title__contentTitle.prof .image-wrapper {}

  .underlayer .c-title__contentTitle.prof .image-wrapper {
    max-width: 250px;
    top: 52px;
  }
}

.c-title__contentTitle::before {
  content: "";
  background: url(../) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.c-title__contentTitle h1 {
  font-size: 48px;
}

.c-title__contentTitle h2 {
  font-size: 38px;
}

.c-title__contentTitle h1 img,
.c-title__contentTitle h2 img {
  width: auto;
  height: 110px;
}

@media (max-width: 950px) {

  .c-title__contentTitle h1 {
    font-size: 32px;
  }

  .c-title__contentTitle h2 {
    font-size: 32px;
  }

  .c-title__contentTitle h1 img,
  .c-title__contentTitle h2 img {
    height: clamp(60px, 60px + 50 * (100vw - 375px) / 575, 110px);
  }
}

.c-title__contentTitle h1,
.c-title__contentTitle h2 {
  font-family: "Fredoka One", "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;
  font-weight: 800;
  font-style: normal;
  position: relative;
  width: fit-content;
  line-height: 1.2;
  color: #3a3a3a;
  padding: 0 20px;
  color: #FF74AE;
  margin: 0 auto;
}

/* .c-title__contentTitle h2 {
  font-size: 60px;
  color: #FF74AE;
  line-height: 1.2;
  margin: 0 auto;
} */

.greeting .h-title-wrapper {
  line-height: 1;
}

.h-title-wrapper span {
  font-family: "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;
  font-weight: 800;
  color: #FF74AE;
  font-size: 14px;
}

@media screen and (max-width: 950px) {

  .h-title-wrapper span {
    font-size: 16px;
  }

  #sns .c-title__contentTitle h2 {
    margin: 0 auto;
  }


  .c-title__contentTitle.concept h2 {
    padding-left: 0;
  }
}




@media (min-width: 951px) {
  .c-title__contentTitle.t-front-section__sectionTitle--narrow {
    margin-top: 37px;
    aspect-ratio: 570/236;
  }
}

.c-title__likeBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 10px 50px;
  font-size: 32px;
  font-weight: 500;
  background-image: -webkit-linear-gradient(358.74deg, #0B0B0B 0.21%, #525252 50.11%, #0C0C0C 100%);
  background-image: linear-gradient(91.26deg, #0B0B0B 0.21%, #525252 50.11%, #0C0C0C 100%);
  color: #fff;
}

@media (max-width: 950px) {
  .c-title__likeBtn {
    font-size: 16px;
  }
}

.c-bg__bgArea {
  max-width: 1296px;
  margin-inline: auto;
  background-color: transparent;
}

.c-bg__bgArea--full {
  max-width: 100%;
  /* padding-inline: 4%; */
}

@media (max-width: 950px) {
  .c-bg__bgArea--full {
    /* padding-inline: 20px; */
  }
}

.pagination {
  text-align: center;
  margin-top: 45px;
}

.pagination .nav-links {
  font-family: "Mochiy Pop One", "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;
  display: flex;
  justify-content: center;
  gap: 3px;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 0.3em 0.8em;
  text-decoration: none;
  color: #FF74AE;
  border: 1px solid #FF74AE;
  border-radius: 5px;
  background: #fff;
  font-size: 17px;
}

.pagination .page-numbers.current {
  color: #fff;
  border-color: #695533;
  background: linear-gradient(90deg, #FD54B9 0%, #F489B5 100%);
  background-color: #fff;
  border-radius: 5px;
  padding-top: 8px;
  border: none;
}

.pagination .page-numbers.next {
  background: linear-gradient(90deg, #FD54B9 0%, #F489B5 100%);
  border: none;
}

.pagination .page-numbers.prev {
  background: linear-gradient(90deg, #FD54B9 0%, #F489B5 100%);
  border: none;
}

.pagination a {
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.pagination a:active {
  transform: scale(0.9);
  /* クリック時に縮む */
}

.pagenation-en {
  color: #FCFCFC;
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.t-post {
  position: relative;
  padding: 40px;
}

@media screen and (max-width: 950px) {
  .t-post {
    padding: 20px;
  }
}

.t-post::before {
  content: '';
  background-color: #FE90CF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}

.t-post * {
  z-index: 1;
  position: relative;
}

.t-post-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  gap: 200px;
}

@media (max-width: 950px) {
  .t-post-navigation {
    margin-top: 18px;
    gap: 40%;
  }
}

.t-post-navigation .nav-previous,
.t-post-navigation .nav-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 48%;
  gap: 5px;
  color: #fff;
}

.t-post-navigation .nav-previous a,
.t-post-navigation .nav-next a {
  font-family: "Mochiy Pop One", "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #FCFCFC;
  padding: 0.3em 0.8em;
  text-decoration: none !important;
  color: #FCFCFC;
  border-radius: 5px;
  background: linear-gradient(90deg, #FD54B9 0%, #F489B5 100%);
  font-size: 17px;
}

.t-post-navigation .nav-previous a,
.pagination .page-numbers.prev {
  padding-left: 2em;
  position: relative;
}

.t-post-navigation .nav-previous a::after,
.pagination .page-numbers.prev::after {
  content: "";
  background: url(../img/icon_prev.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  top: 7.5px;
  left: 2px;
  padding: 15px;
}

@media screen and (max-width: 950px) {
  .t-post-navigation .nav-previous a::after {
    top: 4.5px;
    left: 0px;
    padding: 12px;
  }
}

.t-post-navigation .nav-next a,
.pagination .page-numbers.next {
  padding-right: 2em;
  position: relative;
}

.t-post-navigation .nav-next a::after,
.pagination .page-numbers.next::after {
  content: "";
  background: url(../img/icon_next.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  top: 7.5px;
  right: 2px;
  padding: 15px;
}

@media screen and (max-width: 950px) {
  .t-post-navigation .nav-next a::after {
    top: 4.5px;
    right: 0px;
    padding: 12px;
  }
}


@media (max-width: 950px) {

  .t-post-navigation .nav-previous a,
  .t-post-navigation .nav-next a {
    font-size: 13px;
  }
}

.t-post-navigation .nav-previous a:hover,
.t-post-navigation .nav-next a:hover {
  text-decoration: underline;
}

.c-container__commonContainer {
  max-width: 1360px;
  padding: 0 30px;
  margin-inline: auto;
}

@media (max-width: 950px) {
  .c-container__commonContainer {
    padding: 0 4%;
  }
}

.c-bg__bgArea:has(.c-therapist__list) {
  padding: 100px 0 0;
}

@media (max-width: 950px) {
  .home .c-bg__bgArea:has(.c-therapist__list) {
    padding: 70px 0 0px;
  }

  .c-bg__bgArea:has(.c-therapist__list) {
    padding: 40px 20px 60px;
  }

  /* .home #zaiseki-therapist .c-bg__bgArea:has(.c-therapist__list) {
    padding: 70px 3% 60px;
  } */
}

.c-therapist__list {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1148px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 20px;
  justify-content: center;
}

@media (max-width: 950px) {
  .c-therapist__list {
    max-width: 854px;
    padding: 0;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: center;
    gap: 10px;
  }
}

.c-therapist__list>li {
  position: relative;
  width: 100%;
  max-width: 265px;
  background-color: transparent;
  max-width: calc(100% / 3 - 14px);
  border-radius: 20px;

  /* max-width: 267px;
  max-height: 416px; */
}

@media (max-width: 950px) {
  .c-therapist__list>li {
    max-width: initial;
    /* min-width: 174px; */
    max-height: initial;
    width: calc(100% / 3 - 10px);
  }
}

#zaiseki-therapist .c-therapist__list>li {}

@media screen and (max-width: 950px) {
  #zaiseki-therapist .c-therapist__list>li {
    max-height: initial;
    width: calc(100% / 3 - 10px);
  }
}

@media screen and (max-width: 581px) {
  #zaiseki-therapist .c-therapist__list>li {
    max-height: initial;
    width: calc(100% / 2 - 5px);
  }

  .c-therapist__list>li {
    width: calc(100% / 2 - 5px);
  }
}





.c-therapist__newIcon {
  position: absolute;
  width: 60px;
  height: auto;
  aspect-ratio: 137/136;
  background-image: url("../img/cuty-utsunomiya/new_icon.png");
  background-size: cover;
  top: 10px;
  left: 10px;
  z-index: 2;
}

@media (max-width: 950px) {
  .c-therapist__newIcon {
    width: 52px;
  }
}



.c-therapist__image {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation: imgRotate 10s ease-in-out infinite alternate;
  animation: imgRotate 10s ease-in-out infinite alternate;
  width: 100%;
  height: 100%;
  aspect-ratio: 266 / 414;
}

.c-therapist__list .text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.c-therapist__list a {
  display: flex;
}

@media screen and (max-width: 950px) {
  .c-therapist__list a {
    flex-direction: column;
  }
}

.c-therapist__list a .image-wrapper {
  width: 50%;
  height: 239px;
  padding: 10px;
  position: relative;
  background: #FFCFEA;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;

}

@media screen and (max-width: 950px) {
  .c-therapist__list a .image-wrapper {
    width: 100%;
    height: 300px;
    border-bottom-left-radius: initial;
    border-top-right-radius: 20px;
  }
}

@media screen and (max-width: 650px) {
  .c-therapist__list a .image-wrapper {
    height: 220px;

  }
}

.c-therapist__list a .image-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #F489B5;
  pointer-events: none;
  border-bottom-left-radius: 20px;
}

@media screen and (max-width: 950px) {
  .c-therapist__list a .image-wrapper::after {
    height: 25%;
    border-bottom-left-radius: initial;
  }
}

.c-therapist__list a .image-wrapper img {
  z-index: 1;
  position: relative;
  border-radius: 20px;
}

.c-therapist__list a .info-area {
  width: 50%;
  min-width: 150px;
  background: #F489B5;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}



@media screen and (max-width: 950px) {
  .c-therapist__list a .info-area {
    border-top-right-radius: initial;
    border-bottom-left-radius: 20px;
    width: 100%;
    padding-top: 0;
  }

  .c-therapist__list .text-wrapper {}
}


.c-therapist__list a .info-area * {
  font-family: "Mochiy Pop One", "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;
  letter-spacing: 0;
}

.post-type-archive-therapist .c-therapist__list .text-wrapper,
.top-zaiseki.c-therapist__list .text-wrapper {}

@media screen and (max-width: 950px) {

  .post-type-archive-therapist .c-therapist__list .text-wrapper,
  .top-zaiseki.c-therapist__list .text-wrapper {}
}

.c-therapist__list .text-wrapper p,
.c-therapist__list .text-wrapper a,
.c-therapist__list .text-wrapper span {
  color: #fff;
}

.c-therapist__list .text-wrapper a {
  font-size: 24px;
}

@media screen and (max-width: 950px) {
  .c-therapist__list .text-wrapper a {
    font-size: 16px;
  }
}

@media screen and (max-width: 950px) {
  .c-therapist__list .text-wrapper p {
    font-size: 15px;
  }
}

.c-therapist__image:hover>figure>img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);

}

.c-therapist__image>figure>img {
  transition: ease .3s;
}

.c-therapist__image>figure {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 0;
}


.c-therapist__sns {
  position: absolute;
    right: 42px;
    top: 15px;
    width: 0px;
  z-index: 1;
}

.c-therapist__sns img {
  border-radius: 8px;
}

@media (max-width: 950px) {
  .c-therapist__sns {
    right: 44px;
    top: 16px;
  }
}

.c-therapist__sns:hover {
  opacity: 0.7;
}

.c-therapist__sns figure {
  width: 30px;
  border-radius: 6px;
  overflow: hidden;
}

@media (max-width: 950px) {
  .c-therapist__sns figure {
    width: 30px;
    border-radius: 3px;
  }
}

.c-therapist__infoArea {
  width: 100%;
}


.post-type-archive-therapist .c-therapist__infoArea {}

@media screen and (max-width: 950px) {
  .post-type-archive-therapist .c-therapist__infoArea {}
}

#zaiseki-therapist .c-therapist__infoArea {}

@media screen and (max-width: 950px) {
  .c-therapist__infoArea {}

  #zaiseki-therapist .c-therapist__infoArea {}
}

.c-therapist__info {}

@media (max-width: 950px) {
  .c-therapist__info {}
}

.c-therapist__info p,
.c-therapist__next-reserve {
  position: relative;
  width: 100%;
  margin-inline: auto;
  font-weight: 500;
  color: #fff;
  line-height: 1.7;
  text-align: center;
  text-shadow: 0px 0px 8px #FFFFFF;
}


.c-therapist__info>figure {
  width: 30px;
}

.c-therapist__name {
  font-size: 16px;
  text-align: center;
}

@media (max-width: 950px) {
  .c-therapist__name {
    font-size: 10px;
    /* font-size: clamp(10px, 10px + 8 * (100vw - 375px) / 575, 18px); */
  }
}

.c-therapist__time,
.c-therapist__next-reserve {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.5;
  color: #FE90CF;
  font-weight: bold;
  background: #fff;
  position: relative;
  text-align: center;
  padding-left: 13px;
  border-radius: 20px;
}

.c-therapist__next-reserve {
  padding: initial;
}

@media screen and (max-width: 1164px) {
  .c-therapist__time {
    font-size: 11px;
  }
}

@media (max-width: 950px) {

  .c-therapist__time,
  .c-therapist__next-reserve {
    margin-top: 3px;
    padding: 5px;
    font-size: 12px;
  }

  .c-therapist__time {
    margin-top: 3px;
    padding: 3px 12px 3px 20px;
  }

  .c-therapist__next-reserve {
    padding: 3px;
  }
}

@media (max-width: 375px) {

  .c-therapist__time,
  .c-therapist__next-reserve {
    font-size: 11px;
  }
}

.c-therapist__time::before {
  content: "";
  position: absolute;
  width: 15px;
  height: auto;
  background-image: url(../img/cuty-utsunomiya/icon-time-pink.png);
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  background-size: 122%;
  background-position: center center;
  border-radius: 100vh;
}

@media (max-width: 950px) {
  .c-therapist__time::before {
    width: 14px;
    left: 5px;
  }
}

.room-hibarigaoka-room {
  background-color: #8AC06C !important;
  color: #fff !important;
  border-radius: 43px !important;
  margin-top: 12px;
  padding-top: 2px;
  text-align: center;
}

.room-musashikoganei-room {
  background-color: #6C9DC0 !important;
  color: #fff !important;
  border-radius: 43px !important;
  margin-top: 12px;
  padding-top: 2px;
  text-align: center;
}

.room-mitaka-room {
  background-color: #C09F6C !important;
  color: #fff !important;
  border-radius: 43px !important;
  margin-top: 12px;
  padding-top: 2px;
  text-align: center;
}

@media (max-width: 950px) {

  .room-hibarigaoka-room,
  .room-musashikoganei-room,
  .room-mitaka-room {
    font-size: clamp(10px, 10px + 8 * (100vw - 375px) / 575, 18px) !important;
    margin-top: 7px;
  }
}

.c-therapist__height {
  font-size: 13px;
}

@media (max-width: 950px) {
  .c-therapist__height {
    font-size: 11px !important;
  }
}

.c-therapist__type {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}


@media (max-width: 950px) {
  .c-therapist__type {
    margin: 5px 0 0;
    gap: 3px;
  }
}

.c-therapist__type li {
  width: calc(50% - 2.5px);
  background: #FF5099;
  text-align: center;
  color: #fff;
  padding: 3px;
  font-size: 10px;
  border-radius: 20px;
  font-weight: bold;
}

@media (max-width: 950px) {
  .c-therapist__type li {
    font-size: 10px;
    letter-spacing: 0.12rem;
    padding: 1px;
  }
}

.c-borderDecoration {
  position: relative;
}

.c-borderDecoration::before {
  content: "";
  position: absolute;
  width: 100%;
  background-image: url("../img/decoration_single01.webp");
  background-size: cover;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-41%) scaleX(1.03);
  transform: translateY(-41%) scaleX(1.03);
  aspect-ratio: 881/137;
}

.c-borderDecoration::after {
  content: "";
  position: absolute;
  width: 100%;
  background-image: url("../img/decoration_single02.webp");
  background-size: cover;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(13%) scaleX(1.03);
  transform: translateY(13%) scaleX(1.03);
  aspect-ratio: 881/100;
}

.c-borderDecoration__sideLine::before,
.c-borderDecoration__sideLine::after {
  content: "";
  position: absolute;
  width: 12.5px;
  height: auto;
  aspect-ratio: 13.87/133.7;
  background-size: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 950px) {

  .c-borderDecoration__sideLine::before,
  .c-borderDecoration__sideLine::after {
    width: 9px;
  }
}

.c-borderDecoration__sideLine::before {
  top: -125px;
  background-image: url("../img/decoration_single-line02.webp");
}

@media (max-width: 950px) {
  .c-borderDecoration__sideLine::before {
    top: -90px;
  }
}

.c-borderDecoration__sideLine::after {
  bottom: -125px;
  background-image: url("../img/decoration_single-line03.webp");
}

@media (max-width: 950px) {
  .c-borderDecoration__sideLine::after {
    bottom: -90px;
  }
}

.c-borderDecoration__sideLine:nth-last-of-type(1),
.c-borderDecoration__sideLine:nth-last-of-type(2) {
  position: absolute;
  width: 1.4px;
  background-image: url("../img/decoration_single-line01.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 240px;
  bottom: 250px;
}

@media (max-width: 950px) {

  .c-borderDecoration__sideLine:nth-last-of-type(1),
  .c-borderDecoration__sideLine:nth-last-of-type(2) {
    top: 155px;
    bottom: 155px;
  }
}

.c-borderDecoration__sideLine:nth-last-of-type(1) {
  left: -1px;
}

.c-borderDecoration__sideLine:nth-last-of-type(2) {
  right: -1px;
}

.c-tab__4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 760px;
  margin-inline: auto;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 950px) {
  .c-tab__4 {
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    row-gap: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.c-tab__4>label {
  font-family: "Mochiy Pop One", "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;
  width: 180px;
  height: 64px;
  padding-inline: 10px;
  line-height: 1.3;
  border-radius: 20px;
  color: #FD54B9;
  font-size: 18px;
  border: 1px solid #FD54B9;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (max-width: 950px) {
  .c-tab__4>label {
    width: 80px;
    height: 42px;
    font-size: 12px;
    border-radius: 8px;
  }
}

.c-tab__4>label:hover,
.c-tab__4>label.active {
  background: linear-gradient(90deg, #FD54B9 0%, #F489B5 100%);
  color: #fff;
}

.c-tab__4 input {
  display: none;
}

.t-header {
  /* min-width: 1196px; */
  max-width: 1200px;
  display: flex;
  align-items: center;
  position: fixed;
  padding: 1em;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
  /* background: url(../img/deep/bg_header.jpg); */
  background-color: #FF82B6;
  border-radius: 60px;
  width: 95%;
  box-shadow: 0px 4px 4px 0px #00000040;
  z-index: 9999;
}

.t-header a {
  font-family: "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;
  font-weight: 800;
  color: #fff;
}

/* .underlayer .t-header {
  top: 0;
  bottom: initial;
} */

@media (max-width: 950px) {
  .t-header {
    min-width: initial;
    width: 100%;
    transition: opacity 0.3s, visibility 0.3s;
    background-color: initial;
    box-shadow: none;
  }
}

.home .t-header {
  /* opacity: 0; */
  /* visibility: hidden; */
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

@media screen and (max-width: 950px) {
  .t-header {
    justify-content: flex-end;
    bottom: initial;
    top: 10px;

  }
}

.t-header.visible {
  opacity: 1;
  visibility: visible;
}

.t-header__inner {
  margin: 0 auto;
}

@media screen and (max-width: 950px) {
  .t-header__inner {
    margin: initial;
  }
}

.t-header__top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 186px;
  -moz-column-gap: 186px;
  column-gap: 186px;
}

@media (max-width: 950px) {
  .t-header__top {
    display: none;
  }
}

.t-header__logo {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100px;
}

@media screen and (min-width: 951px) {
  .t-header__logo.sp {
    display: none;
  }
}

@media screen and (max-width: 950px) {
  .t-header__logo {
    width: 93px;
  }
}

.t-header__logo figure {
  max-width: 170px;
}

.t-header__logo--sp {
  display: none;
}

@media (max-width: 950px) {
  .t-header__logo--sp {
    position: absolute;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 50%;
    left: 3%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
}

.t-header__logo--sp figure {
  max-width: 144px;
}

@media (max-width: 950px) {
  .t-header__logo--sp figure {
    max-width: 40px;
  }
}

.t-header__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 22px;
  -moz-column-gap: 22px;
  column-gap: 22px;
}

.t-header__info>span {
  width: 1px;
  height: 25px;
  background-color: #000;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.t-header__businessHours {
  position: relative;
  padding-left: 27px;
  font-size: 15px;
  font-weight: 500;
}

.t-header__businessHours>span {
  font-size: 0.65em;
}

.t-header .reserveBtn {
  width: 200px;
  padding: 10px 15px;
  font-size: 21px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-style: italic;
  background-color: #efa7b1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.t-header .reserveBtn:hover {
  opacity: 0.7;
}

.t-header__telNum {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.t-header__telNum:hover {
  opacity: 0.7;
}

.t-header__telNum>span {
  font-size: 0.65em;
}

@media (min-width: 951px) {
  .t-header__bottom {
    /* margin-top: 14px; */
  }
}

@media (max-width: 950px) {
  .t-header__bottom {
    display: none;
  }
}

.t-header__nav>ul {
  display: flex;
  justify-content: center;
  gap: 14px;
}

@media (max-width: 1200px) {
  .t-header__nav>ul {
    gap: 12px;
  }
}

@media (max-width: 1181px) {
  .t-header__nav>ul {
    gap: 10px;
  }
}

@media (max-width: 1163px) {
  .t-header__nav>ul {
    gap: 7px;
  }
}

.t-header__nav>ul>li>a {
  font-size: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  line-height: 1;
  text-align: center;
}

@media (max-width: 1290px) {
  .t-header__nav>ul>li>a {
    font-size: 13px;
  }
}

@media (max-width: 1124px) {
  .t-header__nav>ul>li>a {
    font-size: 11px;
  }
}

@media (max-width: 1015px) {
  .t-header__nav>ul {
    gap: 2px;
  }
}

.t-header__nav>ul>li>a:hover {
  opacity: 0.7;
}

.t-header__nav>ul>li>a span {
  /* font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif; */
  font-size: 10px;
  display: none;
}

.t-header__hamburgerButton {
  position: relative;
  display: none;
  width: 30px;
  height: 15.72px;
  margin-left: auto;
  z-index: 20;
}

@media (max-width: 950px) {
  .t-header__hamburgerButton {
    display: block;
  }
}

.t-header__hamburgerButton>span {
  position: absolute;
  width: 100%;
  height: 1.4px;
  background-color: #FC56B8;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 1px;
}

.t-header__hamburgerButton.close>span {
  background-color: #FC56B8;
}

.t-header__hamburgerButton>span:nth-child(1) {
  top: 0;
}

.t-header__hamburgerButton>span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.t-header__hamburgerButton>span:nth-child(3) {
  top: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.t-header__hamburgerButton.close>span:first-child {
  top: 50% !important;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.t-header__hamburgerButton.close>span:nth-child(2) {
  opacity: 0;
}

.t-header__hamburgerButton.close>span:nth-child(3) {
  top: 50% !important;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.t-header__hamburgerContents {
  display: none;
  overflow: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}


@media (max-width: 950px) {
  .t-header__hamburgerContents {
    display: block;
    position: fixed;
    top: -10px;
    right: 0;
    width: 100%;
    height: 100dvh;
    overflow: auto;
    background-image: url(../img/cuty-utsunomiya/bg_humburger_sp.jpg);
    background-size: cover;
    z-index: 1;
    padding: 34px 25px 60px 25px;
  }

  .t-header__hamburgerContents.open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .t-header__hamburgerTelNum {
    opacity: 0;
    margin-bottom: 20px;
  }

  .t-header__hamburgerContents.open .t-header__hamburgerMenu li,
  .t-header__hamburgerContents.open .t-header__hamburgerTelNum {
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }

  .t-header__hamburgerContents.open .t-header__hamburgerMenu li:nth-child(1) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }

  .t-header__hamburgerContents.open .t-header__hamburgerMenu li:nth-child(2) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  .t-header__hamburgerContents.open .t-header__hamburgerMenu li:nth-child(3) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }

  .t-header__hamburgerContents.open .t-header__hamburgerMenu li:nth-child(4) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }

  .t-header__hamburgerContents.open .t-header__hamburgerMenu li:nth-child(5) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }

  .t-header__hamburgerContents.open .t-header__hamburgerMenu li:nth-child(6) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }

  .t-header__hamburgerContents.open .t-header__hamburgerMenu li:nth-child(7) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }

  .t-header__hamburgerContents.open .t-header__hamburgerMenu li:nth-child(8) {
    -webkit-transition-delay: 1s;
    transition-delay: 1.1s;
    border-bottom: none;
  }

  .t-header__hamburgerContents.open .t-header__hamburgerMenu li:nth-child(9) {
    -webkit-transition-delay: 1s;
    transition-delay: 1.2s;
  }

  .t-header__hamburgerContents.open .t-header__hamburgerMenu li:nth-child(10) {
    -webkit-transition-delay: 1s;
    transition-delay: 1.3s;
  }

  .t-header__hamburgerContents.open .t-header__hamburgerTelNum {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }

  .t-header__hamburgerContents.open .t-header__hamburgerMenu li:nth-child(9) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }

  .t-header__hamburgerContents.open .t-header__hamburgerMenu li:nth-child(10) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }

  .t-header__hamburgerContents.open .t-header__hamburgerMenu li:nth-child(10) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }

  .t-header__hamburgerContents.open .t-header__hamburgerMenu li:nth-child(11) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }

  .t-header__hamburgerContents.open .t-header__hamburgerMenu li:nth-child(12) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }

  .t-header__hamburgerContents.open .t-header__hamburgerMenu li:nth-child(13) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }

  .t-header__hamburgerContents.open .t-header__hamburgerMenu li:nth-child(14) {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
  }

  .t-header__hamburgerContents.open .t-header__hamburgerMenu li:nth-child(15) {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }

}

.t-header__hamburgerMenu {
  position: relative;
}

@media (max-width: 950px) {
  .t-header__hamburgerMenu {
    display: block;
    padding: 35px 0 13px;
    width: 80%;
    margin: 0 auto;
  }

  .t-header__hamburgerMenu li:last-of-type .t-header__telNum {
    padding: 11.5px 22.5px;
    padding-left: 47px;
    border-radius: 0;
  }

  .t-header__hamburgerMenu li:last-of-type .t-header__telNum::before {
    background-image: url("../img/icon_smart-phone-black.svg");
    background-position: center;
  }

  .t-header__hamburgerMenu li>a {
    font-size: 16px;
    background-color: transparent;
  }
}

.t-header__hamburgerMenu li {
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s;
  transition: opacity 0.3s 0s;
  border-bottom: 1px solid #FF74AE;
}

.t-header__hamburgerMenu li>a {
  display: block;
  margin-inline: auto;
  /* font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif; */
  font-size: 18px;
  line-height: 1.3;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 1;
  padding: 1.5em 0;
  color: #FF74AE;
}

.t-header__hamburgerMenu li>a span {
  /* font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif; */
  display: block;
  font-style: normal;
  font-size: 10px;
  display: none;
  color: #002524;
}

.t-footer {
  text-align: center;
}

@media (max-width: 950px) {
  .t-footer {
    /* padding-bottom: 40px; */
  }
}

.t-footer__floatingBanner {
  display: none;
}

@media (max-width: 950px) {
  .t-footer__floatingBanner {
    position: fixed;
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    /* display: flex; */
    bottom: 0;
    left: 0;
    z-index: 9;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: none;
  }
}

@media (max-width: 950px) {
  .t-footer__floatingBanner.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.t-footer__floatingBanner>p,
.t-footer__floatingBanner a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-width: 33.3333333333%;
  height: 100%;
  font-size: 10px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
}

.t-footer__floatingBannerTime {
  background-color: #fff;
  color: #000;
}

.t-footer__floatingBannerTel {
  background-color: #89775B;
  color: #fff;
}

.t-footer__floatingBannerLine {
  background-color: #48a80e;
  color: #fff;
}

.t-footer__container {
  padding: 50px 20px 100px 20px;
  background-image: url(../img/cuty-utsunomiya/bg_footer.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 950px) {
  .t-footer__container {
    padding: 33px 20px 0 20px;
    margin-bottom: 60px;
  }
}

.t-footer__logo {
  max-width: 416px;
  margin: 0 auto;
}

@media (max-width: 950px) {
  .t-footer__logo {
    max-width: 315px;
  }
}

.t-footer__info {
  width: max-content;
  margin: 35px auto;
}

@media (max-width: 950px) {
  .t-footer__info {
    margin: 30px auto;

  }
}

.t-footer__info a,
.t-footer__info p,
.footer-text {
  font-size: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #002524;
  font-size: 18px;
  /* font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif; */
}

@media screen and (max-width: 950px) {

  .t-footer__info a,
  .t-footer__info p,
  .footer-text {
    font-size: 14px;
  }
}


.t-footer__info a>span,
.t-footer__info p>span {
  display: inline-block;
  font-size: 18px;
}

@media screen and (max-width: 950px) {

  .t-footer__info a>span,
  .t-footer__info p>span {
    font-size: 14px;
  }
}

.open-time {
  margin-right: 59px;
}

.tel-number {
  margin-right: 98px;
}

@media screen and (max-width: 950px) {
  .open-time {
    margin-right: 30px;
  }

  .tel-number {
    margin-right: 63px;
  }
}

.t-footer__info p {
  margin-top: 8px;
}

.t-footer__optionText {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 17px auto 0 auto;
  padding: 5px 40px;
  background-image: -webkit-linear-gradient(358.74deg, #0B0B0B 0.21%, #525252 50.11%, #0C0C0C 100%);
  background-image: linear-gradient(91.26deg, #0B0B0B 0.21%, #525252 50.11%, #0C0C0C 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 950px) {
  .t-footer__optionText {
    margin: 8px auto 0 auto;
    padding: 3px 40px;
    font-size: 12px;
  }
}

.t-footer__snsList {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.t-footer__snsList li figure {
  max-width: 50px;
}

.t-footer__nav {
  display: flex;
  margin-top: 50px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 950px) {
  .t-footer__snsList {
    margin-bottom: 30px;
  }

  .t-footer__snsList li figure {
    max-width: 40px;
  }

  .t-footer__nav {
    margin-top: 30px;
  }
}

.t-footer__nav li a {
  /* font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif; */
  font-size: 12px;
  padding: 0 30px;
  border-right: 1px solid #333;
  white-space: nowrap;
  line-height: 1;
}

.t-footer__nav li a span {
  display: block;
  font-size: 10px;
  text-align: center;
}

.t-footer__nav li:last-of-type a {
  border-right: transparent;
}

.t-footer__copyright {
  padding: 4px 0;
  font-size: 12px;
  text-align: center;
  color: #333;
  /* font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif; */
}

@media (max-width: 950px) {
  .t-footer__copyright {
    font-size: clamp(9px, 9px + 3 * (100vw - 375px) / 575, 12px);
  }
}

.l-breadcrumb-wrapper {
  position: absolute;
  width: 100%;
  max-width: 1260px;
  padding: 0 20px;
  top: 136px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}

@media (max-width: 950px) {
  .l-breadcrumb-wrapper {
    top: 60px;
    /* padding-left: 0; */
  }
}

.l-breadcrumb-wrapper .l-breadcrumb {
  display: flex;
  flex-wrap: wrap;
}

.l-breadcrumb-wrapper .l-breadcrumb>li {
  display: inline-flex;
  align-items: center;
  font-family: "Hiragino Maru Gothic Pro", "Noto Sans JP", sans-serif;

}

.l-breadcrumb-wrapper .l-breadcrumb>li:not(:last-child)::after {
  content: "";
  width: 8px;
  height: 14px;
  margin: 5px 10px;
  background-image: url("../../assets/img/icon_arrow_pink.png");
  background-size: cover;
}

@media screen and (max-width: 950px) {
  .l-breadcrumb-wrapper .l-breadcrumb>li:not(:last-child)::after {
    width: 7px;
    height: 13px;
  }
}

.l-breadcrumb-wrapper .l-breadcrumb>li a {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  color: #FF74AE;
}

@media (max-width: 950px) {
  .l-breadcrumb-wrapper .l-breadcrumb>li a {
    font-size: 10px !important;
  }
}

@media (min-width: 951px) {
  .l-breadcrumb-wrapper .l-breadcrumb>li a:hover {
    text-shadow: 0px 0px 8px #FFFFFF;
  }
}

.l-breadcrumb-wrapper .l-breadcrumb>li:last-child a {
  pointer-events: none;
}

.l-breadcrumb-wrapper .l-breadcrumb>li:last-child a::after {
  display: none;
}



.t-front__seeMoreBtn {
  font-family: "Mochiy Pop One", "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;
  position: relative;
  background: linear-gradient(90deg, #FD54B9 0%, #F489B5 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  margin: 5em auto 0;
  padding: 1em;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  transition: 0.3s ease;
  column-gap: 15.5px;
  align-items: center;
  justify-content: center;
  width: 65%;
  max-width: 900px;
  border: 1px solid #fff;
  border-radius: 30px;
}

.t-front__seeMoreBtn::after {
  content: "";
  width: 9px;
  height: auto;
  aspect-ratio: 10/21;
  background-image: url("../img/icon_arrow--white.svg");
  background-size: cover;
  right: 12px;
  position: absolute;
}

.t-front__seeMoreBtn:hover {
  opacity: 0.6;
}

@media (max-width: 950px) {
  .t-front__seeMoreBtn {
    max-width: 404px;
    padding: 10.5px 20px;
    font-size: 18px;
    margin-top: 33px;
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  .t-front__seeMoreBtn {
    max-width: initial;
  }
}

.t-front-mainVisual {
  position: relative;
  max-height: 100dvh;
  overflow: hidden;
}

.t-front-mainVisual {}

@media (max-width: 950px) {
  .t-front-mainVisual {
    overflow: hidden;
    margin-top: 0;
  }
}

.t-front-mainVisual__logo {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
}

/* .t-front-mainVisual img:not(.logo) {
  height: 100svh ;
} */
@media screen and (max-width: 950px) {
  .t-front-mainVisual img {
    height: auto !important;
  }
}

.t-front-mainVisual .grade-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.t-front-mainVisual .grade-wrapper img {
  height: 30% !important;
}

.t-front-mainVisual .logo-wrapper {
  position: absolute;
  top: 72%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 700px;
  z-index: 1;
}

@media screen and (max-width: 950px) {
  .t-front-mainVisual .logo-wrapper {
    left: 50%;
    top: 70%;
    max-width: 360px;
  }
}

@media screen and (max-width: 650px) {
  .t-front-mainVisual .logo-wrapper {
    left: 50%;
    top: 60%;
    max-width: 360px;
  }
}

.t-front-section {
  width: 100%;
  /* margin-top: 130px; */
  overflow: hidden;
  padding: 150px 20px;
}

@media screen and (max-width: 950px) {
  .t-front-section {
    padding: 150px 20px;
  }
}

#hero.t-front-section {
  padding: 200px 20px;
}

@media screen and (max-width: 950px) {
  #hero.t-front-section {
    padding: 150px 20px;
  }
}

.t-front-section.t-front-schedule {
  background: url(../img/cuty-utsunomiya/bg_schedule.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 20px;
}

@media screen and (max-width: 950px) {
  .t-front-section.t-front-schedule {
    background-image: url(../img/cuty-utsunomiya/bg_schedule_sp.jpg);
    padding: 60px 20px;
  }
}

.t-front-section.t-front-access {
  /* padding-bottom: 200px; */
}


@media (max-width: 950px) {
  .t-front-section.t-front-access {
    /* padding-bottom: 60px;
    padding: 0 20px 60px; */
    padding-top: 0;
  }

  .t-front-section {
    /* margin-top: 50px !important; */
  }
}



#hero h2 {
  padding: 0;
  padding-left: 20px;
}

@media screen and (max-width: 950px) {
  #hero h2 {
    padding-left: 0;
  }
}

.hero-test-title {
  font-size: 50px;
  line-height: 1.6;
  text-align: center;
  color: #FF74AE;
  margin-bottom: 60px;
  letter-spacing: 3px;
}

@media screen and (max-width: 950px) {
  .hero-test-title {
    font-size: 30px;
    margin-bottom: 0px;
  }
}

.hero-test-title-sub {
  font-family: "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;

  color: #FF74AE;
  font-size: 22px;
  text-align: center;
  line-height: 1;
  display: block;
  font-weight: 800;
}

@media (max-width: 950px) {
  .hero-test-title-sub {
    font-size: 16px;
  }

  .t-front-section:not(:first-of-type) {}
}

.t-front-section__sectionTitle {
  min-height: 100px;
  text-align: center;
}

@media (max-width: 950px) {
  .t-front-section__sectionTitle {
    min-height: 48px;
  }
}

.t-front-section__sectionTitle h2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  /* font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif; */
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

@media (max-width: 950px) {
  .t-front-section__sectionTitle h2 {
    font-size: clamp(20px, 20px + 28 * (100vw - 375px) / 575, 48px);
  }
}

.t-front-section__sectionTitle h2::before,
.t-front-section__sectionTitle h2::after {
  content: "";
  position: absolute;
  width: 135px;
  height: auto;
  aspect-ratio: 135/10;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 950px) {

  .t-front-section__sectionTitle h2::before,
  .t-front-section__sectionTitle h2::after {
    aspect-ratio: 70/4;
    width: clamp(84px, 84px + 131 * (100vw - 375px) / 575, 215px);
  }
}

.t-front-section__sectionTitle h2::before {
  left: 0;
  -webkit-transform: translate(-120%, -50%);
  transform: translate(-120%, -50%);
  background-image: url("../img/decoration_sectionTitle01.webp");
}

@media (max-width: 950px) {
  .t-front-section__sectionTitle h2::before {
    -webkit-transform: translate(-120%, -50%);
    transform: translate(-120%, -50%);
    background-image: url("../img/decoration_sectionTitle01-sp.webp");
  }
}

.t-front-section__sectionTitle h2::after {
  right: 0;
  -webkit-transform: translate(120%, -50%);
  transform: translate(120%, -50%);
  background-image: url("../img/decoration_sectionTitle02.webp");
}

@media (max-width: 950px) {
  .t-front-section__sectionTitle h2::after {
    -webkit-transform: translate(120%, -50%);
    transform: translate(120%, -50%);
    background-image: url("../img/decoration_sectionTitle02-sp.webp");
  }
}

.t-front-section__sectionTitle h2+span {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 950px) {
  .t-front-section__sectionTitle h2+span {
    font-size: 12px;
    font-size: clamp(12px, 12px + 12 * (100vw - 375px) / 575, 24px);
  }
}

.t-front-section__sectionTitle--heightAuto {
  min-height: auto;
}

.t-front-section__sectionBgArea {
  max-width: 1296px;
  margin: 0 auto;
  padding: 50px 0 50px 0;
}

@media (max-width: 950px) {
  .t-front-section__sectionBgArea {
    padding: 30px 0 30px 0;
  }
}

.t-front-section__sectionBgArea--noBg {
  max-width: 1296px;
  margin: 50px auto 0 auto;
}

#access .t-front-section__sectionBgArea--noBg {
  margin: 100px auto 0;
}

@media screen and (max-width: 950px) {
  #access .t-front-section__sectionBgArea--noBg {
    margin: 60px auto 0;
  }
}

#credit .t-front-section__sectionBgArea--noBg {
  margin: 100px auto 0;
}

@media screen and (max-width: 950px) {
  #credit .t-front-section__sectionBgArea--noBg {
    margin: 60px auto 0;
  }

  #sns .t-front-section__sectionBgArea--noBg {
    margin: 60px auto 0;
  }
}

.t-front-section__sectionBgArea--noBg>div {
  /* display: flex; */
  width: 100%;
  margin: 0 auto;
  /* gap: 2em; */
}

.t-front-section__sectionBgArea--noBg>div #map-wrapper {
  /* width: calc(100% / 2); */
  width: 100%;
  padding: 0 20px;
}

@media screen and (max-width: 950px) {
  .t-front-section__sectionBgArea--noBg>div {
    flex-direction: column;
    ;
  }

  .t-front-section__sectionBgArea--noBg>div #map-wrapper {
    width: 100%;
    padding: 0;
  }
}

.t-access__displayGoogleMap,
.c-bg__bgArea--full {
  /* padding-inline: 0 !important; */
}



@media (max-width: 950px) {
  .t-front-section__sectionBgArea--noBg {
    margin: 32px auto 0 auto;
  }
}

.t-front-section--middleSize {
  max-width: 682px;
}

@media (max-width: 950px) {
  .t-front-section--middleSize {
    max-width: 100%;
  }
}

@media (max-width: 950px) {
  .t-front-section--narrowSize {
    max-width: 100%;
  }
}

.t-front-2colSection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1185px;
  margin: 0 auto;
  padding-inline: 30px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 950px) {
  .t-front-2colSection {
    padding-inline: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 951px) {
  .t-front-2colSection h2 {
    font-size: 25px;
  }
}

.t-front-schedule__date {
  position: relative;
  max-width: 138px;
  margin: 15px auto 0 auto;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background-image: -webkit-linear-gradient(358.74deg, #0B0B0B 0.21%, #525252 50.11%, #0C0C0C 100%);
  background-image: linear-gradient(91.26deg, #0B0B0B 0.21%, #525252 50.11%, #0C0C0C 100%);
  line-height: 25.27px;
  border-radius: 10px;
  font-weight: 700;
}

.t-front-schedule__date::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 21px;
  background-image: -webkit-linear-gradient(358.74deg, #0B0B0B 0.21%, #525252 50.11%, #0C0C0C 100%);
  background-image: linear-gradient(91.26deg, #0B0B0B 0.21%, #525252 50.11%, #0C0C0C 100%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.t-front-info {
  /* padding-inline: 4%; */
  /* padding-bottom: 200px; */
  /* padding-left: 0; */
  padding: 200px 20px;
}

@media (max-width: 950px) {
  .t-front-info {
    padding-inline: 0;
    padding-bottom: 0;
    padding-top: 160px;
  }
}

.t-front-info .t-front-section__sectionBgArea--Bg {
  max-width: 878px;
  margin: auto;
}

@media (max-width: 950px) {
  .t-front-info .t-front-section__sectionBgArea--Bg {
    margin-inline: auto;
    padding: 0 20px 160px;
  }
}


/* 日付タブのレスポンシブ対応 */
.c-tab__4 .js-tab-item {
  /* 基本スタイル */
}

/* PC表示用 */
.tab-text-pc {
  display: inline;
}

.tab-text-mobile {
  display: none;
}

/* スマホ表示用（950px未満） */
@media screen and (max-width: 949px) {
  .tab-text-pc {
    display: none;
  }

  .tab-text-mobile {
    display: inline;
    text-align: center;
  }
}

.t-front-info__slider {
  width: 100%;
  margin: 32px auto 0;
}

.t-front-info__slider li {
  height: auto;
}

.t-front-info__slider figure {
  aspect-ratio: 1300/560;
}

.t-front-info .slick-dots li button:before {
  color: #E5E5E5 !important;
  font-size: 8px !important;
}

.slick-dots {
  bottom: -20px !important;
}


.t-front-news.t-front-section {
  margin-top: 160px;
  overflow: visible;
  width: 60%;
}

@media (max-width: 950px) {
  .t-front-news.t-front-section {
    width: 90%;
    margin-inline: auto;
    margin-top: 75px;
  }
}

.t-front-news .c-title__contentTitle {
  margin-bottom: 15px;
}

.t-front-news .t-front-section__sectionBgArea {
  position: relative;
  background-image: url(../img/top_news_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 40px 40px 32px;
}

@media (max-width: 950px) {
  .t-front-news .t-front-section__sectionBgArea {
    background-image: url(../img/top_news_bg_sp.png);
  }
}

.t-front-news__list {
  padding-right: 15px;
  max-height: 386px;
  overflow: auto;
}

@media (max-width: 950px) {
  .t-front-news__list {
    max-width: 100%;
    margin-inline: auto;
    max-height: 200px;
  }
}

.t-front-news__list dl:not(:first-of-type) {
  border-top: 1px solid #555555;
  padding-top: 40px;
}

.t-front-news__list dl:not(:last-of-type) {
  padding-bottom: 24px;
}

.t-front-news__list dl dt {
  font-size: 24px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 5px;
}

@media (max-width: 950px) {
  .t-front-news__list dl dt {
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.t-front-news__list dl dt>a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6px;
  color: #fff;
  font-size: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;

  /* font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif; */
}

@media (max-width: 950px) {
  .t-front-news__list dl dt>a {
    font-size: 17px;
  }
}

.t-front-news__list dl dt>a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.t-front-news__list dl dt>a:hover::after {
  opacity: 1;
}

.t-front-news__list dl dt span {
  font-size: 14px;
  font-weight: 600;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 950px) {
  .t-front-news__list dl dt span {
    font-size: 14px;
    font-weight: 700;
  }
}

.t-front-news__list dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif; */
}

@media (max-width: 950px) {
  .t-front-news__list dl dd {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 25px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.t-front-news__list dl dd>p {
  width: 100%;
  color: #fff;
}

@media (max-width: 950px) {
  .t-front-news__list dl dd>p {
    width: 100%;
    font-size: 13px;
  }
}

.t-front-news__list dl dd figure {
  width: 100%;
  aspect-ratio: 7/5;
}

@media (max-width: 950px) {
  .t-front-news__list dl dd figure {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 950px) {
  .t-front-news .t-front-section__sectionBgArea {
    padding: 30px 20px 35px;
  }
}

.t-front-sns {
  width: 38%;
  margin-top: 245px !important;
}

@media (max-width: 950px) {
  .t-front-sns {
    margin-top: 157px !important;
    width: 100%;
  }
}

.t-front-sns .t-front-section__sectionBgArea--noBg {
  margin-top: 16px !important;
}

@media (max-width: 950px) {
  .t-front-sns .t-front-section__sectionBgArea--noBg {
    padding-bottom: 46px;
    padding-inline: 5%;
  }
}

.t-front-sns__display {
  overflow-x: auto;
}

@media (max-width: 950px) {
  .t-front-sns__display {
    margin-inline: auto;
  }
}

.t-front-recruit {
  /* max-width: 1000px; */
  /* padding-bottom: 100px;
  margin: 0 auto 100px; */
}

@media (max-width: 950px) {
  .t-front-recruit {
    padding-inline: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.t-front-recruit .c-title__contentTitle {
  margin-bottom: 32px;
}

.t-front-recruit .t-front-section__sectionBgArea {
  background-image: url(../img/top_recruit_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 60px 40px 100px;
}

@media (max-width: 950px) {
  .t-front-recruit .t-front-section__sectionBgArea {
    width: 90%;
    background-image: url(../img/top_recruit_bg_sp.png);
    padding: 30px 0;
  }
}

.t-front-recruit__image {
  max-width: 878px;
  margin-inline: auto;
}

@media (max-width: 950px) {
  .t-front-recruit__image {
    max-width: 90%;
  }
}

.t-front-recruit__image figure {
  aspect-ratio: 1300/560;
}

.t-front-concept .c-title__contentTitle {
  margin-bottom: 32px;
}

.t-front-concept {
  /* padding-inline: 4%;
  padding-top: 100px; */
}

@media (max-width: 950px) {
  .t-front-concept {}
}

.t-front-concept .t-front-section__sectionBgArea {
  max-width: 1000px;
  background-image: url(../img/deep/bg_only_concept.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 60px;
  position: relative;
}

.t-front-concept .t-front-section__sectionBgArea::before {
  content: "";
  position: absolute;
  top: .5em;
  left: .5em;
  right: .5em;
  bottom: .5em;
  border: 1px solid rgba(255, 255, 255, 0.8);
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 950px) {
  .t-front-concept .t-front-section__sectionBgArea {
    padding: 0 0 60px;
  }
}

.t-front-concept__body {
  width: 100%;
  margin: 0 auto;
  /* padding: 0 64px; */
}

@media (max-width: 950px) {
  .t-front-concept__body {
    padding: 0 10px;
  }
}

.t-front-concept__body p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  letter-spacing: 0.13em;
  /* font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif; */
  color: #fff;
}

@media (max-width: 950px) {
  .t-front-concept__body p {
    font-size: 12px;
  }
}

.t-front-concept__body p:not(:first-of-type) {
  margin-top: 60px;
}

@media (max-width: 950px) {
  .t-front-concept__body p:not(:first-of-type) {
    margin-top: 0;
  }
}

.t-front-concept__body p.t-front-concept__signature {
  margin-top: 28px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 950px) {
  .t-front-concept__body p.t-front-concept__signature {
    font-size: 15px;
  }
}

.t-front-logoArea {
  max-width: 940px;
  margin: 80px auto 40px auto;
}

@media (max-width: 950px) {
  .t-front-logoArea {
    width: 90%;
  }
}

.t-front-logoArea>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.t-front-logoArea>ul li {
  max-width: 50%;
}

.t-front-logoArea>ul li a {
  font-size: 12px;
  line-height: 1.1;
}

.t-front-logoArea>ul figure {
  text-align: center;
}

.t-front-logoArea>ul figcaption {
  font-size: 12px;
  line-height: 1.1;
}

.t-front-logoArea>ul img {
  -o-object-fit: contain;
  object-fit: contain;
}

.t-archive-post__title h2 {
  font-size: 22px;
  color: #FCFCFC;
  font-family: "Hiragino Maru Gothic Pro", "Noto Sans JP", sans-serif;
}

@media (max-width: 950px) {
  .t-archive-post__title h2 {
    font-size: 18px;
    text-align: left;
  }
}

.t-archive-post .c-bg__bgArea {
  max-width: 1000px;
}

.t-archive-post .c-bg__bgArea:not(:first-of-type) {
  margin-top: 120px;
}

@media (max-width: 950px) {
  .t-archive-post .c-bg__bgArea:not(:first-of-type) {
    margin-top: 50px;
    padding-inline: 5%;
  }
}

.t-archive-post article {
  position: relative;
  max-width: 100%;
  margin-inline: auto;
  padding: 60px 8%;
  background-image: url(../img/cuty-utsunomiya/bg_post-archive.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 950px) {
  .t-archive-post article {
    padding: 36px 8%;
    margin-bottom: 30px;
  }
}

.t-archive-post__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 950px) {
  .t-archive-post__body {
    margin-top: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
    gap: 15px;
  }
}

.t-archive-post__body figure {
  width: 100%;
  aspect-ratio: 11/5;
  overflow: hidden;
}

@media (max-width: 950px) {
  .t-archive-post__body figure {
    width: 100%;
  }
}

.t-archive-post__date {
  width: 163px;
  font-size: 12px;
  color: #FCFCFC;
  font-family: "Hiragino Maru Gothic Pro", "Noto Sans JP", sans-serif;

}

@media (max-width: 950px) {
  .t-archive-post__date {
    font-size: 11px;
    width: 100%;
    text-align: left;
  }
}

.t-archive-post__text {
  width: 100%;
  color: #FCFCFC;
  font-family: "Hiragino Maru Gothic Pro", "Noto Sans JP", sans-serif;
}

@media (max-width: 950px) {
  .t-archive-post__text {
    width: 100%;
    font-size: 13px;
  }
}

.t-price .recommend {
  display: inline-block;
  background-image: -webkit-linear-gradient(358.74deg, #0B0B0B 0.21%, #525252 50.11%, #0C0C0C 100%);
  background-image: linear-gradient(91.26deg, #0B0B0B 0.21%, #525252 50.11%, #0C0C0C 100%);
  border-radius: 50px;
  color: #fff;
  padding: 1px 15px;
  font-size: 18px;
  margin-left: 9px;
}

@media (max-width: 950px) {
  .t-price .recommend {
    font-size: 13px;
    padding: 1px 8px;
    margin-left: 4px;
  }
}

.t-price .wp-block-lazyblock-price-system:not(:first-of-type) {
  margin-top: 80px;
}

@media (max-width: 950px) {
  .t-price .wp-block-lazyblock-price-system:not(:first-of-type) {
    margin-top: 50px;
  }
}

.t-price__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 22px;
  text-align: center;
  color: #F5D199;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

@media (max-width: 950px) {
  .t-price__title {
    padding: 5px 20px;
    text-align: center;
    display: block;
  }
}

@media (max-width: 640px) {
  .t-price__title {
    min-width: 106px;
    min-height: 25px;
    font-size: 16px;
  }
}

.t-price__title::after {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  background-color: #F5D199;
  margin: 5px auto 0;
}

.t-price .c-bg__bgArea {
  max-width: 100%;
  padding: 0;
}

.t-price__menu {
  position: relative;
  max-width: 1000px;
  min-height: 425px;
  margin-inline: auto;
  padding: 60px 70px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 950px) {
  .t-price__menu {
    max-width: 600px;
    padding: 50px 30px 40px 30px;
    text-align: left;
  }
}

.t-price__menu:first-child {
  background-image: url(../img/system_bg1.png);
  padding-bottom: 120px;
}

@media (max-width: 950px) {
  .t-price__menu:first-child {
    background-image: url(../img/system_bg1_sp.png);
    padding-bottom: 60px;
  }
}

.t-price__menu:nth-child(2) {
  background-image: url(../img/system_bg2.png);
}

@media (max-width: 950px) {
  .t-price__menu:nth-child(2) {
    background-image: url(../img/system_bg2_sp.png);
  }
}

@media screen and (max-width: 640px) {
  .t-price__menu {
    max-width: 90%;
    min-height: 315px;
  }
}

.t-price__sideLine::before,
.t-price__sideLine::after {
  content: "";
  position: absolute;
  width: 10.5px;
  height: auto;
  aspect-ratio: 13.87/133.7;
  background-size: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 950px) {

  .t-price__sideLine::before,
  .t-price__sideLine::after {
    width: 9px;
  }
}

.t-price__sideLine::before {
  top: -105px;
  background-image: url("../img/decoration_single-line02.webp");
}

@media (max-width: 950px) {
  .t-price__sideLine::before {
    top: -105px;
  }
}

.t-price__sideLine::after {
  bottom: -103px;
  background-image: url("../img/decoration_single-line03.webp");
}

@media (max-width: 950px) {
  .t-price__sideLine::after {
    bottom: -90px;
  }
}

.t-price__sideLine:nth-last-of-type(1),
.t-price__sideLine:nth-last-of-type(2) {
  position: absolute;
  width: 1.4px;
  background-image: url("../img/decoration_single-line01.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 195px;
  bottom: 195px;
}

@media (max-width: 950px) {

  .t-price__sideLine:nth-last-of-type(1),
  .t-price__sideLine:nth-last-of-type(2) {
    top: 155px;
    bottom: 155px;
  }
}

.t-price__sideLine:nth-last-of-type(1) {
  left: -1px;
}

.t-price__sideLine:nth-last-of-type(2) {
  right: -1px;
}

.t-price__text {
  font-size: 15px;
  margin-top: 20px;
  color: #fff;
}

@media (max-width: 640px) {
  .t-price__text {
    font-size: 11px;
    text-align: center;
    margin-top: 16px;
  }
}

.t-price__table {
  border-collapse: collapse;
  max-width: 400px;
  width: 100%;
  margin-inline: auto;
  margin-top: 22px;
}

@media (max-width: 640px) {
  .t-price__table {
    max-width: 250px;
    margin-top: 14px;
  }
}

.t-price__table tr {
  color: #fff;
  border-bottom: 1px dashed #F5D199;
}

@media (max-width: 640px) {
  .t-price__table tr {
    padding: 3px 15px;
  }
}

.t-price__table tr:first-child {
  padding-top: 0;
}

.t-price__table tr td {
  width: 100%;
  font-size: 20px;
  padding: 10px 0px;
  text-align: left;
  white-space: nowrap;
  color: #fff;
}

.t-price__table tr td:nth-of-type(2) {
  width: 0;
}

@media (max-width: 640px) {
  .t-price__table tr td {
    font-size: 16px;
    padding: 10px 0px;
  }
}

.t-price__notice {
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
  max-width: 1000px;
  margin-inline: auto;
  padding: 32px;
  background-image: url(../img/cuty-utsunomiya/bg_pink_post.png);
  /* background-image: url(../img/cuty-utsunomiya/bg_price_goriyou.png); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-optical-sizing: auto;
  font-style: normal;
  position: relative;
}

.t-price__notice::before {
  content: "";
  position: absolute;
  top: 1em;
  left: 1em;
  right: 1em;
  bottom: 1em;
  border: 1px solid rgba(255, 255, 255, 0.8);
  z-index: 2;
  pointer-events: none;
}

@media screen and (max-width: 950px) {
  .t-price__notice {
    padding: 20px;
  }

  .t-price__notice::before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}

.t-price__notice .inner {
  position: relative;
  padding: 40px;
}

@media screen and (max-width: 950px) {
  .t-price__notice .inner {
    padding: 20px;
  }
}

.t-price__notice .inner * {
  z-index: 1;
  position: relative;
}

.t-price__notice .inner::before {
  content: '';
  background-color: #FE90CF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}

.t-price__notice p,
.t-price__notice li {
  font-family: "Hiragino Maru Gothic Pro", "Noto Sans JP", sans-serif;

}

.goriyou-tokushou {
  padding: 0 20px;
  margin-bottom: 60px;
}

.goriyou-tokushou.tokushou {
  margin-bottom: 0;
}

/* .tokushou .t-price__notice {
  background-image: url(../img/cuty-utsunomiya/bg_pricetokushou_sp.png);
} */

@media (max-width: 950px) {
  /* .t-price__notice {
    background-image: url(../img/cuty-utsunomiya/bg_pricetokushou_sp.png);
    max-width: 90%;
    padding: 50px 35px 40px 35px;
  } */
}

.t-price__noticeTitle,
.t-price__noticeText,
.t-price__prohibitionTitle,
.t-price__prohibitionText,
.t-price__prohibitionList li {
  color: #fff;
}

.t-price__noticeTitle {
  font-family: "Mochiy Pop One", "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 950px) {
  .t-price__noticeTitle {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: clamp(14px, 14px + 11 * (100vw - 375px) / 575, 24px);
  }
}

.t-price__noticeText {
  margin-top: 50px;
  font-size: 16px;
}

@media (max-width: 950px) {
  .t-price__noticeText {
    margin-top: 18px;
    font-size: clamp(13px, 13px + 7 * (100vw - 375px) / 575, 16px);
  }
}

.tokushou ul li {
  display: flex;
  justify-content: space-between;
  color: #fff;
  border-bottom: 1px dotted #fff;
  padding: 1.5em 0 .5em;
}

@media screen and (max-width: 950px) {
  .tokushou ul li {
    flex-direction: column;
  }
}

.tokushou .t-price__noticeTitle {
  margin-bottom: 2em;
}

.tokushou ul li span {
  width: 50%;
}

.tokushou ul li span:nth-of-type(2) {
  text-align: right;
}

@media screen and (max-width: 950px) {
  .tokushou .t-price__noticeTitle {
    margin: .5em 0 0;
  }

  .tokushou ul li span:nth-of-type(2) {
    text-align: left;
  }

  .tokushou ul li span {
    width: 100%;
  }
}

.t-price__prohibitionTitle {
  font-family: "Mochiy Pop One", "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;

  margin-top: 80px;
  font-size: 24px;
  text-align: center;
}

@media (max-width: 950px) {
  .t-price__prohibitionTitle {
    margin-top: 50px;
    font-size: clamp(14px, 14px + 14 * (100vw - 375px) / 575, 24px);
  }
}

.t-price__prohibitionText {
  margin-top: 50px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.12em;

}

@media (max-width: 950px) {
  .t-price__prohibitionText {
    margin-top: 20px;
    /* font-size: clamp(11px, 11px + 3 * (100vw - 375px) / 575, 16px); */
    font-size: 13px;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0.12em;

  }
}

.t-price__prohibitionList {
  margin-top: 32px;
  counter-reset: list-counter;
}

@media (max-width: 950px) {
  .t-price__prohibitionList {
    margin-top: 20px;
  }
}

.t-price__prohibitionList>li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.12em;
}

.t-price__prohibitionList>li:not(:first-child) {
  margin-top: 15px;
}

@media (max-width: 950px) {
  .t-price__prohibitionList>li:not(:first-child) {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .t-price__prohibitionList>li {
    font-size: 13px;

  }
}

.t-price__prohibitionList>li::before {
  content: "・";
  counter-increment: list-counter;
  position: absolute;
  left: 0;
  top: 0;
}

.t-price__addContainer {
  max-width: 1040px;
  margin-inline: auto;
  padding: 70px 30px 70px 30px;
  background-color: transparent;
}

@media (max-width: 950px) {
  .t-price__addContainer {
    max-width: 90%;
    padding: 75px 0px 75px 0px;
  }
}

@media screen and (max-width: 640px) {
  .t-price__addContainer {
    max-width: 355px;
    min-width: 355px;
  }
}

.t-price__addContainer h2 {
  font-size: 32px;
  text-align: center;
}

@media (max-width: 950px) {
  .t-price__addContainer h2 {
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    margin-inline: 20px;
  }
}

@media screen and (max-width: 640px) {
  .t-price__addContainer h2 {
    font-size: 16px;
  }
}

.t-price__addContainer p {
  max-width: 500px;
  margin-inline: auto;
  font-size: 16px;
}

@media (max-width: 950px) {
  .t-price__addContainer p {
    font-size: 13px;
  }
}

.t-price__addContainer ul {
  margin-top: 30px;
}

.t-price__addContainer ul li {
  font-size: 16px;
}

.t-price__addContainer figure {
  margin-top: 20px;
}

.t-price__2colBtnWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
}

@media (max-width: 950px) {
  .t-price__2colBtnWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.t-price__2colBtn {
  position: relative;
  width: 48.5%;
  margin-top: 30px;
  border: 2px solid #C29C59;
  padding: 10px;
  padding-left: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 950px) {
  .t-price__2colBtn {
    width: 70%;
    height: 60px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 640px) {
  .t-price__2colBtn {
    width: 100%;
    padding-left: 17%;
    height: 67px;
  }
}

.t-price__2colBtn:hover {
  opacity: 0.6;
}

.t-price__2colBtn::before {
  content: "";
  position: absolute;
  background-size: cover;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.t-price__2colBtn--tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.t-price__2colBtn--tel::before {
  width: 28px;
  aspect-ratio: 28/44;
  background-image: url("../img/icon_smart-phone--black.svg");
}

@media (max-width: 950px) {
  .t-price__2colBtn--tel::before {
    width: 20px;
  }
}

.t-price__2colBtn--tel p {
  margin: 0;
  line-height: 1;
  text-align: left;
}

.t-price__2colBtn--tel span {
  font-size: 12px;
  line-height: 1;
}

.t-price__2colBtn--credit::before {
  width: 40px;
  aspect-ratio: 40/29;
  background-image: url("../img/icon_credit.svg");
}

@media (max-width: 950px) {
  .t-price__2colBtn--credit::before {
    width: 30px;
  }
}

.t-price__2colBtn p {
  font-size: 28px;
}

@media (max-width: 950px) {
  .t-price__2colBtn p {
    font-size: 24px;
  }
}

.t-price__sclt {
  margin-top: 100px;
}

@media (max-width: 950px) {
  .t-price__sclt {
    margin-top: 85px;
  }
}

.t-price__sclt h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 10px;
  padding-inline: 30px;
  font-size: 24px;
  border-bottom: 1px solid #000;
  color: #000;
}

@media (max-width: 950px) {
  .t-price__sclt h2 {
    font-size: 16px;
  }
}

.t-price__sclt ul {
  margin-top: 35px;
}

@media (max-width: 950px) {
  .t-price__sclt ul {
    margin-top: 28px;
  }
}

.t-price__sclt li {
  font-size: 20px;
  text-align: center;
  color: #000;
  line-height: 1.3;
}

@media (max-width: 950px) {
  .t-price__sclt li {
    font-size: 13px;
  }
}

.t-price__sclt li:not(:first-of-type) {
  margin-top: 35px;
}

@media (max-width: 950px) {
  .t-price__sclt li:not(:first-of-type) {
    margin-top: 25px;
  }
}

.t-price .wp-block-lazyblock-note {}

@media (max-width: 950px) {
  .t-price .wp-block-lazyblock-note {}
}

.t-single-therapist .c-bg__bgArea {
  max-width: 100%;
}

.t-single-therapist__profileInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
}

@media (max-width: 950px) {
  .t-single-therapist__profileInfo {
    width: 90%;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.t-single-therapist__profileInfo figure {
  width: 43%;
  aspect-ratio: 10/12;
  overflow: hidden;
}

@media (max-width: 950px) {
  .t-single-therapist__profileInfo figure {
    width: 100%;
  }
}

.t-single-therapist__imageSlider {
  width: 31.2%;
}

@media (max-width: 950px) {
  .t-single-therapist__imageSlider {
    width: 100%;
  }
}

.t-single-therapist__imageSlider>ul li {
  position: relative;
  aspect-ratio: 2 / 3;
  overflow: hidden;
}

.t-single-therapist__imageSlider .js-slick-therapist li img {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  border: 2px solid #FF5099;


  border-radius: 20px;
  border-width: 3px;
}

.t-single-therapist__imageSlider .js-slick-therapist-mini {
  margin: 10px 7px;
}

.t-single-therapist__imageSlider .js-slick-therapist-mini .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  gap: 14px;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  height: 84px;
}

.t-single-therapist__imageSlider .js-slick-therapist-mini .slick-track::before,
.t-single-therapist__imageSlider .js-slick-therapist-mini .slick-track::after {
  display: none;
}

.t-single-therapist__imageSlider .js-slick-therapist-mini .slick-slide {
  width: 64px !important;
  border-radius: 10px;
  border: 1px solid #FF5099 !important;
}

.t-single-therapist__imageSlider .js-slick-therapist-mini .slick-slide.slick-current {
  border: 1px solid #0ABAB5;
}

.t-single-therapist__imageSlider .js-slick-therapist-mini .slick-current img {
  border-image-slice: 1;
}

.t-single-therapist .c-container__commonContainer {
  max-width: 1067px;
  padding: 0 20px;
}

.t-single-therapist__profileListWrapper {
  position: relative;
  width: 64.5%;
}

@media (max-width: 950px) {
  .t-single-therapist__profileListWrapper {
    width: 100%;
    margin-top: 35px;
  }
}

.c-title__contentSubTitle h3 {
  text-align: center !important;
  font-size: 15px;
}

.c-title__contentSubTitle span {
  text-align: center !important;
  font-size: 8px;
  display: block;
  margin-bottom: 12px;
}

.t-single-therapist__sideLine {
  z-index: 1;
}

.t-single-therapist__sideLine::before,
.t-single-therapist__sideLine::after {
  content: "";
  position: absolute;
  width: 10.5px;
  height: auto;
  aspect-ratio: 13.87/133.7;
  background-size: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

@media (max-width: 950px) {

  .t-single-therapist__sideLine::before,
  .t-single-therapist__sideLine::after {
    width: 9px;
  }
}

.t-single-therapist__sideLine::before {
  top: -105px;
  background-image: url("../img/decoration_single-line02.webp");
}

@media (max-width: 950px) {
  .t-single-therapist__sideLine::before {
    top: -105px;
  }
}

.t-single-therapist__sideLine::after {
  bottom: -103px;
  background-image: url("../img/decoration_single-line03.webp");
}

@media (max-width: 950px) {
  .t-single-therapist__sideLine::after {
    bottom: -90px;
  }
}

.t-single-therapist__sideLine:nth-last-of-type(1),
.t-single-therapist__sideLine:nth-last-of-type(2) {
  position: absolute;
  width: 1.4px;
  background-image: url("../img/decoration_single-line01.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 195px;
  bottom: 195px;
}

@media (max-width: 950px) {

  .t-single-therapist__sideLine:nth-last-of-type(1),
  .t-single-therapist__sideLine:nth-last-of-type(2) {
    top: 155px;
    bottom: 155px;
  }
}

.t-single-therapist__sideLine:nth-last-of-type(1) {
  left: -1px;
}

.t-single-therapist__sideLine:nth-last-of-type(2) {
  right: -1px;
}

.t-single-therapist__profileList {
  position: relative;
  padding: 24px 82px 33px 30px;
  overflow: visible;
}

@media (max-width: 950px) {
  .t-single-therapist__profileList {
    padding: 0;
  }
}

.t-single-therapist__profileList>li {
  padding: 22px 0 8px 0;
  border-bottom: 1px dashed #002524;
  font-size: 16px;
  color: #002524;
}

.t-single-therapist__profileList>li:last-of-type {
  border-bottom: none;
}

@media (max-width: 950px) {
  .t-single-therapist__profileList>li {
    font-size: clamp(16px, 16px + 8 * (100vw - 375px) / 926, 24px);
  }
}

.t-single-therapist__profileList>li:first-of-type {
  padding-top: 0;
}

.t-single-therapist__profileList>li p {
  font-size: 16px;
  font-weight: 500;
  font-family: "Hiragino Maru Gothic Pro", "Noto Sans JP", sans-serif;
}

@media (max-width: 950px) {
  .t-single-therapist__profileList>li p {
    font-size: 13px;
  }
}

.t-single-therapist__profileList>li p:first-of-type {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #002524;
}

.t-single-therapist__profileList>li p:first-of-type::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 16px;
  background: linear-gradient(90deg, #FD54B9 0%, #F489B5 100%);
  margin-right: 8px;
}

.t-single-therapist__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 340px;
  margin: 0 auto;
  font-size: 32px;
  text-align: center;
  color: #ED8695;
  padding: 10px 20px;
  color: #fff;
  text-shadow: 0px 0px 8px #FFFFFF;
}

@media (max-width: 950px) {
  .t-single-therapist__title {
    min-width: auto;
    max-width: 70%;
    width: 100%;
    margin-inline: auto;
    font-size: 20px;
  }
}

.t-single-therapist__schedule {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 950px) {
  .t-single-therapist__schedule {
    width: 100%;
  }
}

.t-single-therapist__schedule .c-title__contentTitle h2 {
  font-size: 24px;
}

@media screen and (max-width: 950px) {
  .t-single-therapist__schedule .c-title__contentTitle h2 {
    font-size: 20px;
  }
}

.t-single-therapist__scheduleListWrapper {
  position: relative;
  margin-top: 12px;
  padding: 24px 32px;
}

@media (max-width: 950px) {
  .t-single-therapist__scheduleListWrapper {
    margin-top: 16px;
    padding: 16px 0;
  }
}

.t-single-therapist__scheduleListWrapper::-webkit-scrollbar-thumb {
  background-color: black;
}

/* .t-single-therapist__scheduleList {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 1260px;
  margin-inline: auto;
}
@media screen and (max-width: 1360px) {
  .t-single-therapist__scheduleList {
    padding-bottom: 10px;
  }
}
@media (max-width: 950px) {
  .t-single-therapist__scheduleList {
    width: 100%;
    margin-top: 0;
    min-width: auto;
    padding-bottom: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.t-single-therapist__scheduleList > li {
  position: relative;
  width: 14.2857142857%;
  color: #fff;
}
@media (max-width: 950px) {
  .t-single-therapist__scheduleList > li {
    width: calc((100% - 1px) / 3);
  }
}
@media (max-width: 950px) {
  .t-single-therapist__scheduleList > li:not(:nth-of-type(3n)) {
    border-right: 1px solid #d6b55d;
  }
}
@media (max-width: 950px) {
  .t-single-therapist__scheduleList > li:not(:nth-of-type(n + 7)) {
    border-bottom: 1px dashed #d6b55d;
  }
}
@media (min-width: 951px) {
  .t-single-therapist__scheduleList > li:not(:last-of-type)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 65%;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #d6b55d;
    z-index: 1;
  }
}
.t-single-therapist__scheduleList > li > p {
  text-align: center;
  font-weight: 300;
}
@media (max-width: 950px) {
  .t-single-therapist__scheduleList > li > p.t-single-therapist__workingHours {
    font-size: clamp(13px, 13px + 7 * (100vw - 375px) / 575, 20px);
  }
}
.t-single-therapist__scheduleList > li > p.t-single-therapist__workingDay {
  border-bottom: 1px dashed #d6b55d;
}
@media (max-width: 950px) {
  .t-single-therapist__scheduleList > li > p.t-single-therapist__workingDay {
    font-size: clamp(16px, 16px + 4 * (100vw - 375px) / 575, 20px);
    padding: 3vw 8px;
  }
}
.t-single-therapist__workingDay {
  padding: 55px 8px 10px 8px;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',serif;
  font-size: 25px;
}
@media (max-width: 950px) {
  .t-single-therapist__workingDay {
    font-size: 16px;
  }
}
.t-single-therapist__workingHours {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 8px 55px 8px;
  font-size: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 950px) {
  .t-single-therapist__workingHours {
    padding: 30px 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
} */
.schedule-item {
  width: 50%;
  background: #FFEAF6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Hiragino Maru Gothic Pro", "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;
}

@media screen and (max-width: 950px) {
  .schedule-item {
    width: 65%;
  }
}

.schedule-day {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  column-gap: 10px;
}



.schedule-day .schedule-date {
  background: linear-gradient(90deg, #FD54B9 0%, #F489B5 100%);
  color: #fff;
  text-align: center;
  font-size: 20px;
  width: 45%;
  padding: 20px;
  font-family: "Mochiy Pop One", "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;

}

@media (max-width: 950px) {
  .schedule-day {
    column-gap: 5px;
  }

  .schedule-day .schedule-date {
    font-size: 13px;
    padding: 13px 0;
    width: 35%;
  }
}

.schedule-time p {
  font-size: 16px;
  text-align: center;
  color: #002524;
}

@media (max-width: 950px) {
  .schedule-time {
    margin-top: 6px;
  }

  .schedule-time p {
    font-size: 16px;
  }
}

.off-day {
  color: #002524;
  text-align: center;
}

.t-single-therapist__scheduleListWrapper .schedule-room {
  font-size: 11px;
  width: 100%;
  padding: 3px 0 2px;
  height: 100%;
  background: #FFEAF6;
}

.schedule-room p {
  font-size: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 950px) {
  .schedule-room p {
    font-size: 16px;
  }
}

.t-single-therapist .simplebar-track {
  bottom: 5px;
}

.t-single-therapist__2colArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-inline: auto;
  margin-top: 56px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  align-items: baseline;
}

@media (max-width: 950px) {
  .t-single-therapist__2colArea {
    margin-top: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 105px;
    width: 100%;
  }
}

.t-single-therapist__message {
  margin-top: 80px !important;
  width: 100%;
  margin-top: 24px;
}

.t-single-therapist__messageBody {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 412px;
  margin-top: 12px;
  padding: 40px 32px 50px;
  background-color: #271B0D;
  border: 1px solid #FCFCFC;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 950px) {
  .t-single-therapist__messageBody {
    height: auto;
    min-height: 47vw;
    margin-inline: auto;
    padding: 40px 20px 50px;
    aspect-ratio: 3/2;
  }
}

.t-single-therapist__messageBody>p {
  position: relative;
  width: 100%;
  max-height: 292px;
  padding-right: 10px;
  font-size: 16.5px;
  line-height: 1.4;
  overflow-y: auto;
  z-index: 1;
  color: #fff;
}

@media (max-width: 950px) {
  .t-single-therapist__messageBody>p {
    max-height: clamp(152px, 152px + 243 * (100vw - 375px) / 575, 395px);
    padding: 0px 15px 0px 5px;
    font-size: clamp(13px, 13px + 7 * (100vw - 375px) / 575, 20px);
    line-height: 1.4;
  }
}

.t-single-therapist__messageBody>p * {
  line-height: 1.4;
}

.t-single-therapist__messageBody>p .simplebar-scrollbar:before {
  background-color: #fff;
}

.t-single-therapist__sns {
  max-width: 30%;
  width: 100%;
}

@media (max-width: 950px) {
  .t-single-therapist__sns {
    max-width: 90%;
    margin-inline: auto;
  }
}

.t-single-therapist__sns .t-single-therapist__title img {
  width: auto;
  height: 68px;
  margin-inline: auto;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.t-single-therapist__snsDisplay {
  width: 100%;
  margin-top: 17px;
  overflow-y: auto;
  max-height: 580px;
  text-align: center;
}

@media (max-width: 950px) {
  .t-single-therapist__snsDisplay>p {
    font-size: clamp(13px, 13px + 7 * (100vw - 375px) / 575, 20px);
  }
}

.t-single-therapist__snsDisplay iframe {
  width: 100% !important;
}

.t-recruit__mainVisual {
  max-width: 800px;
  padding: 15px;
  /* margin: auto; */
  margin: 50px auto 30px;
}

@media (max-width: 950px) {
  .t-recruit__mainVisual {
    padding-inline: 20px;
  }
}

.t-recruit__mainVisual figure {
  max-width: 1200px;
  margin-inline: auto;
}

@media (max-width: 950px) {
  .t-recruit__mainVisual figure {
    max-width: 600px;
    width: 100%;
  }
}

.paln_wrapper {
  border: 1px solid #CECECE;
  padding: .5em;
}

.t-recruit__contactUrl {
  /* font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif; */
  font-size: 18px;
  color: #333;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 950px) {
  .t-recruit__contactUrl {
    font-size: clamp(13px, 13px + 11 * (100vw - 375px) / 575, 24px);
    text-align: center;
  }
}

.t-recruit__contactQr {
  width: 210px;
  height: 210px;
  margin-top: 5px;
}

@media (max-width: 950px) {
  .t-recruit__contactQr {
    width: 170px;
    height: 170px;
    margin-top: 5px;
    margin-inline: auto;
  }
}

.t-recruit__contactBtnWrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 3%;
  -moz-column-gap: 3%;
  column-gap: 3%;
  row-gap: 10px;
}

@media (max-width: 950px) {
  .t-recruit__contactBtnWrapper {
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.t-recruit__contactBtn {
  width: 48.5%;
  min-width: 200px;
  background-color: #FF4880;
  color: #fff;
  padding: 5px 20px;
  border-radius: 22px;
  font-size: 19px;
  text-align: center;
}

.t-recruit__contactBtn--tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.t-recruit__contactBtn--tel::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  margin-top: 2px;
  background-image: url("../img/icon_telephone.svg");
  background-size: cover;
}

.t-recruit__contactBtn--line {
  background-color: #4ECD00;
}

.t-recruit__contactBtn--mail {
  background-color: #57BAEF;
}

.t-access__displayGoogleMap {
  text-align: center;
}

@media (max-width: 950px) {
  .t-access__displayGoogleMap {
    /* padding-inline: 5%; */
  }
}

/* .t-access__displayGoogleMap:not(:nth-of-type(2)) {
  margin-top: 100px;
}
@media (max-width: 950px) {
  .t-access__displayGoogleMap:not(:nth-of-type(2)) {
    margin-top: 60px;
  }
} */
.t-access__displayGoogleMap iframe {
  width: 100%;
  max-width: 895px;
  height: auto;
  aspect-ratio: 895/386;
  border-radius: 40px;
}

@media (max-width: 950px) {
  .t-access__displayGoogleMap iframe {
    min-height: 173px;
  }
}

.t-access .c-bg__bgArea {
  margin-top: 120px;
}

.t-access__info {
  position: relative;
  max-width: 919px;
  margin-inline: auto;
  padding: 100px 30px 100px;
  background-image: url(../img/cuty-utsunomiya/bg_access-place.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 9px;
}

@media (max-width: 950px) {
  .t-access__info {
    padding: 1em 1em 2.4em;
    margin-top: 16px;
    margin-bottom: 0;
    font-weight: 800;
  }
}

.t-access__info * {
  font-family: "Hiragino Maru Gothic Pro", "Noto Sans JP", sans-serif;
  font-weight: 800;
}


.t-access__info .c-title__likeBtn {
  font-size: 20px;
  background-image: none;
  color: #fff;
}

@media (max-width: 950px) {
  .t-access__info .c-title__likeBtn {
    font-size: 16px;
  }
}

.t-access__directions {
  margin-inline: auto;
  margin-top: 25px;
}

@media (max-width: 950px) {
  .t-access__directions {
    margin-top: 6px;
  }
}

.t-access__directions p {
  margin-inline: auto;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

@media (max-width: 950px) {
  .t-access__directions p {
    font-size: clamp(14px, 14px + 18 * (100vw - 375px) / 575, 32px);
  }
}

.t-access__directions p:first-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 16px;
  letter-spacing: 0.1rem;
  gap: 5px;
}

@media (max-width: 950px) {
  .t-access__directions p:first-of-type {
    font-size: 13px;
    letter-spacing: 0.1rem;
  }
}

/* .t-access__directions p:first-of-type::before {
  content: "";
  display: block;
  width: 5%;
  max-width: 27px;
  aspect-ratio: 35/39;
  background-image: url("../img/icon_location--white.svg");
  background-size: contain;
  background-repeat: no-repeat;
} */
.t-access__directions p:not(:first-of-type) {
  margin-top: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: left;
  font-size: 16px;
}

@media (max-width: 950px) {
  .t-access__directions p:not(:first-of-type) {
    margin-top: 20px;
    font-size: 13px;
  }
}

.t-ranking__title {
  color: #fff;
  text-shadow: 0px 0px 8px #FFFFFF;
  text-align: center;
}

.t-ranking .c-bg__bgArea {
  margin-top: 30px;
  padding: 0 3%;
}

.t-ranking .c-therapist__list {
  margin-top: 60px;
  display: none;
}

.t-ranking .c-therapist__list>li .c-therapist__infoArea .t-ranking__num {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-align: center;
  /* font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif; */
  font-style: italic;
  font-size: 28px;
  color: #eecd74;
  line-height: 40px;
  background: -webkit-linear-gradient(358.74deg, rgba(11, 11, 11, 0.9) 0.21%, rgba(82, 82, 82, 0.9) 50.11%, rgba(12, 12, 12, 0.9) 100%);
  background: linear-gradient(91.26deg, rgba(11, 11, 11, 0.9) 0.21%, rgba(82, 82, 82, 0.9) 50.11%, rgba(12, 12, 12, 0.9) 100%);
}

@media (max-width: 950px) {
  .t-ranking .c-therapist__list>li .c-therapist__infoArea .t-ranking__num {
    height: 30px;
    font-size: 20px;
  }
}

.t-ranking .c-therapist__list>li .c-therapist__infoArea .t-ranking__num>span {
  font-size: 40px;
  line-height: 40px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

@media (max-width: 950px) {
  .t-ranking .c-therapist__list>li .c-therapist__infoArea .t-ranking__num>span {
    font-size: 30px;
  }
}

.t-ranking .c-tab__4 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.t-ranking .c-tab__4>label {
  max-width: 180px;
}

.t-diary .c-bg__bgArea {
  padding-inline: 0;
}

.t-diary__article {
  max-width: 1200px;
  margin-inline: auto;
}

.t-diary__article:not(:first-of-type) {
  margin-top: 8%;
}

.t-diary__article a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 950px) {
  .t-diary__article a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 23px;
  }
}

.t-diary__image {
  width: 37%;
  aspect-ratio: 8/7;
}

@media (max-width: 950px) {
  .t-diary__image {
    width: 55%;
    aspect-ratio: 7/9;
  }
}

.t-diary__textArea {
  width: 63%;
  padding: 3% 3.5%;
  background-color: #fff;
}

@media (max-width: 950px) {
  .t-diary__textArea {
    width: 100%;
    padding: 5% 7%;
  }
}

.t-diary__date {
  /* font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif; */
  font-size: 24px;
  font-size: clamp(16px, 16px + 8 * (100vw - 375px) / 575, 24px);
}

.t-diary__title {
  margin-top: 7%;
  font-weight: 700;
  font-size: 24px;
}

@media (max-width: 950px) {
  .t-diary__title {
    font-size: clamp(16px, 16px + 8 * (100vw - 375px) / 575, 24px);
  }
}

.t-diary__text {
  margin-top: 17px;
  font-size: 20px;
}

@media (max-width: 950px) {
  .t-diary__text {
    font-size: clamp(14px, 14px + 6 * (100vw - 375px) / 575, 20px);
  }
}

.t-contact__info {
  max-width: 959px;
  margin-inline: auto;
  padding: 74px 200px 80px;
  background-image: url(../img/contact_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 950px) {
  .t-contact__info {
    max-width: 100%;
    margin-inline: auto;
    padding: 50px 10% 60px;
    background-image: url(../img/contact_bg_sp.png);
  }
}

.t-contact__infoTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 2px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 950px) {
  .t-contact__infoTitle {
    font-size: clamp(16px, 16px + 16 * (100vw - 375px) / 575, 32px);
  }
}

.t-contact__infoData {
  margin-top: 43px;
  color: #fff;
}

@media (max-width: 950px) {
  .t-contact__infoData {
    margin-top: 32px;
  }
}

.t-contact__infoData>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px 10px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed #F5D199;
}

@media (max-width: 950px) {
  .t-contact__infoData>div {
    padding: 17px 0 10px 0;
    row-gap: 4px;
  }
}

.t-contact__infoData>div:first-of-type {
  padding-top: 0;
}

.t-contact__infoData>div>dt,
.t-contact__infoData>div dd {
  font-size: 20px;
}

.t-contact__infoData>div>dt a,
.t-contact__infoData>div dd a {
  color: #fff;
}

@media (max-width: 950px) {

  .t-contact__infoData>div>dt,
  .t-contact__infoData>div dd {
    font-size: clamp(13px, 13px + 11 * (100vw - 375px) / 575, 24px);
  }
}

.t-contact__infoData>div>dt {
  min-width: 200px;
}

@media (max-width: 950px) {
  .t-contact__infoData>div>dt {
    min-width: 33%;
  }
}

.t-contact__mail>dd a {
  color: #fff;
}

.t-contact__snsLink>dd>a {
  padding: 5px 30px;
  color: #fff;
  background-color: #4ECD00;
  border-radius: 22px;
}

.t-single {
  padding-top: 40px;
}

.t-single .c-bg__bgArea {
  margin-top: 0;
}

.t-single .t-page__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 36px;
  background-image: url(../img/cuty-utsunomiya/bg_pink_post.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.t-single .t-page__container::before {
  content: "";
  position: absolute;
  top: 1em;
  left: 1em;
  right: 1em;
  bottom: 1em;
  border: 1px solid rgba(255, 255, 255, 0.8);
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 950px) {
  .t-single .t-page__container {
    /* background-image: url(../img/deep/bg_only_sp_post-detail.jpg); */
  }

  .t-single .t-page__container::before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .t-single .t-page__container {
    padding: 20px;
  }
}

.t-single .t-post__header {
  margin-bottom: 30px;
  padding-bottom: 20px;
}

@media (max-width: 950px) {
  .t-single .t-post__header {
    margin-bottom: 0;
  }
}

.t-single .t-post__title {
  font-size: 22px;
  font-weight: bold;
  color: #FCFCFC;
  margin-bottom: 10px;
  font-family: "Hiragino Maru Gothic Pro", "Noto Sans JP", sans-serif;
}

@media (max-width: 950px) {
  .t-single .t-post__title {
    font-size: 18px;
  }
}

.t-single .t-post__meta {
  font-family: "Hiragino Maru Gothic Pro", "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #FCFCFC;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.t-single .t-post__meta span.t-post__date {
  color: #FCFCFC;
  font-size: 12px;
}

@media screen and (max-width: 950px) {
  .t-single .t-post__meta span.t-post__date {
    font-size: 11px;
  }
}

.t-single .t-post__meta span.t-post__author a {
  color: #ff92b4;
  text-decoration: none;
}

.t-single .t-post__meta span.t-post__author a:hover {
  text-decoration: underline;
}

.t-single .t-post__meta span.t-post__categories a,
.t-single .t-post__meta span.t-post__tags a {
  color: #0073aa;
  text-decoration: none;
}

.t-single .t-post__meta span.t-post__categories a:hover,
.t-single .t-post__meta span.t-post__tags a:hover {
  text-decoration: underline;
}

.t-single .t-post__content {
  line-height: 1.8;
  color: #FCFCFC;
}

.t-single .t-post__content p {
  margin-bottom: 20px;
  color: #fff;
  font-family: "Hiragino Maru Gothic Pro", "Noto Sans JP", sans-serif;
}

@media (max-width: 950px) {
  .t-single .t-post__content p {
    font-size: 13px;
  }
}

.t-single .t-post-footer {
  padding-top: 20px;
}

@media (max-width: 950px) {
  .t-single .t-post-footer {
    padding-top: 0;
  }
}

.t-schedule__tabList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}

.t-schedule__tabList>li {
  position: relative;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (max-width: 950px) {
  .t-schedule__tabList>li {
    font-size: 13px;
    padding: 5px 1%;
    text-align: center;
  }
}

.t-schedule__tabList>li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-image: -webkit-linear-gradient(358.74deg, #0B0B0B 0.21%, #525252 50.11%, #0C0C0C 100%);
  background-image: linear-gradient(91.26deg, #0B0B0B 0.21%, #525252 50.11%, #0C0C0C 100%);
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.t-schedule__tabList>li:hover {
  color: #fff;
}

.t-schedule__tabList>li:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.t-schedule__tabList>li.active {
  background: -webkit-linear-gradient(358.74deg, #0B0B0B 0.21%, #525252 50.11%, #0C0C0C 100%);
  background: linear-gradient(91.26deg, #0B0B0B 0.21%, #525252 50.11%, #0C0C0C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.t-schedule__tabList>li.active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*# sourceMappingURL=style.css.map */

/* add 250427 */

.slick-dotted.slick-slider {
  margin-top: 100px;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 950px) {
  .slick-dotted.slick-slider {
    margin-top: 69px;
  }
}

.price-table {
  max-width: 1148px;
  margin: 60px auto;
  z-index: 0;
  position: relative;
  /* border: 30px solid #f0faff8c; */
}

@media screen and (max-width: 950px) {
  .price-table {
    border: none;
  }
}

.price-table table,
.price-table table th,
.price-table table td {
  border: none;
  font-size: 20px;
  padding: 1em !important;
}

@media screen and (max-width: 950px) {
  .price-table table td {
    font-size: 13px;
  }
}

.price-table table tr td {
  text-align: center !important;
}

.price-table table td:first-of-type {
  width: 30%;
  padding-left: 60px !important;
}

@media screen and (max-width: 950px) {
  .price-table table td:first-of-type {
    width: 41%;
    padding-left: 1em !important;
    font-size: 14px;
  }
}

.price-table table tr td:nth-of-type(1) {
  text-align: left !important;
  padding-left: 2em !important;
}

@media screen and (max-width: 950px) {
  .price-table table tr td:nth-of-type(1) {
    padding-left: .85em !important;
  }
}

.price-table table tr td:nth-of-type(2) {
  text-align: right !important;
  padding-right: 2em !important;
}

@media screen and (max-width: 950px) {
  .price-table table tr td:nth-of-type(2) {
    padding-left: 0 !important;
    padding-right: .85em !important;
  }
}

.price-table table tr td:nth-of-type(3) {
  text-align: right !important;
  padding-right: 3em !important;
}

@media screen and (max-width: 950px) {
  .price-table table tr td:nth-of-type(3) {
    padding-left: 1em !important;
    padding-right: 2em !important;
  }
}

.price-table table tr:nth-of-type(n+5) td {
  /* width: 70%; */
}

@media screen and (max-width: 950px) {
  .price-table table td:nth-of-type(2) {
    font-size: 14px;
  }
}


@media screen and (max-width: 950px) {
  #single-news {
    margin: 60px 20px 0;
  }
}

ul.news-lists {
  margin-top: 60px;
  z-index: 0;
  position: relative;
  max-width: 960px;
  margin: 80px auto 0;
}

@media screen and (max-width: 950px) {
  ul.news-lists {
    margin: 60px auto 0;
  }
}

ul.news-lists li {
  margin-bottom: 2em;
}

ul.news-lists a {
  width: max-content;
  font-family: "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;
}

@media screen and (max-width: 950px) {
  ul.news-lists a {
    width: 100%;
  }
}

ul.news-lists a .date {
  margin-bottom: .5em;
  display: inline-block;
}

ul.news-lists .contents {
  width: max-content;
  text-decoration: underline;
}

@media screen and (max-width: 950px) {
  ul.news-lists .contents {
    width: 100%;
  }
}

#aisatsu {}

#aisatsu .image-point {
  max-width: 130px;

}

#aisatsu .wp-block-media-text {
  padding: 2em 0;
}

.text-light-green {
  color: #0ABAB5;
}

/*Section:t-front-concept---------------------------------------------------*/
.t-front-concept .c-title__contentTitle {
  margin-bottom: 32px;
}

/* 
.t-front-concept {
  padding-inline: 4%;
  padding-left: 0;
} */

.t-front-concept .t-front-section__sectionBgArea {
  max-width: 1000px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 20px;
}

.t-front-concept__inner {
  /* background-color: rgba(255, 255, 255, 0.9); */
  padding: 60px 64px;
  position: relative;
}

.t-front-concept__inner::before {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}

@media screen and (max-width: 950px) {
  .t-front-concept__inner::before {
    top: 17px;
  }
}

.t-front-concept__inner * {
  z-index: 1;
  position: relative;
}

.t-front-concept-body__contentsText {
  margin-top: 10px;
}

.t-front-concept__heading {
  font-size: 24px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.t-front-concept__body p:not(:first-of-type) {
  margin-top: 60px;
}

@media (max-width: 950px) {


  .t-front-concept__heading {
    font-size: 15px;
    margin-top: 2em;
  }

  .t-front-concept .t-front-section__sectionBgArea {
    /* background-image: url(../img/top-concept-bg_sp.png); */
    padding: 0 15px 32px;
  }

  .t-front-concept__inner {
    padding: 20px 10px;
  }

  .t-front-concept__body p:not(:first-of-type) {
    margin-top: 0;
  }
}

/*Section:t-front-concept-body---------------------------------------------------*/
/* フォント */
.t-front-concept-body__heading,
.t-front-concept__body p,
.t-front-concept__heading,
.t-front-concept-body__closingTitle {
  font-family: "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;
  /* font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif; */
  /* font-family: "Shippori Mincho", serif; */


  font-weight: 800;
  font-style: normal;
}

.t-front-concept-body__heading {
  width: 80%;
  margin: 40px auto 20px;
  padding-bottom: 30px;
  font-size: 14px;
  letter-spacing: 0.12rem;
  line-height: 1.8;
  text-align: center;
  color: #000;
}


.t-front-concept-body__point:nth-of-type(2n) p {
  text-align: right;
  margin-right: 0;
}

.t-front-concept .t-front-concept__body p {
  color: #000;
  font-size: 14px;
  letter-spacing: 0.12rem
}

@media screen and (max-width: 950px) {
  .t-front-concept-body__point:nth-of-type(2n) p {
    text-align: left;
  }

  .t-front-concept .t-front-concept__body p {
    font-size: 13px;
    letter-spacing: 0.12rem;
  }
}

.t-front-concept-body__point {
  border-top: 1px solid #333;
  padding: 30px 0;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 950px) {
  .t-front-concept-body__point {
    border-top: .5px solid #333;
  }
}

.t-front-concept-body__point:nth-child(odd) {
  flex-direction: row-reverse;
}

.t-front-concept-body__point:nth-child(odd) .t-front-concept-body__number {
  text-align: left;
}

.t-front-concept-body__point:nth-child(even) .t-front-concept-body__number {
  text-align: right;
}

.t-front-concept-body__contents {
  width: 70%;
}

.t-front-concept-body figure {
  margin-top: 50px;
  width: 30%;
}

.t-front-concept-body figure img {
  object-fit: contain;
}

.t-front-concept-body__closing {
  padding-top: 30px;
  border-top: .5px solid #333;
  letter-spacing: 0.05em;
}

.t-front-concept-body__closingTitle {
  font-size: 24px;
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
}

.t-front-concept-body__closingText {
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 32px auto 0;
  width: 79% !important;
}

.t-front-concept-body__number {
  font-size: 20px;
  text-align: center;
  font-family: "MonteCarlo", cursive;

}

@media (max-width: 950px) {
  .t-front-concept-body__point {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .t-front-concept-body__contents {
    width: 100%;
  }

  .t-front-concept-body__contents p {
    font-size: 11px;
  }

  .t-front-concept-body figure {
    width: 70%;
    margin-top: 0;
    margin-inline: auto;
  }

  .t-front-concept-body__number {
    font-size: 14px;
  }

  .t-front-concept-body__heading {
    font-size: 13px;
    letter-spacing: 0.12rem;
    line-height: 1.8;
    font-weight: 400;
    color: #3a3a3a;
    letter-spacing: 0.12em;
    width: initial;
    margin-top: 20px;
    text-align: left;
  }

  .t-front-concept-body__closingTitle {
    font-size: 15px;
  }

  .t-front-concept-body__closingText {
    font-size: 11px;
    margin-top: 20px;
    text-align: left;
    width: 100% !important;
  }

  .t-front-concept-body__point:nth-child(odd) {
    flex-direction: column;
  }

  .t-front-concept-body__point:nth-child(odd) .t-front-concept-body__number {
    text-align: center;
  }

  .t-front-concept-body__point:nth-child(even) .t-front-concept-body__number {
    text-align: center;
  }
}

/* 求人テーブル */
.border_box1 {
  background: #fff;
  border: 1px solid #FFCFEA;
  padding: 15px;

  margin-top: 20px;
  position: relative;
  z-index: 1;
  font-family: "Shippori Mincho", serif;
  border-radius: 20px;
}

@media screen and (max-width: 950px) {
  .border_box1 {}
}

.table_recruit {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px !important;
}

.table_recruit h3 {
  font-family: "Mochiy Pop One", "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;
}

.table_recruit tr:not(:last-of-type) {
  border-bottom: 1px dotted gray;
}

.table_recruit th {
  width: 30%;
  padding: 20px 15px;
  border-radius: 20px;
  color: #fff;
  background: #FF74AE;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 950px) {
  .table_recruit h3 {
    font-size: 13px;
  }

  .table_recruit th {
    width: 100%;
  }
}


.table_recruit th,
.table_recruit td {
  font-size: 14px;
  display: table-cell;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.12em;
  vertical-align: middle;
  padding: 15px 10px 15px 20px;
}

@media screen and (max-width: 950px) {

  .table_recruit th,
  .table_recruit td {
    font-size: 13px;
    display: block;
    padding: 5px 0;
  }

  .table_recruit td {
    margin-top: 1em;
  }
}



@media screen and (min-width: 800px) {
  .table_recruit td {
    padding: 20px 10px 20px 25px;
  }
}

.table_recruit td {
  text-align: left;
  font-family: "heisei-maru-gothic-std", "Noto Sans JP", sans-serif !important;

}



.f_color_seagreen {
  color: #FF74AE;
}

.table_recruit .table-title {
  background: linear-gradient(90deg, #FD54B9 0%, #F489B5 100%);
  padding: .5em;
  margin: .5em 0;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}

.border_box1 .wrapper {
  border: 1px solid #FFCFEA;
  border-radius: 10px;
  padding: .5em;
}

.sm_title {
  color: #FF74AE;
  text-align: center;
  margin: 1em 0;
  font-weight: bold;
}

.exa_txt {
  padding: 5px;
  margin: 4px 0;
  border: 2px solid #F489B5;
  border-radius: 10px;
  text-align: center;
  max-width: 92%;
  margin: 0 auto;
}

@media screen and (max-width: 950px) {
  .exa_txt {
    max-width: 100%;
  }
}

.sample_arrow_bottom {
  position: relative;
  margin: 30px;
}

.sample_arrow_bottom:after {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
  border-top: 12px solid #FF74AE;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  width: 0px;
}

@media screen and (max-width: 950px) {
  .table_recruit {
    font-size: 13px;
  }
}

.floating-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.floating-menu .inner {
  display: flex;
  font-size: 11px;
  justify-content: center;
}

.floating-menu .inner .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6em;
  width: 50%;
  height: 60px;
  border-radius: 30px;
}

@media screen and (max-width: 950px) {
  .floating-menu .inner .item {
    padding: 1.6em 0;
  }
}


.floating-menu .inner .item a {
  color: #fff;
}

.floating-menu .inner .item.sms {
  background: #FFC5DF;
}

.floating-menu .inner .item.tell {
  background: linear-gradient(90deg, #FD54B9 0%, #F489B5 100%);
  color: #fff;
}

.floating-menu .inner .item.line {
  background: #59CB3C;
  color: #fff;
}

.recruit h2 {
  font-family: "Mochiy Pop One", "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;

  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.8;
  font-weight: 400;
}

.home .recruit h2 {
  font-size: 28px;
}


@media screen and (max-width: 950px) {
  .home .recruit h2 {
    font-size: 22px;
    padding-left: 1em;
  }

  .recruit h2 {
    font-size: 13px;
    line-height: 1.2;
  }
}

.button_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  background: linear-gradient(90deg, #FD54B9 0%, #F489B5 100%);
  max-width: fit-content;
  margin: 0 auto;
  padding: 2em 4em;
}

.button_link p {
  color: #fff;
}

.button_link img {
  max-width: 30px;
}

.x-sub-text {
  font-family: "Hiragino Maru Gothic Pro", "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;
  font-weight: 800;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  margin: 1em 0 0;
}

@media screen and (max-width: 950px) {
  .button_link p {
    font-size: 13px;
  }
}

@media screen and (max-width: 950px) {
  .x-sub-text {
    font-size: 13px;
  }
}

#credit .credit-link .image-wrapper {
  max-width: 400px;
  margin: 0 auto;
  z-index: -1;
}

@media screen and (max-width: 950px) {
  .single-information .t-single {
    margin: 0 20px;
  }
}

#menu-main-menu .menu-item a {
  padding: .5em;
  border-radius: 20px;
}

#menu-main-menu .menu-item:nth-of-type(9) a,
#menu-main-menu .menu-item:nth-of-type(10) a {
  padding: .5em 1em .5em 2em;
  background: #fff;
  color: #FF82B6;
  position: relative;
}

#menu-main-menu .menu-item:nth-of-type(9) a::before {
  position: absolute;
  content: "";
  left: 5px;
  bottom: 6px;
  width: 18px;
  height: 18px;
  background: url(../img/cuty-utsunomiya/icon-web.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#menu-main-menu .menu-item:nth-of-type(10) a::before {
  position: absolute;
  content: "";
  left: 5px;
  bottom: 6px;
  width: 18px;
  height: 18px;
  background: url(../img/cuty-utsunomiya/icon-tel.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1290px) {

  #menu-main-menu .menu-item:nth-of-type(9) a::before,
  #menu-main-menu .menu-item:nth-of-type(10) a::before {
    bottom: 4px;
  }
}

@media screen and (max-width: 1148px) {

  #menu-main-menu .menu-item:nth-of-type(9) a::before,
  #menu-main-menu .menu-item:nth-of-type(10) a::before {
    bottom: 3px;
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 1124px) {

  #menu-main-menu .menu-item:nth-of-type(9) a::before,
  #menu-main-menu .menu-item:nth-of-type(10) a::before {
    bottom: 5px;
    width: 12px;
    height: 12px;
  }
}


@media screen and (max-width: 950px) {

  /* #menu-main-menu-1 .menu-item:nth-of-type(9), */
  #menu-main-menu-1 .menu-item:nth-of-type(10) {
    display: none;
  }

  #menu-main-menu-1 .menu-item:nth-of-type(9) {
    background: linear-gradient(90deg, #FD54B9 0%, #F489B5 100%);
    color: #fff;
    border-radius: 100px;
  }

  #menu-main-menu-1 .menu-item:nth-of-type(9) a {
    color: #fff;
    padding: 1em;
    margin-top: .6em;
  }
}

/* 料金システム */

.price-wrapper {
  margin-top: 60px;
  border: 2px solid #FC56B8;
  padding: 2em;
  border-radius: 20px;
}

.underlayer .price-wrapper {
  max-width: 1000px;
  margin: 60px auto;
}

@media screen and (max-width: 950px) {
  .underlayer .price-wrapper {
    margin: 30px auto;
    padding: 20px 25px;
  }

  .price-wrapper:not(:first-of-type) {
    margin-top: 30px;
  }

  .underlayer .price-wrapper:first-of-type {
    margin-top: 60px;
  }
}


.price-wrapper * {
  font-family: "Mochiy Pop One", "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;
}


.price-title {

  display: flex;
  align-items: center;
  justify-content: center;
  background: #FC56B8;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  padding: 1em 10em;
  border-radius: 30px;

}

.credit-banner {
  max-width: 400px;
  margin: 60px auto 0;
}

#credit p {
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
  font-family: "Hiragino Maru Gothic Pro", "Noto Sans JP", sans-serif;

}

@media screen and (max-width: 950px) {
  .price-title {
    padding: .5em 3em;
    width: 100%;
  }
}

.price-wrapper ul {
  max-width: 380px;
  margin: 30px auto 0;
}

.price-wrapper ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 4em;
  border-bottom: 2px dotted pink;
}

@media screen and (max-width: 950px) {
  .price-wrapper ul li {
    padding: 1em 16px;

  }
}

.price-wrapper ul li:first-of-type {
  padding-top: 0;
}

.price-wrapper ul li:last-of-type {
  border-bottom: none;
}

.price-wrapper ul li span {
  width: 50%;
  text-align: right;
}

.price-wrapper ul li .time {
  color: #FC56B8;
  text-align: left;
}


/* Flowセクション */

/* タブ切り替えに最低限必要なCSS */
.service-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 40px auto;
  /* 必要に応じて中央寄せ: justify-content: center; */
}

@media screen and (max-width: 950px) {
  .service-tabs {
    gap: 3px;
    margin: 30px auto;
  }
}

.tab-button {
  font-family: "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;
  text-align: center;
  width: 50%;
  padding: 0.75em 2.5em;
  border: none;
  border-radius: 10px;
  background: linear-gradient(90deg, #FD54B9 0%, #F489B5 100%);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: transform .3s ease;
  font-size: 18px;
}

.tab-button.inactive {
  background: #FFCFEA;
  color: #000;
  border: 1px solid #FF1CB7;
}

.tab-content {
  display: none;
  background: #fff;
  padding: 40px;
  border: 1px solid #FFE4FB;
  border-radius: 10px;
}

@media screen and (max-width: 950px) {
  .tab-button {
    font-size: 14px;
  }

  .tab-content {
    padding: 20px;
  }
}

.tab-content.active {
  display: block;
}

section.flow p {
  font-family: "Hiragino Maru Gothic Pro", "Noto Sans JP", sans-serif;
}

section.flow .inner {
  background: #FFF4FE;
  border-radius: 20px;
  max-width: 873px;
  margin: 0 auto;
  padding: 0 40px 40px;
}

@media screen and (max-width: 950px) {
  section.flow .inner {
    padding: 0 20px 20px;
    border-radius: 0;
  }
}

section.flow .c-title__contentTitle {
  padding-top: 30px;
}

.flow-desc-wrapper {
  margin-top: 30px;
}

@media screen and (max-width: 950px) {
  .flow-desc-wrapper {
    border: 1px solid #FF74AE;
    background: #fff;
    padding: 20px;
  }

}

.flow-description {
  text-align: center;
}

.flow-title {
  font-family: "Mochiy Pop One", "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;
  font-weight: 800;
  color: #FF5099;
  text-align: center;
  font-size: 20px;
  margin-bottom: .5em;
}

@media screen and (max-width: 950px) {}

.flow-text {
  font-family: "Hiragino Maru Gothic Pro", "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
}

@media screen and (max-width: 950px) {
  .flow-text {
    font-size: 14px;
  }
}

.flow-step {
  margin-bottom: 3em;
}

.flow-step:last-of-type {
  margin-bottom: 0;
}

.step-title {
  color: #F67CB7;
  margin-bottom: 1em;
  font-size: 22px;
  font-weight: 800;
  font-family: "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;

}

@media screen and (max-width: 950px) {
  .step-title {
    font-size: 16px;
  }
}

.step-content {}

#room-content {}

.cvr-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.contact-option {
  margin-bottom: 1em;
}

.contact-option p {
  text-align: center;
  margin-bottom: 1em;
  margin-top: 1em;
}

.contact-info-box {
  margin-top: 20px;
  background: #FFF1FD;
  border: 1px solid #FA65B8;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  font-size: 14px;
}

.contact-info-box .title {
  text-align: center;
}

@media screen and (max-width: 950px) {
  .contact-info-box {
    text-align: left;
  }
}

@media screen and (max-width: 950px) {
  .train .contact-info-box-desc {
    text-align: center;
  }
}


.contact-option .title {
  font-family: "heisei-maru-gothic-std", "Noto Sans JP", sans-serif !important;
  background: #fff;
  border: 1px solid #FA65B8;
  border-radius: 7px;
  text-align: center;
  margin-bottom: 1em;
}

.underbar-lists {
  margin-top: .5em;
}

.underbar-lists li span {
  font-family: "heisei-maru-gothic-std", "Noto Sans JP", sans-serif !important;
  width: fit-content;
  border-bottom: 3px solid #FFAFD6;
}

section.greeting {
  /* margin-top: 100px; */
}

section.greeting .c-title__contentTitle {
  padding-top: 0;
}

section.greeting .inner {
  max-width: 873px;
  margin: 0 auto;
}

section.greeting * {
  font-family: "Hiragino Maru Gothic Pro", "Noto Sans JP", sans-serif;
}


.point-wrapper .flex-wrapper {
  display: flex;
  align-items: end;
  gap: 10px;
}

.point-wrapper .point3 .flex-wrapper {
  align-items: flex-start;
}


@media screen and (max-width: 950px) {
  .point-wrapper .flex-wrapper {
    flex-direction: column;
    align-items: flex-end;
  }

  .point-wrapper .point3 .flex-wrapper {
    align-items: flex-end;
  }
}

/* greeting */

section.greeting .point {
  font-family: "Mochiy Pop One", "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;
  font-size: 20px;
  border-bottom: 1px solid #F67CB7;
  color: #F67CB7;
  width: fit-content;
  margin-bottom: 1em;
  padding-right: 4em;
}

.point-wrapper {
  margin-top: 3em;
}

@media screen and (max-width: 950px) {
  .point-wrapper {
    margin: 3em 0 0;
    padding: 0 20px;
  }
}

.point-wrapper .text-wrapper {
  width: 70%;
}

.point-wrapper .image-wrapper {
  width: 30%;
}

@media screen and (max-width: 950px) {
  .point-wrapper .text-wrapper {
    width: 100%;
  }

  .point-wrapper .image-wrapper {
    width: 46%;
  }
}

.point-wrapper li {
  margin-top: 3em;
}

footer * {
  font-family: "Hiragino Maru Gothic Pro", "Noto Sans JP", sans-serif;
}

footer #menu-main-menu-2 li:nth-of-type(9),
footer #menu-main-menu-2 li:nth-of-type(10) {
  display: none;
}

.bg_title-greeting {
  background: url(../img/cuty-utsunomiya/bg_title-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px;
  border-radius: 30px;
}

@media screen and (max-width: 950px) {
  .bg_title-greeting {
    border-radius: 10px;
    margin-right: -20px;
    margin-left: -20px;
    padding: 30px 40px;
  }
}

.t-front-concept.flow {
  font-family: "Hiragino Maru Gothic Pro", "Noto Sans JP", sans-serif;
  font-weight: 800;
}


@media (max-width: 950px) {
  .t-front-section.t-front-concept {
    padding: 150px 0 0;
  }
}

/* FAQ */
.faq-accordion {
  max-width: 800px;
  margin: 60px auto 0;
}

.panel {
  border: 1px solid #FFCFEA;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  margin-bottom: 20px;
}

.panel.active {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #fff;
}

.panel-header {
  font-family: "Mochiy Pop One", "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;

  width: 100%;
  color: #fff;
  padding: 15px 20px;
  background: #FF74AE;
  border-radius: 40px;
  cursor: pointer;
  font-size: 16px;

  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 950px) {
  .panel-header {
    font-size: 13px;
  }
}

.panel-header:hover {}

.icon {
  width: 20px;
  transition: transform 0.3s;
  position: absolute;
  right: 20px;
  transform: rotate(180deg);
}

@media screen and (max-width: 950px) {
  .icon {
    width: 12px;
  }
}

.panel-header.active .icon {
  transform: rotate(0deg);
}

.panel-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}

.panel-body {
  padding: 20px;
  border-radius: 20px;
  border-top: 1px solid #eee;
  background: #fff;
  border-top: none;

}

/* .panel.active .panel-body {
} */

.panel-body p {
  position: relative;
  padding-left: 1.7em;
  font-family: "Hiragino Maru Gothic Pro", "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;
}

.panel-body p::before {
  font-family: "Mochiy Pop One", "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;
  position: absolute;
  left: 0;
  content: "A.";
  color: #FF5099;
  font-size: 14px;
  top: -2px;
}

@media screen and (max-width: 950px) {
  .panel-body p::before {
    font-size: 13px;
  }
}

/* タブ切り替え */


.tab-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.tab-buttons button {
  font-family: "Mochiy Pop One", "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;

  padding: 10px 20px;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s;
  border-radius: 10px;
  border: 2px solid #FF5099;
  color: #ff5089;
  width: calc(100% / 3);
  background: #fff;
}

@media screen and (max-width: 950px) {
  .tab-buttons {
    gap: 5px;
  }

  .tab-buttons button {
    padding: 5px 10px;
    min-height: 42px;
  }
}

.tab-buttons button:hover {}

.tab-buttons button.active {
  color: #fff;
  border: none;
  background: linear-gradient(90deg, #FD54B9 0%, #F489B5 100%);

}

.tab-contents .content {
  display: none;
  /* padding: 20px 0; */
  animation: fadeIn 0.3s ease-in-out;
  margin-top: 50px;
}

.tab-contents .content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.recruit-inner {
  max-width: 800px;
  margin: 30px auto 0;
  padding: 0 20px;
}

.table-sub-title {
  font-weight: bold;
  color: #FF5099;
  font-family: "heisei-maru-gothic-std", "Noto Sans JP", sans-serif !important;
  margin: .5em 0;
  display: inline-block;
}

.table-sub-sub-title {
  color: #FF5099;
  font-family: "heisei-maru-gothic-std", "Noto Sans JP", sans-serif !important;

}

.f_color_num {
  color: #FF74AE;
}

.table_recruit .image-wrapper {
  max-width: 200px;
}

.table_recruit a {
  color: #5EAEFB;
  text-decoration: underline;
}

@media screen and (max-width: 950px) {
  .table_recruit .image-wrapper {
    margin: 0 auto;
  }

  .table_recruit a {
    margin: 1em 0;
  }

  .debyu-flow .inner800 {
    padding: 0;
  }
}

.debyu-flow .inner800 .item-wrapper {
  background: #fff;
  border: 1px solid #FFCFEA;
  padding: 30px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  font-family: "Shippori Mincho", serif;
  border-radius: 20px;
}

.debyu-flow .arrow {
  width: 30px;
  margin: 20px auto;
}

.debyu-title {
  font-family: "Mochiy Pop One", "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;
  color: #fff;
  background: #FF74AE;
  border-radius: 40px;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

@media screen and (max-width: 950px) {
  .debyu-title {
    padding: 5px;
    font-size: 12px;
  }

  .debyu-flow .inner800 .item-wrapper {
    padding: 30px 20px;
  }
}

.debyu-flow .item-wrapper p {
  font-family: "Hiragino Maru Gothic Pro", "Noto Sans JP", sans-serif;
  text-align: center;
  margin-top: 1em;
}

.recruit-inner .faq-accordion {
  margin: 30px auto 0;
}

.inner800 {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 950px) {
  .inner800 {
    padding: 0 20px;
  }

  .recruit-inner .faq-accordion {
    padding: 0 20px;
  }
}

.contact .contact {
  margin: 60px auto 0;
}

.contact .info-wrapper h3 {
  font-family: "Mochiy Pop One", "heisei-maru-gothic-std", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;
  font-size: 28px;
  text-align: center;
  border-bottom: 1px solid #FF5099;
  color: #FF5099;
  width: fit-content;
  margin: 0 auto 1em;
}

.contact .info-wrapper {
  border: 4px solid #FF5099;
  border-radius: 10px;
  padding: 3em 5em;
}

@media screen and (max-width: 950px) {
  .contact .info-wrapper {
    border: 1px solid #FF5099;
    padding: 30px 20px;
  }

  .contact .info-wrapper h3 {
    font-size: 16px;
    margin-bottom: .5em;
  }
}

.contact .info-wrapper ul li {
  display: flex;
  padding: 1em 1em .5em 1em;
  border-bottom: 1px solid #FF5099;
  align-items: center;
}

@media screen and (max-width: 950px) {
  .contact .info-wrapper ul li {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 2em;
  }

  .contact .info-wrapper ul li:first-of-type {
    padding-top: 1em;
  }
}

.contact .info-wrapper li span:first-of-type {
  font-family: "heisei-maru-gothic-std", "Noto Sans JP", sans-serif !important;
  width: 30%;
  color: #FF5099;
  font-weight: 800;
  padding-left: 2em;
}

@media screen and (max-width: 950px) {
  .contact .info-wrapper li span:first-of-type {
    padding-left: 0;
    margin-bottom: .2em;
  }

  .contact .info-wrapper li span:first-of-type {
    width: 100%;
  }
}

.contact .info-wrapper li span:nth-of-type(2) {
  font-family: "heisei-maru-gothic-std", "Noto Sans JP", sans-serif !important;
  font-weight: 400;
}



.contact .info-wrapper li.line a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4ECD03;
  color: #fff;
  width: fit-content;
  padding: .5em 3em;
  border-radius: 20px;
}

.underlayer .price-section {
  padding: 0 20px;
}

/* セラピスト詳細のサブパネルのちらつき対策 */

/* 初期状態でサムネイルスライダーを非表示にする */
.js-slick-therapist-mini {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

/* Slickが初期化された後に表示 */
.js-slick-therapist-mini.slick-initialized {
  opacity: 1;
  visibility: visible;
}

/* または、高さを制限する方法 */
.js-slick-therapist-mini:not(.slick-initialized) {
  max-height: 100px;
  /* 適切なサイズに調整 */
  overflow: hidden;
}