@charset "UTF-8";
/* CSS Document */
/* ---------------------
  項目をコピーしてページ内検索することで目的のセクションに移動できます。
  - *エディタ用
  - *共通要素
  - *タイトル
  - *リスト
  - *アコーディオン
  - *サイドバー
  - *ページャー
  - *ページ一覧
  - *料金表
--------------------- */

:root {
  --text-color: #555;
  /*メイン色*/
  --main-color: #eca55b;
  /*サブ色*/
  --sub-color: #8fc31f;
  /*サイドメニュー・レイアウト類の背景色*/
  --bg-color: #fff8ef;
  /*境界線色*/
  --border-color: #e4caa8;
}

.wrapper *,
.wrapper *::before,
.wrapper *::after {
  box-sizing: border-box;
}

.wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.wrapper iframe {
  max-width: 100%;
  vertical-align: top;
}

/*==================================================================================================================================

  *エディタ用

==================================================================================================================================*/
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

br.sp_inline + br,
br.pc_inline + br,
br.sp + br,
br.pc + br {
  display: none;
}

.cmn_editor:not(.clearfix)::after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------タイトルの上に余白を付ける--------------------*/
.cmn_editor h2:nth-child(n+2) {
  margin-top: 2em;
}

.cmn_editor h3:nth-child(n+2),
.cmn_editor h4:nth-child(n+2),
.cmn_editor h5:nth-child(n+2),
.cmn_editor h6:nth-child(n+2) {
  margin-top: 1.5em;
}
.cmn_editor h4:nth-child(n+2):not([class^="title_style"]) {
  margin-top: calc(1.5em + 33px);
}

/*--------------------pタグ--------------------*/
.cmn_editor p {
  margin-bottom: 1em;
}

.cmn_editor p:last-child {
  margin-bottom: 0;
}

/*--------------------タイトル--------------------*/
/* reset */
.title_style01,
.title_style02,
.title_style03 {
  display: block;
  border: none;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
  text-align: left;
  text-shadow: none;
  box-shadow: none;
}
.title_style01:before,
.title_style01:after,
.title_style02:before,
.title_style02:after,
.title_style03:before,
.title_style03:after {
  display: none!important;
}

/* 太字 */
.title_style01 {
  color: var(--main-color);
  font-weight: bold;
}

/* 下線 */
.title_style02 {
  display: table;
  color: var(--main-color);
  font-weight: bold;
  border-bottom: 1px solid var(--main-color);
}

/* 背景色付き・白抜き */
.title_style03 {
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
}

/*--------------------枠--------------------*/
.box_style01:not(:last-child),
.box_style02:not(:last-child),
.box_style03:not(:last-child) {
  margin-bottom: 1em;
}

.box_style01 {
  background: var(--bg-color);
  padding: 20px;
}

.box_style02 {
  border: solid 1px var(--border-color);
  padding: 20px;
}

.box_style03 {
  border: dashed 1px var(--border-color);
  padding: 20px;
}

/*--------------------テーブル--------------------*/
.cmn_editor table,
.table_style2_30,
.table_style2_50,
.table_style2_70,
.table_style3 {
  width: 100%;
  background-color: var(--bg-color);
}

.cmn_editor th,
.cmn_editor td,
.table_style2_30 th,
.table_style2_30 td,
.table_style2_50 th,
.table_style2_50 td,
.table_style2_70 th,
.table_style2_70 td,
.table_style3 th,
.table_style3 td {
  padding: 10px;
}

.cmn_editor th,
.table_style2_30 th,
.table_style2_50 th,
.table_style2_70 th,
.table_style3 th {
  font-weight: bold;
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
}

.cmn_editor td,
.table_style2_30 td,
.table_style2_50 td,
.table_style2_70 td,
.table_style3 td {
  background-color: #fff;
  border: 1px solid var(--border-color);
}

.table_style2_30 span,
.table_style2_50 span,
.table_style2_70 span,
.table_style3 span {
  font-size: 80%;
}

.table_style2_30 tr:first-of-type th,
.table_style2_30 tr:first-of-type td {
  width: 30%;
}

.table_style2_30 tr:first-of-type td:nth-child(2) {
  width: 70%;
}

