/*
Theme Name: Linqrev_child themes
Theme URI: Https://linqrev.com
Template: lightning
Description: 
Author: YukariHiramatsu
Tags: 
Version: 0.5.1
*/

/* カスタム投稿タイプ「Column」のスタイル設定 */
.post-type-colum h2{
 padding: 0.5em;/*文字周りの余白*/
 color: #1365d8;/*文字色*/
 border-left: solid 5px #1365d8;/*左線（実線 太さ 色）*/}
.post-type-colum h3{color:#0693E3;font-size:1.6rem;padding-bottom:10px;}
.post-type-colum h4{color:#1365D8;font-size：1.4rem;padding-bottom:10px;}

/* 通常投稿のスタイル設定 */
.post-type-post h2{
 padding: 0.5em;/*文字周りの余白*/
 color: #1365d8;/*文字色*/
 border-left: solid 5px #1365d8;/*左線（実線 太さ 色）*/}
.post-type-post h3{color:#0693E3;font-size:1.6rem;padding-bottom:10px;}
.post-type-post  h4{color:#1365D8;font-size：1.4rem;padding-bottom:10px;}

	


/*-------------------------*/
/*  モバイルメニューカスタマイズ   */
/*-----------------------*/

.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a 
{ color:#203e77;}

div#vk-mobile-nav {
    background-color:#f8f8f8;
}

nav.vk-mobile-nav-menu-outer ul li {
    border-bottom: 1px solid #203e77;
}
.vk-mobile-nav nav>ul {
    border-top: none;
}




/*------------------------------------*/
/* フッターフローティングボタン (隙間なしタイプ） */
/*----------------------------------*/

/* フローティングメニュー全体のスタイル */
.footerFloatingMenu {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999;
}

/* リンク共通のスタイル（ボタン風ではない） */
.footerFloatingMenu__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  width: 50%;
  height: 60px; /* 固定の高さ */
  transition: all 0.3s ease;
}

/* アイコンのスタイル */
.footerFloatingMenu__btn i {
  margin-right: 8px;
  font-size: 1.5em;
  color: #ffffff;
}

/* LINEリンクの背景色とホバー効果 */
.c-btn--blue {
  background-color: #56B6EC;
  color: #ffffff;
}

.c-btn--blue:hover {
  opacity: 0.9;
}

/* メール問い合わせリンクの背景色とホバー効果 */
.c-btn--orange {
  background-color: #1365D8;
  color: #ffffff;
}

.c-btn--orange:hover {
  opacity: 0.9;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .footerFloatingMenu__btn {
    font-size: 14px;
  }
}


/*---------------------------------------*/
/* 次の記事　前の記事のカスタマイズ            */
/*---------------------------------------*/

.next-prev-prev.card-horizontal .card-body {
padding-left: 5.0rem;
}

.next-prev-next.card-horizontal .card-body {
padding-right: 5.0rem;
}
.vk_posts.next-prev {
    padding: 50px;
}

/*----------------------*/
/*上に戻るボタン           */
/*----------------------*/
.page_top_btn {
    position: fixed;
    right: 2%;
    bottom: 3%;
    z-index: 99999;
    width: 50px;
    height: 50px;
    color: transparent;
    border: solid 1px #ffffff !important;
    background: #1665D8!important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .8), 0 0 0 2px rgba(0, 0, 0, .8);
    background-image: var(--ver_page_top_button_url);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity .3s;
    text-decoration: none;
}