@charset "utf-8";

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

  base

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

/* ------------------------
  nav
------------------------*/
.subpage header {
  position: unset;
}


/* ------------------------
  kv
------------------------*/
.sub__kv {
  width: 100%;
  height: 210px;
}
.subpage .sub__kv__inner {
  width: 1400px;
  height: 100%;
  margin: auto;
  display: table;
}
.subpage__kv__ttl {
  display: table-cell;
  vertical-align: middle;
}
.subpage__kv__ttl h1 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 40px;
  line-height: 1.4em;
  font-weight: normal;
}
.subpage__kv__ttl .subttl {
  font-size: 18px;
  margin-top: 12px;
  display: block;
}
@media screen and (max-width: 1400px) {
  .subpage .sub__kv__inner {
      width: calc(100% - 50px);
      padding: 0 25px;
  }
}
@media screen and (max-width:750px) {
  .sub__kv {
    width: 100%;
    height: 120px;
  }
  .subpage__kv__ttl h1 {
    font-size: 25px;
  }
}

/* ------------------------
  contents
------------------------*/
.subpage .section__contents:first-child {
  margin-top: 114px;
}
iframe.movie {
  display: block;
  border-radius: 5px;
}
@media screen and (max-width:950px) {
  iframe.movie {
    width: 100%;
  }
}
@media screen and (max-width:750px) {
  iframe.movie {
    height: 182.8125px;
  }
}

/* ------------------------
  ttl
------------------------*/
.subpage h2{
  margin-top: 115px;
}
.subpage h2.wp-block-heading strong,
.subpage h3.wp-block-heading strong {
  font-weight: normal;
}
.feature_ttl::before {
  content: none;
}
.subpage h3 {
  width: auto;
  line-height: 1.4em;
  margin: 60px 0 25px;
  padding: 12px 20px 12px 40px;
  border-radius: 5px;
  background-color: #F5F5F5;
  position: relative;
}
.subpage h3::before {
  content: "";
  position: absolute;
  width: 6px;
  height: auto;
  display: inline-block;
  background-color: #000000;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: 12px auto;
  border-radius: 3px;
}
.subpage h4 {
  font-size: 1.2em;
  padding-left: 15px;
}
@media screen and (max-width:1099px) {
  .subpage h3 {
    font-size: 20px;
  }
}
@media screen and (max-width:750px) {
  .subpage h2 {
    margin-top: 60px;
  }
  .subpage h3 {
    margin: 40px auto 20px;
  }
}

/* ------------------------
  breadcrumbs
------------------------*/
.breadcrumbs {
  width: 1400px;
  font-size: 14px;
  margin: 20px auto auto;
}
.breadcrumbs a:hover {
  opacity: 0.5;
}
@media screen and (max-width:1400px) {
  .breadcrumbs {
    width: calc(100% - 50px);
    padding: 0 25px;
  }
}
@media screen and (max-width:750px) {
  .breadcrumbs {
    font-size: 12px;
  }
}

/* ------------------------
  list
------------------------*/
ul.wp-block-list {
  padding: 30px 40px;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 40px;
}
ul.wp-block-list li {
  text-indent: -16px;
  padding-left: 16px;
  margin-bottom: 8px;
}
ul.wp-block-list li:before {
  content: "●";
  font-size: 14px;
  margin-right: 4px;
  vertical-align: bottom;
}
ul.wp-block-list li:last-child {
  margin-bottom: 0;
}
ul.wp-block-list li > ul.wp-block-list {
  background-color: transparent;
  margin: 5px 0 20px;
  padding: 0;
  border: none;
  display: block;
}
ul.wp-block-list li > ul.wp-block-list li:before {
  content: "⚪︎";
  font-size: 14px;
}
@media screen and (max-width:750px) {
  ul.wp-block-list {
    padding: 20px 20px 20px 22px;
    margin-bottom: 20px;
  }
}

