/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* base */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 374px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5;
  color: #333333;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cagliostro-regular {
  font-family: "Cagliostro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #a36d6a;
}
/* l-body */
.l-body.noScroll {
  overflow: hidden;
}

/* l-header */
.l-header {
  width: 100%;
  padding-top: 3%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.l-header__logo {
  width: 29.3rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
      margin: 1rem 0 0 1rem;
      width: 25rem;
  }
}
.l-header__btnArea {
  width: 25rem;
  max-width: 100%;
  position: absolute;
  top: 2.6rem;
  right: 3rem;
}
@media screen and (max-width: 768px) {
  .l-header__btnArea {
    display: none;
  }
}

/* l-footer */
/* l-inner */
.l-inner {
  width: 1032px;
  max-width: 100%;
  padding: 0 15px;
  margin: auto;
}

/* c-site */
.c-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-site {
    padding-bottom: 4rem;
  }
}
.c-site__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
    background: #fff0ec;
}

/* c-btn */
.c-btn {
  display: block;
  font-size: 2.4rem;
  color: #000;
  letter-spacing: 0.1em;
  padding: 0 0.5rem 0 3.6rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  background: #fff url(../../assets/images/i_mail.webp) left 3.5rem center/3.1rem auto no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-btn {
      display: none;
    font-size: 2rem;
  }
}
.c-btn:hover {
  opacity: 0.8;
}

