@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ==================================サイト全体=================================== */
body {
  font-family:
   "Helvetica Neue",
   "Tsukushi A Round Gothic",
   "筑紫A丸ゴシック",
   -apple-system,
   BlinkMacSystemFont,
  "M PLUS Rounded 1c",
  "Hiragino Sans",
  "Hiragino Kaku Gothic ProN",
  Meiryo,
  sans-serif;
  color: #3b3226;
  font-weight:400;
}

:root{
  --main: #25868e;
  --ma-80: #25868ecc;
  --ma-50: #25868e80;
  --ma-25: #25868e40;
  --accent: #AF8D7B;
  --ac-80: #c4a38acc;
  --ac-50: #c4a38a80;
  --ac-25: #c4a38a40;
  --ac-10: #c4a38a1a;	
  --bg: #f8eedb;
  --bg-sub: #e9f6f6;
  --text: #3b3226;
}




/* =====================================================
  ヘッダーメニュー
===================================================== */
#header #gnav .c-gnav{
  justify-content: center;
  gap: 0;
}

#header .c-gnav > li{
  position: relative;
/*   padding: 0 12px; */
}

#header .c-gnav > li > a{
  position: relative;
  display: block;
}

/* =====================================================
  ヘッダーメニュー アイコン（上に表示）
===================================================== */
/* #header{
  position: relative;
  z-index: 1000;
}

.main-visual{
  position: relative;
  z-index: 0;
} */
/* PCだけ子メニュー表示のために開放 */
@media (min-width: 769px){
  #header{
    overflow: visible !important;
  }
}

/* スマホは元に戻す */
@media (max-width: 768px){
  #header{
    overflow: hidden !important;
  }
}
@media (max-width: 768px){
  #sp_menu{
    z-index: 99999 !important;
  }

  .p-spMenu{
    z-index: 99999 !important;
  }

  #header{
    z-index: 1000;
  }
}
#header .c-gnav > li > a{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}


/* ホーム */
.menu-home > a::before{
  content: "\f015";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* 診療案内 */
.menu-medical > a::before{
  content: "\f0f1";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* 予防接種 */
.menu-vaccine > a::before{
  content: "\f48e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
/* 乳幼児健診 */
.menu-checkup > a::before{
  content: "\f77c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
/* 一般 */
.menu-pediatric > a::before{
  content: "\f1ae";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
/* 循環器 */
.menu-cardiology > a::before{
  content: "\f21e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
/* 外科 */
.menu-surgery > a::before{
  content: "\f0fe";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* 初めて */
.menu-first > a::before{
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* 当院 */
.menu-clinic > a::before{
  content: "\f7f2";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}


/* ニュース */
.menu-news> a::before{
  content: "\f044";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* アクセス */
.menu-access > a::before{
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* アイコン共通 */
#header .c-gnav > li > a::before{
  font-size: 20px;
  line-height: 1;
  color:var(--ma-80);
}
.c-smallNavTitle {
    color: inherit;
    font-size: 12px;
    line-height: 1;
    opacity: .8;
	color: var(--main);
}
/*メニューアイコンホバー*/
#header .c-gnav > li > a::before{
  display: inline-block;
  transition: transform 0.25s ease, filter 0.25s ease;
}

/* ホバー（liに変更） */
#header .c-gnav > li:hover > a::before{
  transform: translateY(-3px);
  filter: drop-shadow(0 2px 2px rgba(0,0,0,0.1));
}
/* =====================================================
  右上の「住所＋電話」横並び（769px以上）
===================================================== */
@media (min-width: 769px){
  .clinic-header-info{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    flex-wrap: nowrap;
    text-align: right;
  }

  .header-address{
    margin: 0;
    line-height: 1.4;
    white-space: nowrap;
	letter-spacing: 0.1em;
  }

  .header-tel{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    white-space: nowrap;
    text-decoration: none;
    color: #3b3226;
	font-size:24px;
  }

  .tel-icon{
    line-height: 1;
    display: inline-flex;
    align-items: center;
	font-size: 20px;
  }

  .tel-number{
    line-height: 1;
  }
}


/* =====================================================
  ヘッダー2段構成（769px以上）
  上段：ロゴ＋右側情報
  下段：メニュー
===================================================== */
@media (min-width: 769px){

  #header .l-header__inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 0 !important;
  }

  #header .l-header__logo{
    flex: 0 0 auto;
  }
	

  #header .w-header_pc{
    flex: 1 1 auto;
    margin-left: auto;
  }

  #header #gnav{
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    margin-top: 0;
  }

  #header #gnav .c-gnav{
    justify-content: space-around;
  }

  #header #gnav .c-gnav > li > a{
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .header-info{
    text-align: center;
    white-space: nowrap;
    margin: 0 0 10px 0;
    font-size: .8rem !important;
    line-height: 1.4;
	letter-spacing:0.05em;  
}
  }
@media (min-width: 769px){
  #header .header-info{
    margin-bottom: 10px !important;
  }
}
.c-gnav {
    max-width: 1200px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0;
}
@media (min-width: 960px) {
    .-series .l-header__logo {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        margin-right: 0;
		margin-left:100px;
        padding: 16px 0 0;
    }
}

/* =====================================================
  769px〜959pxでも右上情報を表示
===================================================== */
@media (min-width: 769px) and (max-width: 959px){

  #header .w-header_pc{
    display: block !important;
    flex: 1 1 auto;
    margin-left: auto;
  }

  #header .w-header,
  #header .w-header__inner{
    display: block !important;
  }

  .header-info{
    text-align: right;
    white-space: nowrap;
    margin: 0 0 4px 0;
    font-size: .8rem !important;
    line-height: 1.4;
	letter-spacing:0.05em;
  }

  .clinic-header-info{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    text-align: right;
  }

  .header-address{
    font-size: .8rem;
    line-height: 1.4;
    white-space: nowrap;
    margin: 0;
  }

  .header-tel{
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    margin: 0;
    text-decoration: none;
    color: #3b3226;
  }

  .tel-number{
    font-size: 20px;
    line-height: 1;
  }

  .tel-icon{
    font-size: 18px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
  }
}



@media (max-width: 768px){
  .clinic-header-info{
    display: none;
  }
}

@media (max-width: 800px) and (min-width: 769px){
	 .clinic-header-info{
    gap: 10px;
  }
}
/*---------------------------------メニュー項目設定*/
/* 親メニュー文字 */
#header .c-gnav > .menu-item > a .ttl,
#fix_header .c-gnav > .menu-item > a .ttl{
  font-size:16px;
}

/* ホバー */
#header .c-gnav > .menu-item:hover > a .ttl,
#fix_header .c-gnav > .menu-item:hover > a .ttl{
  color: #25868ecc;
}


/* 下線消す */
#header .c-gnav > .menu-item > a::after,
#fix_header .c-gnav > .menu-item > a::after{
  content:none !important;
}



@media (min-width: 769px) {
    .-parallel .l-header__gnav {
        background-color: #fff;
        color: #3b3226;
    }
}


/* ------------------子メニュー*/
#header .c-gnav .sub-menu{
  border-radius: 12px !important;
  padding: 8px 0;
  background: #ffffff;
/*   box-shadow: 0 8px 20px rgba(0,0,0,0.08); */
  border: none;
}
/* #header .c-gnav .sub-menu li > a::before{
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  display: inline-block;
} */

/* 各項目 */
#header .c-gnav .sub-menu li a{
  padding: 12px 20px;
  border-radius: 8px;
  margin: 4px 8px;
  transition: all 0.2s ease;
}

/* ホバー */
 #header .c-gnav .sub-menu li a:hover{
  background: #f0f8f8;
}
#header .c-gnav .sub-menu{
  width:180px;
  max-width: 90vw; 
}
#header .c-gnav .sub-menu li a{
  padding: 12px 20px 12px 36px; /* ← 左だけ増やす */
}
#header .c-gnav .sub-menu li a::before{
  left: 10px;   /* ← 矢印の位置 */
}
 .sub-menu .ttl:hover{
  color:#25868e;
} 

/* 769〜959px（タブレット）：PCメニュー表示を維持 */
@media screen and (min-width: 769px) and (max-width: 959px){
  #gnav{ display: block !important; }
  #sp_menu{ display: none !important; }
  .l-header__menuBtn{ display: none !important; }
  .l-header__logo{ order: 0; }
  .-series-right .c-gnavWrap{ margin-left: auto; }
}

/* 959px以下：ヘッダー内padding（重複していたので1本化）*/
@media screen and (max-width: 959px){
  .l-header__inner{ padding: 10px;
	}
  .-img .c-headLogo__link{ padding: 0; 
	}
}
/*親メニュークリック不可*/
.menu-item-has-children > a{
  pointer-events: none;
  cursor: default;
}
@media(max-width: 768px){
.l-header__logo{
    margin:0 auto;
}
}

