/* ============================================================
   Edge-エッジ ページ CSS
   参考: https://reas.co.jp/model_g-all/ のデザインを再現
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; outline: none; }
h1, h2, h3, h4, h5, h6 { border: none; outline: none; margin: 0; padding: 0; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #2a2a2a;
  line-height: 1;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
h1,h2,h3,h4,h5 { line-height: 1; font-weight: bold; }

.yellow { color: #e3aa03; }
.navy   { color: #1c334f; }
.bnr-accent { color: #fff; font-weight: 900; }

/* 四隅の枠線 */
.lines {
  position: fixed; top: 30px; left: 30px; right: 30px; bottom: 30px;
  overflow: hidden; pointer-events: none; z-index: 100;
}
.lines span { position: absolute; z-index: 100; transition-duration: .5s; }
.lines span.b_black { background: #000; }
.lines span:nth-child(1) { width: 100%; height: 1px; top: 0; left: 0; }
.lines span:nth-child(2) { width: 100%; height: 1px; bottom: 0; left: 0; }
.lines span:nth-child(3) { width: 1px; height: 100%; left: 0; top: 0; }
.lines span:nth-child(4) { width: 1px; height: 100%; right: 0; top: 0; }

/* ページ全体 */
#wrap {
  background: #faf8f5;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
}

/* ヘッダー */
header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  max-width: 1400px;
  margin: 0 auto;
  height: 125px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 40px;
  background: rgba(255,255,255,0.92);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.header-logo { width: 169px; }
