/*
Theme Name: 岡谷造機
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.5.1
*/
.global-nav-list>li:before {
    border-bottom: 5px solid var(--vk-color-primary);
}
.site-footer-copyright p:nth-child(2) {
    display:none;
}
.sns_btns{
    justify-content: center;
    display: flex;
}
@media (min-width: 992px){
    .site-header-logo {
        display: block;
    }
}
.site-footer {
	border-top: none;
	background-color: #DCA71A;
}
.link-list {
	list-style: none;
	padding-left: 0 !important;
}
.link-list a {
	text-decoration: none;
	color: #1D1D22;
}
.sitemap-col {
	margin-top: 0 !important;
}
.footer-nav div {
	text-align: center;
}

.column-gap {
	gap: 0 !important;
}

.site-body {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.site-body-bottom {
	margin-top: -24px;
}

/*上に戻るボタンカスタマイズ*/
.page_top_btn {
	width: 50px; /*ボタンの大きさ*/
	height: 48px;
	border: 1px solid #fff;
	background: rgba(29,29,34,0.8);
	border-radius: 50%;
	background-image: var(--ver_page_top_button_url); /*ボタンの中の画像（デフォルトのもの）*/
	background-size: 60%; /*ボタンの中の画像サイズと位置など*/
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: none;
}