/* ------------------------
  anchor
------------------------*/
.wp-block-list:has(.anchor){
  border: 1px solid #000000;
  margin: 0 auto 100px;
  padding: 20px 50px;
  background-color: transparent;
}
.wp-block-list li.anchor {
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin-right: 25px;
}
.wp-block-list li.anchor::before {
  width: 6px;
  height: 6px;
  top: auto;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
}
.wp-block-list li.anchor::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(135deg);
  display: inline-block;
  right: -13px;
  left: auto;
}
.wp-block-list li.anchor a {
  width: 100%;
  display: block;
}
.anchor li {
  width: 24.2%;
  margin: 0 12px 12px 0;
  display: table;
}
.anchor li:nth-child(4n), .anchor li:last-child {
  margin-right: 0;
}
.anchor li a {
  width: 200px;
  height: 42px;
  font-size: 15px;
  line-height: 1.4em;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  padding: 20px 30px 20px 20px;
  position: relative;
}
.anchor li a:hover {
  background-color: #F5F5F5;
}
.anchor li a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(135deg);
}
@media screen and (max-width:1200px) {
  .anchor {
    width: calc(100% - 50px);
    padding: 0 25px;
  }
  .anchor li {
    width: 23.9%;
  }
  .anchor li a {
    width: 15vw;
    font-size: 14px;
    padding: 15px 26px 15px 15px;
  }
}
@media screen and (max-width:950px) {
  .wp-block-list:has(.anchor) {
    margin: 0 0 60px;
    padding: 10px;
  }
  .wp-block-list li.anchor {
    width: calc(100% - 25px);
    padding: 0 0 5px;
    text-indent: 0;
  }
  .anchor li:nth-child(2n) {
    margin-right: 0;
  }
  .section__content__innerblock .anchor {
    display: block;
    width: 100%;
    padding: 0;
  }
  .section__content__innerblock .anchor li {
    margin: 0 2% 2% 0;
    display: table;
    width: 100%;
  }
}

/* ------------------------
  wp-block-media-text
------------------------*/
.wp-block-media-text {
  margin-bottom: 60px;
}
.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content {
  padding: 0 8% 0 0 !important;
}
@media screen and (max-width:750px) {
  .wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content {
    width: 100%;
    padding-left: 0 !important;
    margin-top: 30px;
  }
}

/* ------------------------
  wp-block-columns
------------------------*/
.wp-block-columns {
  margin: 60px auto 0;
  gap: 5em;
}
.wp-block-columns .wp-block-image {
  margin-bottom: 20px;
}
.wp-block-columns .wp-block-image img {
  width: auto;
  object-fit: contain;
}
@media screen and (max-width:750px) {
  .wp-block-columns {
    width: 100%;
  }
}

/* ------------------------
  flow
------------------------*/
.vk_flow .vk_flow_frame {
  border: none !important;
  padding: 2.5rem !important;
  counter-reset: number 0;   
}
.vk_flow .vk_flow_frame_text_title {
  font-size: 1.5em !important;
  line-height: 1.2;
  font-weight: bold;
  border-bottom: 2px dotted #CCCCCC !important;
  padding-bottom: 20px !important;
  margin-bottom: 30px !important;
  counter-increment: mycounter;
}
.vk_flow .vk_flow_frame_text_title > span.step {
  font-size: 28px;
  font-weight: normal;
  margin-right: 20px;
}
.vk_flow .vk_flow_frame_text_title > .step .num {
  font-size: 1.4em;
  margin-left: 5px;
}
.vk_flow.vk_flow-arrow-on::after {
  background-size: 110px 110px !important;
  height: 62px !important;
  width: 67px !important;
  margin: 10px auto !important;
}
@media screen and (max-width:750px) {
  .vk_flow .vk_flow_frame {
    padding: 1.5rem !important;
  }
  .vk_flow .vk_flow_frame_text_title {
    margin: 0 0 10px !important;
    padding: 0 0 10px !important;
  }
  .vk_flow .vk_flow_frame_text_title > span.step {
    font-size: 20px;
    margin-right: 6px;
    display: block;
    margin-bottom: 8px;
  }
}

