:root {
	--red: #b7282e;
	--red2:#BA0606;
	--pink: #e7609e;
	--blue: #007bbb;
	--green:#669C8B;
	--yellow: #ffd900;
	--yellow2: #FAE4A4;
	--yellow3: #FFFFED;
	--yellow4:#F8EFA6;
	--black: #444444;
	--black2:#6C6C6C;
	--bg_main: #f6f4f0;
	--gray: #F7F7F7;
	--gray2: #333333;
	--gray3:#ECE8E6;
	--beige: #F6F4F0;
	--white: #FFFFFF;
	--blown: #694900;
	--gothic: 'Noto Sans JP', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, sans-serif;
	--mincho: '游明朝体', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
}

/* ◆◆◆ 枠外背景 ◆◆◆ */
@media (min-width: 769px) {
	.l-wrapper {
		overflow: hidden;
		background-image:url(https://comoliswd.com/wp-content/uploads/2025/11/pc_bg-scaled.webp);
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
/* ◆◆◆ /枠外背景 ◆◆◆ */

/*配置調整*/
.bo_m_adjustment {
    margin-top: 5em;
    padding-bottom: 4em;
    background: var(--bg_main);
}

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

h3 {
	font-size: clamp(1.2rem, 2.4vw, 1.7rem);
	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;
}
/* ◆◆◆ /フォントサイズ ◆◆◆ */


/* ◆◆◆ 全体フォント変更 ◆◆◆ */
body {
	font-family:'Zen Old Mincho',serif!important;
	color: #6C6C6C;
}
/* ◆◆◆ /全体フォント変更 ◆◆◆ */

/* 全体調整 */
.pt-3{
	padding-top:3rem;
}

.p-breadcrumb{
	display: none;
}
.l-content__body{
	margin-top: 0;
	margin-bottom: 0;
}

h2.main-title{
	text-align: center;
	color: var(--black)!important;
	font-family: var(--gothic)!important;
	font-size: 1.9rem;
	font-weight: normal;
	background: var(--bg_main)!important;
	text-shadow: none!important;
	margin-bottom: 0!important;
}
.main-title__sub{
	text-align: center;
	color: var(--black);
	font-family: var(--gothic);
	font-size: 0.9rem;
	font-weight: normal;
}

.bg-beige{
	background: var(--bg_main);
}

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

.text__blue {
	color: var(--blue);
	font-weight: 600;
}
.text__blown{
	color: var(--blown);
}
/* ◆◆◆ /文字色 ◆◆◆ */


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

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


/* ◆◆◆ FV ◆◆◆ */
.fv figure {
	margin: 0;
}
.fv2{
	display: block;
}

.fv__logo{
	background:var(--gray3);
	padding:0.9375rem 1.5rem 0.75rem;
	text-align:center;
}
.fv__logo img{
	width:12rem;
}
@media (max-width: 768px) {
.fv__logo{
padding: 0.8rem 1rem;
}
.fv__logo img{
	width:7rem;
}
}
/* ◆◆◆ /FV ◆◆◆ */


/* ◆◆◆ オファー ◆◆◆ */
.offer {
	margin-top: -1em;
	background: var(--bg_main);
	padding-bottom: 2em;
}

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


/* ◆◆◆ コンタクト ◆◆◆ */
.contact_adjustment {
    padding-top: 9em;
    margin-top: -1em;
    padding-bottom: 4em;
    background: var(--bg_main);
}
.contact {
	background: var(--bg_main);
	margin-top: -5.5em;
    padding: 0 3em 2em 3em;
}
.contact.contact2{
	padding-top:2rem;
	margin-top: 0;
}
.contact2 .contact__btn{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.contact__btn p {
	text-align: center;
	margin-bottom: .3em;
	font-size:1.25rem;
	color:var(--green);
	line-height:1.2;
	letter-spacing:0.07em;
	padding: 0 20px;
	position:relative;
}
.contact__btn p::before,
.contact__btn p::after {
  content: "";
  position: absolute;
  bottom: 0;      /* 下からの位置（66%OFFの横に来るように調整） */
  width: 1.3px;      /* 線の太さ */
  height: 40px;     /* 線の長さ */
  background-color: #777; /* 線の色（グレー系） */
}

/* 左側の線（＼） */
.contact__btn p::before {
  left: 120px;
  transform: rotate(-30deg); /* 角度 */
}

/* 右側の線（／） */
.contact__btn p::after {
  right: 120px;
  transform: rotate(30deg); /* 逆向きの角度 */
}
.contact__btn-big{
	font-size:1.875rem;
}
.contact__btn-minus{
font-size:1.875rem;
	color:var(--black2);
}
.contact__btn-small{
	font-size:0.8em;
}
.contact__btn-item {
	margin-bottom: 0.5em;
	transition-duration: 0.6S;
}

.contact__btn-item:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	transition-property: all;
	transition-duration: 0.6S;
}
/* ◆◆◆ /コンタクト ◆◆◆ */



/* ◆◆◆ h2見出しタイトル ◆◆◆ */
h2.problem__title,
h2.kaiketsu__title,
h2.about__title,
h2.ba__title,
h2.method__title,
h2.flow__01__title,
h2.qa__title,
h2.access__title {
	text-align: center;
	color: white;
	background: linear-gradient(90deg, rgb(210, 182, 128) 0.00%, rgb(216, 191, 149) 100.00%);
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.35);
}

h2.kaiketsu__title,
h2.about__title,
h2.method__title,
h2.flow__01__title {
	margin-top: -1em;
}

.problem__sub_title,
.kaiketsu__sub_title,
.about__sub_title,
.ba__sub_title,
.method__sub_title,
.flow__01__sub_title,
.qa__sub_title,
.qa2__sub_title,
.access__sub_title {
	font-size: .9rem;
}
h2.flow__01__title {
	margin-bottom: 1em;
}
h2.access__title {
	margin-top: -2em;
}

/* ◆◆◆ /h2見出しタイトル ◆◆◆ */

/* ◆◆◆ お悩み ◆◆◆ */
.problem {
    padding-block: 0;
    margin-top: -2.4em;
}

.problem__inner {
	
}

.problem__block{
	margin-top:1.625rem;
}
.problem__item {
  display: flex;
  gap: clamp(1.3rem, 4vw, 2rem);
  align-items: center;
}

.problem__item:nth-child(2n) {
	margin-top:;
  flex-direction: row-reverse;
  /* 最小 2rem 〜 最大 6.25rem で可変（差が大きいので広めに設定） */
  gap: clamp(2rem, 8vw, 6.25rem);
}

.problem__item figure {
  width: 14.1875rem;
}

ul.problem__list {
  padding: 0;
  display: flex;
  flex-direction: column;
  /* 最小 0.75rem 〜 最大 1rem で可変 */
  gap: clamp(0.65rem, 2vw, 1rem);
}

ul.problem__list li {
  position: relative;
  font-size: clamp(0.65rem, 1.5vw, 0.9375rem);
  list-style: none;
  margin: 0;
  padding-left: 1.1rem;
}
ul.problem__list li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px; /* 文字の高さに合わせて微調整 */
  width: 12px; /* アイコンの横幅 */
  height: 12px; /* アイコンの縦幅 */
  
  /* 画像の指定 */
  background-image: url(https://comoliswd.com/wp-content/uploads/2026/05/check.webp); /* 画像のパス */
  background-size: contain; /* 枠内に収める */
  background-repeat: no-repeat;
  background-position: center;
}
/* ◆◆◆ /お悩み ◆◆◆ */


/* ◆◆◆ お悩み解決 ◆◆◆ */
.kaiketsu{
margin-top:3rem;
	}
.kaiketsu__inner {
    max-width: 1000px;
    margin: 0 auto;
	background: var(--bg_main);
}

.left {
    padding: 2em 5% 1em 0;
    position: relative;
}
.right {
    padding: 1em 0 2em 5%;
    position: relative;
}

/* 画像 */
.img01 img {
    width: 60%;
    display: block;
}
.img02 img {
    width: 60%;
}

.text01 {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    padding: 1.2em 1.4em;
    width: 45%;
    top: 30%;
    right: 5%;
}
.text01 p,.text02 p {
    margin-bottom: 0;
    text-align: center;
    font-size: .9rem;
}

.text02 {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    padding: 1.2em 1.4em;
    width: 45%;
    top: 40%;
    left: 5%;
}
.line-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5em; /* 文字と線の間 */
    font-size: 1.4rem;
    text-align: center;
    color: #555;
    line-height: 1.6;
	margin: 0 0 2.5em 0;
    font-weight: normal;
	padding: 0 0 2em;
}

/* 左右線 */
.line-title::before,
.line-title::after {
    content: "";
    flex: 0.3;                   /* 伸びる線 */
    height: 1px;               /* 線の太さ */
    background-color: #6C6C6C;    /* 線の色 */
}
/* ◆◆◆ /お悩み解決 ◆◆◆ */


/* ◆◆◆ 美容整体とは？ ◆◆◆ */
.about__inner {
    max-width: 1000px;
    margin: 0 auto;
    background: var(--bg_main);
    padding-bottom: 2em;
}
.about .left {
	padding: 0;
    position: relative;
}
.about .text01 {
	background: var(--bg_main);
    position: absolute;
    padding: 1.2em 1.4em;
    width: 40%;
    top: 20%;
    right: 0;
	border-bottom: 1px solid #6C6C6C;
}
.about .text02 {
	background: var(--bg_main);
    position: absolute;
    padding: 1.2em 1.4em;
    width: 40%;
    top: 20%;
    left: 0;
	border-bottom: 1px solid #6C6C6C;
}
.about .right {
	padding: 2em 0 0;
    position: relative;
}
.about_text_box {
	background: var(--bg_main);
	padding: 2em 3em;
    line-height: 1.5;
}
.about_text_box p {
	text-align: center;
	padding: 1em 0;
	background: white;
	border: 1px solid #6C6C6C;
	margin-bottom: 0;
	font-size: .9rem;
}
.text_box_underline {
	border-bottom: 1px solid #6C6C6C;
	margin: 0 5%;
	padding-bottom: .6em;
}
.text_box_underline p {
	text-align: center;
	font-size: 0.9375rem;
	margin-bottom: 0;
	padding-top: 1em;
}
/* ◆◆◆ 美容整体とは？ ◆◆◆ */


/* ◆◆◆ 施術方法 ◆◆◆ */
.method__inner {
    max-width: 1000px;
    margin: 0 auto;
    background: var(--bg_main);
    padding-bottom: 6em;
}
.method .left {
	padding: 0;
    position: relative;
	padding-top: 2em;
}
.method .text01 {
	background: white;
    position: absolute;
    padding: 1.2em 1em;
    width: 58%;
    bottom: -1%;
    right: 0;
}
.method .text02 {
	background: white;
    position: absolute;  
    padding: 1.2em 1em;
    width: 58%;
    bottom: 2%;
    left: 0;
}
.method .text02::before {
	position: absolute;
	content: "";
	border-bottom: 1px solid #6C6C6C;
	width: 100%;
	height: 1px;
	top: 50px;
	left: 0;
}
.method .text01::before {
	position: absolute;
	content: "";
	border-bottom: 1px solid #6C6C6C;
	width: 100%;
	height: 1px;
	top: 50px;
	left: 0;
}
h3.method__title_step {
	font-size: 1em;
	margin-top: 0;
	text-align: left;
	padding-bottom: 1rem;
}
.method .img01 img,
.method .img02 img {
    width: 42%;
}
.method .right {
	padding: 0;
    position: relative;
	padding-top: 2em;
}
.method_text_box {
	background: white;
	padding: 2em 3em;
    line-height: 1.5;
}
.method .text01 p,
.method .text02 p {
    margin-bottom: 0;
    text-align: justify;
    font-size: .9rem;
}
.method .text02{
	bottom:8px;
}
.method .text01{
	bottom:1px;
}
.method_text_box p {
	text-align: justify;
	padding: 1em 0;
	background: white;
	border: 1px solid #6C6C6C;
	margin-bottom: 0;
	font-size: .9rem;
}
.text_box_underline {
	border-bottom: 1px solid #6C6C6C;
	margin: 0 5%;
}
.text_box_underline p {
	text-align: center;
	font-size: .9rem;
	margin-bottom: 0;
	padding-top: 1em;
}
/* ◆◆◆ /施術方法 ◆◆◆ */



/* ◆◆◆ 喜びの声 ◆◆◆ */
.voice {
	background: var(--bg_main);
	padding-bottom: 3em;
}

.voice__inner {}

h2.voice__title {
	text-align: center;
  color: white;
  background: linear-gradient(90deg, rgb(210, 182, 128) 0.00%, rgb(216, 191, 149) 100.00%);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.35);
}

