.l-columnRanking {
  padding-top: 12.8vw;
  background-image: url(../img/single/bg-marble.jpg);
  background-repeat: repeat;
  background-size: 40rem;
}

.columnRanking__content {
  position: relative;
}

.columnRanking__list {
  margin-bottom: -4.2666666667vw;
}

.columnRanking__item {
  margin-bottom: 4.2666666667vw;
}

.columnRanking__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 2.9333333333vw;
  border-bottom: 4px solid #CBB6BF;
}

.columnRanking__imgWrap {
  width: 32vw;
  position: relative;
}

.columnRanking__img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.columnRanking__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.columnRanking__item:nth-child(1) .columnRanking__img::after,
.columnRanking__item:nth-child(2) .columnRanking__img::after,
.columnRanking__item:nth-child(3) .columnRanking__img::after,
.columnRanking__item:nth-child(4) .columnRanking__img::after,
.columnRanking__item:nth-child(5) .columnRanking__img::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
}

.columnRanking__item:nth-child(2) .columnRanking__img::after,
.columnRanking__item:nth-child(3) .columnRanking__img::after,
.columnRanking__item:nth-child(4) .columnRanking__img::after,
.columnRanking__item:nth-child(5) .columnRanking__img::after {
  width: 18.6666666667vw;
  height: 10.6666666667vw;
}

.columnRanking__item:nth-child(1) .columnRanking__img::after {
  background: url("../img/column/rank-label01.svg") center center/contain no-repeat;
  width: 19.2vw;
  height: 19.2vw;
}

.columnRanking__item:nth-child(2) .columnRanking__img::after {
  background: url("../img/column/rank-label02.svg") center center/contain no-repeat;
}

.columnRanking__item:nth-child(3) .columnRanking__img::after {
  background: url("../img/column/rank-label03.svg") center center/contain no-repeat;
}

.columnRanking__item:nth-child(4) .columnRanking__img::after {
  background: url("../img/column/rank-label04.svg") center center/contain no-repeat;
}

.columnRanking__item:nth-child(5) .columnRanking__img::after {
  background: url("../img/column/rank-label05.svg") center center/contain no-repeat;
}

.columnRanking__img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.columnRanking__box {
  width: calc(100% - 32vw);
  padding-left: 3.3333333333vw;
}

.columnRanking__date {
  font-size: 2.6666666667vw;
  letter-spacing: -0.04em;
  line-height: 1.3;
  color: #CBB6BF;
  margin-top: 1vw;
  margin-bottom: 3vw;
  display: flex;
  flex-direction: column;
  font-family: "Shippori Mincho", sans-serif;
}

.columnRanking__publishedDate{
  margin-right: 1rem;
  margin-bottom: .5rem;
}

.columnRanking__heading {
  font-size: 3.7333333333vw;
  color: #CBB6BF;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.6vw;
}

.columnRanking__txt {
  color: #434850;
  font-size: 4.2666666667vw;
  line-height: 2;
  display: none;
  font-family: "Shippori Mincho", sans-serif;
}

.columnRanking__item:nth-child(1) .columnRanking__link {
  display: block;
  padding: 6.4vw 4.8vw 8.5333333333vw;
}

.columnRanking__item:nth-child(1) .columnRanking__imgWrap {
  width: 100%;
  margin-bottom: 4.2666666667vw;
}

.columnRanking__item:nth-child(1) .columnRanking__box {
  width: 100%;
  padding-left: 0;
}

.columnRanking__item:nth-child(1) .columnRanking__number {
  padding: 6.6666666667vw 4.8vw 4.5333333333vw 1.8666666667vw;
  font-size: 4.2666666667vw;
  line-height: 1.1875;
}

.columnRanking__item:nth-child(1) .columnRanking__date {
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
  margin-bottom: 3vw;
  flex-direction: row;
}

.columnRanking__item:nth-child(1) .columnRanking__heading {
  font-size: 6.4vw;
  line-height: 1.4583333333;
  margin-bottom: 2.1333333333vw;
}

.columnRanking__item:nth-child(1) .columnRanking__txt {
  display: block;
}

.columnRanking__tags{
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.columnRanking__tag{
  border: 1px solid #CBB6BF;
  color: #CBB6BF;
  padding: 0 0.5rem;
}

.columnCategory__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -3.2vw;
}

.columnCategory__item {
  margin-left: 3.2vw;
  margin-bottom: 4.2666666667vw;
  border: #CBB6BF 0.2666666667vw solid;
}

.columnCategory__link {
  font-size: 4.2666666667vw;
  line-height: 1.1875;
  padding: 1.3333333333vw 2.9333333333vw;
  color: #CBB6BF;
  display: inline-block;
}

.columnCategory__btn {
  text-align: center;
  margin-top: 4.2666666667vw;
}

.columnCategory__btn span {
  color: #fff;
  font-size: 5.3333333333vw;
  font-weight: 500;
  line-height: 1.45;
  background: #CBB6BF;
  display: inline-block;
  text-align: center;
  padding: 4.2666666667vw;
  -webkit-box-shadow: 0 0 1.6vw #b1d3e8;
  box-shadow: 0 0 1.6vw #b1d3e8;
  border-radius: 8.5333333333vw;
  position: relative;
  width: 100%;
}

.columnCategory__btn span::before,
.columnCategory__btn span::after {
  display: block;
  content: "";
  position: absolute;
  width: 4.2666666667vw;
  height: 0.2666666667vw;
  background: #fff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.columnCategory__btn span::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  right: 4.2666666667vw;
}

.columnCategory__btn span::after {
  right: 6.4vw;
}

.columnCategory__btn.close span::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.columnCategory__content.hide li:nth-child(n+19) {
  display: none;
}

.columnCategory__content li:nth-child(n+19) {
  display: block;
}

.columnList__btn.hide {
  display: none;
}

.columnCategory__btn {
  display: none;
}

.columnCategory__btn.active {
  display: block;
}

.columnAll {
  padding-bottom: 29.3333333333vw;
}

.columnAll__content {
  margin-bottom: 17.0666666667vw;
}

.l-columnAll__sidebar {
  margin-bottom: 12.8vw;
}

.columnAll__item {
  margin-bottom: 4.2666666667vw;
}

.columnAll__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 2.9333333333vw;
  border-bottom: 3px solid #CBB6BF;
  border-radius: 0;
}

.columnAll__imgWrap {
  width: 42.6666666667vw;
  position: relative;
}

.columnAll__img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.columnAll__header {
  font-size: 8.5333333333vw;
  padding-bottom: 4.2666666667vw;
  border-bottom: 1px solid #CBB6BF;
  margin-bottom: 4.2666666667vw;
  font-family: "Playfair Display", cursive;
  width: 100%;
}

.columnAll__header::first-letter {
  color: #CBB6BF;
}

.columnAll__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.columnAll__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.columnAll__box {
  width: 50%;
  padding-left: 3.2vw;
}

.columnAll__dateWrap {
  margin-bottom: 1.6vw;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.columnAll__date {
  font-size: 2.6666666667vw;
  line-height: 1.3;
  color: #CBB6BF;
  font-family: "Shippori Mincho", sans-serif;
}

.columnAll__heading {
  font-size: 3.7333333333vw;
  color: #CBB6BF;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  margin-bottom: 2.1333333333vw;
}

.columnAll__txt {
  color: #434850;
  font-size: 3vw;
  line-height: 1.6;
  display: none;
  font-family: "Shippori Mincho", sans-serif;
}

.columnAll__pagination {
  margin-top: 6.4vw;
}

.columnAll__categoryItem {
  display: inline-block;
  padding: 1.6vw 2.1333333333vw;
  border: 1px solid #e2d9d6;
  margin: 0 2.1333333333vw 2.1333333333vw 0;
}

.columnAll__categoryLink {
  color: #CBB6BF;
}

.columnAll__tagItem {
  display: inline-block;
  padding: 1.6vw 2.1333333333vw 1.6vw 0;
  margin: 0 2.1333333333vw 2.1333333333vw 0;
}

.columnAll__tagLink {
  color: #CBB6BF;
}

.columnAll__category {
  margin-bottom: 12.8vw;
}

.columnAll__tags{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  gap: 0.5rem;
}

.columnAll__tag{
  color: #CBB6BF;
  border: 1px solid #CBB6BF;
  padding: 0 0.75rem;
}

/* 追従ボタン */
/* Sticky Button */
.stickyBtn-sp__icon {
  width: 16%;
  margin: auto;
}

.stickyBtn-sp__icon img {
  mix-blend-mode: multiply;
}

/* トップ：インスタグラム */
.l-topInstagram_inner {
  padding-top: 14.9333333333vw;
  padding-bottom: 19.2vw;
}

.topInstagram__ttl {
  margin-bottom: 10.6666666667vw;
  white-space: nowrap;
  text-align: center;
}

.topInstagram__ttl .en {
  font-family: "Playfair Display", sans-serif;
  font-size: 10vw;
  line-height: 1.1607142857;
  margin-bottom: 1.3333333333vw;
  display: block;
}

.topInstagram__ttl .en span {
  /* color: #CBB6BF; */
}

.topInstagram__ttl .ja {
  font-size: 4.2666666667vw;
  line-height: 2;
}

.topInstagram__ttl .ja-lg{
  font-size: 10vw;
  font-weight: 600;
  display: block;
}

.topInstagram__ttl .ja-lg::first-letter {
  color: #CBB6BF;
}

.topInstagram__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-column-gap: 3vw;
  grid-row-gap: 5vw;
}