/* ------------------------
  FAQ
------------------------*/
.vk_faq {
  border: none !important;
  margin: 2rem auto !important;
}
.vk_faq .vk_faq_content {
  padding: 1.5rem 1.5rem 1.5rem 4rem !important;
}
.vk_faq .vk_faq_title {
  border: none !important;
  padding: 1rem 1rem 1rem 4rem !important;
}
.vk_faq .vk_faq_title:before,
.vk_faq .vk_faq_content:before {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  font-size: 1.8em !important;
  font-weight: bold !important;
}
.vk_faq .vk_faq_title:before {
  content: "Q." !important;
  left: 35px !important;
}
.vk_faq .vk_faq_content:before {
  content: "A." !important;
  height: auto !important;
  top: 1rem !important;
  bottom: 0;
  margin: auto;
  left: 35px !important;
}
.vk_faq .vk_faq_title p,
.vk_faq .vk_faq_content p {
  margin-left: 20px;
}
.vk_faq .vk_faq_content ul.wp-block-list {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-left: 20px;
}
@media screen and (max-width:750px) {
  .vk_faq {
    margin: 0rem auto !important;
  }
  .vk_faq .vk_faq_title {
    padding: 1rem 1rem 1rem 2rem !important;
  }
  .vk_faq .vk_faq_content {
    padding: 1.5rem 1.5rem 1.5rem 2rem !important;
  }
  .vk_faq .vk_faq_title:before {
    left: 8px !important;
  }
  .vk_faq .vk_faq_content:before {
    left: 10px !important;
  }
}

/* ------------------------
  contents margin
------------------------*/
.breadcrumbs {
  margin-bottom: 120px;
}
/* .subpage .section__contents {
  margin-bottom: 200px;
} */
.subpage .section__contents:last-child {
  margin-bottom: 215px;
}
.section__content__innerblock {
  margin-bottom: 60px;
}
.section__content__innerblock:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:1500px) {
  .breadcrumbs {
    width: calc(100% - 50px);
    padding: 0 25px;
  }
}
@media screen and (max-width:750px) {
  .breadcrumbs {
    margin-bottom: 60px;
  }
  .subpage .section__contents:last-child {
    margin-bottom: 90px;
  }
  .section__content__innerblock {
    margin-bottom: 40px;
  }
}

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

  doctor

=========================*/
#about_doctor .greeting {
  margin-bottom: 60px;
}
#about_doctor .greeting .greeting_comment h3 {
  width: 100%;
}
#about_doctor .greeting .greeting_comment {
  text-align: left;
}
#about_doctor .btn_wrap .btn_primary {
  width: 300px;
}
.description_list_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
}
.description_list_item {
  width: 48%;
}
.description_list_item .ttl__deco01 {
  margin-bottom: 20px;
}
.description_list_item > dl {
  width: 100%;
  font-size: 15px;
}
.description_list_item > dl dt, .description_list_item > dl dd {
  padding-left: 20px;
}
.description_list_item > .border__list {
  width: 100%;
  font-size: 15px;
}
#parttime_doctor .panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#parttime_doctor .panel > li {
  width: calc(49% - 40px);
  background-color: #F5F5F5;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 2%;
}
#parttime_doctor .panel > li:last-child {
  margin-bottom: 0;
}
#parttime_doctor .panel > li h3 {
  width: 100%;
  text-align: left;
  display: block;
  margin: 0 0 15px 0;
}
#parttime_doctor .panel > li h3 span {
  font-size: 0.6em;
}
#parttime_doctor .panel > li h3 .fa-arrow-up-right-from-square:before {
  font-size: 16px;
}
#alignment .border__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#alignment .border__list .btn a {
  padding: 4px 20px;
  font-size: 12px;
  margin: 10px 0 15px;
}
#alignment .alignment_map {
  width:100%;
  height:100%;
  overflow:hidden;
}
#alignment iframe {
  margin-top:-80px;
  border-radius: 10px;
}
#alignment .i4ewOd-pzNkMb-haAclf {
  display: none !important;
}
@media screen and (max-width:950px) {
  #about_doctor .btn_wrap.w50 {
    width: 70%;
  }
  .description_list_box {
    display: block;
    margin: 40px 0;
  }
  .description_list_item {
    width: 100%;
    margin-bottom: 60px;
  }
  .description_list_item > .border__list,
  .description_list_item > dl {
    width: 100%;
  }
  #alignment .alignment_map iframe {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width:750px) {
  #about_doctor .btn_wrap .btn_primary {
    width: 100%;
  }
  #about_doctor .btn_wrap.w50 {
    width: 100%;
  }
  #parttime_doctor .panel {
    display: block;
  }
  #parttime_doctor .panel > li {
    width: calc(100% - 40px);
    margin-bottom: 20px;
  }
  #alignment .border__list li {
    display: block;
    padding-left: 0;
  }
  #alignment .border__list .btn a {
    margin: 15px 0 10px;
  }
}

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

  clinic_overview