.voice__items {
	margin-top:2.5rem;
  display: flex;
  flex-direction: column;
  gap: 40px; /* アイテム間の余白 */
}

.voice__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px; /* 画像と吹き出しの間の余白 */
}

/* 2つ目のアイテムは左右を反転（画像が右、テキストが左） */
.voice__item:nth-child(even) {
  flex-direction: row-reverse;
}

/* 画像エリア */
.voice__item-img {
  width: 48%; /* 横幅の比率 */
  margin: 0;
}

.voice__item-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px; /* 画像の角丸 */
  object-fit: cover;
}

/* 吹き出しテキストエリア */
.voice__item-text {
  position: relative;
  width: 48%; /* 横幅の比率 */
  border: 2px solid #8d6e43; /* 吹き出しの枠線の色 */
  background-color: #fff;
  padding: 1rem;
  line-height: 1.8;
  color: #333;
min-height:16.8125rem;
font-family:var(--gothic);
	display:flex;
align-items:center;
}
.voice__item-text p{
margin-bottom:0;
	 font-size: 0.97rem;
}


/* --- 吹き出しの突起（矢印）の実装 --- */

/* 1つ目のアイテム（左側画像から右側テキストへの矢印） */
.voice__item:nth-child(odd) .voice__item-text::before,
.voice__item:nth-child(odd) .voice__item-text::after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.voice__item:nth-child(odd) .voice__item-text::before {
  border-color: rgba(141, 110, 67, 0);
  border-right-color: #8d6e43; /* 枠線と同じ色 */
  border-width: 16px;
  margin-top: -16px;
}

