@charset "UTF-8";
.p-all {
  position: relative;
  background: #FCF8F8;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .p-all {
    padding: 6rem 0 1.4rem;
  }
}
.p-all__wrap {
  max-width: 91.3rem;
  margin: 0 auto;
}
.p-all__ttl {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-all__ttl {
    width: auto;
    padding: 0 1.2rem;
  }
}
.p-all__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-all__ttl .pre {
  font-size: 2.3rem;
  line-height: 1.9;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-all__ttl .pre {
    position: absolute;
    top: 1.4rem;
    left: 0;
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
    line-height: 2.4;
  }
  .p-all__ttl .pre br {
    display: none;
  }
}
.p-all__ttl .txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2.4rem;
  margin: 0 1.4rem;
  padding: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-all__ttl .txt {
    display: block;
    margin: -3rem 0.5rem 0;
    padding: 0;
  }
}
.p-all__ttl .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1rem;
}
.p-all__ttl .all {
  font-size: 2.3rem;
  writing-mode: vertical-lr;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-all__ttl .all {
    font-size: 2rem;
    letter-spacing: 0.3em;
  }
}
.p-all__ttl .numwrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  gap: 0 0.6rem;
}
.p-all__ttl .num {
  display: inline-block;
  width: 65px;
  text-align: right;
  white-space: nowrap;
  font-size: 7rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  background: linear-gradient(215deg, rgb(225, 185, 90) 0%, rgb(185, 131, 116) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: -16px;
}
.p-all__ttl .part {
  font-size: 2.3rem;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-all__ttl .part {
    font-size: 2rem;
    line-height: 1.3;
  }
  .p-all__ttl .part span {
    font-size: 1.7rem;
  }
}
.p-all__ttl .img {
  display: block;
  width: 18.4rem;
}
@media screen and (max-width: 767px) {
  .p-all__ttl .img {
    width: 10.8rem;
  }
}
.p-all-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-all-list {
    gap: 0.2rem;
    padding: 0 1.7rem;
  }
}
.p-all-list__item {
  width: 12.7rem;
  height: 4.2rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-all-list__item {
    width: calc((100% - 0.8rem) / 4);
    height: 2.5rem;
    font-size: 1.1rem;
  }
}
.p-all-list__item a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0 3rem 0 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-all-list__item a {
    padding: 0 1.6rem 0 0.7rem;
  }
}
.p-all-list__item a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.3rem);
  right: 0.8rem;
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 0.8px solid #B98374;
  border-left: 0.8px solid #B98374;
  transform: rotate(-45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-all-list__item a::after {
    top: calc(50% - 0.2rem);
    right: 0.6rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}

.p-photo {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.p-photo__inner {
  display: flex;
  width: max-content;
  animation: merit-scroll 20s linear infinite;
}
.p-photo__item {
  flex-shrink: 0;
  margin-right: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-photo__item {
    margin-right: 0.1rem;
  }
}
.p-photo__item img {
  display: block;
  width: 27.2rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-photo__item img {
    width: 15.8rem;
  }
}

.p-clinic {
  position: relative;
  padding: 8.8rem 0 8rem;
}
.p-clinic-head-list {
  position: absolute;
  left: 50%;
  top: -2.8rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 73.7rem;
  height: 5.6rem;
  gap: 0 6rem;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  clip-path: polygon(2.5% 0, 97.5% 0, 100% 50%, 97.5% 100%, 2.5% 100%, 0% 50%);
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-clinic-head-list {
    top: -1.75rem;
    left: 50%;
    width: calc(100% - 2.8rem);
    height: 3.5rem;
    gap: 0 3.4rem;
  }
}
.p-clinic-head-list__item {
  position: relative;
  width: 15rem;
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-clinic-head-list__item {
    width: auto;
    font-size: 1.3rem;
  }
}
.p-clinic-head-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3rem;
  width: 1px;
  height: 3rem;
  background: #fff;
  transform: translateY(-50%) rotate(10deg);
}
@media screen and (max-width: 767px) {
  .p-clinic-head-list__item::before {
    left: -2rem;
    height: 2.2rem;
  }
}
.p-clinic-head-list__item:first-child::before {
  content: none;
}
.p-clinic-head-list__item span {
  position: relative;
  padding: 0 0 0 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-clinic-head-list__item span {
    padding: 0 0 0 1.6rem;
  }
}
.p-clinic-head-list__item span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.8rem;
  height: 1.2rem;
  background: url(../img/common/icn_clinic_check.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-clinic-head-list__item span::before {
    width: 1.2rem;
    height: 0.8rem;
  }
}
.p-clinic__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 112rem;
  margin: 0 auto;
}
.p-clinic__wrap + .p-clinic__wrap {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__wrap + .p-clinic__wrap {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .p-clinic__wrap {
    display: block;
    width: 100%;
  }
}
.p-clinic-side {
  width: 23.7rem;
}
@media screen and (max-width: 767px) {
  .p-clinic-side {
    width: 100%;
  }
}
.p-clinic-side__inner {
  position: sticky;
  top: 15rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-clinic-side__inner {
    position: relative;
    top: auto;
    left: auto;
  }
}
.p-clinic-side__place {
  position: relative;
  font-size: 3.8rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #B98374;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-clinic-side__place {
    display: block;
    font-size: 3.2rem;
    text-align: center;
  }
}
.p-clinic-side__place span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 2rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-clinic-side__place span {
    position: relative;
    bottom: auto;
    right: auto;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    margin: 1.2rem 0 0;
  }
}
.p-clinic-side__place span.small {
  position: relative;
  bottom: auto;
  left: auto;
}
@media screen and (max-width: 767px) {
  .p-clinic-side__place span.small {
    display: inline;
    margin-left: 1rem;
  }
}
.p-clinic-side-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.4rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-clinic-side-list {
    gap: 1.4rem 2rem;
    padding: 0 2.4rem;
  }
}
.p-clinic-side-list__item {
  width: calc(50% - 0.5rem);
  font-size: 1.4rem;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
@media screen and (max-width: 767px) {
  .p-clinic-side-list__item {
    width: calc((100% - 4rem) / 3);
  }
}
.p-clinic-side-list__item a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0 3rem 0.4rem 0;
}
.p-clinic-side-list__item a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.3rem);
  right: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  border-bottom: 1px solid #B98374;
  border-left: 1px solid #B98374;
  transform: rotate(-45deg) translateY(-50%);
}
.p-clinic-main {
  width: 80.7rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-clinic-main {
    width: auto;
    margin-top: 6rem;
    padding: 0 2.4rem;
  }
}
.p-clinic-main__item {
  position: relative;
  width: 100%;
  min-height: 52.4rem;
  padding: 1.8rem 0 0 38.8rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-clinic-main__item {
    width: 100%;
    padding: 0;
    margin-top: 6rem;
  }
}
.p-clinic-main__item:first-child {
  margin-top: 0;
}
.p-clinic-main__ttl {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-clinic-main__ttl {
    font-size: 2.4rem;
  }
}
.p-clinic-main__ttl span {
  color: #B98374;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-clinic-main__ttl span {
    display: block;
  }
}
.p-clinic-main__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 36.3rem;
  height: 52.4rem;
}
@media screen and (max-width: 767px) {
  .p-clinic-main__img {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 23.8rem;
    margin: 1.2rem 0 0;
  }
}
.p-clinic-main__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-clinic-main__open {
  width: 100%;
  border-top: 1px solid #ECECEC;
  border-left: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  margin-top: 1.8rem;
}
.p-clinic-main__open thead th {
  background: #F5F5F5;
}
.p-clinic-main__open tbody th {
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.p-clinic-main__open tr th {
  height: 3.5rem;
  font-size: 1.5rem;
  text-align: center;
  border-right: 1px solid #ECECEC;
  font-weight: 400;
  vertical-align: middle;
}
.p-clinic-main__open tr th:first-child {
  width: 10.4rem;
}
.p-clinic-main__open tr td {
  text-align: center;
  font-size: 1.4rem;
  vertical-align: middle;
  border-right: 1px solid #ECECEC;
}
.p-clinic-main__open tr td .open {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 100%;
  background: #D4A3A2;
  margin: 0 auto;
}
.p-clinic-main__open tr td .close {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.p-clinic-main__open tr td .close::before {
  content: "休";
  color: #979797;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-clinic-main__open tr td .close::before {
    font-size: 1.3rem;
  }
}
.p-clinic-main__open tr td .half {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #D4A3A2;
  margin: 0 auto;
}
.p-clinic-main-define {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2.4rem 0 0;
}
.p-clinic-main-define__ttl {
  width: 7rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: #B98374;
  border-top: 1px solid #B98374;
  padding: 1.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-clinic-main-define__ttl {
    font-size: 1.3rem;
  }
}
.p-clinic-main-define__txt {
  width: calc(100% - 7rem);
  font-size: 1.6rem;
  border-top: 1px solid #DBDBDB;
  line-height: 2;
  padding: 0.6rem 2.2rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-clinic-main-define__txt {
    font-size: 1.4rem;
  }
}
.p-clinic-main-define__txt span {
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.p-clinic-main-define__txt a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-clinic-main-define__txt a:hover {
    text-decoration: none;
  }
}
.p-clinic-main__btn {
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  .p-clinic-main__inner {
    position: relative;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .p-clinic-main__inner.is-collapsed {
    max-height: 48rem;
  }
  .p-clinic-main__inner.is-collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
  .p-clinic-main__inner.is-expanded {
    max-height: none;
  }
}
.p-clinic-main__more {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-clinic-main__more {
    display: none;
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    width: 16.1rem;
    height: 4.3rem;
    border: 1px solid #ECECEC;
    font-size: 1.3rem;
    font-weight: 500;
    background: #fff;
    color: #5A554D;
    text-align: center;
    border-radius: 5rem;
    transform: translateX(-50%);
    z-index: 2;
  }
  .has-more .p-clinic-main__more {
    display: block;
  }
  .has-more.is-expanded .p-clinic-main__more {
    display: none;
  }
  .p-clinic-main__more span {
    position: relative;
    padding-right: 2rem;
  }
  .p-clinic-main__more span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.6rem;
    height: 0.6rem;
    border-bottom: 1px solid #B98374;
    border-left: 1px solid #B98374;
    transform: translateY(-50%) rotate(-45deg);
  }
}

@keyframes p-mv-btns-arrow-slide {
  0% {
    transform: translateX(0);
    animation-timing-function: ease-in;
  }
  40% {
    transform: translateX(110%);
  }
  41% {
    transform: translateX(-110%);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateX(0);
  }
}
.p-mv {
  position: relative;
  background: url(../img/common/bg_mv.png) 0 0/cover no-repeat #FBF6F6;
  padding: 4.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: auto;
    padding: 5rem 0 0;
  }
}
.p-mv__wrap {
  position: relative;
  z-index: 2;
  width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-mv__wrap {
    width: auto;
    padding: 0 2.4rem;
  }
}
.p-mv__pre {
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-mv__pre {
    font-size: 1.6rem;
  }
}
.p-mv__ttl {
  font-size: 3.4rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl {
    font-size: 2rem;
    line-height: 1.4;
    margin: 0.8rem 0 1.2rem;
  }
}
.p-mv__ttl .c-grad span {
  font-size: 4.4rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl .c-grad span {
    display: block;
    font-size: 3rem;
  }
}
.p-mv-access {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 3rem;
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-mv-access {
    flex-flow: column;
    gap: 1rem 0;
  }
}
.p-mv-access__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 0.7px solid rgba(151, 151, 151, 0.5);
}
@media screen and (max-width: 767px) {
  .p-mv-access__item {
    padding: 0 0 0.3rem;
  }
}
.p-mv-access__item img {
  width: 1.6rem;
  margin: 0 0.75rem 0.8rem 0;
}
@media screen and (max-width: 767px) {
  .p-mv-access__item img {
    width: 1.4rem;
    margin: 0 0.75rem 0.4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-access__txt {
    font-size: 1.4rem;
  }
}
.p-mv-access__txt .color {
  color: #B98374;
}
.p-mv-access__txt .color span {
  font-size: 2.2rem;
  margin: 0 0.5rem;
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-mv-access__txt .color span {
    font-size: 1.8rem;
  }
}
.p-mv-btns {
  position: relative;
  width: 52rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: -4.4rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv-btns {
    width: 100%;
    margin: 0 0 1.2rem;
  }
}
.p-mv-btns__item {
  position: relative;
  width: 50%;
  height: 7.5rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-mv-btns__item {
    height: 6rem;
    font-size: 1.5rem;
  }
}
.p-mv-btns__item a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 600;
  color: #fff;
}
.p-mv-btns__item a .icn {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
  box-shadow: 0.1rem 0.1rem 0.4rem rgba(255, 255, 255, 0.25) inset;
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv-btns__item a .icn {
    right: 1.2rem;
    width: 2rem;
    height: 2rem;
    box-shadow: 0.1rem 0.1rem 0.2rem rgba(255, 255, 255, 0.25) inset;
  }
}
.p-mv-btns__item a .arr {
  position: absolute;
  inset: 0;
  background-color: #fff;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 50%;
  mask-position: center;
  mask-repeat: no-repeat;
}
.p-mv-btns__item a .txt {
  position: relative;
  letter-spacing: 0.05em;
}
@media (any-hover: hover) {
  .p-mv-btns__item a:hover {
    opacity: 1;
  }
  .p-mv-btns__item a:hover .arr {
    animation: p-mv-btns-arrow-slide 0.45s forwards;
  }
}
.p-mv-btns__item .balloon {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  display: inline-block;
  width: 17.4rem;
  height: 3.2rem;
  border: 1px solid #F0F0F0;
  background: #fff;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 0.4rem;
  line-height: 1;
  padding: 0.8rem 0 0.6rem;
  transform: translateX(-50%);
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.06);
  z-index: 2;
  font-weight: 500;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-mv-btns__item .balloon {
    height: 2rem;
    font-size: 1.1rem;
    text-align: center;
    padding: 0.4rem 0 0.2rem;
  }
}
.p-mv-btns__item.-reserve .balloon {
  color: #956057;
}
@media screen and (max-width: 767px) {
  .p-mv-btns__item.-reserve .balloon {
    width: 14.1rem;
  }
}
.p-mv-btns__item.-reserve a {
  background: #B98374;
  padding: 0 0 0 3rem;
  border-top-right-radius: 0.7rem;
  border-bottom-right-radius: 0.7rem;
}
.p-mv-btns__item.-reserve a .txt {
  font-size: 2.4rem;
  font-family: din-2014, "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-mv-btns__item.-reserve a .txt {
    font-size: 2rem;
  }
}
.p-mv-btns__item.-reserve a .txt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 1.2rem);
  width: 2.1rem;
  height: 2.1rem;
  background: url(../img/common/icn_tel.svg) 0 0/auto 100% no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-mv-btns__item.-reserve a .txt::before {
    right: calc(100% + 1rem);
    width: 1.5rem;
    height: 1.9rem;
  }
}
.p-mv-btns__item.-faga .balloon {
  color: #A48470;
}
@media screen and (max-width: 767px) {
  .p-mv-btns__item.-faga .balloon {
    width: 14.5rem;
  }
}
.p-mv-btns__item.-faga a {
  background: linear-gradient(135deg, rgb(140, 109, 66) 0%, rgb(173, 149, 125) 48%, rgb(158, 122, 104) 100%);
  border-top-left-radius: 0.7rem;
  border-bottom-left-radius: 0.7rem;
}
.p-mv-btns__item.-faga a .icn {
  background: #8D6951;
}
.p-mv-btns__item.-faga a .txt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 1.5rem);
  width: 2.2rem;
  height: 1.3rem;
  background: url(../img/menu/icn_cta_reserve.svg) 0 0/auto 100% no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-mv-btns__item.-faga a .txt::before {
    right: calc(100% + 1rem);
    width: 1.8rem;
    height: 1.1rem;
  }
}
.p-mv-photo {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv-photo {
    margin-bottom: 2px;
  }
}
.p-mv-photo__inner {
  display: flex;
  width: max-content;
  animation: merit-scroll 20s linear infinite;
}
.p-mv-photo__item {
  flex-shrink: 0;
  margin-right: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-mv-photo__item {
    margin-right: 0.2rem;
  }
}
.p-mv-photo__item img {
  display: block;
  width: auto;
  height: 34.4rem;
}
@media screen and (max-width: 767px) {
  .p-mv-photo__item img {
    height: 16.5rem;
  }
}
.p-mv-photo.-single .p-mv-photo__inner {
  width: 100%;
  animation: none;
}
.p-mv-photo.-single .p-mv-photo__item {
  width: 100%;
}
.p-mv-photo.-single .p-mv-photo__item img {
  width: 100%;
  height: 44rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-mv-photo.-single .p-mv-photo__item img {
    height: 16rem;
  }
}
.p-mv__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-info {
  margin: 8rem 0 0;
}
.p-info__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 93rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-info__wrap {
    display: block;
    width: auto;
    padding: 0 2.4rem;
  }
}
.p-info-content {
  position: sticky;
  top: 12.4rem;
  left: 0;
  width: 42rem;
}
@media screen and (max-width: 767px) {
  .p-info-content {
    width: auto;
  }
  .p-info-content .c-heading__en,
  .p-info-content .c-heading__ttl {
    text-align: center !important;
  }
}
.p-info-content .p-clinic-main__detail {
  margin-top: 4rem;
}
.p-info-img {
  width: 45rem;
}
@media screen and (max-width: 767px) {
  .p-info-img {
    display: none;
    width: auto;
  }
}
.p-info-img__access {
  border: 1px solid #E9E9E9;
  box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.12);
  border-radius: 0.3rem;
  margin: 1rem 0 0;
}
.p-info__map {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  height: 29.5rem;
}
@media screen and (max-width: 767px) {
  .p-info__map {
    height: 22rem;
    margin: 1.2rem 0 0;
  }
}
.p-info__map iframe {
  width: 100%;
  height: 100%;
}
.p-info-access {
  padding: 1.1rem 3rem 0;
}
.p-info-access__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  padding: 0 0 0.8rem;
}
.p-info-access__item img {
  width: 2rem;
  margin: 0 1.2rem 0.1rem;
}
.p-info-access__txt {
  font-size: 1.4rem;
}
.p-info-access__txt .bold {
  font-weight: 700;
}
.p-info-access__txt .color {
  color: #B98374;
}
.p-info-access__txt .color span {
  font-size: 2rem;
  margin: 0 0.5rem;
}
.p-info-google {
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .p-info-google {
    font-size: 1.1rem;
    margin: 0 0 1.2rem;
  }
}
.p-info-google a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  height: 4.2rem;
  gap: 0 0.9rem;
  background: #585858;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-info-google a {
    height: 3.2rem;
    border-radius: 0;
    text-decoration: none;
  }
}
.p-info-google a img {
  width: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-info-google a img {
    width: 0.9rem;
  }
}
.p-info-google a span {
  font-weight: 500;
}

