@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;
  --link-color: #ffb48f;
  --cd-brown: #4A4947;
  --gold-color: #b58b1a;
  /* 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;
}
#header-container-in {
  max-width: 1180px;
}

@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 1.8em;
  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 > ul#menu-main-menu > li > a:hover .item-label {
  color: var(--link-color);
  transition: 0.3s ease;
}
.navi-in > ul li:hover > ul {
  background-color: transparent;
}
.navi-in > ul li:hover > ul {
  background-color: transparent;
}
.navi-in > ul > li > ul.sub-menu {
	width: fit-content;
	padding: 0;
}
.navi-in > ul > li > ul.sub-menu > li {
  width: fit-content;
  height: 2em;
  background-color: #c4c4c4;
  padding: 0;
  margin-bottom: 5px;
}
.navi-in > ul > li > ul.sub-menu > li .item-label {
  text-align: left;
	line-height: 2em;
  font-size: 13px;
}
.navi-in > ul > li > ul.sub-menu > li .item-label::before {
	content: "- ";
}
.navi-in > ul > li > ul.sub-menu > li:hover {
	background-color: #b9b9b9;
}

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;
}
.flex-box-reverse {
  flex-direction: row-reverse;
}

/* お悩み別メニュー */
#concerns {
  margin-top: 100px;
  margin-bottom: 25px;
  .flex-box {
    justify-content: space-around;
    margin-top: 3em;
    align-items: stretch;
  }
  h4 {
    /* font-size: 35px; */
    font-size: clamp(1.125rem, 0.355rem + 2.87vw, 2.188rem);
    text-align: center;
    color: #707070;
  }
  dl.dummy {
    height: 0;
    margin: 0;
  }
  dl {
    background-color: #F5F4EE;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 384px;
    margin: 0 5px 16px;
    dt {
      font-family: "hiragino-kaku-gothic-pron", sans-serif;
      font-weight: 600;
      /* font-size: 22px; */
      font-size: clamp(0.938rem, 0.693rem + 0.91vw, 1.375rem);
      text-align: center;
      background-color: #C9C8C2;
      /* height: 68px;
      line-height: 68px; */
      height: clamp(2.25rem, 1.133rem + 4.16vw, 4.25rem);
      line-height: clamp(2.25rem, 1.133rem + 4.16vw, 4.25rem);
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
    }
    dd {
      /* background-color: #F5F4EE; */
      padding: 32px;
      margin: 0;
      a {
        display: block;
        background-color: #fff;
        background-image: url(https://takushiclinic.jp/tcwp1/wp-content/uploads/2025/11/arrow-r1.svg);
        background-position: left 11px center;
        background-repeat: no-repeat;
        border: solid 1px #707070;
        font-size: 15px;
        padding-left: 53px;
        height: 42px;
        line-height: 42px;
        color: var(--main-text-color);
        transition: 0.3s ease;
      }
      a:hover {
        background-position: left 15px center;
        transition: 0.3s ease;
      }
      .dummy {
        
      }
    }
    dd:nth-child(3) {
      padding-top: 0;
    }
  }
}
@media screen and (max-width: 799px) {
  #concerns {
    margin-top: 30px;
    dl dd {
      padding: 20px;
    }
  }
}
@media screen and (max-width: 488px) {
  #concerns {
    dl {
      width: 100%;
      margin: 0 0 16px;
      dd a {
        /* font-size: 13px; */
        font-size: clamp(0.625rem, 0.104rem + 2.78vw, 0.938rem);
        background-position: left 6px center;
        padding-left: 50px;
      }
    }
  }
}

/* 休診日カレンダー */
div#reserve-status {
  iframe {
    padding: 0 !important;
    margin: 0;
    height: 710px;
  }
  .table-note {
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 0 3em 0;
  }
  h4 {
    font-size: 21px;
    font-size: clamp(0.938rem, 0.666rem + 1.01vw, 1.313rem);
    border-bottom: solid 1px #707070;
    padding: 0 0 4px 0;
    margin: 0 0 1.5em;
  }
}
@media screen and (max-width: 730px) {
  div#reserve-status .table-note { font-size: 14px; }
}
@media screen and (max-width: 489px) {
  div#reserve-status iframe { height: 630px; }
}