.voice__item:nth-child(odd) .voice__item-text::after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff; /* 背景色（白）と同じ色 */
  border-width: 14px;
  margin-top: -14px;
}

/* 2つ目のアイテム（右側画像から左側テキストへの矢印） */
.voice__item:nth-child(even) .voice__item-text::before,
.voice__item:nth-child(even) .voice__item-text::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.voice__item:nth-child(even) .voice__item-text::before {
  border-color: rgba(141, 110, 67, 0);
  border-left-color: #8d6e43; /* 枠線と同じ色 */
  border-width: 16px;
  margin-top: -16px;
}

.voice__item:nth-child(even) .voice__item-text::after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff; /* 背景色（白）と同じ色 */
  border-width: 14px;
  margin-top: -14px;
}
/* ===== 赤マーカー部分 ===== */
.voice__marker {
	color: #c0392b;
	font-weight: 500;
}
/* ==========================================================================
   Responsive (タブレット・スマホ対応：画像が上、吹き出しが下)
   ========================================================================== */
@media screen and (max-width: 768px) {

  
  /* 1つ目・2つ目どちらも「画像が上、テキストが下」の順に統一（通常の縦並び） */
  .voice__item,
  .voice__item:nth-child(even) {
    flex-direction: column; 
    gap: 24px; /* 画像と吹き出しの間の余白 */
  }
  
  .voice__item-img,
  .voice__item-text {
    width: 100%; /* 横幅をいっぱいに広げる */
  }

  .voice__item-text {
    padding: 30px 20px;
	 min-height:0;
  }

  /* --- スマホ時は矢印を上向き（下にあるテキストから上に向けて）に変更 --- */
  .voice__item:nth-child(odd) .voice__item-text::before,
  .voice__item:nth-child(odd) .voice__item-text::after,
  .voice__item:nth-child(even) .voice__item-text::before,
  .voice__item:nth-child(even) .voice__item-text::after {
    bottom: 100%;    /* 吹き出しの天辺に配置 */
    left: 50%;
    top: auto;
    right: auto;
    margin-top: 0;
  }

  /* 枠線用の三角形（上向き） */
  .voice__item:nth-child(odd) .voice__item-text::before,
  .voice__item:nth-child(even) .voice__item-text::before {
    border-color: rgba(141, 110, 67, 0);
    border-bottom-color: #8d6e43; /* 下側のボーダーに色を付けることで上向きの三角にする */
    border-width: 14px;
    margin-left: -14px;
  }

  /* 内側（白背景）用の三角形（上向き） */
  .voice__item:nth-child(odd) .voice__item-text::after,
  .voice__item:nth-child(even) .voice__item-text::after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;    /* 下側のボーダーを白にする */
    border-width: 12px;
    margin-left: -12px;
  }
}
/* ◆◆◆ /喜びの声 ◆◆◆ */


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

.ba.ba2{
	font-family: var(--gothic);
	padding-bottom: 2rem;
	background: var(--white)
}
.ba2__inner{
	background: var(--white)
}

.ba__inner {
	background: var(--bg_main);
	padding-bottom: 3em;
}
.ba__inner.ba2__inner {
	background: var(--white);
}
.ba__text.ba2__text {
	background: var(--bg-main);
}

h2.ba__title {
	text-align: center;
}

h2.ba2__title{

}

ul.ba__items {
	list-style: none;
	counter-reset: ba;
	padding: 0;
	margin: 0;
	margin-top:3rem;
}

li.ba__item {
	margin-bottom: 2em;
}

li.ba2__item{
	background: var(--white);
}

.ba2__text{
	background:var(--bg_main)!important;
	border: 1px solid var(--blown)!important;
}

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

.ba__item-img {
	display: flex;
	justify-content: space-between;
	padding-top: 2em;
}

figure.ba__img01,
figure.ba__img02 {
	width: 49%;
	margin: 0;
}
.ba__img01,.ba__img02 {
    position: relative;
}
.ba__img01::before {
    content: "Before";
    position: absolute;
    width: 30%;
    height: 30px;
    top: -40px;
    left: calc(50% - 15%);
	}
.ba__img02::before {
    content: "After";
    position: absolute;
	width: 30%;
    height: 30px;
    top: -40px;
    left: calc(50% - 15%);
}

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

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: center;
	font-size:1.1rem;
	margin-bottom: 1em;
}
.ba2__text p.ba__item-text{
	text-align: center;
	font-size: clamp(0.85rem, 1.5vw, 1.1rem);
}

p.ba__item-note {
	font-size: 80%;
	color: gray;
	margin-bottom:0;
}
.ba__text {
	background:white;
	padding: 1em;
	border: 1px solid #6C6C6C;
	margin-top: 1em;
	font-family:var(--gothic);
}
/* ◆◆◆ /BA ◆◆◆ */


