@charset 'UTF-8';

/* 同期不要 */
#treatment-day .eng-tit__cp {
  font-weight: 400;
}

#treatment-day .basic__area .eng-tit__scp {
  margin-bottom: 100px;
  letter-spacing: normal;
  font-weight: 600;
  font-size: 4rem;
  opacity: .5;
}

/* 行間と字間の設定 */
#bring__content,
#flow-trmt,
#payment-methods,
#ref-sys,
#mv__sel-trmt,
#sel-trmt,
#sel-quality,
#dir-msg,
#about-doc,
#res-online {
  letter-spacing: .1em;
  line-height: 1.75;
}

/* ↓↓ 料金表 ここから ↓↓ */
.price--tit {
  margin-bottom: 72px;
}

.price--tit::before,
.price--tit::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background-color: #b3956f;
}

.price--tit::before {
  margin-right: 10%;
}

.price--tit::after {
  margin-left: 10%;
}

.price-tbl {
  margin: 50px auto;
  max-width: 600px;
  width: 100%;
}

.price-tbl table {
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
  border-spacing: 0;
}

.price-tbl table tr td {
  padding: 20px 0;
  width: 50%;
  text-align: center;
}

.price-tbl table tr:nth-child(odd) td {
  background: #f8eae0;
}

.price-tbl table tr:nth-child(odd) td:nth-child(even) {
  background: #f4dccb;
}

.price-tbl table tr:nth-child(even) td {
  background: #faf7f2;
}

.price-tbl table tr:nth-child(even) td:nth-child(even) {
  background: #f6f1e9;
}

.price-item p {
  padding: 10px 0;
  text-align: center;
}

.price__menu__blk {
  margin: 0 auto 120px auto;
}

.price__menu__blk dt {
  margin-bottom: 0;
  padding: 20px;
}

.bg-skin-whitening dt {
  background-color: #f0e8d2;
}

.bg-pores-acne dt {
  background-color: #f2e2d1;
}

.bg-aging-treatment dt {
  background-color: #f0ddd9;
}

.bg-drip-therapy dt {
  background-color: #cee4e6;
}

.bg-medical-diet dt {
  background-color: #deead2;
}

.bg-medical-laser dt {
  background-color: #dcdade;
}

.bg-other-treatments dt {
  background-color: #eeebc3;
}

.price-nav .ank__blk {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 0;
  margin: 100px auto;
  min-width: 1520px;
  max-width: 98%;
}

.price-nav .ank__blk li {
  max-width: 380px;
  width: 100%;
}

.price__menu__blk .-menu-space {
  margin-bottom: 20px;
}

.price__menu__blk dt span {
  position: relative;
  display: block;
  padding: 0 20px 0 10px;
}

.price__menu__blk dt span:after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 3px;
  display: block;
  width: 17px;
  height: 17px;
  border-color: #b3956f #b3956f transparent transparent;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}

.price__menu__blk dt {
  cursor: pointer;
}

.price__menu__blk dd {
  display: none;
  margin-bottom: 20px;
  padding: 20px;
  background: #ebebeb;
}

.price__menu__blk dd > div {
  position: relative;
  padding-left: 1.5em;
}

.price__menu__blk dd > div::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 12px;
  height: 15px;
}

.price__menu__blk dt span.clinic-list {
  display: inline;
}

.price__menu__blk dt span.clinic-list:after {
  display: none;
}

.price__menu__blk .clinic {
  display: inline-block;
  margin-left: 16px;
  padding: 2px 8px;
  background: #b3956f;
  color: #fff;
  text-align: center;
}

.price__menu__blk .clinic:after {
  display: none;
}

#skin-whitening,
#pores-acne,
#aging-treatment,
#drip-therapy,
#medical-diet,
#medical-laser,
#other-treatments {
  margin-top: -180px;
  padding-top: 180px;
}

.-mbonly {
  display: none;
}

@media (max-width: 1499px) {
  .price-nav .ank__blk {
    min-width: 100%;
    max-width: 100%;
  }

  .price-nav .ank__blk li {
    max-width: 25%;
    width: 100%;
  }
}

@media (min-width: 960px) and (max-width: 1499px) {
  .price-nav .ank__blk li {
    white-space: nowrap;
    font-size: 1.3vw;
  }
}