/* トップページ */
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, .page-id-975, .page-id-1288, .page-id-1301, .page-id-1327 {
  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;
    line-height: 160%;
  }
  h2.gc-menu {
    text-align: center;
    margin-bottom: 0;
  }
  #concerns {
    margin-top: 0;
    .flex-box {
      margin-top: 0;
    }
  }
  h3 { line-height: 160%; }
  h4 { border-top: none; }
  #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, .box2 {
    justify-content: space-between;
    margin-top: 3em;
  }
  .box3 {
    justify-content: space-between;
    margin: 3em 0 1em 0;
    .flex-box {
      margin-top: 0;
    }
    p.notice-r {
      margin-top: 1.5em;
    }
  }
  .box2 { margin-bottom: 3em; }
  .box2b { margin-top: 0; }
  .flex-box div {
    width: 543px;
    margin-bottom: 2em;
  }
  .flex-box div p, .box2 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;
  }
  .podcasts {
    margin: 1em 0 3em;
    iframe {
      display: block;
      margin: 0 auto 1em;
    }
  }
  .insta-slides {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 1em 0 1em;
  }
  .insta-slide {
    width: 360px;
    margin: 0 5px 1.25em;
  }
  ul#gynecology-menu {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    li {
      border: solid 1px var(--skin-gray);
      border-radius: 15px;
      padding: 10px;
      text-align: center;
      color: var(--main-text-color);
      list-style-type: none;
      padding-left: 0;
      margin: 0 7px 30px 7px;
      width: 350px;
      p {
        text-align: center;
        font-family: "hiragino-kaku-gothic-pron", sans-serif;
        font-size: 15px;
        font-weight: 300;
        margin: 0;
      }
      transition: 0.3s ease;
    }
    li.dummy {
      border: none;
    }
    li:hover {
      background-color: var(--main-bg-color);
      transition: 0.3s ease;
    }
  }
  @media screen and (max-width: 1170px){
    .flex-box div {
      width: 100%;
    }
    #postpartum-oc {
      .flex-box {
        flex-direction: column-reverse;
      }
    }
  }
  @media screen and (max-width: 1166px){
    ul#gynecology-menu {
      li {
        width: 43vw;
        font-size: 16px;
        p {
          font-size: 14px;
          br { display: none; }
        }
      }
    }
  }
  @media screen and (max-width: 890px){
    .flex-box div { margin: 0 0; }
    .flex-box+table.prices.small { margin-top: 2em; }
    .box2 { margin-top: 2em; }
    #monalisa img { margin-bottom: 2em; }
    ul#gynecology-menu {
     li {
        /* width: 80vw; */
        font-size: 15px;
        margin-bottom: 11px;
        p {
          font-size: 13px;
          
        }
      }
    }
  }
  @media screen and (max-width: 790px){
    ul#gynecology-menu {
      li {
        width: 80vw;
        font-size: 15px;
        margin-bottom: 11px;
        p {
          font-size: 13px;
          
        }
      }
    }
  }
  @media screen and (max-width: 500px){
    h2 { font-size: 20px; }
    h3 { font-size: 16px; }
    img.wp-image-1345 { width: 230px; height: auto; }
    .flex-box div p, .box2 p { font-size: 13px; letter-spacing: 0.25px; }
    #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; }
    ul#gynecology-menu {
      li {
        width: 90vw;
        font-size: 14px;
        p {
          font-size: 12px;
        }
      }
    }
  }
}

ul.related-links {
  list-style: none;
  li {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 15px;
  }
  li:before {
    content: url(https://takushiclinic.jp/tcwp1/wp-content/uploads/2025/11/open_in_new_20dp.svg);
    position: relative;
    top: 4px;
    margin-right: 3px;
    margin-left: -1.6em;
  }
  a {
    color: var(--main-text-color);
  }
  a:hover { color: var(--gold-color); }
}
@media screen and (max-width: 500px) {
  ul.related-links li { font-size: 13px; }
}

a.out-link {
  color: var(--main-text-color);
}
a.out-link:hover { color: var(--gold-color); }
a.out-link:before {
  content: url(https://takushiclinic.jp/tcwp1/wp-content/uploads/2025/11/open_in_new_20dp.svg);
  position: relative;
  top: 4px;
  margin-right: 3px;
  margin-left: 0;
}

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;
}
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; }
}