/* ◆◆◆ 理由 ◆◆◆ */
.reason {
	background: linear-gradient(to bottom, #f8f4e6, #f2f2c2);
	padding-block: 3em;
	margin-top: 1em;
}

.reason__inner {}

h2.reason__title {
	text-align: center;
}

ul.reason__items {
	counter-reset: reason;
	list-style: none;
	padding: 0;
	margin: 0;
}

li.reason__item {
	background: white;
	padding: 2em;
	margin-bottom: 2em;
}

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

li.reason__item h3{
	margin-top: 0;
}

li.reason__item h3:before {
	content: "理由" counter(reason, decimal-leading-zero);
	counter-increment: reason;
	color: #89c3eb;
	font-size: clamp(1.6rem, 2.4vw, 2rem);
}

li.reason__item figure {
	padding-block: 1.2em;
}

.reason__item p {
	margin-bottom: 2em;
}

li.reason__item p:last-child {
	margin-bottom: 0;
}
/* ◆◆◆ /理由 ◆◆◆ */


/* ◆◆◆ 施術の流れ ◆◆◆ */
.flow__01 {
	background: white;
}

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

.flow__01 .flow__inner {}

.flow__01 ul.flow__items {
	counter-reset: flow;
	list-style: none;
	padding: 0;
	margin: 0;
}

.flow__01 li.flow__item {
	background: var(--bg_main);
	margin-bottom: 1em;
	padding-top: 1em;
}

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

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

.flow__01 li.flow__item h3 {
	margin-top: 0;
	font-size: 1.3rem;
	padding-bottom: .5em;
    border-bottom: 2px solid white;
}
.flow__01 li.flow__item p {
    font-size: .9rem;
    padding: 1em;
    margin-bottom: 0;
}
.flow__01 li.flow__item h3:before {
    content: "STEP" counter(flow, decimal-leading-zero);
    counter-increment: flow;
    font-size: 1rem;
    clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
    background: white;
    padding: .6rem;
    padding-left: 1.5rem;
    padding-right: 1.3rem;
    display: inline-block;
    text-align: center;
    line-height: 1.2;
	margin-right: .8rem;
}

.flow__01 li.flow__item figure {
    width: 100%;
    padding: 0 1em 1em;
}

.flow2.flow__01 li.flow__item{
	margin-top: 0;
}

/* ◆◆◆ /施術の流れ ◆◆◆ */


/* ◆◆◆ 流れ-02 文章あり縦並び ◆◆◆ */
.flow__02 {
	background: linear-gradient(to bottom, #f8f4e6, #f2f2c2);
	padding-top:5rem;
	padding-bottom: 0.4em;
	margin-top: 1em;
}

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

.flow__02 .flow__inner {}

.flow__02 ul.flow__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	counter-reset: flow;
	list-style: none;
	padding: 0;
	margin: 0;
}

.flow__02 li.flow__item {
	width: 33.3%;
	padding-inline: 1%;
	margin-bottom: 2.6em;
}

.flow__02 li.flow__item h3 {
	position: relative;
	font-size: clamp(0.8rem,1.5vw,1.2rem);
	text-align: center;
	line-height: 1.5;
	margin: 0;
}

.flow__02 li.flow__item h3:before {
	position: absolute;
	content: counter(flow, decimal-leading-zero);
	counter-increment: flow;
	color: #89c3eb;
	font-size: clamp(1.6rem, 2.4vw, 2rem);
	top: -1.3em;
	left: 50%;
	transform: translateX(-50%);
}

.flow__02 li.flow__item figure {
	width: 100%;
	margin: 0;
}

.flow__02 li.flow__item p {}
/* ◆◆◆ /流れ-02 文章あり縦並び ◆◆◆ */

/* ◆◆◆ よくある質問 ◆◆◆ */
.qa {
  background: var(--bg_main);
}
.bg {
	background: var(--bg_main);
	padding: 5% 0 5%;
	margin-top: -1.7em;
}

.qa__title {
  text-align: center;
  margin-bottom: 1em;
}

.qa__item {
  background-color: #fff;
  margin-bottom: 1em;
  padding: 1.5em;
	border: 1px solid #6C6C6C;
}

.qa__question {
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
	margin-top: 0;
	padding-left: 2em;
	border-bottom: 1px solid #6C6C6C;
    padding-bottom: .5rem;
}

.qa__answer {
    font-size: 1rem;
    margin-top: 0.7em;
    position: relative;
    padding-left: 2.5em;
    margin-bottom: 0;
}

/* Q. の擬似要素 */
.qa__question::before {
  content: "Q. ";
  font-weight: bold;
  position: absolute;
  left: 0; /* 文頭の前に出るように調整 */
}

/* A. の擬似要素 */
.qa__answer::before {
  content: "A. ";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0; /* 文頭の前に出るように調整 */
}
/* ◆◆◆ よくある質問 ◆◆◆ */

/* ◆◆◆ よくある質問（qa2） ◆◆◆ */
.qa2 {
	background: var(--white);
	font-family: var(--gothic);
}

.qa2__bg {
	padding: 2.7rem 0 4.1rem;
}

.qa2__inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 5%;
}

.qa2__title {
	text-align: center;
	margin-bottom: 1em;
}

.qa2__item {
	background: var(--white);
	border: 1px solid var(--blown);
	border-radius: 18px;
	margin-bottom: 1.1em;
	padding: 2.1rem 1.2em 1.7rem;

}

.qa2__question {
	position: relative;
	margin: 0;
	padding: 0 0 1.2rem 2.4em;
	font-size: clamp(1.1rem, 2.6vw, 1.3rem);
	color: var(--blown);
	font-weight: normal;
	border-bottom: 1px solid rgba(215, 199, 166, 0.75);
}

.qa2__answer {
	position: relative;
	margin: 0.8em 0 0;
	padding-left: 2.8em;
	font-size: clamp(0.95rem, 2.4vw, 1.05rem);
	color: var(--gray2);
	font-weight: normal;
	margin-left:4px;
}

.qa2__question::before,
.qa2__answer::before {
	position: absolute;
	left: 1px;
	top: -11px;
	font-weight: 400;
	font-size: 2rem;
}

.qa2__question::before {
	content: "Q.";
		color: var(--blown);

}

.qa2__answer::before {
	content: "A.";
	color: var(--gray2);

}
/* ◆◆◆ /よくある質問（qa2） ◆◆◆ */


/* ◆◆◆ アクセス ◆◆◆ */
.access {
	background: var(--bg_main);
	margin: 1em 0 4em;
}
.access figure {
	text-align: center;
}
.access figure img {
	width: 70%;
}

.access__inner {
	padding-top: 3em;
}
.inner4 {
    padding: 4em 4em 0;
}

.access__inner p {
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 1em;
}

h2.access__title {
	text-align: center;
}

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

/* テーブルのスタイル */
table.access__table {
    width: 100%;
    border-collapse: collapse;
}

table.access__table th, table.access__table td {
    font-size: clamp(0.9rem, 1.4vw, 1rem); /* 文字サイズを小さく設定 */
    padding:1.59375rem 10px!important;
    border-bottom: 1px solid #6C6C6C; /* 横線のみ表示 */
    text-align: left;
}

/* 上部の横線を消す */
table.access__table th, table.access__table td {
    border-top: none;
	border-top: 1px solid var(--bg_main);
}

/* 縦線を削除 */
table.access__table td {
    border-left: none;
	border-left: 1px solid var(--bg_main);
}
table.access__table th, table.access__table td {
    border-top: none;
    border-top: 1px solid var(--bg_main);
    border-left: 1px solid var(--bg_main);
}

/* テーブルの背景色など（オプション） */
table.access__table td {
    border-right: none;
	border-right: 1px solid var(--bg_main);
}
:where(tbody) th {
    background-color: var(--bg_main);
    font-weight: 700;
}

.map {
	padding: 4em 0 4em;
}


/*アクセスページだけh2を非表示*/
.page-id-124 h2.access__title {
  display: none!important;
}
/* ◆◆◆ /アクセス ◆◆◆ */

/* ◆◆◆ アクセス（access2） ◆◆◆ */
.access2 {
	background-image: url("https://comoliswd.com/wp-content/uploads/2026/05/access-bg-1-scaled.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 3.5em 0 0;
}


.access2__inner{
	max-width: 860px;
	margin: 0 auto;
}

.access2__block{
	padding: 2rem 2em 2rem;
	background: var(--white);
	border:solid 1px var(--blown);
}

.access2__subtitle {
	font-size: clamp(1.2rem, 2.5vw, 1.4rem);
	text-align: center;
	margin-bottom: 1.1em;
	font-weight: 500;
	font-family: var(--gothic);
	color: var(--blown);
}

.access2 figure {
	text-align: center;
	margin-bottom: 1.6em;
}

.access2 figure img {
	width: 100%;
	aspect-ratio: 336 / 224;
	max-width: 336px;
}

/* アクセス情報（table なし：dl + flex） */
.access2__info {
	margin: 0;
	padding: 0;
	border-top: 1px dashed #cccccc;
	font-family: var(--gothic);
}

.access2__row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0.35rem 1.25rem;
	margin: 0;
	padding: 1rem 0;
	border-bottom: 1px dashed #cccccc;
}

.access2__info dt.access2__label,
.access2__info dd.access2__value {
	margin: 0;
}