.topInstagramReel__grid{
  display: flex;
  gap: 5vw 3vw;
  flex-wrap: wrap;
}

.topInstagramReel__grid .topInstagram__image{
  width: 48%;
}

.topInstagram__link {
  color: #CBB6BF;
}

.topInstagram__image figcaption {
  margin-top: 1vw;
  font-size: 3vw;
}

.topInstagram__ttlIcon {
  width: 4.2rem;
  min-width: 29px;
  margin: auto 2.1rem auto 0;
  display: inline-block;
  vertical-align: middle;
}

.topInstagram__risk{
  font-size: 1.4rem;
  display: block;
  margin: 4vw auto 2vw;
}

/* TOP 施術カテゴリ　アコーディオン */
.topSearch__accordionTitle {
  font-size: 1.7rem;
  padding: .75rem 1.25rem .75rem 1rem;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.1);
}

.topSearch__accordionTitle::before {
  position: absolute;
  content: '';
  top: 50%;
  right: .5rem;
  height: 2px;
  width: 1rem;
  background: #CBB6BF;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.topSearch__accordionTitle::after {
  position: absolute;
  content: '';
  top: 50%;
  right: .5rem;
  height: 2px;
  width: 1rem;
  background: #CBB6BF;
  transition: all .3s ease-in-out;
}

.topSearch__accordionTitle.open::before {
  transform: rotate(180deg);
}

.topSearch__accordionTitle.open::after {
  opacity: 0;
}

.topSearch__accordionContent {
  /* display: none; */
}

/* TOP カレンダー */
/* pcの表示 */
.slide-one {
  display: block;
  /*　横幅が極端に崩れるなら、この記述。ここはinlineでもOK */
}

/* spの表示 */
@media (max-width: 768px) {
  .slide-one .slick-track {
    display: inline;
    /*　ここはinlineじゃないと表示されない */
  }
}

@media screen and (min-width: 64em) {
  .l-columnRanking {
    padding-top: 8rem;
  }

  .columnRanking__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.5rem 0;
  }

  .columnRanking__list {
    margin-bottom: -2.4rem;
    position: relative;
  }

  .columnRanking__item {
    margin-bottom: 0;
    margin-left: 0;
    width: 49%;
  }

  .columnRanking__link {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 1.0416666667vw;
    padding: 2.4rem 2.4rem 0 2.4rem;
  }

  .columnRanking__imgWrap {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    width: 100%;
  }

  .columnRanking__item:nth-child(1) .columnRanking__link .columnRanking__imgWrap {
    width: 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    margin-bottom: 0;
  }

  .columnRanking__item:nth-child(2) .columnRanking__img::after,
  .columnRanking__item:nth-child(3) .columnRanking__img::after,
  .columnRanking__item:nth-child(4) .columnRanking__img::after,
  .columnRanking__item:nth-child(5) .columnRanking__img::after {
    width: 5.2083333333vw;
    height: 2.9166666667vw;
  }

  .columnRanking__item:nth-child(1) .columnRanking__img::after {
    width: 4.5833333333vw;
    height: 4.5833333333vw;
  }

  .columnRanking__box {
    width: auto;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    padding-left: 2rem;
  }

  .columnRanking__item:nth-child(1) .columnRanking__link .columnRanking__box {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }

  .columnRanking__date {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-bottom: 0.8rem;
    flex-direction: row;
  }

  .columnRanking__heading {
    font-size: 2rem;
  }

  .columnRanking__txt {
    display: block;
    font-size: 1.6rem;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }

  .columnRanking__item:nth-child(1) .columnRanking__link .columnRanking__txt {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }

  .columnRanking__item:nth-child(1) {
    width: 100%;
    z-index: 1;
    position: relative;
  }

  .columnRanking__item:nth-child(1) .columnRanking__link {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 0;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 2fr;
    grid-template-rows: 1fr 2fr;
    grid-column-gap: 1.40625vw;
    padding: 2.4rem;
  }

  .columnRanking__item:nth-child(1) .columnRanking__imgWrap {
    width: 50%;
    margin-bottom: 1.2rem;
  }

  .columnRanking__item:nth-child(1) .columnRanking__number {
    padding: 2.9rem 2.8rem 2.7rem 1.2rem;
    font-size: 1.6rem;
  }

  .columnRanking__item:nth-child(1) .columnRanking__date {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }

  .columnRanking__item:nth-child(1) .columnRanking__heading {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }

  .columnCategory__list {
    margin-left: -1.6rem;
  }

  .columnCategory__item {
    margin-left: 1.6rem;
    margin-bottom: 3.2rem;
    border-width: 1px;
  }

  .columnCategory__link {
    font-size: 2.4rem;
    line-height: 1.2083333333;
    padding: 0.8rem 1.4rem;
  }

  .columnCategory__btn {
    margin-top: 2.4rem;
  }

  .columnCategory__btn span {
    font-size: 2.5rem;
    line-height: 1.44;
    padding: 1.6rem;
    width: 40rem;
    border-radius: 3.9rem;
    cursor: pointer;
    -webkit-box-shadow: 0 0 6px #b1d3e8;
    box-shadow: 0 0 6px #b1d3e8;
  }

  .columnCategory__btn span::before,
  .columnCategory__btn span::after {
    width: 1.6rem;
    height: 1px;
  }

  .columnCategory__btn span::before {
    right: 1.6rem;
  }

  .columnCategory__btn span::after {
    right: 2.4rem;
  }

  .columnAll {
    padding-bottom: 21.6rem;
  }

  .columnAll .columnAll__ttl,
  .columnAll .columnAll__ttl p:first-of-type {
    display: inline-block;
    text-align: left;
  }

  .l-columnAll__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .columnAll__content {
    margin-bottom: 4rem;
  }

  .l-columnAll__column {
    width: 72%;
  }

  .l-columnAll__sidebar {
    width: 25%;
    margin-top: 2.6041666667vw;
    margin-bottom: 0;
  }

  .columnAll__item {
    margin-bottom: 4rem;
  }

  .columnAll__link {
    padding: 0 0 3.2rem;
    border-bottom: 4px solid #CBB6BF;
  }

  .columnAll__imgWrap {
    width: 30%;
  }

  .columnAll__header {
    font-size: 1.6666666667vw;
    padding-bottom: 1.25vw;
    margin-bottom: 1.25vw;
  }

  .columnAll__box {
    width: 60%;
    padding-left: 1.0416666667vw;
    margin-left: 0;
  }

  .columnAll__sideBox {
    margin-bottom: 2.5vw;
  }

  .columnAll__dateWrap {
    margin-bottom: 0.8rem;
    flex-direction: row;
    gap: 0;
  }

  .columnAll__date {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-right: 3.2rem;
  }

  .columnAll__heading {
    font-size: 2.4rem;
    line-height: 1.4583333333;
    margin-bottom: 0.8rem;
  }

  .columnAll__txt {
    font-size: 1.6rem;
    line-height: 2;
  }

  .columnAll__pagination {
    margin-top: 4rem;
  }

  .columnAll__categoryItem {
    padding: 0.625vw 0.625vw;
    margin: 0 0.625vw 0.625vw 0;
  }

  .columnAll__tagItem {
    padding: 0.3125vw 0.4166666667vw 0.3125vw 0;
    margin: 0 0.4166666667vw 0.4166666667vw 0;
  }

  .columnAll__category {
    margin-bottom: 2.5vw;
  }

  /* 追従ボタン */
  .stickyBtn-pc__icon {
    margin: 2rem 0 0;
  }

  .stickyBtn-pc__icon:last-child {
    margin-top: 0;
  }

  .stickyBtn-pc__icon a {
    width: 8rem;
    display: block;
    margin-left: auto;
  }

  .stickyBtn-pc__icon img {
    margin-bottom: 1.5rem;
    padding: 2rem;
    border-radius: 1rem 0 0 1rem;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    float: right;
  }

  /* トップ specialty */
  .top__doctorSpecialty {
    margin-top: 9rem;
  }

  .top__doctorSpecialty .doctorSpecialty__item {
    width: 80%;
  }

  /* トップ：インスタグラム */
  .l-topInstagram_inner {
    padding-top: 10.47rem;
    padding-bottom: 10.4rem;
  }

  .topInstagram__ttl {
    margin-bottom: 4rem;
    text-align: left;
  }

  .topInstagram__ttl .en {
    font-size: 7.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.1666666667;
    display: inline-block;
    text-align: left;
  }

  .topInstagram__ttl .ja {
    display: inline-block;
    font-size: 1.6rem;
    margin-left: 2rem;
  }

  .topInstagram__ttl .ja-lg {
    font-size: 7.2rem;
  }

  .topInstagram__grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .topInstagramReel__grid {
    gap: 2.5rem;
  }

  .topInstagramReel__grid .topInstagram__image {
    width: 22%;
  }

  .topInstagram__ttlIcon {
    width: 4.8rem;
    margin-right: 2.4rem;
  }

  .topInstagram__image figcaption {
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }

  .topInstagram__risk {
    font-size: 1.6rem;
    margin: 2.5rem auto;
  }

  /* TOP 施術カテゴリ　アコーディオン */
  .topSearch__accordionTitle {
    padding: 1rem 2rem;
    font-size: 2rem;
  }

  .topSearch__accordionTitle::before {
    right: 2rem;
    width: 2rem;
  }

  .topSearch__accordionTitle::after {
    right: 2rem;
    width: 2rem;
  }
}