/* =================================追従ヘッダー（769px以上)====================================== */
@media (min-width: 769px){

  /* 追従ヘッダー本体 */
/* 追従ヘッダーの高さ調整 */
	
  #fix_header{
    top: 0 !important;
    transform: translateY(0) !important;
    margin-top: 0 !important;
    z-index: 9999;
  }

  /* ロゴ非表示 */
  #fix_header .l-fixHeader__logo{
    display: none !important;
  }
 #fix_header .c-gnav > li > a::before{
  font-size: 20px;
  line-height: 1;
  color:var(--ma-80);
	margin-bottom:4px;
}

  /* ブログパーツ・右側情報を非表示 */
  #fix_header .w-header,
  #fix_header .w-header__inner,
  #fix_header .w-header__item,
  #fix_header .widget_custom_html,
  #fix_header .textwidget,
  #fix_header .p-blogParts,
  #fix_header .clinic-header-info,
  #fix_header .header-info,
  #fix_header .header-address,
  #fix_header .header-tel,
  #fix_header .header-navbar__add,
  #fix_header .header-navbar br{
    display: none !important;
  }

  /* 内側レイアウト */
  #fix_header .l-fixHeader__inner{
    display: flex;
    align-items: center;
    justify-content: center !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* ナビ包みのauto寄せを無効化 */
  #fix_header .c-gnavWrap{
    margin-left: 0 !important;
  }

  /* ナビ領域 */
  #fix_header #gnav,
  #fix_header .l-fixHeader__gnav{
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: 100%;
    max-width: 1000px;
    height: 80px;
    margin: 0;
    padding: 0 14px;
  }

  /* メニュー本体 */
  #fix_header .c-gnav{
    display: flex;
    width: 100% !important;
    justify-content: center !important;
    align-items: center;
    gap: 0;
  }

  /* 各メニュー */
  #fix_header .c-gnav > li{
    flex: 1 1 0;
    text-align: center;
  }

  /* リンク */
  #fix_header .c-gnav > li > a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 4px !important;
    line-height: 1.2;
  }

  /* タイトル */
  #fix_header .c-gnav > li > a .ttl{
    font-size: 15px;
  }

  /* 英字 */
  #fix_header .c-gnav > li > a .subttl{
    font-size: 0.9em;
  }

  /* header-navbar が残る場合の保険 */
  #fix_header .header-navbar{
    display: flex;
    align-items: center;
    gap: 12px;
  }

  #fix_header .header-navbar__tel{
    white-space: nowrap;
  }

  /* hover */
  #fix_header .c-gnav > li > a:hover{
    color: #25868ecc !important;
  }

  #fix_header .c-gnav > li > a:hover::before{
    color: #25868ecc !important;
  }

  /* 子メニュー */
  #fix_header .c-gnav > li.menu-item-has-children{
    position: relative;
  }

  #fix_header .c-gnav > li.menu-item-has-children > .sub-menu{
    top: 100% !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-radius: 0 0 10px 10px;
  }
	
	/* =====================================================
  追従ヘッダーの子メニュー調整
===================================================== */
#fix_header .c-gnav .sub-menu{
  width: 180px;
  max-width: 90vw;
  border-radius: 12px !important;
  padding: 8px 0;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

#fix_header .c-gnav .sub-menu li a{
  padding: 12px 20px;
  margin: 4px 8px;
  border-radius: 8px;
  line-height: 1.6;
}

#fix_header .c-gnav .sub-menu li a:hover{
  background: #f0f8f8;
}
#fix_header .c-gnav .sub-menu li a{
  padding: 12px 20px 12px 36px; /* ← 左だけ増やす */
}
#fix_header .c-gnav .sub-menu li a::before{
  left: 10px;   /* ← 矢印の位置 */
}

  /* 特定メニューの余白 */
  #fix_header .c-gnav > li.menu-header-contact{
    margin-left: 50px !important;
  }
}

/*--------------------------------スマホ設定--------------------------------*/
@media screen and (min-width: 769px){
  .l-header__customBtn{ display: none; }
}

.l-header__customBtn,
.l-header__menuBtn{
  width: 60px;
  height: 60px;
/*   border-radius: 16px; */
}
.l-header__customBtn{
	display:none;
/*   border-radius: 10px; */
}
.c-iconBtn__icon{
  display: block;
  font-size: 24px;
}
.l-header__menuBtn{
  background-color: #dfd7cd;
  border-radius: 10px;
}
.c-iconBtn{
  color: #3b3226;
/*   border-radius: 16px; */
  gap: 4px;
}
.c-iconBtn__label {
	font-size: 12px;
}



  /*==================================メインビジュアル================================*/

/*h２項目の下の文字設定*/
.h2-bottom{
	color:var(--main);
}
/*h2前アイコン*/
.page-section .post_content h2 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-section .post_content h2::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("/images/icon.webp") no-repeat center / contain;
}



.clinic-mainvisual {
  position: relative;
  overflow: hidden;
  height: 800px;
  background: #fff;
	width: 100vw;
  margin-left: calc(50% - 50vw);

}

/* .clinic-mainvisual__bg {
  position: absolute;
  inset: 0;
  background-image:
  linear-gradient(
    90deg,
    #fff 0%,
    #fff 5%,
    rgba(255, 255, 255, 0.96) 18%,
    rgba(255, 255, 255, 0.92) 30%,
    rgba(255, 255, 255, 0.45) 46%,
    rgba(255, 255, 255, 0.08) 60%,
    rgba(255, 255, 255, 0) 72%
  ),

    url("/images/clinic01-1.webp");
  background-size: 100% 100%, cover;
  background-position: center center, center  center;
  background-repeat: no-repeat, no-repeat;
}
 */
.clinic-mainvisual {
  position: relative;
  overflow: hidden;
	background: #fff;
}

.clinic-mainvisual__bg-slider {
  position: absolute;
  inset: 0;
  z-index: 1; 
}

.clinic-mainvisual__bg {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-size: 100% 100%, cover;
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
  animation: clinicMvCrossFade 18s linear infinite;
  animation-fill-mode: both;
}

.clinic-mainvisual__bg--1 {
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.92) 26%,
      rgba(255, 255, 255, 0.45) 42%,
      rgba(255, 255, 255, 0.08) 56%,
      rgba(255, 255, 255, 0) 70%
    ),
    url("/images/clinic01-1-e1777178249910.webp");
  animation-delay: 0s;
	
}

.clinic-mainvisual__bg--2 {
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.92) 26%,
      rgba(255, 255, 255, 0.45) 42%,
      rgba(255, 255, 255, 0.08) 56%,
      rgba(255, 255, 255, 0) 70%
    ),
    url("/images/clinic09-e1777017923548.webp");
  animation-delay: -12s;
}

.clinic-mainvisual__bg--3 {
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.92) 26%,
      rgba(255, 255, 255, 0.45) 42%,
      rgba(255, 255, 255, 0.08) 56%,
      rgba(255, 255, 255, 0) 70%
    ),
    url("/images/clinic37-e1777178133978.webp");
  animation-delay: -6s;
}

@keyframes clinicMvCrossFade {
  0%   { opacity: 1; }
  26%  { opacity: 1; }
  36%  { opacity: 0; }
  90%  { opacity: 0; }
  100% { opacity: 1; }
}

.mv-top__leaf,
.clinic-mainvisual__inner,
.clinic-mainvisual__wave {
  position: relative;
  z-index: 2;
}


.clinic-mainvisual__inner {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1800px;
  height: auto;
  margin: 0;
  padding: 0 100px;
  display: flex;
  align-items: center;
  transform: translate(-50%, -55%);
  box-sizing: border-box;
}

/*キャッチコピーの幅*/
.clinic-mainvisual__content {
  max-width: 520px;
}

/*キャッチコピーの字の指定*/
.clinic-mainvisual__title {
  margin: 0;
  color: #4b3d34;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.clinic-mainvisual__title {
  text-shadow:
    0 0 4px #fff,
    0 0 10px #fff,
    0 0 22px rgba(255, 255, 255, 0.9),
    0 0 36px rgba(255, 255, 255, 0.75);
}

/*spanカラー*/
.clinic-mainvisual__title span {
  color: #2f8f91;
/* 	font-size:18px;
	letter-spacing:0; */
}
/*キャッチコピー下の言葉*/
.clinic-mainvisual__text {
  margin: 24px 0 0;
  color: #444;
  font-size: 16px;
  line-height: 2;
	margin-bottom: 40px;
}
/*新規開院*/

.clinic-mainvisual__buttons {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 20px;
  flex-wrap: nowrap;
}
.mv-button {
  width: 250px;
  height: 76px;
  padding: 18px ;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.3;
	
}

/* 新規開院 */
.mv-button--notice {
  position: relative;
/*   justify-content: flex-start; */
/*   padding-left: 84px; */
  color: #4b3d34;
  background: rgba(255, 255, 255, 0.92);
  border: 1.5px solid #e4b844;
}

.mv-button--notice span {
  font-size: 18px;
  letter-spacing: 0.08em;
  text-align: center;
}

.mv-button__icon {
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  object-fit: contain;
}

/* WEB予約 */
.mv-button--web {
  justify-content: center;
  color: #3e9ea6;
  background: rgba(255, 255, 255, 0.92);
  border: 1.5px solid #7ebcc1;
  text-align: center;
}

.mv-button--web span {
  font-size: 18px;
  letter-spacing: 0.08em;
}

.clinic-mainvisual__wave {
  position: absolute;
  left: -15%;
  right: 0;
  bottom: 0;
  height: 120px;
}

/* 共通 */
.wave {
  position: absolute;
  width: 120%;
  height: 100%;
  display: block;
}

/* 白い波（下） */
.wave-white {
  bottom: 0;
  z-index: 2;
  color: #fff;
}

/* 色付きの波（上） */
.wave-color {
  bottom: 20px; /* ←ここでズラす */
  z-index: 1;
  color: #D3EEE7; /* 好きな色に変更OK */
}

/* 塗り */
.wave path {
  fill: currentColor;
}