.access2__label {
	flex: 0 0 6.5em;
	font-size: clamp(0.9rem, 1.6vw, 1rem);
	font-weight: 700;
	color: var(--blown);
	line-height: 1.55;
	text-align: center;
}

.access2__value {
	flex: 1;
	min-width: 0;
	font-size: clamp(0.9rem, 1.6vw, 1rem);
	font-weight: 400;
	color: var(--gray2);
	line-height: 1.65;
	text-align: left;
}

.access2 .map {
	margin-top: 1.8em;
	padding: 0;
	text-align: center;
}

.access2 .map iframe {
	width: 100%;
	max-width: 600px;
	aspect-ratio: 4 / 3;
	height: auto;
}

/* ◆◆◆ /アクセス（access2） ◆◆◆ */

/* ◆◆◆ ブライダル整体とは？（about2） ◆◆◆ */
.about2 {
	background: var(--white);
}

.about2__inner {
	max-width: 720px;
	margin: 0 auto;
}

.about2__head {
	text-align: center;
	margin-bottom: 2rem;
}

.about2__eyebrow {
	margin: 0 0 0.35rem;
	font-family: var(--gothic);
	font-size: 0.75rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--black);
	opacity: 0.65;
}

.about2__title {
	margin: 0;
	font-family: var(--mincho);
	font-size: clamp(1.45rem, 4.2vw, 1.95rem);
	font-weight: 500;
	color: var(--black);
	line-height: 1.45;
	letter-spacing: 0.04em;
}

.about2__intro {
	margin: 3.3125rem 0 2rem;
	font-family: var(--gothic);
	font-size: clamp(1.4rem, 2.6vw, 1.875rem);
	line-height: 1.8;
	color: var(--gray2);
	text-align: center;
}

/* bad/good 比較は1枚画像で表示 */
.about2__compare {
	margin: 0 0 2.25rem;
	text-align: center;
}

.about2__compare figure {
	margin: 0;
}

.about2__compare img {
	display: block;
	width: 100%;
	max-width: 25.375rem;
	height: auto;
	margin: 0 auto;
}

.about2__body {
	margin: 0 0 1.75rem;
	font-family: var(--gothic);
	font-size: clamp(1.4rem, 2.6vw, 1.875rem);
	line-height: 1.9;
	color: var(--gray2);
	text-align: center;
}

.about2__body.body-bottom{
	margin-bottom:0;
	margin-top:1rem;
}

.about2__callout {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.2rem;
	margin: 0 0 2.5rem;
	padding: 1rem;
	background: var(--yellow3);
	border: 3px solid var(--yellow2);
	box-shadow:  3px 3px 6px 0 var(--gray);
}

.about2__callout-icon {
	flex-shrink: 0;
	width: 90px;
	object-fit: contain;

}

.about2__callout-text {
	margin: 0;
	font-family: var(--gothic);
	font-size: clamp(1.1rem, 2.5vw, 1.5rem);
	line-height: 1.8;
	color: var(--gray2);
	text-align: center;
}

.about2__issues {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin: 0 0 1.5rem;
}

.about2__issues-item {
	text-align: center;
}

.about2__issues-item figure {
	margin: 0 0 0.85rem;
}

.about2__issues-item img {
	display: block;
	width: 100%;
	max-width: 32.5rem;
	height: auto;
	margin: 0 auto;
}

.about2__tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.4rem 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.about2__tag {
	display: inline-block;
	padding: 0.35em 0.85em;
	font-family: var(--gothic);
	font-size: clamp(0.72rem, 2vw, 0.82rem);
	color: var(--gray2);
	background: var(--white);
	border: 1px solid var(--blown);
	border-radius: 999px;
	line-height: 1.3;
}

.about2__note {
	margin: 0 0 2.25rem;
	font-family: var(--gothic);
	font-size: clamp(0.95rem, 2.6vw, 1.05rem);
	line-height: 1.85;
	color: var(--gray2);
	text-align: center;
}

.about2__hero {
	margin: 0 0 1.25rem;
	text-align: center;
}

.about2__hero figure {
	margin: 0 auto;
	max-width: 560px;
	border: 2px solid var(--blown);
	padding: 0.35rem;
	background: var(--white);
}

.about2__hero img {
	display: block;
	width: 100%;
	height: auto;
}

.about2__hero-caption {
	margin: 1.15rem 0 0;
	font-family: var(--gothic);
	font-size: clamp(0.95rem, 2.6vw, 1.05rem);
	line-height: 1.85;
	color: var(--gray2);
	text-align: left;
}

.about2__portraits {
	position: relative;
	display: block;
	max-width: ;
	margin:0 auto;
	min-height: 0;
	padding: 0;
	text-align: center;
}

.about2__portrait-item{
display:flex;
justify-content:center;
gap:2.3125rem;
position:relative;
}

.about2__portrait {
	display: inline-block;
	width: 13.5rem;
	height: 13.5rem;
	margin: 0;
	object-fit: cover;
	border-radius: 50%;
	border: 2px solid var(--blown);
	background: var(--white);
	vertical-align: middle;
	padding:0.5625rem;
}
.about2__portrait-img{
	position:absolute;
	width:43px;
	top:0;
	right:-10px;
	
}
/* ◆◆◆ /ブライダル整体とは？（about2） ◆◆◆ */

/* ◆◆◆ 施術方法（flow-treat） ◆◆◆ */
.flow-treat {
	--flow-treat-border: #5d542b;
	--flow-treat-bg: #f9f8f6;
	--flow-treat-highlight: #fff100;
	/* カード背景画像（未設定時は単色フォールバック） */
	--flow-treat-card-bg-fallback: #ffffff;
	--flow-treat-card-bg-image: none;
	/* 下向き三角の内側色（画像に合わせて上書き可。未指定時はフォールバック色） */
	--flow-treat-card-notch-fill: var(--flow-treat-card-bg-fallback);
	background: var(--bg_main);
	padding: 0;
	position: relative;
font-family:var(--gothic);
}



.flow-treat__inner {
	margin: 0 auto;
}

.flow-treat__intro {
	text-align: center;
	position: absolute;
	top: -1.5rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 720px;
}

.flow-treat__pill {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0.55rem 1.6rem 0.65rem;
	background: var(--white);
	border: 1px solid var(--blown);
	border-radius: 999px;
	font-family: var(--gothic);
	font-size: clamp(1.4rem, 2.2vw, 1.6rem);
	font-weight: 500;
	color: var(--blown);
	line-height: 1.4;
}
.flow-treat__pill span{
	color:var(--black);
}

.flow-treat__pill::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -9px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid var(--blown);
}

.flow-treat__pill::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -8px;
	transform: translateX(-50%);
	z-index: 1;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid var(--white);
}

.flow-treat__title {
	margin: 1.35rem 0 0;
	font-family: var(--gothic);
	font-size: clamp(1.35rem, 4vw, 1.9rem);
	font-weight: 500;
	color: var(--black);
	letter-spacing: 0.06em;
}

.flow-treat__list {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 9rem;
	display: flex;
	flex-direction: column;
}/* ==========================================================================
   施術方法（FLOW/STEP）のカードデザイン
   ========================================================================== */