.p-guide {
  margin-top: 13.8rem;
}
@media screen and (max-width: 767px) {
  .p-guide {
    margin-top: 6rem;
  }
}
.p-guide__ttl {
  max-width: 93rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-guide__ttl .c-heading__en,
  .p-guide__ttl .c-heading__ttl {
    text-align: center !important;
  }
}
.p-guide-content {
  background: #B98374;
}
.p-guide-tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 112rem;
  gap: 0 0.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-guide-tabs {
    justify-content: center;
    margin-top: 3.2rem;
  }
}
.p-guide-tabs__item {
  font-size: 1.8rem;
  background: rgba(185, 131, 116, 0.2);
  color: #5A554D;
  padding: 1.2rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-guide-tabs__item {
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.6;
    padding: 0.8rem 1rem;
  }
}
.p-guide-tabs__item.is-active {
  background: #B98374;
  color: #fff;
}
.p-guide-content {
  overflow: hidden;
}
.p-guide-content__item {
  width: 92rem;
  margin: 0 auto;
  padding: 3.3rem 0 3.3rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-guide-content__item {
    width: 100%;
  }
}
.p-guide-slider {
  width: calc((100vw - 92rem) / 2 + 92rem);
  margin-right: calc((100vw - 92rem) / 2 * -1);
  padding-right: calc((100vw - 112rem) / 2);
}
@media screen and (max-width: 767px) {
  .p-guide-slider {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.p-guide-slider__item {
  width: 36.1rem !important;
  margin-right: 2rem;
  padding: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-guide-slider__item {
    width: 38.8rem !important;
    margin-right: 1rem;
  }
}
.p-guide-slider__img {
  position: relative;
  height: 24rem;
}
.p-guide-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-guide-slider__step {
  position: absolute;
  bottom: -1.2rem;
  left: -1.2rem;
  width: 6rem;
  height: 5.2rem;
  background: #9D8C80;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  padding: 0.2rem 0 0;
}
.p-guide-slider__step .en {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  font-style: italic;
}
.p-guide-slider__step .num {
  display: block;
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
}
.p-guide-slider__txt {
  line-height: 2;
  color: #fff;
  margin-top: 2.2rem;
}
.p-guide-slider {
  /* 進捗バー風 dots */
}
.p-guide-slider .slick-dots--bar {
  position: relative;
  display: flex !important;
  max-width: 93rem;
  gap: 0;
  background: rgba(245, 235, 235, 0.2);
  justify-content: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-guide-slider .slick-dots--bar {
    width: 100%;
  }
}
.p-guide-slider .slick-dots--bar li {
  flex: 1;
  height: 0.4rem;
  margin: 0;
  line-height: 0;
  font-size: 0;
}
.p-guide-slider .slick-dots--bar li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.p-guide-slider .slick-dots--bar li button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background: #fff;
}
.p-guide-slider .slick-dots--bar li.slick-active button:before {
  opacity: 1;
}
.p-guide-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 3.8rem;
  height: 1.1rem;
  font-size: 0;
  background: url(../img/menu/icn_reason_arrow.svg) center center/100% auto no-repeat;
  margin-top: -0.7rem;
}
@media screen and (max-width: 767px) {
  .p-guide-slider .slick-arrow {
    top: auto;
    bottom: 0;
    width: 2.1rem;
    height: 1.1rem;
    margin-top: 0;
  }
}
.p-guide-slider .slick-arrow.slick-prev {
  left: -2rem;
}
@media screen and (max-width: 767px) {
  .p-guide-slider .slick-arrow.slick-prev {
    left: 5.5rem;
  }
}
.p-guide-slider .slick-arrow.slick-next {
  right: -2rem;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-guide-slider .slick-arrow.slick-next {
    right: 5.5rem;
  }
}
.p-guide-slider .tool {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: row-reverse;
  position: relative;
  max-width: 92rem;
}
@media screen and (max-width: 767px) {
  .p-guide-slider .tool {
    padding-right: 2.4rem;
  }
}
.p-guide-slider .tool .arrow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6.2rem;
}
.p-guide-slider .tool .swiper-button-prev,
.p-guide-slider .tool .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 2.1rem;
  height: 1.1rem;
  margin: 0;
}
.p-guide-slider .tool .swiper-button-prev::after,
.p-guide-slider .tool .swiper-button-next::after {
  content: none;
}
.p-guide-slider .tool .swiper-button-prev {
  background: url(../img/clinic/icn_prev.svg) 0 0/100% auto no-repeat;
}
.p-guide-slider .tool .swiper-button-next {
  background: url(../img/clinic/icn_next.svg) 0 0/100% auto no-repeat;
}
.p-guide-slider .tool .swiper-pagination {
  position: relative;
  left: auto;
  top: auto;
  width: calc(100% - 10rem);
  left: auto;
  border-radius: 1rem;
  background: rgba(245, 235, 235, 0.2);
}
@media screen and (max-width: 767px) {
  .p-guide-slider .tool .swiper-pagination {
    width: calc(100% - 8rem);
  }
}
.p-guide-slider .tool .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
  border-radius: 1rem;
}