.mv-top__leaf {
  position: absolute;
  top: 0px;
  left: 10px;
  z-index: 2;
  width: 600px;
  height: auto;
  opacity: 0.35;
}
.mv-button--web i {
  margin-left: 10px;
}
 @media(max-width: 959px) {
.clinic-mainvisual__inner {
  padding: 0 60px;
}
.clinic-mainvisual {
  height: 600px;
}
}

 @media(max-width: 768px) {
.clinic-mainvisual__inner {
  margin: 0;
  padding: 0 20px;
}
	 
.clinic-mainvisual__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
	margin-bottom: 40px;
}
.clinic-mainvisual__title {
  text-shadow:
    0 0 4px #fff,
    0 0 10px #fff,
    0 0 22px rgba(255, 255, 255, 0.9),
    0 0 36px rgba(255, 255, 255, 0.75);
}


/*キャッチコピー下の言葉*/
.clinic-mainvisual__text {
  font-size: 16px;
	line-height:1.5;
  margin: 16px 0 0;
	margin-bottom: 40px;
}	 
/*新規開院*/
.clinic-mainvisual__buttons {
  display: flex;
  flex-wrap: wrap;
}

.mv-button {
  min-width: 220px;
  padding: 14px 22px;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  background: rgba(255, 255, 255);
/*   backdrop-filter: blur(4px);	 */
}

/*新規開院文字指定*/
.clinic-mainvisual__buttons span{
	font-size:18px;
	letter-spacing: 0.1em;
	text-align: center;	
/* 	margin: 0 50px; */
}

.mv-button--notice {
  position: relative;
  overflow: hidden;
	min-width:140px;
  min-height: 30px;
  padding: 8px;
	margin-top: 20px;
	color: #4b3d34;
  border: 1px solid #e4b844;
}
	 
.clinic-mainvisual__buttons span {
  position: relative;
  z-index: 2;
  font-weight: 600;
}

.mv-button__icon {
  position: absolute;
  z-index: 1;
  right: 160px;
  bottom: 16px;
  width: 40px;
  pointer-events: none;
}	

}






@media (max-width: 600px) {
  .clinic-mv {
    position: relative;
    overflow: hidden;
    height: 400px;
    background: #fff;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .clinic-mv__bg-slider {
    position: absolute;
    inset:  0 ;
    z-index: 1;
  }

  .clinic-mv__bg {
    position: absolute;
    inset: 0;
    opacity: 0;
/* 		filter: blur(2px); */
    background-size: 100% 100%, cover;
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
    animation: clinicMvCrossFadeSp 24s linear infinite;
    animation-fill-mode: both;

  }

  .clinic-mv__bg--1 {
    background-image:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.96) 0%,
        rgba(255, 255, 255, 0.92) 26%,
        rgba(255, 255, 255, 0.45) 42%,
        rgba(255, 255, 255, 0.08) 56%,
        rgba(255, 255, 255, 0) 70%
      ),
      url("/images/clinic01-1-e1777178249910.webp");
    animation-delay: 0s;
  }

  .clinic-mv__bg--2 {
    background-image:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.96) 0%,
        rgba(255, 255, 255, 0.92) 26%,
        rgba(255, 255, 255, 0.45) 42%,
        rgba(255, 255, 255, 0.08) 56%,
        rgba(255, 255, 255, 0) 70%
      ),
      url("/images/clinic09-e1777017923548.webp");
    animation-delay: -16s;
  }

  .clinic-mv__bg--3 {
    background-image:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.96) 0%,
        rgba(255, 255, 255, 0.92) 26%,
        rgba(255, 255, 255, 0.45) 42%,
        rgba(255, 255, 255, 0.08) 56%,
        rgba(255, 255, 255, 0) 50%
      ),
      url("/images/clinic77-e1777179762667.webp");
    animation-delay: -8s;
  }

  @keyframes clinicMvCrossFadeSp {
    0%   { opacity: 1; }
    26%  { opacity: 1; }
    36%  { opacity: 0; }
    90%  { opacity: 0; }
    100% { opacity: 1; }
  }
}
	 
.clinic-mv__inner {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1800px;
  height: auto;
  margin: 0;
  padding:0 20px;
  display: flex;
  align-items: center;
  transform: translate(-50%, -55%);
  box-sizing: border-box;
}


.clinic-mv__content {
  max-width: 520px;
}
  

.clinic-mv__title {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
	font-weight:600;
}
.clinic-mv__title {
  text-shadow:
    0 0 4px #fff,
    0 0 10px #fff,
    0 0 22px rgba(255, 255, 255, 0.9),
    0 0 36px rgba(255, 255, 255, 0.75);
}

/*spanカラー*/
.clinic-mv__title span {
  font-size:14px;
	letter-spacing:0;
	color: var(--main);
}
	 

.clinic-mv__text {
  font-size: 14px;
	line-height:1.5;
  margin: 16px 0 0;
	font-weight:500;
}	 



.clinic-mv__buttons {
  display: flex;
  align-items: stretch;
  gap: 16px;
  flex-wrap: nowrap;
  margin-top: 30px;
}

.mv-button1 {
  min-width: 150px; 
  padding: 10px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.7);
}

.mv-button1--notice {
  color: #4b3d34;
  border: 1px solid #e4b844;
  gap: 6px;
}

.mv-button1--notice span {
  margin: 0;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: 600;
	line-height:1.5;
}

.mv-button1__icon {
/*   position: static; */
  width: 36px;
  height: auto;
/*   object-fit: contain; */
/*   flex-shrink: 0; */
}

.mv-button1--web {
  color: #3e9ea6;
  border: 1.5px solid #7ebcc1;
}

.mv-button1--web span {
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
	line-height:1.5;
	letter-spacing: 0.06em;
}








.clinic-mv__wave {
  position: absolute;
	width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  height: 50px;
  color: #fff;
}
	 
.clinic-mv__wave svg {
  width: 170%;
  height: 100%;
  display: block;
	transform: translateX(-35%);
}


.clinic-mv__wave path {
  fill: #fff;
  stroke: none;
}


.clinic-mv__wave path {
  fill: currentColor;
}


.mv1-top__leaf {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 600px;
  height: auto;
  opacity: 0.35;
  
}	 
	


@media (max-width: 400px) {
.clinic-mv {
  height: 350px;
	}

.clinic-mv__title span {
	font-size:12px;
	letter-spacing:0;
	margin-bottom:20px;
}	

.clinic-mv__wave {
    bottom: 0px;
    width: 100%;
  }

 .clinic-mv__title {
	 font-size:18px;
	 letter-spacing: 0.02em;
	}
.clinic-mv__text {
  letter-spacing: 0.01em;
	font-size: 14px;
}
.clinic-mv__inner {
    padding: 0 20px;
  }	

.clinic-mv__buttons span{
	font-size:15px;
	text-align: center;	
}

.mv-button1 {
  min-width: 150px; 
  padding: 8px;
  }

.mv-button1__icon {
  width: 30px;
}
.mv-button1--notice {
  gap: 2px;
}
}
 @media(min-width: 601px) {
.clinic-mv{
	display: none !important;
	 }
}
@media(max-width: 600px) {
	.clinic-mainvisual{
		 display: none;
	 }	 
}
@media(min-width: 767px) {
.p-fixBtnWrap {
        bottom: 3px !important;
        right: 2.5em;
    }
}


/* 中央キャッチコピー */
/* .mv-copy{
  position: absolute;
  inset: 0;
  display: flex;
  top: 0%;
  left: 0;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 2;
  pointer-events: none;
} */
/* 
.mv-copy p{
  margin: 0;
  text-align: center;
  color: var(--swl-text_color, #3b3226);
  font-size: clamp(1.1rem, 2.7vw, 2rem);
	font-family:    "Helvetica Neue",
   "Tsukushi A Round Gothic",
   "筑紫A丸ゴシック",
   -apple-system,
   BlinkMacSystemFont,
   "Hiragino Sans",
   "Hiragino Kaku Gothic ProN",
   Meiryo,
   sans-serif;
  line-height: 1.8;
  font-weight: 600;
   text-shadow:
    0 0 10px rgba(255,255,255,.95),
    0 0 12px rgba(255,255,255,.92),
    0 0 20px rgba(255,255,255,.95),
    0 0 32px rgba(255,255,255,.95); 
} */
/* @media (max-width:959px){
	.mv-copy{
		top: -10%;
		left:5%;
	}
} */
/* @media (max-width:959px){
	.p-mainVisual__textLayer{
		display: none;
	}
} */

.time {
  white-space: nowrap !important;
}
.wp-block-table td, .wp-block-table th {
    padding: 4px;
/* 	min-width:40px !important; */
}
@media(max-width:600px){
.wp-block-table td, .wp-block-table th {
    padding: 4px;
	min-width:10px !important;
}
}
@media(max-width:600px){
.schedule-table th:first-child,
.schedule-table td:first-child{
  width: 110px; 
}
}
@media(max-width:600px){
	.time {
  font-size:14px !important;
  white-space: nowrap !important;
}
}
/* テーブル全体 */
.schedule-table{
  width:100%;
  border-collapse:collapse;
  text-align:center;
}
.schedule-table th:nth-child(-n+7),
.schedule-table td:nth-child(-n+7){
  border-bottom:1px solid #ddd;
}
.schedule-table th,
.schedule-table td{
  border:none;
}
/* セル */
.schedule-table th,
.schedule-table td{
/*   padding:0; */
 
  text-align:center;
}

/* 見出し */
.schedule-head th{
  font-weight:bold;
}

/* 時間列 */
.time{
  text-align:center;
}

/* 注釈 */
.note{
  font-size:13px;
  color:#777;
}

/* 乳幼児健診 */
.checkup{
  color:var(--accent);
  font-weight:600;
}

/* 記号 */
.mark-circle{
  color:var(--main);
}

.mark-star{
  color:var(--accent);
}
.mark-close{
  color:#aaa;
}
/*テーブル下説明分*/
.schedule-note{
  margin-top:16px;
  font-size:16px;
  line-height:1.8;
  padding:6px 10px;
}