/* 1. 外枠（ボーダー色と全体のクリップ形を制御） */
.flow-treat__step {
  position: relative;
  background-color: #705335; /* ボーダーの茶色 */
  padding: 1px;              /* ボーダーの太さ（1px） */
  margin-bottom: -20px;       /* ステップ間の余白（次のカードとの間隔） */
  list-style: none;          /* liのデフォルト黒丸を非表示 */

  /* * カード全体の形をクリップ（下が中央に向かって40px尖る）
   * 40pxにしたことで、角度がよりキツくなります
   */
  clip-path: polygon(
    0% 0%, 
    100% 0%, 
    100% calc(100% - 40px), 
    50% 100%, 
    0% calc(100% - 40px)
  );
  
  /* カード全体に薄い影をつける（clip-pathでも連動するfilterを使用） */
  filter: drop-shadow(0px 4px 6px rgba(112, 83, 53, 0.15));
}

.flow-treat__step.step1{
	z-index:5;
}
.flow-treat__step.step2{
	z-index:4;
}
.flow-treat__step.step3{
	z-index:3;
}


/* 2. 内側のメインコンテンツ（白い背景） */
.flow-treat__card {
  background-color: #fff;  /* 内側の白い背景 */
  box-sizing: border-box;
  height: 100%;

  /* * 内側の余白：[上 35px] [左右 25px] [下 75px]
   * 三角の先端が深くなった分、文字が被らないように下部の余白（75px）を広めに確保しています
   */
  padding: 35px 25px 75px 25px;

  /* * 親要素（.flow-treat__step）の1px内側で、全く同じようにクリップ。
   * これにより、完全に均一な1pxのサイドラインが下まで回り込みます
   */
  clip-path: polygon(
    0% 0%, 
    100% 0%, 
    100% calc(100% - 40px), 
    50% 100%, 
    0% calc(100% - 40px)
  );
}/* ==========================================================================
   最後のステップだけ四角形（三角なし）にする設定
   ========================================================================== */

/* 1. 外枠：クリップを解除して、通常の下線（border-bottom）を引く */
.flow-treat__step:last-child {
  clip-path: none;
  border-bottom: 1px solid #705335; /* 消えていた下側の線を復活 */
  margin-bottom: 0;                 /* 最後の要素なので下余白をリセット */
}

/* 2. 内側：クリップを解除して、下部の余白を他の3辺と同じバランス（35px）に戻す */
.flow-treat__step:last-child .flow-treat__card {
  clip-path: none;
  padding: 35px 25px 35px 25px; /* 下部余白を 75px ⇒ 35px に調整 */
}

/* 3. 中身の要素（画像やテキスト）の調整 */
.flow-treat__figure {
  margin: 20px 0;
  padding: 0;
}

.flow-treat__figure img {
  width: 100%;
  height: auto;
  display: block;
}

.flow-treat__text {
  font-size: clamp(1.2rem, 2.5vw,  1.5625rem);
  line-height: 1.7;
  color: #333;
  margin: 0;
}

