@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/

}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
main.main {
	padding: 0 20px;
}
.navi-menu-content {
	background:#D0A4B6;
	color:#fff;
}
	.menu-drawer a {
		color:#fff;
	}
}
 /* 480px以上 */
@media screen and (min-width: 480px) {
a.md_icon:hover {
	background:#fff;
	color:#DEA1B7;
}
a.md_icon:hover h2 {
  border-bottom: 3px dotted #DEA1B7;
}
a.md_icon:hover h3 {
  border-bottom: 3px dotted #DEA1B7;
}
}
/*固定ページ日付非表示*/
.page .date-tags {
  display: none;
}
.main {
	padding: 0 29px;
}
/*横スクロール非表示*/
body {
  overflow-x: hidden;
}
/*見出し初期化*/
.article h2,
.article h3,
.article h4,
.article h5,
.article h6
{
padding: 0;
margin: 0;
background:none;
border-collapse: separate;
border-spacing: 0;
border-top: none;
border-right: none;
border-bottom: none;
border-left: none;
line-height: normal;
position:relative;
}
/*見出し初期化ここまで*/
.mb50 {
	margin-bottom:50px;
}
.mb0 {
	margin-bottom:0;
}
.mt20 {
	margin-top:20px;
}
.article dd {
	margin-left:0;
}
h2.co_h2 {
    position: relative;
    padding: 1rem 0.5rem;
    border-bottom: 3px solid #DEA1B7;
	background: #fff;
	margin-bottom:20px;
	font-weight:500;
}

h2.co_h2:before {
    position: absolute;
    bottom: -14px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0;
    border-style: solid;
    border-color: #DEA1B7 transparent transparent
}

h2.co_h2:after {
    position: absolute;
    bottom: -10px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0;
    border-style: solid;
    border-color: #fff transparent transparent
}
h3.co_h3 {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 5px solid #DEA1B7;
	margin-bottom:15px;
	padding: 5px 10px;
	font-weight: 500;
}
h1.entry-title {
  position: relative;
  padding: 1rem 0;
  border-bottom: 5px solid #DEA1B7;
	background: #fff;
	font-weight:600;
}

.entry-title:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 20%;
  height: 4px;
  content: '';
  background: #CA688A;
}
.header-container {
	padding-top:0;
}
.custom-question-block {
  display: flex;
  align-items: center;
}

.custom-question-bubble {
  background-color: #DEA1B7;
  color: white;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  font-weight: bold;
  margin-right: 10px;
  font-size: 14px;
  position: relative;
}

.custom-question-bubble::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #DEA1B7;
}

h3.custom-question-text {
  color: #333;
  margin: 0;
	font-weight:500;
}

/*モバイルボタンカラー*/
.mobile-menu-buttons .menu-icon {
	color:#D0A4B6;
}
.mobile-menu-buttons .menu-caption {
	color:#D0A4B6;
}
.info-list-caption {
	font-size:22px;
}
.sidebar h3 {
	background: #F4DFE7;
}
.info-list-item-content-link:hover {
  text-decoration: underline;
	color: #DEA1B7;
}
.info-list {
	border:1px solid #ddd;
	border-radius: 10px;
	margin-bottom: 30pxpx;
}
/*tableデザイン*/
.table_cl th {
	border: 1px solid #977564;
	background: #DCD1CB;
}
.table_cl td {
	border: 1px solid #977564;
	background: #fff;
	text-align:center;
}
.table_gr th {
	border: 1px solid #52685B;
	background: #E0EFE6;
}
.table_gr td {
	border: 1px solid #977564;
	background: #fff;
}
.table_gr_b th {
	border: 1px solid #52685B;
	background: #E0EFE6;
	font-size:15px;
}
.table_gr_b td {
	border: 1px solid #977564;
	background: #fff;
	font-size:15px;
}
.table_pink_b th {
	border: 1px solid #E7CFD9;
	background: #F8EFF2;
	font-size:15px;
}
.table_pink_b td {
	border: 1px solid #E7CFD9;
	background: #fff;
	font-size:15px;
}
.scroll-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.scroll-table {
  display: inline-block;
  min-width: 1130px; 
}

