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


	
/*---------------------------*/
/* ヘッダースクロール固定    */
/*------------------------

.header_scrolled .header-top, .header_scrolled .site-header-logo, .header_scrolled .site-header-sub, .header_scrolled .vk-campaign-text {
    display: block;
}*/


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

.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;
}



/*------------------------------*/
/*  ハンバーガーメニューカスタマイズ      */
/*----------------------------*/

.vk-mobile-nav-menu-btn {border: none;width: 40px;height:40px;background-image: url("https://www.malaw.jp/wp-content/uploads/2023/12//menu_close.png");background-size: cover;}
.vk-mobile-nav-menu-btn.menu-open {border: none;width: 40px;height:40px;background-image: url("/wp-content/uploads/2024/04/check-box.png");background-size: cover;}
.vk-mobile-nav-menu-btn.position-right {left: inherit;right: 8px;}



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

/* フローティングメニュー全体のスタイル */
.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;
  }
}

/*----------------------------*/
/*　　新FAQのカスタマイズ　　　　　　　　　　　　　　
/*----------------------------

/*Q文字色
dt.wp-block-vk-blocks-faq2-q.vk_faq_title:before {
    color: #00347c !important;
    color: #62aa40 !important;
}

/*A文字色
.vk_faq_content:before {
    color: #62AA40!important;
}

/*A展開時背景色
dd.wp-block-vk-blocks-faq2-a.vk_faq_content.vk_faq_content-accordion-open {
background-color: #F9F9F8 !important;
margin-bottom:0px!important;
}

dt.wp-block-vk-blocks-faq2-q.vk_faq_title {
    border-top: 2px solid #62aa40 !important;
}

/*Q&Aクローズ時
.wp-block-vk-blocks-faq2.vk_faq.vk_faq-accordion.vk_faq-accordion-close {
    border-radius: 0px !important;
    box-shadow:none!important}

c-h2-white c-h2-center span::after {
    content: "";
    border-radius: 20px;
    height: 5px;
    display: block;
    width: 83px;
    position: absolute;
    background: #FFFFFF;
    margin-top: 16px;
}*/


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

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

.next-prev-next.card-horizontal .card-body {
padding-right: 5.0rem;
}*/

/*----------------------*/
/*上に戻るボタン           */
/*----------------------*/

.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;
}