.p-detail {
  background: #FCF8F8;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-detail {
    display: block;
  }
}
.p-detail-index {
  position: absolute;
  top: 5.7rem;
  right: 12px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-detail-index {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: -1px;
  }
}
.p-detail-index__block {
  width: 26.9rem;
  height: auto;
  background: #fff;
  box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.1);
  clip-path: polygon(3% 0, 100% 0, 100% 100%, 0 100%, 0 3%);
  margin: 0 auto;
  padding: 2rem 2rem 2.4rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-index__block {
    position: relative;
    width: auto;
    height: auto;
    background: none;
    padding: 0;
    clip-path: none;
  }
  .p-detail-index__block::before {
    content: "";
    position: absolute;
    top: -1.6rem;
    left: 0;
    width: 17rem;
    height: 1.6rem;
    background: #B98374;
    clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
  }
}
.p-detail-index__ttl {
  display: none;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #B98374;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.143;
}
@media screen and (max-width: 767px) {
  .p-detail-index__ttl {
    display: block;
    position: absolute;
    top: -0.5rem;
    left: 1.6rem;
  }
}
.p-detail-index__ttl span {
  position: relative;
  padding: 0 0 0 2.2rem;
}
.p-detail-index__ttl span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/common/icn_i.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-detail-index__ttl span::before {
    background: url(../img/common/icn_i_wh.svg) 0 0/100% auto no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-index__ttl {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-index-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.2rem;
    background: #B98374;
    margin: 0;
    padding: 2.7rem 2rem;
  }
}
.p-detail-index-list__item {
  font-size: 1.4rem;
  font-weight: 400;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  margin-top: 1.2rem;
}
.p-detail-index-list__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-detail-index-list__item {
    width: calc((100% - 3.2rem) / 2);
    font-size: 1.2rem;
    border-bottom: 0.6px solid #fff;
    margin-top: 0;
  }
}
.p-detail-index-list__item a {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 1.8rem 0.6rem 0;
}
.p-detail-index-list__item a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 2rem;
  height: 1px;
  background: #B98374;
}
@media screen and (max-width: 767px) {
  .p-detail-index-list__item a::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-index-list__item a {
    display: block;
    color: #fff;
    padding: 0 1.6rem 0.4rem 0;
  }
}
.p-detail-index-list__item a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.1rem);
  right: 0.2rem;
  width: 0.7rem;
  height: 0.7rem;
  border-bottom: 1px solid #B98374;
  border-right: 1px solid #B98374;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-detail-index-list__item a::after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.p-detail-side {
  align-self: flex-start;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 12.4rem;
  height: fit-content;
  width: 30.2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-side {
    display: none;
  }
}
.p-detail-side__ttl {
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
.p-detail-side__ttl .c-grad span {
  font-size: 2.8rem;
  font-weight: 400;
}
.p-detail-side__inner {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.08);
  padding: 2.4rem;
  margin: 8px;
}
.p-detail-side__btn {
  margin: 2.4rem -1.8rem 0;
}
.p-detail-side__tel {
  margin: 1.2rem 0 0;
  line-height: 1;
}
.p-detail-side__tel .ttl {
  text-align: center;
  font-weight: 500;
}
.p-detail-side__tel .num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 2.6rem;
  color: #B98374;
  gap: 0 0.3rem;
  margin: 0.5rem 0 1rem;
}
.p-detail-side__tel .num img {
  width: 1.8rem;
}
.p-detail-side__tel .num a {
  color: #B98374;
}
.p-detail-side__tel .time {
  text-align: center;
  font-size: 1.3rem;
  font-family: sofia-pro, "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #979797;
}
.p-detail-side__define dt {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 1rem 0 0.4rem;
}
.p-detail-side__define dd {
  line-height: 1.4;
  border-bottom: 1px solid #D5D5D5;
  padding: 0 0 1rem;
}
.p-detail-side__define dd.time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: sofia-pro, "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  gap: 0 0.7rem;
}
.p-detail-side__define dd.time span {
  display: inline-block;
  background: #5A554D;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.6rem 0.8rem;
}
.p-detail-side__define dd.access span {
  font-size: 1.8rem;
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.p-detail-main {
  width: calc(100% - 30.2rem);
  background: #FCF8F8;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-detail-main {
    width: auto;
    border-left: 0;
    padding-bottom: 0;
  }
}
.p-detail-main__inner {
  padding: 4rem 0 6rem;
}
.p-detail-main__inner:not(:has(.p-detail-main-cp)) {
  padding-top: 0;
}
.p-detail-main__inner:not(:has(.p-detail-main-cp)) .p-detail-case {
  margin-top: 0;
}
.p-detail-main-cp {
  width: 100.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-detail-main-cp {
    width: auto;
    margin: 0;
    padding: 0 2.4rem;
  }
}
.p-detail-main-cp-list {
  margin: 3rem 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-main-cp-list {
    gap: 0 0.6rem;
  }
}
.p-detail-main-cp-list__item {
  width: 38rem;
}
@media screen and (max-width: 767px) {
  .p-detail-main-cp-list__item {
    width: calc(50% - 0.3rem);
  }
}
.p-detail-main-cp-list:not(:has(.p-detail-main-cp-list__item)) {
  margin-top: 0;
}
.p-detail-case {
  scroll-margin-top: 5.7rem;
  position: relative;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  padding: 10rem 0 8.5rem;
  margin-top: 6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-detail-case {
    padding-top: 6rem;
    margin-top: 6rem;
  }
}
.p-detail-case .c-case {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-case .c-case {
    margin-top: 2.4rem;
  }
}
.p-detail-flow {
  scroll-margin-top: 13rem;
  overflow: hidden;
  margin-top: 12.7rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-detail-flow {
    margin-top: 8rem;
  }
}
.p-detail-flow__block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 83rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-detail-flow__block {
    display: block;
    padding: 0 0 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-flow__side .c-heading__en,
  .p-detail-flow__side .c-heading__ttl {
    text-align: center !important;
  }
}
.p-detail-flow-btn {
  width: 28.6rem;
  margin: 4.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-btn {
    display: none;
  }
}
.p-detail-flow-btn__item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #ECECEC;
  padding: 1.6rem 0.4rem;
}
.p-detail-flow-btn__item.is-active {
  font-weight: 500;
  color: #B98374;
}
.p-detail-flow-btn__item.is-active::before {
  width: 100%;
}
.p-detail-flow-btn__item::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 4.4rem;
  height: 1px;
  background: #B98374;
}
.p-detail-flow-btn__item .num {
  font-size: 3rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #B98374;
}
.p-detail-flow-btn__item .step {
  color: #B98374;
  font-size: 1rem;
  line-height: 1;
  writing-mode: vertical-lr;
  letter-spacing: 0.05em;
  margin-left: 0.5rem;
}
.p-detail-flow-btn__item .txt {
  padding-left: 1rem;
}
.p-detail-flow-btn__step {
  background: #9D8C80;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 0.9rem 0;
  margin: 2rem 0 0;
}
.p-detail-flow-main {
  width: 51.1rem;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main {
    width: 100%;
    margin: 4rem 0 0;
    padding: 0 4rem;
  }
}
.p-detail-flow-main .slick-track {
  display: flex;
  gap: 0 1.6rem;
}
.p-detail-flow-main .slick-slide {
  height: auto !important;
  background: #fff;
  background: #fff;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.05);
}
.p-detail-flow-main__item {
  width: 51.2rem !important;
  padding: 1.4rem 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main__item {
    width: 100% !important;
    padding: 0;
    box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.05);
  }
  .p-detail-flow-main__item + .p-detail-flow-main__item {
    margin-top: 0.6rem;
  }
}
.p-detail-flow-main__ttl {
  pointer-events: none;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1.6rem 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main__ttl {
    pointer-events: all;
    background: #fff;
    padding: 2rem 5rem 2rem 1.6rem;
  }
}
.p-detail-flow-main__ttl.is-active {
  font-weight: 500;
  color: #B98374;
}
.p-detail-flow-main__ttl.is-active::before {
  width: 100%;
}
.p-detail-flow-main__ttl::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 4.4rem;
  height: 1px;
  background: #B98374;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main__ttl::before {
    top: 50%;
    right: 1.6rem;
    left: auto;
    bottom: auto;
    width: 3rem;
    height: 3rem;
    background: url(../img/menu/icn_accordion_plus.png) 0 0/100% auto no-repeat;
    transform: translateY(-50%);
  }
  .is-open .p-detail-flow-main__ttl::before {
    background: url(../img/menu/icn_accordion_minus.png) 0 0/100% auto no-repeat;
  }
}
.p-detail-flow-main__ttl .num {
  font-size: 4rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #B98374;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main__ttl .num {
    font-size: 3rem;
  }
}
.p-detail-flow-main__ttl .step {
  color: #B98374;
  font-size: 1.3rem;
  line-height: 1;
  writing-mode: vertical-lr;
  letter-spacing: 0.05em;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main__ttl .step {
    font-size: 1rem;
  }
}
.p-detail-flow-main__ttl .txt {
  font-size: 2.4rem;
  padding-left: 1rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main__ttl .txt {
    font-size: 1.6rem;
  }
}
.p-detail-flow-main__inner {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main__inner {
    padding: 0 1.6rem 2.4rem;
  }
}
.p-detail-flow-main__txt {
  line-height: 1.75;
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main__txt {
    margin: 1.2rem 0 0;
  }
}
.p-detail-flow-main__btn {
  width: 44.8rem;
  height: 8.6rem;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main__btn {
    width: 100%;
    height: 6.7rem;
    font-size: 1.6rem;
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 767.1px) {
  .p-detail-flow-main__btn a {
    background: linear-gradient(135deg, rgb(140, 109, 66) 0%, rgb(173, 149, 125) 48%, rgb(158, 122, 104) 100%);
  }
}
.p-detail-flow-main__btn a {
  color: #fff;
}
.p-detail-flow-main__btn a::before {
  background: #855E44;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main__btn a::before {
    background: #805B43;
  }
}
.p-detail-flow-main__btn a::after {
  background: #fff;
}
.p-detail-flow-main__notes {
  text-align: center;
  font-size: 1.4rem;
  margin: 1.1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main__notes {
    font-size: 1rem;
  }
}
.p-detail-flow-main .slick-arrow {
  position: absolute;
  bottom: -0.1rem;
}
.p-detail-flow-main .slick-arrow.slick-prev {
  left: 19rem;
  width: 2.1rem;
  height: 1.1rem;
  background-color: #B98374;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main .slick-arrow.slick-prev {
    left: 6.5rem;
  }
}
.p-detail-flow-main .slick-arrow.slick-prev::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-detail-flow-main .slick-arrow.slick-next {
  left: 49rem;
  width: 2.1rem;
  height: 1.1rem;
  background-color: #B98374;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main .slick-arrow.slick-next {
    left: auto;
    right: 6.5rem;
  }
}
.p-detail-flow-main .slick-arrow.slick-next::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-detail-flow-main .slick-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.8rem;
  width: 28rem;
  margin: 4rem 0 0 21.1rem;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main .slick-dots {
    width: 32rem;
    margin: 2rem auto 0;
  }
}
.p-detail-flow-main .slick-dots li {
  line-height: 0;
}
.p-detail-flow-main .slick-dots li button {
  width: 1.2rem;
  height: 1rem;
  background: #DBCDC6;
  font-size: 0;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  opacity: 1;
}
.p-detail-flow-main .slick-dots li.slick-active button {
  background: #B98374;
}
.p-detail-reason {
  max-width: 84rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-detail-reason {
    padding: 0 2.4rem;
  }
}
.p-detail-reason__ttl {
  position: relative;
  width: 52rem;
  margin: 0 auto 4rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-detail-reason__ttl {
    width: 37rem;
  }
}
.p-detail-reason__ttl .pre {
  position: absolute;
  top: 2.2rem;
  right: 12rem;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-detail-reason__ttl .pre {
    top: 1.6rem;
    right: 8.6rem;
    font-size: 1.2rem;
  }
}
.p-detail-reason__ttl .ttl {
  position: absolute;
  bottom: 3.2rem;
  left: 0;
  width: 100%;
  text-align: center;
  background: linear-gradient(135deg, rgb(140, 109, 66) 0%, rgb(173, 149, 125) 53%, rgb(158, 122, 104) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-detail-reason__ttl .ttl {
    bottom: 2.4rem;
    font-size: 2.8rem;
  }
}
.p-detail-reason__ttl .ttl span {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-reason__ttl .ttl span {
    font-size: 3.5rem;
  }
}
.p-detail-reason__inner {
  background: #fff;
  padding: 2.4rem 2.6rem;
}
.p-detail-reason__img {
  width: 100%;
  height: 32.4rem;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-detail-reason__img {
    height: 20rem;
  }
}
.p-detail-reason__img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-detail-reason-list {
  margin: 0 0 2.4rem;
}
.p-detail-reason-list__item {
  position: relative;
  border-bottom: 1px solid #EEE;
  padding: 0 0 2rem 9.7rem;
}
@media screen and (max-width: 767px) {
  .p-detail-reason-list__item {
    padding: 0 0 2rem;
  }
}
.p-detail-reason-list__item + .p-detail-reason-list__item {
  margin-top: 2rem;
}
.p-detail-reason-list__img {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 8.1rem;
}
.p-detail-reason-list__img.-item3 {
  top: -0.9rem;
}
@media screen and (max-width: 767px) {
  .p-detail-reason-list__img.-item3 {
    top: -0.4rem;
  }
}
.p-detail-reason-list__img.-item4 {
  top: -0.9rem;
}
@media screen and (max-width: 767px) {
  .p-detail-reason-list__img.-item4 {
    top: -0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-reason-list__img {
    left: -0.5rem;
    width: 5.6rem;
  }
}
.p-detail-reason-list__ttl {
  color: #B98374;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-reason-list__ttl {
    font-size: 2rem;
    line-height: 1.6;
    padding: 0 0 0 6.4rem;
    margin: 0 0 1.3rem;
  }
}
.p-detail-reason-list__ttl .ast {
  font-size: 1rem;
  vertical-align: text-top;
}
.p-detail-reason-list__txt {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-detail-reason-list__txt {
    font-weight: 400;
    font-size: 1.3rem;
  }
}
.p-detail-reason-list__txt .ast {
  font-size: 1rem;
  vertical-align: text-top;
}
.p-detail-reason-list__notes {
  font-size: 1.2rem;
  color: #979797;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-reason-list__notes {
    font-size: 1.1rem;
  }
}
.p-detail .c-faq {
  background: none;
}
.p-detail .c-faq__wrap,
.p-detail .c-flow__block {
  max-width: 83.5rem;
}
@media screen and (min-width: 767.1px) {
  .p-detail .c-flow-main {
    width: calc((100vw - 100rem) / 2 + 55rem);
    margin-right: calc((100vw - 100rem) / 2 * -1);
    padding-left: 3rem;
  }
  .p-detail .c-flow-main .slick-dots {
    margin: 4rem 0 1px 22.1rem;
  }
}

