/* ===== CSS変数 ===== */
:root {
  --seccolor-title: #b5afab;
  --color-main:     #a29c97;
  --color-dark:     #2c2c2c;
  --color-light:    #ebe6dc;
  --color-beige:    #e8e2da;
  --color-blue-gray:#d6d8e0;
  --color-gold:     #b5a080;
  --color-white:    #ffffff;
  --color-border:   #d0cbc7;
  --color-sub:      #beb191;

  --font-serif-jp: "Noto Serif JP", "游明朝", YuMincho, serif;
  --font-sans-jp:  "Noto Sans JP", "ヒラギノ角ゴ ProN", sans-serif;
  --font-en:       "Cormorant Garamond", "Playfair Display", serif;
  --font-en-sans:  "Montserrat", sans-serif;

  --wrapper-max:    1400px;
  --wrapper-pad-pc: 0 50px;
  --wrapper-pad-sp: 0 15px;

  --transition: 0.3s ease;
}

/* ===== リセットCSS ===== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN", serif;
  color: #2c2c2c;
  background: #fff;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

h1, h2, h3 {
  font-weight: normal;
}


.cap { font-family: var(--font-sans-jp);
  font-size: clamp(0.6rem, 0.75vw, 0.68rem);
  color: #000;margin: 0 auto;
 max-width:1400px;
width: 80%;
  line-height: 1.8;
  margin-bottom: 7%;
  padding: 2% 0;}

.reveal {
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}
.js-enabled .reveal {
  opacity: 0;
  transform: translateY(60px);
}
.js-enabled .reveal.is-active {
  opacity: 1;
  transform: translateY(0);
}

.caption-overlay {
  position: absolute;
  right: 0.4%;
  bottom: 0.4%;
  color: #fff;
  font-size: clamp(0.5625rem, 0.75vw, 0.75rem);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.05em;
  font-weight: normal;
}

.t15{margin-top:15px}
.b15{margin-bottom:15px}


.nav-side-dummy {
  width: 15%;
  flex-shrink: 0;
}

/* ===== スクリーンリーダー専用（視覚的に非表示） ===== */
.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;
}

/* ===== メインビジュアル（Swiper）===== */
.main-visual {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #eee;
}

.mySwiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.mySwiper .swiper-pagination-bullet {
  background: #000;
  opacity: 0.3;
}

.mySwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.mySwiper .swiper-pagination {
  bottom: 1% !important;
}

/* ============================================================
   ページトップへ戻るボタン
   ============================================================ */
.back-to-top {
  position: fixed;
  right: 1.5%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 9999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #ddd;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.back-to-top.is-show {
  opacity: 1 !important;
  visibility: visible !important;
}
.back-to-top:hover {
background: rgb(163, 157, 152);
background: rgb(163, 157, 152);
}

/* ▼ back-to-top 専用矢印 */
.back-to-top .arrow {
  display: block !important;
  width: 12px !important;
  height: 12px !important;
  border-top: 3px solid gray !important;
  border-right: 3px solid gray !important;
  border-bottom: none !important;
  border-left: none !important;
  transform: translateY(3px) rotate(-45deg) !important;
  background: none !important;
  border-radius: 0 !important;
  box-sizing: border-box;
}
.back-to-top:hover .arrow {
  border-top-color: #fff !important;
  border-right-color: #fff !important;
}



/* :root はファイル先頭に移動済み */

.cen {
  display: block;
  width: fit-content; /* または固定値: width: 200px */
  margin: 0 auto;
}
/* ===== ラッパー共通 ===== */
/* サイズ変更は --wrapper-max の値だけ変えればOK */
.wrapper {
  max-width: var(--wrapper-max);
  margin: 0 auto;
  padding: var(--wrapper-pad-pc);
  width: 70%;
  box-sizing: border-box;
}
.wrapper-ed {
  max-width: var(--wrapper-max);
  margin: 0 auto;
  width: 70%;
  box-sizing: border-box;
}



/* 全ページ共通コンテンツ幅制限（mainを囲む） */
.wrapper-m {
  max-width: var(--wrapper-max);
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.wrapper-s {
  max-width: var(--wrapper-max);
  margin: 0 auto;
  width: 80%;
  box-sizing: border-box;
}
.wrapper-ss {
  max-width: var(--wrapper-max);
  margin: 0 auto;
  width: 60%;
  box-sizing: border-box;
}
.wrapper-sss {
  max-width: var(--wrapper-max);
  margin: 0 auto;
  width: 55%;
  box-sizing: border-box;
}

/* ===== ヘッダー共通 ===== */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
  transition: padding-right 0s;
}

