/* ==========================================================
   全国オートキャンプ場マップ — Design System  (desktop, min-width: 769px)
   ========================================================== */

:root {
    --forest-dark:  #2F4A06;
    --leaf:         #6FAE0A;
    --moss:         #7E9500;
    --mist:         #F7F3E3;
    --text-dark:    #2b2b2b;
    --text-mid:     #666;
    --text-light:   #949494;
    --border:       #457105;
    --border-dark:  #8B8B5E;
    --link:         #7E9500;
    --link-hover:   #2F4A06;
    --cta:          #c2410c; /* 緑基調の配色に埋もれない公式サイトボタン用アクセント */
    --cta-hover:    #9a3412;

    /* 既存コードとの互換のためのエイリアス */
    --text:    var(--text-dark);
    --muted:   var(--text-mid);
    --accent:  var(--leaf);
    --bg-mist: var(--mist);
}

/* U+2026（水平省略記号）だけArialで描画し、日本語フォントの中点表示を回避 */
@font-face {
    font-family: 'EllipsisLatin';
    src: local('Arial'), local('Helvetica Neue'), local('Helvetica');
    unicode-range: U+2026;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: 'Noto Sans JP', Tahoma, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--forest-dark);
}

img { border: 0; max-width: 100%; height: auto; }

h1 { font-size: 24px; font-weight: 700; margin: 0; }
h2 { font-size: 16px; font-weight: 700; margin: 0; }
h3 { font-size: 15px; font-weight: 700; margin: 0; }
h4 { font-size: 16px; font-weight: 500; margin: 0; }

p { line-height: 1.8; margin: 0 0 1.1em; color: var(--text-mid); }

a            { color: var(--link); text-decoration: none; }
a:visited    { color: var(--link); }
a:hover      { color: var(--link-hover); text-decoration: underline; }
a:focus      { outline: none; }
a:focus-visible {
    outline: 2px solid var(--leaf);
    outline-offset: 2px;
    border-radius: 2px;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
    }
}

.bold { font-weight: 600; }

/* ===== WRAPPER ===== */

#wrapper {
    width: 100%;
    min-width: 1080px;
    max-width: 1280px;
    margin: 0 auto;
}

/* ===== ヘッダー ===== */

#header { background-color: var(--leaf); }

#header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px 16px;
    gap: 24px;
}

#logo-block h1 {
    font-family: 'Noto Serif JP', serif;
    font-size: 32px;
    font-weight: 700;
}
#logo-block h1 a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 6px rgba(47, 74, 6, 0.7), 0 0 12px rgba(47, 74, 6, 0.4);
}
#logo-block h1 a:hover { color: rgba(255, 255, 255, 0.85); }
#logo-icon { width: 30px; height: 24px; flex-shrink: 0; }
#logo-icon path,
#logo-icon circle { fill: #fff; }

#header-top {
    background-color: var(--forest-dark);
    text-align: right;
    padding: 4px 20px;
}
#header-tagline { font-size: 12px; color: rgba(255, 255, 255, 0.82); letter-spacing: 0.02em; }

#header-controls { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }

#search-form > div { display: flex; gap: 6px; }
#search-form input[type="text"] {
    width: 220px;
    padding: 7px 12px;
    font-size: 13px;
    font-family: 'Noto Sans JP', sans-serif;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(47, 74, 6, 0.3);
    border-radius: 4px;
    color: var(--forest-dark);
    outline: none;
    transition: background 0.2s, border-color 0.2s;
}
#search-form input[type="text"]::placeholder { color: rgba(47, 74, 6, 0.45); }
#search-form input[type="text"]:focus {
    background: #fff;
    border-color: var(--forest-dark);
}
#search-form input[type="submit"] {
    padding: 7px 18px;
    font-size: 13px;
    font-family: 'Noto Sans JP', sans-serif;
    background: var(--forest-dark);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
}
#search-form input[type="submit"]:hover { background: #000; }

#headmenu { list-style: none; display: flex; gap: 16px; }
#headmenu a { font-size: 12px; color: var(--text-dark); font-weight: 500; }
#headmenu a:hover { color: #000; }