/* テキスト内のマーカー（黄色の線） */
.flow-treat__mark {
  background: linear-gradient(transparent 60%, #fff263 60%);
  color: inherit;
}

/* 4. タイトル上の「── STEP 01 ──」ライン表現（Flexbox） */
.flow-treat__ribbon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.flow-treat__ribbon-label {
  color: #705335;
  font-size: clamp(1.6rem, 2.5vw, 1.875rem);
  letter-spacing: 0.05em;
  margin: 0 15px; /* 左右の線とのスキマ */
}

.flow-treat__ribbon-line {
  flex-grow: 1;
  height: 1px;
  background-color: #705335; /* 線の色 */
}

/* 5. 各ステップごとの見出し */
.flow-treat__step-title {
  text-align: center;
  font-size: clamp(1.8rem, 2.5vw, 2.1875rem);
  color: #705335;
  margin: 0 0 15px 0;
  font-weight: 500;
}
/* ◆◆◆ /施術方法（flow-treat） ◆◆◆ */


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

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

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

/*少しスクロールしたあとにフッターボタン出現*/
/* ◆◆◆ フッターボタン ◆◆◆ */
.footer__contact {
  position: fixed;
  bottom: 0.5em;
  right: 1em;
  width: 400px;
  z-index: 10;
  opacity: 0;  /* 初期状態で非表示 */
  visibility: hidden;  /* 完全に非表示 */
  transition: opacity 0.6s ease-in-out, visibility 0s 0.6s;  /* 0.6秒後に表示 */
}

/* 画面のスクロールで表示 */
.footer__contact.visible {
  opacity: 1;  /* スクロールで表示 */
  visibility: visible;
  transition: opacity 0.6s ease-in-out, visibility 0s 0s; /* 表示時のアニメーション */
}

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

.footer__contact-btn1:hover {
  transform: scale(1.05, 1.05);
}
/*少しスクロールしたあとにフッターボタン出現*/

/*2つの場合*/
.footer__contact-btn2 {}
.footer__btn2-item img {
	display:block;
}

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

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


/* ◆◆◆ フッター ◆◆◆ */
.l-footer__foot {
	background: #d1b37c;
}

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


/* ◆◆◆ 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 ◆◆◆ */











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



@media (max-width: 1024px) {

}



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

@media (max-width: 768px) {
	.contact__btn p::before{
		left:70px;
	}
	.contact__btn p::after{
		right:70px;
	}
	/*h2見出しタイトル*/
	h2 {
		font-size: clamp(1.4rem, 2.8vw, 2.1rem);
	}
	h2.problem__title {
		margin-top: -2em;
	}
	h2.kaiketsu__title, h2.about__title, h2.method__title, h2.flow__01__title {
        margin-top: -1.3em;
    }
	h2.ba__title {
    	margin-top: -1.6em;
	}
	h2.flow__01__title {
    	margin-bottom: 1.5em;
	}

	/* ◆◆◆ コンタクト、問い合わせボタン ◆◆◆ */
	.contact__btn {
		margin-block: 0.5em;
	}
	.contact2 .contact__btn{
	margin-block: 0;
}
	.contact {
		margin-top: -6em;
		padding: 0 0 2em 0;
	}
	/* ◆◆◆ /コンタクト、問い合わせボタン ◆◆◆ */


	/* ◆◆◆ お悩み ◆◆◆ */
.problem__item figure {
  width: 80%;
}
.problem__item:nth-child(2n) figure {
  margin-left:auto;
}
.problem__item:nth-child(2n) ul.problem__list{
		position:absolute;
		top: 30%;
  left:0;
		width: 70%;
    margin-top: 5em;
    padding: 1.2em;
    box-shadow: none;
    background: var(--bg_main);
	}
	
	.problem__item{
		margin-top:4rem;
		display:block;
		position:relative;
}
	.problem__item:nth-child(2n) {
	margin-top:6rem;
}
	ul.problem__list{
		position:absolute;
		top: 30%;
  right:0;
		width: 70%;
    margin-top: 5em;
    padding: 1.2em;
    box-shadow: none;
    background: var(--bg_main);
	}
	.problem {
		margin-top: 0.5em;
	}

	ul.problem__items {
		padding: 0;
	}
	ul.problem__list li{
		font-size:0.67rem;
	}

	/* ◆◆◆ /お悩み ◆◆◆ */


	/* ◆◆◆ お悩み解決 ◆◆◆ */
	.kaiketsu{
margin-top:4rem;
	}
    .kaiketsu__inner {
        display: block;
    }

    .left,.right {
        padding: 1em 0;
        background: none;
    }

    .img01 img,.img02 img {
        width: 80%;
    }
	.img02 img {
        padding-top: 5em;
    }
    .text01,.text02 {
        width: 70%;
        margin-top: 6em;
        padding: 1.2em;
        box-shadow: none;
		background-color: rgba(255, 255, 255, 0.9);
	}
	.line-title {
		padding: 2em;
	}
	/* ◆◆◆ /お悩み解決 ◆◆◆ */

	/* ◆◆◆ 美容整体とは？ ◆◆◆ */
	.about .text01 {
		width: 80%;
		top: 50%;
	}
	.about .right {
		padding: 7em 0 0;
	}
	.about .text02 {
		width: 80%;
		top: 60%;
	}
	.about__inner {
    	padding-bottom: 2em;
	}
	.about_text_box {
		padding: 9em 2em 2em;
	}
	.text_box_underline p {
		margin-bottom: .5rem;
	}

	/* ◆◆◆ /美容整体とは？ ◆◆◆ */

	/* ◆◆◆ 施術方法 ◆◆◆ */
	.method .img01 img, .method .img02 img {
    	width: 100%;
		padding-bottom: 5em;
	}
	.method .text02 {
		width: 70%;
		bottom: -2%;
		left: 0;
	}
	.method .text02::before {
		top: 70px;
	}
	.method .text01 {
		width: 70%;
		bottom: 6%;
		right: 0;
	}
	.method .text01::before {
		top: 70px;
		left: 0;
	}
	.method .right {
		padding-top: 0;
	}
	/* ◆◆◆ /施術方法 ◆◆◆ */


	/* ◆◆◆ 喜びの声 ◆◆◆ */

	li.voice__item {
		padding: 1.5em 1.5em 0.6em 1.5em;
		
	}

	figure.voice__item-img {
		float: left;
		width: 100%;
		padding: 0;
	}
	/* ◆◆◆ /喜びの声 ◆◆◆ */


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

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


	/* ◆◆◆ 理由 ◆◆◆ */
	.reason {
		margin-top: 0.5em;
	}

	li.reason__item {
		padding: 2em 1.5em 0.1em;
	}
	/* ◆◆◆ /理由 ◆◆◆ */


	/* ◆◆◆ 施術の流れ ◆◆◆ */

	/* ◆◆◆ /施術の流れ ◆◆◆ */


	/* ◆◆◆ 流れ-02 文章あり縦並び ◆◆◆ */
	.flow__02 {
		margin-top: 0.5em;
	}

	.flow__02 li.flow__item {
		width: 50%;
		padding-inline: 2%;
		margin-bottom: 2em;
	}
	/* ◆◆◆ /流れ-02 文章あり縦並び ◆◆◆ */


	/* ◆◆◆ よくある質問 ◆◆◆ */
	  .qa__item {
		padding: 1.2em;
	  }

	  .qa__title {
		font-size: 1.5rem;
	  }

	  .qa__question {
		font-size: 1.1rem;
	  }

	  .qa__answer {
		font-size: 0.9rem;
	  }
	/* ◆◆◆ よくある質問 ◆◆◆ */


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

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

	table.access__table {
		border: none;
	}

	table.access__table th {
		border-bottom: none;
	}
	table.access__table td {

	}

	table.access__table tr:not(:last-of-type) td {

	}

	table.access__table th, table.access__table td {
		text-align: center;
		display: block;
		width: 100%;
		padding-bottom: 0!important;
	}
	table.access__table td {
        padding-top: 0 !important;
    }
	table.access__table tr td {
        padding-bottom: 1em !important;
    }
	.inner4 {
    	padding: 2em 2em 0;
	}
	.sp_bg_only {
		background: #fff;
	}
	/* ◆◆◆ /アクセス ◆◆◆ */

	/* ◆◆◆ アクセス（access2） ◆◆◆ */
	.access2 {
	}

	.access2__inner.inner4 {
		padding: 1.6em 1.1em 1.6em;
	}

	.access2__row {
		flex-direction: column;
		align-items: stretch;
		gap: 0.4rem;
		padding: 0.9rem 0;
	}

	.access2__label {
		flex: none;
		width: 100%;
	}

	.access2__value {
		width: 100%;
		text-align:center;
	}

	.access2 figure img {
		max-width: none;
	}

	/* ◆◆◆ /アクセス（access2） ◆◆◆ */

	/* ◆◆◆ ブライダル整体とは？（about2） SP ◆◆◆ */
	.about2 {
		padding: 2.25rem 1rem 2.75rem;
	}

	.about2__callout {
		flex-direction: column;
		align-items: center;
		text-align: center;
		box-shadow: inset 0 5px 0 0 var(--yellow);
		padding-top: 1.5rem;
	}

	.about2__callout-icon {
		margin-bottom: 0.25rem;
	}
	.about2__portrait-item{
		gap:1rem;
	}

	.about2__portrait {
		width:50%;
		height:inherit;
		aspect-ratio:1/1;
		padding: 0.2rem;
	}
	.about2__portrait-img{
		top:-10px;
	}
	/* ◆◆◆ /ブライダル整体とは？（about2） SP ◆◆◆ */




	/* ◆◆◆ フッターボタン ◆◆◆ */
	.footer__contact {
		bottom: 0;
		right: 0;
		width: 100%;
	}

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

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

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

	.entry_title {
		padding-inline: 5%;
	}



	/* ◆◆◆ 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 ◆◆◆ */

}


/* ◆◆◆ お悩み（縦長デザイン・problem2） ◆◆◆ */
.problem2 {
  background: var(--bg_main);
}

.problem2__head-dot img{
	width: 5px;
	text-align: center;
}

/* 全体コンテナの基本設定 */
.problem2 {
  background-color: #f5f4f0; /* 背景の薄いベージュ */
	padding:20px 40px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.problem2-container {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px; /* ブロックごとの隙間 */
}

/* 各行のレイアウト */
.problem2-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* 2番目のブロック用に左右反転させるクラス */
.problem2-row.row-reverse {
  flex-direction: row-reverse;
}

/* テキストエリアと背景画像の設定 */
.problem2-text-box {
  flex: 1;
  width: 23rem; /* 背景がしっかり見えるように高さを確保 */
transform:scale(1.2);
  display: flex;
  align-items: center;
}

/* リスト・チェックマークの装飾 */
.problem2-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.problem2-list li {
  position: relative;
  padding-left: 35px; /* チェックアイコンのスペース */
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.5;
  color: #333333;
  font-weight: bold;
}

.problem2-list li:last-child {
  margin-bottom: 0;
}

/* チェックマークを擬似要素で再現 (あるいは画像に変更も可) */
.problem2-list li::before {
  content: '';
background:url(https://comoliswd.com/wp-content/uploads/2026/05/check.webp);
  position: absolute;
  left: 5px;
  top: 3px;
  width: 14px;
  height: 8px;
}

/* 丸型画像エリア */
.problem2-img-box {
  width: 13.75rem;
  height: 13.75rem;
  flex-shrink: 0;
position:relative;
z-index:2;
}

.problem2-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像の比率を保ったままくり抜く */
  border-radius: 50%; /* 正円にする */
}
.problem2__inner{
	margin-bottom:2rem;	
	}

/* スマートフォン向けのレスポンシブ微調整 */
@media (max-width: 560px) {
	
  .problem2-text-box {
	  transform: scale(1.6);
  }
  .problem2-list li {
    font-size: 13px;
    padding-left: 28px;
  }
  .problem2-img-box {
    width: 10rem;
  height: 10rem;
  }
}


.problem2__head {
  text-align: center;
  position: relative;
}

.problem2__eyebrow {
	font-family: var(--gothic);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: #999;
  margin-bottom: 0;
}

.problem2__title--color{
	color: var(--blown);
}

.problem2__title {
  font-family: var(--gothic);
  font-size: clamp(1.9rem, 4.4vw, 2.1875rem);
  line-height: 1.5;
  margin: 0;
	font-weight:600;
}

.problem2__intro{
	text-align:center;
}

.problem2__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.problem2__list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.7em;
  font-size: clamp(0.9rem, 3.3vw, 1rem);
}

.problem2__list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 0.6rem;
  color: var(--pink);
}