@media (max-width: 959px) {
  .price-tbl {
    margin: 0 auto;
  }

  .price-tbl table {
    margin-bottom: 10px;
  }

  .price-tbl table tr td {
    padding: 14px 0;
  }

  .price-nav .ank__blk {
    margin: 60px auto;
    min-width: 100%;
  }

  .price-nav .ank__blk li {
    max-width: 100%;
    width: 100%;
    font-size: 1.6rem;
  }

  .price__menu__blk {
    min-width: 100%;
  }

  .price--tit {
    margin-bottom: 20px;
  }

  .i-un_arrow_red {
    display: block;
    width: 100%;
  }

  .ank__blk li:not(:last-of-type) {
    border-right: none;
  }

  .ank__blk li a {
    padding: 15px 15px 15px 10px;
  }

  .price__menu__blk {
    margin: 0 auto 50px auto;
  }

  .price__menu__blk .-menu-space {
    margin-bottom: 8px;
  }

  .price__menu__blk dt span.clinic-list {
    display: block;
    margin: 0;
  }

  .price__menu__blk .clinic-list {
    display: flex;
    margin: 5px 0 0 10px;
    padding: 0;
  }

  .price__menu__blk .clinic:first-child {
    margin-left: 0;
  }

  .price__menu__blk .clinic {
    margin-left: 8px;
    font-size: 1.2rem;
  }

  .price__menu__blk dt span:after {
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
  }

  .price-nav {
    max-width: min(calc(100% - 40px), 1150px);

    margin-inline: auto;
  }

  .-mbonly {
    display: block;
  }
}

/* ↑↑ 料金表 ここまで ↑↑ */

/* ↓↓ 施術当日のご案内 ここから ↓↓ */
/* コンテンツ包括 */
#treatment-day {
  padding-bottom: 200px;
  background: #f6f1e9;
}

#treatment-day .basic__area {
  margin: 100px auto 0 auto;
  background: #fff;
}

#bring__content,
#flow-trmt,
#payment-methods,
#ref-sys {
  margin: 0 auto;
  padding: 50px 0 100px;
  max-width: 1000px;
}

.doctor__mv__fcp {
  letter-spacing: .06em;
  line-height: 2;
}

/* 当日の持ち物 */
#treatment-day #bring__content ul,
#treatment-day #bring__content ul li {
  list-style-type: none;
}

#treatment-day #bring__content ul {
  display: grid;
  gap: 48px;
  margin: 100px auto 100px auto;
  max-width: 632px;

  grid-template-columns: 1fr 1fr 1fr;
}

#treatment-day #bring__content .bring-list__item {
  margin-bottom: 40px;
}

#treatment-day #bring__content .bring-list__item .item-name {
  margin-bottom: 5px;
  padding-left: 32px;
  background: url(../img/i-check01.png) no-repeat left center / 18px;
  font-weight: bold;
  font-size: 2rem;
}

/* 施術の流れ */
#treatment-day #flow-trmt .flow-trmt__step {
  display: grid;
  justify-content: space-between;
  gap: 60px;
  margin: 0 auto 120px auto;
  max-width: 1000px;

  grid-template-columns: 2fr minmax(560px, 1fr);
}

#treatment-day .flow-trmt__step .flow-trmt__txt {
  max-height: 220px;
  border-bottom: 1px solid #b3956f;
}

#treatment-day #flow-trmt div:nth-last-child(2) .flow-trmt__txt {
  border-bottom: 0;
}

#treatment-day .flow-trmt__step .flow-trmt__txt .step {
  margin-right: 10px;
  color: #cf1225;
  font-weight: 500;
  font-size: 2.6rem;
}

#treatment-day .flow-trmt__step .flow-trmt__txt .step-num {
  margin-right: 24px;
  color: #b3956f;
  font-weight: 500;
  font-size: 4rem;
}

#treatment-day .flow-trmt__step .flow-trmt__txt .txt__lg-bold {
  font-weight: bold;
  font-size: 2rem;
}

#treatment-day .flow-trmt__step .flow-trmt__img {
  position: relative;
}

#treatment-day .flow-trmt__step .arrow__down {
  position: absolute;
  right: 15%;
  bottom: -87%;
  left: 0;
  display: inline-flex;
  margin: 0 auto;
  color: #b3956f;
  transform: rotate(90deg);
}

#treatment-day .flow-trmt__step .arrow__down::after {
  content: '';
  width: 60px;
  height: 17px;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: skew(-45deg);
}

#treatment-day .flow-trmt__support {
  display: grid;
  gap: 50px;
  margin: 0 auto;
  max-width: 1000px;

  grid-template-columns: 2fr minmax(560px, 1fr);
}

#treatment-day .flow-trmt__support .s-tit__s,
#treatment-day #ref-sys .s-tit__s {
  display: inline-block;
  margin-bottom: 16px;
  padding-bottom: 0;
  border-bottom: 1px solid;
  color: #cf1225;
  font-size: 2rem;
  line-height: normal;
}

#treatment-day #ref-sys .s-tit__s {
  margin-bottom: 50px;
}

/* お支払い方法について */
#treatment-day .payment-cat {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}

#treatment-day .payment-cat .s-tit__s {
  position: relative;
  padding-left: 16px;
  font-size: 2rem;
}

#treatment-day .payment-cat .s-tit__s:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border: 2px solid;
  border-radius: 50%;
}

#treatment-day .payment-cat ul {
  display: flex;
  gap: 5px;
  margin: 20px 0 0;
  list-style: none;
}

#treatment-day .payment-cat ul li img {
  max-width: 72px;
  height: auto;
}

/* #treatment-day #payment-methods div:nth-last-child(2) p {
  max-width: 15%;
  margin-top: 10px;
} */

#treatment-day .payment-cat .note {
  margin-top: 20px;
}

