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

/************************************
** 子テーマ用のスタイルを書く
************************************/
:root {
  /* --main-text-color: #636362; */
  --main-text-color: #4b4948;
  --main-bg-color: #f5f4ee;
  --main-border-color: #848180;
  --orange-color: #ffb48f;
  --button-gray: #575153;
  --gray-color: #575153;
  --skin-gray: #bdb8ab;
  --logo-red: #dd336b;
  /* color: #4b4948; */
  /* color: #636362; */
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  animation: fadeIn 1.4s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.4s ease 0s 1 normal;
  position: relative;

}
.dummy-photo {
  height: 300px;
  text-align: center;
  line-height: 300px;
  border: solid 1px var(--skin-gray);
  margin-bottom: 1em;
}
strong { font-weight: 600; }
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  z-index: 1; /* コンテンツの上に表示 */
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.wf-loading {
    opacity: 0;
}
a {
	-webkit-tap-highlight-color: transparent;
}

body #container {
  font-family: hiragino-mincho-pron, serif;
  font-display: block;
  font-weight: 300;
  font-style: normal;
  font-display: block;
  color: var(--main-text-color);
}

#header-container {
  background-color: transparent;
  position: fixed;
  width: 100%;
  top: 30px;
  z-index: 1000;
}
@media screen and (max-width: 1023px){
  .logo-header {
    width: 200px;
    margin-top: -25px !important;
    z-index: -10;
  }
  body::before {
    height: 75px;
  }
}

#navi {
  background-color: transparent;
}
.navi-in > ul > li {
  font-size: 14px;
  width: fit-content;
  margin: 0 2em;
  padding-top:12px;
}
@media screen and (max-width: 1190px){
  .navi-in > ul > li { margin: 0 1.5em; }
}
@media screen and (max-width: 1060px){
  .navi-in > ul > li { margin: 0 1.2em; }
}

.navi-in > ul .item-label {
  color: #fff;
  transition: 0.3s ease;
}
.navi-in > ul > li .has-icon {
  margin-right: -2em;
  color: #fff;
}
.navi-in a:hover {
  background-color: transparent;
}
.navi-in a:hover .item-label {
  color: #ffb48f;
  transition: 0.3s ease;
}
.navi-in > ul li:hover > ul {
  background-color: transparent;
}
.navi-in > ul > li > ul > li {
  width: fit-content !important;
  height: 3em;
}
.navi-in > ul > li > ul > li > .itrm-label {
  text-align: left !important;
}

li#menu-item-260 > a > .caption-wrap > .item-label {
  width: 100px;
  height: 36px;
  background-color: var(--button-gray);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: solid 1px var(--button-gray);
  border-radius: 18px;
  line-height: 36px;
  transition: 0.3s ease;
}
li#menu-item-260 > a > .caption-wrap > .item-label:hover {
  background-color: #fff;
  color: var(--main-text-color);
  transition: 0.3s ease;
}

#main {
  background-color: transparent;
}
.full-width {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 0;
  background-color: #fff;
}
.full-width-in {
  max-width: 1256px;
  margin: 0 auto;
  padding: 36px 29px;
}
p {
  text-align: justify;
  text-justify: auto;
}
/* 予約するボタン */
.reserve-btn {
  display: block;
  width: 210px;
  height: 42px;
  background-color: var(--button-gray);
  color: #fff;
  border: solid 1px var(--button-gray);
  border-radius: 21px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  margin: 0 auto;
  transition: 0.3s ease;
  cursor : pointer;
}
.reserve-btn:hover {
  background-color: #fff;
  color: var(--button-gray);
  transition: 0.3s ease;
}

/* .article-footer {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 0;
  padding-top: 2em;
  background-color: #fff;
} */
#footer {
  margin-top: -1em;
  padding: 2em 0 2em;
}
/* #custom_html-2 {
  text-align: center;
  .custom-html-widget {
    width: 50px;
  }
} */
.footer-sns-additional {
  text-align: center;
  margin: 1em 0 -1em;
}
.footer-sns-additional img { display: inline-block; width: 36px; }
.footer-sns-additional a { margin: 0 10px; }
.footer-sns-additional a:hover {
  background-color: transparent !important;
}