#header .header-inner {
  max-width: var(--wrapper-max);
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  position: relative;
}

/* 英文キャッチ */
.header-catch {
  padding-top: 25px;
  font-family: var(--font-en);
  font-size: clamp(0.55rem, 0.8vw, 0.7rem);
  font-weight: 300;
  letter-spacing: 0.08em;
  color: var(--color-white);
}

/* ロゴ+物件名 */
.header-logo-wrap {
  padding-top: 25px;
  padding-bottom: 15px;
}

/* ロゴリンクの幅をコンテンツ幅に制限 */
.header-logo-wrap a {
  display: inline-block;
  vertical-align: top;
}

.header-logo-wrap .logo-img {
  height: 40px;
  width: auto;
}

.header-logo-wrap .property-name {
  font-family: var(--font-serif-jp);
  font-size: clamp(0.7rem, 1vw, 0.875rem);
  font-weight: 300;
  color: #a29c97;
  margin-top: 4px;
  letter-spacing: 0.12em;
}

/* ハンバーガーメニューボタン（label） */
.menu-btn {
  position: absolute;
  top: 28px;
  right: 30px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  z-index: 200;
}

.menu-btn span {
  display: block;
  width: 30px;
  height: 1px;
  background: #a29c97;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.menu-btn.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-btn.is-open span:nth-child(2) {
  opacity: 0;
}
.menu-btn.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ===== ナビゲーション：右スライドパネル ===== */

/* ===== CSS-only ナビトグル ===== */

/* チェックボックス本体は非表示 */
.nav-toggle-input {
  display: none;
}

/* 背景オーバーレイ（デフォルト非表示） */
#nav-bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 199;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  cursor: pointer;
  display: block;
}

/* 右スライドパネル本体 */
#nav-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 25vw;
  min-width: 300px;
  height: 100%;
  background: rgba(163, 157, 152, 0.9);
  backdrop-filter: blur(4px);
  z-index: 200;
  display: flex;
  flex-direction: row;
  transform: translateX(100%);
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
}

/* チェックON時：パネルを表示 */
.nav-toggle-input:checked ~ #nav-panel {
  transform: translateX(0);
}

/* チェックON時：オーバーレイを表示 */
.nav-toggle-input:checked ~ #nav-bg {
  opacity: 1;
  pointer-events: all;
}

/* チェックON時：ハンバーガーをXに変形 */
.nav-toggle-input:checked ~ #header .menu-btn span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle-input:checked ~ #header .menu-btn span:nth-child(2) {
  opacity: 0;
}
.nav-toggle-input:checked ~ #header .menu-btn span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ===== ナビ：縦ロゴ修正 ===== */
.nav-side-logo {
  width: 15%;margin-top: 0;padding-top:0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: visible; /* ← hidden解除 */
  align-items: flex-start; /* center → flex-start に変更 */    /* 上部に余白 */
}

.nav-side-logo img {
  width: 100%;
  height: auto;
  max-height: 100%;   /* ← 180px固定をやめて%で */
  object-fit: contain;
  display: block;    /* ← インライン余白を除去 */
}

/* パネルメインエリア */
.nav-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px 40px;
  overflow-y: auto;
}

/* ×閉じるボタン（label） */
.nav-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1;
  display: block;
}

.nav-close span {
  display: block;
  position: absolute;
  width: 24px;
  height: 1px;
  background: var(--color-white);
  top: 50%;
  left: 50%;
}

.nav-close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.nav-close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.nav-is-open {
  overflow: hidden;
}

/* パネル内のスクロールバーを非表示 */
.nav-main::-webkit-scrollbar {
  display: none;
}

.nav-main {
  scrollbar-width: none;
  -ms-overflow-style: none;
}


/* パネル内キャッチ（上部・右寄せ） */
.nav-panel-catch {
  width: 100%;
  text-align: right;
  padding-top: 22px;
  padding-right: 36px;
  font-family: var(--font-serif-jp);
  font-size: clamp(0.6rem, 0.85vw, 0.72rem);
  font-weight: 300;
  color: var(--color-white);
  letter-spacing: 0.12em;
  margin-bottom: 0;
}