.schedule-list{
  list-style:none;
  padding:0;
  margin:0;
}

.schedule-list li{
  display:flex;
  align-items:flex-start;
  gap:8px;
  margin:0;
}

/* 説明文（上2つ） */
.note-item{
  display:block;
  color:#666;
/*   font-size:15px; */
  margin-bottom:8px;
}
.note-item-bold{
	font-weight:600;
	color:var(--main);
}

/* 記号位置安定 */
.schedule-list li span:first-child{
  min-width:16px;
}

/* 記号 */
.mark-circle{
  color:var(--main);
  font-weight:700;
  font-size:24px;
}

.mark-star{
  color:var(--accent);
  font-weight:700;
}

/* テーブル左端の余白 */
.mv-table table td:first-child,
.mv-table table th:first-child{
  padding-left: 0;
}

.table-base{
	background-color:#fff;
	padding: 10px;
	border-radius: 10px;
	border:3px solid var(--ma-25);
}





/*----------------------スマホ設定--------------------------*/


.contact-box{
	display: flex;
   max-width:500px;
   margin: 0 auto;
   justify-content: center;
}
.contact-box-inner{
	white-space: nowrap;
}
@media (min-width: 769px){
 .contact-box {
		display:none !important;
	}
}
@media (max-width: 768px){
.post_content>* {
    clear: both;
    margin-bottom: 10px;
}
}

  /*===============================お知らせnews================================*/
.news-postlist .c-postTimes__posted.new::after{
  content: "NEW";
  display: inline-block;
  margin-left: 10px;
  padding: 4px 7px;
  border-radius: 999px;
  background: #ff6666;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
}
 
/* =====================================================
   投稿リスト
===================================================== */
.news-postlist .p-postList__thumb{
  display: none ;
}

.news-postlist .p-postList__excerpt{
  display: none ;
}

.news-postlist .p-postList__item{
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #d8d8d8;
}

.news-postlist .p-postList__link{
  display: block ;
  padding: 28px 0 ;
  text-decoration: none;
}

.news-postlist .p-postList__body{
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
  width: 100% !important;
  max-width: 100% !important;
}

/* 日付 */
.news-postlist .p-postList__meta{
  display: flex ;
  align-items: center;
  gap: 18px;
  margin: 0 ;
  flex: 0 0 auto;
}

.news-postlist .p-postList__times{
  margin: 0 ;
  white-space: nowrap;
}

.news-postlist .c-postTimes__posted{
  font-size: 1rem ;
  font-weight: 400;
  line-height: 1.6 ;
}

/* 日付アイコンを消したい場合はON */
.news-postlist .c-postTimes__posted::before{
  display: none;
}

/* カテゴリー */
.news-postlist .p-postList__cat{
  margin: 0 ;
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 0 ;
}

.news-postlist .p-postList__cat::before{
  display: none ;
}

.news-postlist .p-postList__cat a,
.news-postlist .p-postList__cat{
  color: inherit ;
  text-decoration: none;
}

.news-postlist .p-postList__cat{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 10px 22px;
/* 	border: 1px solid #3B3127; */
  border-radius: 8px;
  background: var(--ac-50);
/*   color: #fff ; */
  font-size: 0.95rem ;
  line-height: 1
}

/* タイトル */
.news-postlist .p-postList__title{
  display: block;
  margin: 0 ;
  flex: 1 1 auto;
  min-width: 0;
/*   font-size: 1.15rem !important; */
  font-weight: 400 ;
  line-height: 1.7 ;
  color: #3b3226 ;
}

.news-postlist .p-postList__title a{
  color: inherit ;
  text-decoration: none ;
}

/* hover */
.-type-simple .p-postList__link:hover {
  background-color: rgba(37, 134, 142, 0.08); 
}
/* =====================================================
   600px以下
===================================================== */
@media (max-width: 600px){
  .news-postlist .p-postList__link{
    padding: 18px 0 ;
  }

  .news-postlist .p-postList__body{
    display: block !important;
  }

  .news-postlist .p-postList__meta{
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
  }
/*カテゴリーの見た目*/
  .news-postlist .p-postList__cat{
    min-width: 80px;
    padding: 8px 16px;
    font-size: .85rem;
  }
/*タイトル調整*/
 .news-postlist .p-postList__title{
    font-size: 1rem;
    line-height: 1.7;
    margin-left: 40px;
  }
}



/*==================================診療案内================================*/
 .medical-card__text{
  font-size: .9rem;
	margin: 0 auto; 
	min-height :50px;
}

.medical-card{
  max-width: 260px;
   min-height: 228px;
  background-color: #C5A99260;
  border-radius:20px;
  box-shadow:0 4px 10px rgba(0,0,0,0.08);
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}



.medical-card__inner{
  max-width: 260px;
  min-height: 228px;
  padding:10px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 16px;
  border:1px solid #C5A99260;
  box-sizing: border-box;
  text-align: center;
  box-shadow:0 4px 10px rgba(0,0,0,0.08);
  position: relative;
  gap: 20px;
  top: -6px;
  left: -6px;
}

.medical-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}
.swell-block-columns[data-valign=center]>.swell-block-columns__inner {
    align-items: center;
    gap: 20px;
}

.medical-card__image img{
  border-radius: 9999px;
  position: relative;
  z-index: 1;
}

.medical-card{
  position: relative;
}

/* カード全体をリンクにする */
.medical-card__link{
  position: absolute;
  inset: 0;
  z-index:5;
}

.medical-grid .swell-block-columns__inner{
  justify-content: center !important;
}

/* ボタンなどは上に */
.medical-card .medical-general-btn{
  position: relative;
  z-index: 10;
}


/*==================================クリニック紹介========================================*/
/*h4の左縦線*/
.post_content h4:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
    padding: 0 0 0 16px;
    border-left: solid 10px #25868e60;
}
.swell-block-fullWide__inner{
	padding: 0;
}

/*--------------------------ループスライダー*/
/* .loop-slider {
    display: flex;
    overflow: hidden;
    gap:0; 
}

.loop-slider .wp-block-group__inner-container,
.loop-slider .swell-block-columns {
    display: contents;
	--swl-clmn-mrgn--x: 0; 
}
 */

/* .loop-slider .swell-block-columns__inner {
    flex-wrap: nowrap;
    animation: infinity-scroll-left 30s infinite linear; 
}

.loop-slider .swell-block-column figure {
    width: 300px; 
    position: relative;
} */

/* .loop-slider .swell-block-column figure::before {
    padding-top: 80%; 
    display: block;
    content: "";
}

.loop-slider .swell-block-column figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
} */

/* @media screen and (max-width: 768px) {
    .loop-slider .swell-block-column figure {
        width: 200px; 
    }
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
} */

 



/*--------------------------ループスライダー*/
.loop-slider {
    display: flex;
    overflow: hidden;
    gap: 20px; /* 画像同士の間隔 */
}

/*画像間の余白調整*/
.loop-slider .wp-block-group__inner-container,
.loop-slider .swell-block-columns {
    display: contents;
    --swl-clmn-mrgn--x: 10px; /* SWELLカラム間の余白 */
}

.loop-slider .swell-block-columns__inner {
    flex-wrap: nowrap;
    animation: infinity-scroll-left 50s infinite linear;
    gap: 20px; /* ここも入れておくと安定 */
}

.loop-slider .swell-block-column figure {
    width: 380px; /* 画像の横幅を広くする（PC） */
    position: relative;
}

.loop-slider .swell-block-column figure::before {
    padding-top: 80%; /* 縦横比 */
    display: block;
    content: "";
}

.loop-slider .swell-block-column figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}