a:hover img.overwhite {
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
a img.overwhite, a img.menu-image, a img#tel-number {
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -ms-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

h1.alt-h1, h1.entry-title {
  text-align: center;
  /* border: solid 1px #ddd; */
  margin-top: 2em;
  margin-bottom: 2em;
}
.entry-content section {
  margin-bottom: 4em;
}
.entry-content h2 {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}
.entry-content h3 {
  background-color: transparent;
  padding-left: 0;
  margin-bottom: 0;
  border: none;
  font-size: 20px;
}
.deg90 {
  transform: rotate(90deg);
}
.sp-only, .sp-only440 { display: none; }
hr { background-color: #757270; }
h1 span, h2 span, h3 span, h4 span, h5 span { display: inline-block; }
.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

/* トップページ */
body.front-top-page #container::before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -3;
    width: 100%;
    height: 100vh;
    background: url(https://takushiclinic.jp/tcwp1/wp-content/uploads/2025/09/backimg03.jpg) center no-repeat;
    background-size: cover;
    background-position: right;
    pointer-events: none;
}
body.front-top-page {
  .background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1.5s ease;
    z-index: -2;
    background-color: #aaa;
    pointer-events: none;
  }
  .background img {
    display: block;
    position: fixed;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center center;
    pointer-events: none;
  }
}

#section1 {
  margin-bottom: 42em;
}
#copy-wrapper {
  position: relative;
  /* width: 100vw;
  margin: 0 calc(50% - 50vw);
  text-align: left; */
  height: calc(80vh); 
  /* border: solid 1px #fff; */
  margin-bottom: 70em;
}
p#top-copy {
  position: absolute;
  left: 50%;
  bottom: 2vw;
  display: block;
  text-align: left;
  font-family: "hiragino-mincho-pron", serif;
  font-display: block;
  font-weight: 600;
  font-size: calc(13px + 0.6vw);
  line-height: calc(23px + 1vw);
  font-style: normal;
  color: var(--gray-color);
  width: fit-content;
}
@media screen and (max-width: 2000px){
  p#top-copy { left: 60%; }
}
@media screen and (max-width: 1510px){
  p#top-copy {
    left: 30%;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-height: 800px){
  p#top-copy {
    left: 55%;
    bottom: -2vw;
  }
}
@media screen and (max-width: 1150px){
  p#top-copy {
    left: 0;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.8);
  }
}
.catch_copy span {
  transition: 1s;
  opacity: 0;
  transform: translateY(20px);
  display: block;
}
.catch_copy span:first-child {
  animation: catch_anime 1.4s forwards 0.2s;
  animation-delay: 1s;
}
.catch_copy span:nth-child(2) {
  animation: catch_anime 1.4s forwards 0.4s;
  animation-delay: 1.2s;
}
.catch_copy span:nth-child(3) {
  animation: catch_anime 1.4s forwards 0.6s;
  animation-delay: 1.4s;
}
.catch_copy span:nth-child(4) {
  animation: catch_anime 1.4s forwards 0.8s;
  animation-delay: 1.6s;
}
@keyframes catch_anime {
  0% {
    transform: translateY(20px);
  }
   100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#section2 {
  color: var(--main-text-color);
  /* background-color: rgb(255 255 255 / 0.5);
  overflow: hidden; */
  margin-bottom: 30em;
}
#section2 hr {
  background-color: #fff;
  margin-bottom: 3em;
}
#section2 h2 {
  font-family: hiragino-mincho-pron, serif;
  font-display: block;
  /* font-family: "hiragino-kaku-gothic-pron", sans-serif; */
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 38px;
  float: none;
  margin-bottom: 2em;
}
#section2 .greetings {
  max-width: 440px;
  float: right;
  line-height: 33px;
  letter-spacing: 1px;
  clear: right;
  /* border: solid 1px; */
}
#section2 .greetings p.signature {
  text-align: right;
  float: right;
}
/* #section2 { padding-bottom: 60em; } */
#section2-in {
  overflow: hidden;
  margin: 0;
}
@media screen and (max-width: 1140px){
  #section2-in {
    /* background-color: rgba(255, 255, 255, 0.6); */
    background-color: var(--main-bg-color);
    width: 100vw;
    margin: 0 calc(50% - 50vw) 0;
    padding: 2em 0 !important;
  }
  body.front-top-page .background img {
      object-position: 35% center;
  }
  #section2 .greetings { max-width: 100%; padding: 2em; }
  #section2 { margin-bottom: 0; padding-top: 80em; }
}
@media screen and (max-width: 660px){
  #section1 { margin-bottom: 0em; }
  #copy-wrapper { margin-bottom: 20em; }
  #section2 { margin-bottom: 0; padding-top: 40em; }
  #section2 .greetings { padding: 1em; }
  /* #section2-in { padding: 1em !important; } */
  body.front-top-page .background img {
      object-position: 37% center;
  }
}
@media screen and (max-width: 400px){
  #copy-wrapper  { margin-bottom: 40em; }
  #section2 { margin-bottom: 0; padding-top: 20em; }
  #section2 .greetings { font-size: 14.5px; }
  #section2 h2 { font-size: 20px; }
}

#section3 {
  background-color: #fff;
  padding-bottom: 10em;
}
#section3 h2 {
  text-align: center;
  margin: 2em 0 3em;
}

.treatment-details {
  margin: 2em 0;
}
.link-button {
  border: solid 1px #a3a09f;
  background-color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  width: 453px;
  margin: 0 12px 20px;
  padding: 13px 0;
}