/* メニューリスト */
.nav-list {
  margin-top: 10%;
  width: 100%;
  text-align: center;
}

.nav-list ul {
  display: flex;
  flex-direction: column;
  gap: 17px;text-align: center;margin: 0 auto;
}

.nav-list ul li a {
  font-family: var(--font-en-sans);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.25em;
  color: var(--color-white);
  text-transform: none;
  transition: opacity var(--transition);
}

.nav-list ul li a:hover {
  opacity: 0.55;
}

/* 現在地（太字） */
.nav-list ul li a.nav-current {
  font-weight: 400;
}

/* ボタン（資料請求・来場予約） */
.nav-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8%;
  width: 100%;
  align-items: center;
}

.nav-btn-doc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 35px;
  background: var(--color-dark);
  color: var(--color-white);
  font-family: var(--font-serif-jp);
  font-size: clamp(0.7rem, 0.95vw, 0.82rem);
  letter-spacing: 0.15em;
  transition: opacity var(--transition);
}

.nav-btn-doc:hover {
  opacity: 0.7;
}

.nav-btn-visit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 35px;
  background: var(--color-white);
  border: 1px solid var(--color-white);
  color: var(--color-dark);
  font-family: var(--font-serif-jp);
  font-size: clamp(0.7rem, 0.95vw, 0.82rem);
  letter-spacing: 0.15em;
  transition: opacity var(--transition);
}

.nav-btn-visit:hover {
  opacity: 0.7;
}

/* ===== ナビ：下部フッターロゴ ===== */
.nav-footer-logo {
  margin-top: auto;
  padding-top: 10%;
  text-align: center;
  padding-bottom: 40px;
}

.nav-footer-logo img {
  height: 40px;
  width: auto;
  opacity: 0.85;
  display: block;
  margin: 0 auto;
}

/* ===== ボタン共通 ===== */
.btn-doc,
.btn-visit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 35px;
  font-family: var(--font-serif-jp);
  font-size: clamp(0.9rem, 1.1vw, 1.0rem);
  letter-spacing: 0.12em;
  transition: opacity var(--transition);
  cursor: pointer;
}

.btn-doc {
  background: var(--color-dark);
  color: var(--color-white);
}

.btn-visit {
  background: var(--color-main);
  color: var(--color-white);
}

.btn-doc:hover,
.btn-visit:hover {
  opacity: 0.75;
}

/* ===== インフォメーション枠（共通ベース） ===== */
.info-box {
  border: 1px solid var(--color-border);
}


/* ===== セクション共通：Read more リンク ===== */
.read-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-en-sans);
  font-size: clamp(0.65rem, 0.9vw, 0.75rem);
  letter-spacing: 0.0em;
  color: var(--color-dark);
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

/* 矢印を包む丸い枠（クラス名を変更して干渉を回避） */
.read-more .arrow, 
.read-more .arrow-icon {
  /* 干渉対策：既存のスタイルをすべてリセット */
  all: unset; 
  
  /* 丸枠の形成 */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  
  /* 背景と色 */
  background: var(--color-dark) !important;
  color: #fff !important;
  
  /* 変な線が出ないように強制 */
  border: none !important;
  box-sizing: border-box !important;
  
  /* アニメーション */
  transition: background-color 0.3s ease;
}

/* 中の記号（矢印）自体の調整 */
.read-more .arrow::before,
.read-more .arrow::after,
.read-more .arrow > * {
  /* 余計な装飾（線など）を消す */
  content: none; 
  border: none !important;
}

/* 矢印がテキスト（→）の場合の向き調整 */
.read-more .arrow,
.read-more .arrow-icon {
  font-size: 0.9em;
  /* もし元の矢印が斜め上ならここで調整 */
  /* transform: rotate(0deg); */
}

/* ===== ホバー時の動作 ===== */
.read-more:hover .arrow,
.read-more:hover .arrow-icon {
  background: #a29c97 !important; /* 指定の色に変更 */
  color: #fff !important;
}


/* ===== ヘッダー右上キャッチ ===== */
.header-right-catch {
  position: absolute;
  top: 30px;
  right: 90px;
  height: 23px;
  display: flex;
  align-items: center;
  font-family: var(--font-serif-jp);
  font-size: clamp(0.65rem, 1vw, 0.85rem);
  font-weight: 300;
  color: #000;
  letter-spacing: 0.15em;
  white-space: nowrap;
  width: auto;
}