@media screen and (max-width: 768px) {
    .loop-slider .swell-block-column figure {
        width: 260px; /* スマホでも少し広め */
    }

    .loop-slider,
    .loop-slider .swell-block-columns__inner {
        gap: 12px; /* スマホは少し狭める */
    }
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/*================================================その他項目========================================================*/
/*タブコンテンツ*/
.is-style-vtabel>.swell-block-dl__dt {
 background-color:var(--ac-50);
 color: inherit;
}
.is-style-balloon>.c-tabList .c-tabList__button:hover, .is-style-balloon>.c-tabList .c-tabList__button[aria-selected=true]{
  background-color: var(--main);
 color: #fff;
}
.is-style-balloon>.c-tabList .c-tabList__button:before {
 border-top: 8px solid var(--main);
}
.is-style-vtabel>.swell-block-dl__dd {
	border: none;
}

.post_content dt{
    font-weight: 500;
}

/*==================================予約ボタン================================*/

/*位置*/
.float-cta-wrap{
  position: fixed;
  right: 10px;
  bottom: clamp(10px, 4vw, 70px);
  display: flex;
  flex-flow: column;
  gap: 14px;
  z-index: 9999;
}
.float-cta{
  position: relative;
  display: inline-block;
  text-decoration: none;
}

/*アイコンサイズ・カラー*/
.float-cta__icon{
  font-size: 130px;
  color: #5fa7a6; 
  filter: drop-shadow(0 10px 0 rgba(0,0,0,.12));
}
.float-cta__content{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding:0;
  transform: translate(10px, -8px);
}
/*アイコン内ロゴの位置*/
.float-cta__logo{
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}
.float-cta__logo{
  position: relative;
  top: -15px;
  left: 44px; 
}

/*アイコン内書体*/
.float-cta__title{
  display: block;
  font-weight: 600;
  font-size: .9rem;
  line-height: 1.1;
  color: #fdfaf2;
}
/* 文字位置 */
.float-cta__text{
  position: relative;
  top: 30px;  
	left: -18px;
}
.float-cta__sub{
  display: block;
  font-weight: 300;
  font-size: .9rem;
  margin-top: 2px;
  color: #fdfaf2;
  opacity: .95;
}
/*予防接種フォント*/
.fa-cloud:before {
    font-size: 90%;
}
/*予防接種文字位置*/
.float-cta--vaccine .float-cta__text{
  position: relative;
  top: 30px;
  left: -13px;
}
/*予防接種アイコン位置 */
.float-cta--vaccine .float-cta__icon{
  position: relative;
  top: -10px; 
  left: 8px; 
}

.float-cta--general .float-cta__icon{
  color: #25868ecc;
}
.float-cta--vaccine .float-cta__icon{
  color: #c4a38ae6 !important;
}

/*ホバー*/
@media (hover:hover){
  .float-cta:hover{
    transform: translateY(-2px);
  }
}
.float-cta__content{
  opacity: 1;
}
.float-cta__icon{
  opacity: 1;
}
@media (hover:hover){
  .float-cta:hover .float-cta__content{
   opacity: .7;
  }
}
@media (hover:hover){
  .float-cta:hover .float-cta__icon{
   opacity: .7;
  }
}
  
       /* ふわふわ用：全体 */
.float-cta{
  animation: floatCta 3.2s ease-in-out infinite;
  will-change: transform;
}
        /* 2つ目は少しズラす */
.float-cta:nth-child(2){
  animation-delay: .6s;
}
@keyframes floatCta{
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}

@media (hover: hover){
  .floating-cta__btn{
    transition: background-color .2s ease, color .2s ease;
  }
}

@media screen and (max-width: 768px){
  .float-cta-wrap{
    display: none;
  }
}





 @media (max-width: 768px){
  .reserve-wrap{
    display:none !important;
  }
} 

/* 全体 */
.reserve-wrap{
  position: fixed;
  right: 0;
  top: 65%;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  flex-direction: column;
}
 
/* pc用右端予約ボタン 他のボタンが影響しないようにクラス名変更 */
/*  .pc-fix {
  writing-mode: vertical-rl;
  padding: 16px 8px;
  font-size: 16px;
  letter-spacing: 2px;
  text-orientation: upright; 
  border-radius: 8px 0 0 8px;
  margin-bottom: 6px;
  width: 50px;
  text-align: center;
  opacity: .9;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  text-decoration: none;  
}  */

/* .pc-fix{
  transition: 0.3s;
}
.pc-fix:hover{
  opacity: 0.6;
}
 */
/* .web-reserve{
   background-color:#fff;
 border:2px solid var(--main); 
 border-right: 0;
 border-color:var(--main);
 color: var(--main);
}
.web-reserve .fa-calendar-plus:before{
	margin-bottom: 4px;
	font-size: 1.6rem;
}

.reserve-line2{
   background-color:#fff;
 border:2px solid #4CC765; 
 border-right: 0;
 border-color:#4CC765;
 color: #4CC765;
}
.reserve-line2 .fa-calendar-plus:before{
	margin-bottom: 4px;
	font-size: 1.6rem;
} */
/* @media (min-width: 769px) {
    .p-fixBtnWrap {
        bottom: 4px !important;
        right: 4px !important;
    } 
}*/

/*フッター直前snsアイコン*/
.sns-area {
  display: flex;
  justify-content: center;
  align-items: center;
}


.sns-btn img{
  width:50px;
  height:50px;
  transition:0.3s;
}

.sns-btn:hover img{
  transform:scale(1.1);
}


.section-divider-image {
	width: 110%;
/*   width: min(1100px, calc(100% - 32px)); */
/*   margin: 8px auto 24px; */
  line-height: 0;
/*   text-align: center; */
	margin-left: -50px;
}

.section-divider-image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

@media (max-width: 599px) {
  .section-divider-image {
    width: 120%;
    margin-left: -50px;
  }
}


/*==================================フッターインフォ===============================*/
  .sec-footer{
  padding: 40px 0; 
}
.sec-footer li{
list-style: none;
}
.footer-cols .swell-block-columns__inner {
    row-gap: 40px;
}
.footer-cols p{
	 margin-bottom:0;
}
 .footer-logo{
	 max-width:300px;
    display: flex;
    justify-content: center;
	 margin: 0 auto;
}

.footer-subject{
	list-style: none;
    display: flex;
    font-size: 12px;
    font-weight: 400;
/*     line-height: 28px; */
    margin-bottom: 20px;
	justify-content:center;
}
.footer-subject > li {
    background-color: var(--ma-25);
    border-radius: 5px;
    padding: 0 8px;
	font-size: 12px;
    font-weight: 400;
	align-items:center;
}
.footer-addr{
    font-weight: 500;
    letter-spacing: 0.06em;
	margin-bottom:0;
} 
.footer-tel{
/*     color: var(--main); */
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 32px;
}
.footer-col-info .footer-info-logo{
	width: 130%; 
	margin: 0 auto; 
}
.wp-block-table  .mark-ok,
.wp-block-table  .mark-ng{
  color: #25868e;  
}

.sec-footer .wp-block-table {
    --table-border: none !important;
}
/* .sec-footer .wp-block-table  tr:first-child {
  border-bottom: 1px solid #25868e !important;  
} 
 */
.sec-footer .wp-block-table tr:first-child{
 border-bottom: 2px solid var(--ma-25);
}
.sec-footer .wp-block-table tr:nth-child(2),
.sec-footer .wp-block-table tr:nth-child(3){
  border-bottom: 1px solid var(--ma-25);
}
.footer-tel{
  font-weight: 350;
}

.sec-footer .u-fz-l {
  color:#7a674e
}

.link-parking {
  color: #25868e;
  text-decoration: underline;
  margin-left: 6px;
}

.link-parking:hover {
  opacity: 0.7;
}

.footer-map{
  border: 2px solid #25868ecc;  
  border-radius: 16px;         
  overflow: hidden;            
}

.footer-map iframe{
  display: block;
  width: 100%;
  max-width: 100%;
  max-height:500px;
}
.footer-col-access i{
	margin-left: 6px;
}
.footer-col-info i{
	margin-right: 6px;
}



/*----------------------スマホ設定--------------------------*/
@media (max-width: 959px){
  .footer-col-info .wp-block-image img {
    max-width: 200px !important;

	}
  .footer-table.wp-block-table table{
	 max-width: 600px;
	 margin: 0 auto;
	  }	 
}
	.footer-addr  {
		text-align: center;		
	}
	.footer-tel {
		text-align: center;
	}
	.footer-closed {
		max-width:500px;
		margin:4px auto;
	}
	.footer-caution li{
		max-width:500px;
		margin:4px auto;
	}
  
 .sec-footer .swell-block-fullWide__inner{
    padding: 0 !important;
  }


@media (max-width: 600px){
	.wp-block-table td{
		padding: 4px !important;
	}
.wp-block-table td:first-child,
.wp-block-table th:first-child{
  padding-left: -8px;
}	
}

/* 959px以下：フッターの診療（上段）を縦積みにする */
@media (max-width: 959px){
  .wp-block-columns .footer-col-info{
    flex-wrap: wrap !important;
  }
  .wp-block-columns .footer-col-info > .wp-block-column{
    flex-basis: 100% !important;
    width: 100% !important;
  }
.footer-logo {
  text-align: center;
  margin: 0 auto;
}

.footer-logo img {
  display: block;
  margin: 0 auto;
}
}


@media not all and (min-width: 600px) {
.footer-tel a {
   font-size: 24px;
}
}
/*フッター予約ボタン*/ 
.footer-reserve-list li a i:first-child { 
	font-size: 1rem;
} 

.post_content ul 
{ 
	padding-left: 0;
}

/*フッター下メニュー*/ 
.footer-menu-list.-list-flex{
	display: flex; 
	flex-wrap: wrap; 
	justify-content: center;
	gap: 20px;
	padding-left: 0; 
} 
.footer-menu-list li a{
	color:var(--text); 
	font-size:.9rem;
} 

.footer-menu-list li {
	position: relative;
}

/*フッターメニュー 区切り線 */
.footer-menu-list li:not(:last-child)::after {
	content: "";
	position: absolute;
	right: -10px; /* gapに合わせて調整 */ 
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 14px; background-color: #aaa; 
}
@media(max-width:959px){
	.footer-menu-list li{
		list-style:none;
	}
}
/* @media(max-width:959px){
  .sec-footer .l-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}
 */
/*==================================スマホのみ表示固定フッター===============================*/
/* 769px以上（PC）で固定フッターを非表示 */
@media screen and (min-width: 769px) {
    #fix_bottom_menu {
        display: none !important;
    }
}
/* 768px以下（タブレット・スマホ）で固定フッターを表示 */
@media screen and (max-width: 768px) {
    #fix_bottom_menu {
        display: block !important;
    }
}



/* FontAwesomeが入ってる項目を上に */
  #fix_bottom_menu li:has(i.fas, i.far, i.fab, i.fa-solid, i.fa-regular, i.fa-brands) > a > span{
    margin-top: -20px !important; 
  }
/* } */

  /* ボタン */
  #fix_bottom_menu > ul.menu_list > li > a,
  #fix_bottom_menu > ul.menu_list > li.menu_btn,
  #fix_bottom_menu > ul.menu_list > li.pagetop_btn{
    border-radius: 0 !important;
/*     min-height: px !important; */
    padding: 14px 6px !important;
  }
