@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 {
	--b-radius:2rem;
	--b-shadow:0px 5px 30px rgba(0, 0, 0, 0.1);
	--vk-color-text-link-hover:var(--vk-color-primary);
}

.gra-green {
	background: linear-gradient(124deg,rgba(87, 167, 108, .9) 0%, rgba(190, 218, 61, .9) 100%);
}
.gra-pink {
	background: linear-gradient(124deg,rgba(246, 191, 159, 1) 0%, rgba(235, 142, 185, 1) 55%);
}

.boxshadow {
	box-shadow:0px 5px 30px rgba(0, 0, 0, 0.1);
}

figure.wp-block-image.is-style-vk-image-rounded img {
	border-radius:2rem;
}

a {
	transition:.5s;
}

/*ボタンのリセット（下線消しとか）*/
.vk_button .vk_button_link.btn:hover {box-shadow:none;}
.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{
  text-decoration:none!important;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など 汎用パーツへの上書き */

/*見出し*/
h2 {
	font-size:2.25rem;
}

/*余白*/
.img-mb0 figure {
	margin-bottom:0!important;
}

/*エントリーボタン*/
.btn-entry {
  position:fixed;
  bottom:2rem;
  right:2rem;
  z-index:100;
}
.btn-entry .vk_button_link.btn {
  display:block;
  width:160px;
  height:160px;
  border-radius:100%;
  padding:1rem!important;
  position:relative;
	background: linear-gradient(124deg,rgba(246, 191, 159, 1) 0%, rgba(235, 142, 185, 1) 55%);
	transition:.5s;
}

.btn-entry .vk_button_link_caption {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	transform:translateY(-50%);
	flex-direction:column;
	font-size:20px;
	font-weight:700;
}
.btn-entry .vk_button_link_before {
	margin-right:0;
	margin-bottom:8px;
	font-size:2em;
}

/*先輩医師の声ボタン*/
.imgbtn {
	position:relative;
	background:#fff;
	border-radius:var(--b-radius);
	box-shadow:var(--b-shadow);
	padding:1.5rem;	
	transition: .5s;
}
.imgbtn:hover {
	box-shadow:none;
	background:#e5f4df;
}
.imgbtn figure img {
	width:100%;
}
.imgbtn .wp-block-vk-blocks-button a {
}
.imgbtn .wp-block-vk-blocks-button a:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

/*画像100％*/
.w-100 img {
	width:100%;
}

/*上下ドット線*/
.border-dot-bottom {
  border-bottom:5px dotted var(--vk-color-primary);
  padding-bottom:2rem;
  padding-top:2rem;
}
.border-dot-top {
  border-top:5px dotted var(--vk-color-primary);
}


/*罫線テーブル*/
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
	padding:1rem;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Header ヘッダーまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ヘッダー固定 */
body  {
	overflow-x: unset !important;
    display: flex;
    flex-direction: column;
}
.device-pc #site-header {
    position: sticky;
    top: 0;
}
.logged-in.device-pc #site-header {
    top: 32px;
}

.site-header-logo img {
	margin-block:10px;
}

/* グローバルナビ */
.global-nav-list>li>a {
	transition: .3s;
	border-bottom: 3px solid transparent;
}
/* .global-nav-list>li>a:hover,
.global-nav-list>li.current-menu-item>a {
    color: var(--vk-color-custom-1);
    border-bottom: 3px solid var(--vk-color-custom-1);
} */

#site-header-container.container {
	max-width:100%;
}
.header_nav_search_container {
	min-width:unset;
}