/*　ポイントについて */
#ref-sys div:nth-last-child(2) .s-tit__s:first-child {
  position: relative;
}

#ref-sys div:nth-last-child(2) .s-tit__s:first-child::after {
  content: '';
  position: absolute;
  bottom: -24px;
  margin-left: 10px;
  width: 118px;
  height: 124px;
  background: url(../img/point-img.png) no-repeat;
  background-size: contain;
}

#ref-sys ul.ref-sys--list {
  margin-bottom: 56px;
  max-width: 800px;
  list-style-type: none;
}

#ref-sys ul.ref-sys--list li {
  position: relative;
  padding-left: 16px;
  line-height: 2;
}

#ref-sys ul.ref-sys--list li:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  border: 2px solid;
  border-radius: 50%;
}

#ref-sys .line-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  padding-bottom: 60px;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}

#ref-sys .line-btn a.btn__line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  width: 350px;
  border-radius: 50px;
  background: #00b900;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 2.4rem;
}

#ref-sys .line-btn a.btn__line::after {
  content: '';
  position: absolute;
  top: 42%;
  right: 20px;
  display: block;
  width: 13px;
  height: 13px;
  border-color: #fff #fff transparent transparent;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}

#ref-sys .line-btn a.btn__line .txt__s {
  margin-left: 5px;
  font-size: 1.6rem;
}

@media (max-width: 959px) {
  #treatment-day #doctor__mv {
    margin-top: 0;
    padding: 100px 20px 50px;
    min-height: auto;
    height: 100%;
    background-color: #fff;
    background-position: top center;
    background-size: contain;
  }

  #treatment-day #bring__content ul {
    display: flex;
    gap: 20px;
    margin: 0 auto 40px auto;
    max-width: 90%;
  }

  #treatment-day #bring__content .bring-list__item .item-name {
    font-size: 1.8rem;
  }

  #treatment-day .basic__area {
    margin: 50px auto 0 auto;
    background: #fff;
  }

  #treatment-day .basic__area .eng-tit__scp {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }

  #treatment-day #bring__content,
  #flow-trmt,
  #payment-methods,
  #ref-sys {
    padding: 50px 20px 50px;
  }

  /* 施術の流れ */
  #treatment-day #flow-trmt .flow-trmt__step {
    position: relative;
    gap: initial;
    margin: 0 auto 80px auto;

    grid-template-columns: 1fr;
  }

  #treatment-day .flow-trmt__step .flow-trmt__img {
    position: initial;
  }

  #treatment-day .flow-trmt__step .flow-trmt__txt {
    padding: 20px 0 32px;
    max-height: fit-content;
  }

  #treatment-day .flow-trmt__step .flow-trmt__txt .step {
    font-size: 1.8rem;
  }

  #treatment-day .flow-trmt__step .flow-trmt__txt .step-num {
    font-size: 2.2rem;
  }

  #treatment-day .flow-trmt__step .flow-trmt__txt .txt__lg-bold {
    font-size: 1.6rem;
  }

  #treatment-day .flow-trmt__step .arrow__down {
    right: 0;
    bottom: -180px;
    left: 0;
  }

  #treatment-day .flow-trmt__step .arrow__down::after {
    width: 30px;
    height: 8px;
  }

  #treatment-day #flow-trmt div:nth-last-child(2).flow-trmt__step {
    margin-bottom: 0;
  }

  /* お支払い方法について */
  #treatment-day .payment-cat .s-tit__s {
    font-size: 1.8rem;
  }

  #treatment-day .payment-cat ul {
    /* display: flex; */
    display: grid;
    gap: 5px;
    margin: 20px 0 0;
    list-style: none;

    grid-template-columns: repeat(5, 1fr);
  }

  #treatment-day .payment-cat ul li img {
    max-width: 72px;
    height: auto;
  }

  #treatment-day #payment-methods div:nth-last-child(2) p {
    max-width: 160px;
  }

  #treatment-day .payment-cat .note {
    margin-top: 20px;
  }

  #treatment-day .flow-trmt__support {
    gap: 25px 0;

    grid-template-columns: 1fr;
  }

  #payment-methods div:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }

  /* ポイントについて */
  #ref-sys .line-btn {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  #treatment-day #ref-sys .s-tit__s {
    margin-bottom: 25px;
  }

  #ref-sys div:nth-last-child(2) .s-tit__s:first-child::after {
    bottom: -12px;
    width: 59px;
    height: 62px;
  }
}

/* ↑↑ 施術当日のご案内 ここまで ↑↑ */

/* ↓↓ 椿クリニックが選ばれる理由 ここから ↓↓ */
#sel-trmt {
  overflow: hidden;
}

#mv__sel-trmt {
  padding-top: 90px;
  min-height: 700px;
  width: 100%;
  background: url(../img/sel-trmt__bg.jpg) no-repeat;
  background-position: bottom;
  background-size: cover;
}

#mv__sel-trmt .glow-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 32px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 50px 50px rgba(255, 255, 255, 5);
}

