:root {
  --red: #b7282e;
  --pink: #e7609e;
  --blue: #007bbb;
  --yellow: #cbb82d;
  --yellow2: #eee287;
  --black: #40220f;
  --black2: #5d5d5d;
  --brown2: #8b6748;
  --brown3: #a28f88;
  --brown4: #f7f3f0;
  --brown5: #e5dbd3;
  --beige: #fcf0e6;
  --orange: #c6672b;
  --white: #fff;
  --gray: #f7f7f7;
  --gothic: "Helvetica Neue", "游ゴシック体", YuGothic, "メイリオ", Meiryo,
    sans-serif;
  --mincho: "游明朝体", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN",
    serif;
}

/* ◆◆◆ 枠外背景 ◆◆◆ */
@media (min-width: 769px) {
  .l-wrapper {
    overflow: hidden;
    background-image: url(http://xs986046.xsrv.jp/arkhe_hp/wp-content/uploads/2025/07/bk.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.l-main__body {
  margin-top: 3rem;
  font-family: var(--mincho);
}
/* ◆◆◆ /枠外背景 ◆◆◆ */

/* ◆◆◆ フォントサイズ ◆◆◆ */
/* このサイトに合う設定に調整 */
h2 {
  font-size: clamp(1.8rem, 2.8vw, 2.3rem);
  min-height: 0;
  line-height: 1.2;
  padding: 0 0 1em;
  background: none;
  color: var(--black);
}

h3 {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  min-height: 0;
  margin-top: 3rem;
  padding: 0;
  border: none;
}

p,
li,
a {
  font-size: clamp(1rem, 1.6vw, 1.3rem);
}

p {
  margin-bottom: 2rem;
}
.main-title > .text__dot {
  text-emphasis: "・";
}
/* ◆◆◆ /フォントサイズ ◆◆◆ */

/* ◆◆◆ 文字色 ◆◆◆ */
.text__red {
  color: var(--red);
  font-weight: 600;
}

.text__orange {
  color: var(--orange);
  font-weight: 600;
}
.text__yellow {
  color: var(--yellow2);
  font-weight: 600;
}

/* ◆◆◆ /文字色 ◆◆◆ */

/* ◆◆◆ マーカー ◆◆◆ */
.marker__yellow {
  font-weight: bold;
  background: linear-gradient(transparent 60%, var(--yellow) 60%);
}

.marker__pink {
  font-weight: bold;
  background: linear-gradient(transparent 60%, var(--pink) 60%);
}
/* ◆◆◆ /マーカー ◆◆◆ */

/* ◆◆◆ ヘッダー ◆◆◆ */
.bo-header__right-box-info p {
  /*診療時間など文字数に合わせて調整*/
  font-size: 1.1rem;
}
/* ◆◆◆ /ヘッダー ◆◆◆ */

/* ◆◆◆ グロナビ ◆◆◆ */
.l-headerUnder {
  background: var(--white);
  color: var(--brown2);
  border-top: solid 1px var(--brown2);
}
.l-headerUnder .c-gnav > .menu-item > a {
  border-bottom: solid 2px transparent;
}
.l-headerUnder .c-gnav > .menu-item > a:hover {
  border-bottom: solid 2px var(--brown2);
  transition: all 0.3s;
}
/* ◆◆◆ /グロナビ ◆◆◆ */

/* ◆◆◆ サイドバー ◆◆◆ */
.c-widget__title.-side,
.c-widget h3 {
  background: var(--yellow) !important;
  color: var(--white);
}
.side__box h3 {
  background: var(--yellow) !important;
  color: var(--white);
}
.side__box-block {
  color: var(--black2);
}
.side__box-title {
  font-size: 1rem;
}
.side__box-title::before {
  content: "⚫︎";
  color: var(--yellow);
  margin-right: 0.3rem;
}
.side__box-detail {
  font-size: 0.85rem;
  margin-left: 0.8rem;
  margin-bottom: 0.95rem !important;
}
/*サイドバー　アクセス*/
h4.side__box-name {
  color: brown;
  font-size: 1.4rem;
  margin-block: 0.5em;
}

.side__box h4 {
  color: var(--black2);
  font-size: 1.2rem;
  margin-bottom: 0.3em;
}

.side__box-address {
  font-size: 1.1rem;
  margin-bottom: 0.5em;
}

.side__box-reserve {
  color: white;
  display: inline-block;
  background: orange;
  border-radius: 0.4rem;
  padding-inline: 1em;
  margin-block: 0.5em;
}

.side__box dt,
.side__box dd {
  font-size: 1.1rem;
}

.side__box dt {
  font-weight: 600;
  color: gray;
}

.side__contact__btn {
  margin-bottom: 0.2em;
  transition: 0.6s;
}

.side__contact__btn:last-of-type {
  margin-bottom: 0;
}

.side__contact__btn:hover {
  opacity: 0.6;
}

.sidebar-info {
  background: #fff;
  border-left: 4px solid #f0c040;
  padding: 0;
}

.sidebar-info__section {
  padding: 0;
}

.sidebar-info__title {
  font-size: 18px;
  font-weight: 500;
  color: #666;
  padding: 20px 20px 24px 20px;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}

.sidebar-info__item {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  gap: 12px;
}

.sidebar-info__item:last-child {
  border-bottom: none;
}

.sidebar-info__icon {
  width: 28px;
  height: 28px;
  background: #f0c040;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

.sidebar-info__content {
  flex: 1;
}

.sidebar-info__item-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0 0 8px 0;
}

.sidebar-info__text {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.sidebar-info__text + .sidebar-info__text {
  margin-top: 4px;
}

@media (max-width: 768px) {
  .sidebar-info {
    border-left: none;
    border-top: 4px solid #f0c040;
    margin-top: 30px;
  }

  .sidebar-info__title {
    font-size: 16px;
    padding: 16px 16px 20px 16px;
  }

  .sidebar-info__item {
    padding: 16px;
  }

  .sidebar-info__icon {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .sidebar-info__item-title {
    font-size: 15px;
  }

  .sidebar-info__text {
    font-size: 13px;
  }
}
/* ◆◆◆ /サイドバー ◆◆◆ */

/* ◆◆◆ FV ◆◆◆ */
/*下層P*/
.fv figure {
  margin: 0;
}
.fv img {
  margin: 0;
  display: block;
}
/* ◆◆◆ /FV ◆◆◆ */

/* ◆◆◆ オファー ◆◆◆ */
.offer {
  margin: 0 !important;
}

.offer figure {
  margin: 0;
  display: block;
}

/* ◆◆◆ オファー ◆◆◆ */
.offer__inner {
  position: relative;
}

.offer__bg img {
  display: block;
}

.offer__btn {
  position: absolute;
  width: 70%;
  bottom: 7.5rem;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.6s;
}
.offer__btn:hover {
  transform: translateX(-50%) scale(1.05);
}
.offer__btn.offer-short{
	bottom:4.8rem;
}
/* ◆◆◆ /オファー ◆◆◆ */
/* ◆◆◆ /オファー ◆◆◆ */

/* ◆◆◆ 問合 ◆◆◆ */
.contact {
  margin-top: 3em;
}

.contact__btn {
  margin-bottom: 2em;
  transition-duration: 0.6s;
}

.contact__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition-property: all;
  transition-duration: 0.6s;
}
/* ◆◆◆ /問合 ◆◆◆ */

/* ◆◆◆ お悩み ◆◆◆ */
.problem {
  margin-top: 0 !important;
}

.problem__inner {
}

h2.problem__title {
  text-align: center;
}

ul.problem__items {
  padding: 0 2em;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 3rem;
}

.problem__items li {
  position: relative;
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  list-style: none;
  padding-left: 2.4em;
  border-bottom: solid 1px var(--brown2);
  margin: 0;
  padding-bottom: 0.3rem;
}

.problem__items li:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  background: url(https://xs986046.xsrv.jp/anthurium/wp-content/uploads/2025/12/check.webp);
  background-size: cover;
  width: 1.8rem;
  height: 1.8rem;
}
figure.problem__img {
  padding-top: 1.5rem;
  display: block;
}
figure.problem__img img {
  display: block;
}
/* ◆◆◆ /お悩み ◆◆◆ */

/* ◆◆◆ 喜びの声 ◆◆◆ */
.voice {
  margin-top: 0;
}

ul.voice__items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-block: 2rem;
}

li.voice__item {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin: 0;
}

/* 奇数番目：写真が左、テキストが右 */
li.voice__item:nth-child(odd) {
  flex-direction: row-reverse;
}

/* 偶数番目：写真が右、テキストが左 */
li.voice__item:nth-child(even) {
  flex-direction: row;
}

.voice__item-content {
  flex: 1;
  background: var(--white);
  text-align: center;
  border-radius: 1.5rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem;
}

.voice__item-text {
  margin: 0 !important;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: var(--black);
  line-height: calc(20 / 29);
}

figure.voice__item-img {
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
}

figure.voice__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

p.voice__item-meta {
  color: var(--orange);
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  margin: 0;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 0.5em;
  background: var(--white);
  z-index: 2;
}

p.voice__item-meta::before,
p.voice__item-meta::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5em;
  height: 1px;
  background-color: var(--orange);
  transform: translateY(-50%);
  z-index: -1;
}

p.voice__item-meta::before {
  right: 100%;
  margin-right: 0.8em;
}

p.voice__item-meta::after {
  left: 100%;
  margin-left: 0.8em;
}

p.voice__item-text {
  line-height: 1.8;
  text-align: left;
  margin: 0;
  color: var(--black2);
}
/* ◆◆◆ /喜びの声 ◆◆◆ */

/* ◆◆◆ BA ◆◆◆ */
.ba {
  background: linear-gradient(to bottom, #f8f4e6, #f2f2c2);
	margin-top:0;
	padding-bottom:3rem;
}

.ba__inner {
}

h2.ba__title {
  text-align: center;
}

ul.ba__items {
  list-style: none;
  padding: 0;
  margin: 0;
	margin-top:3rem;
	display:flex;
	flex-direction:column;
	gap:2rem;
}


.ba__item-img {
  display: flex;
  justify-content: space-between;
}

figure.ba__img {
  width: 49%;
  margin: 0;
}

h3.ba__item-title {
  text-align: center;
  margin: 0.3em 1em 0.2em;
}

p.ba__item-meta {
  color: gray;
  text-align: center;
  font-size: clamp(0.9rem, 1.5vw, 1.2rem);
  margin-bottom: 0.5em;
}

p.ba__item-text {
  text-align: justify;
  margin-bottom: 2em;
}
/* ◆◆◆ /BA ◆◆◆ */

/* ◆◆◆ 理由 ◆◆◆ */
.reason {
  margin: 0;
}

.reason__inner {
}

h2.reason__title {
  text-align: center;
}

ul.reason__items {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

li.reason__item {
  background: white;
  padding: 1rem;
  margin: 0;
  border: solid 3px var(--brown2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

/* 最後のアイテムだけ中央寄せ */
li.reason__item:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: calc(50% - 1.5rem);
}

li.reason__item h3 {
  margin-top: 0;
  color: var(--orange);
  text-align: center;
  font-size: 1.5rem;
}

li.reason__item figure {
}

.reason__item p {
  margin: 0;
  margin-top: 0.5rem;
  line-height: 1.5;
}

.reason__img {
  margin-top: 1rem;
}
.reason__img img {
  display: block;
  aspect-ratio: 327/235;
}
/* ◆◆◆ /理由 ◆◆◆ */

/* ◆◆◆ 流れ-01 文章あり縦並び ◆◆◆ */
.flow__01 {
  padding-bottom: 3em;
  margin-top: 4em;
}

.flow__01 h2.flow-title {
  text-align: center;
}

.flow__01 ul.flow__items {
  counter-reset: flow;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.flow__01 li.flow__item {
  background: white;
  border: solid 3px var(--brown2);
  color: var(--brown);
  padding-top: 1.5rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.flow__01 li.flow__item:last-of-type {
  margin-bottom: 0;
}

.flow__01 li.flow__item:after {
  content: "";
  display: block;
  clear: both;
}

.flow__item-block {
  padding: 1.5rem;
}

.flow__01 li.flow__item h3 {
  margin-top: 0;
  background: var(--brown4);
  color: var(--brown2);
  text-align: center;
  position: relative;
  font-size: 1.6rem;
  padding: 0.3rem;
}

.flow__01 li.flow__item h3:before {
  content: "" counter(flow, decimal-leading-zero);
  counter-increment: flow;
  background: var(--brown5);
  padding: 0.75rem;
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}

.flow__01 li.flow__item figure {
  margin: 0 !important;
}

.flow__01 li.flow__item p {
  width: 100%;
  margin: 0;
}



/* ◆◆◆ /流れ-01 文章あり縦並び ◆◆◆ */

/* ◆◆◆ 流れ-02 文章あり縦並び ◆◆◆ */
.syojyo-treat__margin {
  margin-top: 3rem;
}
.syojyo-treat {
  margin-top: 0;
}
.syojyo-treat__intro {
  margin-top: 2rem;
  margin-bottom: 0;
  text-align: justify;
}
.syojyo-treat__intro.--left {
  margin-top: 2rem;
  margin-bottom: 0;
  text-align: justify;
}
p.syojyo__treat__detail {
  margin-top: 1rem;
  margin-bottom: 0 !important;
}
.syojyo-treat__subtitle {
  color: var(--orange);
}
.syojyo-treat__figure {
  margin-top: 2rem;
}
.syojyo-treat__figure img {
  display: block;
}
.syojyo-treat__items {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.syojyo-treat__item {
  background: var(--white);
  border: solid 2px var(--brown2);
  padding: 2.5rem 1.5rem 1.5rem;
  margin: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

.syojyo-treat__item-number {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: var(--orange);
  opacity: 0.5;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
}

.syojyo-treat__item-title {
  margin-top: 0;
  text-align: center;
  color: var(--orange);
  font-size: 1.9rem;
}
.syojyo-treat__item-img {
  padding-top: 1rem;
}
.syojyo-treat__item-img img {
  display: block;
  axpect-ratio: 16/9;
  width: 100%;
}

.syojyo-treat__item-block {
  text-align: center;
  margin-top: 2rem;
}

.syojyo-treat__item-subtitle {
  background: var(--orange);
  color: var(--white);
  padding: 0.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  width: fit-content;
  margin-inline: auto;
}

p.syojyo-treat__item-detail {
  padding-top: 1rem;
  margin-bottom: 0;
  color: var(--brown2);
  font-size: 1.4rem;
}
p.syojyo-treat__item-detail.--left {
  text-align: left;
}
.syojyo-treat__item-text {
  font-size: 1.3rem;
  margin-top: 2rem;
  color: var(--brown2);
}

/* ◆◆◆ /流れ-02 文章あり縦並び ◆◆◆ */

/* ◆◆◆ アクセス ◆◆◆ */
.access {
}

.access__img {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

h2.access__title {
  text-align: center;
}

.access figure {
  margin-bottom: 3em;
}

.access__inner {
  padding-bottom: 2rem;
}

table.access__table {
  background: var(--white);
}

table.access__table th {
  text-align: left;
  background: none;
  color: var(--orange);
  font-weight: normal;
}

table.access__table th,
table.access__table td {
  font-size: clamp(1rem, 1.8vw, 1.4rem);
  border: solid 1px var(--brown3);
}

.access__map {
  margin-top: 1.5rem;
}

/*アクセスページだけh2を非表示*/
.page-id-124 h2.access__title {
  display: none !important;
}
/* ◆◆◆ /アクセス ◆◆◆ */
.information__block {
  display: flex;
  gap: 2rem;
}
.information__img {
  width: 70%;
}
.information__text {
  font-size: 1.1rem;
}

/* ◆◆◆ フッターボタン ◆◆◆ */
.footer__contact {
  position: fixed;
  bottom: 0.5em;
  right: 1em;
  width: 400px;
  z-index: 10;
  display: none;
}

/*1つの場合*/
.footer__contact-btn1 {
  transition: 0.6s;
}

.footer__contact-btn1:hover {
  transform: scale(1.05, 1.05);
}

/*2つの場合*/
.footer__contact-btn2 {
}

.footer__btn2-item {
  transition: 0.6s;
  margin-bottom: 1.6em;
}

.footer__btn2-item:hover {
  transform: scale(1.05, 1.05);
}
/* ◆◆◆ /フッターボタン ◆◆◆ */

/* ◆◆◆ フッター ◆◆◆ */
.bo-footer {
  background: var(--brown2);
}

.bo-footer__title h2 {
  color: white;
}

.bo-footer__list li a {
  color: white;
}

.l-footer__foot {
  background: var(--brown2);
}

p.c-copyright {
  color: white;
  margin-bottom: 0;
}
/* ◆◆◆ /フッター ◆◆◆ */

/* ◆◆◆ 下層ページ ◆◆◆ */
body.page:not(.home) .l-content__body {
  margin-top: 1em;
}

.p-archive__title p.c-pageTitle__main,
p.bo-page-title,
.c-pageTitle__main {
  font-size: clamp(1.8rem, 2.8vw, 2.3rem);
  font-weight: 600;
  padding: 0.7em 0 0 !important;
  border-bottom: solid 3px var(--orange);
}

p.bo-page-title,
.c-pageTitle__main {
  margin-inline: 5%;
}

.p-archive__title p.c-pageTitle__main:first-letter,
p.bo-page-title:first-letter,
.c-pageTitle__main:first-letter {
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  color: var(--orange);
}
.c-pageTitle__main {
  margin: 0;
}
.blog__bo {
  color: #c0c6c9;
  font-size: 80%;
}
.blog__bo a {
  color: #c0c6c9;
  font-size: 80%;
}
/* ◆◆◆ /下層ページ ◆◆◆ */

/* ◆◆◆ 対応症状リスト ◆◆◆ */
.shojo {
  background: var(--beige);
}

ul.shojo__list {
  list-style: none;
  width: 100%;
  padding: 0 0 3em 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5em;
  justify-items: center;
  margin-top: 1rem;
}
ul.shojo__list.shojo__list--three {
  list-style: none;
  width: 100%;
  padding: 0 4rem 3em;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  justify-items: center;
  justify-content: center;
  margin-top: 0;
  max-width: fit-content;
}

ul.shojo__list li {
  text-align: center;
}

/* 下段の3つを中央に配置 */
ul.shojo__list li:nth-child(5) {
  grid-column: 2;
}

ul.shojo__list li:nth-child(6) {
  grid-column: 3;
}

ul.shojo__list li:nth-child(7) {
  grid-column: 4;
}

/* 下段の3つを中央に配置 */
ul.shojo__list li:nth-child(5) {
  grid-column: 2;
}

ul.shojo__list li:nth-child(6) {
  grid-column: 3;
}

ul.shojo__list li:nth-child(7) {
  grid-column: 4;
}

ul.shojo__list li a {
  color: white;
  display: block;
  transition: 0.6s;
  text-decoration: none;
}

ul.shojo__list li a:hover {
  opacity: 0.6;
}

ul.shojo__list li a .shojo__text {
  background: var(--brown2);
  color: var(--white);
  padding: 0.5rem;
  border-radius: 1.5rem;
  text-decoration: none;
  line-height: 1.2;
}
/* ◆◆◆ /対応症状リスト ◆◆◆ */

/* ◆◆◆ 執筆者情報 ◆◆◆ */
.writer {
  background-color: var(--brown4);
  border: 1px solid var(--brown);
}
/* ◆◆◆ /執筆者情報 ◆◆◆ */

/* ◆◆◆ cf7 ◆◆◆ */
.contact__form {
  background: ivory;
  padding: 3em 5em;
  width: 100%;
}

.contact__form p {
  margin-bottom: 0 !important;
}

.contact__form-item {
  margin-bottom: 2em;
}

.contact__label-required,
.contact__label-any {
  font-size: 75%;
  color: white;
  padding: 3px 6px 2px;
  border-radius: 1rem;
  margin-right: 0.5em;
}

/*必須ラベル*/
.contact__label-required {
  background: brown;
}

/*任意ラベル*/
.contact__label-any {
  background: gray;
}

.contact__consent {
  margin: 3em 0;
}

.contact__consent ul {
  line-height: 1.6;
}

.contact__consent ul li {
  font-size: clamp(0.7rem, 1.2vw, 1rem);
}

.contact__consent p {
  font-size: 94%;
}

.contact__personal-info {
  margin: 0;
  padding: 0;
  border: solid 2px #e9e9e9;
  border-radius: 0.5rem;
  padding: 1em;
  line-height: 1.3;
  overflow: auto;
  text-align: left;
  height: 10rem;
}

.wpcf7-submit {
  background: orange;
  border-radius: 0.5rem;
  padding: 1em 2em;
  margin-top: 3em;
  transition: 0.6s;
}

.wpcf7-submit:hover {
  opacity: 0.7;
  box-shadow: 2px 2px 2px gray;
}

textarea,
input {
  background: white;
  width: 100%;
  box-shadow: 0 0 2px #c8c2c6;
}

span.wpcf7-list-item-label {
  font-size: clamp(0.9rem, 1.4vw, 1.2rem);
}

.contact__consent-check input {
  width: 2rem;
}
/* ◆◆◆ /cf7 ◆◆◆ */

/* ◆◆◆ よくある質問 ◆◆◆ */
.qa-list dt,
.qa-list dd {
  position: relative;
  font-size: clamp(1.1rem, 1.8vw, 1.6rem);
  color: var(--black);
}

.qa-list dt {
  margin-bottom: 1rem;
  padding: 0 0 1rem 4rem;
}

.qa-list dd {
  padding: 0 0 3rem 4rem;
  font-size: 1.4rem;
}

.qa-list dt:before,
.qa-list dd:before {
  position: absolute;
  font-size: clamp(1.1rem, 1.8vw, 1.6rem);
  color: white;
  top: 0;
  left: 0;
  width: 2.4rem;
  padding-block: 0.2rem;
  vertical-align: middle;
  text-align: center;
}

.qa-list dt:before {
  content: "Q";
  background: var(--yellow);
  border-radius: 0.5rem;
}

.qa-list dd:before {
  content: "A";
  border: solid 1px var(--yellow);
  background-color: #ffffff;
  color: var(--yellow);
  border-radius: 0.5rem;
}
/* ◆◆◆ よくある質問 ◆◆◆ */

.price__item {
  text-align: center;
  background: var(--white);
  padding: 2em 2em;
  box-shadow: 0 0 6px #d3cbc6;
  margin-bottom: 2em;
}
.price__item-table th,
.price__item-table td {
  text-align: center;
  border: solid 1px var(--brown2);
}
.price__item-table th {
  background: var(--beige);
  width: 40%;
}
p.price__item-text {
  text-align: left;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 1rem;
}
.price__item-title {
  color: var(--orange);
  font-size: 1.8rem;
  margin-top: 0;
  padding-bottom: 1rem;
}
.price__item-subtitle {
  font-size: 1.5rem;
  margin-top: 0;
  color: var(--brown2);
}
.price__item-subtitle.--second {
  padding-top: 1rem;
}

/* ◆◆◆ 投稿記事下CTA ◆◆◆ */
.post__cta {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
/* ◆◆◆ /投稿記事下CTA ◆◆◆ */

/* ◆◆◆ パンくず ◆◆◆ */
li.p-breadcrumb__item {
  margin-bottom: 0;
}
/* ◆◆◆ /パンくず ◆◆◆ */

/* ◆◆◆ アーカイブ ◆◆◆ */
/* ◆◆◆ /アーカイブ ◆◆◆ */

/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */
/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ TB ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */
/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */

@media (max-width: 1024px) {
  /* ◆◆◆ ハンバーガーメニュー ◆◆◆ */
  /*ボタン背景色*/
  .l-header__drawerBtn {
    background: var(--brown2);
    border-radius: 3px;
  }

  /*ボタン３本線*/
  .c-iconBtn__icon {
    color: white;
  }

  /*メニュー背景色*/
  .p-drawer {
    background: var(--brown3);
  }

  /* ◆◆◆ ハンバーガーメニュー ◆◆◆ */
}

/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */
/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ SP ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */
/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */

@media (max-width: 768px) {
.l-main__body {
  margin-top: 0rem;
}

  /* ◆◆◆ 問い合わせボタン ◆◆◆ */
  .contact__btn {
    margin-bottom: 0.5em;
  }

  .offer__btn {
    position: absolute;
    width: 80%;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.6s;
  }
	.offer__btn.offer-short{
		bottom:2.3rem;
	}
  /* ◆◆◆ /問い合わせボタン ◆◆◆ */

  /* ◆◆◆ お悩み ◆◆◆ */
  .problem {
    margin-top: 3em;
  }

  ul.problem__items {
    padding: 0;
  }
  .problem__items li {
    line-height: 1.5;
  }

  .problem__items li:before {
    width: 1.4rem;
    height: 1.4rem;
    top: 0.3rem;
    left: 0.5rem;
  }
  /* ◆◆◆ /お悩み ◆◆◆ */

  /* ◆◆◆ 喜びの声 ◆◆◆ */
  .voice {
    margin-top: 3em;
    padding-block: 2em;
  }

  .voice__inner {
    padding: 0 1em;
  }

  ul.voice__items {
    gap: 1.5rem;
  }

  li.voice__item {
    flex-direction: column !important;
    align-items: center;
    gap: 0;
  }

  figure.voice__item-img {
    width: 200px;
    height: 200px;
    margin: 0 auto 1rem auto;
  }

  li.voice__item h3.voice__item-title {
    text-align: center;
  }

  p.voice__item-meta {
    text-align: center;
  }

  p.voice__item-text {
    text-align: left;
  }
  /* ◆◆◆ /喜びの声 ◆◆◆ */

  /* ◆◆◆ BA ◆◆◆ */
  .ba {
    margin-top: 3em;
  }

  li.ba__item {
    margin-bottom: 2em;
  }
  /* ◆◆◆ /BA ◆◆◆ */

  /* ◆◆◆ 理由 ◆◆◆ */
  .reason {
    margin-top: 3em;
  }
  ul.reason__items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  li.reason__item:last-child:nth-child(odd) {
    grid-column: auto;
    max-width: 100%;
  }

  /* ◆◆◆ /理由 ◆◆◆ */

  ul.solution__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .information__block {
    flex-direction: column;
    gap: 1rem;
  }
  .information__img {
    width: 80%;
    margin-inline: auto;
  }
  .information__text {
    font-size: 1rem;
  }
  .information__text:nth-child(2) {
    margin-top: 1rem;
  }

  .qa-list dd {
    font-size: 1rem;
  }

  /* ◆◆◆ 流れ-01 文章あり縦並び ◆◆◆ */
  .flow__01 {
    margin-top: 3em;
  }

  /* ◆◆◆ /流れ-01 文章あり縦並び ◆◆◆ */
  .syojyo-treat__item {
    padding: 3.2rem 1.5rem 1.5rem;
  }
  .syojyo-treat__item-number {
    font-size: 2.1rem;
  }
  .syojyo-treat__item-title {
    font-size: 1.5rem;
  }
  p.syojyo-treat__item-detail {
    font-size: 1.1rem;
  }
  .syojyo-treat__item-text {
    margin-top: 1rem;
    font-size: 1.2rem;
  }

  /* ◆◆◆ アクセス ◆◆◆ */
  .access {
    margin-block: 3em;
  }

  .access figure {
    margin-bottom: 2em;
  }

  table.access__table th,
  table.access__table td {
    text-align: center;
    display: block;
    width: 100%;
  }
  /* ◆◆◆ /アクセス ◆◆◆ */

  /* ◆◆◆ フッターボタン ◆◆◆ */
	.footer__contact {
  position: fixed;
  z-index: 10;
display:block;
}
  .footer__contact {
    bottom: 0;
    right: 0;
    width: 100%;
  }

  /*1つの場合*/
  .footer__contact-btn1 {
    transition: 0.6s;
	  
  }
	.footer__contact-btn1 img{
		display:block;
	}

  /*2つの場合*/
  .footer__contact-btn2 {
    display: flex;
  }

  .footer__btn2-item {
    width: 50%;
    padding: 0.1em;
    margin-bottom: 0;
  }
  /* ◆◆◆ フッターボタン ◆◆◆ */

  .entry_title {
    padding-inline: 5%;
  }

  /* ◆◆◆ パンくずリスト ◆◆◆ */
  .p-breadcrumb__list {
    padding-left: 5% !important;
  }
  /* ◆◆◆ /パンくずリスト ◆◆◆ */

  /* ◆◆◆ 対応症状リスト ◆◆◆ */
  ul.shojo__list {
    gap: 1em;
    grid-template-columns: repeat(2, 1fr) !important;
  }

  ul.shojo__list.shojo__list--three {
    margin-top: 0;
    padding: 0 0 3em 0;
    grid-template-columns: repeat(2, 1fr) !important;
  }

  ul.shojo__list li {
    text-align: center;
  }

  /* スマホサイズで最後のアイテムが1つだけ余る場合、中央寄せ */
  ul.shojo__list li:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: calc(50% - 0.5em);
  }

  /* デスクトップの下段3つの中央配置をリセット */
  ul.shojo__list li:nth-child(5),
  ul.shojo__list li:nth-child(6),
  ul.shojo__list li:nth-child(7) {
    grid-column: auto;
  }

  ul.shojo__list li a {
    padding: 0.5em;
  }
	
.syojyo-treat__intro.--left {
  text-align: left;
}
  /* ◆◆◆ /対応症状リスト ◆◆◆ */

  /* ◆◆◆ cf7 ◆◆◆ */
  .contact__form {
    padding: 2em 5%;
  }

  .contact__form-item {
    margin-bottom: 1em;
  }

  .contact__consent {
    margin: 2em 0;
  }

  .wpcf7-submit {
    margin-top: 2em;
  }

  .contact__consent-check input {
    width: 1.2em;
  }
  /* ◆◆◆ /cf7 ◆◆◆ */
}
