/*
Theme Name: Lightning Child
Theme URI: https://lightning.vektor-inc.co.jp/en/
Template: lightning
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Description: Lightning is a very simple &amp; easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,block-styles,wide-blocks
Version: 15.36.0.1782479621
Updated: 2026-06-26 22:13:41

*/

/* ==========================================
   Original Footer
========================================== */

/* Lightning標準フッターを非表示 */
.site-footer {
	display: none;
}

/* 自作フッター */
.sae-footer {
	background: #E9DFD7;
	color: #765439;
	text-align: center;
}

.sae-footer__inner {
	padding: 65px 20px 75px;
}

.sae-footer__logo {
	margin-bottom: 34px;
}

.sae-footer__logo img {
	width: 260px;
	max-width: 80%;
	height: auto;
}

.sae-footer__nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sae-footer__nav li {
	margin: 16px 0;
}

.sae-footer__nav a {
	color: #765439;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 0.06em;
}

.sae-footer__nav a:hover {
	opacity: 0.7;
}

.sae-footer__copy {
	border-top: 1px solid #765439;
	padding: 8px 20px;
	line-height: 1;
}

.sae-footer__copy small {
	font-size: 10px;
	color: #765439;
}