/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

.vk-mobile-nav-menu-btn {
	 right:5px;
	 left:inherit;
}

.site-footer-copyright p:nth-child(2) {
    display:none;
}
.grecaptcha-badge { visibility: hidden; }
.fixed-background {
    position: fixed;
    bottom: 30px;
	right: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    z-index: 999;
}

.fixed-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 10px 20px;
    border-right-color: #818080;
    border-right-width: 3px;
    border-bottom-color: #818080;
    border-bottom-width: 3px;
	   background-color: rgba(169, 169, 162, 0.5);
    margin-top: -30px; /* ボタンの位置を調整 */
}
.wrapper{
    min-height: 100vh;
    position: relative;/*←相対位置*/
    padding-bottom: 120px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}

footer{
    width: 100%;
    background-color: #F6F5F5;
    color: #000;
    text-align: center;
    padding: 10px 0;

 position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/