/*
Theme Name: lightning-child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

/****ヘッダー文字****/
.ltg-slide-text-set {
    position: absolute;
    top: 52%;
    left: 30%;
    width: 50%;
}
/* スマホは非表示 */
@media screen and (max-width: 767px) {
    .ltg-slide-text-set {
        display: none;
    }
}

/*ヘッダーボタン*/
a.btn.btn-ghost {
    border-color: transparent;
    box-shadow: none;
}

a.btn.btn-ghost img {
    max-width: 90%;
    position: relative;
    top: 3px;
    left: -3px;
}
/*
img.header-img-text {
    width: 90%;
}

a.btn.btn-ghost {
    width: 50%;
}
*/
/*
@media screen and (max-width: 767px) {
.ltg-slide-text-set.mini-content{
	display:none;
}
}}*/

.mini-content-container-1 .btn:hover {
    background: none!important;
    border: none!important;
    opacity: 0.6;
}

/*サイドバー*/
.widget {
    margin-bottom: 1rem;
}

/*フッター削除*/
.footer-nav {
    display:none !important;
}