.search-result-count { margin-bottom: 12px; color: var(--text-mid); }

/* ===== パンくず ===== */

#navi {
    padding: 8px 24px;
    font-size: 12px;
    color: var(--text-mid);
    background-color: #eef0d8;
    border-bottom: 1px solid var(--border);
}
#navi ol { list-style: none; display: flex; flex-wrap: wrap; align-items: center; margin: 0; padding: 0; }
#navi li { display: flex; align-items: center; }
#navi li + li::before { content: "›"; margin: 0 6px; color: var(--text-mid); }
#navi a { color: var(--link); }
#navi a:hover { color: var(--leaf); }
.breadcrumb-current { font-weight: 500; color: var(--text-dark); }

.content-heading {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    border-bottom: 2px solid var(--moss);
    padding-bottom: 8px;
    margin-bottom: 16px;
}
ruby { ruby-align: center; }
rt { font-size: 0.55em; font-weight: 400; color: var(--text-light); letter-spacing: 0.02em; }

/* ===== MAIN AREA ===== */

.page-body {
    min-width: 1080px;
    padding: 20px;
    margin: 0 auto;
    background-color: var(--mist);
    display: grid;
    grid-template-columns: minmax(724px, 1fr) 300px;
    gap: 20px;
    align-items: start;
}
.page-main { min-width: 0; }
.page-sidebar { padding-top: 10px; }
.sidebar-app-link { display: block; margin-bottom: 12px; }
.sidebar-app-link img { max-width: 100%; height: auto; }

/* ===== LINE BOX（セクションコンテナ） ===== */

.line_box {
    background-color: #fff;
    border: 1px solid var(--border);
    border-top: 2px solid var(--link);
    border-radius: 0 0 4px 4px;
    margin-bottom: 24px;
}
.line_head {
    background-color: #fafaf8;
    border-bottom: 1px solid var(--border);
    padding: 14px 16px;
}
.line_head h2, .line_head p, .line_head h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
}

/* ===== トップページ 地方ナビ ===== */

#map_box {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    padding: 16px;
    margin-top: 10px;
}
#map_box > img { flex-shrink: 0; }
#map_box ul {
    flex: 1;
    min-width: 0;
    list-style: none;
}
#map_box ul li {
    margin-bottom: 15px;
    line-height: 1.4;
    border-left: 3px solid var(--link);
    padding-left: 8px;
}
#map_box ul li a { color: var(--link); }
#map_box ul li a:hover { color: var(--link-hover); text-decoration: underline; }

/* ===== 施設詳細 ===== */

#spa-detail { display: flow-root; }
#spa-detail.spa-detail--deleted { margin-top: 200px; text-align: center; }

.campsite-gallery { margin-bottom: 16px; }

.campsite-gallery-single {
    margin-bottom: 16px;
}
.campsite-gallery-single img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.campsite-swiper-main { width: 100%; margin-bottom: 6px; cursor: zoom-in; }
.campsite-swiper-main .swiper-slide img { width: 100%; height: auto; display: block; }
.campsite-swiper-main .swiper-button-prev,
.campsite-swiper-main .swiper-button-next { color: #fff; text-shadow: 0 1px 3px rgba(0,0,0,0.6); }

.campsite-swiper-thumbs { width: 100%; }
.campsite-swiper-thumbs .swiper-slide { width: 64px; height: 64px; opacity: 0.55; cursor: pointer; }
.campsite-swiper-thumbs .swiper-slide-thumb-active { opacity: 1; outline: 2px solid var(--link); }
.campsite-swiper-thumbs .swiper-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ライトボックス */
#campsite-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
#campsite-lightbox.open { display: flex; }
#campsite-lightbox img {
    max-width: 92vw;
    max-height: 92vh;
    object-fit: contain;
    border-radius: 2px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.6);
}
#campsite-lb-close {
    position: absolute;
    top: 16px;
    right: 20px;
    color: rgba(255,255,255,0.8);
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
    user-select: none;
}
#campsite-lb-close:hover { color: #fff; }

#infocanvas {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
}