.table_style2_50 tr:first-of-type th,
.table_style2_50 tr:first-of-type td {
  width: 50%;
}

.table_style2_70 tr:first-of-type th,
.table_style2_70 tr:first-of-type td {
  width: 70%;
}

.table_style3 th,
.table_style3 td {
  width: 33.3% !important;
}

/*--------------------ラインマーカー--------------------*/
.marker {
  background: linear-gradient(transparent 60%, #ffff93 60%);
}

/*----------番号付きリスト----------*/
.cmn_editor ol:not(:last-child) {
  margin-bottom: 1em;
}

.cmn_editor ol {
  counter-reset: number;
}

.cmn_editor ol li {
  padding-left: 1.5em;
  margin-bottom: 10px;
  position: relative;
}

.cmn_editor ol li:last-of-type {
  margin-bottom: 0;
}

.cmn_editor ol li:before {
  color: var(--sub-color);
  counter-increment: number;
  content: counter(number) ".";
  font-weight: bold;
  letter-spacing: 0;
  position: absolute;
  left: 0;
}

/* 四角 */
.cmn_editor ol.square li {
  padding-left: 2.5em;
  margin-bottom: 12px;
}

.cmn_editor ol.square li:last-of-type {
  margin-bottom: 0;
}

.cmn_editor ol.square li:before {
  width: 2em;
  text-align: center;
  background: var(--sub-color);
  color: #fff;
  content: counter(number);
}

/* 丸 */
.cmn_editor ol.circle li {
  padding-left: 2.5em;
  margin-bottom: 12px;
}

.cmn_editor ol.circle li:last-of-type {
  margin-bottom: 0;
}

.cmn_editor ol.circle li:before {
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  padding: unset;
  background: var(--sub-color);
  border-radius: 50%;
  color: #fff;
  content: counter(number);
}

/*==================================================================================================================================

  *共通要素

==================================================================================================================================*/
.contents_bg {
  position: relative;
}

/* :is(.blog,.single-post,.archive,.category):not(.tax-cate_menu,.tax-cate_disease,.tax-cate_symptom,.tax-cate_case) .contents_bg:before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  background: var(--bg-color);
  top: 0;
  width: calc((100% - 1200px) / 2);
  right: 0;
} */

.wrapper {
  position: relative;
  width: 1200px;
  /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap; */
  margin-inline: auto;
  /* background: #fff; */
  z-index: 2;
}

.wrapper main {
  width: 100%;
  padding: 0 0 80px;
}

/* :is(.blog,.single-post,.archive,.category):not(.tax-cate_menu,.tax-cate_disease,.tax-cate_symptom,.tax-cate_case) .wrapper main {
  width: 68%;
} */

@media screen and (max-width: 640px) {
  /* :is(.blog,.single-post,.archive,.category):not(.tax-cate_menu,.tax-cate_disease,.tax-cate_symptom,.tax-cate_case) .contents_bg:before {
    display: none;
  } */

  .wrapper {
    width: 100%;
    display: block;
  }

  .wrapper main {
    padding: 0 20px 0;
    margin-bottom: 50px;
  }

  /* :is(.blog,.single-post,.archive,.category):not(.tax-cate_menu,.tax-cate_disease,.tax-cate_symptom,.tax-cate_case) .wrapper main {
    width: 100%;
  } */
}

/*--------------------パンくず--------------------*/
@media screen and (max-width: 640px) {
  .breadcrumbs {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/*--------------------section--------------------*/
.section {
  padding-top: 160px;
  margin-top: -160px;
}
.section:not(:last-child) {
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .section {
    margin-top: -70px;
    padding-top: 70px;
  }
}

/*--------------------ボタン--------------------*/
.btn00 a {
  display: inline-block;
  color: #fff;
  letter-spacing: .05em;
  line-height: 1.5;
  padding: 12px 35px 12px 20px;
  position: relative;
  z-index: 0;
}
.btn00 a::before,
.btn00 a::after {
  display: block;
  content:"";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-size: 6px auto, auto;
  background-position: right 15px center, left top;
  background-repeat: no-repeat, repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
}
.btn00 a::before {
  background-image: url(images/arrow2.png), url(images/btn_bg2.jpg);
}
.btn00 a::after {
  background-image: url(images/arrow2.png), url(images/btn_bg1.jpg);
}
.btn00 a:hover::after {
  opacity: 0;
}

/*--------------------ページ内リンク--------------------*/
.ank02 {
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .ank02 li {
    width: 100%;
  }
}

/*--------------------画像を右寄せ--------------------*/
.img_fr img {
  max-width: 340px;
}

@media screen and (max-width: 640px) {
  .img_fr img {
    max-width: 100%;
  }
}

/*--------------------リンク無効（主にFAX番号に）--------------------*/
.disable_link,
.disable_link * {
  color: inherit!important;
  text-decoration: none!important;
  pointer-events: none!important;
  cursor: default!important;
  border: none!important;
}

/*--------------------引用--------------------*/
blockquote {
  padding: 20px;
  background: #f0f0f0;
  color: #555;
  font-style: italic;
  font-size: 85%;
}
blockquote:not(:last-child) {
  margin-bottom: 1em;
}

/*--------------------フリーエリア--------------------*/
.freearea_img {
  max-width: 408px;
  text-align: center;
  margin: 0 auto 15px;
}

/*==================================================================================================================================

  *タイトル

==================================================================================================================================*/
h3 {
  margin-bottom: 35px;
  line-height: 1.5;
  text-align: center;
  font-family: DS-soyokaze;
  color: #a77d25;
  font-size: 35px;
}
h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 58px;
  background: url(images/marc02.png) center top/auto 100% no-repeat;
}
@media screen and (max-width: 640px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  position: relative;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #0b72a2;
  font-size: 22px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 15px 65px 15px 15px;
  background-color: #c6e3f1;
  background-image: url(images/mid_bg.jpg);
  background-position: center;
  border-radius: 10px;
}
h4::before {
  position: absolute;
  top: -33px;
  left: -4px;
  width: 89px;
  height: 50px;
  background: url(images/mid_reaf.png);
  content: "";
  z-index: 1;
}
h4::after {
  position: absolute;
  bottom: -13px;
  right: 0;
  width: 52px;
  height: 47px;
  background:url(images/topics_mid.png);
  content: "";
  z-index: 1;
}
@media screen and (max-width: 640px) {
  h4 {
    padding: 15px 35px 15px 15px;
  }
  .layout10 .layout10_box h4:first-child {
    margin-top: 33px;
  }
}

h5 {
  position: relative;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-size: 17px;
  font-weight: 600;
  padding-left: 1.5em;
}
h5::before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  position: absolute;
  font-size: 1em;
  left: 0;
  top: -1px;
  color: #c6e08f;
}

h6 {
  color: #a77d25;
  font-weight: bold;
  margin-bottom: 10px;
}

/*==================================================================================================================================

  *リスト

==================================================================================================================================*/
.list01:not(:last-child),
.list02:not(:last-child),
.list03:not(:last-child),
.list04:not(:last-child),
.list05:not(:last-child),
.list06:not(:last-child),
.list07:not(:last-child),
.list08:not(:last-child),
.list09:not(:last-child),
.list10:not(:last-child),
.list11:not(:last-child) {
  margin-bottom: 1em;
}
.cmn_editor ul:not([class]) li{
	position:relative;
	margin-bottom:10px;
	padding-left:15px;
}
.cmn_editor ul:not([class]) li:last-child{
	margin-bottom:0;
}
.cmn_editor ul:not([class]) li:before{
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #eca55b;
	border: 1px solid #eca55b;
	border-radius: 100%;
	content: '';
}
.cmn_editor .ul:not([class]) li i{
	margin-right:8px;
}
.cmn_editor a {
	word-break: break-all;
}

/*==================================================================================================================================

  *アコーディオン

==================================================================================================================================*/
.accordion_tit {
  background-color: var(--bg-color);
  padding: 15px 50px 15px 20px;
  cursor: pointer;
  position: relative;
  margin-bottom: 15px;
  transition: background-color 0.3s, color 0.2s;
}
.accordion_tit::before,
.accordion_tit::after {
  display: block;
  content: "";
  width: 16px;
  height: 2px;
  background: var(--main-color);
  position: absolute;
  right: 20px;
  top: 50%;
  transition: transform 0.3s, opacity 0.3s;
}
.accordion_tit::before {
  transform: rotate(90deg);
}
@media (hover: hover) {
  .accordion_tit {
    transition: background-color 0.3s;
  }
  .accordion_tit:hover {
    background-color: #f6fde7;
  }
}
.accordion_tit.open {
  color: #fff;
  background: var(--main-color);
}
.accordion_tit.open::before {
  opacity: 0;
  transform: rotate(180deg);
}
.accordion_tit.open::after {
  background: #fff;
}
.accordion_text {
  display: none;
  padding: 0 20px 30px;
}

/* Q&A */
.accordion.accordion-qa .accordion_tit,
.accordion.accordion-qa .accordion_text {
  padding-left: 55px;
  position: relative;
}
.accordion.accordion-qa .accordion_tit > *:before,
.accordion.accordion-qa .accordion_text:before {
  font-family: DS-soyokaze;
	font-weight: normal;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  left: 20px;
}
.accordion.accordion-qa .accordion_tit > *:before {
  color: var(--main-color);
  content: "Q.";
  top: 15px;
  transition: color 0.2s;
}
.accordion.accordion-qa .accordion_tit.open > *:before {
  color: #fff;
}
.accordion.accordion-qa .accordion_text:before {
  color: var(--sub-color);
  content: "A.";
  top: 0;
}

/*==================================================================================================================================

  *サイドバー

==================================================================================================================================*/
/* .side_area {
  width: 28%;
  padding: 50px 2%;
  background: var(--bg-color);
}

.side_box:not(:last-child) {
  margin-bottom: 40px;
}

.side_area .side_title {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 2px var(--main-color);
  text-align: left;
  line-height: 1.6;
}

.side_area .side_title i {
  margin-right: 12px;
  vertical-align: middle;
  color: var(--main-color);
}

.side_area li a {
  color: var(--text-color);
}
.side_area ul.children li.cat-item a{
  padding-left: 1em;
}
.side_area ul.children li.cat-item a::before{
  content: "－";
}
.side_area li a:hover {
  color: var(--main-color) !important;
}

@media screen and (max-width: 640px) {
  .side_area {
    width: 100%;
    padding: 30px 20px;
  }
} */

/*==================================================================================================================================

  *ページャー

==================================================================================================================================*/
.pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-left: 10px;
  margin-top: 40px;
}
.page-numbers {
  min-width: 2.5em;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex!important;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .1em;
  margin-right: 10px;
  margin-bottom: 10px;
}
.page-numbers.current,
a.page-numbers:hover {
  background: var(--main-color);
  color: #fff;
}
a.page-numbers {
  text-decoration: none;
  transition: all 0.2s linear;
  background: var(--bg-color);
  color: var(--main-color);
}

