/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:MYRENTACAR
Author:digital convergence
Tags:
Version: 0.6.1
*/

/* デバイス改行設定 */
.br-sp {
display: none;
}
@media screen and (max-width: 767px) {
.br-pc {
display: none;
}
.br-sp {
display: inline-block;
}
}

/* ヘッダーロゴ設定 */
.site-header-logo img {
    max-height: 100px;
}
@media (max-width: 991.98px) {
  .site-header-logo img {
    max-height: 180px;
  }
}

/* フッター行間 */
.footer-nav-list li{
margin-bottom: 15px;
}

/* サムネイル内カテゴリ非表示 */
.vk_post_imgOuter_singleTermLabel{
display: none;
}

/* モバイルナビ　親階層クリック無視 */
@media (max-width: 991px) {
.vk-menu-acc .acc-btn {
border: none;
background: var(--vk-menu-acc-icon-open-black-bg-src) right 50% no-repeat;
width: 100%;
right: 0;
top: 0;
height: calc( 24px + 1.4em );
background-size: 30px;
}

.vk-menu-acc .acc-btn-close {
background: var(--vk-menu-acc-icon-close-black-bg-src) right 50% no-repeat;
background-size: 30px;
}
}


/* フッター最下部固定 */
body{
overflow: hidden;
display: flex;
flex-direction: column;
min-height: 100vh;		
}
footer {
margin-top: auto;
}



/* 価格表テーブル */
.price-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 30px;
}

.price-table th,
.price-table td {
padding: 8px;
border: 1px solid #ccc;
text-align: center;
font-size: 1rem;
}

/* 価格表テーブル背景色 */
.bg-kk { background-color: #fddccf; }
.bg-k1k2k3 { background-color: #f9d5bd; }
.bg-c2 { background-color: #fff3b0; }
.bg-c3 { background-color: #ffe4a1; }
.bg-hv1 { background-color: #ddebf8; }
.bg-hv2 { background-color: #d3e6eb; }
.bg-m1 { background-color: #e6f0e6; }
.bg-m3 { background-color: #dae6d3; }
.bg-m5 { background-color: #e6d9f0; }
.bg-delica { background-color: #8be0dd; }
.bg-gr { background-color: #d7dbe4; }
.bg-wt { background-color: #ffffff; }

/* 価格表テーブルカード型：モバイル */
.cardtable {
display: none;
border: 1px solid #ccc;
border-radius: 8px;
margin-bottom: 20px;
padding: 20px;
}

.cardtable h4 {
margin: 0 0 10px;
}

.cardtable .row {
display: flex;
justify-content: space-between;
border-top: 1px solid #ccc;
padding: 5px 20px;
}

/* 価格表テーブルデスクトップ表示 */
@media (min-width: 768px) {
.cardtable {
display: none;
}
.price-table {
display: table;
}
}

/* 価格表テーブルモバイル表示 */
@media (max-width: 767px) {
.price-table {
display: none;
}
.cardtable {
display: block;
}
}


/* 保護マーク非表示 */
.grecaptcha-badge { visibility: hidden; }