/* ===== ヘッダースクロール後 ===== */
#header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 8px rgba(0,0,0,0.08);
}

#header.is-scrolled .header-logo-wrap {
  padding-bottom: 15px;
}

#header.is-scrolled .header-catch,
#header.is-scrolled .header-logo-wrap .property-name,
#header.is-scrolled .header-right-catch {
  color: var(--color-dark);
}

#header.is-scrolled .menu-btn span {
  background: var(--color-dark);
}

/* ===== js-fade アニメーション ===== */
.js-fade {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.js-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== フッター共通 ===== */
#footer {
  background: var(--color-white);
}

#footer .footer-inner {
  max-width: var(--wrapper-max);
  margin: 0 auto;
  padding: 0 50px 50px;
}

#footer .footer-inner::before {
  content: '';
  display: block;
  border-top: 1px solid var(--color-border);
  margin-bottom: 30px;
}

.footer-notes {
  font-family: var(--font-sans-jp);
  font-size: clamp(0.55rem, 0.7vw, 0.65rem);
  color: #000;
  line-height: 1.9;
  margin-bottom: 3%;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 3%;
}

/* ===== フッターインスタグラム ===== */
.footer-insta {
  text-align: center;
  padding: 30px 0 50px;
}

.footer-insta img {
  width: 300px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ===== フッター電話番号 ===== */
.footer-tel {
  text-align: center;
  padding-bottom: 40px;
}

.footer-tel img {
  width: 400px;
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo img {
  height: 30px;
  width: 172px;
}

.footer-copy {
  font-family: var(--font-en-sans);
  font-size: clamp(0.55rem, 0.7vw, 0.65rem);
  color: #000;
  text-align: right;
  line-height: 1.7;
}

/* （.back-to-top / .arrow の重複定義を削除）*/

@media screen and (min-width: 1025px) {
  .sp { display: none; }
  .pc { display: block; }
	/*スペース*/
	
	.b { margin: 0px; }
.b1 { margin: 1px; }
.b2 { margin-bottom: 2px; }
.b5 { margin-bottom: 5px; }
.b8 { margin-bottom: 8px; }
.b10 { margin-bottom:10px; }
.b15 { margin-bottom:15px; }
.b20 { margin-bottom:20px; }
.b25 { margin-bottom:25px; }
.b30 { margin-bottom:30px; }
.b35 { margin-bottom:35px; }

.t { margin-top: 0px; }
.t1 { margin-top: 1px; }
.t5 { margin-top: 5px; }
.t10 { margin-top:10px; }
.t15 { margin-top:15px; }
.t20 { margin-top:20px; }
.t25 { margin-top:25px; }
.t30 { margin-top:30px; }
.t35 { margin-top:35px; }
.t40 { margin-top:40px; }
.t45 { margin-top:45px; }
.t50 { margin-top:50px; }
.t55 { margin-top:55px; }
.t60 { margin-top:60px; }
.t80 { margin-top:80px; }
.t100 { margin-top:103px; }
.l { margin-left: 0px; }
.l1 { margin-left: 1px; }
.l5 { margin-left: 5px; }
.l8 { margin-left: 8px; }
.l10 { margin-left:10px; }
.l15 { margin-left:15px; }
.l20 { margin-left:20px; }
.l40 { margin-left:40px; }
	
}


/* ===== SP共通（全ページ適用） ===== */
/* SP用（1024px以下） */
@media screen and (max-width: 1024px) {
  .sp { display: block; }
  .pc { display: none; }
	
	.s50{width: 50%;}
.s60{width: 60%;}
.s80{width: 80%;}
.s100{width: 100%;}

.st5 { margin-top: 5px; }
.st10 { margin-top:10px; }
.st15 { margin-top:15px; }
.st20 { margin-top:20px; }
.st25 { margin-top:25px; }
.st30 { margin-top:30px;}
.st35 { margin-top:35px;}
.sb10 { margin-bottom:10px; }
.sb15 { margin-bottom:15px; }
.sb20 { margin-bottom:20px; }
.sb30 { margin-bottom:30px; }

	.wrapper-ed {
  max-width: var(--wrapper-max);
  margin: 0 auto;
  width: 90%;
  box-sizing: border-box;
}
	
  /* ヘッダー：最初から白背景 */
  #header {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    box-shadow: 0 1px 8px rgba(0,0,0,0.08);
  }

  #header .header-logo-wrap .property-name {
    color: var(--color-dark);
  }

  #header .menu-btn span {
    background: var(--color-dark);
    color: var(--color-dark);
  }