#mv__sel-trmt .glow-box:before,
#mv__sel-trmt .glow-box:after {
  content: '';
  position: absolute;
  display: block;
  margin: 0 auto;
  width: 109px;
  height: 40px;
}

#mv__sel-trmt .glow-box:before {
  top: 0;
  background: url(../img/decor__fr01.svg) no-repeat;
  background-size: contain;
}

#mv__sel-trmt .glow-box:after {
  bottom: 0;
  background: url(../img/decor__fr01.svg) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}

#mv__sel-trmt .glow-box .text {
  min-width: 522px;
  text-align: center;
}

#mv__sel-trmt .glow-box .text p:nth-child(2) {
  font-size: 2rem;
}

#mv__sel-trmt .glow-box .text p:last-child {
  line-height: 1.875;
}

#mv__sel-trmt .glow-box .txt__l {
  letter-spacing: .3rem;
}

#sel-trmt .bg__section {
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #b3956f, #957751);
}

#sel-trmt .bg__section:before {
  content: '';
  position: absolute;
  top: -106px;
  display: block;
  width: 100%;
  height: 110px;
  background: url(../img/decor__fr03.svg) no-repeat;
  background-size: cover;
}

#sel-trmt .sel-trmt--list {
  display: grid;
  gap: 50px;
  margin: 96px auto;
  max-width: 1060px;
  list-style: none;
  text-align: center;

  grid-template-columns: repeat(3, 320px);
}

#sel-trmt .sel-trmt--list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -50px;
  padding: 40px 0;
  height: 205px;
  background: #fff;
}

#sel-trmt .sel-trmt--list li span.-num {
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  background: url(../img/i__decor01.svg) no-repeat;
  background-position: center;
  background-size: 35%;
  color: #fff;
  font-size: 4rem;
}

#sel-trmt h2,
#sel-trmt h1 {
  position: relative;
  margin-bottom: 10%;
  color: #b3956f;
  text-align: center;
  font-weight: normal;
  font-size: 3.6rem;
}

#sel-trmt h2:after,
#sel-trmt h1:after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 363px;
  height: 25px;
  background: url(../img/decor__fr02.svg) no-repeat;
}

#sel-trmt .bg__section .-base {
  position: relative;
}

#sel-trmt .bg__section .-base:before {
  content: '';
  position: absolute;
  top: 200px;
  left: -240px;
  display: block;
  width: 200px;
  height: 200px;
  background: url(../img/bg__fr01.svg) no-repeat;
  background-size: contain;
  opacity: .7;
  transform: scaleX(-1);
}

#sel-trmt .bg__section .-base:after {
  content: '';
  position: absolute;
  top: 40px;
  right: -250px;
  display: block;
  width: 200px;
  height: 200px;
  background: url(../img/bg__fr01.svg) no-repeat;
  background-size: contain;
}

#sel-trmt .msg__txt {
  position: relative;
  padding-bottom: 96px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}

#sel-trmt .msg__txt:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 175px;
  height: 167px;
  background: url(../img/bg__fr01.svg) no-repeat;
  background-size: contain;
}

#sel-quality {
  padding: 120px 0;
  background: url(../img/bg__ptn01.png) repeat-y;
}

#sel-quality .-middle h2 {
  text-align: center;
  font-weight: normal;
  font-size: 2.8rem;
}

#sel-quality ul.sel-quality--list {
  display: grid;
  gap: 30px;
  margin: 100px auto;
  max-width: 890px;
  list-style: none;

  grid-template-columns: repeat(4, 200px);
}

#sel-quality ul.sel-quality--list li a {
  padding-left: 50px;
}

#sel-quality ul.sel-quality--list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 120px;
  border: 2px solid;
  border-radius: 10px;
  color: #cf1225;
  text-decoration: none;
  font-weight: bold;
  font-size: 3rem;
}

#sel-quality ul.sel-quality--list li.trmt a {
  background: url(../img/i-promise01.svg) no-repeat left center / 94px 70px;
}

#sel-quality ul.sel-quality--list li.prom a {
  background: url(../img/i-promise02.svg) no-repeat left center / 94px 70px;
}

#sel-quality ul.sel-quality--list li.fclty a {
  background: url(../img/i-promise03.svg) no-repeat left center / 94px 48px;
}

#sel-quality ul.sel-quality--list li.price a {
  background: url(../img/i-promise04.svg) no-repeat left center / 94px 44px;
}

.title__fr {
  position: relative;
  display: grid;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 65px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #b3956f;

  grid-template-columns: 1fr 4fr 1fr;
}

.title__fr:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -2px;
  display: block;
  width: 2px;
  height: 4px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid #b3956f;
  border-left: 2px solid transparent;
  background-color: #b3956f;
  transform: rotate(45deg);
}

.title__fr h2 {
  margin: 0;
  padding-bottom: 0;
  padding-left: 10px;
  color: #b3956f;
  font-size: 2.6rem;
}

#sel-quality .title__fr span.doc-tit__scp {
  text-align: right;
  font-size: 5rem;
  line-height: normal;
}

