.elementor-366 .elementor-element.elementor-element-37e6fb6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:05rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-366 .elementor-element.elementor-element-4f7949b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-366 .elementor-element.elementor-element-12f5d44{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-366 .elementor-element.elementor-element-03cff17{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='false'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-accent );}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"], .elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-accent );}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > :is( .e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title ){font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-366 .elementor-element.elementor-element-db58185{--display:flex;}.elementor-366 .elementor-element.elementor-element-d99139e{--display:flex;}.elementor-366 .elementor-element.elementor-element-3bb4ba5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-366 .elementor-element.elementor-element-48a6da9{--display:flex;}.elementor-366 .elementor-element.elementor-element-f275e98{--n-tabs-heading-justify-content:flex-start;--n-tabs-title-width:initial;--n-tabs-title-height:initial;--n-tabs-title-align-items:center;--n-tabs-title-flex-grow:0;--n-tabs-heading-wrap:wrap;--n-tabs-heading-overflow-x:initial;--n-tabs-title-white-space:initial;}/* Start custom CSS for shortcode, class: .elementor-element-bf33c47 *//* テーブル全体のデザイン */
table.clinic-price-menu {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #1CA4B4;
  background-color: #f9fafa;
  margin: 20px 0;
  font-family: "Helvetica Neue", sans-serif;
}

/* ヘッダー */
table.clinic-price-menu thead th {
  background-color: #1CA4B4;
  color: white;
  font-weight: bold;
  padding: 12px;
  text-align: left;
  border-bottom: 2px solid #0d5f68;
}

/* 各行のセル */
table.clinic-price-menu td {
  padding: 12px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

/* 最後の行だけ下線を除去 */
table.clinic-price-menu tbody tr:last-child td {
  border-bottom: none;
}

/* メニュー名の列をやや太字に */
table.clinic-price-menu td:first-child {
  font-weight: 600;
  color: #333;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-ae63dc1 */.doctor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}

.doctor-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.33% - 1.5rem);
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.2s;
}

.doctor-item:hover {
  transform: translateY(-4px);
}

.doctor-photo img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
}

.doctor-name {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.doctor-career {
  font-size: 0.95rem;
  color: #555;
  text-align: center;
  white-space: pre-line;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-bf33c47 *//* テーブル全体のデザイン */
table.clinic-price-menu {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #1CA4B4;
  background-color: #f9fafa;
  margin: 20px 0;
  font-family: "Helvetica Neue", sans-serif;
}

/* ヘッダー */
table.clinic-price-menu thead th {
  background-color: #1CA4B4;
  color: white;
  font-weight: bold;
  padding: 12px;
  text-align: left;
  border-bottom: 2px solid #0d5f68;
}

/* 各行のセル */
table.clinic-price-menu td {
  padding: 12px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

/* 最後の行だけ下線を除去 */
table.clinic-price-menu tbody tr:last-child td {
  border-bottom: none;
}

/* メニュー名の列をやや太字に */
table.clinic-price-menu td:first-child {
  font-weight: 600;
  color: #333;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-ae63dc1 */.doctor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}

.doctor-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.33% - 1.5rem);
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.2s;
}

.doctor-item:hover {
  transform: translateY(-4px);
}

.doctor-photo img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
}

.doctor-name {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.doctor-career {
  font-size: 0.95rem;
  color: #555;
  text-align: center;
  white-space: pre-line;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-bf33c47 *//* テーブル全体のデザイン */
table.clinic-price-menu {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #1CA4B4;
  background-color: #f9fafa;
  margin: 20px 0;
  font-family: "Helvetica Neue", sans-serif;
}

/* ヘッダー */
table.clinic-price-menu thead th {
  background-color: #1CA4B4;
  color: white;
  font-weight: bold;
  padding: 12px;
  text-align: left;
  border-bottom: 2px solid #0d5f68;
}

/* 各行のセル */
table.clinic-price-menu td {
  padding: 12px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

/* 最後の行だけ下線を除去 */
table.clinic-price-menu tbody tr:last-child td {
  border-bottom: none;
}

/* メニュー名の列をやや太字に */
table.clinic-price-menu td:first-child {
  font-weight: 600;
  color: #333;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-ae63dc1 */.doctor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}

.doctor-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.33% - 1.5rem);
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.2s;
}

.doctor-item:hover {
  transform: translateY(-4px);
}

.doctor-photo img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
}

.doctor-name {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.doctor-career {
  font-size: 0.95rem;
  color: #555;
  text-align: center;
  white-space: pre-line;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-bf33c47 *//* テーブル全体のデザイン */
table.clinic-price-menu {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #1CA4B4;
  background-color: #f9fafa;
  margin: 20px 0;
  font-family: "Helvetica Neue", sans-serif;
}

/* ヘッダー */
table.clinic-price-menu thead th {
  background-color: #1CA4B4;
  color: white;
  font-weight: bold;
  padding: 12px;
  text-align: left;
  border-bottom: 2px solid #0d5f68;
}

/* 各行のセル */
table.clinic-price-menu td {
  padding: 12px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

/* 最後の行だけ下線を除去 */
table.clinic-price-menu tbody tr:last-child td {
  border-bottom: none;
}

/* メニュー名の列をやや太字に */
table.clinic-price-menu td:first-child {
  font-weight: 600;
  color: #333;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-ae63dc1 */.doctor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}

.doctor-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.33% - 1.5rem);
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.2s;
}

.doctor-item:hover {
  transform: translateY(-4px);
}

.doctor-photo img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
}

.doctor-name {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.doctor-career {
  font-size: 0.95rem;
  color: #555;
  text-align: center;
  white-space: pre-line;
}/* End custom CSS */