#header.is-scrolled .header-logo-wrap {
  padding-bottom: 10px;
}	
	
  /* コンテンツ上部スペース */
  #main,
  .wrapper-m > main {
    padding-top: 75px;
  }

  /* ナビパネル：全画面 */
  #nav-panel {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-width: unset;
  }

  /* ===== html・body 横スクロール封じ ===== */
  html, body {
    max-width: 100%;
    overflow-x: hidden;
  }

  /* ===== ラッパー ===== */
  .wrapper {
    width: 100%;
    padding: 0 5.33%;
    box-sizing: border-box;
  }

  /* ===== ヘッダー ===== */
  #header .header-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-catch {
    display: none;
  }

  .header-logo-wrap {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .header-logo-wrap .logo-img {
    height: 50px;
  }

  .header-logo-wrap .property-name {
    margin-top: 10px;
  }

  .menu-btn {
    top: 15px;
    right: 15px;
  }


  /* ===== Swiper SP ===== */
  .mySwiper .swiper-pagination {
    bottom: 0% !important;
  }

  .mySwiper .swiper-pagination-bullet {
    width: 3px;
    height: 3px;
    margin: 0 4px !important;
  }

/* ===== ナビゲーションパネル ===== */
  #nav-panel {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-width: unset;
  }

  .nav-side-logo {
  width: 15%;margin-top: 0;padding-top:0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: visible; /* ← hidden解除 */
  align-items: flex-start; /* center → flex-start に変更 */    /* 上部に余白 */
}

.nav-side-logo img {
  width: 100%;
  height: auto;
  max-height: 100%;   /* ← 180px固定をやめて%で */
  object-fit: contain;
  display: block;    /* ← インライン余白を除去 */
}
.nav-side-dummy {
  width: 15%;
  flex-shrink: 0;
}
  .nav-close {
    top: 20px;
    right: 30px;
  }

  /* SP：ナビ内・ヘッダー内「一人でも多くの人々に。」両方非表示 */
  .nav-panel-catch,
  .header-right-catch {
    display: none;
  }

  /* SP：nav-main センター・上部余白 */
  .nav-main {
    padding-left: 0;
    padding-top: 60px;
    align-items: center;
  }

  /* SP：ロゴ下10px */
  .header-logo-wrap {
    padding-bottom: 10px;
  }

  .nav-list {
    text-align: center;
  }

  .nav-footer-logo {
    padding-bottom: 40px;
  }

  .nav-btns {
    gap: 15px;
  }

  .nav-btn-doc,
  .nav-btn-visit {
    width: 170px;
    height: 35px;
  }

  /* ===== フッター ===== */
  #footer .footer-inner {
    padding: 0 20px 30px;
  }

  #footer .footer-inner::before {
    margin-bottom: 20px;
  }

  .footer-bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }

  .footer-logo img {
    height: 25px;
    width: auto;
  }

  .footer-copy {
    text-align: right;color: #000
  }

	/* ============================================================
   ページトップへ戻るボタン
   ============================================================ */
.back-to-top {
  position: fixed;
  right: 1.5%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 9999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #ddd;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.back-to-top.is-show {
  opacity: 1 !important;
  visibility: visible !important;
}
.back-to-top:hover {
  background-color: #a29c97;
  border-color: #a29c97;
}
.back-to-top .arrow {
  display: block !important;
  width: 10px !important;
  height: 10px !important;
  border-top: 3px solid gray !important;
  border-right: 3px solid gray !important;
  border-bottom: none !important;
  border-left: none !important;
  transform: translateY(2px) rotate(-45deg) !important;
  background: none !important;
  border-radius: 0 !important;
  box-sizing: border-box;
}
.back-to-top:hover .arrow {
  border-top-color: #fff !important;
  border-right-color: #fff !important;
}
	.cap { font-family: var(--font-sans-jp);
  font-size: clamp(0.6rem, 0.75vw, 0.68rem);
  color: #000;margin: 0 auto;
  width: 90%;
  line-height: 1.8;
  margin-bottom: 7%;margin-top: 7%;
  padding: 0% 0;}
}