#fix_bottom_menu .menu-item i {
	font-size:28px;
}
#fix_bottom_menu span {
    margin-top: 10px !important;
}
[class^=icon-]:before
 {
    margin-top: -4px;
}
#fix_bottom_menu .menu_list {
    height: 60px;
}

 /* 縦区切り線 */
 #fix_bottom_menu > ul.menu_list > li{
   position: relative;
  }
  #fix_bottom_menu > ul.menu_list > li + li::before{
    content:"";
    position:absolute;
    left:0;
    top:10px;
    bottom:14px;
    width:1px;
    background-color: #3b3226;
  }

  /* --- 色指定 --- */
  #fix_bottom_menu > ul.menu_list > li{
  background:#dfd7cd;
	opacity: 0.9;
  }
.fa-line:before {
    color: #4CC765 !important;
}

  /* タップ時 */
  #fix_bottom_menu a:active{
    opacity: 0.85 !important;
  }














/*----------------------下に書く--------------------------*/

@media not all and (min-width: 600px){
  html,  p ,th ,div ,li ,strong ,a{ font-size: 15px; 
  letter-spacing: 0.05em;
	}
}
@media (min-width: 600px) {
    .post_content h2 {
        font-size: 1.7rem;
    }
	.post_content h3 {
        font-size: 1.5rem;
    }
	.post_content h4 {
        font-size: 1.3rem;
    }
}

@media (max-width: 599px) {
    .post_content h2 {
        font-size: 1.5rem;
    }
	.post_content h3 {
        font-size: 1.3rem;
    }
   .post_content h4 {
        font-size: 1.2rem;
    }
}


html{
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
  .top #content {
    padding-top: 0 !important;
}
body, div, dl, dt, dd, ul, ol, li, p, th, td, h1, h2, h3, h4, form, input, textarea, figcaption, figure {
    margin: 0;
    padding: 0;
}

/*=====================================トップページ以外で設定した項目=========================================*/
.c-filterLayer.-texture-dot:after {
 display:none;
} 
.l-topTitleArea.c-filterLayer::before {
	display:none;
}
/* コンテンツ幅 */
  .sec-inner{
    max-width: 1100px !important;
    margin: 0 auto;
    padding: 0 30px;
	width:100%;
    box-sizing: border-box;
  }

 @media (min-width: 600px){
 .content-box{
  border: 3px solid var(--ac-50);
  border-radius: 30px;
  padding:50px 30px;
  margin: 0 auto;
  background-color: #fff;
/*   opacity: .8; */
}
} 

@media (max-width: 599px){
   .sec-inner{
    padding: 0 16px;
  }
 .content-box{
  border: 3px solid var(--ac-50);
  border-radius: 16px;
  padding: 10px;
  margin: 0 auto;
} 
} 


.wp-block-image img { 
  border-radius: 10px;
}


/* 共通ボタン*/
/*背景白・右矢印*/
.btn{
   --btn-color:#25868e; 

  position:relative;
  display:inline-block;
  padding:6px 28px;
  font-size:.9rem;
  border:1px solid var(--main);
  color:inherit;
  background:#fff;
  border-radius:10px;
  text-decoration:none;
  text-align:center;
  white-space:nowrap;
  overflow:hidden;
  z-index:10;
  transition:.3s;
}

/* スライドしながら変化 */
.btn::before{
  content:"";
  position:absolute;
  inset:0;
  background:color-mix(in srgb, var(--btn-color) 25%, transparent);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .35s;
  z-index:-1;
}

.btn:hover::before{
  transform:scaleX(1);
}

.btn-reserve{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width:240px; 
  padding:14px 18px;
  border-radius: 10px;
/*   border: 1px solid #4C4239; */

  background: #fff;
  color: inherit;
  text-decoration: none;
  white-space: nowrap; 
  font-size: 1.1rem;
  overflow: hidden;
  z-index: 1;
  transition: color .3s ease;
}
/*ボタン設定*/
.btn-reserve{
  transition: background .3s ease;
}
.btn-reserve::before{
  content:"";
  position:absolute;
  inset:0;
  background:color-mix(in srgb, var(--btn-color) 25%, transparent);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .5s;
  z-index:-1;
}

/* .btn-reserve:hover{
  background: color-mix(in srgb, var(--btn-color) 20%, white);
} */
.btn-reserve:hover::before{
  transform: scaleX(1);
}

@media (min-width: 769px){
.btn-reserve{
	width:100%;
	max-width:800px;
	}
}
@media (max-width: 768px){
.btn-reserve{
	width:100%;
	}
}

.btn-top{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%; 
  height: 60px;
  padding:8px 24px;
  margin-top:10px !important;
  border-radius: 10px;
  background: var(--ma-80);
  color: #fff;
  text-decoration: none;
  white-space: nowrap; 
  font-size: 1.1rem;
  overflow: hidden;
  z-index: 1;
  transition: color .3s ease;
}
@media(min-width:601px){
.btn-top-box{
	display:none !important;
}
}
.btn-bottom{
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-align:center;
  gap: 8px;
  width: 60%; 
  padding:10px 28px;
  border-radius: 10px;
  background: var(--ma-80);
  color: #fff;
  text-decoration: none;
  white-space: nowrap; 
  font-size: 1.1rem;
  overflow: hidden;
  z-index: 1;
  transition: color .3s ease;
}


.btn-primary{
/* 	background:#25868e60; */
	border: 1px solid #25868e;
  --btn-color: #25868e;
}

.btn-sub{
/* 	background:#af8d7b60; */
	border: 1px solid #af8d7b;
  --btn-color: #af8d7b;
}

.btn-soft{
/* 	background:#F8AC9A60; */
	border: 1px solid #F8AC9A;
  --btn-color: #F8AC9A;
}
.btn-line{
/* 	background:#4CC76560; */
	border: 1px solid #4CC765;
  --btn-color: #4CC765;
}

.btn-tel{
/*   background:var(--bg-sub); */
	border: 1px solid #3b3226;
  --btn-color: #3b3226;
	font-size: 1.2rem;
}
@media (min-width: 769px){
  .btn-tel{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*大きさ*/
.btn-ss{
  padding:10px 20px 10px 10px; 
}

.btn-sm{
  padding:4px 10px; 
}

.btn-md{
  padding:6px 20px;  
}

.btn-lg{
  padding:6px 50px;
}
.btn-wd{
  padding:16px 80px;
  font-size:1.1rem;
}

.btn i{
  margin-left:10px;
}

.swell-block-columns__inner {
    row-gap: 26px;
}
/*FontAwesomeカラー設定*/
.fa-stethoscope{
color: #25868e;
font-size:1.6rem;
}
.fa-syringe{
  color:var(--accent);
  font-size:1.6rem;
}
.fa-baby{
  color:#F8AC9A;
  font-size:1.6rem;
}
.fa-line{
  color:#4CC765 !important;
  font-size:1.6rem;
}
.btn-tel .fa-mobile-screen:before {
	 font-size:1.6rem;
	
/* 	 color:#7C5146; */
}
.fa-file-lines {
   font-size:1.6rem;
 	 color:var(--accent);
}
.fa-calendar-plus{
	 font-size:1.6rem;
 	 color:var(--main);
}
.page-note{
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
	padding:0 18px;
}
	
.liststyle-none{
	list-style:none;
}

.parking-text a{
	text-decoration: underline;
}



/*==============================================固定ページ共通項目==============================================*/


.intro-text{
  max-width: 1000px;
  padding: 30px;
  margin: 0 auto;
  color:#7A674E;
}


/*コンテンツ枠*/




 .post_content h2  {
	font-weight:700 !important;
	}
.post_content h3  {
	font-weight:600 !important;
	}
.post_content h4  {
	font-weight:600 !important;
	}
 
[data-scroll-sp]>.c-tabList {
   justify-content: center;
}

/*----------------------------------------------リスト*/
/* ページトップインデックス一覧 */
.index-btn-list ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* PCは2列 */
  gap: 10px;
}

/* 各ボタン */
.index-btn-list li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--ac-25);
  text-decoration: none;
  color: var(--text);
  border-radius: 10px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

/* スマホは1列 */
@media (max-width: 768px){
  .index-btn-list ul{
    grid-template-columns: 1fr;
  }

  .index-btn-list li a{
    font-size: 15px;
  }
}


/*リスト前アイコン*/
.index-list .is-style-good_list li:before {
	 color: inherit;
   content: "\e904";
}
.is-style-check_list li::before{
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  content: "\f058"; 
	color:var(--ac-80);
}
/*インデックスリスト内を中央に*/
.index-list-box ul{
  display: flex;
/*   justify-content: center;  */
  align-items: center;
  gap: 1.5em; 
  background-color: var(--bg);
  border-radius: 10px;
  padding: 25px 30px 20px 35px;
  width: fit-content;
  margin: 0 auto;
}
.index-list-box a{
	color:inherit;
	text-decoration:underline;
}
@media (max-width: 600px){
.index-list-box ul {
    padding: 15px;
}
}
/* 
.index-list{
	padding: 6px 18px;
	background-color: var(--ac-25);
	border: 2px solid var(--ac-50);
	border-radius: 16px;
} */



/*リストbg*/
@media (min-width: 600px){
.list-bg-fff{
	background-color: #fff;
	padding: 20px 10px !important;
	border-radius: 16px;
}
}
@media (max-width: 599px){
	.list-bg-fff{
	background-color: #fff;
	border-radius: 16px;
	padding: 10px !important;
	}
}
.list-bg-fff a{
color: inherit;
}
@media (min-width: 600px){
ul.-list-flex{
	gap: 30px;
	}
}

@media (max-width: 599px){
ul.-list-flex{
	gap: 10px;
	}
}

