@charset "utf-8";
/*
Theme Name: Lightning Child
Template: lightning
Author:アートフレア株式会社
Version: 1.2
*/
/* 標準データ最終更新日：2026/01/29  */
/*
 * WEBフォントの読み込み（@import url('https://fonts～'); ）はHeader.phpで行う
*/
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  General　全体的な設定
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :root設定、bodyへの上書き、カラー変数設定など */ 
:root {
  --en: 'Montserrat', "Noto Sans JP", sans-serif;
  --vk-color-text-body: #fff;
  --vk-line-height: 2em;
  --gradation: linear-gradient(90deg, #7776ff 0%, #ae2cf1 100%);
}
a{
  transition: all 0.5s ease-in-out;
}
a:not([class]):hover {
  color: var(--vk-color-custom-1);
}
/*ページの余白を消す*/
.site-body {
	padding: 0;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など 汎用パーツへの上書き */
/*PCでは非表示*/
.pc-hidden {
  display: none;
}
/*フォント設定*/
body, h1, h2, h3, h4, h5, h6, .page-header-title {
  font-family: 'Montserrat', "Noto Sans JP", sans-serif;
}
/*英字フォント*/
.en {
  font-family: var(--en);
}
/*見出しサイズ*/
h2 {
  font-size: 2.2rem;
}
.home h2 {
  font-size: 2.8rem;
}
/*見出し > 逆順テキストの調整*/
.is-style-af-heading-reverse .vk_heading_subtext {
  line-height: 1.2em;
  margin-bottom: .2em;
  font-weight: 500;
}
/*見出し >上部に線*/
.heading-bar-top {
  position: relative;
  padding-top: .8em;
}
.heading-bar-top::before {
  content: "";
  display: inline-block;
  height: 5px;
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--gradation);
}
/*見出し > インラインの囲みあり*/
.heading-inline{
  background: #000;
  padding: 10px 20px;
  border: 1px solid currentColor;
  display: inline-block;
  letter-spacing: 0.1em;
  border-radius: 5px;
}
/*グラデーションテキスト*/
.gradation-text {
  background: var(--gradation);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin: 0;
}
/*縦書き*/
.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 0;
}
/*ボタン*/
.vk_button .vk_button_link.btn, .editor-styles-wrapper .vk_button .vk_button_link.btn {
  border-radius: 50px;
}
.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;
  color: #fff;
}
.vk_button_link {
  position: relative;
  padding: 1em 4em 1em 2em !important;
  transition: transform 0.6s;
}
.vk_button_link::before {
  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::before {
  transform: scale(1.1) translateY(-50%);
}
.anchor_btn .vk_button_link::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../../../wp-content/uploads/icon_down-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-type-text {
  padding: 0 45px 0 0 !important;
  color: #303030 !important;
}
.vk_button_link-type-text .vk_button_link_caption {
  display: inline-flex !important;
}
.vk_button_link-type-text::before {
  width: 32px;
  height: 32px;
  right: 0;
}
/*ボタン下線あり*/
.btn-underline .vk_button_link {
  padding: 0 0 10px 0 !important;
  border-bottom: 1px solid
}
.btn-underline:hover .vk_button_link {
  padding: 0 0 10px 0 !important;
}
.btn-underline .vk_button_link::after {
  display: none;
}
.btn-underline .vk_button_link_caption {
  display: flex !important;
  justify-content: space-between !important;
}
.btn-underline .vk_button_link_txt, .btn-underline i {
  transition: .6s;
}
.btn-underline:hover .vk_button_link_txt {
  transform: translate(10px, 0);
}
.btn-underline:hover i {
  transform: translate(-10px, 0);
}
/*囲みボタン*/
.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::before {
  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;
}
/*アイコンが左のボタン*/
.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: hidden;
}
.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;
}
.stretched-linkitem img {
  transition: transform .3s;
}
.stretched-linkitem:hover img {
  transform: scale(1.1);
  transition: transform .3s;
}
.stretched-linkitem:hover .vk_button_link::before {
  transform: scale(1.1) translateY(-50%);
}
/*グリッドカラムカード 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;
}
.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;
}
/* スクロール固定Column */
.position-sticky-wrap {
  overflow: visible !important;
}
.device-pc .wp-block-column.position-sticky-column {
  position: sticky;
  top: 130px;
  align-self: flex-start;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Header ヘッダーまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ヘッダーウィジェット・グローバルナビ */
.site-header .container {
  max-width: 100%;
  width: 100%;
  padding: 1em;
}
/* ヘッダー固定 */
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;
}
/* HOMEだけFVに透過にする */
.home header#site-header {
  position: fixed;
  transition: .5s;
  background-color: rgba(0, 0, 0, 0.8);
}
.home:not(.scrolled) header#site-header {
  background-color: transparent;
  box-shadow: none;
}
/* .home:not(.scrolled) h1.site-header-logo img {
  filter: contrast(0) brightness(3);
} */
/* グローバルナビ */
.global-nav-list > li .global-nav-name {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.3px;
  font-family: var(--en) !important;
}
.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-primary);
  border-bottom: 1px solid  var(--vk-color-primary);
}
.global-nav-list li {
  font-size: .9em;
  font-family: var(--en);
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */
.site-footer-content {
  padding-top: .5em !important;
}
.site-footer{
  font-size: .9rem !important;
}
.copyright{
  text-align: right;
}
.site-footer-copyright {
  padding: .2em;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/*EVENT*/
.event-item .vk_gridcolcard_item {
  position: relative;
  overflow: visible;
}
.event-item .vk_gridcolcard_item::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  background-image: url("../../../wp-content/uploads/icon_arrow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  right: -15px;
  bottom: 40px;
  transform: translateY(-50%);
  transition: transform 0.6s;
  z-index: 1;
}
.event-item .vk_gridcolcard_item:hover::before {
  transform: scale(1.1) translateY(-50%);
}
.event-item figure {
  margin-left: 4em;
  border: 1px solid;
  padding: 2em;
  border-image-source: linear-gradient(90deg, #7776ff 0%, #ae2cf1 100%);
  border-image-slice: 1;
}
.event-item .vertical-text {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
/*バナーリンク*/
.link-item .wp-block-cover__image-background {
  filter: grayscale(90%);
  transition: all 0.5s ease-in-out;
}
.link-item .vk_gridColumn_item:hover .wp-block-cover__image-background {
  filter: grayscale(0%);
}
/*スポンサー*/
.sponsor-link {
  position: relative;
  overflow: hidden;
}
.sponsor-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 60%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  pointer-events: none;
  z-index: 10;
}
.sponsor-link:hover::before {
  left: 150%;
  transition: left 1.5s ease-in-out;
}
/*チケット*/
.ticket ul{
  padding: 0;
  margin: 0;
}
.ticket ul li{
  list-style: none;
  padding:0;
  margin: 0;
  font-size: 2rem;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.ticket ul li a{
  display: block;
  padding: .5em 2em .5em 0;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
}
.ticket ul li a::before{
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  background-image: url("../../../wp-content/uploads/icon_arrow_black.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  right:0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all .3s ease-in-out;
}
.ticket ul li a:hover::before{
  right: 10px;
}
/*流れるテキスト*/
.flowimg-text {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 13rem;
  position: absolute;
  line-height: 1em;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  white-space: nowrap;
  font-weight: 600;
  transform: translateX(100%);
  animation: flowing 30s linear infinite;
  margin: 0;
  text-shadow: 1px 1px 0 #eee, -1px -1px 0 #eee, -1px 1px 0 #eee, 1px -1px 0 #eee, 0px 1px 0 #eee, 0-1px 0 #eee, -1px 0 0 #eee, 1px 0 0 #eee;
  opacity: .3;
}
@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Pageheader, Breadcrumb 下層ページヘッダー・パンくずリスト
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */
.page-header-title, h1.page-header-title {
  font-size: 4rem !important;
  font-weight: 400 !important;
}
.breadcrumb-list {
  padding:1.5em 0;
}
.breadcrumb-list li a{
  color: var(--vk-color-primary);
  text-decoration: none;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */
/*イベントスケジュール*/
.schedule-tag{
  width: 180px;
}
/*イベントスケジュール > アコーディオン*/
.vk_accordion{
  border: medium none !important;
}
.vk_accordion-trigger{
  padding: 1.5em 4em 1.5em 1.5em;
  background-color: #333;
}
.vk_accordion-trigger::before{
  content: "";
  display: inline-block;
  background: var(--gradation);
  position: absolute;
  right:18px;
  top: 14px;
  width:40px;
  height: 40px;
  border-radius: 50px;
}
.vk_accordion-trigger .vk_accordion-toggle-close::after, .vk_accordion-trigger .vk_accordion-toggle-open::after{
  border-top:solid 2px #fff !important;
  border-right: solid 2px #fff !important;
  right:4em !important;
  width: 12px !important;
  height: 12px !important;
}
.vk_accordion-target {
  padding: 2em 2.5em 3em;
  background-color: #222;
}
.vk_accordion-target-close {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
}
.vk_accordion-trigger .vk_accordion-toggle-close::after{
  top: 40% !important;
}
.vk_accordion-trigger .vk_accordion-toggle-open::after{
  top: 45% !important;
}
.schedule a{
  color: #fff;
}
.schedule a:hover{
  color: #999;
}
/*固定お問い合わせボタン*/
.fix-contact{
  position: fixed;
  z-index: 99999;
  right: 2em;
  bottom: 1.5em;
}
.fix-contact .btn {
  background:var(--gradation);
  transition: transform 0.4s ease-out !important;
  animation: dance-bounce 0.4s infinite alternate;
  animation-play-state: paused;
}
.fix-contact .btn:hover {
  opacity: 1 !important;
  animation-play-state: running;
}
@keyframes dance-bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-6px);
  }
}
/*SNSボタン*/
.sns-btn .vk_icon {
  transition: transform 0.5s ease;
}
.sns-btn .vk_icon:hover {
  transform: scale(0.9);
}
/*背景ループ*/
.roop-item {
  position: relative;
  overflow: hidden;
}
.roop-item::before, .roop-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 49%;
  z-index: 0;
  background-repeat: repeat-x;
  background-size: contain;
}
.roop-item::before {
  background-image: url("../../../wp-content/uploads/roop_img01.png");
  animation: loop-left 40s linear infinite;
  top: 0;
  left: 0;
}
.roop-item::after {
  background-image: url("../../../wp-content/uploads/roop_img02.png");
  animation: loop-right 40s linear infinite;
  left: 0;
  bottom: 0;
}
.roop-item > .wp-block-group__inner-container {
  position: relative;
  z-index: 1;
}
@keyframes loop-left {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1000px 0;
  }
}
@keyframes loop-right {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1000px 0;
  }
}
.roop-item-kalive::before{
  background-image: url("../../../wp-content/uploads/roop_img01_kalive.png");
}
.roop-item-kalive::after{
  background-image: url("../../../wp-content/uploads/roop_img02_kalive.png");
}
.roop-item-gaon::before{
  background-image: url("../../../wp-content/uploads/roop_img01_gaon.png");
}
.roop-item-gaon::after{
  background-image: url("../../../wp-content/uploads/roop_img02_gaon.png");
}
/*エントリー投稿リスト*/
.entry-event{
  justify-content: center !important;
}
/*Q&A*/
.vk_faq .vk_faq_title::before {
  background-color: var(--vk-color-custom-1) !important;
}
.vk_faq .vk_faq_content::before {
  background-color: var(--vk-color-custom-2) !important;
}
.vk_faq.vk_faq-accordion .vk_faq_title {
  font-size: 1rem !important;
  font-weight: normal !important;
}
/*基本のテーブル*/
.base-table table{
  border: medium none !important;
  border-top: 1px solid #999 !important;
}
.base-table table th{
  border-left: medium none !important;
  border-right: medium none !important;
  border-top: medium none !important;
  border-bottom: 1px solid #999 !important;
  padding: 1em 0 !important;
  width: 15% !important;
  vertical-align: top !important;
}
.base-table table td{
  border-left: medium none !important;
  border-right: medium none !important;
  border-top: medium none !important;
  border-bottom: 1px solid #999 !important;
  padding: 1em !important;
  background: none !important;
}
/*悩み*/
.nayami-list{
  padding: 0;
  margin: 0 0 2em 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: center;
}
.nayami-list li{
  border: 1px solid var(--vk-color-primary);
  background:#000;
  list-style: none;
  padding: 1em 3em;
  border-radius: 10px;
  margin: 0;
  font-size: 1rem;
}
.nayami-list li::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  margin-right: 10px;
  color: var(--vk-color-primary);
}
/*番号リスト*/
.wp-block-list.num-list {
  list-style: none;
  counter-reset: my-counter;
  padding-left: 0;
}
.wp-block-list.num-list li {
  position: relative;
  padding-bottom: 15px;
  padding-left: 40px;
  margin-bottom: 10px;
  border-bottom: 1px solid #999;
  counter-increment: my-counter;
  font-size: 1.2rem;
}
.wp-block-list.num-list li::before {
  content: "0" counter(my-counter);
  font-size: 24px;
  color:var(--vk-color-custom-1);
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
/*history*/
.box-item {
  position: relative;
  margin: 2em 0;
  padding: 2em;
  border: solid 1px var(--vk-color-custom-4);
  border-radius: 5px;
}
.box-item .wp-block-heading {
  position: absolute !important;
  display: inline-block;
  top: -.5em;
  left: 1em;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #343434;
  font-weight: bold;
}
.box-item .wp-block-group{
  gap: 2em;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive　ブログ一覧ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/*投稿リスト > サムネイルのサイズ*/
.card-noborder .vk_post_imgOuter {
  border: medium none !important;
  min-height: 400px !important;
}
.vk_post {
  padding: 1.2rem 15px !important;
}
.card-noborder:hover {
  box-shadow: 0 0 5px #fff;
  text-decoration: none !important;
  transition: box-shadow 0.3s ease-in-out;
}
.vk_post .vk_post_title a{
  text-decoration: none !important;
  border: medium none !important;
}
.vk_post .vk_post_title a:hover{
  text-decoration: none !important;
  border: medium none !important;
}
.card-body {
  padding: .5rem 0 0 0 !important;
}
/*投稿ページレイアウト*/
.single .entry, .single-post .entry{
  background-color: #323232;
  padding: 2.5em;
}
/*投稿サイドメニュー*/
.sub-section {
  padding-bottom: 2em !important;
}
.sub-section .sub-section-title, .site-body-bottom .sub-section-title {
  padding:0 0 .6em 0;
  color: #fff;
  font-size: 1.5em;
  border-bottom: 1px solid #999;
}
.veu_postList .postList_title {
  font-size: .9rem;
}
.veu_postList .postList a:hover {
  text-decoration: none;
}
.sub-section .widget_archive > ul li a, .sub-section .widget_nav_menu > ul li a {
  border: none;
  padding: 1em 0;
  color: unset;
}
.sub-section .widget_archive > ul li:not(:last-child), .sub-section .widget_nav_menu > ul li:not(:last-child) {
  border-bottom: 1px solid #999;
}
.localNavi {
  border-bottom: 1px solid #999;
}
.localNavi > li {
  position: relative;
  padding-left: 20px;
}
.localNavi li::before {
  position: absolute;
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  padding-right: .2em;
  left: 0;
  top: 18px;
  font-size: .9rem;
  color: #999;
}
.localNavi li a:hover {
  text-decoration: none !important;
}
.sub-section .widget_archive > ul li a:hover, .sub-section .widget_nav_menu > ul li a:hover {
  text-decoration: underline;
  background: none;
}
.sub-section .widget_nav_menu ul.children {
  border-top: 1px solid #eee;
}
.sub-section .widget_nav_menu ul.children a {
  padding-left: 1em;
  position: relative;
}
.sub-section .widget_nav_menu ul.children a::before {
  position: absolute;
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  padding-right: .2em;
  left: 0;
  top: 18px;
  font-size: .9rem;
  color: #999;
}
.sub-section ul li.current-cat a {
  background-color: transparent !important;
}
.entry-header .entry-title, .archive-header-title {
  margin-bottom:.8em;
  font-size: 2rem;
  position: relative;
  z-index: 0;
  padding: 0 0 .8em 0;
  border-bottom: 1px solid #999;
}
.entry-meta-item {
  color: #999;
}
.entry-footer {
  margin-bottom: 0 !important;
}
.entry-meta-data-list dt {
  min-width: 12em !important;
}
.veu_postList ul.postList li {
  border-bottom: 1px solid #999 !important;
}
.sub-section .widget_archive > ul li a:hover, .sub-section .widget_nav_menu > ul li a:hover{
  color: var(--vk-color-custom-1) !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  FAQ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.vk_faq.vk_faq-accordion-close .vk_faq_title::after, .vk_faq.vk_faq-accordion-open .vk_faq_title::after {
    border-right: 1px solid #ffffff!important;
    border-top: 1px solid #ffffff!important;
}
.vk_faq {
    border-bottom: 1px solid rgb(212 212 212 / 12%)!important;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  CHAMISSO イベントページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ロゴ */
.chamisso_conse_logo img{
    border-radius: 15px!important;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  イベント準備中ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.coming-soon-logo-img{
    text-align: center;
}
.coming-soon-logo-img figure img{
    width: 50%;
    border-radius: 15px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  D 追加CSS
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* TOP > チケット一覧ボタン */
.tickets_btn .vk_button_link::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../../../wp-content/uploads/icon_arrow_black.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;
}
.tickets_btn .vk_button_link_txt {
    transition: transform 0.6s;
    color: #333;
}

/* イベント > スケジュール */
/* イベントページ > スケジュール */
  .stretched-linkitem {
    display: flex;
  }
  .stretched-linkitem > p:first-of-type {
    width: 70%;       /* 好きな固定幅に調整 */
    flex-shrink: 0;   /* 縮まないように */
  }
/*   .stretched-linkitem > p:last-of-type {
    width: 30%;       /* タグ側 */
  }
 */


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