.l-topCampaign__inner.l-inner {
  padding-left: 0;
  padding-right: 0;
}

/* 続きを読む */
.topInstagram__content {
  position: relative;
  height: auto;
  overflow: hidden;
}

/* .topInstagram__content .show_more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  padding-top: 70px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(to bottom, rgb(255, 255, 255, 0) 0%, #F7F4F4 70%);
  cursor: pointer;
}

.open .show_more {
  background: transparent;
}

.show_more:before {
  background-color: #AFBFC6;
  border-radius: 50vh;
  content: "もっと見る";
  color: #fff;
  text-align: center;
  display: block;
  padding: 1rem 6rem;
  top: 0;
  position: absolute;
  margin: 0 auto;
  left: 50%;
  width: 40%;
  height: 3rem;
  font-weight: 700;
  transform: translateX(-50%);
  font-size: 1.5rem;
  max-width: 235px;
}

.show_more:after{
  position: absolute;
  content: "";
  width: 1.5rem;
  height: .6rem;
  top: 35%;
  right: 30%;
  background: url("../img/common/arrow-square-white-down.svg") center center/contain no-repeat;
}

.active .show_more:before {
  content: "閉じる";
  bottom: 0;
}

.active .show_more:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
} */

/* 症例写真 ポップアップ */
#topPicture__modal {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, .6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

#topPicture__modal>div {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

#topPicture__modal>div>img {
    max-width: calc(100vw - 30px);
    max-height: calc(100vh - 30px);
}

img.topPicture__popup {
  cursor: pointer;
}

/* トップ　クリニック内装 */
.topClinic{
  padding: 6rem 0;
}

.topClinic__ttl .en{
  display: inline-block;
  margin-right: 1rem;
}

.topClinic__grid{
  display: flex;
  gap: calc(4% / 3);
  flex-wrap: wrap;
}

.topClinic__item{
  width: 32%;
  margin-bottom: 1rem;
}

.topInstagram__surgeryName{
  font-size: 5vw;
  margin-bottom: 0.5rem;
}

/* トップ　クリニックグループ */
.topGroup{
  padding: 6rem 0;
}

.topGroup__list{
  margin-top: 2rem;
}
.topGroup__item{
  margin-bottom: 1rem;
}

/* トップ 施術カテゴリー*/
.topSearch{
  padding: 6rem 0;
}

.topSearch__grid{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.topSearch__parts{
  width: 49%;
  margin-bottom: 1rem;
}

.topSearch__ttl{
  margin-bottom: 2rem;
}

.topSearch__ttl .en {
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}

.topSearch__item{
  border-bottom: 1px dotted #CBB6BF;

}

.topSearch__list{
  margin-bottom: 2rem;
}

.topSearch__item a{
  color: #CBB6BF;
  padding: .5rem 0 .6rem 1rem;
  display: block;
}

.topSearch__item a:hover{
  opacity: .5;
}

/* TOP KV video */
.slick-slide video {
  width: 100%;
}

.kvSliderPc__list .kvSliderPc__item video {
  border-radius: 2rem;
}

/* TOP Calendar */
.topCalendar__wrapper{
  margin: 0 auto;
}

.topCalendar__slick .slick-arrow{
  top: 45%;
}

.topCalendar__slick .slick-next {
  right: 1.3333333333vw;
}

.topCalendar__slick .slick-prev {
  left: 1.3333333333vw;
}

@media screen and (min-width:64em) {
  .l-topCampaign__inner.l-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  /* トップ　医師画像 */
  .topDoctors__image {
    display: block;
    width: 66vw;
    margin: 0 auto;
  }

  .show_more:after {
    right: 40%;
    top: 30%;
  }

  /* トップ　クリニック内装 */
  .topClinic__item {
    width: 23%;
  }

  /* トップ　クリニックグループ */
  .topGroup__ttl{
    text-align: left;
  }

  .topGroup__ttl .en{
    display: inline-block;
    margin-right: 1rem;
  }

  .topGroup__list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .topGroup__item{
    width: 49%;
    margin-bottom: 2rem;
  }

  /* トップ 施術カテゴリー*/
  .topSearch {
    padding: 10rem 0;
  }

  .topSearch__ttl{
    text-align: left;
  }

  .topSearch__ttl .en {
    display: inline-block;
    margin-bottom: 2rem;
    margin-right: 2rem;
  }

  .topSearch__parts {
    width: 32%;
    margin-bottom: 2rem;
  }

  .topSearch__list {
    margin-bottom: 4rem;
  }

  .topSearch__item a {
    padding: 1rem 0 1rem 2rem;
  }

  /* トップ 症例写真*/
  .topInstagram__surgeryName {
    font-size: 3rem;
    margin-bottom: 1rem;
  }

  #topPicture__modal>div>img {
    width: 400px;
  }

  /* TOP KV video */
  .slick-slide video {
    border-radius: 4px;
  }

  /* TOP Calendar */
  .topCalendar__wrapper {
    max-width: 1500px;
  }

  .topCalendar__wrapper .slider-basic__img{
    margin: 0 10px;
  }
}

@media screen and (min-width: 104em) {

  /* トップ　医師画像 */
  .topDoctors__image {
    max-width: 1500px;
  }
}

.topScrolldown__text {
  text-align: center;
  font-size: 1.4rem;
  font-family: 'Shippori Mincho', sans-serif;
  background-color: #CBB6BF;
  margin: auto;
  margin-bottom: 10rem;
  /* width: fit-content; */
  position: relative;
  font-weight: 700;
  padding: 1.5rem 0;
}

.topScrolldown__text:before {
  content: "";
  position: absolute;
  right: 0px;
  left: 0%;
  top: -15px;
  z-index: 1;
  display: block;
  height: 15px;
  background-size: 15px 100%;
  background-image: linear-gradient(135deg, #CBB6BF 25%, transparent 25%), linear-gradient(225deg, #CBB6BF 25%, transparent 25%);
  transform: rotate(-180deg);
}

.topScrolldown__text::after {
    content: '';
    position: absolute;
    right: 0;
    left: -0%;
    top: 100%;
    z-index: 1;
    display: block;
    height: 15px;
    background-size: 15px 100%;
    background-image: linear-gradient(135deg, #CBB6BF 25%, transparent 25%), linear-gradient(225deg, #CBB6BF 25%, transparent 25%);
    background-position: 0 0;
}

.topScrolldown__arrow{
  display: block;
  width: 10%;
  margin: 1rem auto 0;
  max-width: 80px;
}


/* .topScrolldown__text::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
  animation: shine 2s infinite;
  cursor: pointer;
}
@keyframes shine {
  100% {
    left: 125%;
  }
} */

.pc-none{
  display: block;
}
@media screen and (min-width:64em) {
  .topScrolldown__text {
    margin-bottom: 7vw;
    font-size: 2rem;
    padding: 2.5rem 3rem;
        max-width: 136.6rem;
  }

  .topScrolldown__text:before {
    top: -10px;
    height: 10px;
    background-size: 10px 100%;
  }

  .topScrolldown__text::after {
    height: 10px;
    background-size: 10px 100%;
  }

  .topScrolldown__arrow {
    max-width: 50px;
  }

  .pc-none{
    display: none;
  }
}

.topScrolldown__link {
  color: #fff;
  padding: 1rem;
  position: relative;
  width: 100%;
  display: block;
}

.topScrolldown__link:before, .topScrolldown__link:after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 90%;
  display: block;
  background-color: #fff;
}

.topScrolldown__link:before{
  bottom: -.5rem;
}

.topScrolldown__link:after {
  top: -.5rem;
}

video{
  max-width: 100%;
}

/* 追従バナー変更 */
.stickyBtn-sp {
  padding: 0;
  background: unset;
}

.stickyBtn-sp__btn {
  width: auto;
  background: unset;
  border: none;
}

.stickyBtn-sp__btn a {
  padding: 0;
}

@media screen and (min-width: 64em) {
  .stickyBtn-sp {
    display: none;
  }
}

.others__toc {
	background: #F7F4F4;
	padding: 4vw 5.3333333333vw;
	border-radius: 1rem;
}

.others__toc h2 {
	font-size: 3.7333333333vw;
	margin-bottom: 1rem;
	font-weight: 700;
}

.others__toc h3 {
	font-size: 3.2vw;
	margin-bottom: 0.5rem;
}

.others__toc ul {
	font-size: 4.2666666667vw;
	padding-left: 2.1333333333vw;
	margin-left: 2.1333333333vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	position: relative;
	vertical-align: middle;
}

.others__toc ul:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	background: #CBB6BF;
	height: 100%;
	content: "";
	opacity: 0.3;
}