=========================*/
@media screen and (max-width:750px) {
  #clinic_facility iframe {
    width: 100%;
    height: 400px;
  }
}


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

  news

=========================*/
#news_list .news_item, #column_list .column_item {
  margin-bottom: 50px;
  text-align: left;
}
#news_list .news_item:last-child,
#column_list .column_item:last-child  {
  margin-bottom: 0;
}
#news_list .news_item_inner, #column_list .column_item_inner {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 15px;
}
#news_list .news_item_inner dd, #column_list .column_item_inner dd {
  width: 20%;
}
#news_list .news_item_inner h3, #column_list .column_item_inner h3 {
  width: 80%;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
#news_list .news_item_inner h3 {
  margin-top: 0;
}
#news_list .news_item_inner .ttl {
  font-size: 1.2em;
}
#news_list .news_item_inner h3::after {
  content: none;
}
#news_list .day_cat {
  display: flex;
  margin-bottom: 25px;
}
#news_list .day {
  margin-left: 20px;
}
#news_post .post_contents, #news_post h2,
#column_post .post_contents, #column_post h2 {
  text-align: left;
}
#news_post .post_ttl,
#column_post .post_ttl {
  margin-bottom: 60px;
}
#news_post .post_ttl .day_cat,
#column_post .post_ttl .day_cat {
  display: flex;
  gap: 1em;
  align-items: center;
}
#news_post .post_ttl h2,
#column_post .post_ttl h2 {
  padding: 0 0 15px 0;
}
#news_post .h2_date, #column_post .h2_date {
  margin-bottom: 15px;
}
#news_post h2, #column_post h2, #news_post h3, #column_post h3 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#news_post h2, #column_post h2 {
  font-size: 40px;
  margin: 20px 0 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #CCCCCC;
}
#news_post h2::before, #column_post h2::before {
  content: none;
}

#news_post .news_content_box h1,
#news_post .news_content_box h2,
#news_post .news_content_box h3,
#news_post .news_content_box h4,
#column_post .column_content_box > h1,
#column_post .column_content_box > h2,
#column_post .column_content_box > h3,
#column_post .column_content_box > h4 {
  line-height: 1.4em;
  margin-bottom: 20px;
}
#news_post .news_content_box h1,
#column_post .news_content_box > h1,
#column_post .column_content_box > h1 {
  font-size: 50px;
  line-height: 1.0;
}
#news_post .news_content_box h2,
#column_post .news_content_box > h2,
#column_post .column_content_box > h2 {
  font-size: 40px;
  border: none;
  padding: 0;
}
#news_post .news_content_box h3,
#column_post .news_content_box > h3,
#column_post .column_content_box > h3 {
  font-size: 30px;
}
#news_post .news_content_box h4,
#column_post .news_content_box > h4,
#column_post .column_content_box > h4 {
  font-size: 20px;
}
.news_content_box a:hover, .column_content_box a:hover {
  opacity: 0.6;
}
/* ul ol */
.news_content_box ul, .news_content_box ol,
.column_content_box ul, .column_content_box ol,
.symptoms-serch_content_box ol {
  margin-bottom: 40px;
}
.news_content_box ol, .column_content_box ol, .symptoms-serch_content_box ol {
  list-style: decimal;
}