.arrow_right {
  position: relative;
  /* padding-left: 25px; */
}
.arrow_right::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  width: 8px;
  height: 8px;
  border-top: 3px solid var(--main-text-color);
  border-right: 3px solid var(--main-text-color);
  transform: rotate(45deg);
  transition: all 0.1s ease-out;
}
.arrow_right:hover::before {
  right: 40px;
  transition: all 0.3s ease-out;
}
.btn_design {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  background: -webkit-linear-gradient(180deg,
  #000000,
  #ffffff,
  #868686,
  #3d3d3d);
  background: -webkit-linear-gradient(right,
  #000000,
  #ffffff,
  #868686,
  #3d3d3d);
  background: linear-gradient(270deg,
  #ffffff,
  #ffebf2,
  #ffffff,
  #ffffff);
  background-position: 1% 50%;
  background-size: 300% 300%;
  border: none;
  border: 1px solid #a3a09f;
  color: var(--main-text-color);
}
/* マウスオーバー時 */
.btn_design:hover {
  background-position: 99% 50%;
  color: var(--main-text-color);
  border: 1px solid #a3a09f;
  cursor: pointer;
}
.treatment-details a {
  text-decoration: none;
  padding: 0;
}
p.feature1 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-display: block;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  font-weight: 400;
  span.gray {
    color: #bdb8ab;
  }
}
@media screen and (max-width: 500px){
  p.feature1 { font-size: 13px;}
}

#section4 {
  background-color: #f5f4ee;
  padding-bottom: 10em;
  margin-top: -13em;
}
#section4 h2 {
  text-align: center;
  margin: 2em 0 3em;
}
#section4 .flex-box {
  justify-content: space-between;
  margin-bottom: 2em;
}
#section4 .flex-box:last-child {
  margin-top: 3em;
}
#section4 .flex-box div {
  width: 543px;
}
@media screen and (max-width: 1170px){
#section4 .flex-box div {
  width: 100%;
}
}

#section4 h3 {
  font-size: 21px;
  border-bottom: solid 1px #a3a09f;
  padding-bottom: 7px;
  margin-bottom: 1em;
}
#section4 .flex-box div p {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-display: block;
  font-size: 14px;
  letter-spacing: 1px;
}
.table-wrapper {
  background-color: #fff;
  padding: 15px 30px 20px;
}
table.time-table {
  background-color: #fff;
  margin-bottom: 1em;
}
table.time-table th {
  background-color: #fff;
  text-align: center;
  border: none;
  border-bottom: solid 1px #a3a09f;
  font-size: 14px;
  font-weight: 300;
}
table.time-table td {
  text-align: center;
  border: none;
  border-bottom: solid 1px #a3a09f;
  font-size: 14px;
}
table.time-table td.time {
  text-align:
  left; width: 6em;
  letter-spacing: 1px;
}
.table-wrapper p.table-note {
  font-family: hiragino-mincho-pron, serif !important;
  font-display: block;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0 !important;
}

#section5 {
  background-color: #fff;
  padding-bottom: 10em;
  margin-top: -13em;
}
#section5 h2 {
  text-align: center;
  margin: 2em 0 3em;
}
#section5 .flex-box {
  justify-content: space-between;
  margin-bottom: 2em;
}

/* FAQ */

#section5 .flex-box .cp_qa {
  width: 543px;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	padding: 0;
	margin: 0 0 5em 0;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1.2em;
  padding: 0 !important;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: relative;
	display: none;
}
/* 質問 */
.cp_qa .cp_actab label {
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	cursor: pointer;
	color: #555;
  font-size: 18px;
}
.cp_qa .cp_actab label div {
  padding: 7px 35px 0 2px;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.3s ease;
	transition: max-height 0.3s ease;
}
.cp_qa .cp_actab .cp_actab-content {
	margin: -1.2em 0 0 0;
  padding: 21px 0 0 0;
	color: #555;
  font-size: 14px;
  clear: left;
}
/* 質問を開いた時の仕様 */
/* --アイコン */
/*.cp_qa .cp_actab input:checked ~ label {
	color: #00838F;
}*/
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab label::after {
	line-height: 1.6;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 3em;
	margin-top: -18px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-align: center;
}
.cp_qa .cp_actab input[type=checkbox] + label::after {
	content: '＋';
  padding-top: 3px;
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	content: '−';
  padding-top: 3px;
}

.cp_qa .cp_actab .cp_actab-content div {
  padding: 11px 0 0 2px;
  margin-left: 4em;
  font-weight: 600;
}
.Q1 {
  font-size: 18px;
  font-weight: 600;
}
.cp_actab span.maru-q, .cp_actab span.maru-a {
  display: block;
  width: 44px;
  height: 44px;
  font-weight: 600;
  font-size: 21px;
  color: #fff;
  background-color: #bdb8ab;
  border-radius: 22px;
  text-align: center;
  line-height: 46px;
  float: left;
  margin: 0 0.5em 0 0;
}
.cp_actab span.maru-a {
  background-color: var(--main-text-color);
}
@media screen and (max-width: 1170px){
  #section5 .flex-box .cp_qa {
    width: 100%;
    margin: 0;
  }
}

/* スタッフ紹介 */
#section6 {
  background-color: #f5f4ee;
  /* padding-bottom: 10em; */
  padding-bottom: 2em;
  margin-top: -13em;
  margin-bottom: -5em;
}
#section6 div.person {
  margin-bottom: 5em;
  padding-bottom: 0;
}
#section6 h2 {
  text-align: center;
  margin: 2em 0 3em;
}
#section6 .flex-box {
  justify-content: space-between;
  margin-bottom: 2em;
  flex-direction: row;
}
#section6 .flex-box.natsumi { flex-direction: row-reverse; }
#section6 .flex-box div { width: 543px; }
#minako-pt img {
  width: 543px;
  height: 580px;
  object-fit: cover;
}