/* c-btnCommon */
.c-btnCommon {
  position: relative;
  display: block;
  color: #000;
  width: 42rem;
  width: 50%;
  max-width: 100%;
  margin: auto;
  cursor: pointer;
  position: relative;
  padding: 1rem 0.4rem;
  border: 1px solid #000;
  background: #fff;
  text-align: center;
  font-size: 2.2rem;
  line-height: 2;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btnCommon:hover {
  color: #fff;
  background-color: #333333;
}
.c-btnCommon.webyoyaku { background: #da93f9; }
.c-btnCommon.lineyoyaku { background: #06C755; color: #fff; }
.c-btnCommon i { margin-right: 5px; }
@media screen and (max-width: 768px) {
    .c-btnCommon {
        padding: .4rem 1.1rem;
        width: 70%;
        font-size: 2rem;
        line-height: 3;
        letter-spacing: 0;
    }

}
/* c-sectionTtl */
.c-sectionTtl {
  text-align: center;
}
.c-sectionTtl--white {
  color: #fff;
}
.c-sectionTtl__en {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #d3a5a6;
}
@media screen and (max-width: 768px) {
  .c-sectionTtl__en {
    font-size: 3rem;
  }
}
.c-sectionTtl__ja {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7083333333;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .c-sectionTtl__ja {
    font-size: 2rem;
  }
}

/* c-ttl*/
.c-ttl {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4761904762;
}
@media screen and (max-width: 768px) {
  .c-ttl {
    font-size: 2.8rem;
  }
}

/* c-aboutBox */
.c-aboutBox {
  position: relative;
  padding: 12.4rem 0 15rem;
}
@media screen and (max-width: 1023px) {
  .c-aboutBox {
    padding: 18% 0;
  }
}
@media screen and (max-width: 768px) {
  .c-aboutBox {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-aboutBox--reverse {
    padding-top: 12vw;
  }
}
.c-aboutBox--reverse .c-aboutBox__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-aboutBox--reverse .c-aboutBox__imgArea {
  right: auto;
  left: 0;
}
.c-aboutBox--reverse .c-aboutBox__pallalax {
  right: auto;
  left: 0;
}
.c-aboutBox__en {
  position: absolute;
  top: -1.2rem;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .c-aboutBox__en {
    top: -1.2vw;
  }
}
.c-aboutBox__en.is_show .c-en {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.c-aboutBox__en.is_show .c-en span {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.c-aboutBox__imgArea {
  height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .c-aboutBox__imgArea {
    max-width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .c-aboutBox__imgArea {
    right: 30%;
    max-width: 140%;
    width: 140%;
    position: relative;
    padding: 0;
  }
}
.c-aboutBox__pallalax {
  width: 45rem;
  max-width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.c-aboutBox__pallalax img {
  width: 100%;
  height: 100%;
}
.c-aboutBox__img {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.c-aboutBox__desc {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-aboutBox__desc {
    padding: 4rem 1.2rem;
  }
}
.c-aboutBox__descInner {
  width: 52rem;
  max-width: 100%;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .c-aboutBox__descInner {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .c-aboutBox__descInner {
    width: 100%;
    max-width: 100%;
  }
}
.c-aboutBox__ttl {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.4761904762;
}
@media screen and (max-width: 1023px) {
  .c-aboutBox__ttl {
    font-size: 2.4rem;
  }
}
.c-aboutBox__txt {
  margin-top: 0;
  font-size: 3rem;
      margin-top: -0.6rem;
    font-size: 2.6rem;
    line-height: 2;
    font-weight: 100;
}
@media screen and (max-width: 1023px) {
  .c-aboutBox__txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-aboutBox__txt {
    margin-top: 2.6rem;
    line-height: 2;
    font-size: 1.6rem;
  }
}

/* c-en */
.c-en {
  color: #fff;
  font-size: 14.7rem;
  line-height: 1;
  font-family: "garamond-premier-pro", serif;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-transition: all 1.4s ease;
  transition: all 1.4s ease;
}
@media screen and (max-width: 1023px) {
  .c-en {
    font-size: 14vw;
  }
}
.c-en span {
  display: inline-block;
  -webkit-transition: all 1.4s ease;
  transition: all 1.4s ease;
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
}
.c-en span:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.c-en span:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.c-en span:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.c-en span:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.c-en span:nth-child(6) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.c-en span:nth-child(7) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.c-en span:nth-child(8) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.c-en span:nth-child(9) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.c-en span:nth-child(10) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.c-en--flow {
  color: #F8F8F8;
}

/* c-boxToggle */
.c-boxToggle__trigger {
  color: #333333;
  display: block;
  width: 42rem;
  max-width: 100%;
  margin: auto;
  cursor: pointer;
  position: relative;
  padding: 0.4rem;
  background-color: #fff;
  border: 1px solid #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-boxToggle__trigger::before, .c-boxToggle__trigger::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-boxToggle__trigger::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.c-boxToggle__trigger:hover {
  color: #fff;
  background-color: #333333;
}
.c-boxToggle__trigger:hover::before, .c-boxToggle__trigger:hover::after {
  background-color: #fff;
}
.c-boxToggle__content {
  padding: 0 4.8%;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.c-boxToggle__contentTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
  padding-bottom: 2.6rem;
}
@media screen and (max-width: 768px) {
  .c-boxToggle__contentTop {
    display: block;
  }
}
.c-boxToggle__contentTopImg {
  width: 22.3rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .c-boxToggle__contentTopImg {
    width: 100%;
  }
}
.c-boxToggle__contentTopTxt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 3.5rem;
}
@media screen and (max-width: 768px) {
  .c-boxToggle__contentTopTxt {
    margin-left: 0;
  }
}
.c-boxToggle__contentBottom {
  margin-top: 1rem;
  line-height: 2;
  padding-top: 1rem;
  border-top: 1px solid #BFBFBF;
}
.c-boxToggle__contentBottomImg {
  width: 85rem;
  max-width: 100%;
  margin:  2rem auto 0;
}
.c-boxToggle__contentBottomTxt {
  margin-top: 3rem;
}
.c-boxToggle.is-active {
  background-color: #fff;
}
.c-boxToggle.is-active .c-boxToggle__trigger::after {
  background-color: transparent;
}
.c-boxToggle.is-active .c-boxToggle__content {
  padding: 5.5rem 4.8% 5rem;
  line-height: normal;
  height: auto;
  opacity: 1;
}

/* c-doctor */
.c-doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-doctor {
    display: block;
  }
}
.c-doctor--imgLeft .c-doctor__desc {
  width: 62.4rem;
  max-width: 58%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .c-doctor--imgLeft .c-doctor__desc {
    width: 100%;
    max-width: 100%;
    margin-top: 2rem;
  }
}
.c-doctor--imgRight .c-doctor__figure {
  right: 0;
}
.c-doctor--imgRight .c-doctor__desc {
  width: 69.3rem;
  max-width: 70%;
}
@media screen and (max-width: 1180px) {
  .c-doctor--imgRight .c-doctor__desc {
    max-width: 58%;
  }
}
@media screen and (max-width: 768px) {
  .c-doctor--imgRight .c-doctor__desc {
    width: 100%;
    max-width: 100%;
    margin-top: 2rem;
  }
}
.c-doctor__figure {
  width: 50.1rem;
  max-width: 38%;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .c-doctor__figure {
    max-width: 100%;
    position: initial;
    margin: auto;
  }
}
.c-doctor__inner {
  width: 112rem;
  padding: 0 1rem;
  max-width: 100%;
  margin: auto;
}
.c-doctor__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-doctor__role {
  font-weight: 700;
  line-height: 1.2;
}
.c-doctor__name {
  font-size: 3rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .c-doctor__name {
    font-size: 2.6rem;
  }
}
.c-doctor__jobTtl {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .c-doctor__jobTtl {
    font-size: 2rem;
  }
}
.c-doctor__txt {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  margin-top: 6.8rem;
}
@media screen and (max-width: 768px) {
  .c-doctor__txt {
    font-size: 1.6rem;
    margin-top: 2.8rem;
  }
}
.c-doctor__history {
  font-size: 1.6rem;
  line-height: 2.125;
  margin-top: 8.4rem;
}
@media screen and (max-width: 768px) {
  .c-doctor__history {
    font-size: 1.4rem;
    margin-top: 2.8rem;
  }
}

/* c-cta */
.c-cta {
  position: relative;
  margin: 0 auto;
  width: 70%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: flex;
}
    .c-cta:first-of-type a::before {
        position:absolute;
        top: 11px;
        left: 45px;
        content: '';
        display: block;
        width: 25px;
        height: 25px;
/*        background: url(../../assets/images/tel.svg) left top no-repeat;*/
        background-size: 25px;
    }
@media screen and (max-width: 768px) {
    .c-cta { width: 100%; }
    .c-cta:first-of-type a::before {
        top: 20px;
        left: 9%;
    }
}

.js-loadFade {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.js-loadFade._fadeUp {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.js-loadFade.is_show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.js-loadFade._delay01 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.js-loadFade._delay02 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.js-scrollFade {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.js-scrollFade._fadeUp {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.js-scrollFade.is_show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.js-scrollFade._delay01 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}


/*========= モーダル表示のためのCSS ===============*/
#info{
  display: none;
}
.info-pc { display: block; }
.info-sp { display: none; }
.modaal-container{
    max-width: 1000px;
}
.modaal-content-container { padding: 0 !important;}
.modal-open { display: block; margin-bottom: 2rem; font-size: 2.2rem; color: #c84bff; text-decoration: underline; }
@media screen and (max-width: 768px) {
    .info-pc { display: none; }
    .info-sp { display: block; }
    .modal-open { margin: 0 auto 2rem; padding: 2rem auto 2rem; width: 90%; font-size: 1.8rem; line-height: 1.4; }
    .modaal-container { max-width: 85%;}
}
/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
  background:#fff;  
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#000;
}


/*========= レイアウトのためのCSS ===============*/
small{
  background:#333;
  color:#fff;
  display: block;
  text-align: center;
  padding:20px;
}

/* p-mv */
.p-mv {
  padding: 15rem 0 20rem;
  position: relative;
  height: 770px;
}
.p-mv__videoArea {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #e8edf3;
}
.p-mv__videoArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  object-position: top center;
  position: relative;
  left: 53%;
  width: 50%;
  min-width: 700px;
}
.p-mv__copy {
  position: relative;
  margin: 10rem 0 10rem 0;
  font-size: 4rem;
  font-weight: 100;
  letter-spacing: 0.14em;
  line-height: 2;
  color: #000;
  font-weight: 100; 
}
.p-mv p {
  position: relative;
  font-size: 2.6rem;
  font-weight: 100;
  line-height: 1.6;
  color: #888;
}
@media screen and  (max-width: 1280px) {
    .p-mv__video {
        left: 50%;
        width: 50%;
        min-width: 650px;
    }
    .p-mv__copy { font-size: 3.4rem; }
    .p-mv p { font-size: 2.2rem; }
}
@media screen and (max-width: 768px) {
    .p-mv {
        padding: 15rem 0 0;
        height: 100vh;
    } 
    .p-mv__video {
        bottom: -6rem;
        left: 30%;
        width: 30%;
    }
    .p-mv__videoArea img { top: 9rem; left: 0; width: 30%; height: auto; min-width: 700px;}
    .p-mv__copy { margin: 30rem 0 3rem 0; font-size: 3.4rem; text-shadow: 1px 1px 1px #fff }
    .p-mv p { font-size: 2.2rem; text-shadow: 1px 1px 1px #fff; }
}
@media screen and (max-width: 520px) {
    .p-mv {
        height: 100vh;
    } 
    .p-mv__video {
        bottom: -10rem;
        left: -15%;
        min-width: 600px
    }
    .p-mv__copy { margin: 40rem 0 3rem 0; font-size: 2.8rem; letter-spacing: 3px; line-height: 1.8; }
    .p-mv p { font-size: 2rem; }
}
@media screen and (max-width: 375px) {
    .p-mv__video { bottom: -5rem; left: -15%; min-width: 550px}
    .p-mv__copy { margin: 27rem 0 2rem 0; font-size: 2.4rem; letter-spacing: 3px; }
    .p-mv p { font-size: 1.8rem; }
}
.p-mv__btnAreaSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-mv__btnAreaSP {
    width: 25rem;
    display: block;
    position: relative;
    margin-top: 2.6rem;
  }
}
.p-mv__bg {
  width: 94.3rem;
  max-width: 80%;
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

/* p-namyami */
.p-nayami {
  padding: 10rem 0;
  background: #f5e7e6;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-nayami {
    height: initial;
    padding-bottom: 1.6rem;
  }
}
.p-nayami__inner {
  width: 102rem;
  max-width: 100%;
  margin: auto;
  text-align: center;
}
.p-nayami__ttl {
  font-size: 4rem;
  font-weight: 100;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-nayami__ttl {
    font-size: 6vw;
  }
}
.p-nayami__img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-nayami__img {

  }
}
.p-nayami__list {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 6rem 1rem 0;
}
@media screen and (max-width: 768px) {
  .p-nayami__list {
    width: 95%;
    margin-top: 1rem;
  }
}
.p-nayami__list li {
    margin: 0 5px 3rem;
    width: 250px;
    font-size: 2.4rem;
    color: #a36d6b;
    font-weight: 100;
    text-align: -webkit-center;
}
.p-nayami__list li span {
    display: block;
    width: 200px;
    height: 200px;
    background-color: #d3a5a6;
    border-radius: 50%;
}
    .p-nayami__list li span img {
        display: block;
        margin: 0 auto;
        padding: 5rem 0 0;
        max-width: 100px;
    }
@media screen and (max-width: 768px) {
    .p-nayami__list li {
        width: 45%;
        font-size: 1.8rem;
        line-height: 1.6;
    }
    .p-nayami__list li span {
        width: 150px;
        height: 150px;
    }
    .p-nayami__list li span img {
        padding: 3rem 0 0;
    }
}
.p-nayami__itemInner {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  padding: 2rem 3rem;
  -webkit-box-shadow: 0 0 4px rgba(96, 96, 96, 0.1);
          box-shadow: 0 0 4px rgba(96, 96, 96, 0.1);
}
@media screen and (max-width: 900px) {
  .p-nayami__itemInner {
    font-size: 3vw;
    padding: 0 3vw;
  }
}
@media screen and (max-width: 768px) {
  .p-nayami__itemInner {
    font-size: 5vw;
  }
}

/* p-about */
.p-about__item {
  background: #c19091 url(../../assets/images/p-about_bg.webp) right top/cover no-repeat;
}
.p-about__itemInner {
  width: 100%;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
    .p-about__item {
     background: #c19091;
    }
}

/* p-treatment */
.p-treatment__en {
  position: absolute;
  top: -1.7rem;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .p-treatment__en {
    top: -1.2vw;
  }
}
.p-treatment__en.is_show .c-en {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-treatment__en.is_show .c-en span {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-treatment__header {
  padding: 10rem 0 10.6rem;
  background-color: #e8edf3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-treatment__header {
    padding: 6rem 0 26rem;
  }
}
.p-treatment__img {
  width: 78.9rem;
  max-width: 100%;
  position: absolute;
  left: calc(50% - 18rem);
  bottom: 0;
}
.p-treatment__list {
  width: 38.3rem;
  max-width: 80%;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-treatment__list {
    max-width: 100%;
  }
}
.p-treatment__item {
  font-size: 2.8rem;
  line-height: 1.8928571429;
  color: #D37ED3;
  font-weight: 700;
  margin-top: 1.5rem;
  position: relative;
}
.p-treatment__item a {
  color: #c19191;
}
.p-treatment__item a:hover {
  color: #d4adad;
}
@media screen and (max-width: 768px) {
  .p-treatment__item {
    font-size: 2rem;
  }
}
.p-treatment__item span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1rem 0 5.6rem;
  border-radius: 10px;
  background: #fff url(../../assets/images/check.webp) left 1.8rem center/2.8rem auto no-repeat;
  position: relative;
  z-index: 2;
}
.p-treatment__item::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -3px;
  bottom: -3px;
  z-index: 1;
}


.p-treatment__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 3rem;
}
.p-treatment__box {
  margin-bottom: 3rem;
  padding-bottom: 4rem;
  width: 33%;
  background-color: #fdf3ff;
}
    .p-treatment__box .l-inner { width: 80%; }
@media screen and (max-width: 768px) {
    .p-treatment__box {
        padding-bottom: 5rem;
        width: 100%;
    }
}
.p-treatment__box--02, .p-treatment__box--04, .p-treatment__box--06 {
  background-color: #fff6f4;
}
.p-treatment__boxInner {
  width: 100%;
  padding: 0 0 2rem;
}
.p-treatment__boxImg {
    width: 100%;
}
@media screen and (max-width: 900px) {
  .p-treatment__boxImg {
    position: initial;
    width: 100%;
  }
}

.p-treatment__boxLead {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 2;
  text-align: center;
  background-color: #fff;
  padding: 0 2rem;
  margin-top: 3rem;
}
    .p-treatment__boxLead span { font-size: 1.4rem; }
@media screen and (max-width: 768px) {
  .p-treatment__boxLead {
    display: block;
    margin-top: 1rem;
    font-size: 2.4rem;
    padding: 1rem 2rem;
    text-align: center;
  }
  .p-treatment__boxLead span { font-size: 1.6rem; }
}
.p-treatment__boxLead--02 {
  background-color: #fff;
}
.p-treatment__boxTxt {
  margin-top: 1.8rem;
  line-height: 2;
}
.p-treatment__boxDesc {
  width: 64rem;
  max-width: 100%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 900px) {
  .p-treatment__boxDesc {
    width: 100%;
  }
}
.p-treatment__boxToggleArea {
  margin-top: 6rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 900px) {
  .p-treatment__boxToggleArea {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
/* p-flow */
.p-flow {
  padding: 7rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-flow {
    font-size: 6rem 0;
  }
}
.p-flow__en {
  position: absolute;
  top: -1.7rem;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .p-flow__en {
    top: -1.2vw;
  }
}
.p-flow__en.is_show .c-en {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-flow__en.is_show .c-en span {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-flow__list {
  width: 136.6rem;
  max-width: 100%;
  margin: 8.6rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-flow__list {
    margin-top: 4rem;
  }
}
.p-flow__item {
  min-height: 33rem;
  padding: 8rem 0;
  position: relative;
  background: #fff;
}
.p-flow__item:not(:first-child) {
  margin-top: 10rem;
}
.p-flow__item--imgRight .p-flow__itemImg {
  right: 0;
}
.p-flow__item--imgLeft .p-flow__itemDesc {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-flow__item--imgLeft .p-flow__itemDesc {
    margin-top: 4rem;
  }
}
.p-flow__itemImg {
  width: 55rem;
  max-width: 100%;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1230px) {
  .p-flow__itemImg {
    max-width: 38%;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__itemImg {
    width: 100%;
    max-width: 100%;
    position: initial;
    max-width: 100%;
  }
}
.p-flow__itemTtl {
  font-size: 2.8rem;
  font-weight: 600;
  padding-left: 7rem;
}
@media screen and (max-width: 768px) {
  .p-flow__itemTtl {
    font-size: 2.2rem;
    line-height: 1.6;
    padding-left: 4.4rem;
  }
}
.p-flow__itemDesc {
  width: 55rem;
  max-width: 60%;
  position: relative;
}
.p-flow__itemTxt {
    margin-top: 1rem;
    font-size: 1.8rem;
    line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .p-flow__itemDesc {
    width: 100%;
    max-width: 100%;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__itemTxt {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 2;
  }
}
.p-flow__num {
  font-size: 9.4rem;
  font-weight: 400;
  font-style: italic;
  color: #a36d6b;
  line-height: .5;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-flow__num {
    font-size: 6rem;
  }
}

/* p-faq */
  .p-faq__list {
    margin: 5rem auto 8rem;
    width: 85%;
  }
    .p-faq__list h3 { font-weight: 100; text-align: left; line-height: 2; }
  .p-faq__item { font-weight: 100; text-align: left; line-height: 2; }
  .p-faq__item span { font-weight: 500; }
  .p-faq__item:not(:last-child) {
  border-bottom: 1px solid #aaa;
}
  /* c-boxToggle */
.c-boxToggle {
  padding: 1rem 0;
}
.c-boxToggle__trigger {
  font-size: clamp(16px, 2.7948717949vw, 18px);
}

.c-boxToggle__trigger::before, .c-boxToggle__trigger::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 2px;
  background-color: #43506c;
  position: absolute;
  top: 50%;
  right: 0;
}

.c-boxToggle__trigger::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-boxToggle__content {
  font-size: clamp(14px, 2.2vw, 16px);
  line-height: 1.6;
  padding: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.c-boxToggle__trigger span, .c-boxToggle__content span { font-size:1.4rem; font-weight: 300; color: #b29a59; }
.c-boxToggle.is_active .c-boxToggle__trigger::after {
  background-color: transparent;
}
.c-boxToggle.is_active .c-boxToggle__content {
padding: 1rem 0 0 0;
  height: auto;
  opacity: 1;
}



/* p-access */
.p-access {
  padding: 13rem 0 3rem;
  background-color: #F8F8F8;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-price p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .p-access {
    padding: 6rem 0;
  }
}
.p-access__en {
  color: #fff;
  font-family: "garamond-premier-pro", serif;
  font-size: 14.7rem;
  line-height: 1;
  position: absolute;
  top: -1.7rem;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-access__en {
    font-size: 16vw;
    top: -0.5rem;
  }
}
.p-access__inner {
  width: 1032px;
  max-width: 100%;
  padding: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-access__inner {
    display: block;
  }
}
.p-access__figure {
  width: 55.4rem;
  max-width: 50.3636363636%;
}
@media screen and (max-width: 768px) {
  .p-access__figure {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
}
.p-access__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 4%;
}
@media screen and (max-width: 768px) {
  .p-access__desc {
    margin: 2rem auto 0;
    width: 90%;
  }
}
.p-access__name {
  font-size: 2.4rem;
  letter-spacing: 0.15rem;
  line-height: 1.7083333333;
}
@media screen and (max-width: 768px) {
  .p-access__name {
    font-size: 2rem;
  }
}
.p-access__address {
  margin-top: 8.6rem;
  font-size: 1.8rem;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .p-access__address {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
.p-access__train {
  font-size: 1.8rem;
  line-height: 2.5;
  margin-top: 5rem;
}
.p-access__train a {
    color: #000;
    text-decoration: underline;
}
.p-access__insta {
  margin-top: 5rem;
  width: 70%;
  background: -webkit-gradient(90deg, #f8e7fc 35%, #ffdcdc);
  background: linear-gradient(90deg, #f8e7fc 35%, #ffdcdc);
  border-radius: 10px;
  font-size: 1.8rem;
  line-height: 2.5;
}
.p-access__insta a {
  display: block;
  padding: 5px 2rem;
  width: 100%;
  height: 100%;
}
.p-access__insta img { display: inline-block; vertical-align: middle; width: 35px; }
.p-access__insta span { display: inline-block; margin-left: 1.5rem;}
.p-access__insta a { color: #000; }
@media screen and (max-width: 768px) {
  .p-access__train {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .p-access__insta {
    margin: 2rem auto;
    width: 85%;
    font-size: 1.6rem;
  }
}
/* p-contact */
.p-contact {
  padding: 16.3rem 0 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 6rem 0 3rem;
  }
}
.p-contact__en {
  color: #F8F8F8;
  font-family: "garamond-premier-pro", serif;
  font-size: 14.7rem;
  line-height: 1;
  position: absolute;
  top: -1.7rem;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-contact__en {
    font-size: 16vw;
    top: -0.5rem;
  }
}
.p-contact__ttl {
  font-size: 4.2rem;
  line-height: 1.4761904762;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-contact__ttl {
    font-size: 2.8rem;
  }
}
.p-contact__notice {
  font-size: 2.2rem;
  text-align: center;
  margin-top: 3.4rem;
}
@media screen and (max-width: 768px) {
  .p-contact__notice {
    font-size: 1.8rem;
    background-color: #FFF;
    padding: 1rem;
  }
}
.p-contact__notice span {
  padding: 1rem 2.3rem;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-contact__notice span {
    padding: 0;
  }
}
.p-contact__txt {
  margin-top: 5.2rem;
}
@media screen and (max-width: 768px) {
  .p-contact__txt {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-contact__btnArea {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-contact__btnArea { display: none; }
}
/* u-align */
.u-align--center {
  text-align: center !important;
}
.u-align--right {
  text-align: right !important;
}

/* u-txt */
.u-txt--color {
  color: #1b5ad4;
}

/* u-display */
.u-display--pcNone {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-display--pcNone {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .u-display--spNone {
    display: none !important;
  }
}
.u-display--inlineBlock {
  display: inline-block;
}

table {
    margin: 0 auto 10px;
    width: 100%;
}
th, td {
    padding: 10px 20px;
    background: #f0f0f0;
}
th {
    width: 45%;
    text-align: right;
}
    th span { font-size: 1.4rem; }
td {
    background: #f9f9f9;
    text-align: right;
}
thead th, thead td {
    padding: 5px 20px;
    background: #555;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #fff;
}
tbody th, tbody td {
    font-size: 1.8rem;
    line-height: 1.6;
}
    thead td:last-child {
        background: #ff5df8;
        font-size: 2rem;
        line-height: 1.4;
        color: #fff;
    }
tbody td.monitor {
    display: flex;
    justify-content: end;
    font-size: 2rem;
    color: #ff5df8;
    font-weight: 700;
}
    tbody td.monitor div { margin-left: 5px; padding: 0 .7rem .2rem; width: 90px; border-radius: 20px; background: #3a47d2; font-size: 1.4rem;  color: #fff; font-weight: 500; text-align: center;}
    tbody td.monitor div.longver { width: 200px; letter-spacing: 2px; }
    tbody td.monitor span { margin-right: 2px; font-size: 2.2rem; font-weight: 700; }
    
@media screen and (max-width: 768px) {
    th, td {
        padding: 10px 5px;
        font-size: 1.4rem;
        line-height: 1.6;
    }
    th {
        font-size: 1.3rem;
        width: 60%;
    }
    th span { font-size: 1rem; }
    thead th, thead td {
        padding: 5px 5px;
        font-size: 1.3rem;
    }
    table.monitor-table th {
        padding: 10px 3px;
        width: 60%;
    }
    table.monitor-table td {
       padding: 10px 2px;
        font-size: 1.4rem;
    }
    tbody th {
        font-size: 1.3rem;
        line-height: 1.4;
    }
    tbody td {
        font-size: 1.4rem;
        line-height: 1.4;
    }
    thead td:last-child {
        font-size: 1.2rem;
        line-height: 1.4;
    }
    tbody td.monitor {
        display: block;
        font-size: 1.3rem;
    }
    tbody td.monitor div { display: block; margin: 0 auto; padding: 0 .3rem .1rem; width: 100%; border-radius: 10px; font-size: 1.2rem; }
    tbody td.monitor span { margin-right: 2px; font-size: 1.5rem; }
    tbody td.monitor div.longver { max-width: 100px; }
}

footer {
    padding: 2rem 0 8rem;
    font-size: 1.4rem;
    color: #444;
    text-align: center;
    line-height: 1;
}
@media screen and (max-width: 768px) {
    footer {
        margin-bottom: 2rem;
        padding: 2rem 0 2rem;
        font-size: 1.1rem;
    }
}