/* 画像 */
.news_content_box img, .column_content_box img {
  border-radius: 5px;
}
.news_content_box img.alignleft, .column_content_box img.alignleft {
  width: 350px;
  float: left;
}
.news_content_box img.alignright, .column_content_box img.alignright {
  width: 350px;
  float: right;
}

/* 引用 */
.news_content_box blockquote, .column_content_box blockquote {
  position: relative;
  margin-bottom: 40px;
  padding: 38px 15px 15px;
  box-sizing: border-box;
  font-style: italic;
  text-align: left;
  background: #efefef;
  color: #555555;
}
.news_content_box blockquote:before, .column_content_box > blockquote:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}
.news_content_box blockquote p, .column_content_box > blockquote p {
  padding: 0;
  margin-bottom: 5px;
  line-height: 1.7;
}
.news_content_box blockquote cite, .column_content_box > blockquote cite {
  display: block;
  text-align: left;
  color: #888888;
  font-size: 0.9em;
}

/* 前の記事、次の記事 */
.page_back_next {
  margin-top: 115px;
}
.page_back_next li {
  margin-right: 10px;
}
.page_back_next li:last-child {
  margin-right: 0;
}
.back_next a {
  background-color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  display: block;
}
.back_next a:hover {
  background-color: #000000;
}
@media screen and (max-width:750px) {
  #news_list .news_item_inner a,
  #column_list .news_item_inner a {
    display: block;
  }
  #news_post .post_ttl h2, #column_post .post_ttl h2 {
    font-size: 28px;
  }
  #news_post .news_content_box h2,
  #news_post .news_content_box h2, #column_post .news_content_box > h2, #column_post .column_content_box > h2 {
    font-size: 26px;
    padding: 0;
  }
  #news_list .news_item_inner dd,
  #news_list .news_item_inner h3,
  #column_list .news_item_inner dd,
  #column_list .news_item_inner h3 {
    width: 100%;
    font-size: 14px;
  }
  #news_post .news_content_box h3,
  #column_post .news_content_box > h3,
  #column_post .column_content_box > h3 {
    font-size: 20px;
  }
  #news_post .post_ttl, #column_post .post_ttl {
    margin-bottom: 40px;
  }
  .news_content_box img.alignleft,
  .news_content_box img.alignright,
  .column_content_box img.alignleft,
  .column_content_box img.alignright {
    width: 100%;
    float: unset;
  }
  .page_back_next {
    margin-top: 60px;
  }
  .page_back_next .btn a {
    font-size: 13px !important;
  }
  .back_next a {
    padding: 8px 15px;
  }
}

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

  404

=========================*/
#error404 {
  text-align: center;
  padding-top: 120px;
}
#error404 h2 {
  width: fit-content;
  font-size: 4em;
  line-height: 1.0em;
  margin: 0 auto 40px;
}
#error404 h3 {
  font-size: 2em;
  line-height: 1.4em;
  margin-bottom: 50px;
}
#error404 .error404_txt {
  margin-bottom: 60px;
}
#error404 .error404_txt p {
  text-align: center;
}
#error404 h2::before {
  vertical-align: baseline;
}

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

  page navi

=========================*/
.wp-pagenavi {
  text-align: center;
  margin: 60px auto;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #CCCCCC;
	background-color: #FFFFFF;
	padding: 12px 19px;
	margin: 0 5px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border: 1px solid #CCCCCC;
  border-radius: 5px;
}
.wp-pagenavi a:hover{
	color: #FFFFFF;
	background-color: #CCCCCC;
}
.wp-pagenavi span.current {
	color: #FFFFFF;
	background-color: #CCCCCC;
}
.wp-pagenavi span.pages,
.wp-pagenavi a.last, .wp-pagenavi a.first {
  border-radius: 4px;
}
@media screen and (max-width:750px) {
  .wp-pagenavi {
    margin-top: 40px;
  }
  .wp-pagenavi span.pages,.wp-pagenavi a.first,
  .wp-pagenavi a.last {
    display: none;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 14px;
  }
}