@charset "utf-8";
/*
Theme Name: Lightning Child
Template: lightning
Author:アートフレア株式会社
Version: 1.2
*/
/* 標準データ最終更新日：2025/04/14  */
/*
 * WEBフォントの読み込み（@import url('https://fonts～'); ）はHeader.phpで行う
*/
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  General　全体的な設定
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :root設定、bodyへの上書き、カラー変数設定など */
:root {
  --en: 'Roboto', "Noto Sans JP", sans-serif;
  --vk-color-text-body: var(--vk-color-primary);
  --vk-line-height: 2em;
}
body {
  font-family: 'Zen Maru Gothic',"M PLUS 1p",sans-serif;
}
/*背景設定*/
body.custom-background{
  background-attachment: inherit !important;
}
/*リンク色*/
a {
  color: var(--vk-color-custom-1);
}
a:hover{
  color: var(--vk-color-custom-1);
}
a:not([class]):hover {
  color: var(--vk-color-custom-1);
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など 汎用パーツへの上書き */
/*PCでは非表示*/
.pc-hidden{
  display: none;
}
/*英字フォント*/
.en {
  font-family: var(--en);
}
/*見出し > 逆順テキストの調整*/
.is-style-af-heading-reverse .vk_heading_subtext {
  line-height: 1.2em;
  margin-bottom: .2em;
  font-weight: 500;
  text-transform: uppercase;
}
/*見出し > 下中央線*/
.heading-underline-center{
  position:relative;
  padding-bottom: .5em;
}
.heading-underline-center::before{
  content: "";
  display: inline-block;
  width: 100px;
  height: 5px;
  background-color: var(--vk-color-custom-2);
  border-radius: 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
/*見出し > ドットつき*/
.heading-dot{
  position: relative;
}
.heading-dot::before{
  content: "●";
  margin-right: 5px;
  color: var(--vk-color-custom-1);
}
/*ボタン*/
.vk_button .vk_button_link.btn, .editor-styles-wrapper .vk_button .vk_button_link.btn {
  border-radius: 50px;
  box-shadow: 0px 0px 15px -5px #777777;
}
.vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_txt {
  text-decoration: none !important;
}
.vk_button .vk_button_link_caption, .editor-styles-wrapper .vk_button .vk_button_link_caption {
  display: flex !important;
  font-weight: 600;
  justify-content: flex-start;
}
.vk_button_link_txt {
  transition: transform 0.6s;
}
.vk_button_link {
  position: relative;
  padding: 1em 4em 1em 2em !important;
  transition: transform 0.6s;
}
.vk_button_link::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../../../wp-content/uploads/icon_arrow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.6s;
}
.vk_button_link:hover::after {
  transform: scale(0.9) translateY(-50%);
}
/*ボタンテキストタイプ*/
.vk_button_link-type-text {
  padding: 0 45px 10px 0 !important;
  border-bottom: 1px solid currentColor
}
.vk_button_link-type-text .vk_button_link_caption {
  display: inline-flex !important;
}
.vk_button_link-type-text::after {
  width: 32px;
  height: 32px;
  right: 0;
  top: .8em;
  opacity: .5;	
}
/*囲みボタン*/
.vk_button-color-custom a.vk_button_link {
  transition: 0.6s;
}
.vk_button-color-custom a.vk_button_link:hover {
  box-shadow: none;
  opacity: 0.8;
  transition: 0.6s;
}
/*アイコン付きボタン*/
.btn-has-icon .vk_button_link {
  padding-right: 2em !important;
  display: flex;
  justify-content: center;
}
.btn-has-icon .vk_button_link::after {
  display: none;
}
.btn-has-icon .vk_button_link-type-text {
  padding: 0 !important;
}
.btn-has-icon .vk_button_link i {
  transition: .6s;
}
.btn-has-icon .vk_button_link:hover i {
  transform: scale(0.9);
}
/*幅広ボタン > 中央揃え*/
.vk_button-align-wide .vk_button_link_caption{
  justify-content: center !important;
}
/*ボタン >　ホバーの下線を消す*/
.vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_txt, .vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_subCaption, .editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_txt, .editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_subCaption {
  text-decoration: none !important;
}
/*ボタン > フォント太さ*/
.vk_button .vk_button_link_caption, .editor-styles-wrapper .vk_button .vk_button_link_caption {
  word-break: initial;
  font-weight: 600;
}
/*ボタンホバーの影を消す*/
.vk_button-color-custom a:hover, .editor-styles-wrapper .vk_button-color-custom a:hover {
  box-shadow: none !important;
}
/*ボタンホバーの透過を消す*/
.vk_button-color-custom a.vk_button_link:hover {
  opacity: 1;
}
/*アイコンが左のボタン*/
.btn-icon-left .vk_button_link-type-text .vk_button_link_caption{
  display: flex !important;
  justify-content: flex-start !important;
  padding-left: 45px !important;
}
.btn-icon-left .vk_button_link-type-text::after{
  left: 0;
}
/*画像ホバーズームイン*/
figure.hover-move, .hover-move figure, .wp-block-cover.hover-move {
  overflow: visible;
}
.hover-move:hover img {
  transform: scale(1.1);
  transition: transform .6s;
}
.hover-move img {
  transition: transform .6s;
}
/* リンクエリア拡大 */
.stretched-linkitem {
  position: relative !important;
}
.stretched-linkitem a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.stretched-linkitem h2, h3, h4, h5, h6 {
  position: unset !important;
}
.stretched-linkitem a {
  text-decoration: none;
  color: #111;
}
.stretched-linkitem img {
  transition: transform .3s;
}
.stretched-linkitem:hover img {
  transform: scale(1.1);
  transition: transform .3s;
}
.stretched-linkitem a:hover {
  color: var(--vk-color-primary);
}
/*グリッドカラムカード hoverの透過を消す*/
.vk_gridcolcard_item a.vk_gridcolcard_item_container:hover {
  opacity: 1;
}
/*テーブルのフォントサイズリセット*/ 
:where(:not(.wp-block-table)) > table :is(th, td) {
  font-size: unset !important;
}
/*余白調整*/
.gap-none {
  gap: 0;
}
.gap-4em {
  gap: 4em;
}
.gap-3em {
  gap: 3em;
}
.gap-2em {
  gap: 2em;
}
.gap-1em {
  gap: 1em;
}
.padding-none {
  padding: 0 !important;
}
/* Mediaとテキスト */
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
@media (max-width: 768px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
    margin-top: 1em;
  }
}
/*横幅コンテンツに応じて中央揃え*/
.fit-content {
  width: fit-content;
  margin-inline: auto;
}
/*画像白反転*/
.img-white img {
  filter: contrast(0) brightness(3);
}
/*区切り線の太さ*/
.wp-block-separator {
  border-top: 1px solid;
}
/*画像を角丸にする*/
.round-fig figure img, .round-fig .wp-block-media-text__media img{
  border-radius: 10px;
}
/*グリッドカラムのコンテナーを100%に*/
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container{
	width: 100%;
}
/*iframeのマージンを消す*/
iframe {
  margin: 0;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Header ヘッダーまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ヘッダーウィジェット・グローバルナビ */
.site-header .container {
  max-width: 100%;
  width: 100%;
  padding: 1em;
}
.site-header-logo img {
  max-height: 70px !important;
}
.header_nav_search_container {
  min-width: 60px !important;
  margin-left: 40px !important;
}
/* ヘッダー固定 */
body {
  overflow-x: unset !important;
  display: flex;
  flex-direction: column;
}
.device-pc #site-header {
  position: sticky;
  top: 0;
}
.logged-in #site-header {
  top: 32px;
}
/* ヘッダー透過 */
header#site-header {
  background-color: transparent;
  box-shadow: none;
}
.scrolled header#site-header {
  background-color: #fff;
}
/* グローバルナビ */
.global-nav {
  margin-top: 50px;
}
.global-nav-list {
  gap: 2em !important;
}
.global-nav-list > li .global-nav-name {
  font-size: .9rem;
}
.site-header--trans--true .global-nav-list > li > a {
  color: #111 !important;
}
.global-nav-list > li > a {
  transition: transform .3s;
  padding: 8px 0 !important;
  border-bottom: 3px solid transparent;
}
.global-nav-list > li > a:hover, .global-nav-list > li.current-menu-item > a {
  color: var(--vk-color-primary) !important;
  border-bottom: 2px solid var(--vk-color-primary);
}
.global-nav-list > li:first-child::before {
  display: none;
}
.global-nav-list > li > ul.sub-menu {
  background-color: var(--vk-color-custom-1);
}
/*ヘッダーインフォメーションエリア*/
.header_nav_search_container {
  min-width: unset !important;
  margin-left: 20px !important;
  width: auto;
  position:  unset !important;
}
/*ヘッダー予約ボタン*/
.header_nav_search_container .yoyaku-btn .vk_button_link .vk_button_link_caption {
  padding: .5em 0;
  gap: .5em;
  line-height: 1em;
  flex-wrap: wrap;
}
.header_nav_search_container .yoyaku-btn .vk_button_link .vk_button_link_caption::before{
  width: 100%;
}
/*ヘッダーTEL*/
.head-tel{
  position: absolute;
  right: 10em;
  top: 1em;;
}
.header_nav_search_container .tel{
  font-size: 1.5rem;
}
.header_nav_search_container .tel::before{
  width: 20px;
  height: 20px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */
/*フッターフォントサイズ*/
.site-footer {
  --vk-size-text-sm: .9rem;
}
/*フッター余白調整*/
.home .site-footer-content {
  padding-top: var(--vk-margin-section-bottom);
}
.site-footer-content {
  padding-top: 0;
}
/*TELレイアウト*/
.tel {
  font-size: 1.8rem;
  margin: 0;
  position: relative;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: .3em;
  justify-content: flex-end;
  font-family: en;
  line-height: 1em;
}
.tel::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url("../../../wp-content/uploads/icon_tel.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer-tel{
    line-height: 1.3;
}
.site-footer .tel{
  justify-content: center;
}
.site-footer .tel a{
  color: var(--vk-color-primary);
  text-decoration: none;
}
/*予約ボタン*/
.yoyaku-btn .btn{
  border-radius: 5px !important;
}
.yoyaku-btn .vk_button_link{
  padding: .8em 1em !important;
}
.yoyaku-btn .vk_button_link .vk_button_link_caption{
  display: flex;
  justify-content: center;
  padding: 0;
  gap: .5em;
  line-height: 1em;
}
.yoyaku-btn .vk_button_link .vk_button_link_caption::before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../../../wp-content/uploads/icon-nikukyu.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.yoyaku-btn .vk_button_link::after{
  display: none;
}
/*コピーライトエリアを非表示*/
.site-footer-copyright {
  display: none;
}
/*フッターサイトマップのリンク色*/
.footer-sitemap a{
  color: var(--vk-color-primary);
  text-decoration: none;
}
.footer-sitemap a:hover{
  text-decoration: underline;
}
.jikangai a:hover{
    opacity: .7;
    transition: 0.3s
}
.jikangai a{
    transition: 0.3s
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/*ファーストビュー*/
.fv{
  margin-left: calc(50% - 48vw);
  margin-right: calc(50% - 48vw);
  border-radius: 10px;
  align-items: flex-start;
  padding: 4em;
}
.top-item::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 40vh;
}
/* MV上のコピー */
.copy{
    position: absolute;
    top: 120px;
	color: #fff;
}
/*受付状況*/
.medical-wait .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  flex-wrap: wrap;
}
#medical_wait_num, #medical_no {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  margin: 0 5px;
  background-color: var(--vk-color-custom-2);
  line-height: 1em;
  border-radius: 10px;
  padding:0 .5em;
  min-width: 150px;
}
.medical-wait span {
  font-size: 1.1rem;
  text-align: center;
}
/*背景にロゴマーク*/
.hidden-mark .wp-block-media-text__content{
  position: relative;
  z-index: 0;
}
.hidden-mark .wp-block-media-text__content::after{
  content: "";
  display: inline-block;
  width: 80%;
  height: 80%;
  background-image: url("../../../wp-content/uploads/logo_mark_white.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  right: 2em;
  bottom: 0;
  z-index: -1;
  opacity: .7;
}
/* Googleカレンダー */
.top-calendar{
    text-align: center;
}
/*アクセス*/
.access {
  position: relative;
}
.access .access-over-item {
  position: absolute;
  top: 10%;
  width: 420px;
  padding: 2em;
  right: 10%;
}
.access-table, .access-table th, .access-table td {
  border: medium none;
}
.access-table td:first-child {
  width: 18%;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
}
/* オンラインストア */
.top-online .vk_outer_container a .wp-block-vk-blocks-gridcolcard-item-body:hover{
    opacity: .7;
    transition: 0.3s
}
.top-online .vk_outer_container a .wp-block-vk-blocks-gridcolcard-item-body{
    transition: 0.3s
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Pageheader, Breadcrumb 下層ページヘッダー・パンくずリスト
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */
.breadcrumb-list {
  padding: 20px 0;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */
/*院概要テーブル*/
.profile-table table{
}
.profile-table table th{
  background-color: var(--vk-color-custom-2);
  border-color:  var(--vk-color-primary);
  padding: 1.5em !important;
  color: #fff;
}
.profile-table table td{
  border-color:  var(--vk-color-primary);
  padding: 1.5em !important;
}
/*アコーディオン*/
.vk_accordion-trigger {
  background-color: var(--vk-color-custom-2);
  border: 1px solid  var(--vk-color-custom-2);
  color: #fff;
}
.vk_accordion-trigger .vk_accordion-toggle-close::after, .vk_accordion-trigger .vk_accordion-toggle-open::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.vk_accordion-trigger p {
  font-size: 1.2rem !important;
}
.vk_accordion-target {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*採用情報テーブル*/
.recruit-table table{
}
.recruit-table table th{
  background-color: #efefef;
  border-color:  #ccc !important;
  padding: 1.2em !important;
}
.recruit-table table td{
  border-color:  #ccc;
  padding: 1.2em !important;
}
/* スクロール固定Column */
.position-sticky-wrap {
  overflow: visible !important;
}
.device-pc .wp-block-column.position-sticky-column {
  position: sticky;
  top: 130px;
  align-self: flex-start;
}
/*FAQ*/
.vk_faq{
  border-bottom: medium none !important;
}
.vk_faq .vk_faq_content {
  font-weight: unset;
}
.vk_faq .vk_faq_title {
  padding: 1rem 1rem 1rem 4rem !important;
  border-bottom: medium none !important;
  background-color: var(--vk-color-custom-3) !important;
  border-radius: 10px !important;
}
.vk_faq .vk_faq_content {
  padding: 1rem 1rem 1rem 4rem !important;
}
.vk_faq .vk_faq_title::before, .vk_faq .vk_faq_content::before {
  left: .5em;
}
.is-style-vk_faq-bgfill-circle .vk_faq_title::before{
  background-color: var(--vk-color-primary) !important;
}
.is-style-vk_faq-bgfill-circle .vk_faq_content::before {
  background-color: var(--vk-color-custom-1) !important;
}
.vk_faq.vk_faq-accordion-close .vk_faq_title::after, .vk_faq.vk_faq-accordion-open .vk_faq_title::after{
	right: 3em !important;
}
/* 診療案内 */
.tag-list {
  margin: 1em 0;
  padding: 1em;
  display: flex;
  gap: 20px 0;
  justify-content: left;
  flex-wrap: wrap;
/*   background-color: var(--vk-color-custom-4); */
}
.tag-list li {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  line-height: 1em;
  position: relative;
}
.tag-list li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  right: 0;
  top: 0;
}
/* .tag-list li:last-child::after {
  display: none;
} */

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive　ブログ一覧ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/*投稿リスト*/
.vk_posts .postListText_title, .postListText_date{
  font-size: unset;
}
.vk_post-postType-post{
  padding: 1rem 0 !important;
  transition: 0.6s;
  border-bottom: 1px solid #ddd !important;
}
.vk_post-postType-post a{
  text-decoration: none !important;
}
.vk_post-postType-post:hover{
  background: none !important;
  color: var(--vk-color-custom-1);
  transition: 0.6s;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Single　ブログ詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  その他・追加機能
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */