@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への上書き、カラー変数設定など */

.font-a {
  font-family: "Kaisei Decol", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-B{
/* font-family: "toppan-bunkyu-midashi-go-std", sans-serif; */
font-weight: 700;
font-style: normal;
}

body,p,li,th,td,a {
/* 	font-family: "toppan-bunkyu-midashi-go-std", sans-serif; */
	font-weight: 700;
	font-style: normal;
    font-feature-settings: 'palt';
}
p,li{
	letter-spacing: 0.05em;
}
h1,h2,h3,h4,h5 {
  font-family: "Kaisei Decol", sans-serif;

  font-weight: 700;
  font-style: normal;
}

li {
	margin-top:0;
	margin-bottom:0;
}

span.vk_button_link_txt {
/*     font-family: 'Noto Sans JP'; */
    font-weight: 600;
}

/* スマホ特化レイアウト */
@media screen and (min-width:992px) {
#site-header {
    position: fixed;
    box-shadow: none;
    width:calc( (100vw - 600px) / 2);
    height: 100%;
	overflow:scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.page-header,#breadcrumb{
    max-width: 600px;
    margin-inline: calc( (100vw - 600px) / 2);
    overflow: hidden;
    border-left: solid 5px var(--vk-color-primary-dark);
    border-right: solid 5px var(--vk-color-primary-dark);
}

.site-body {
    max-width: 600px;
	min-height: 100vh;
    margin-inline: calc( (100vw - 600px) / 2);
    overflow: hidden;
    border-left: solid 5px var(--vk-color-primary-dark);
    border-right: solid 5px var(--vk-color-primary-dark);
	z-index: 100;
}
footer.site-footer {
	width:calc( (100vw - 600px) / 2);
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
}


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

/*ボタン角丸*/
.btn {
	border-radius:100px;
}

/*グリッドカラム間隔調整*/
.vk_gridColumn .row {
	margin:0 -5px;
}
.vk_gridColumn [class*=col-] {
	padding:0 5px;
}

/*レイアウト（上下左右中央）*/
.centermiddle {
position:absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 100%;
}

/*区切り線*/
hr.wp-block-separator {
	margin:15px 15px 20px;
	border-width:10px;
	border-radius:10px;
}

/*企画紹介　下配置ボタン*/
.flt-btm {
	position:absolute;
	bottom:1rem;
	left:0;
	right:0;	
}

/*吹き出し*/
.balloon {
  background-color: #fff;
  border-radius: 0;
  position: relative;
  padding:.5rem 1rem;
  display:inline-block;
  filter: drop-shadow(4px 4px  rgba(0, 0, 0));
  border:2px solid #000;
}
.balloon::before {
	content: "";
    position: absolute;
    bottom: -12px;
    left: 15%;
    translate: -50% 0;
    width: 24px;
    height: 24px;
    background: #fff;
    rotate: -45deg;
    clip-path: polygon(0px 0px, 0px 100%, 100% 100%);
	border:2px solid #000;
}






/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  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;
}
@media screen and (min-width:992px) {
div#site-header-container {
	display: flex;
	height: 100%;
	flex-direction: column-reverse;
	padding: 0;
	background: var(--vk-color-primary);
	justify-content: space-evenly;
}
.site-header-logo img {
	position: absolute !important;
    clip: rect(0, 0, 0, 0) !important;
}
nav#global-nav {
    border: none;
    width: 100%;
    margin: 0;
}
ul#menu-headernavigation {
    display: flex;
    flex-direction: column;
    width: 100%;
}
}
nav#global-nav {
	width:80%;
}
.global-nav {
	border-radius:1rem;
}



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



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


.top_date {
    margin-block: 4rem;
}
.top_date p {
    line-height: 1;
}
.top_date .top_date_md {
    font-size: 3rem;
}
.top_date .top_date_md mark {
    color: #fff;
    background: #333;
    padding: 0.2em;
    font-size: 1.5rem;
    margin-inline: .2em;
    vertical-align: middle;
}

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



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

/* 会社概要 */

/* 会社概要　＞　代表あいさつ */

/*企画紹介*/
.plan-list {
	gap:0;
}


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

.main-section--col--two,
.sub-section--col--two {
	width:100%;
}
.vk_posts-postType-event.vk_posts-layout-card {
    margin-left: 0;
    margin-right: 0;
    gap: 10px 10px;
}
.vk_posts-postType-event.vk_posts-layout-card .vk_post.card{
    margin: 0;
}

.vk_posts-postType-event.vk_posts-layout-card .vk_post-col-xl-6 {
    width: calc((100% - 10px) / 2);
}

@media (max-width:767px){
.vk_posts-postType-event.vk_posts-layout-card .vk_post-col-xs-12{
    width:100%;
}
}

.vk_post_taxonomy_title_inner {
    min-width: 5em;
    border: none;
    background: none;
    font-weight: normal;
    opacity: 0.5;
    text-align: left;
}
dd.vk_post_taxonomy_terms a {
    text-decoration: none;
    background: #eee;
    padding: 0.4em;
    color: #333;
	white-space: nowrap;
}

.vk_post_body {
    padding: 1rem 0 0;
}

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

/* フッタータグ・カテゴリ */
.entry-footer {
    margin-top: var(--vk-margin-section-bottom);
}
.entry-meta-data-list dl {
    margin: 0 0 10px;
    display: flex;
    align-items: baseline;
}
.entry-meta-data-list dt {
    background: none;
    color: unset;
    font-size: 1rem;
    padding: 0;
    min-width: 5em;
    text-align: left;
    float: unset;
    margin-right: 1.5em;
}
.entry-meta-data-list dd.tagcloud {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}
.entry-meta-data-list dd a {
    background: #eee;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #777;
    border-radius: 5px;
    margin: 0;
    transition: .3s;
}
.entry-meta-data-list dd a:hover {
    text-decoration: none;
    color: #333;
    background: #ddd;
}

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