#sel-quality .title__fr span.doc-tit__scp {
  line-height: 1;
}

.title__box {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 78px;
  height: 78px;
  line-height: normal;
  /* 文字間設定削除後は不要 */
}

.title__box:after {
  content: '';
  position: absolute;
  top: 0;
  right: -100px;
  display: block;
  margin-right: 24px;
  width: 54px;
  height: 100%;
}

#sel-quality #trmt .title__box.trmt:after {
  background: url(../img/i-promise01.svg) no-repeat;
  background-size: contain;
}

#sel-quality #prom .title__box.prom:after {
  background: url(../img/i-promise02.svg) no-repeat;
  background-size: contain;
}

#sel-quality #fclty .title__box.fclty:after {
  background: url(../img/i-promise03.svg) no-repeat;
  background-position: bottom;
  background-size: contain;
}

#sel-quality #price .title__box.price:after {
  right: -65px;
  margin: 0 auto;
  width: 34px;
  background: url(../img/i-promise04.svg) no-repeat;
  background-position: bottom;
  background-size: contain;
}

#sel-quality #prom .title__fr h2 {
  padding-left: 30px;
  line-height: 1.46;
}

#sel-quality .square {
  width: 44px;
  height: 44px;
  color: #fff;
}

#sel-quality .title__fr .title__box .square .text {
  position: absolute;
  font-size: 30px;
}

#sel-quality .title__fr .title__box .square1 {
  position: absolute;
  background: #cf1225;
}

#sel-quality .title__fr .title__box .square2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #b3956f;
}

#sel-quality .title__fr .title__box .square1 .text1 {
  top: -5px;
  left: 3px;
  padding: 5px;
}

#sel-quality .title__fr .title__box .square2 .text2 {
  right: 7px;
  bottom: 0;
}

#sel-quality .quality__detail {
  position: relative;
  display: grid;
  align-items: center;
  gap: 0 100px;
  margin-bottom: 22%;

  grid-template-columns: 600px 1fr;
}

#sel-quality .quality__detail img {
  position: relative;
}

#sel-quality .quality__detail img::after {
  content: '';
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: #f0e8d2;
}

#sel-quality .quality__detail .quality__detail__img {
  position: relative;

  grid-column: 1;
}

#sel-quality .quality__detail .quality__detail__img::after {
  content: '';
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
}

#fclty .quality__detail {
  margin-bottom: 100px;
}

#fclty .quality__detail .quality__detail__img::after {
  display: none;
}

#fclty .quality__detail .quality__detail__txt {
  bottom: 22%;
}

#price.quality__bg__content {
  padding: 50px 0;
}

#price .title__fr .doc-tit__scp {
  white-space: nowrap;
}

#price .quality__detail::after {
  content: '';
  position: absolute;
  top: 50px;
  right: 60px;
  width: 363px;
  height: 190px;
  background: url(../img/trmt__pic04a.png);
  background-size: contain;
}

.quality__detail .quality__detail__txt {
  position: absolute;
  bottom: -55%;
  left: -55%;
  z-index: 1;
  padding: 90px 60px 60px;
  min-width: 700px;
  background: rgba(251, 241, 235, .95);

  grid-column: 2;
}

.c-box--accent {
  position: relative;
}

.c-box--accent:before {
  content: '';
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 88px;
  height: 80px;
  background: url(../img/i__decor02.svg) no-repeat;
  background-position: center;
  background-size: contain;
  opacity: .5;
}

.quality__bg__content {
  position: relative;
  padding: 100px 0;
}

.quality__bg__content .bg__content__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(to bottom, #f9f9f9, rgba(249, 249, 249, 0));
  background-size: 100% 100px;
  background-repeat: no-repeat;

  mix-blend-mode: multiply;
}

.heading-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}

.heading-container::before,
.heading-container::after {
  content: '';
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 40%;
  height: 2px;
  border-top: 1px dashed #b3956f;
}

.heading-container::before {
  left: 0;
  transform: translateY(-50%);
}

.heading-container::after {
  right: 0;
  transform: translateY(-50%);
}

.circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2;
}

.circle--red {
  background-color: #cf1225;
}

.circle--beige {
  background-color: #b3956f;
}

.heading-container .circle:last-child {
  margin-right: 0;
}

#res-online .res-online__detail {
  margin: 60px auto;
  max-width: 770px;
  text-align: center;
}

#res-online .res-online__detail h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 2.6rem;
}

#res-online .res-online__detail h3.fst-vst {
  padding-left: 40px;
}

#res-online .res-online__detail h3.fst-vst:before {
  content: '';
  position: absolute;
  left: 0;
  width: 24px;
  height: 38px;
  background: url(../img/i-res02.svg) no-repeat;
}

#res-online .res-steps__flow .res-steps__flow__detail img {
  max-width: 61.2%;
}

#res-online .res-steps__flow__detail {
  padding: 50px 0;
  border-bottom: 1px dashed #b3956f;
  background: #f6f1e9;
}

#res-online .res-steps__flow__detail__cnt {
  position: relative;
  margin: 0 auto;
  max-width: 530px;
}