.scroll-table table {
  border-collapse: collapse;
  width: auto; 
}

.scroll-table th,
.scroll-table td {
  white-space: nowrap;
}
/*TOP用*/
.color-area-1 {
    background: #eee;
}
.section-wrap {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    padding-top: 1em;
    padding-bottom: 1em;
	background-color: #fbf4f7;
background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.section-wrap2 {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    padding-top: 1em;
    padding-bottom: 1em;
	background-color: #faf8f2;
background-image: url("https://kawagoe-lc.jp/wp-content/uploads/2025/02/kawagoe_dcbk2.png");
}
.content-top {
	margin: 0px;
}
a.md_icon {
  display: block;
  height: 100%;
  color: #fff;
  background-color: #DEA1B7;
  box-shadow: 0px 0px 10px 0px rgba(85, 35, 48, 0.2);
  border-radius: 10px;
	padding-top: 17px;
  padding-bottom: 17px;
	text-decoration: none;
}

a.md_icon h2 {
	text-align: center;
	border-left: none;
	margin: 0 auto;
	border-bottom: 3px dotted #fff;
	width:80%;
	padding:10px 0;
	font-weight:500;
}

a.md_icon h3 {
	text-align: center;
	border-left: none;
	margin: 0 auto;
	border-bottom: 3px dotted #fff;
	width:80%;
	padding:10px 0;
	font-weight:500;
}
.md_icon p {
	margin-bottom: 0px;
}
.md_dis {
	padding: 10px 40px;
}
.dc_name {
  display: flex; /* Flexboxを使用 */
  justify-content: center; /* 水平方向の中央揃え */
  align-items: center; /* 垂直方向の中央揃え */
  height: 100%; /* 必要に応じて親要素に合わせる高さ */
  text-align: center; /* テキストを中央揃え */
  font-size: 1.2em; /* 文字サイズ（適宜調整） */
}
.btn2,
a.btn2,
button.btn2 {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap-pc-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  max-width: 530px;
  margin: 0 auto 20px;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
}

a.btn-pc-sp {
  line-height: 0.4;

  width: 49.5%;
  padding: 15px;

  border-radius: 100vh;

  color: #ffff;
}

.btn-wrap a.btn-pc-sp--contact {
  color: #fff;
  background: #D85E6C;
	margin-bottom: 0px;
}

a.btn-pc-sp--tel {
  color: #fff;
  background: #A887BE;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}
.fa-position-left {
    position: absolute;
    top: calc(50% - .5em);
    left: 1rem
}
h2.top_h2 {
  display: flex;
  align-items: center;/* 縦位置の調整 */
  justify-content: center;/* 横位置の調整 */
	margin-bottom:25px;
	margin-top:30px;
	font-size: 30px;
  font-weight: 500;
}

.top_h2::before,
.top_h2::after {
  content: '';
  flex-grow: 0.2;/* 少数にする */
  height: 3px;
}

/* 線にグラデーションをかける */
.top_h2::before {
  margin-right: 20px;
  background: linear-gradient(-90deg, #DEA1B7 , white);
}

.top_h2::after {
  margin-left: 20px;
  background: linear-gradient(90deg, #DEA1B7 , white);
}
/* 内部リンクボタン */
.c_button a {
    background: #D0A4B6;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px auto;
    max-width: 270px;
    padding: 10px 25px;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.c_button a:hover {
    background: #D9B6C5;
    color: #FFF;
}
.c_button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.c_button a:hover:after {
    border-color: #FFF;
}
.c_button2 a {
    background: #fff;
    border-radius: 9999px;
	border: 1px solid #8A6D79;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px auto;
    max-width: 270px;
    padding: 10px 25px;
    color: #8A6D79;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.c_button2 a:hover {
    background: #8A6D79;
    color: #FFF;
}
.c_button2 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #8A6D79;
    border-right: 3px solid #8A6D79;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.c_button2 a:hover:after {
    border-color: #FFF;
}
.c_button3 a {
    background: #D85E6C;
    border-radius: 9999px;
	border: 1px solid #D85E6C;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 350px;
    padding: 15px 25px;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size:20px;
}
.c_button3 a:hover {
    background: #E4949E;
    color: #FFF;
}
.c_button3 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.c_button3 a:hover:after {
    border-color: #FFF;
}
/* 履歴 */
.flex_list {
  display: flex;
  border-bottom: 1px dotted #ccc;
  align-items: flex-start; /* 上揃えに調整（任意） */
}

.flex_list dt {
  padding: 5px;
  white-space: nowrap; /* 改行防止 */
  min-width: 80px; /* 適切な幅を指定（調整可能） */
}

.flex_list dd {
  padding: 5px;
  flex: 1; /* 残りのスペースをすべて埋める */
  text-align: left; /* 左揃え */
}

.entry-card-title {
	color:#D0A4B6;
}
/* 枠 */
.infobox {
	background:#f3fafe;
	border:1px solid #bde4fc;
	padding:10px;
	border-radius:7px;
}
/* リストデザイン */
ol.ollist {
	margin-bottom:0;
}
ul.ollist {
	margin-bottom:0;
}
/* lpcss */
h3.feature-heading {
  display: flex;
  align-items: stretch;
  border: 2px solid #dea1b7;
  margin: 20px auto;
}

.feature-number {
  background-color: #dea1b7;
  color: #fff;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 60px;
}

.feature-label {
  font-size: 0.7em;
  font-weight: normal;
  margin-bottom: 4px;
}

.feature-digit {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1;
}

.feature-text {
  padding: 15px 20px;
  color: #333;
  font-size: 1em;
	font-weight:600;
  display: flex;
  align-items: center;
}

.infertility-women-box {
  background: #fdfafa;
  border-radius: 20px;
  padding: 20px 20px;
  margin: 0 auto;
  text-align: center;
}

.infertility-women-title {
  display: inline-block;
  border: 2px solid #b86c72;
  border-radius: 30px;
  padding: 5px 30px;
  color: #b86c72;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
}

.infertility-women-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.infertility-women-item {
  background-color: #db7d84;
  color: white;
  border-radius: 40px;
  padding: 10px 30px;
  font-size: 17px;
  text-align: center;
  width: 100%;
  max-width: 300px;
}
.infertility-men-box {
  background: #fdfafa;
  border-radius: 20px;
  padding: 20px 20px;
  margin: 0 auto;
  text-align: center;
}

.infertility-men-title {
  display: inline-block;
  border: 2px solid #4b4576;
  border-radius: 30px;
  padding: 5px 30px;
  color: #4b4576;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
}

.infertility-men-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.infertility-men-item {
  background-color: #a0a4c4;
  color: white;
  border-radius: 40px;
  padding: 10px 30px;
  font-size: 17px;
  text-align: center;
  width: 100%;
  max-width: 300px;
}
.speech-bubble-wrapper {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

h2.speech-bubble {
  position: relative;
  background-color: #dcc8bb;
  color: white;
  padding: 10px 40px;
  border-radius: 40px;
  font-size: 20px;
  font-weight: normal; /* h2の太字をリセット */
  text-align: center;
  display: inline-block;
}

h2.speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #dcc8bb;
}
ul.lplist {
	border:1px solid #dcc8bb;
	padding:10px 30px;
}
ol.lplist {
	border:1px solid #dcc8bb;
	padding:10px 30px;
}
.flow-container {
  background: #f9f4f5;
  padding: 2em;
  border-radius: 20px;
  max-width: 700px;
  margin: auto;
}

.flow-step {
  display: flex;
  position: relative;
  padding-left: 60px;
  margin-bottom: 2em;
}

.circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c86d83, #f1b98b);
  color: white;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
}

.flow-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 40px;
  left: 19px;
  width: 2px;
  height: calc(100% - 40px + 2em); /* ライン長さ調整 */
  background: #e3b8be;
}

.step-content {
  font-size: 1.1em;
  color: #7d4d55;
  line-height: 1.6;
}

.sub-text {
  color: #333;
  font-size: 0.85em;  /* ← 小さめに変更 */
  margin-top: 0.3em;
  display: block;
  line-height: 1.5;
}
.timing-method-container {
  max-width: 600px;
  margin: 0 auto;
  background-color: #FFF;
  color: #333;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border-radius: 10px;
}

.timing-method-title {
  background-color: #dea1b7;
  color: #fff;
  text-align: center;
  padding: 5px 20px;
  border-radius: 25px;
  font-size: 19px;
  margin-bottom: 20px;
}

.timing-method-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.timing-method-text {
  font-size: 15px;
  line-height: 1.8;
	margin-top: 10px;
}
.feature-box {
  border: 2px solid #f3f1df;
  padding: 1em;
  background-color: #fff;
  position: relative;
  max-width: 600px;
  margin: 50px auto 20px;
}

.feature-title {
  background-color: #f3f1df;
  padding: 0.3em 2em;
  border-radius: 20px;
  display: block;
  width: 80%;
  text-align: center;
  font-size: 1.1em;
  position: absolute;
  top: -1.3em;
  left: 50%;
  transform: translateX(-50%);
}

ul.feature-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 2;
}

ul.feature-list li {
  position: relative;
  padding-left: 1.5em;
}

ul.feature-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #5e9b8a; 
  font-weight: bold;
}