.header-btn .vk_button_link.btn {
	padding:.5rem;
	font-size:14px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */

.site-body-bottom {
	padding-block:1.5rem;
}
.site-body-bottom ul.menu {
	display:flex;
	justify-content:center;
}
.site-body-bottom .widget_nav_menu>div>ul li a {
	border-bottom:none;
	padding:0 .5rem;	
}
.site-body-bottom .widget_nav_menu>div>ul li a:hover {
	background-color:transparent;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */

/*メインティーザー*/
.teasertxt {
	padding:2rem 3.5rem;
	border-radius:0 var(--b-radius) 0 0;
}

/*タブ*/
.vk_tab_labels .vk_tab_labels_label {
	border-radius:100px;
	padding:1rem;
}
.vk_tab_labels .vk_tab_labels_label.vk_tab_labels_label-state-active {
	background:var(--wp--preset--color--vk-color-custom-5)!important;	
}
.vk_tab_labels-tabSize--pc-monospaced {
	gap:1rem;
}
.has-border-top {
	border-top:none;
}


/*数字で見る環境*/
.count-num {
	font-size:clamp(2.25rem, 1.977rem + 1.36vw, 3rem);
	font-weight:900;
	line-height:1.2;
}
.count-txt {
	font-size:clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
	font-weight:900;
}

/*タイムライン*/
.vk_timeline, body .container .is-layout-flow>.vk_timeline {
	margin:0;
}
.vk_timeline .vk_timeline_item_style.vk_timeline_item_style-outlined {
	background:currentColor;
}
.vk_timeline .vk_timeline_item_caption {
	font-size:1.1rem;
	font-weight:700;
	color:var(--wp--preset--color--vk-color-primary);
}
.vk_timeline_item_content .wp-block-heading {
	font-size:1.1rem;
	padding-top:2px;
}
.vk_timeline_item_content figure img {
	border-radius:1rem!important;
}

.wp-block-vk-blocks-timeline-item {
display: grid;
grid-template-columns: 60px 1fr;
grid-template-rows: auto;
grid-column-gap: 0px;
grid-row-gap: 0px;
}
.vk_timeline_item_caption { grid-area: 1 / 1 / 2 / 2; }

.vk_timeline_item_content {
	grid-area: 1 / 2 / 2 / 3;
display: grid;
grid-template-columns: 60px 1fr;
grid-template-rows: repeat(2, auto);
grid-column-gap: 0px;
grid-row-gap: 0px;
	margin-left:-60px;
}
.vk_timeline_item_content .wp-block-heading { grid-area: 1 / 2 / 2 / 3; }
.vk_timeline_item_content .wp-block-columns { grid-area: 2 / 1 / 3 / 3; }


/*FAQ*/
.vk_faq .vk_faq_title:before {
	background-color:var(--vk-color-primary);
}
.vk_faq .vk_faq_content:before {
   background-color:var(--wp--preset--color--vk-color-custom-3);
}

.vk_faq {
	border-bottom:none;
}
.vk_faq.vk_faq-accordion-close, .vk_faq.vk_faq-accordion-open {
	margin-bottom:1.5rem;
}
.wp-block-vk-blocks-faq2 {
	background:#fff;
	border-radius:1rem;
	box-shadow:var(--b-shadow);
}
.vk_faq-body {
	padding:1rem 2rem;
}

/*アコーディオン*/
.wp-block-vk-blocks-accordion,
.vk_accordion-trigger .vk_accordion-toggle-open {
	border-bottom:none!important;
}
.wp-block-vk-blocks-accordion-trigger {
	padding:1.2rem 2rem;	
	background:#e5f4df;
	border-radius:1rem;
}
.wp-block-vk-blocks-accordion .wp-block-heading {
	font-size:1.3rem;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Pageheader, Breadcrumb 下層ページヘッダー・パンくずリスト
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 院長インタビュー */
.int-question {
  padding: 1rem 1rem;
  border-left: 7px solid #5260c9;
}
.page-id-5374 .page-header-title{
	text-align: left;
}
.page-id-5374 p{
	line-height: 2em;
}
.page-id-5374 .btn-entry,
.page-id-5396 .btn-entry,
.page-id-5407 .btn-entry,
.page-id-5411 .btn-entry{
	display: none; 
}
/* 社員インタビュー */
.page-id-5396 h2,
.page-id-5407 h2,
.page-id-5411 h2{
    color: #333;
    font-size: 1.5rem;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive　ブログ一覧ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Single　ブログ詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  その他・追加機能
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */

/*ハンバーガーメニュー*/

@media (max-width: 1410px) {
	.global-nav {
		display: none!important;
	}
    .header_nav_search_container {
        display: none;
    }
	body.device-pc .vk-mobile-nav-menu-btn {
        display: block;
    }
	    body.device-pc .vk-mobile-nav-menu-btn {
        display: block;
    }
	body.device-pc .vk-mobile-nav {
        display: block;
    }
}
#vk-mobile-nav-menu-btn {
    background: none;
    background-color: var(--wp--preset--color--vk-color-primary);
    border: none;
}
#vk-mobile-nav-menu-btn::after {
    content: '\f0c9';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 44px;
    width: 44px;
    text-align: center;
    text-indent: 0;
}
#vk-mobile-nav-menu-btn.menu-open::after {
    content: '\f00d';
}