.header-logo img { width: 169px; height: auto; object-fit: contain; }
.main_nav { display: flex; align-items: center; list-style: none; margin-right: 20px; }
.main_nav li { position: relative; padding: 0 18px; }
.main_nav li a {
  display: inline-block; font-size: 14px; font-weight: 500;
  color: #1c334f; letter-spacing: 0.12em;
  transition: color 0.2s, opacity 0.2s;
}
.main_nav li a:hover { color: #b8965a; opacity: 0.85; }
.main_nav li::before {
  content: '';
  display: block;
  width: 4px; height: 4px;
  background: #b8965a;
  border-radius: 50%;
  margin: 0 auto 8px;
}

/* パンくず */
.breadcrumb {
  max-width: 1200px; margin: 0 auto; padding: 10px 20px;
  font-size: 11px; color: #aaa; letter-spacing: 0.1em;
}
.breadcrumb a { color: #aaa; display: inline; transition: color 0.2s; }
.breadcrumb a:hover { color: #1c334f; }

/* ページタイトル */
.page-title-area {
  margin-top: 125px;
  text-align: center;
  padding: 70px 20px 60px;
  background: #faf8f5;
  position: relative;
  border-bottom: 1px solid #e4ddd4;
}
.page-title-area::after {
  content: '';
  display: block;
  width: 40px; height: 1px;
  background: #a89070;
  margin: 24px auto 0;
}
.page-title-en {
  font-size: 56px; font-weight: 300; color: #3a3028;
  letter-spacing: 0.3em; line-height: 1; margin-bottom: 16px;
}
.page-title-ja { font-size: 14px; font-weight: 400; color: #9a8e84; letter-spacing: 0.25em; line-height: 1; }
.page-title-price { font-size: 15px; font-weight: 400; color: #7a6a58; margin-top: 18px; line-height: 1; letter-spacing: 0.12em; }

/* メイン画像下タイトルエリア */
.main-visual-title {
  max-width: 1200px; margin: 0 auto;
  padding: 24px 20px 20px;
  background: #faf8f5;
  border-bottom: 1px solid #e4ddd4;
  text-align: center;
}
.main-visual-title-ja { font-size: 26px; font-weight: 400; color: #3a3028; letter-spacing: 0.2em; line-height: 1; margin-bottom: 14px; }
.main-visual-title-price { font-size: 22px; font-weight: 400; color: #7a6a58; letter-spacing: 0.12em; line-height: 1; }

/* メインビジュアル */
.main-visual { position: relative; width: 100%; max-width: 1200px; margin: 0 auto; overflow: hidden; }
.main-visual a { display: block; cursor: pointer; }
.main-visual a:hover img { opacity: 0.92; transition: opacity 0.2s ease; }
.main-visual img { width: 100%; height: auto; display: block; }

/* BOX01 */
.box01 {
  background-color: #f7f3ee;
  background-image: url('img/common/box01_bg.jpg');
  background-repeat: repeat; background-position: top left;
  padding-top: 60px;
}
.box01-h2 {
  font-size: 28px; line-height: 1; padding: 16px 0;
  text-align: center;
  background: #4a3f35; color: #f0ebe4;
  width: calc(100% - 120px); max-width: calc(1200px - 120px);
  margin: 0 auto; letter-spacing: 8px; font-weight: 300; position: relative;
}
.box01-h2::after {
  content: ''; position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%); width: 30px; height: 1px; background: #a89070;
}

/* BOX01 inner */
.box01-inner { margin: 60px auto 0; padding: 0 60px; position: relative; max-width: 1200px; }
.box01-inner img.main-img { display: block; max-width: 100%; height: auto; }
.box01-inner-txt {
  width: 600px; background: rgba(250,248,245,0.96);
  padding: 34px 34px 34px 38px;
  position: absolute; right: 60px; bottom: 20px;
  box-sizing: border-box;
  border-left: 2px solid #a89070;
  box-shadow: 0 2px 16px rgba(60,40,20,0.07);
}
.box01-inner-txt h3 {
  font-size: 22px; margin-bottom: 18px; letter-spacing: 5px;
  line-height: 1.5; font-weight: 400; color: #3a3028;
  padding-bottom: 14px; border-bottom: 1px solid #ddd5c8;
}
.box01-inner-txt p { font-size: 14px; line-height: 2.5; letter-spacing: 1px; text-align: justify; color: #5a5048; }
.box01-inner2 img.main-img { margin-left: auto; }
.box01-inner2 .box01-inner-txt { left: 60px; right: auto; }

/* BOX01 3枚横並び */
.box01-imgs { margin: 60px auto 0; padding: 0 60px; display: flex; gap: 10px; max-width: 1200px; }
.box01-imgs img { flex: 1; width: 0; min-width: 0; height: auto; }

/* BOX01 con */
.box01-con { margin: 60px auto 0; padding: 0 60px; display: flex; max-width: 1200px; }
.box01-con-left { margin-right: 60px; position: relative; flex-shrink: 0; width: 380px; min-height: 500px; }
.box01-map { margin-top: 45px; width: 100%; height: auto; }
.box01-city {
  font-size: 45px; font-weight: 900; color: #1c334f; opacity: 0.3;
  line-height: 1; position: absolute; top: 320px; left: 0;
  pointer-events: none; white-space: nowrap; letter-spacing: 2px;
}
.box01-label {
  background: #1c334f; color: #fff; padding: 20px;
  position: absolute; bottom: 20px; left: 30px;
  letter-spacing: 3px; text-align: center; white-space: nowrap;
}
.box01-label p:first-child { font-size: 24px; line-height: 1; font-weight: 700; }
.box01-label p:last-child  { font-size: 40px; line-height: 1; font-weight: 900; margin-top: 10px; }
.box01-con-right { flex: 1; position: relative; min-height: 500px; }
.box01-con-right .box01-con-txt { margin-top: 20px; }
.box01-con-img1 { display: block; max-width: 100%; height: auto; }
.box01-con-ttl { font-size: 30px; line-height: 1; margin-bottom: 15px; letter-spacing: 3px; font-weight: 900; }
.box01-con-txt p:last-child { font-size: 16px; line-height: 2.3; text-align: justify; }

/* BOX01 bnr */
.box01-bnr {
  background-color: #e8e0d0;
  background-image: url('img/common/box01_bnr_bg.jpg');
  background-repeat: no-repeat; background-size: cover; background-position: top left;
  margin: 60px auto 0; border: 3px solid #1c334f;
  padding: 90px 0 85px; text-align: center; max-width: 1200px;
}
.box01-bnr-p1 {
  font-size: 35px; line-height: 1; background: #1c334f; color: #fff;
  padding: 5px 15px 5px 30px; display: table; margin: 0 auto 20px; font-weight: 900;
}
.box01-bnr-p2 { font-size: 50px; line-height: 1.4; color: #333; font-weight: 900; }

/* BOX02 */
.box02 {
  background-color: #f5f0e8;
  background-image: url('img/common/box02_bg.jpg');
  background-repeat: repeat; background-position: top left;
  margin-top: 60px;
}

/* BOX02 タイトル */
.box02-title-area {
  background-color: #f5f0e8;
  background-image: none;
  padding: 80px 227px; border: 3px solid #1c334f;
  position: relative; box-sizing: border-box;
  max-width: 1200px; margin: 0 auto;
}
.box02-title-txt {
  background: rgba(28,51,79,0.9); border: 3px solid #fff;
  padding: 30px 50px; text-align: center; color: #fff;
}
.box02-title-txt p:first-child { font-size: 13px; line-height: 1.8; color: rgba(255,255,255,0.8); font-weight: 300; letter-spacing: 0.12em; }
.box02-title-name { font-size: 36px; line-height: 1; margin: 20px 0 14px; color: #fff !important; font-weight: 900; }
.box02-title-txt h2 { font-size: 28px; line-height: 1; color: #f0ebe4; font-weight: 300; letter-spacing: 0.15em; }
.box02-title-logo { position: absolute; bottom: 20px; left: 20px; height: 36px; width: auto; }

/* BOX02 con */
.box02-con { padding: 0 60px; margin: 60px auto 0; max-width: 1200px; }
.box02-con2 { padding-bottom: 60px; }

/* テーマバー */
.box02-theme {
  background-color: #3a3028;
  background-image: url('img/common/box02_theme_bg.jpg');
  background-repeat: repeat; background-position: top left;
  font-size: 40px; line-height: 1;
  display: flex; align-items: center; color: #f0ebe4; position: relative;
}
.box02-no { background: #8a7060; color: #f0ebe4; font-size: 52px; font-weight: 300; line-height: 1; padding: 20px 15px; flex-shrink: 0; min-width: 90px; text-align: center; letter-spacing: 0.05em; }
.box02-theme h3 { font-size: 26px; font-weight: 300; color: #f0ebe4; padding-left: 0; letter-spacing: 3px; flex: 1; text-align: center; }
.box02-con2 .box02-theme h3 { padding-left: 0; font-size: 26px; white-space: normal; overflow: visible; line-height: 1.4; text-align: center; }
.box02-point { position: absolute; bottom: -6px; right: 0; font-size: 60px; font-weight: 900; opacity: 0.1; line-height: 1; color: #fff; pointer-events: none; }
.box02-point span { font-size: 100px; }

/* BOX02 inner */
.box02-inner { margin-top: 60px; font-size: 16px; line-height: 2.3; display: flex; align-items: flex-start; text-align: justify; }
.box02-img1 { flex-shrink: 0; margin-right: 60px; max-width: 45%; height: auto; }
.box02-img2 { flex-shrink: 0; margin-left: 60px; max-width: 45%; height: auto; }
.box02-inner p { flex: 1; }

/* BOX02 bnr */
.box02-bnr1 {
  margin-top: 60px;
  background-color: #8a7a60;
  background-image: url('img/common/edge_bnr_bg1.webp');
  background-repeat: no-repeat; background-size: cover; background-position: center;
  height: 300px; border: 3px solid #1c334f; position: relative; box-sizing: border-box;
}
.box02-bnr1 p {
  font-size: 40px; line-height: 1.3; padding: 20px 25px 20px 60px;
  position: absolute; bottom: 0; left: 0;
  background: #1c334f; color: #fff; letter-spacing: 1px; font-weight: 900;
}
.box02-bnr2 {
  margin-top: 60px;
  background-color: #8a7a60;
  background-image: url('img/common/edge_bnr_bg2.webp');
  background-repeat: no-repeat; background-size: cover; background-position: center;
  height: 300px; border: 3px solid #1c334f; position: relative; box-sizing: border-box;
}
.box02-bnr2 p {
  font-size: 40px; line-height: 1.3; padding: 20px 30px 20px 40px;
  position: absolute; bottom: 0; right: 0; left: inherit;
  background: #1c334f; color: #fff; letter-spacing: 1px; font-weight: 900;
}

/* BANNER02 */
.banner02 {
  margin: 60px auto 0;
  background-color: #8a7a60;
  background-image: url('img/common/banner02_bg.jpg');
  background-repeat: no-repeat; background-size: cover; background-position: center;
  padding: 70px 265px; max-width: 1200px;
  position: relative; overflow: hidden;
}
.banner02-inner {
  background-color: #5a4a30;
  background-image: url('img/common/banner02_txt_bg.jpg');
  background-repeat: repeat; background-position: top left;
  padding: 30px 80px 40px; text-align: center; color: #fff; position: relative;
}
.banner02-inner::before {
  content: '';
  background: url('img/common/banner02_icon.svg') no-repeat center/contain;
  width: 30px; height: 30px; position: absolute; top: 0; left: 0;
}
.banner02-inner::after {
  content: '';
  background: url('img/common/banner02_icon.svg') no-repeat center/contain;
  width: 30px; height: 30px; position: absolute; bottom: 0; right: 0;
}
.banner02-inner p { font-size: 33px; line-height: 1.5; color: #fff; font-weight: 900; word-break: keep-all; }
.banner02-logo { margin: 15px auto 0; height: 36px; width: auto; }

/* お問い合わせバナー */
.contact-banner-wrap {
  display: flex; align-items: center; justify-content: center;
  width: 100%; padding: 60px 20px;
  background: #faf8f5;
}
.contact-btn {
  display: inline-flex; align-items: center; gap: 12px;
  background: #b8965a; color: #fff;
  border-radius: 50px; padding: 16px 32px;
  font-size: 18px; font-weight: 500;
  letter-spacing: 0.12em; text-decoration: none;
  transition: background 0.25s, transform 0.15s;
  white-space: nowrap;
}
.contact-btn:hover { background: #a07840; transform: translateY(-2px); }
.contact-btn-icon { display: flex; align-items: center; width: 30px; height: 30px; flex-shrink: 0; }
.contact-btn-icon svg { width: 30px; height: 30px; }
.contact-btn-text { font-size: 18px; font-weight: 500; }
.contact-btn-arrow { font-size: 14px; opacity: 0.8; margin-left: 4px; }

/* フッター */
.site-footer { background: #fff; }
.footer-over { padding: 70px 40px 50px; }
.footer-catch { font-size: 32px; font-weight: 300; text-align: center; letter-spacing: 8px; margin-bottom: 16px; line-height: 1.6; color: #1c334f; }
.footer-catch::after { content: ''; display: block; width: 40px; height: 1px; background: #b8965a; margin: 20px auto 0; }
.footer-sub { font-size: 14px; text-align: center; margin-bottom: 50px; line-height: 2.2; color: #888; letter-spacing: 0.15em; margin-top: 24px; }
.footer-info-row { max-width: 1100px; margin: 0 auto 40px; display: flex; align-items: flex-start; gap: 40px; }
.footer-info-left { flex-shrink: 0; }
.footer-info-ttl { font-size: 30px; font-weight: 900; line-height: 1; margin-bottom: 6px; }
.footer-info-about { font-size: 22px; color: #aaa; font-weight: 400; }
.footer-bdr { display: block; width: 2px; background: #ccc; align-self: stretch; flex-shrink: 0; }
.footer-info-cols { display: flex; gap: 50px; flex: 1; font-size: 18px; line-height: 2.2; }
.footer-label { font-weight: 700; margin-top: 12px; font-size: 16px; color: #888; }
.footer-logo-row { max-width: 1100px; margin: 0 auto; display: flex; align-items: flex-start; gap: 40px; font-size: 18px; line-height: 2.2; }
.footer-logo { height: 56px; width: auto; margin-bottom: 14px; }
.footer-under { background: #1c334f; padding: 50px 40px 30px; }
.footer-nav-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 32px; margin-bottom: 16px; }
.footer-nav-row a { color: #fff; font-size: 16px; display: inline; transition: opacity 0.2s; }
.footer-nav-row a:hover { opacity: 0.7; }
.footer-copy { text-align: center; font-size: 14px; color: rgba(255,255,255,0.5); margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.15); }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .main_nav { display: none; }
  header { height: 80px; }
  .page-title-area { margin-top: 80px; }

  .main-visual-title-ja { font-size: 18px; }
  .main-visual-title-price { font-size: 16px; }

  .box01-h2 { width: calc(100% - 40px); font-size: 24px; }
  .box01-inner { padding: 0; display: block; position: static; }
  .box01-inner img.main-img { width: 100%; display: block; }
  .box01-inner-txt { position: static; width: 100%; margin-top: 0; padding: 20px 16px; background: rgba(255,255,255,0.95); }
  .box01-inner-txt h3 { font-size: 20px; margin-bottom: 12px; letter-spacing: 1px; }
  .box01-inner-txt p { font-size: 14px; line-height: 2; }
  .box01-inner2 img.main-img { margin-left: 0; }
  .box01-inner2 .box01-inner-txt { left: auto; right: auto; }
  .box01-imgs { padding: 0 16px; flex-direction: column; gap: 8px; }
  .box01-imgs img { width: 100%; }
  .box01-con { padding: 0 20px; flex-direction: column; }
  .box01-con-left { width: 100%; margin-right: 0; min-height: auto; }
  .box01-city { position: static; opacity: 0.2; font-size: 28px; margin-top: 10px; }
  .box01-label { position: static; margin-top: 10px; white-space: normal; }
  .box01-con-right { min-height: auto; }
  .box01-con-txt { margin-top: 16px; }
  .box01-con-ttl { font-size: 22px; }
  .box01-bnr { padding: 40px 20px 36px; }
  .box01-bnr-p1 { font-size: 18px; padding: 5px 12px; white-space: nowrap; color: #fff !important; }
  .box01-bnr-p2 { font-size: 22px; color: #333 !important; white-space: pre-line; }

  .box02-title-area { padding: 30px 16px; }
  .box02-title-txt { padding: 24px 20px; }
  .box02-title-txt p:first-child { font-size: 16px; color: #fff !important; word-break: keep-all; overflow-wrap: break-word; line-height: 1.6; }
  .box02-title-name { font-size: 26px !important; color: #fff !important; white-space: nowrap; margin: 14px 0 10px; }
  .box02-title-txt h2 { font-size: 26px; color: #fff !important; }
  .box02-no { font-size: 36px; padding: 14px 10px; min-width: 60px; }
  .box02-theme h3 { font-size: 18px; padding-left: 14px; white-space: normal; line-height: 1.3; letter-spacing: 1px; }
  .box02-con2 .box02-theme h3 { padding-left: 14px; font-size: 16px; white-space: normal; word-break: keep-all; line-height: 1.4; }
  .box02-point { display: none; }
  .box02-con { padding: 0 16px; }
  .box02-inner { flex-direction: column; font-size: 14px; }
  .box02-img1, .box02-img2 { max-width: 100%; margin: 0 0 16px; }
  .box02-bnr1, .box02-bnr2 { height: auto; min-height: 200px; margin-top: 30px; }
  .box02-bnr1 p, .box02-bnr2 p { font-size: 20px; position: static; padding: 16px 20px; white-space: normal; line-height: 1.5; }

  .banner02 { padding: 24px 16px; outline: none; }
  .banner02-inner { padding: 20px 16px 24px; }
  .banner02-inner p { font-size: 18px; white-space: normal; line-height: 1.6; }

  .contact-banner { height: 140px; }
  .contact-banner-inner { padding: 0 24px; }
  .contact-en { font-size: 12px; }
  .contact-ja { font-size: 22px; }

  .footer-over { padding: 40px 16px 30px; }
  .footer-catch { font-size: 22px; letter-spacing: 1px; word-break: keep-all; overflow-wrap: break-word; }
  .footer-sub { font-size: 15px; }
  .footer-info-row, .footer-logo-row { flex-direction: column; gap: 16px; }
  .footer-info-cols { flex-direction: column; gap: 0; font-size: 14px; }
  .footer-info-ttl { font-size: 20px; }
  .footer-info-about { font-size: 16px; }
  .footer-bdr { display: none; }
  .footer-under { padding: 30px 16px 20px; }
  .footer-nav-row { gap: 6px 16px; }
  .footer-nav-row a { font-size: 13px; }
}