#res-online .res-steps__flow__detail__cnt p {
  font-size: 1.8rem;
}

#res-online .res-steps__flow__detail__cnt span.num {
  position: absolute;
  top: -50px;
  left: -30%;
  display: block;
  padding-top: 10px;
  width: 70px;
  height: 76px;
  background: #b3956f;
  color: #fff;
  text-align: center;
  font-size: 4rem;
}

#res-online .res-steps__flow__detail__cnt span.num:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-right: 35px solid #b3956f;
  border-bottom: 10px solid transparent;
  border-left: 35px solid #b3956f;
}

#res-online .res-steps__flow__detail__cnt .line-btn a {
  position: relative;
  display: block;
  margin-top: 10px;
  padding: 10px 36px;
  max-width: 280px;
  border-radius: 60px;
  background: #00b900;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.5;
}

#res-online .res-steps__flow__detail__cnt .line-btn a::after {
  content: '';
  position: absolute;
  right: 20px;
  width: 15px;
  height: 15px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}

#res-online .res-steps__flow__detail__cnt .line-btn span {
  font-weight: bold;
  font-size: 2.4rem;
}

#res-online .res-steps__flow__last {
  margin-bottom: 20px;
  padding: 30px 0;
  background: #f4dccb;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
}

#res-online .title__fr {
  grid-template-columns: 1fr 2fr;
}

#res-online .title__fr h2 {
  position: relative;
  padding-left: 60px;
  line-height: 1.46;
}

#res-online .title__fr h2:before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 45px;
  height: 69px;
  background: url(../img/i-res01.svg) no-repeat;
  background-size: contain;
}

#res-online .title__fr span {
  text-align: right;
  font-size: 5rem;
}

#res-online .txt--red {
  color: #cf1225;
}

#res-online .res-online__detail p {
  font-size: 1.8rem;
  line-height: 2.5;
}

#res-online .res-online__detail .low-ruled {
  display: inline;
  padding-bottom: 7px;
  border-bottom: 1px solid #cf1225;
}

/* 理事長のメッセージ */
#dir-msg .dir-msg__cnt {
  display: grid;
  align-items: center;
  justify-content: end;

  grid-template-columns: repeat(2, 1fr);
}

#dir-msg .dir-msg__cnt .dir-msg__img {
  position: relative;
  max-width: 470px;

  grid-column: 1;
}

#dir-msg .dir-msg__cnt .dir-msg__txt {
  display: block;
  max-width: 550px;
}

#dir-msg .dir-msg__cnt .dir-msg__tit {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

#dir-msg .dir-msg__tit::after {
  content: '';
  position: absolute;
  right: -25px;
  bottom: -2px;
  display: block;
  width: 2px;
  height: 4px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid #b3956f;
  border-left: 2px solid transparent;
  background-color: #b3956f;
  transform: rotate(45deg);
}

#dir-msg .dir-msg__tit::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 680px;
  height: 0;
  border-bottom: 1px dashed #b3956f;
  transform: translateX(calc(-10% + -37px));
}

#dir-msg .dir-msg__txt--bge {
  display: block;
  margin-bottom: 20px;
  color: #b3956f;
  letter-spacing: normal;
  font-size: 2.4rem;
  line-height: 1.58;
}

#dir-msg h2.dir-msg__tit {
  color: #b3956f;
}

#dir-msg h2.dir-msg__tit span {
  display: block;
}

/* ドクターについて */
#about-doc {
  padding-bottom: 180px;
}

#about-doc .about-doc__intro {
  display: grid;
  align-items: center;
  gap: 40px;

  grid-template-columns: 1fr 1fr;
}

#about-doc .title__fr,
#about-doc .title__fr h2 span {
  display: block;
}

.m__b-30 {
  margin-bottom: 30px;
}

.low-ruled {
  padding-bottom: 3px;
  border-bottom: 1px solid #cf1225;
}

.txt--18 {
  font-size: 1.8rem;
}

.txt--22 {
  font-size: 2.2rem;
}

.txt--26 {
  font-size: 2.6rem;
}

.txt__l {
  font-size: 3rem;
}

.txt--30 {
  font-size: 3rem;
}

.txt--50 {
  font-size: 5rem;
}

@media (max-width: 959px) {
  #mv__sel-trmt {
    min-height: auto;
    background-position: top center;
    background-size: contain;
  }

  #sel-trmt h2,
  #sel-trmt h1 {
    margin-top: 30px;
    margin-bottom: 15%;
  }
}