/* 各区分を独立したカードに分離し、影と余白で「別グループ」であることを一目で伝える */
.info-section {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(47,74,6,0.10);
}
.info-section-title {
    font-family: 'Noto Serif JP', serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: var(--moss);
    padding: 6px 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.info-section-title i { font-size: 12px; opacity: 0.9; }
.info-section-title--with-accessory { justify-content: space-between; padding: 5px 8px 5px 12px; }

/* 基本情報＝最優先層。濃いバー＋アイコンで最も強い視線誘導にする */
.info-section--primary dl dt i {
    color: var(--moss);
    width: 14px;
    text-align: center;
    margin-right: 2px;
}

/* 料金・サイト情報・キャンピングカー＝補足層。バーを外し静かな見出しにして基本情報と差をつける */
.info-section--soft {
    box-shadow: 0 1px 3px rgba(47,74,6,0.06);
    border-color: #dfe6c8;
}
.info-section--soft .info-section-title {
    background: transparent;
    color: var(--moss);
    font-size: 12px;
    padding: 10px 12px 7px;
    border-bottom: 2px solid var(--moss);
    margin-bottom: 2px;
}
.info-section--soft .info-section-title i { color: var(--leaf); }

.info-section dl {
    display: grid;
    grid-template-columns: 168px 1fr;
    width: 100%;
}
.info-section dl dt {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-mid);
    padding: 9px 12px;
    border-bottom: 1px solid var(--border);
    background: #fbfbf6;
}
.info-section dl dd {
    font-size: 13px;
    padding: 9px 12px;
    border-bottom: 1px solid var(--border);
    word-break: break-word;
}
.info-section dl dt:last-of-type,
.info-section dl dd:last-of-type { border-bottom: none; }