/* 美容皮膚科LP */
.page-id-67, .page-id-1181 {
  #header-in {
    /* margin-left: 0.5em; */
  }
  section {
    /* border: solid 1px #555; */
    padding-top: 75px;
    padding-bottom: 75px;
    margin-top: 0;
    margin-bottom: 0;
  }
  a.online-reserve {
    display: block;
    background-color: var(--gold-color);
    /* width: 323px; */
    width: clamp(9.875rem, 2.41rem + 27.78vw, 20.188rem);
    /* height: 66px; */
    height: clamp(2.125rem, 0.677rem + 5.39vw, 4.125rem);
    /* line-height: 66px; */
    line-height: clamp(2.125rem, 0.677rem + 5.39vw, 4.125rem);;
    border-radius: 33px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    /* font-size: 26px; */
    font-size: clamp(0.688rem, 0.009rem + 2.53vw, 1.625rem);
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    letter-spacing: 0.5px;
    transition: 0.3s ease;
 }
  a.online-reserve::before {
    content: "";
    display: inline-block;
    background-image: url(https://takushiclinic.jp/tcwp1/wp-content/uploads/2025/11/icon-time.png);
    /* width: 42px;
    height: 42px; */
    width: clamp(1.313rem, 0.362rem + 3.54vw, 2.625rem);
    height: clamp(1.313rem, 0.362rem + 3.54vw, 2.625rem);
    background-size: contain;
    vertical-align: middle;
    /* margin: -3px 12px 0 -8px; 375 */
    /* margin: -5px 12px 0 -6px; */
    margin: calc(clamp(0.188rem, 0.131rem + 0.24vw, 0.313rem)*-1) 12px 0 clamp(-0.5rem, -0.557rem + 0.24vw, -0.375rem);

  }
  a.online-reserve:hover {
    background-color: #cea03a;
    transition: 0.3s ease;
  }
  h3 {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    /* font-size: 35px; */
    font-size: clamp(1.125rem, 0.642rem + 2.06vw, 2.188rem);
    font-weight: 600;
    text-align: center;
    border: none;
  }
  h4 {
    border: none;
  }
  .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;
    }
  }
  .full-width-in {
    max-width: 1200px;
    padding-top: 0;
    padding-bottom: 0;
    /* border: solid 1px #999; */
  }

  section#cd2-1 {
    padding: 0;
    height: 600px;
    /* height: 624px; */
    /* height: 730px; */
    margin-top: -80px;
    background: url(https://takushiclinic.jp/tcwp1/wp-content/uploads/2025/11/bh-head3-3.jpg) no-repeat;
    background-position: -320px -40px;
    background-size: 130%;
    margin-bottom: 0;
    .full-width-in {
      padding: 151px 0 0 0;
    }
    h2 {
      /* font-size: 40px; */
      font-size: clamp(1.125rem, 0.5rem + 2.67vw, 2.5rem);
      line-height: 1.7em;
      text-align: center;
      font-weight: 600;
    }
    p {
      font-family: "hiragino-kaku-gothic-pron", sans-serif;
      /* font-size: 18px; */
      font-size: clamp(1rem, 0.273rem + 1.14vw, 1.125rem);
      font-weight: 300;
      text-align: center;
      margin-top: 0.6em;
    }
    ul {
      margin: 0 0 2.8em 0;
      padding-left: 0;
    }
    ul>li {
      display: flex;
      align-items: center;
      font-family: "hiragino-kaku-gothic-pron", sans-serif;
      /* font-size: 21px; */
      font-size: clamp(1.125rem, 0.034rem + 1.7vw, 1.313rem);
      font-weight: 600;
      color: var(--cd-brown);
      list-style: none;
      padding-left: 0;
      margin-bottom: 30px;
    }
    /* ul li:nth-child(1)::before {
      content: url(https://takushiclinic.jp/tcwp1/wp-content/uploads/2025/11/location.svg);
      margin-right: 6px;
      height: 1.4em;
    }
    ul li:nth-child(2)::before {
      content: url(https://takushiclinic.jp/tcwp1/wp-content/uploads/2025/11/staff.svg);
      margin-right: 6px;
      height: 1.6em;
    }
    ul li:nth-child(3)::before {
      content: url(https://takushiclinic.jp/tcwp1/wp-content/uploads/2025/11/heart.svg);
      margin: 0 6px 0 0;
      height: 1.4em;
    } */
    ul {
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin-top: 70px;
      /* margin-top: 200px; */
    }
    ul li::before { display: none; }
    ul li {
      margin: 0 1%;
      background-color: rgba(255, 255, 255, 0.78);
      /* 150-90 */
      width: clamp(5.625rem, 3.455rem + 9.26vw, 9.375rem);
      height: clamp(5.625rem, 3.455rem + 9.26vw, 9.375rem);
      padding: 0 clamp(0.313rem, 0.132rem + 0.77vw, 0.625rem);
      border: solid 1px var(--gold-color);  
      border-radius: clamp(2.813rem, 1.727rem + 4.63vw, 4.688rem);
      /* 10px */
      font-size: clamp(0.625rem, 0.386rem + 1.02vw, 1.038rem);
      text-align: center;
      br { display: block; }
    }
    a.online-reserve { display: none; }

  }
  section#cd2-2 {
    margin: 0 0 0 0;
    .flex-box {
      margin-top: 50px;
      margin-bottom: 52px;
      justify-content: space-between;
      div {
        width: clamp(17.5rem, -7.955rem + 39.77vw, 21.875rem);
        
        img {
          display: block;
          width: clamp(17.5rem, -7.955rem + 39.77vw, 21.875rem);
        }
      }
    }
    h3 { margin: 0; padding: 0; }
    h4 {
      /* font-size: clamp(1.125rem, -0.188rem + 2.33vw, 1.563rem); */
      font-size: clamp(0.938rem, 0.658rem + 1.04vw, 1.438rem);
      text-align: center;
      border: none;
      margin: 0 0 20px 0;
    }
    p {
      display: block;
      font-family: "hiragino-kaku-gothic-pron", sans-serif;
      /* font-size: clamp(0.938rem, 0.75rem + 0.33vw, 1rem); */
      font-size: clamp(0.688rem, 0.513rem + 0.65vw, 1rem);
      font-weight: 300;
      text-align: center;
      margin: 0 0 40px 0;
    }
  }
  section.full-width {
    margin-bottom: 0;
  }
  section#cd2-3 {
    background-color: #F5F4EE;
    .full-width-in { padding-top: 0; }
    p {
      font-family: "hiragino-kaku-gothic-pron", sans-serif;
      /* font-size: 15px; */
      font-size: clamp(0.75rem, 0.614rem + 0.51vw, 0.938rem);
    }
   .flex-box-l {
      margin-top: 50px;
    }
    h3 { padding: 0; }
    h4 {
      /* font-size: 25px; */
      font-size: clamp(0.938rem, 0.485rem + 1.68vw, 1.563rem);
      text-align: center;
      border-top: none;
      border-bottom: solid 1px #BEB8AC;
      margin: 0px 0 10px 30px;
      padding: 0 0 5px 0;
      line-height: calc(clamp(0.938rem, 0.485rem + 1.68vw, 1.563rem)*1.5);
    }
  }
  section#cd2-4 {
    padding-bottom: 0;

    .full-width-in { padding: 0; }
    h3 { padding: 0; }
    p {
      font-family: "hiragino-kaku-gothic-pron", sans-serif;
      /* font-size: 15px; */
      font-size: clamp(0.75rem, 0.614rem + 0.51vw, 0.938rem);
    }
    .flex-box {
      justify-content: space-around;
      margin-top: 3em;
    }
    .push-menu {
      h4 {
        text-align: center;
        /* font-size: 28px; */
        font-size: clamp(1.125rem, 0.673rem + 1.68vw, 1.75rem);
        margin: 0;
      }
      /* width: 496px; */
      width: clamp(22.5rem, 5.5rem + 34vw, 31rem);
      .reserve-btn {
        /* height: 50px;
        line-height: 50px;
        border-radius: 25px;
        margin-top: -25px;
        font-size: 22px;
        width: 200px */
        width: clamp(9.063rem, 6.57rem + 9.27vw, 12.5rem);
        font-size: clamp(1rem, 0.728rem + 1.01vw, 1.375rem);
        height: clamp(2.25rem, 1.616rem + 2.36vw, 3.125rem);
        line-height: clamp(2.25rem, 1.616rem + 2.36vw, 3.125rem);
        border-radius: calc(clamp(2.25rem, 1.616rem + 2.36vw, 3.125rem)/2);
        margin-top: calc((clamp(2.25rem, 1.616rem + 2.36vw, 3.125rem)/2)*-1);
      }
      div {
        margin-top: 10px;
        background-color: #F5F4EE;
        border-radius: 15px;
        padding: 34px 34px 46px 34px;
        img { border-radius: 15px; }
        h5 {
          font-family: "hiragino-kaku-gothic-pron", sans-serif;
          /* font-size: 25px; */
          /* font-size: clamp(1.125rem, 0.25rem + 1.75vw, 1.563rem); */
          font-size: clamp(0.969rem, 0.699rem + 1.15vw, 1.563rem);
          font-weight: 600;
          text-align: center;
          border: none;
          margin: 1em 0 0.5em;
        }
        .efficacy {
          background-color: #fff;
          background-image: url(https://takushiclinic.jp/tcwp1/wp-content/uploads/2025/11/chexk1.svg);
          background-repeat: no-repeat;
          /* background-position: left 30px center; */
          background-position: left clamp(0.938rem, -0.938rem + 3.75vw, 1.875rem) center;
          /* background-size: 37px; */
          background-size: clamp(1.313rem, -0.688rem + 4vw, 2.313rem);
          border-radius: 15px;
          font-family: "hiragino-kaku-gothic-pron", sans-serif;
          /* font-size: 16px; */
          font-size: clamp(0.75rem, 0.569rem + 0.67vw, 1rem);
          font-weight: 600;
          text-align: center;
          color: #707070;
          padding: 10px 10px 10px 30px;
        }
      }
    }
  }
  section#cd2-5 {
    margin-bottom: 0;
    h3 {
      margin: 75px 0 0 0;
      padding: 0;
    }
    p {
      font-family: "hiragino-kaku-gothic-pron", sans-serif;
      font-size: 18px;
      font-weight: 300;
      text-align: center;
      margin: 0 0 2em 0;
    }
    ol.flex-box {
      justify-content: center;
    }
    ol.flex-box li {
      width: 330px;
      margin: 0 2%;
      list-style-type: none;
      text-align: center;
      h4 {
        font-size: 25px;
        margin: 5px 0 10px;
      }
      p { font-size: 16px; }
    }
    ol.flex-box li:before {
      display: block;
      margin: 0 auto;
      font-family: "hiragino-kaku-gothic-pron", sans-serif;
      font-size: 30px;
      font-weight: 600;
      color: #fff;
      background-color: #BDB8AB;
      height: 58px;
      width: 58px;
      line-height: 58px;
      border-radius: 29px;
    }
    ol.flex-box li:nth-child(1):before { content: "1"; }
    ol.flex-box li:nth-child(2):before { content: "2"; }
    ol.flex-box li:nth-child(3):before { content: "3"; }
    ol.flex-box li:nth-child(4):before { content: "4"; }
    ol.flex-box li:nth-child(5):before { content: "5"; }
  }
  section#cd2-6 {
    padding-top: 0;
    h3 { margin: 75px 0 60px 0; }
    p {
      /* font-size: 15px; */
      font-size: clamp(0.75rem, 0.614rem + 0.51vw, 0.938rem);
      a {
        font-family: "hiragino-kaku-gothic-pron", sans-serif;
        /* font-size: 18px; */
        font-size: clamp(0.875rem, 0.77rem + 0.39vw, 1.063rem);
        color: var(--main-text-color);
        font-weight: 600;
        transition: 0.3s ease;
      }
      a:hover {
        color: var(--main-border-color);
        transition: 0.3s ease;
      }
    }
    .doctor-name {
      /* font-size: 25px; */
      font-size: clamp(1.25rem, 1.023rem + 0.84vw, 1.563rem);
      padding: 0;
    }
    .doctor-post {
      /* font-size: 15px; */
      font-size: clamp(0.75rem, 0.614rem + 0.51vw, 0.938rem);
      margin-bottom: 1.5em;
      padding: 0;}
    .flex-box {
      justify-content: space-between;
      div {
        width: calc(100% - 390px - 47px);
      }
    }
  }
  section#cd-access {
    margin-bottom: 2em;
    .flex-box {
      justify-content: space-around;
      margin: 70px 0 25px 0;
      #address {
        padding: 2em 0;
        img { width: clamp(13.375rem, 8.593rem + 17.79vw, 21.938rem); }
        p {
          font-family: "hiragino-kaku-gothic-pron", sans-serif;
          /* font-size: 15px; */
          font-size: clamp(0.75rem, 0.645rem + 0.39vw, 0.938rem);
          margin: 8px 0 0 0;
          br { display: none; }
        }
      }
      a #contact { color: var(--main-text-color); }
      #contact {
        /* padding: 25px 0 25px; */
        padding: clamp(1.25rem, 1.023rem + 0.84vw, 1.563rem) 0;
        /* width: 555px; */
        width: clamp(22.188rem, 15.207rem + 25.97vw, 34.688rem);
        width: clamp(19.375rem, 11.412rem + 36.4vw, 34.688rem);
        border: solid 2px #848180;
        border-radius: 15px;
        font-family: "hiragino-kaku-gothic-pron", sans-serif;
        p.phone-num {
          position: relative;
          display: block;
          align-items: center;
          /* font-size: 30px; */
          font-size: clamp(1.188rem, 0.804rem + 1.43vw, 1.875rem);
          font-weight: 600;
          text-align: center;
          margin: 0 auto;
          /* padding-left: 30px; */
        }
        p.phone-num::before {
          /* position: absolute;
          top: 5px;
          left: 130px; */
          content: "";
          display: inline-block;
          background-image: url(https://takushiclinic.jp/tcwp1/wp-content/uploads/2025/11/phone.svg);
          /* width: 31px;
          height: 39px; */
          background-size: contain;
          background-repeat: no-repeat;
          background-position: left;
          vertical-align: middle;
          width: clamp(1.25rem, 0.866rem + 1.43vw, 1.938rem);
          height: clamp(1.563rem, 1.074rem + 1.82vw, 2.438rem);
        }
        p.hours {
          /* font-size: 20px; */
          font-size: clamp(0.75rem, 0.471rem + 1.04vw, 1.25rem);
          text-align: center;
          margin: 0;
        }
      }
    }
    .access-info {
      justify-content: space-between;
      div {
        width: 551px;
        h4 {
          /* font-size: 21px; */
          font-size: clamp(0.938rem, 0.666rem + 1.01vw, 1.313rem);
          border-bottom: solid 1px #707070;
          padding: 0 0 4px 0;
          margin: 0 0 1.5em;
        }
        .table-wrapper {
          padding-top: 0;
        }
      }
      p {
        font-family: "hiragino-kaku-gothic-pron", sans-serif;
        /* font-size: 15px; */
        font-size: clamp(0.75rem, 0.614rem + 0.51vw, 0.938rem);
        font-weight: 300;
      }
    }
    #directions2 { display: none; }
    #directions {
      h4 {
        font-size: 21px;
        font-size: clamp(0.938rem, 0.666rem + 1.01vw, 1.313rem);
        border-bottom: solid 1px #707070;
        padding: 0 0 4px 0;
        margin: 0 0 1.5em;
      }
    }
    .direction {
      display: grid;
      width: fit-content;
      margin: 3em auto;
      /* grid-template-columns: 44px 300px 44px 300px 44px 300px 44px; */
      grid-template-columns: 44px clamp(10.625rem, -6.042rem + 33.33vw, 18.75rem) 44px clamp(10.625rem, -6.042rem + 33.33vw, 18.75rem) 44px clamp(10.625rem, -6.042rem + 33.33vw, 18.75rem) 44px;
      
      grid-template-rows: 530px auto;
      div {
        position: relative;
        p {
          font-family: "hiragino-kaku-gothic-pron", sans-serif;
          font-size: 13px;
          font-weight: 300;
          margin: 10px 0 0 0;
          letter-spacing: 0;
          b { font-weight: 600; }
        }
        span {
          position: absolute;
          top: 8px;
          left: 8px;
          font-family: "hiragino-kaku-gothic-pron", sans-serif;
          color: #fff;
          /* font-size: 20px; */
          font-size: clamp(0.875rem, 0.106rem + 1.54vw, 1.25rem);
          font-weight: 600;
          background-color: #4B4948;
          border: solid 2px #fff;
          /* width: 40px;
          height: 40px; */
          width: clamp(1.688rem, 0.021rem + 3.33vw, 2.5rem);
          height: clamp(1.688rem, 0.021rem + 3.33vw, 2.5rem);
          /* line-height: 36px; */
          line-height: clamp(1.5rem, -0.038rem + 3.08vw, 2.25rem);
          text-align: center;
          border-radius: 20px;
        }
        /* .wp-image-1197 { margin: 190px 0 0 4px; } */
        .wp-image-1197 { margin: clamp(6.875rem, -3.381rem + 20.51vw, 11.875rem) 0 0 4px; }
      }
    }
  }
  @media screen and (max-width: 1300px) {
    .full-width2 {
        width: 100vw;
        margin: 0 calc(50% - 50vw) 0;
        background-color: #fff;
    }
  }
  @media screen and (max-width: 1250px) {
    section#cd2-1 {
      .full-width-in {
        padding: 131px 29px 0 29px;
      }

    }
  }
  @media screen and (max-width: 1190px) {
    section#cd-access {
      .flex-box {
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 3em;
        #address { padding-bottom: 1em; }
      }
      .access-info {
        div { width: 100%; }
      }
    }

  }
  @media screen and (max-width: 1040px) {
    section#cd2-4 {
      .push-menu > div {
        /* height: 640px; */
        height: clamp(36.875rem, 26.458rem + 20.83vw, 40rem);
      }
    }

  }
  @media screen and (max-width: 1023px) {
    section {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    section#cd2-1 {
      /* margin-top: -110px; */
      height: clamp(18.75rem, 12.963rem + 24.69vw, 28.75rem);
      background: url(https://takushiclinic.jp/tcwp1/wp-content/uploads/2025/11/bh-head3-3s.jpg);
      background-size: cover;
      background-position: center top;
      .full-width-in {
        padding-top: 110px;
      }
      p { display: none; }
      ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 30px;
      }
      ul li::before { display: none; }
      ul li {
        margin: 0 1%;
        background-color: rgba(255, 255, 255, 0.78);
        /* 150-90 */
        width: clamp(5.625rem, 3.455rem + 9.26vw, 9.375rem);
        height: clamp(5.625rem, 3.455rem + 9.26vw, 9.375rem);
        padding: 0 clamp(0.313rem, 0.132rem + 0.77vw, 0.625rem);
        border: solid 1px var(--gold-color);  
        border-radius: clamp(2.813rem, 1.727rem + 4.63vw, 4.688rem);
        /* 10px */
        font-size: clamp(0.625rem, 0.386rem + 1.02vw, 1.038rem);
        text-align: center;
        br { display: block; }
      }
      a.online-reserve { display: none; }
    }
    section#cd2-2 {
      .full-width-in { padding: 0; }
      .flex-box {
        margin-top: 24px;
        margin-bottom: 0;
        >div {
          margin-bottom: 0.8em;
          width: 100%;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          /*150-90px*/
          img { width: clamp(5.625rem, 2.906rem + 10.12vw, 9.375rem); height: clamp(5.625rem, 2.906rem + 10.12vw, 9.375rem); margin:0; }
          >div {
            width: fit-content;
            h4 { text-align: left; margin-bottom: 0.3em; padding: 0; }
            p {
              text-align: left;
              margin: 0 1em 0 0;
              br { display: none; }
              /*25-15px*/
            }
          }
       }
        >div:nth-child(1) {
          flex-flow: row-reverse;
          >div { margin: 0 0 0 1em; }
        }
        >div:nth-child(3) {
          flex-flow: row-reverse;
          >div { margin: 0 0 0 1em; }
        }
      }
    }
    section#cd2-3 {
      .flex-box-l {
        flex-direction: column;
        justify-content: center;
        .points { margin: 0 auto 1em; }
        h4 { margin: 0; }
      }
    }
    section#cd2-4 { padding-bottom: 30px; }
    section#cd2-5 { display: none; }
    section#cd2-6 {
      h3 { margin: 27px 0 25px 0; }
    }
  }
  @media screen and (max-width: 799px) {
    section#cd2-4 {
      .push-menu > div {
        height: auto;
      }
      /* #concerns {
        margin-top: 30px;
        dl dd {
          padding: 20px;
        }
      } */
      .flex-box {
        flex-direction: column;
        align-items: center;
        .push-menu {
          margin-bottom: 2em;
        }
      }
    }
    section#cd2-6 {
      .flex-box {
        flex-direction: column;
        align-items: center;
        >div { width: 100%; margin-top: 1.2em; }
      }
    }
  }
  @media screen and (max-width: 730px) {
    section#cd-access {
      #directions { display: none; }
      #directions2 {
        display: block;
        width: 100%;
        .direction {
          overflow: hidden;
          display: grid;
          width: fit-content;
          margin-top: 1em;
          /* grid-template-columns: 180px 30px 180px; */
          /* grid-template-columns: clamp(9.375rem, 1.172rem + 37.5vw, 11.25rem) 30px clamp(9.375rem, 1.172rem + 37.5vw, 11.25rem); */
          grid-template-columns: clamp(8.75rem, -0.972rem + 44.44vw, 11.25rem) 30px clamp(8.75rem, -0.972rem + 44.44vw, 11.25rem);
          grid-template-rows: 380px 30px 310px 30px 360px;
          div {
            p { font-size: 12px; }
          }
          .wp-image-1197 { width: 27px; height: 27px; margin-left: 0; }
          .left-down img {
            margin-top: 0;
            transform: rotate(-225deg);
          }
        }
      }
    }
  }
  @media screen and (max-width: 480px) {
    section#cd2-4 {
      .flex-box {
        .push-menu {
          width: 100%;
          >div {
            padding-top: 1.25em;
            padding-bottom: 2em;
            display: grid;
            grid-template-rows: 40px 143px 68px;
            grid-template-columns: 50% 50%;
            h5 {
              grid-row: 1 / 2;
              grid-column: 1 / 3;
              padding: 0 !important;
              margin: 0;
              line-height: 1em;
            }
            p {
              grid-row: 2 / 3;
              grid-column: 1 / 2;
              padding-right: 1.5em;
            }
            img {
              grid-row: 2 / 3;
              grid-column: 2 / 3;
            }
            .efficacy {
              grid-row: 3 / 4;
              grid-column: 1 / 3;
              margin: 1em 0 0 0;
              padding-top: 0.5em;
            }
          }
        }
      }
    }
  }
  @media screen and (max-width: 440px) {
    section#cd-access .flex-box #address {
      p {
        text-align: center;
        margin-top: 1em;
        br { display: block; }
      }
    }
  }
}


/* 料金表基本テーブル */
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(--link-color); }
}
a { text-decoration: none; }
a:hover { color: var(--link-color); }

.admin-pv { display: none; }
.calendar-icon { width: 25px; }

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*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;
}