@media (max-width: 650px) {
  #res-online .res-steps__flow__detail {
    position: relative;
    padding: 0;
  }

  #res-online .res-steps__flow__detail__cnt {
    position: initial;
    padding: 40px 15px;
  }

  #res-online .res-steps__flow__detail__cnt p {
    padding-left: 40px;
    font-size: 1.6rem;
  }

  #res-online .res-steps__flow__detail__cnt .line-btn a {
    max-width: 98%;
  }

  #res-online .res-steps__flow__detail__cnt .line-btn a::after {
    content: '';
    position: absolute;
    right: 20px;
    width: 15px;
    height: 15px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
  }

  #res-online .res-steps__flow__detail__cnt .line-btn span {
    font-weight: bold;
    font-size: 2.4rem;
  }

  #res-online .res-steps__flow__detail__cnt .-pconly {
    display: none;
  }

  #res-online .res-steps__flow__detail__cnt span.num {
    top: 0;
    left: 0;
    padding-top: 0;
    width: 36px;
    height: 36px;
    font-size: 2rem;
  }

  #res-online .res-steps__flow__detail__cnt img {
    display: block;
    margin: 0 auto;
    max-width: 90% !important;
  }

  #res-online .res-steps__flow__detail__cnt span.num:after {
    top: 100%;
    left: 0;
    border-right: 18px solid #b3956f;
    border-bottom: 5px solid transparent;
    border-left: 18px solid #b3956f;
  }

  #res-online .res-steps__flow__detail__cnt .res__cover .res__cover--act span {
    display: block;
    font-size: 5.4vw;
  }

  #res-online .res-steps__flow__detail__cnt .res__cover .res__cover--act p {
    padding-left: 0;
  }

  #res-online .res-steps__flow__detail__cnt .res__cover .res__cover--act {
    display: block;
    padding: 0 16px 0 25px;
    background: url(../img/i-arrow_bk.svg) no-repeat calc(100% - 14px) center / 10px;
  }

  #res-online .res-steps__flow__detail__cnt .res__cover .res__cover--time {
    padding: 20px 10px 20px 20px;
    white-space: nowrap;
  }

  #res-online .res-steps__flow__detail__cnt .res__cover .res__cover--time:before {
    margin-top: -46px;
    border: 46px solid transparent;
    border-left: 25px solid #cf1225;
  }

  #res-online .res-steps__flow__last {
    padding: 30px 15px;
    font-size: 1.8rem;
  }

  #mv__sel-trmt .glow-box {
    padding: 0 16px;
    width: 100%;
  }

  #mv__sel-trmt .glow-box .text {
    min-width: initial;
  }

  #sel-trmt h2,
  #sel-trmt h1 {
    margin-top: 30px;
    font-size: 2.4rem;
  }

  #sel-trmt h2:after,
  #sel-trmt h1:after {
    width: 70%;
    background-size: contain;
  }

  #sel-trmt .bg__section {
    margin: 30px 0;
  }

  #sel-trmt .bg__section:before {
    top: -18px;
    background-size: contain;
  }

  #sel-trmt .sel-trmt--list {
    margin: 30px auto;

    grid-template-columns: 1fr;
  }

  #sel-trmt .sel-trmt--list li {
    margin: 0 auto;
    width: 95%;
    height: auto;
  }

  #sel-trmt .sel-trmt--list li span.-num {
    top: -30px;
    background-size: 25%;
    font-size: 2rem;
  }

  #sel-trmt .bg__section .-base:after {
    display: none;
  }

  #sel-trmt .msg__txt:after {
    top: initial;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 25%;
  }

  #sel-quality .-middle h2 {
    font-size: 2.2rem;
  }

  #sel-quality ul.sel-quality--list {
    gap: 15px;
    margin: 50px auto;
    max-width: fit-content;

    grid-template-columns: 1fr 1fr;
  }

  #sel-quality ul.sel-quality--list li {
    display: flex;
    justify-content: center;
  }

  #sel-quality ul.sel-quality--list li a {
    width: 150px;
    height: 80px;
    font-size: 2.2rem;
  }

  #sel-quality ul.sel-quality--list li.trmt a {
    background: url(../img/i-promise01.svg) no-repeat left center / 70px 50px;
  }

  #sel-quality ul.sel-quality--list li.prom a {
    background: url(../img/i-promise02.svg) no-repeat left center / 70px 50px;
  }

  #sel-quality ul.sel-quality--list li.fclty a {
    background: url(../img/i-promise03.svg) no-repeat left center / 70px 36px;
  }

  #sel-quality ul.sel-quality--list li.price a {
    background: url(../img/i-promise04.svg) no-repeat left center / 70px 36px;
  }

  .quality__bg__content {
    padding: 50px 0;
  }

  .title__fr {
    margin-bottom: 35px;
    padding-bottom: 20px;

    grid-template-columns: 1fr;
  }

  .title__box {
    width: 39px;
    height: 39px;
    line-height: normal;
  }

  #sel-quality .square {
    width: 22px;
    height: 22px;
  }

  #sel-quality .square {
    width: 22px;
    height: 22px;
  }

  #sel-quality .title__fr .title__box .square2 {
    right: 0;
    bottom: 0;
    z-index: -1;
  }

  #sel-quality .title__fr .title__box .square .text {
    font-size: 15px;
  }

  #sel-quality .title__fr .title__box .square1 .text1 {
    top: -5px;
    left: -1px;
    padding: 5px;
  }

  #sel-quality .title__fr .title__box .square2 .text2 {
    right: 1px;
    bottom: -1px;
  }

  .title__fr h2 {
    margin: 10px 0;
    padding-left: 0;
    font-size: 2rem;
  }

  .title__box:after {
    right: -86px;
  }

  #sel-quality #price .title__box.price:after {
    right: -50px;
  }

  #sel-quality .title__fr span.doc-tit__scp {
    font-size: 2.5rem;
  }

  #sel-quality #prom .title__fr h2 {
    padding-left: 0;
  }

  #sel-quality .quality__detail {
    margin-bottom: 0;

    grid-template-columns: 1fr;
  }

  #sel-quality .quality__detail .quality__detail__img::after {
    top: 15px;
    left: 15px;
  }

  #price .quality__detail::after {
    top: 40px;
    right: initial;
    left: 10px;
    width: 35%;
    background: url(../img/trmt__pic04a.png) no-repeat;
    background-size: contain;
  }

  #sel-quality {
    padding: 0;
  }

  .quality__detail .quality__detail__txt {
    position: relative;
    bottom: initial;
    left: 0;
    margin-top: 20px;
    padding: 35px 30px 30px;
    min-width: fit-content;

    grid-column: 1;
  }

  .c-box--accent:before {
    top: -15px;
    width: 44px;
    height: 40px;
  }

  #fclty .quality__detail .quality__detail__txt {
    bottom: 0;
  }

  #dir-msg .dir-msg__cnt {
    gap: 38px 0;

    grid-template-columns: 1fr;
  }

  #dir-msg .dir-msg__cnt .dir-msg__img {
    order: 2;
  }

  #dir-msg .dir-msg__cnt .dir-msg__tit {
    margin-bottom: 30px;
  }

  #dir-msg .dir-msg__tit::before {
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #b3956f;
    transform: none;
  }

  #dir-msg .dir-msg__tit::after {
    right: 0;
    bottom: -2px;
  }

  #dir-msg .dir-msg__txt--bge {
    font-size: 1.8rem;
  }

  #about-doc .about-doc__intro {
    grid-template-columns: 1fr;
  }

  #about-doc {
    padding-bottom: 90px;
  }

  #res-online .title__fr {
    grid-template-columns: 1fr;
  }

  #res-online .title__fr h2 {
    position: relative;
    padding-left: 50px;
    line-height: 1.46;
  }

  #res-online .title__fr h2:before {
    bottom: -6px;
    left: 0;
    width: 35px;
    height: 59px;
  }

  #res-online .res-online__detail p {
    text-align: left;
    font-size: 1.6rem;
    line-height: inherit;
  }

  #res-online .title__fr span {
    text-align: right;
    font-size: 1.4rem;
  }

  #res-online .res-online__detail h3 {
    font-size: 2rem;
  }

  #res-online .res-online__detail h3.fst-vst {
    padding-left: 30px;
  }

  #res-online .res-online__detail h3.fst-vst:before {
    top: 5px;
    left: 0;
    width: 18px;
    height: 24px;
    background-size: contain;
  }

  .heading-container::before,
  .heading-container::after {
    top: 50%;
    width: 18%;
  }

  .circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.8rem;
  }

  .txt__l {
    font-size: 2.2rem;
  }

  .txt--18 {
    font-size: 1.2rem;
  }

  .txt--22 {
    font-size: 1.8rem;
  }

  .txt--26 {
    font-size: 2rem;
  }

  .txt--30 {
    font-size: 2.4rem;
  }

  .txt--50 {
    font-size: 2.5rem;
  }

  .m__b-30 {
    margin-bottom: 15px;
  }
}

