@charset "utf-8";

@page {
  size: A4;
  size: B4 landscape;
  size: 210mm 297mm;
  margin: 1cm;
}

@media print {
  section:not(:first-of-type),
  [data-js="scrollHint"] .table {
    break-before: page;
  }
}

body {
  -webkit-print-color-adjust: exact !important;
  color-adjust: exact !important;
}

.header {
  position: static;
}

.header-inner::before {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 30px;
  font-weight: 700;
  content: "物件詳細";
}

.header-nav {
  display: none !important;
}

.header-spBtn {
  display: none !important;
}

.contents {
  padding-top: 0 !important;
}

.breadcrumbs {
  display: none !important;
}

.heading-h1 {
  margin: 50px 0 40px !important;
  font-size: 25px !important;
}

.heading-h2 {
  margin: 20px 0 !important;
  font-size: 20px !important;
}

.pageNav {
  display: none !important;
}

section#anc-01 .heading-h2 {
  margin-top: 0 !important;
}

section#anc-02 {
  display: none !important;
}

section#anc-03 {
  display: none !important;
}

section#anc-06 {
  display: none !important;
}

section#anc-04 + .contactArea {
  display: none !important;
}

.leadBox {
  display: none !important;
}

.btnLinks {
  display: none !important;
}

.mediaLayout._type1 {
  gap: 3%;
  margin-top: 20px !important;
}

.mediaLayout._type1 .imgLayout-img {
  width: 30% !important;
}

.imgLayout-img img {
  border-radius: 0 !important;
}

.mediaLayout._type1 .mediaLayout-contents {
  width: 67% !important;
}

.overview-table th,
.overview-table td {
  padding: 8px 10px !important;
}

.symbols {
  gap: 10px !important;
}

.symbols li {
  width: 65px !important;
}

[data-js="scrollHint"] .table {
  white-space: normal;
}

[data-js="scrollHint"] .table col:nth-child(1) {
  width: 70px;
}

[data-js="scrollHint"] .table col:nth-child(2) {
  width: 25%;
}

[data-js="scrollHint"] .table col:nth-child(3) {
  width: 20%;
}

.table th,
.table td {
  padding: 10px !important;
}

.table th {
  background-color: #E0FBF0 !important;
}

.table td {
  background-color: #F7F7F7 !important;
}

.contactArea {
  margin-top: 30px !important;
}

.contactArea-inner {
  position: relative;
  align-items: start;
  margin: 0 auto;
  padding: 0 20px !important;
}

.contactArea-inner::after {
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  display: block;
  width: 120px;
  height: auto;
  aspect-ratio: 1;
  background: url(/assets/img/img_qr.jpg) no-repeat center/cover !important;
  content: "";
}

.contactArea-inner p::before {
  position: absolute;
  top: 100%;
  left: 20px;
  font-size: 20px;
  font-weight: 500;
  content: "03-3327-8941";
}

.pageTopWrap {
  display: none !important;
}

.footer-inner {
  display: none !important;
}