@media screen and (max-width: 1170px){
  #section6 .flex-box #minako-data { width: 100%; }
  #section6 .flex-box #minako-pt { width: 100%; margin-bottom: 0; }
}
h3.doctor-name {
  text-align: left;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 3px;
  padding: 0;
  margin: -10px 0 3em 0;
}
span.doctor-post {
  font-size: 14px;
  color: var(--gray-color);
}
#section6 .person h4 {
  font-size: 14px;
  letter-spacing: 2px;
  border-top: none;
  padding: 0 0 5px 0;
}
#section6 .person dl dt { font-weight: 300; }
#section6 .person dl {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-display: block;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.5px;
}
#section6 .person dt {
  width: 7em;
  margin: 0;
}
#section6 .person dd {
  width: calc(100% - 7.2em);
  margin: 0;
}
#section6 .person ul {
  list-style-type: none;
  font-size: 14px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  letter-spacing: 0.5px;
  padding-left: 0;
}
#natsumi-greetings {
  margin-top: -4em;
  margin-bottom: 3em;
}
#natsumi-greetings p {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 2em;
}

/* たくみな倶楽部 */
#section7 {
  margin-top: -13em;
  margin-bottom: 0;
}
#section7 h2 {
  text-align: center;
  margin: 2em 0 3em;
}
#section7 p {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1px;
}
#section7 .flex-box {
  justify-content: space-between;
  margin-bottom: 2em;
}
#section7 .flex-box div { width: 543px; }
@media screen and (max-width: 1170px){
  #section7 .flex-box div {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 500px){
  .link-button { width: 80vw; font-size: 20px; }
  #section2 h2, #section3 h2, #section4 h2, #section5 h2, #section6 h2, #section7 h2 { font-size: 20px; margin-bottom: 1em; }
  #section4 h3  { font-size: 18px; }
  #section4 .flex-box div p { font-size: 13px; }
  .cp_qa .cp_actab label div { font-size: 13px; } 
  .cp_qa .cp_actab .cp_actab-content { font-size: 13px; } 
  #natsumi-greetings p, #section7 p { font-size: 14.5px; }
  .cp_qa .cp_actab input[type=checkbox] + label::after { padding-top: 8px; }
  .cp_qa .cp_actab input[type=checkbox]:checked + label::after { padding-top: 8px; }
  #section6 .person dl, #section6 .person li { font-size: 13px; } 
  h3.doctor-name  { font-size: 20px; margin-bottom: 1em; } 
}


/* 婦人科 */

.page-id-68, .page-id-871 {
  background-color: #fff !important;
  .article-header {
    margin-top: 4em;
  }
  h1.alt-h1, h1.entry-title {
    letter-spacing: 2px;
    color: var(--main-text-color);
    font-size: 24px;
  }
  h2 {
    letter-spacing: 2px;
    color: var(--main-text-color);
    font-size: 24px;
    padding: 0 0 1em;
    margin-top: 0;
  }
  #s-fit h2 { margin-top: 2em; }
  #s-fit h3 {
    margin-top: 0;
    padding-top: 0;
  }
  #s-fit p, #analysis p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
  }
  #analysis {
    p { font-family: "hiragino-kaku-gothic-pron", sans-serif; }
    dl { margin: 1em 0; }
    dl dt {
      font-weight: bold;
      font-size: 16px;
    }
    dl dt span.steps {
      display: inline-block;
      color: #fff;
      font-weight: bold;
      background-color: var(--skin-gray);
      padding: 0 10px;
      border-radius: 5px;
      margin-right: 10px;
      font-size: 13px;
    }
    dl dd { margin: 0.6em 0 1em 1em !important;
      padding-left: 0;
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 30px;
      font-family: "hiragino-kaku-gothic-pron", sans-serif;
    }
  }
  .flex-box {
    justify-content: space-between;
    margin-top: 3em;
    /* border: solid 1px; */
  }
  .flex-box div {
    width: 543px;
    margin-bottom: 2em;
  }
  .flex-box div p { 
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-display: block;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
  }
  table.prices {
    caption-side: bottom;
  }
  table.prices caption {
    margin-top: 8px;
  }

  @media screen and (max-width: 1170px){
  .flex-box div {
    width: 100%;
  }
  }

  @media screen and (max-width: 500px){
    h2 { font-size: 20px; }
    h3 { font-size: 16px; }
    .flex-box div p { font-size: 13px; }
    #s-fit p, #analysis p, #analysis dd { font-size: 13px !important; }
    #analysis dt { font-size: 15px !important; }
    .flex-box.monalisa div p { font-size: 13px !important; }
    .flex-box.emsella div p { font-size: 13px !important; }
  }
}