.pager a:active {
  box-shadow: 0 0 3px rgb(0 0 0 / 0.4);
}

/*==================================================================================================================================

  *ページ一覧

==================================================================================================================================*/
.medical_list > li:not(:last-child) {
  margin-bottom: 80px;
}
.medical_list .btn00 {
  text-align: right;
  margin-top: 15px;
}
.medical_list .btn00 a {
  margin: 0;
}

/*==================================================================================================================================

  *料金表

==================================================================================================================================*/
.medical_price:not(:last-child) {
  margin-bottom: 60px;
}

.medical_price table {
  width: 100%;
}

.medical_price table:not(:last-child) {
  margin-bottom: 15px;
}

.medical_price table th {
  text-align: center;
  background-color: var(--bg-color);
}

.medical_price table tr td:nth-child(1) {
  width: 75%;
}

.medical_price table tr td:nth-child(2) {
  text-align: center;
  width: 25%;
}

.medical_price table th,
.medical_price table td {
  padding: 15px;
  border: 1px solid var(--border-color);
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .medical_price table tr td {
    display: block;
  }

  .medical_price table tr:first-child {
    display: none;
  }

  .medical_price table tr td:nth-child(1) {
    text-align: center;
    font-weight: bold;
    border-top: none;
    background: var(--bg-color);
    width: 100%;
  }

  .medical_price table tr:nth-child(2) td:nth-child(1) {
    border-top: 1px solid var(--border-color);
  }

  .medical_price table tr td:nth-child(2) {
    border-top: none;
    text-align: center;
    width: 100%;
  }
}