/* ↑↑ 椿クリニックが選ばれる理由 ここまで ↑↑ */


/* 251009 ご紹介ページ 修正 ここから */

#ref-sys .s-tit__s {
  display: block;
}

#ref-sys .ref-sys__cnt {
  max-width: 600px;
  margin: auto;
}

#ref-sys .di-point__ul {
  display: flex;
  list-style: none;
  gap: 10px;
  flex-wrap: wrap;
}

#ref-sys .di-point__ul li {
  display: block;
  padding: 3px 10px;
  background-color: #ebebeb;
}

.di-point__table {
  width: 100%;
  margin-top: 30px;
    border-collapse: collapse;
  border-spacing: 0;
}

.di-point__table th {
  background-color: #b3956f;
  color: #fff;
  padding: 5px;
  border-right: 1px solid #fff;
}

.di-point__table th:last-of-type {
  border-right: none;
}

.di-point__table td {
  text-align: center;
  padding: 5px;
  border-right: 1px solid #b3956f;
  border-bottom: 1px solid #b3956f;
}

.di-point__table td:first-of-type {
  border-left: 1px solid #b3956f;
}

.di-point__table br {
  display: none;
}

#ref-sys .ref-sys__cnt + .ref-sys__cnt {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #d9d9d9;
}

.di-introduction {
  padding-left: 1.5em;
}

@media (max-width: 420px) {

  .di-point__table br {
    display: block;
  }
}

/* 251009 ご紹介ページ 修正 ここまで */