/* 美容皮膚科 */
.page-id-67 {
  /* background-color: #f5f4ee !important; */
  section#cd1 {
    margin-bottom: 0;
  }
  .article-header {
    margin-top: 4em;
  }
  h1.alt-h1, h1.entry-title {
    letter-spacing: 2px;
    color: var(--main-text-color);
    font-size: 24px;
  }
  h2 {
    letter-spacing: 2px;
    color: var(--main-text-color);
    font-size: 24px;
    padding: 2em 0 1em;
  }
  .cd1-feature {
    margin-top: 2em;
  }
  .flex-box-l {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    margin-bottom: 1em;
    position: relative;
  }
  .points {
    position: relative;
    color: var(--skin-gray);
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    height: 40px;
    width: 110px;
    .point-num {
      position: absolute;
      top: -12px;
      left: 1.7em;
      font-size: 36px;
      display: inline-block;
    }
  }
  #cd1 h3.copy {
      text-align: center;
      color: var(--skin-gray);
      margin-top: -1em;
      margin-bottom: 1em;
  }
  #cd1 .cd1-feature h3 {
    position: absolute;
    top: -8px;
    left: 5em;
    width: fit-content;
    border-bottom: solid 1px var(--main-border-color);
    padding-left: 0;
    padding-right: 3px;
    padding-bottom: 8px;
    margin-left: 1em;
    line-height: 24px;

  }
  .cd1-feature p {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-display: block;
    font-size: 14px;
    letter-spacing: 0.6px;
    line-height: 30px;
    margin-top: 2em;
    margin-bottom: 3em;
  }
  @media screen and (max-width: 900px){
    h2 { text-align: center; }
  }
  @media screen and (max-width: 700px){
    .flex-box-l {
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    /* .points {
      width: 86px;
      font-size: 15px;
      .point-num {
        font-size: 28px;
        top: -8px;
        left: 1.8em;
      }
    } */
    #cd1 h3.copy { font-size: 17px; margin-top: 0; }
    #cd1 .cd1-feature h3 {
      position: relative;
      width: 100%;
      font-size: 18px;
      line-height: 1.6em;
      text-align: center;
      position: relative;
      top: 0;
      left: 0;
      margin-left: 0;
    }
  }
  @media screen and (max-width: 500px){
    h2 { font-size: 20px; }
    .cd1-feature p { font-size: 13px; }
  }
}
/* section#cd1 {
  .entry-content h2 {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    font-size: 124px;
    font-weight: 600;
    letter-spacing: 10px;
    text-align: center;
    border: solid 1px !important;
  }
  .entry-content h3 {
    background-color: transparent;
    padding-left: 0;
    margin-bottom: 0;
    border: none;
    font-size: 20px;
  }

} */