.others__toc h3 a {
	color: #CBB6BF;
	text-decoration: underline;
}

.others__toc li a {
	font-size: 3.7333333333vw;
	line-height: 1.4285714286;
	color: #4a383d;
	text-decoration: underline;
}

.others__tocInner>.wp-block-group {
	margin-bottom: 4.2666666667vw;
	padding-left: 1rem;
}

@media screen and (min-width: 64em) {
	.others__toc {
    padding: 2.6041666667vw 5.2083333333vw 2.0833333333vw;
    margin-top: 4rem;
  }
  .others__tocInner {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .others__toc h2 {
    font-size: 2rem;
  }
  .others__toc h3 {
    font-size: 1.6rem;
  }
  .others__toc ul {
    padding-left: 0;
    border: 0;
    font-size: 2rem;
    gap: 2rem;
    margin: 0;
  }
  .others__toc li {
    width: 33%;
    border-bottom: 1px solid #CBB6BF;
    background: #F7F4F4;
    position: relative;
  }
  .others__toc li:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 1.6rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #CBB6BF;
    width: 1rem;
    height: 0.5rem;
  }
  .others__toc li a {
    font-size: 1.4rem;
    line-height: 1.5;
    text-decoration: none;
    display: block;
    padding: 0.1041666667vw 0.8333333333vw 0.2083333333vw;
  }
  .others__tocInner > .wp-block-group {
    margin-bottom: 3rem;
    padding-left: 0;
  }
}

.btn-round-white-icon--green {
  margin-bottom: 2vw;
  text-align: center;
}

.btn-round-white-icon--small a {
  font-size: 3.5vw;
}

.btn-round-white-icon--green a {
  background-color: #06c755;
  border-color: #06c755;
  color: #fff;
  width: 82.666vw;
	text-align: center;
}

@media screen and (min-width:64em) {
  .btn-round-white-icon--green a {
    width: 310px;
  }

  .btn-round-white-icon--small a {
    font-size: 1.28rem;
  }
}

.btn-round-white-icon--green a:hover {
  background-color: #fff;
  color: #4a383d;
}


.btn-round-white-icon--green a::before {
  border-color: #fff;
}

.btn-round-white-icon--green a::after {
  background-color: #fff;
}

.btn-round-white-icon--green a:hover::before {
  border-color: #4a383d;
}

.btn-round-white-icon--green a:hover::after {
  background-color: #4a383d;
}

/* 20240409追加 */
.topColumn__box .topNews__link {
  padding: 3vw 17.0666666667vw 3vw 4.2666666667vw;
}

.topColumn__box .topNews__date {
  margin-bottom: 0;
  font-size: 3.5vw;
}

.topColumn__box .topNews__heading {
  font-size: 4vw;
}

@media screen and (min-width: 64em) {
  .topColumn__box .topNews__link {
    display: flex;
    align-items: center;
    padding: 1rem 12rem 1rem 0.8rem;
  }

  .topColumn__box .topNews__date {
    margin-bottom: 0;
    margin-right: 1rem;
    font-size: 1.2rem;
  }

  .topColumn__box .topNews__heading {
    font-size: 1.4rem;
  }

  .topNews__box {
    margin-bottom: 10rem;
  }

}

.columnAll__txt {
  display: block;
}

@media screen and (min-width:64em) {
  .single__content .table-price.table-price--left table td {
    text-align: left !important;
  }
}

.single__content .trainingStep__box {
  border: 1px solid #CBB6BF;
  padding: 17.0666666667vw 0 0vw;
  position: relative;
  background-color: #fff;
}

.single__content .trainingStep__num {
  font-size: 4.2666666667vw;
  color: #fff;
  font-family: "Playfair Display", sans-serif;
  position: absolute;
  background-color: #CBB6BF;
  padding: 2.1333333333vw 8vw 1.3333333333vw 6.4vw;
  top: 3.4666666667vw;
  left: 0;
  border-radius: 0 8.5333333333vw 8.5333333333vw 0;
  vertical-align: middle;
  line-height: 1;
}

.single__content .trainingStep__num span {
  font-size: 5.3333333333vw;
}

.single__content .trainingStep_heading {
  font-size: 4.8vw;
  margin: 0 3.7333333333vw;
  border-bottom: 2px solid #CBB6BF;
  padding-bottom: 2.1333333333vw;
  color: #CBB6BF;
  font-weight: 600;
}

.single__content .trainingStep__image {
  width: 100%;
  margin-bottom: 4.2666666667vw;
  padding: 0 3.7333333333vw;
}

.single__content .trainingStep__table tr:nth-child(even) {
  background-color: #F7F4F4;
}

.single__content .trainingStep__tr {
  margin-bottom: 0;
}

.single__content .trainingStep__th {
  padding: 6.4vw 0 6.4vw 3.7333333333vw;
  text-align: left;
  font-size: 3.7333333333vw;
  font-weight: 600;
  width: 35%;
}

.single__content .trainingStep__td {
  margin-left: 10.6666666667vw;
  padding: 6.4vw 4.2666666667vw 6.4vw 0;
  width: 65%;
}

.single__content .trainingStep__list {
  background-color: transparent;
  padding: 0;
}

.single__content .trainingStep__list li {
  margin: 0;
  margin-bottom: 2.1333333333vw;
  font-weight: 400;
  font-size: 3.7333333333vw;
  line-height: 1.5;
  padding-left: 5.3333333333vw;
}

.single__content .trainingStep__list li:before {
  display: none;
}

.single__content .trainingStep__list li:last-child {
  margin-bottom: 0;
}

.single__content .dc__quote {
  color: #CBB6BF;
  font-weight: 600;
  position: relative;
  font-size: 5.3333333333vw;
  line-height: 1.8;
}

.single__content .dc__quote:before {
  position: absolute;
  content: "”";
  bottom: -23.2vw;
  right: 0;
  color: inherit;
  font-size: 26.6666666667vw;
  opacity: 0.12;
}

.single__content .tb__box {
  position: relative;
  margin-bottom: 8vw;
  padding-bottom: 4.2666666667vw;
  height: auto;
  overflow: hidden;
}
.single__content .tb__boxMore {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 70px;
  text-align: center;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 70%);
  cursor: pointer;
}
.single__content .is-open .tb__boxMore {
  background: transparent;
}
.single__content .tb__boxMore::before {
  color: #fff;
  content: "経歴をもっと見る";
  font-size: 4.2666666667vw;
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 50%;
  background-color: #CBB6BF;
  border-radius: 50vh;
  padding: 4.2666666667vw 6.4vw;
  width: 40%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.single__content .is-active .tb__boxMore::before {
  content: "−閉じる";
}

@media screen and (min-width:64em) {


  .single__content .trainingStep__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1%;
  }

  .single__content .trainingStep__box {
    width: 32%;
    padding: 5.8rem 0 0;
    margin-bottom: 2.4rem;
  }

  .single__content .trainingStep__num {
    font-size: 1.6rem;
    top: 1.3rem;
    padding: 0.8rem 3rem 0.5rem 2.4rem;
    border-radius: 0 50vh 50vh 0;
  }

  .single__content .trainingStep__num span {
    font-size: 2rem;
  }

  .single__content .trainingStep_heading {
    font-size: 1.8rem;
    margin: 0 1.4rem;
    padding-bottom: 0.8rem;
  }

  .single__content .trainingStep__image {
    padding: 0 1.4rem;
    margin-bottom: 1.6rem;
  }

  .single__content .trainingStep__th {
    padding: 1.6rem 0 1.6rem 1.4rem;
    font-size: 1.4rem;
  }

  .single__content .trainingStep__td {
    margin-left: 4rem;
    padding: 1.6rem 1rem 1.6rem 0;
  }

  .single__content .trainingStep__list {
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: block;
  }

  .single__content .trainingStep__list li {
    width: 100%;
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    padding-left: 2rem;
  }

  .single__content .trainingStep__list li:nth-child(2n+1) {
    padding-right: 0;
    width: 100%;
  }

  .single__content .dc__quote {
    font-size: 2rem;
  }
  .single__content .dc__quote:before {
    bottom: -9.5rem;
    font-size: 10rem;
  }

  .single__content .tb__box {
    margin-bottom: 5rem;
    padding-bottom: 1.6rem;
  }

  .single__content .tb__boxMore::before {
    font-size: 1.4rem;
    padding: 1rem 3rem;
  }
}