.link-map {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-left: 10px;
    padding: 3px 11px;
    font-size: 11.5px;
    font-weight: 700;
    color: var(--forest-dark);
    background: #eef6de;
    border: 1px solid #b9d98a;
    border-radius: 999px;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: middle;
}
.link-map:hover { background: #e2f0c9; color: var(--forest-dark); text-decoration: none; }
.link-map i { color: var(--leaf); }

/* 開設月ダイヤルは常に白いバッジの上に載せ、緑バー背景との配色干渉を避ける */
.season-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 4px 9px 3px;
    line-height: 0;
    flex-shrink: 0;
}
.season-badge-caption {
    display: block;
    line-height: normal;
    font-size: 9px;
    font-weight: 600;
    color: var(--moss);
    margin-top: 1px;
    white-space: nowrap;
}
.season-dial-ring { fill: none; stroke: var(--border); stroke-width: 1.4; }
.season-dial-dot { fill: #fff; stroke: var(--border-dark); stroke-width: 1.2; }
.season-dial-dot.is-open { fill: var(--leaf); stroke: var(--forest-dark); }
.season-dial-alt { font-size: 14px; fill: var(--text-dark); font-weight: 700; }
.season-dial-unit { font-size: 7px; fill: var(--text-mid); }

/* 設備＝チェックリスト層。ラベル＋色分けピルで文章を読まずに可否が判別できるようにする */
.equipment-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
    background: var(--mist);
}
.equipment-grid--cols-3 { grid-template-columns: repeat(3, 1fr); }
.equipment-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 6px;
    background: #fff;
    text-align: center;
}
.equipment-label {
    font-size: 11.5px;
    font-weight: 600;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    white-space: nowrap;
}
.equipment-label i { color: var(--moss); font-size: 14px; }
.status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 12px;
    flex-shrink: 0;
}
.status-pill--yes { background: var(--leaf); color: #fff; border: 1px solid var(--leaf); }
.status-pill--no { background: #f1f1ee; color: #999; border: 1px solid #d8d8d2; }
.status-pill--unknown { background: transparent; color: var(--text-light); border: 1px dashed #cfcfc8; }

.sr-only {
    position: absolute;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.btn-external-link,
.btn-external-link:visited {
    display: inline-block;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    background: var(--cta);
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
}
.btn-external-link:hover { background: var(--cta-hover); color: #fff; text-decoration: none; }

/* タイトル直下に置く公式サイトボタン。カードで囲わず、右寄せで単体で目立たせる */
.btn-external-link--top {
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
    margin: 2px 0 18px auto;
}

.nearby-divider { border: none; border-top: 1px solid var(--border); margin: 24px 0; }
.nearby-campsites h3 { font-family: 'Noto Serif JP', serif; margin-bottom: 8px; }

/* ===== 施設一覧カード ===== */

.campsite-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 12px;
    padding: 16px 0;
}
.campsite-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid var(--border);
    border-left: 3px solid var(--border);
    border-radius: 0 4px 4px 0;
    padding: 20px 12px;
    transition: box-shadow 0.2s;
}
.campsite-list-item:hover { box-shadow: 0 2px 8px rgba(47, 74, 6, 0.15); text-decoration: none; }

.campsite-list-thumb { width: 64px; height: 64px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }

.campsite-list-body { flex: 1; min-width: 0; }
.campsite-list-name {
    font-family: 'EllipsisLatin', 'Noto Sans JP', Tahoma, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
    color: var(--moss);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.campsite-list-item:hover .campsite-list-name { color: var(--forest-dark); text-decoration: underline; }
.campsite-list-address {
    font-family: 'EllipsisLatin', 'Noto Sans JP', Tahoma, Arial, sans-serif;
    display: block;
    font-size: 12px;
    color: var(--text-mid);
    line-height: 1.6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* ===== バッジ ===== */

.campsite-badges { display: flex; flex-wrap: wrap; gap: 3px; margin-top: 5px; }
.campsite-badges--detail { margin-top: 0; margin-bottom: 16px; gap: 6px; }
.campsite-badges--detail .campsite-badge { font-size: 12px; padding: 4px 9px; }
.campsite-badge {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 10px;
    line-height: 1;
    padding: 2px 5px;
    border-radius: 2px;
    background: var(--mist);
    color: var(--text-mid);
    border: 1px solid var(--border);
    white-space: nowrap;
}
.campsite-badge i { font-size: 9px; }
.campsite-badge--electric    { background: #fff8ea; border-color: #e8c87c; color: #93650a; font-weight: 700; }
.campsite-badge--bath        { background: #eaf4fb; border-color: #a8d4f0; color: #0d5c94; font-weight: 700; }
.campsite-badge--pet         { background: #f5ede9; border-color: #d9c2b8; color: #5a3d33; font-weight: 700; }
.campsite-badge--daycamp     { background: #fff3e0; border-color: #ffcc80; color: #b35900; font-weight: 700; }
.campsite-badge--accessible  { background: #eceff1; border-color: #b0bec5; color: #263238; font-weight: 700; }
.campsite-badge--rvpark      { background: #e8eaf6; border-color: #c5cae9; color: #303f9f; font-weight: 700; }
.campsite-badge--yuyu        { background: #f3e5f5; border-color: #ce93d8; color: #6a1b7a; font-weight: 700; }

/* ===== ページネーション ===== */

.campsite-pagination { padding: 20px 0 8px; text-align: center; }
.campsite-pagination-page-count { display: none; }
.campsite-pagination-info { font-size: 12px; color: var(--text-mid); margin-bottom: 10px; }
.campsite-pagination-list { list-style: none; display: flex; justify-content: center; flex-wrap: wrap; gap: 4px; }
.campsite-pagination-list li a,
.campsite-pagination-list li span {
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    border: 1px solid var(--border);
    border-radius: 3px;
    color: var(--moss);
    background: #fff;
    text-decoration: none;
    transition: background 0.15s;
}
.campsite-pagination-list li a:hover { background: var(--mist); color: var(--forest-dark); }
.campsite-pagination-list li.active span { background: var(--border); border-color: var(--border); color: #fff; }
.campsite-pagination-list li.disabled span { color: var(--text-light); background: #fafaf8; }
.campsite-pagination-list li.dots span { border: none; background: none; color: var(--text-light); }

/* ===== エリア/都道府県/市区町村 サイドリスト ===== */

.content-with-aside { display: flex; gap: 20px; align-items: flex-start; }
.content-with-aside__main { flex: 1; min-width: 0; }

.area-pref-list { flex: 0 0 180px; font-size: 14px; }
.area-pref-title {
    appearance: none;
    border: none;
    background: none;
    padding: 0;
    font: inherit;
    cursor: default;
    text-align: left;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
    color: var(--text-dark);
}
.area-pref-list ul { list-style: none; line-height: 2; }
.area-pref-list ul li a { color: var(--link); }
.area-pref-list ul li a.active { color: var(--link-hover); font-weight: 700; }

/* ===== フッター ===== */

#footer { color: rgba(255, 255, 255, 0.7); background-color: var(--forest-dark); padding-top: 0; }
#foot_box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 28px;
    background-color: rgba(255, 255, 255, 0.04);
    padding: 28px 20px 36px;
    margin: 0 auto;
}
.footer-area a { color: rgba(255, 255, 255, 0.62); text-decoration: none; }
.footer-area a:hover { color: var(--leaf); text-decoration: none; }
.footer-area-heading {
    font-family: 'Noto Serif JP', serif;
    font-size: 13px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.82);
}
.footer-area ul { list-style: none; margin-top: 5px; }
.footer-area ul li { display: inline-block; white-space: nowrap; font-size: 12px; margin: 3px 6px 3px 0; }

#footer p {
    color: rgba(255, 255, 255, 0.32);
    padding: 14px 24px;
    font-size: 11px;
    line-height: 1.6;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}
#footer p a { color: #ccc; }

/* ===== お問い合わせ・このサイトについて ===== */

dl#about dt {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    color: var(--text-dark);
    border-bottom: 2px solid var(--moss);
    padding-bottom: 4px;
    margin-bottom: 10px;
    margin-top: 20px;
}
dl#about dt:first-child { margin-top: 0; }
dl#about dd { margin-bottom: 24px; line-height: 1.7; color: var(--text-mid); }
dl#about dd p { margin: 0 0 8px 0; }

ul.about-badge-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 24px;
    margin-top: 12px;
}
ul.about-badge-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--text-mid); }

.form-honeypot { display: none; }

.form-required {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background-color: #c0392b;
    padding: 1px 6px;
    border-radius: 3px;
    margin-left: 6px;
    vertical-align: middle;
}

.form-char-count { font-size: 12px; color: #888; text-align: right; margin-top: 2px; }

.form-error { color: #f00; font-size: 0.85rem; margin-top: 4px; }
.form-error--notice {
    margin-bottom: 16px;
    padding: 10px 14px;
    background: #fff3cd;
    border: 1px solid #f0c040;
    border-radius: 4px;
    color: #856404;
    font-size: 14px;
}

.confirm-box { border: 1px solid var(--border); border-radius: 6px; overflow: hidden; margin: 16px 0 24px; }
.confirm-row { display: flex; border-bottom: 1px solid var(--border); }
.confirm-row:last-child { border-bottom: none; }
.confirm-label { font-weight: 600; width: 160px; flex-shrink: 0; padding: 14px 16px; background-color: rgba(0,0,0,0.04); }
.confirm-value { flex: 1; padding: 14px 16px; word-break: break-all; line-height: 1.7; background: #fff; }
.confirm-value input[type="email"],
.confirm-value textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid var(--border);
    border-radius: 4px;
    font-family: inherit;
}
.confirm-value textarea { min-height: 120px; resize: vertical; }

#inquiry-form #btn,
#confirm-form #btn,
.confirm-actions #btn {
    display: block;
    margin: 20px auto 0;
    width: 140px;
    height: 42px;
    background: var(--leaf);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    transition: background 0.2s;
}
#inquiry-form #btn:hover,
#confirm-form #btn:hover { background: var(--forest-dark); }

.confirm-actions { display: flex; gap: 12px; align-items: center; justify-content: center; margin-top: 16px; }
.confirm-actions button#btn_2 {
    width: 80px;
    height: 36px;
    background: #fff;
    color: var(--text-dark);
    border: 1px solid var(--border);
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.thanks-actions { display: flex; justify-content: center; margin-top: 24px; }
.btn-back-top, .btn-back-top:visited {
    display: inline-block;
    width: 140px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: var(--leaf);
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
    text-decoration: none;
}
.btn-back-top:hover { background: var(--forest-dark); color: #fff; text-decoration: none; }