ul.therapy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
ul.therapy li {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0 0 0.5em 0;
  width: 564px;  
  border: none;
}
ul.therapy li>a>div {
  height: 90px;
  display: flex;
  align-items: center;
  /* background-color: #fff;
  border: solid 1px #848180; */
}
ul.therapy li a {
  display: block;
  width: 100%;
  text-decoration: none;
  height: 90px;
  line-height: 30px;
  position: relative;
  font-size: 21px;
  font-weight: 600;
  color: var(--main-text-color);
  box-sizing:content-box;
  border: solid 1px var(--main-border-color);
}
.btn_design2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  background: -webkit-linear-gradient(180deg,
  #000000,
  #ffffff,
  #868686,
  #3d3d3d);
  background: -webkit-linear-gradient(right,
  #000000,
  #ffffff,
  #868686,
  #3d3d3d);
  background: linear-gradient(270deg,
  #ffffff,
  #ffebf2,
  #ffffff,
  #ffffff);
  background-position: 1% 50%;
  background-size: 300% 300%;
  /* border: none; */
  border-left: solid 6px var(--skin-gray);
  /* border: 1px solid #a3a09f; */
}
/* マウスオーバー時 */
.btn_design2:hover {
  background-position: 99% 50%;
  color: var(--main-text-color);
  /* border: 1px solid #a3a09f;
  cursor: pointer; */
}

/* ul.therapy .treatment::after {
  position: absolute;
  content: "\f345";
  font-family: 'dashicons';
  top: -1px;
  right: 2em;
} */
ul.therapy li .treatment {
  padding-left: 2em;
}
ul.therapy li .treatment span {
  display: inline-block;
}
ul.therapy li .treatment .sub-name {
  font-size: 16px;
}


ul.therapy li p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-display: block;
  margin: 0;
  padding: 12px 0;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: left;
}
@media screen and (max-width: 1250px){
  ul.therapy li {
    width: 47%;
  }

}

@media screen and (max-width: 950px){
  ul.therapy li {
    width: 48%;
  }
  ul.therapy li .treatment {
    padding-left: 1em;
    line-height: 1.1em;
  }
  ul.therapy li .treatment .sub-name {
    font-size: 13px;
  }
  .arrow_right::before {
    top: 0;
    bottom: 0;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 3px solid var(--main-text-color);
    border-right: 3px solid var(--main-text-color);
    transform: rotate(45deg);
    transition: all 0.1s ease-out;
  }
  .arrow_right:hover::before {
    right: 10px;
    transition: all 0.3s ease-out;
  }

}

/* @media screen and (max-width: 1023px){
  ul.therapy li {
    max-width: 100%;
    width: 100%;
  }

} */

@media screen and (max-width: 800px){
  ul.therapy li a {
    font-size: 18px;
    line-height: 1.2em;
  }
  ul.therapy li .treatment {
    line-height: 1.6em;
  }
  ul.therapy li .treatment .sub-name {
    font-size: 12px;
  }

}
@media screen and (max-width: 750px){
  .arrow_right::before { display: none; }
  .treatment .sp-only { display: block !important; }
  ul.therapy li p {
    font-size: 12px;
    line-height: 1.6em !important;
    padding: 6px 5px;
    text-align: justify;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 520px){
  ul.therapy li a {
    font-size: 15px;
  }
  ul.therapy li .treatment .sub-name {
    font-size: 11px;
  }

}
@media screen and (max-width: 440px){
  ul.therapy li { margin-bottom: 0.75em; }
  ul.therapy li p {
    font-size: 12px;
    line-height: 1.6em !important;
    padding: 6px 5px;
    text-align: justify;
    letter-spacing: 0;
  }
  ul.therapy li a {
    font-size: 15px;
  }
  ul.therapy li .treatment {
    line-height: 1.6em;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  ul.therapy li .treatment>.sp-only440 {
    display: block;
  }

}

.treatment-description h2 {
  text-align: left;
  font-size: 24px;
  letter-spacing: 2px;
  margin: 2em 0 1em;
  /* border: solid 1px #ddd; */
}
.treatment-description h2.subtitle {
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 2em 0 3em;
}
.treatment-description h3 {
  text-align: left;
  font-size: 21px;
  letter-spacing: 2px;
  border-bottom: solid 1px #839b5c;
  width: fit-content;
  padding: 0 0 10px;
  margin-top: 3em;
  margin-bottom: 1em;
}
@media screen and (max-width: 800px){
  .treatment-description h2 {
    font-size: 18px;
    line-height: 1.75em;
  }
  .treatment-description h3 {
    font-size: 18px;
    line-height: 1.75em;
  }
}

.treatment-description .tr-block h4 {
  text-align: left;
  font-size: 18px;
  letter-spacing: 2px;
  border: none;
  padding: 0 0;
  margin-bottom: 1em;
}
.treatment-description .tr-block.price {
  h3 {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-display: block;
    margin-bottom: 0.2em !important;
  }
  table {
    margin-bottom: 2em !important;
  }
}
/* .treatment-description .tr-block.price h3 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  margin-bottom: 0 !important;
} */

.treatment-description .tr-block {
  margin-bottom: 4em;
}
.treatment-description p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-display: block;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px;
}
.treatment-description .photo-l { float: left; }
.treatment-description .med-block {
  overflow: hidden;
  margin-bottom: 2em;
}
p.notice {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 15px;
}
p.notice-r {
  text-align: right;
  font-size: 15px;
  font-family: hiragino-mincho-pron, serif;
  font-display: block;
}
p.notice-r2 {
  margin-top: -2em;
}
p.masui {
  margin-top: -2em;
  font-weight: 600;
  color: var(--logo-red);
}
p.masui2 {
  font-weight: 600;
  color: var(--logo-red);
}

@media screen and (max-width: 700px){
  p.notice-r, p.notice-r2 { text-align: left; font-size: 13px; }
}

.treatment-description .tr-block h2::before {
  content: "■";
  color: var(--skin-gray)
}
.treatment-description .tr-block h2.tr-title::before {
  content: none;
}
.treatment-description .tr-block h2.subtitle::before {
  content: none;
}

@media screen and (max-width: 800px){
  .treatment-description .tr-block h2.tr-title {
    font-size: 20px;
  }
}
.treatment-description .tr-block.price h3 {
  text-align: center;
  font-size: 21px;
  letter-spacing: 2px;
  border: none;
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (max-width: 800px){
  .treatment-description .tr-block.price h3 {
    font-size: 18px !important;
    line-height: 1.75em;
    margin-top: 0;
  }
}

.treatment-description .tr-block.price table {
  margin-bottom: 3em;
}
.treatment-description .tr-block span.notice {
  font-size: 12px;
}

ul.adpat-part, ul.avoid-case {
  list-style-type: none;
  margin: 0 auto;
  padding: 0 0 1em;
  li {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-display: block;
    font-size: 15px;
    text-indent: -1.1em;
    padding-left: 1em;
  }
}
ul.adpat-part li::before, ul.avoid-case li::before {
  content: "●";
  color: var(--skin-gray);
  margin-right: 2px;
}

.treatment-description .equipment-block {
  justify-content: center;
  h6 {
    border: none;
    font-size: 16px;
    padding: 0;
    margin: 0 0 0.6em;
  }
  img { margin-top: 1em; }
  div {
    padding: 0 2em;
    max-width: 450px;
    margin-top: 1em;
  }
}
@media screen and (max-width: 874px){
  .treatment-description .equipment-block {
    flex-direction: column;
    align-items: center;
  }
  .treatment-description .equipment-block>div { max-width: 100% !important; width: 100%; padding: 0; }
}
.treatment-description .case-block {
  img { margin-bottom: 1.8em; }
  max-width: 930px;
  margin: 0 auto;
  h6 {
    border: none;
    font-size: 16px;
    padding: 0;
    margin: 0 0 0.6em;
  }
  p {
    margin-top: -1em;
    padding-top: 0;

  }
  p.notice {
    font-size: 14px;
    margin-top: 1em;
  }
}

.treatment-description .components {
  justify-content: space-between;
}
.treatment-description .component {
  width: 49%;
  border: solid 1px var(--skin-gray);
  padding: 1.2em;
  margin-bottom: 1.4em;
  h4 { line-height: 1.7em; }
  p {
    /* border: solid 1px; */
    margin-bottom: 0;
  }
}
.treatment-description .artmake {
  h5 {
    border: none;
    margin-bottom: 1em;
    padding: 0;
  }
  h5::before {
    content: "●";
    color: var(--skin-gray);
    margin-left: 3px;
  }
  h6 {
    font-size: 17px;
    border: none;
    padding: 0;
    margin: 2em 0 1em;
  }
  ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
  }
  li {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-display: block;
    font-size: 15px;
    text-indent: -1.1em;
    padding-left: 1em;
  }
  li:before {
    content: "\2714";
    margin-right: 3px;
    color: var(--skin-gray);
  }
  hr {
    margin: 2em 0 3em;
    background-color: var(--skin-gray);
  }
}
@media screen and (max-width: 800px){
  .treatment-description .components {
    flex-direction: column;
    align-items: center;
    .component {
      width: 100%;
    }
  }
}

.treatment-description a.reserve-btn {
  margin-top: 2em;
}

.treatment-description .artmake h4 { font-size: 24px; }
.treatment-description .artmake h4::before {
  display: inline-block;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  content: "[";
  margin-right: 6px;
  position: relative;
  top: -2px;
}
.treatment-description .artmake h4::after {
  display: inline-block;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  content: "]";
  margin-left: 6px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 500px) {
  .treatment-description .artmake h4 { font-size: 17px; }
  .treatment-description .artmake h4::before { margin-right: 2px; top: -1px;}
  .treatment-description .artmake h4::after { margin-left: 2px; top: -1px; }
  .treatment-description .component li { font-size: 13px; }
}


body.parent-pageid-67 {
  header.article-header { display: none; }
}

/* 施術説明テーブル */
table.explain td.price { text-align: right; }
table.explain td.units { text-align: center; }
table.explain td { background-color: #fff; }
table.explain { border-top: solid 1px #aaa; }
table.explain td, table.explain th {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  border-bottom: solid 1px #aaa;
  border-left: none;
  border-right: none;
  border-top: none;
}
table.explain caption {
  text-align: right;
  font-size: 12px;
}
table.explain td { text-align: left !important; }
table.explain td.t1 { width: 200px; }
@media screen and (min-width: 835px){
  table.explain td { font-size: 15px; }
}
@media screen and (max-width: 835px){
  table.explain td.t1 { width: 31%; }
  h1.alt-h1, h1.entry-title { line-height: 1.6em !important; }
}
table.explain.small {
  max-width: 930px;
  margin: 0 auto;
}
@media screen and (min-width: 835px){
  table.explain.small td { font-size: 16px; }
}

.treatment-description table.prices, .treatment-description table.explain { margin-bottom: 2em; }
.treatment-description table.prices td, .treatment-description table.explain td { text-align: center; }

@media screen and (max-width: 500px){
  h1.alt-h1, h1.entry-title { font-size: 21px !important; margin: 1em 0 !important; padding-bottom: 1em !important; }
  .treatment-description .tr-block h2.subtitle { font-size: 12px; margin: 0 0 3em; }
  .treatment-description h3 { font-size: 15px !important; padding-bottom: 4px; }
  .treatment-description h4 { font-size: 14px !important; }
  .treatment-description .tr-block.price h3 { font-size: 15px !important; }
  .treatment-description p {font-size: 13px; letter-spacing: 0; }
  ul.adpat-part>li, ul.avoid-case>li { font-size: 13px !important; }
}



/* 料金表基本テーブル */
table.prices {
  border: solid 1px #888;
  width: 100% !important;
  margin-bottom: 1em !important;
}
table.prices th {
  font-size: 16px;
  padding: 7px 12px;
}
table.prices td {
  background-color: #fff;
  font-size: 16px;
  padding: 5px 12px;
}
table.prices th span, table.prices td span { display: inline-block; }
table.prices td, table.prices th { border: solid 1px #aaa; }
table.prices th { background-color: #f5f6f7; }
table.prices.fujinka th:nth-child(2) { width: 50%; }
table.prices.cd-dev2 th:nth-child(2) { width: 33%; }

table.prices td.item1 {
  text-align: center;
}
table.prices td.units {
  text-align: center;
  width: auto;
}
table.prices td.price {
  text-align: right;
  /* width: 120px; */
}
table.prices td.member {
  text-align: center;
  /* width: 200px; */
}
#gynecology-price h2, #cd-price h2 { font-size: 28px; }
#cd-price h3 { font-size: 24px; }
#cd-price h3::before {
  display: inline-block;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  content: "[";
  margin-right: 6px;
  position: relative;
  top: -2px;
}
#cd-price h3::after {
  display: inline-block;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  content: "]";
  margin-left: 6px;
  position: relative;
  top: -2px;
}
#cd-price h4 {
  border: none;
  margin-bottom: 0;
}
table.prices caption {
  text-align: right;
  font-size: 12px;
}

@media screen and (max-width: 835px){
  table.prices td, table.prices th {
    padding: 5px;
    font-size: 14px;
  }
  table.prices th.price { width: 100px !important; }
  table.prices td .table-notes { font-size: 13px; }
}
@media screen and (max-width: 500px) {
  table.prices td, table.prices th { font-size: 12px; padding: 5px 5px; }
  table.prices td .table-notes { font-size: 10px; }
  table.prices th.price { width: 80px !important; }
  table.prices th.member { width: 80px !important; }
  #gynecology-price h2, #cd-price h2 { font-size: 21px; }
  #cd-price h3 { font-size: 17px; }
  #cd-price h4 { font-size: 15px; }
  table.prices.cd-dev4 td.units { width: 90px !important; }
  p.notice-r { font-size: 11px; }
  table.prices caption { font-size: 11px; }
}

/* table.prices.cd-prices p.notice {
   text-align: right;
} */
/* @media screen and (min-width: 835px){
  table.prices td { font-size: 15px; }
} */
table.prices.small {
  max-width: 930px;
  margin: 0 auto;
}
table.prices.small th {
  width: 108px;
}
table.prices.small td {
  font-size: 16px;
  padding: 12px;
}
table.prices.small td.price {
  text-align: right;
  width: 110px;
}
table.prices.small td.item1 {
  text-align: center;
  width: 110px;
}
table.prices.small td.units {
  text-align: center;
}
table.prices.small td .table-notes {
  font-size: 14px;
}
.treatment-description figure.has-notice p {
  margin-top: -2em !important;
}
.treatment-description table.cd-prices { max-width: 930px; }
.treatment-description figure.has-notice { max-width: 930px! important; margin: 0 auto; }
table.prices.hycox th.item1 { width: 50%; }
@media screen and (max-width: 835px){
  table.prices.small th { width: 60px; }
  table.prices.small td { padding: 6px; }
  table.prices.small td {
    font-size: 14px;
    padding: 10px;
  }
  table.prices.small td .table-notes {
    font-size: 13px;
  }
  table.prices.small td.item1 { width: 90px; }
  table.prices.small td.price { width: 90px; }
}
@media screen and (max-width: 700px) {
  .treatment-description figure.has-notice p { line-height: 1.6em; }
}
@media screen and (max-width: 500px) {
  table.prices.small td { font-size: 12px; }
  table.prices.small td .table-notes { font-size: 10px; }
  table.prices.small td.item1 { width: 70px; }
  table.prices.small td.price { width: 80px; }
}

/* .article-footer {
  border: solid 1px red;
}
#footer {
  border: solid 1px red;
  background-color: #fff;
}
#content {
  border: solid 1px red;
} */

.mt2em { margin-top: 2em; }


section#sitemap {
  width: fit-content;
  margin: 2em auto;
  li {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 15px;
    list-style-type: none;
    line-height: 2em;
    letter-spacing: 0.5px;
  }
  li::before {
    content: "● ";
  }
  .parent>li {
    margin-bottom: 2em;
  }
  .children li::before {
    content: "- ";
  }
  a { color: var(--main-text-color); }
  a:hover { color: var(--logo-red); }
}
a { text-decoration: none; }
a:hover { color: var(--logo-red); }

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  .sp-only { display: block; }
  .pc-only { display: none; }

  .full-width-in {
    max-width: 100%;
    padding: 36px 16px;
  }

  h1.alt-h1, h1.entry-title {
    line-height: 1.6em !important;
    margin: 2em 1.2em 0 !important;
    padding: 0;
    font-size: 24px;
  }

  .treatment-description .photo-l {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .cp_qa .cp_actab label {
    font-size: 15px;
  }

  .cp_qa .cp_actab .cp_actab-content div {
    padding-right: 2em;
  }

  .wp-image-531, .wp-image-570 { width: 60%; display: block; margin: 0 auto 1em; }
}


ul.mobile-footer-menu-buttons li.search-menu-button { display: none; }
ul.mobile-footer-menu-buttons li.sidebar-menu-button { display: none; }
ul.menu-drawer {
  margin-top: 3em;
}
.navi-menu-content {
  /* background-color:#ffead3; */
  background: rgba(255, 255, 255, 0.9);
  /* border: solid 1px red; */
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.navi-menu-content ul { margin-top: 5em; }
.navi-menu-content ul li {
  padding: 0.5em;
  border-bottom: solid 1px var(--main-text-color);
}
.navi-menu-content ul li:first-child {
  border-top: solid 1px var(--main-text-color);
}
.mobile-footer-menu-buttons {
  background-color: var(--main-bg-color);
  padding-top: 6px;
  /* background: rgba(255, 255, 255, 0.3); */
}
.navi-menu-content li > .menu-button > .menu-button-in > .menu-icon .fa {
  color: #fff !important;
}
.menu-close-button {
  padding-top: 15px;
  padding-left: 25px;
  padding-bottom: 30px;
  text-align: left;
  font-size: 1.3em;
  display: none;
}