.stickyBtn-sp.recruit__two {
  display: flex;
}

.stickyBtn-sp.recruit__two a {
  width: 50%;
}

@media screen and (min-width:64em) {
  .stickyBtn-sp.recruit__two {
    display: none;
  }
}

/* 施術ページSP調整用 */
/* アイキャッチ非表示 */
@media ( width < 64em) {
  .menu-template-default .kv03__imgWrap, .page-price .kv02__imgWrap, .post-type-archive-menu .kv02__imgWrap, .page-faq .kv02__imgWrap, .blog .kv02__imgWrap, .page-review .kv02__imgWrap {
    display: none;
  }
  .menu-template-default .l-kv03__inner, .page-price .l-kv02__inner, .post-type-archive-menu .l-kv02__inner, .page-faq .l-kv02__inner, .blog .l-kv02__inner, .page-review .l-kv02__inner {
    padding-bottom: 0.1vw;
    background-color: #eef5f6;
  }
  .menu-template-default .l-kv03__box, .page-price .l-kv02__box, .post-type-archive-menu .l-kv02__box, .page-faq .l-kv02__box, .blog .l-kv02__box, .page-review .l-kv02__box {
    margin-bottom: 0;
  }
  .page-price .kv02__ttl, .page-price .kv02__text, .post-type-archive-menu .kv02__ttl, .post-type-archive-menu .kv02__text, .page-faq  .kv02__ttl, .page-faq .kv02__text, .blog  .kv02__ttl, .blog .kv02__text {
    text-align: center;
  }
  .page-price .l-kv02__inner, .post-type-archive-menu .l-kv02__inner, .page-faq .l-kv02__inner, .blog .l-kv02__inner {
    padding-top: 12rem;
  }
  .page-faq .single__header{
    padding-top: 12.2vw;
  }



}

/* 目次 */
.ez-toc-title, .ez-toc-title-toggle {
  display: none;
}

.ez-toc-list-level-1 .ez-toc-heading-level-2>a {
  padding-bottom: .5rem;
}

#ez-toc-container ul ul {
  margin-bottom: 0.5rem;
}

#ez-toc-container ul ul li {
  margin-bottom: 0.5rem;
}

#ez-toc-container ul ul li a {
  font-size: 1.3rem;
}

@media screen and (min-width: 64em) {
  #ez-toc-container ul ul li a {
    font-size: 1.3rem;
  }

  .ez-toc-list-level-1 .ez-toc-heading-level-2>a {
    padding-bottom: 1rem;
  }

  #ez-toc-container>nav {
    overflow: auto;
    overflow-y: scroll;
    max-height: 74vh;
  }

  #ez-toc-container {
    position: sticky;
    top: 15rem;
  }

}
@media ( width < 90em) {
  #ez-toc-container {
    padding: 3.866667vw 4.533333vw 3.533333vw !important;
  }
  div#ez-toc-container:has(.ez-toc-list:not([style*="block"])) .ez-toc-title-container {
    margin-bottom: 0;
  }
  .menu-template-default .ez-toc-title-toggle, .page-price .ez-toc-title-toggle {
    display: inline;
  }
  /* .menu-template-default .ez-toc-list, .page-price  .ez-toc-list {
    display: none;
  } */
  .menu-template-default .ez-toc-list {
    display: none;
  }
}

/* サイドバー */
.single__sidebar{
  padding-left: 4.2666666667vw;
  padding-right: 4.2666666667vw;
  margin-bottom: 10rem;
}

.sidebar__inner{
  margin-top: 16vw;
}

.sidebar__header{
  margin-top: 3vw;
}

.sidebar__sidebarTtl{
  font-size: 5vw;
  font-weight: 500;
  padding-bottom: 1rem;
  border-bottom: 2px solid #70707020;
  margin-bottom: 1.5rem;
  position: relative;
}

.sidebar__sidebarTtl::before{
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  height: 2px;
  width: 20%;
  background-color: #CBB6BF;
}

.sidebar__sidebarTtl::after{
  content: "";
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 2.6rem;
  height: 2.6rem;
  display: inline-block;
  margin-left: 1rem;
  background-position: center center;
  vertical-align: middle;
}

.sidebar__sidebarTtl.related::after{
  background-image: url(../img/single/link-icon.svg);
}

.sidebar__sidebarTtl.recommended::after{
  background-image: url(../img/single/recommend-icon.svg);
}

.sidebar__sidebarTtl.new::after{
  background-image: url(../img/single/new-icon.svg);
}

.sidebar__link{
  color: #CBB6BF;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.sidebar__image{
  width: 30%;
}

.sidebar__postTtl{
  padding-left: 1.5rem;
  font-size: 4vw;
  font-weight: 500;
  width: 70%;
}

@media screen and (min-width: 64em) {
  .single-post .single__contents--pc {
      width: calc(485 / 1920 * 100%);
    }

  .single-post .single__wrapper {
    width: calc(1000 / 1920 * 100%);
    max-width: 100%;
  }

  .single-post .single__container {
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
  }

  .single-post .single__header{
    padding-left: 0;
    padding-right: 0;
  }

  .single-post .single__contents--sp #ez-toc-container{
    top: 0;
  }

  .single__sidebar {
    width: calc(380 / 1920 * 100%);
    padding: 0 4rem 0 2rem;
    margin-top: 8rem;
    position: relative;
  }

  .sidebar__sticky {
    top: 10rem;
    position: sticky;
  }

  .sidebar__inner {
    margin-top: 4rem;
  }

  .sidebar__header {
    margin-top: 3rem;
  }

  .sidebar__sidebarTtl {
    font-size: 2rem;
  }

  .sidebar__link {
    margin-bottom: 1.5rem;
  }

  .sidebar__image {
  }

  .sidebar__postTtl {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 117em) {
  .single-post .single__contents--pc {
      margin-left: 0;
    }

}

