/* 
Theme Name: Lightning Child - Hakkenkan
Template: lightning
Version: 1.0.0
Description: 株式会社住まいの発見館不動産 カスタムテーマ
*/

/* ============================================
   カスタムスタイルをインポート
============================================ */
@import url('./assets/css/custom-style.css');

/* ============================================
   Lightningテーマ上書き・調整
============================================ */

/* Lightningのヘッダーとフッターのスタイル調整 */
.site-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

/* カスタムコンテンツのトップマージン調整 */
.custom-top-page {
    margin-top: 0;
}

.custom-top-page .hero {
    margin-top: 0px; /* Lightningヘッダーの高さに応じて調整 */
}

/* フッター調整 */
.site-footer {
    margin-top: 0;
}

.nav,nav {
	margin-left: auto;
}