.problem2__badge {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0.55rem 1.6rem 0.65rem;
	background: var(--white);
	border: 1px solid var(--blown);
	border-radius: 999px;
	font-family: var(--gothic);
	font-size: clamp(1.4rem, 2.2vw, 1.6rem);
	font-weight: 500;
	color: var(--blown);
	line-height: 1.4;
}
.problem2__badge span{
	color:var(--gray2);
}

.problem2__badge::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -9px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid var(--blown);
}

.problem2__badge::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -8px;
	transform: translateX(-50%);
	z-index: 1;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid var(--white);
}


.problem2__lead {
font-size: clamp(1.9rem, 3.2vw, 2rem);
  line-height: 1.8;
  color: var(--black);
	margin-top:1.25rem;
	margin-bottom:0;
}
.problem2__lead span{
	color: var(--blown);
}

.problem2__text {
  text-align: center;
  font-size: clamp(0.95rem, 3.2vw, 1.05rem);
  margin-bottom: 2.3em;
  font-family: var(--gothic);
}

.problem2__photo-block {
  text-align: center;
  margin-bottom: 2.4em;
}

.problem2__photo {
  margin: 1.2rem;
  overflow: hidden;
}

.problem2__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.problem2__photo-caption {
  font-size: clamp(0.9rem, 3vw, 1rem);
  margin-bottom: 0.4em;
}

.problem2__copy {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.problem2__cta {
  text-align: center;
}

.problem2__cta-text {
  font-size: 0.85rem;
  margin-bottom: 0.7em;
}

/* problem2 内：締めの訴求（背景・葉・シェブロンは HTML の img で埋め込み） */
.problem2__closing {
	--problem2-closing-bg: #faf8f4;
	--problem2-closing-text: #8c7041;
	--problem2-closing-border: #5c4a30;
	position: relative;
	padding: 2.5rem 1.25rem 2rem;
	background: url(https://comoliswd.com/wp-content/uploads/2026/05/bg-white.webp);
	 background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
	overflow: hidden;
}

/* 全面背景（テクスチャ等）— 任意。無ければ --problem2-closing-bg のみ */
img.problem2__closing-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
	pointer-events: none;
}

.problem2__closing-decor {
	pointer-events: none;
	position: absolute;
	inset: 0;
	z-index: 0;
}

img.problem2__leaf {
	position: absolute;
	width: clamp(36px, 10vw, 72px);
	height: auto;
	object-fit: contain;
}

.problem2__leaf--tl {
	top: 12rem;
	left: 0;
	transform: rotate(0deg);
}

.problem2__leaf--tr {
	top: 1.4rem;
	right: 0;
	transform: rotate(0deg);
}


.problem2__closing-inner {
	position: relative;
	z-index: 1;
	max-width: 560px;
	margin: 0 auto;
}

.problem2__closing-lead {
	margin: 0 0 1.25rem;
	text-align: center;
	font-family: var(--gothic);
	font-size: clamp(1.4rem, 3.2vw, 1.5rem);
	line-height: 1.85;
	color: var(--black);
	font-weight: 500;
}
.problem2__closing-lead span{
	color: var(--blown);
}

/* 下向きシェブロン（画像） */
img.problem2__closing-chevron-img {
	display: block;
	width: auto;
	height: clamp(16px, 4.5vw, 26px);
	margin: 0 auto 1.35rem;
	object-fit: contain;
}

/* 画像が無い場合の CSS シェブロン（div に付与） */
div.problem2__closing-chevron {
	position: relative;
	width: 22px;
	height: 18px;
	margin: 0 auto 1.35rem;
	opacity: 0.9;
}

div.problem2__closing-chevron::before,
div.problem2__closing-chevron::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	border-right: 2px solid var(--problem2-closing-text);
	border-bottom: 2px solid var(--problem2-closing-text);
	transform: rotate(45deg);
}

div.problem2__closing-chevron::before {
	top: 0;
}

div.problem2__closing-chevron::after {
	top: 7px;
}

/* closing 内の写真は細い茶枠（従来の problem2__photo とは差別化） */
.problem2__closing .problem2__photo-block {
	margin-bottom: 1.75rem;
}

.problem2__closing .problem2__photo {
	margin: 0 auto;
	max-width: 30.3rem;
	width: 100%;
	border-radius: 0;
	border: 2px solid var(--blown);
	box-shadow: none;
}

.problem2__closing .problem2__photo img {
	width: 100%;
	margin: 0 auto;
	padding: 0.5rem;
}

.problem2__closing-footer {
	position: relative;
	text-align: center;
	/* 左右の絶対配置画像と本文が被らないよう余白（画像幅に合わせて調整可） */
	padding: 0 2rem;
}

.problem2__dress {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: clamp(70px, 12vw, 120px);
	height: auto;
	opacity: 0.9;
	z-index: 0;
	pointer-events: none;
}

.problem2__dress--left {
	left: 0;
}

.problem2__dress--right {
	right: 0;
}

.problem2__closing-words {
	position: relative;
	z-index: 1;
	margin: 0;
	text-align: center;
}

.problem2__closing-caption {
	margin: 0 0 0.65rem;
	font-family: var(--gothic);
	font-size: clamp(1.2rem, 3vw, 1.6rem);
	line-height: 1.75;
	color: var(--gray2);
	font-weight: 500;
}

.problem2__closing-slogan {
	margin: 0;
	font-family: var(--gothic);
	font-size: clamp(1.8rem, 3.4vw, 1.9rem);
	font-weight: 500;
	color: var(--problem2-closing-text);
	letter-spacing: 0.06em;
}

.sp-only {
  display: inline;
}

@media (min-width: 769px) {


}