/* LINEボタン */
.line_btn a {
  text-align: center;
  color: #fff;
  cursor: pointer;
  display: block;
  width: 100%;
  margin: 2em auto 0;
  padding: 20px;
  border: 0;
  border-radius: 8px;
  color: ghostwhite;
  font-size: 6vw;
  background: #39B54A;
  box-shadow: 0 6px 0 #28602f, 0 12px 0 rgba(0, 0, 0, .2);
  transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.line_btn a:hover {
  color: white;
  background: #39b54aa2;
  box-shadow: 0 3px 0 #256d2f, 0 6px 0 rgba(0, 0, 0, .2);
  transform: translateY(3px);
}


@media screen and (min-width:64em) {

  /* LINEボタン */
  .line_btn a {
    max-width: 460px;
    font-size: 3.25rem;
  }
}


.line_banner img {
  border-radius: 8px;
  box-shadow: 0 6px 0 #8A98AC;
  transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
  border: 2px solid #8A98AC;
}

.line_banner img:hover {
  transform: translateY(3px);
  box-shadow: 0 3px 0 #8A98AC;
}

.insta_banner img {
  border-radius: 8px;
  box-shadow: 0 6px 0 #C92774;
  transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
  border: 2px solid #C92774;
}

.insta_banner img:hover {
  transform: translateY(3px);
  box-shadow: 0 3px 0 #C92774;
}

@media screen and (min-width:64em) {
  .line_banner img {
    border: 3px solid #8A98AC;
    border-radius: 10px;
    box-shadow: 0 8px 0 #8A98AC;
    transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
  }

  .line_banner img:hover {
    transform: translateY(6px);
    box-shadow: 0 5px 0 #8A98AC;
  }

  .insta_banner img {
    border: 3px solid #C92774;
    border-radius: 10px;
    box-shadow: 0 8px 0 #C92774;
    transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
  }

  .insta_banner img:hover {
    transform: translateY(6px);
    box-shadow: 0 5px 0 #C92774;
  }
}

/* START 診療科目ページのアンカーボタン */
.menu-anchor__wrap {
  margin-top: 4rem;
  position: relative;
}

.menu-anchor {
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (width >=90em) {
  .menu-anchor {
    position: absolute;
    width: 70.083333vw;
    overflow: visible;
    top: 0;
    left: 0;
  }
}

@media screen and (width >=117em) {
  .menu-anchor {
    width: 100%;
    position: relative;
  }
}

.menu-anchor .menupage_anchorbtn__item {
  flex-basis: calc(25% - 10px);
}

@media screen and (width <=90em) {
  .menu-anchor .menupage_anchorbtn__item {
    flex-basis: calc(50% - 10px);
  }
}

.menu-anchor .menupage_anchorbtn__item:last-child {
  margin-right: 0;
}

.menu-anchor .menupage_anchorbtn {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  background: linear-gradient(180deg, #ccb6bf 0%, #aa8d98 100%), #D9D9D9;
  color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  height: 100%;
}

.menu-anchor .menupage_anchorbtn::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 16px;
  top: calc(50% - 2px);
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
}

.menu-anchor .menupage_anchorbtn:hover {
  opacity: .8;
}

.menu-anchor .menupage_anchorbtn__img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 8px;
}

.menu-anchor .menupage_anchorbtn__txt {
  font-size: 14px;
  line-height: 1.5;
  padding-right: 1rem;
}

.menu-anchor__space {
  display: none;
}

@media screen and (90em < width < 117em) {
  .menu-anchor__space {
    visibility: hidden;
    height: auto;
    display: block;
  }
}
/* END 診療科目ページのアンカーボタン */

/* 症例写真一覧の注意文言 */
.ttl-icon .photo-caution__txt {
  font-size: 1.3rem;
  padding: 1rem;
  text-align: center;
  color: #4a383d;
  font-family: "Shippori Mincho", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
}
@media screen and (width <=90em) {
  .ttl-icon .photo-caution__txt {
    font-size: 1rem;
  }
}
/* END 症例写真一覧の注意文言 */

/* 全国のドクター一覧 */
.allDoctors .l-sec-md:nth-child(2n) {
  background: #f7f4f4;
}

.allDoctors .ttl-icon p {
  font-size: 5.6rem;
  line-height: 1.16;
}

@media screen and (min-width: 64em) {
  .allDoctors .ttl-icon p {
    font-size: 7.2rem;
  }
}

.allDoctors-en {
  font-family: "Aboreto", serif !important;
  font-weight: 400;
}

.allDoctors .ttl-icon {
  text-align: left;
}

.allDoctors .ttl-icon p,
.allDoctors .ttl-icon h2 {
  text-align: left;
}

.allDoctors .ttl-icon h2 {
  font-size: 1.6rem;
  line-height: 2;
}

.allDoctors .ttl-icon h2::after {
  display: none;
}

/* 院長部分 */
.mainDoctor {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 64em) {
  .mainDoctor {
    flex-direction: row;
    margin-bottom: 5.6rem;
  }
}

.mainDoctor__head {
  display: flex;
  flex-direction: column;
  column-gap: 1.7rem;
}

@media screen and (min-width: 64em) {
  .mainDoctor__head {
    flex-direction: row;
  }
}

.mainDoctor__wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  column-gap: 1.4rem;
}

@media screen and (min-width: 64em) {
  .mainDoctor__wrap {
    flex-direction: row;
    width: calc(100% - 42rem);
  }
}

.mainDoctor__box {
  margin-bottom: 12.8vw;
}

@media screen and (min-width: 64em) {
  .mainDoctor__box {
    margin-bottom: 1rem;
    margin-top: 3.5rem;
    width: calc(100% - 25rem);
  }
}

.mainDoctor .card-doctor02__imgWrap {
  width: 64.2vw;
  height: 64.2vw;
}

@media screen and (min-width: 64em) {
  .mainDoctor .card-doctor02__imgWrap {
    width: 23.6rem;
    height: 23.6rem;
  }
}

.mainDoctor .card-doctor02__img {
  width: 62.6vw;
  height: 62.6vw;
}

@media screen and (min-width: 64em) {
  .mainDoctor .card-doctor02__img {
    width: 97.2%;
    height: 97.2%;
  }
}

.mainDoctor .card-doctor02__imgWrap::after {
  width: 62.6vw;
  height: 62.6vw;
}

@media screen and (min-width: 64em) {
  .mainDoctor .card-doctor02__imgWrap::after {
    width: 97.2%;
    height: 97.2%;
  }
}

.mainDoctor__box .card-doctor02__box {
  margin-bottom: 2.7rem;
}

@media screen and (min-width: 64em) {
  .mainDoctor__box .card-doctor02__box {
    margin-bottom: 1.9rem;  }
}

.mainDoctor__box .card-doctor02__box .en,
.mainDoctor__box .card-doctor02__box .job {
  font-size: 1.8rem;
  line-height: 1.2;
}

.mainDoctor__nameWrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 4.4rem;
  align-items: baseline;
}

.mainDoctor__nameWrap .name {
  color: #262727;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.mainDoctor__nameWrap .en {
  margin-bottom: 1.4rem;
}

@media screen and (min-width: 64em) {
  .mainDoctor__nameWrap {
    flex-direction: column;
  }
}

.mainDoctor__box .card-doctor02__box .job {
  color: #262727;
}

.mainDoctor__sns .doctorSns__heading,
.mainDoctor__biography .doctorbiography__heading {
  display: block;
  margin-left: 0;
  margin-bottom: 9vw;
  padding-bottom: 0.9rem;
  background: none;
  border-bottom: solid 2px #cbb6bf;
}

@media screen and (min-width: 64em) {
  .mainDoctor__sns .doctorSns__heading {
    margin-bottom: 3.4rem;
  }
}

.mainDoctor__sns .doctorSns__heading .en {
  font-size: 3.2rem;
  line-height: 1.15;
}

.mainDoctor__sns .doctorSns__heading .ja {
  font-size: 1.6rem;
  line-height: 0.8;
}

.mainDoctor__sns .doctorSns__item{
  margin-bottom: 12.8vw;
}

@media screen and (min-width: 64em) {
  .mainDoctor__sns .doctorSns__item{
    margin-bottom: 3.8rem;
  }
}

.mainDoctor__sns .doctorSns__link{
  font-size: 1.6rem;
  line-height: 1.18;
}


.mainDoctor .others__slick,  .mainDoctor .others__slick02{
  width: 100%;
}

@media screen and (min-width: 64em) {
  .mainDoctor .others__slick, .mainDoctor .others__slick02{
    width: 42rem;
  }
}

.mainDoctor__btn, .mainDoctors__btn {
  margin: 3rem auto;
  width: 90%;
  display: block;
}

.mainDoctor__btn a {
  font-size: 1.8rem;
}

.mainDoctors__btn a {
  font-size: 1.6rem;
}

.mainDoctorBox__btn {
  margin: 8rem auto 3rem;
  width: 90%;
}

.mainDoctorBox__btn a {
  font-size: 1.8rem;
}

.doctorsBox__btn {
  margin-top: 1rem;
}

.doctorsBox__btn a {
  font-size: 1.3rem;
  padding: 1rem 2rem;
  text-align: left;
}

.doctorsBox__btn a::before {
  right: 4vw;
  width: 5vw;
  height:5vw;
}

@media screen and (min-width: 64em) {
  .mainDoctor__btn {
      width: 330px;
      margin-left: 0;
    }

    .mainDoctors__btn{
      margin-top: auto;
      padding-top: 3rem;
      width: 100%;
    }

    .mainDoctors__btn a{
      min-width: auto;
    }

    .mainDoctorBox__btn {
      margin: 3rem 0 0;
    }

    .mainDoctorBox__btn a {
      font-size: 1.6rem;
      min-width: auto;
      width: 300px;
    }

    .doctorsBox__btn {
      margin-top: auto;
      padding-top: 1rem;
      width: 100%;
    }

    .doctorsBox__btn a {
      font-size: 1.4rem;
      min-width: auto;
      width: 100%;
    }

    .doctorsBox__btn a::before {
      right: 1rem;
      width: 2.8rem;
      height: 2.8rem;
    }
}

/* END 院長部分 */

/* 在籍医師一覧部分 */
.allDoctors__wrap {
  padding: 8.5vw 4.2vw;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  background: #efe7e7;
  border-radius: 1.6rem;
}

@media screen and (min-width: 64em) {
  .allDoctors__wrap {
    padding: 2rem 2rem 4rem;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3.2rem;
  }
}

.allDoctors__card {
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 1.5rem;
}

@media screen and (min-width: 64em) {
  .allDoctors__card {
    flex-direction: column;
    max-width: calc(100% / 4 - 9.6rem / 4);
  }
}

.allDoctors__card .card-doctor02__imgWrap {
  width: 29vw;
  height: 29vw;
  margin-bottom: 0;
}

@media screen and (min-width: 64em) {
  .allDoctors__card .card-doctor02__imgWrap {
    width: 21.4rem;
    height: 21.4rem;
    margin-bottom: 4.8rem;
  }
}

.allDoctors__card .card-doctor02__imgWrap::after {
  width: 28.2vw;
  height: 28.2vw;
}

@media screen and (min-width: 64em) {
  .allDoctors__card .card-doctor02__imgWrap::after {
    width: 97.2%;
    height: 97.2%;
  }
}

