:root {
  --color-red: #db0000;
  --color-pink: #f5a9a9;
  --color-blue: #1c4896;
  --color-text: #333;
  --color-bg: #f2f2f2;
  --color-border: #ddd;
  --color-button-border: #dadada;
  --color-disabled: #ccc;
  --color-disabled-border: #f1f1f1;
  --color-red--75: #db000075;
}
#main .topic_detail.estate .topic_contents {
  border: none;
  padding-top: 0;
}
#main .topic_detail.estate .topic_contents .lead p {
  margin: 50px 0;
  font-family: serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .topic_detail.estate .topic_contents .lead p {
    margin: 30px 0;
  }
}
#main .topic_detail.estate .topic_contents .items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #main .topic_detail.estate .topic_contents .items {
    margin: -20px 0 0;
    gap: 20px;
  }
}
#main .topic_detail.estate .topic_contents .items > .item {
  flex: 0 0 calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  #main .topic_detail.estate .topic_contents .items > .item {
    flex-basis: calc(50% - 10px);
  }
}
#main .topic_detail.estate .topic_contents .items > .item a {
  display: block;
  text-decoration: none;
  color: inherit;
  transition-duration: 0.3s;
}
#main .topic_detail.estate .topic_contents .items > .item a:hover {
  opacity: 0.7;
}
#main .topic_detail.estate .topic_contents .items > .item a .thumbnail img {
  width: 100%;
}
#main .topic_detail.estate .topic_contents .items > .item a .table .title {
  font-family: serif;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #main .topic_detail.estate .topic_contents .items > .item a .table .title {
    font-size: 18px;
  }
}
#main .topic_detail.estate .topic_contents .items > .item a .table .row {
  display: flex;
  align-items: center;
  margin: 5px 0;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #main .topic_detail.estate .topic_contents .items > .item a .table .row {
    font-size: 13px;
    line-height: 1.2;
  }
}
#main .topic_detail.estate .topic_contents .items > .item a .table .row .label {
  flex: 0 0 70px;
  background: #eee;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .topic_detail.estate .topic_contents .items > .item a .table .row .label {
    flex-basis: 50px;
    padding: 5px 0;
  }
}
#main .topic_detail.estate .topic_contents .items > .item a .table .row .value {
  flex: 1 1 auto;
}
#main .topic_detail.estate .topic_contents .items > .item a .button {
  margin-top: 20px;
  background: var(--color-red);
  color: white;
  padding: 5px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #main .topic_detail.estate .topic_contents .items > .item a .button {
    margin-top: 10px;
    font-size: 13px;
  }
}
.block-editor-main .block.h3 {
  margin: 30px 0 10px;
}
.block-editor-main .block.h3 h3 {
  background: var(--color-red);
  color: white;
  padding: 10px;
  line-height: 1.1;
}
.block-editor-main .block.google-map iframe {
  width: 100%;
  aspect-ratio: 2.2857142857;
}
#main .topic_detail .topic_contents > .block-section > .block {
  margin-top: 30px;
}
#main .topic_detail .topic_contents > .block-section > .block.h2 {
  margin-top: 50px;
  margin-bottom: 40px;
}
#main .topic_detail .topic_contents > .block-section > .block.images {
  margin: 50px 0;
}
#main .topic_detail .topic_contents > .block-section > .block.images img {
  border: none;
}
#main .topic_detail .topic_contents > .block-section .divisions {
  display: flex;
  gap: 0 30px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #main .topic_detail .topic_contents > .block-section .divisions {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #main .topic_detail .topic_contents > .block-section .divisions .image {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}
#main .topic_detail .topic_contents > .block-section .divisions .image img {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  #main .topic_detail .topic_contents > .block-section .divisions .image img {
    max-width: 240px;
  }
}
#main .topic_detail .topic_contents > .block-section .divisions .table table {
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  #main .topic_detail .topic_contents > .block-section .divisions .table table {
    width: 100%;
  }
}
#main .topic_detail .topic_contents > .block-section .divisions .table table th, #main .topic_detail .topic_contents > .block-section .divisions .table table td {
  border-bottom: 1px solid #ccc;
  padding: 5px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .topic_detail .topic_contents > .block-section .divisions .table table th, #main .topic_detail .topic_contents > .block-section .divisions .table table td {
    padding: 5px;
  }
}
#main .topic_detail .topic_contents > .block-section .divisions .table table th, #main .topic_detail .topic_contents > .block-section .divisions .table table td.number {
  background: #f5f2ec;
}
#main .topic_detail .topic_contents > .block-section .estate_spots .images {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin: 15px 0;
  padding: 0;
}
#main .topic_detail .topic_contents > .block-section .estate_spots .images .spot {
  flex: 0 0 180px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #main .topic_detail .topic_contents > .block-section .estate_spots .images .spot {
    flex-basis: calc(50% - 13px);
  }
}
#main .topic_detail .topic_contents > .block-section .estate_spots .images .spot .image {
  margin-bottom: 5px;
}
#main .topic_detail .topic_contents > .block-section .estate_spots .images .spot .image img {
  width: 100%;
}
#main .topic_detail .topic_contents > .block-section .estate_spots .images .spot .title {
  font-size: 1rem;
}
#main .topic_detail .topic_contents > .block-section .estate_spots .images .spot .minutes {
  font-size: 0.9rem;
}
#main .topic_detail .topic_contents > .block-section .estate_spots .locations {
  max-width: 700px;
  margin: 15px auto;
  padding: 0;
}
#main .topic_detail .topic_contents > .block-section .estate_spots .locations .spot {
  margin-top: 12px;
  display: flex;
  gap: 0 10px;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2;
}
#main .topic_detail .topic_contents > .block-section .estate_spots .locations .spot .dots {
  flex: 1 1 auto;
  border-top: 1px dashed #ccc;
  transform: translatey(2px);
}
#main .topic_detail .topic_contents > .block-section .estate_spots .locations + .remarks {
  max-width: 700px;
}
#main .topic_detail .topic_contents > .block-section .estate_spots .remarks {
  margin: 30px auto 50px;
  line-height: 1.4;
  font-size: 0.85rem;
}
/*# sourceMappingURL=./estate.css.map */