.qualification-box {
  border: 1px solid #4a3a36;
  padding: 1em;
  position: relative;
  max-width: 700px;
  margin: 50px auto 30px;
  background-color: #fff;
}

.qualification-title {
  background-color: #4a3a36;
  color: #fff;
  padding: 0.1em 2em;
  position: absolute;
	font-size:12px;
  top: -2em;
  left: -1px;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

ul.qualification-list {
  margin: 0;
  padding-left: 1.2em;
  list-style-type: disc;
  font-size: 1em;
  line-height: 1.5;
}
/* lpcss_pill */
.circle-heading {
  text-align: center;
  margin: 60px 0;
}

.circle-heading h2 {
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.6;
  z-index: 1;
  padding-left: 60px; /* テキストの左に円スペース */
}

.circle-heading .circles {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  z-index: -1;
}


.circle-heading .circles::before,
.circle-heading .circles::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.circle-heading .circles::before {
  width: 80px;
  height: 80px;
  background-color: #dbb3c3;
  left: 10px;
  top: 0;
  opacity: 0.7;
}

.circle-heading .circles::after {
  width: 40px;
  height: 40px;
  background-color: #edd8e1;
  left: -10px;
  top: 30px;
}

/* スマホ向け調整 */
@media screen and (max-width: 600px) {
  .circle-heading h2 {
    font-size: 1.5rem;
    padding-left: 50px;
  }

  .circle-heading .circles {
    width: 70px;
    height: 70px;
  }

  .circle-heading .circles::before {
    width: 65px;
    height: 65px;
    left: 5px;
  }

  .circle-heading .circles::after {
    width: 30px;
    height: 30px;
    top: 30px;
    left: -10px;
  }
}
/* QAアコーディオン */
.qa-accordion {
  font-family: "Yu Mincho", "ヒラギノ明朝 ProN", serif;
}

.qa-item {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.qa-question {
  width: 100%;
  background-color: #f5f5e9;
  color: #333;
  font-size: 1.1rem;
  padding: 1em;
  text-align: left;
  border: none;
  outline: none;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.qa-q {
  color: #cc3366;
  font-size: 1.3rem;
  margin-right: 0.8em;
  font-weight: bold;
  flex-shrink: 0;
}

.qa-toggle {
  font-size: 1.5rem;
  color: #777;
  margin-left: 1em;
  transition: transform 0.3s ease;
}

.qa-answer {
  display: none;
  padding: 1em;
  background-color: #fdfdf9;
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}

.qa-answer p {
  margin: 0;
}

.qa-a {
  color: #cc3366;
  font-weight: bold;
  margin-right: 0.3em;
}

/* モバイルフッターボタン */
.mobile-footer-menu-buttons .menu-button {
	background:#D0A4B6;
}
.mobile-footer-menu-buttons .menu-icon {
	color:#fff;
}
.mobile-footer-menu-buttons .menu-caption {
	color:#fff;
}
.copyright a {
	color:#dea1b7;
	text-decoration-line:none;
}