.allDoctors__card .card-doctor02__img {
  width: 28.2vw;
  height: 28.2vw;
}

@media screen and (min-width: 64em) {
  .allDoctors__card .card-doctor02__img {
    width: 97.2%;
    height: 97.2%;
    margin-bottom: 4.8rem;
  }
}

.allDoctors__card .card-doctor02__box {
  width: calc(100% - 12.1rem);
}

@media screen and (min-width: 64em) {
  .allDoctors__card .card-doctor02__box {
    width: 100%;
  }
}

.allDoctors__nameWrap .name {
  color: #262727;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 0.7rem;
}

@media screen and (min-width: 64em) {
  .allDoctors__nameWrap .name {
    font-size: 2.2rem;
    line-height: 1.18;
  }
}

.allDoctors__nameWrap .en {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.2rem;
}

@media screen and (min-width: 64em) {
  .allDoctors__nameWrap .en {
    font-size: 1.4rem;
    line-height: 1.21;
  }
}

.allDoctors__card .card-doctor02__box .job {
  color: #262727;
  font-size: 1.3rem;
  line-height: 1.3;
  margin-top: 0.5rem;
  display: block;
}

@media screen and (min-width: 64em) {
  .allDoctors__card .card-doctor02__box .job {
     font-size: 1.4rem;
     line-height: 1.6;
    }
}
/* END　在籍医師一覧部分 */

/* END 全国のドクター一覧 */


/* カレンダー横幅調整 */
@media screen  and (1024px <= width < 1600px) {
  .topCalendar__slick .slick-slide {
    width: calc(94% / 3) !important;
  }
}
/* END カレンダー横幅調整 */

/* TOPキャンペーン横幅調整 */
@media screen  and (1024px <= width) {
  #topCampaign {
    margin-right: 80px;
  }
}
/* END TOPキャンペーン横幅調整 */


/* ドクター一覧円戸先生部分*/
/* allDoctors__mainTop */
.allDoctors__mainTop .card-doctor02__imgWrap{
  width: 91.4vw;
  height: 91.4vw;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainTop .card-doctor02__imgWrap{
    width: 40.8rem;
    height: 40.8rem;
    flex-shrink: 0;
  }
}

.allDoctors__mainTop .card-doctor02__img{
  width: 89vw;
  height: 89vw;
}


@media screen and (min-width: 64em) {
  .allDoctors__mainTop .card-doctor02__img{
    width: 97.2%;
    height: 97.2%;
  }
}

.allDoctors__mainTop .card-doctor02__imgWrap::after{
  width: 89vw;
  height: 89vw;
}


@media screen and (min-width: 64em) {
  .allDoctors__mainTop .card-doctor02__imgWrap::after{
    width: 39.7rem;
    height: 39.7rem;
  }
}

.allDoctors__mainTop .mainDoctor__container{
  display: flex;
  flex-direction: column;
  margin-bottom: 12.8vw;
}

@media screen and (min-width: 64em) {
 .allDoctors__mainTop .mainDoctor__container{
    display: flex;
    flex-direction: row;
    column-gap: 5rem;
    margin-bottom: 8.1rem;
  }
}

.allDoctors__mainTop .card-doctor02__box{
  display: flex;
  align-items: baseline;
  column-gap: 1.6vw;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainTop .card-doctor02__box{
    column-gap: 0.7rem;
  }
}

.allDoctors__mainTop .mainDoctor__nameWrap{
  display: block;
  text-align: right;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainTop .mainDoctor__nameWrap{
    display: flex;
    flex-direction: row;
    column-gap: 4rem;
  }
}

.allDoctors__mainTop .mainDoctor__sns .doctorSns__heading .en{
  font-size: 8.5vw;

}

@media screen and (min-width: 64em) {
  .allDoctors__mainTop .mainDoctor__sns .doctorSns__heading .en{
    font-size: 3.2rem;
  }
}

.allDoctors__mainTop .mainDoctor__box{
  margin-top: 0;
  margin-bottom: 0;
}

.allDoctors__mainTop .mainDoctor__box .card-doctor02__box .job {
  font-size: 6.4vw;
  font-weight: 500;
}


@media screen and (min-width: 64em) {
  .allDoctors__mainTop .mainDoctor__box .card-doctor02__box .job{
    font-size: 2.8rem;
  }
}

.allDoctors__mainTop .name {
  font-size: 8.5vw;
  line-height: 1.2;
  font-weight: 500;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainTop .name{
    font-size: 3.3rem;
  }
}

.allDoctors__mainTop .mainDoctor__box .mainDoctor__nameWrap .en {
  font-size: 5.3vw;
  line-height: 1.2;
  font-weight: 500;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainTop .mainDoctor__box .mainDoctor__nameWrap .en{
    font-size: 2rem;
  }
}


.allDoctors__mainTopBox{
  display: flex;
  flex-direction: column;
  row-gap: 3.5vw;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainTopBox{
    row-gap: 3.5rem;
  }
}

.allDoctors__mainTop .mainDoctor__sns {
  margin-bottom: 13.3vw;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainTop .mainDoctor__sns {
    margin-bottom: 4.6rem;
  }
}

.allDoctors__mainTop .doctorSns__list{
  display: flex;
  flex-wrap: wrap;
  column-gap: 8.5vw;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainTop .doctorSns__list{
    column-gap: 2.8rem;
  }
}

.allDoctors__mainTop .doctorInfo__item {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #707070;
}

.allDoctors__mainTop .doctorSns__link {
  font-size: 5.3vw;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainTop .doctorSns__link {
    font-size: 2rem;
  }
}

.mainDoctor__biography .doctorbiography__heading{
  margin-bottom: 2.5rem;
}

/* allDoctors__mainBottom */
.allDoctors__mainBottom .allDoctors__wrap{
  row-gap: 13.3vw;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainBottom .allDoctors__wrap{
    column-gap: 3rem;
  }
}


.allDoctors__mainBottom .allDoctors__card{
  flex-direction: column;
  align-items: normal;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainBottom .allDoctors__card{
    max-width: calc(100% / 3 - 6rem / 3);
  }
}