/*========================================予防接種ページ===============================================*/
/* 1列目 */
.table-vaccine th:nth-child(1),
.table-vaccine td:nth-child(1){
  width: 110px;

}
@media (max-width: 600px){
/* 2列目以降（14列目以降も全部含む） */
.table-vaccine th:nth-child(n+2),
.table-vaccine td:nth-child(n+2){
 min-width: 140px !important;
}
}
.vaccine-title{
/*   color: var(--main); */
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: 600;
}

.vaccine-desc{
/*   color: var(--text); */
  font-size: 14px;
  line-height: 1.7;
}


/*==========================================健診ページ====================================================*/
/*健診画像*/
@media (max-width: 768px){
	.checkup-img img{
		padding: 4px !important;
	}
}

/*==========================================当院について=================================================*/

/*写真上のテキスト*/
/* .clinic-item-text{
  background-color: var(--bg);
  max-width: 400px;
  margin: 0 auto;
  border-radius:16px 16px 0 0;
} */
/*施設写真*/
.clinic-img img{
    border-radius: 16px !important;
}
/*特徴の写真*/
.feature-img img{
  border-radius:16px !important;
 
}
/*写真上のテキスト*/
/* .clinic-item-text{
  background-color: var(--bg-sub);
  max-width: 400px;
  margin: 0 auto;
  border-radius:16px 16px 0 0;
} */

.feature-title{
    display: flex;
    align-items: center;
    background: #fff !important;
    border: 3px solid var(--ac-50) !important;
    border-radius: 10px !important;
    padding: 10px 20px !important;
    line-height: 1.5;
   /* margin: 0 0 30px;*/
    width: 100%;    
}
@media (max-width: 768px){
	.feature-img{
		max-width: 260px;
		margin: 0 auto;
	}
}

/*--------------------------------医師担当表-------------------------------------------------*/
/* 全体 */
.doc-table-box{
  width: 100%;
}

/* 担当医表の外枠 */
.doctor-table-wrap{
  width: 100%;
  background: #fff;
  border-radius: 10px !important;
  border:3px solid var(--ma-25);
  padding: 8px;
  box-sizing: border-box;
  overflow-x: auto;
}
/* .doctor-table-wrap{
  background: none;
  border-radius: 0;
  padding: 0;
} */

/* 表本体 */
.doctor-table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.doctor-table thead th{
  vertical-align: middle;
}

/* セル共通 */
.doctor-table th,
.doctor-table td{
  text-align: center;
  vertical-align: top;
  font-size: 14px;
  color: #555;
  border-bottom: 1.5px solid #8fa9b0;
  box-sizing: border-box;
}
.doctor-table tbody th,
.doctor-table tbody td,
.doctor-table thead {
  padding: 6px 0;
  text-align: center;
  vertical-align: middle;
}

/* 見出し */
.doctor-table thead th{
  font-size: 15px;
  font-weight: 700;
  background-color:#fff;
  color: inherit;
}

/* 左端の午前・午後 */
.doctor-table tbody th{
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  width: 68px;
}
.closed{
  font-weight: 500;
  color: #666;
  vertical-align: middle;
}

/* 医師ラベル */
.doctor-tag{
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 4px auto;
  padding:6px 14px;
  border-radius: 10px;
  font-weight:500;
  line-height: 1.4;
  font-size: 13px;
  white-space: nowrap;
}

/* 院長 */
.doctor-tag.director{
  background: var(--ma-25);
}

/* 非常勤 */
.doctor-tag.part-time{
  background: var(--ac-50);
}

/* 下の説明欄 */
.doctor-note{
  margin-top: 20px;
  margin-left:20px;
}



.doctor-note-item .doctor-tag{
  margin: 0;
}

.doctor-note-item p{
  margin: 0;
/*   font-size: 15px; */
  color: #555;
  line-height: 1.7;
  text-align: left;
}

/* 768px以下 */
@media (max-width: 768px){
  .doctor-table-wrap{
    padding: 4px;
    border-radius: 10px !important;
  }

  .doctor-table{
    min-width: 350px;
  }

  .doctor-table th,
  .doctor-table td{
    padding: 12px 6px;
    font-size: 13px;
  }

  .doctor-table thead th,
  .doctor-table tbody th{
    font-size: 14px;
  }

  .doctor-table tbody th{
    width: 60px;
  }

  .doctor-tag{
    padding: 3px 6px;
    font-size: 13px;
    border-radius: 8px;
    margin: 4px auto;
  }

  .doctor-note{
    margin-top: 16px;
  }

  .doctor-note-item{
    grid-template-columns: 1fr;
    gap: 6px;
    justify-items: start;
    text-align: left;
  }

  .doctor-note-item .doctor-tag{
    margin: 0;
  }

  .doctor-note-item p{
    font-size: 13px;
    text-align: left;
  }
}

.is-style-stitch {
    background: var(--bg-sub);
}







.bg-deco{
  position: relative;
}
.deco{
  position: absolute;
  z-index: 0;
  pointer-events: none; 
}

.bg-tree{
  position: relative;
}
.bg{
  position: absolute;
  z-index: -5;
  pointer-events: none; 
}

@keyframes float-y {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}
.deco{
  position: absolute;
  pointer-events: none;
  z-index: -10;
  animation: float-y 4s ease-in-out infinite;
}
.deco1{
  animation-delay: 0s;
}
.deco2{
  animation-delay: 1.5s;
}
.deco3{
  animation-delay: 3s;
}

.bg-tree{
  bottom:-20% ;
  left: -5%;
  width: 600px;
  height: 400px;
  background: url("/images/bg-tree.webp") no-repeat center/contain;
}
.deco1{
 top: -6%;
  right: 5%;
	width: 200px;
  height: 200px;
  background: url("/images/cloud01.webp") no-repeat center/contain;
} 

.deco2{
  top: 10%;
  left: 10%;
	width: 100px;
  height: 100px;
  background: url("/images/bird01.webp") no-repeat center/contain;
} 


/* .deco3{
  top: 0%;
  left: 5%;
	width: 200px;
  height: 200px;
  background: url("/images/cloud07.webp") no-repeat center/contain;
} */
 
 

@media (max-width: 959px){
.bg-tree{
  bottom: -16%;
  left: -5%;
  width: 600px;
  height: 400px;
  background: url("/images/bg-tree.webp") no-repeat center/contain;
}
.deco1{
  top: 3%;
  right: 2%;
	width: 150px;
  height: 150px;
  background: url("/images/cloud01.webp") no-repeat center/contain;
}
 .deco2{
  top: 6%;
  right: 20%;
	width: 100px;
  height: 100px;
  background: url("/images/bird01.webp") no-repeat center/contain;
} 
}
@media (max-width: 600px){
.bg-tree{
  bottom: -6%;
  left: -5%;
  width: 400px;
  height: 300px;
  background: url("/images/bg-tree.webp") no-repeat center/contain;
}
.deco1{
  top: -10px;
  right: 0%;
	width: 130px;
  height: 100px;
  background: url("/images/cloud01.webp") no-repeat center/contain;
}
 .deco2{
  top: 60px;
  right: 10%;
	width: 70px;
  height: 70px;
  background: url("/images/bird01.webp") no-repeat center/contain;
} 
 

/* .deco3{
  top: 100%;
  left: 0%;
	width: 150px;
  height: 100px;
  background: url("/images/treeline.webp") no-repeat center/contain;
} */
}

/* .bg-tree1{
  position: relative;
}
.bg1{
  position: absolute;
  z-index: -1;
  pointer-events: none; 
} */
/* .bg-tree1{
  top: 0;
  right: 0;
  width: 600px;
  height: 700px;
  background: url("/images/tree02.webp") no-repeat center/contain;
} */





/*小児循環器*/
.disease-box{
	display: inline-block;
  margin: 0 0 10px;
  padding: 6px 12px;
  line-height: 1.5;
  border: 1px dotted var(--accent); 
  border-radius: 8px;
}

.disease-name{
  display: inline-block;
  margin: 0 0 6px;
  padding-bottom: 2px;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
}

/*◯◯とは*/
.disease-index {
    display: flex;
    align-items: center;
    background: #fff !important;
/*     border: 2px solid var(--ac-50) !important; */
    border-radius: 14px !important;
    padding: 10px 20px !important;
   line-height: 1.5;
	  color:var(--main);
   margin: 0 0 30px;
    width: 100%;    
}

.disease-text-list{
	list-style: square;
  margin-left:24px;
}

.disease-group{
	max-width: 900px;
  margin: 0 auto;
  height: 100%;
	padding: 20px;
	background-color: #fff;
  border: 1px dotted #D5C1B2;
  border-radius: 12px;
}

.line-area{
  text-align: center;
}


.career-left{
	padding:20px;
}
.career-right{
	padding:20px;
}

.career-row-birth{
	text-align: center;
	font-size:15px;
	color: var(--main);
}
.career-row-work-prefecture{
	text-align: center;
	font-size:15px;
}

.career-year{
	text-align: center;
	font-size:15px;
}
.career-detail{
	font-size:15px;
}
/* 経歴タイトル（h3）装飾リセット */
.career-table-title{
  text-align: center;
  position: static;
  padding: 0; 
}
.career-table-title::before{
  content: none !important;
}

/* 縦の仕切り線を消す */
.career-table td{
  border-left: none !important;
  border-right: none !important;
}

/* テーブル全体の枠も整える場合 */
.career-table{
  border-collapse: collapse;
}

/* 横線だけ残す */
.career-table tr{
  border-bottom: 1px solid #ddd;
}
/* テーブル最上段の線を消す */
.career-table tr:first-child{
  border-top: none !important;
}