.p-treat {
  padding: 7rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-treat {
    padding: 8rem 2.6rem;
  }
}
.p-treat__wrap {
  max-width: 112rem;
  margin: 0 auto;
}
.p-treat-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-treat-head {
    display: block;
  }
}
.p-treat-head__en {
  text-align: center;
  font-size: 9rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-treat-head__en {
    font-size: 6.2rem;
    text-align: center;
  }
}
.p-treat-head__en span {
  display: inline-block;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-treat-head__ttl {
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  color: #B98374;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 1rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-treat-head__ttl {
    font-size: 1.6rem;
    text-align: center;
  }
}
.p-treat-head__txt {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-treat-head__txt {
    display: block;
    font-size: 1.3rem;
    line-height: 1.9;
    text-align: center;
    padding: 0 0 2.4rem;
  }
}
.p-treat-list {
  width: 84rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 0 auto 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-treat-list {
    width: auto;
    gap: 0;
  }
}
.p-treat-list-badge {
  pointer-events: none;
  position: absolute;
  top: -1.5rem;
  left: -0.9rem;
  width: 6.2rem;
  height: 6.2rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-treat-list-badge {
    width: 5.3rem;
    height: 5.3rem;
  }
}
.p-treat-list-badge span {
  position: relative;
  display: block;
}
.p-treat-list-badge span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/home/icn_treat.png) 0 0/100% auto no-repeat;
  animation: rotation 6s linear infinite;
}
.p-treat-list-badge span img {
  position: relative;
}
.p-treat-list__item {
  position: relative;
  width: 27.4rem;
  height: 28.9rem;
}
@media screen and (max-width: 767px) {
  .p-treat-list__item {
    width: 50%;
    height: 20rem;
  }
}
.p-treat-list__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-treat-list__item a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4.3rem;
  height: 4.3rem;
  background: #B98374;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-treat-list__item a::before {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.p-treat-list__item a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4.3rem;
  height: 4.3rem;
  background-color: #fff;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 40%;
  mask-position: center;
  mask-repeat: no-repeat;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-treat-list__item a::after {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media (any-hover: hover) {
  .p-treat-list__item a:hover {
    opacity: 1;
  }
  .p-treat-list__item a:hover img {
    transform: scale(1.1);
  }
}
.p-treat-list__inner {
  position: absolute;
  bottom: 1.3rem;
  left: 1.3rem;
  width: 23rem;
  z-index: 2;
}
.p-treat-list__pre {
  background: #B98374;
  color: #fff;
  font-family: din-2014, "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  clip-path: polygon(3% 0, 97% 0, 100% 50%, 97% 100%, 3% 100%, 0% 50%);
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-treat-list__pre {
    width: 16.2rem;
    height: 2.3rem;
    font-size: 1.2rem;
    padding: 0.1rem 0 0;
  }
}
.p-treat-list__ttl {
  font-size: 2.2rem;
  line-height: 1.4;
  text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.4);
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-treat-list__ttl {
    font-size: 1.8rem;
  }
}
.p-treat-list__img {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-treat-list__img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(0deg, rgba(7, 6, 6, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.p-treat-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.p-price {
  padding: 10rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-price {
    padding: 5rem 0 0;
  }
}
.p-price__wrap {
  max-width: 83.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-price__wrap {
    display: block;
  }
}
.p-price-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-price-head {
    display: block;
    width: auto;
  }
}
.p-price-head__en {
  font-size: 9rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-price-head__en {
    font-size: 6.2rem;
    text-align: center;
  }
}
.p-price-head__en span {
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-price-head__ttl {
  font-size: 2rem;
  line-height: 1;
  color: #B98374;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-price-head__ttl {
    font-size: 1.6rem;
    text-align: center;
  }
}
.p-price-head__txt {
  line-height: 2;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-price-head__txt {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.p-price-head__img {
  width: 41.3rem;
}
@media screen and (max-width: 767px) {
  .p-price-head__img {
    width: 36rem;
    margin: 2.4rem auto 4rem;
  }
}
.p-price-head__btn {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-price-head__btn {
    display: none;
  }
}
.p-price-head-card {
  width: 64.9rem;
  background: #fff;
  padding: 3rem 2.4rem;
  margin: 0.8rem 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-price-head-card {
    width: calc(100% - 5.6rem);
    margin: 1.6rem auto 0;
    padding: 2.8rem 2.4rem;
  }
}
.p-price-head-card__ttl {
  text-align: center;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-price-head-card__ttl {
    font-size: 1.4rem;
  }
}
.p-price-head-card__ttl span {
  font-size: 1rem;
  vertical-align: text-top;
}
.p-price-head-card__img {
  width: 33.8rem;
  margin: 1.6rem auto;
}
@media screen and (max-width: 767px) {
  .p-price-head-card__img {
    width: 31.8rem;
    margin: 1.6rem auto 0;
  }
}
.p-price-head-card__txt {
  color: #979797;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-price-head-card__txt {
    font-size: 1rem;
    margin: 1.3rem 0 0;
  }
}
.p-price-tab {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-price-tab {
    display: block;
    width: auto;
    padding: 0 2.8rem;
  }
}
.p-price-tab-head {
  width: 18.7rem;
}
@media screen and (max-width: 767px) {
  .p-price-tab-head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
  }
}
.p-price-tab-head__item {
  position: relative;
  width: 100%;
  background: #F1E7E7;
  padding: 4.8rem 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-price-tab-head__item {
    padding: 2.2rem 0 0.5rem;
  }
}
.p-price-tab-head__item + .p-price-tab-head__item {
  margin-top: 2px;
}
.p-price-tab-head__item.is-active {
  background: #fff;
}
.p-price-tab-head__en {
  position: absolute;
  top: 1.2rem;
  left: 50%;
  width: 11.1rem;
  height: 2.8rem;
  color: #fff;
  background: #9D8C80;
  text-align: center;
  font-size: 1.8rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
  line-height: 1;
  padding: 0.5rem 0 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-price-tab-head__en {
    top: -1rem;
    width: 8rem;
    height: 2rem;
    font-size: 1.4rem;
    padding: 0.3rem 0 0;
  }
}
.p-price-tab-head__img {
  width: 3.1rem;
  margin: 0 auto;
}
.p-price-tab-head__txt {
  color: #B98374;
  line-height: 1.375;
  text-align: center;
}
.p-price-tab-content {
  width: calc(100% - 18.7rem);
  background: #fff;
  padding: 2.8rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content {
    width: 100%;
    text-align: center;
  }
}
.p-price-tab-content__item {
  padding: 2.8rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content__item {
    padding: 1.6rem 1.6rem 0;
  }
}
.p-price-tab-content__inner {
  text-align: center;
  margin-top: 2.4rem;
}
.p-price-tab-content__inner:first-child {
  margin-top: 0;
}
.p-price-tab-content__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F3F3F3;
  padding: 1.2rem 1.8rem;
  margin: 0 0 2rem;
}
.p-price-tab-content__ttl {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content__ttl {
    font-size: 1.6rem;
  }
}
.p-price-tab-content__late {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  gap: 0 1rem;
  border-left: 1px solid #C9C9C9;
  padding: 0 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content__late {
    font-size: 1rem;
    gap: 0 0.4rem;
    padding: 0 0 0 1.2rem;
  }
}
.p-price-tab-content__late span {
  font-size: 2.4rem;
  color: #9D8C80;
  line-height: 1;
  padding: 0 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content__late span {
    font-size: 1.6rem;
    padding: 0 0 0.2rem;
  }
}
.p-price-tab-content-list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.4rem;
  border-bottom: 1px solid #DCDCDC;
  padding: 0 0 1.6rem;
  margin-top: 1.4rem;
}
.p-price-tab-content-list__item:first-child {
  margin-top: 0;
}
.p-price-tab-content-list__img {
  width: 7rem;
  height: 7rem;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-list__img {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.p-price-tab-content-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-price-tab-content-list__detail {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-list__pre {
    font-size: 1.2rem;
  }
}
.p-price-tab-content-list__ttl {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  color: #B98374;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-list__ttl {
    font-size: 2rem;
  }
}
.p-price-tab-content-price {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.8rem;
  padding: 1.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-price {
    gap: 0 0.5rem;
  }
}
.p-price-tab-content-price::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 22.2rem;
  height: 1px;
  background: #B98374;
}
.p-price-tab-content-price__pre {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.1rem;
  height: 3.9rem;
  border-radius: 0.3rem;
  border: 1px solid #B98374;
  color: #B98374;
  line-height: 1;
  font-size: 1.3rem;
  font-weight: 700;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-price__pre {
    width: 1.6rem;
    height: 2.6rem;
    font-size: 1rem;
  }
}
.p-price-tab-content-price__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.p-price-tab-content-price__01 {
  font-size: 3.1rem;
  font-family: din-2014, "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-price__01 {
    font-size: 2.8rem;
  }
}
.p-price-tab-content-price__01 span {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-price__01 span {
    font-size: 1.4rem;
  }
}
.p-price-tab-content-price__02 {
  font-size: 1.8rem;
  font-family: din-2014, "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-price__02 {
    font-size: 1.6rem;
  }
}
.p-price-tab-content-price__02 span {
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-price__02 span {
    font-size: 1rem;
  }
}
.p-price-tab-content-notes {
  display: flex;
  flex-direction: column;
  gap: 0 2rem;
  padding: 0 2.6rem 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-notes {
    display: inline-block;
    margin-top: 1.6rem;
  }
}
.p-price-tab-content-notes__item {
  position: relative;
  color: #666;
  font-size: 1.4rem;
  padding: 0 0 0 1.6rem;
}
.p-price-tab-content-notes__item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-notes__item {
    font-size: 1rem;
    text-align: left;
  }
}
.p-price-btns {
  width: 64.9rem;
  background: #fff;
  padding: 0 2.4rem 3rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-price-btns {
    text-align: center;
    width: calc(100% - 5.6rem);
    padding: 2.6rem 1.6rem 2.6rem;
    margin: 0 auto;
  }
}/*# sourceMappingURL=clinic.css.map */