.allDoctors__mainBox{
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 3.2vw;
  width: 100%;
  margin-bottom: 5vw;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainBox{
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
}

.allDoctors__mainBottom .card-doctor02__imgWrap{
  width: 29vw;
  height: 29vw;
  flex-shrink: 0;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainBottom .card-doctor02__imgWrap{
    width: 28.4rem;
    height: 28.4rem;
  }
}

.allDoctors__mainBottom .card-doctor02__img{
  width: 28vw;
  height: 28vw;
}


@media screen and (min-width: 64em) {
  .allDoctors__mainBottom .card-doctor02__img{
    width: 97.2%;
    height: 97.2%;
  }
}

.allDoctors__mainBottom .allDoctors__nameWrap{
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainBottom .allDoctors__nameWrap{
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1.6rem;
  }
}

.allDoctors__mainBottom .allDoctors__wrap{
  background: #F7F4F4;
}

.allDoctors__mainBottom .allDoctors__nameWrap .name {
  font-size: 5.3vw;
  margin-bottom: 0;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainBottom .allDoctors__nameWrap .name{
    font-size: 2.4rem;
  }
}

.allDoctors__mainBottom .allDoctors__nameWrap .en {
  font-size: 3.6vw;
  margin-top: 0.25rem;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainBottom .allDoctors__nameWrap .en{
    font-size: 1.6rem;
  }
}

.allDoctors__mainBottom .allDoctors__nameWrap .job {
  font-size: 3.7vw;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainBottom .allDoctors__nameWrap .job{
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 64em) {
  .allDoctors__mainBottom .card-doctor02__box{
    margin-bottom: 2.8rem;
  }
}

.allDoctors__mainBottom .mainDoctor__sns .doctorSns__heading .en{
  font-size: 6.4vw;

}

@media screen and (min-width: 64em) {
  .allDoctors__mainBottom .mainDoctor__sns .doctorSns__heading .en{
    font-size: 3.2rem;
  }
}

.allDoctors__mainBottom .mainDoctor__sns .doctorSns__heading .ja{
  font-size: 3.7vw;
  margin-left: 0;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainBottom .mainDoctor__sns .doctorSns__heading .ja{
    font-size: 1.6rem;
  }
}

.allDoctors__mainBottom .doctorSns__list{
  flex-direction: column;
}

.allDoctors__mainBottom .doctorSns__heading{
  margin-bottom: 6.4vw;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainBottom .doctorSns__heading{
    margin-bottom: 3.4rem;
  }
}

/*END ドクター一覧円戸先生部分 */

/* ドクターマップ */

.doctorsMap {
  background: #F7F4F4;
}

.doctorsMap__container{
  padding: 12.8vw 2.1vw 9.6vw;
  border-radius: 2.1vw;
  background: #FFFFFF;
  overflow: hidden;
}

@media screen and (min-width: 64em) {
  .doctorsMap__container{
    padding: 3.4rem 3rem 7.8rem;
    border-radius: 0.8rem;
  }
}


.doctorsMap__container h2{
  font-size: 6.4vw;
  line-height: 1.2;
  padding-top: 4.2vw;
  padding-bottom: 4.2vw;
  background: #CBB6BF;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 4.8vw;
}

@media screen and (min-width: 64em) {
  .doctorsMap__container h2{
    font-size: 3.2rem;
    padding-left: -3rem;
    padding-right: -3rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    margin-bottom: 2.7rem;
  }
}


.doctorsMap__top {
  margin-bottom: 2.6vw;
}

@media screen and (min-width: 64em) {
  .doctorsMap__top {
    margin-bottom: 4.1rem;
  }
}

.doctorsMap__top .doctorsMap__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4.2vw;
}

.doctorsMap__top .doctorsMap__item{
  width: calc(100% / 3 - 4.3vw / 3);
  background: #F7F4F4;
  padding: 2.1vw 1.1vw 3.7vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 64em) {
  .doctorsMap__top .doctorsMap__list {
      justify-content: space-between;
      row-gap: 1.6rem;
    }

  .doctorsMap__top .doctorsMap__item{
    padding: 1.5rem 2.3rem;
    margin: 0;
    width: calc(100% / 3 - 4rem / 3);

  }
}

.doctorsMap__top .doctorsMap__item.-top .doctorsMap__link .doctorsMap__img{
  margin: 0;
 }

 .doctorsMap__top .doctorsMap__item.-top .mainDoctor__nameWrap{
   text-align-last: left;
 }

.doctorsMap__top .doctorsMap__item.-top{
  width: 100%;
}

@media screen and (min-width: 64em) {
  .doctorsMap__top .doctorsMap__item.-top{
    width: 100%;
  }
}

.doctorsMap__top .doctorsMap__item.-top .doctorsMap__link{
  display: flex;
  column-gap: 5.3vw;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 64em) {
  .doctorsMap__top .doctorsMap__item.-top .doctorsMap__link {
    display: flex;
    column-gap: 5.7rem;
    width: 100%;
  }
}

.doctorsMap__top .doctorsMap__item.-top .mainDoctor__nameWrap .name{
  font-size: 4vw;
}

@media screen and (min-width: 64em) {
  .doctorsMap__top .doctorsMap__item.-top .mainDoctor__nameWrap .name{
    font-size: 2rem;
  }
}

.doctorsMap__top .doctorsMap__item.-top .mainDoctor__nameWrap .job{
  font-size: 2.6vw;
}

@media screen and (min-width: 64em) {
  .doctorsMap__top .doctorsMap__item.-top .mainDoctor__nameWrap .job{
    font-size: 1.6rem;
  }
}

.doctorsMap__top .doctorsMap__item .mainDoctor__nameWrap{
  display: block;
  text-align: center;
}

.doctorsMap__top .doctorsMap__item .mainDoctor__nameWrap .name{
  font-size: 2.6vw;
  margin-bottom: 0;
}

.doctorsMap__top .doctorsMap__item .mainDoctor__nameWrap .job{
  font-size: 2.1vw;
}

@media screen and (min-width: 64em) {
  .doctorsMap__top .doctorsMap__item .mainDoctor__nameWrap .name,
  .doctorsMap__top .doctorsMap__item .mainDoctor__nameWrap .job{
    font-size: 1.6rem;
  }
}

.doctorsMap__top .doctorsMap__item .mainDoctor__nameWrap .name{
  margin-bottom: 1vw;
}

@media screen and (min-width: 64em) {
  .doctorsMap__top .doctorsMap__item .mainDoctor__nameWrap .name{
    margin-bottom: 0.4rem;
  }
}

.doctorsMap__top .doctorsMap__item .mainDoctor__nameWrap .job{
 color: #262727;
}

.doctorsMap__top .doctorsMap__img {
  width: 21vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.9vw;
}

@media screen and (min-width: 64em) {
  .doctorsMap__top .doctorsMap__img{
    width: 10.8rem;
    margin-bottom: 1.6rem;
  }
}

.doctorsMap__top .doctorsMap__item .mainDoctor__nameWrap {
  text-align: center;
}

@media screen and (min-width: 64em) {
}

/* doctorsMap__bottom */
.doctorsMap__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "map  map" "left right";
  gap: 4.3vw 1.9vw;
}

@media screen and (min-width: 64em) {
  .doctorsMap__bottom {
    display: flex;
    justify-content: space-between;
  }
}

.doctorsMap__bottom .-left{
  grid-area: left;
}

.doctorsMap__bottom .map__img{
  grid-area: map;
}

.doctorsMap__bottom .-right{
  grid-area: right;
}

.doctorsMap__bottom .doctorsMap__list{
  display: flex;
  flex-direction: column;
  row-gap: 1.6vw;
}

@media screen and (min-width: 64em) {
  .doctorsMap__bottom .doctorsMap__list{
    row-gap: 1.2rem;
    max-width: 22.4rem;
  }
}

.doctorsMap__bottom .doctorsMap__item{
  background: #F7F4F4;
  padding: 1vw 1.1vw;
}

@media screen and (min-width: 64em) {
  .doctorsMap__bottom .doctorsMap__item{
    padding: 0.9rem 0.8rem;
    width: 22.4rem;
    flex-shrink: 0;
  }
}

.doctorsMap__bottom .doctorsMap__img{
  width: 7.4vw;
  flex-shrink: 0;
}

@media screen and (min-width: 64em) {
  .doctorsMap__bottom .doctorsMap__img{
    width: 7rem;
  }
}

.doctorsMap__bottom .doctorsMap__list .mainDoctor__nameWrap .name{
  font-size: 2.4vw;
  margin-bottom: 0;
}

@media screen and (min-width: 64em) {
  .doctorsMap__bottom .doctorsMap__list .mainDoctor__nameWrap .name{
    font-size: 1.4rem;
  }
}

.doctorsMap__bottom .map__img{
  width: 78vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 64em) {
  .doctorsMap__bottom .map__img{
    width: 41.9rem;
  }
}

.doctorsMap__bottom .doctorsMap__item a{
  display: flex;
  align-items: center;
  column-gap: 1.6vw;
}

@media screen and (min-width: 64em) {
  .doctorsMap__bottom .doctorsMap__item a{
    column-gap: 0.8rem;
  }
}


/*END ドクターマップ */

/* キャンペーン一覧用CSS */
.campaignList .columnAll__imgWrap{
  width: 40%;
}
.campaignList .columnAll__img{
  padding-top: 0;
}
.campaignList .columnAll__img img{
  position: static;
  transform: none;
}
.campaignList .columnAll__box{
  flex: 1;
}
.campaignList .columnAll__txt{
  display: block;
  text-align: left;
  font-size: 3vw;
}
@media screen and (min-width: 64em){
  .campaignList .columnAll__imgWrap{
    width: 28%;
  }
  .campaignList .columnAll__box{
    flex: 1;
    padding: 2rem 1.6rem;

  }
  .campaignList .columnAll__dateWrap{
    margin-bottom: 1em;
  }
  .campaignList .columnAll__txt{
    font-size: 1.6rem;
  }
}
/* キャンペーン一覧用CSSここまで */


/* LINE予約ポップアップ */
html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
  padding-right: 0 !important;
}

.pm-linelist-title__wrapper {
  text-align: center;
  margin-bottom: 2.4rem;
}

.pm-linelist-title__catch {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #0bc757;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

.pm-linelist-title__catch span {
  font-size: 130%;
  padding: 0 0.5rem;
}

.pm-linelist-title__catch::before {
  content: "";
  background-color: #FFFF00;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.pm-linelist__list {
  display: flex;
  gap: 1.6vw;
  flex-wrap: wrap;
}

.pm-linelist__item {
  background: #ffffff;
  padding: 1vw 1.1vw;
  width: 49%;
  border: 2px solid #45b9e8;
  border-radius: 10px;
}

@media screen and (min-width: 64em) {
  .pm-linelist__item {
    padding: 0.9rem 0.8rem;
    width: 20rem;
    flex-shrink: 0;
  }
}

.pm-linelist__img {
  width: 30%;
  flex-shrink: 0;
}

@media screen and (min-width: 64em) {
  .pm-linelist__img {
    width: 7rem;
  }
}

.pm-linelist-name__wrapper {
  flex-grow: 1;
}

.pm-linelist-name__text {
  font-size: 1.2rem;
  margin: 0;
  color: #43bae8;
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (min-width: 64em) {
  .pm-linelist-name__text {
    font-size: 1.4rem;
  }
}

.pm-linelist__img {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
}


.pm-linelist__item a {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

@media screen and (min-width: 64em) {
  .pm-linelist__item a {
    column-gap: 0.8rem;
  }
}

/* END LINE予約ポップアップ */