.career-table tr:first-child td{
  border-top: none !important;
}
.career-table-title{
  text-align: center;
}
/*h3背景*/
.career-table-title span{
  position: relative;
  display: inline-block;
  width:100%;
	height:50px;
  font-size:1.2rem !important;
  font-weight:500;
	padding-top:12px;
	background:var(--ac-50);
  border-radius: 10px !important;
	margin-bottom:20px;
}
.career-table-title span::before{
  content: "";
  position: absolute;
  inset: 4px; /* ← 内側に入れる距離 */
  border-radius: 10px;
  border: 3px dotted #fff;
  pointer-events: none;
}


.career-year{
  width: clamp(110px, 20%, 160px);
  white-space: nowrap;
  font-size:14px;
	font-weight:600;
  padding-right:30px !important;
}
.career-detail{
	font-size:15px;
}

.doctor-name{
  text-align: center;
	white-space: nowrap;
}

/* 役職 */
.doctor-title{
  font-size: 0.95rem;
  margin-bottom: 4px;
}

/* 日本語名（メイン） */
.doctor-name-ja{
  font-size: 1.3rem;
  font-weight: 600;
  margin: 4px 0;
}

/* 英語表記 */
.doctor-name-en{
  font-size: 0.8rem;
  color:var(--main);
	white-space: normal;
}

.greeting-head{
  text-align:center;
  position: relative;
}
.greeting-head{
  position: relative;
  padding-top: 60px;
}

.greeting-head img{
  position: absolute;
  top: 0;
  left: 40%;
	top:70%;
  transform: translateX(-50%);
  width: clamp(50px, 1vw, 20px);
  z-index: 2;
}



.coming-soon{
  text-align:center;
  padding:60px 20px;
  font-size:18px;
  color:#25868e;
  background: #f7fbfc;
  border-radius:10px;
}



/*出席停止*/
.attendance-stop{
  color: #e60033;
  font-weight: 700;
}

.is-style-bad_list li:before {
    color: var(--color_list_bad);
	  font-family:"Font Awesome 6 Free";
    content: "\f06a";
}



.reserve-note-list{
  list-style:none;
  margin:0 auto !important;
}
.reserve-note-wrap{
  padding:0 8px !important;
  
  max-width: 1000px;
}

.reserve-note-list{
  list-style:none;
  padding-left:20px;
  margin:0 auto;       
  width:fit-content;   
  text-align:left;    
}

.reserve-important{
  font-weight:700;
  color:var(--main);  
}
.reserve-alart-list{
  list-style:none;
}


ul.is-style-index li:before {
background-color:var(--main);
}
strong {
    font-weight: 600;
}
.mv-table .wp-block-table span.u-fz-s{
  color:var(--accent);
}
.mv-table .wp-block-table --the-icon-svg{
  color:var(--accent);
}

.p-postList.-type-simple {
  border-top:none; 
}

.-type-simple .p-postList__link {
    border-bottom: none; 
}

.swell-block-columns__inner {
    row-gap: 50px;
}


/* .post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
    padding: 0 0 0 16px;
    border-left: solid 10px #25868e60;
}

.post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
    padding: 0 0 0 16px;
   
}
.post_content h3:before {
 display:none;
} */




/* タイトル（テープ風） */
.cstm-box-masking .box-title {
  background-image: repeating-linear-gradient(
    -45deg,
    #F6EEEC 0,
    #fff 3px,
    var(--ac-50) 3px,
    var(--ac-25) 6px
  ); 
  transform: rotate(-2deg); 
  box-shadow: 0 1px 2px rgb(0 0 0 / .1); 
  padding: .5em 1em; 
  line-height: 1; 
  position: absolute; 
  top: -1.4em !important; 
  left: 1em; 
  display: inline-block;
  font-size: 1.1rem; 
  font-weight: 600;
  width: auto; 
  max-width: calc(100% - 2em); 
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis; 
}

	/*当院の特徴*/
/* マスキングテープ風ボックス */
.cstm-box-masking {
  position: relative; 
  margin: 60px 0px 30px 0px !important; 
  background-color: var(--ac-25) !important; 
  width: 100% !important; 
  border-radius:10px;
}




/* コンテンツ部分の余白 */
.cstm-box-masking .box-content {
  padding: 8px !important;
}

/* 段落の余白リセット */
.cstm-box-masking p {
  margin: 0;
}




/* 医師カード全体 */
.doctor-card{
  display: flex;
  flex-direction: column;
/*   background-color:#fff;
  border-radius:10px; */
  padding:20px;
  max-width:400px;
  min-height:252px;
  margin:0 auto;
}

@media (max-width:600px){
  .doctor-card{
    max-width:280px;
  }
}

/* 1段目：画像＋名前を横並び固定 */
.doctor-card-top{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  gap:0px;
}

/* 画像側 */
.doctor-illust{
/*   flex:0 0 150px; */
  width:150px;
}

.doctor-illust img{
  display:block;
  width:100%;
  height:auto;
}

/* 右側テキスト */
.doctor-name{
  flex:0 1 auto;
  text-align:center;
}

/* 2段目 */
.doctor-card-bottom{
  text-align:center;
  margin-top:10px;
  font-size:15px;
}

.doctor-card-bottom p{
  line-height:1.8;
	
}

/* 768px以下 */
@media (max-width:768px){
  .doctor-card{
    gap:14px;
	padding:10px;
	min-height:230px
  }

  .doctor-card-top{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    gap:14px;
    flex-wrap:nowrap;
  }



  .doctor-card-bottom p{
    font-size:14px;
    line-height:1.7;
	}
}


/* 600px以下で縦並び */
@media (max-width:600px){
  .doctor-card-top{
    flex-direction:column;
    align-items:center;
    text-align:center;
  }

  .doctor-illust{
    width:150px;
    flex:none;
  }

  .doctor-name{
    text-align:center;
  }

  .doctor-card{
    gap:0;
  }
}

@media (max-width:768px){

  /* 上段を左寄せに */
  .doctor-card-top{
    justify-content: flex-start;
    align-items: center;
    text-align: left;
  }
	
}


/* .doctor-card{
  box-shadow:
    0 4px 10px rgba(0,0,0,0.05),
    0 12px 30px rgba(0,0,0,0.1);
} */

.feature-grid .swell-block-column{
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;    
  text-align: center;
}
.doctor-grid-inner{
  background-color:#fff;
  padding: 10px !important;
  border-radius:10px;
}

@media (max-width:600px){
.doctor-grid .swell-block-column{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;   
  text-align: center;
  width:280px;
}
}
.feature-grid .swell-block-columns__inner {
    row-gap: 20px;
}


/* 全体 */
.main-visual{
  position:relative;
}

/* 画像 */
.mv-img{
  width:100%;
  height:auto;
  display:block;
}

.main-visual{
  width:100vw;
  margin-left:calc(50% - 50vw);
}


@media (max-width:768px){
  .mv-img{
    height:300px !important;
    object-fit: cover;
  }
}

/* 共通バッジ */
.mv-badge{
  position:absolute;
  width:180px;
  height:180px;
  border-radius:50%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-weight:500;
  line-height:1.4;
  z-index:10;
}

/* 新規開院 */
.mv-badge.open{
  bottom:20px;
  left:320px;
  background:var(--bg);
/*   color:#fff; */
	border:1px solid var(--accent);
	opacity: .95;
  box-shadow:0 6px 16px rgba(0,0,0,0.15);
}

/* 駐車場 */
.mv-badge.parking{
  bottom:20px;
  left:100px;
  background:#fff;
  color:var(--main);
  opacity: .9;
  border:1px solid var(--main);
  text-decoration:none;
  gap:6px;
}

/* 駐車場アイコン */
.mv-badge.parking i{
  font-size:20px;
}

/* 新規開院イラスト */
.mv-badge.open .illust{
  position:absolute;
  width:24px;
}

/* 位置ずらし */
.illust-1{
  top:28px;
  left:36px;
}

.illust-2{
  bottom:14px;
  right:50px;
}

/* テキスト */
.mv-badge small{
  font-size:16px;
}

.mv-badge span{
  font-size:18px;
}
@media(max-width:959px){							
 .mv-badge.open .illust{
  width:30px;
	}
  .mv-badge{
    width:150px;
    height:150px;
  }

  .mv-badge.parking{
    bottom:10px;
    left:22px;
  }

  .mv-badge.open{
    bottom:10px;
    left:180px;
  }
		.illust-1{
  top:10px;
  left:26px;
}

.illust-2{
  bottom:10px;
  right:35px;
}
}
/* スマホ */
@media(max-width:768px){							

  .mv-badge{
    width:100px;
    height:100px;
  }

  .mv-badge.parking{
    bottom:10px;
    left:22px;
  }

  .mv-badge.open{
    bottom:10px;
    left:142px;
  }

  .mv-badge.parking i{
    font-size:14px;
  }

  .mv-badge span{
    font-size:14px;
  }F

  .mv-badge.open .illust{
    width:16px;
  }
	.illust-1{
  top:4px;
  left:26px;
}

.illust-2{
  bottom:6px;
  right:25px;
}

}

/* 全体の余白を少し整える */
.privacy-purpose ul {
  padding-left: 1.5em;
  margin: 8px 0;
}

/* 入れ子（2階層目）をさらに右へ */
.privacy-purpose ul ul {
  padding-left: 1.5em;
  margin-top: 4px;
}

/* 行間も少し広げると読みやすい */
.privacy-purpose li {
  line-height: 1.7;
  margin-bottom: 4px;
}


/*ページタイトル中央に*/
    .c-pageTitle {
        text-align: center;
    }




