@charset "UTF-8";
@import url("global.css");
/* ------------------------------
 Index
------------------------------ */
.archive #bodyarea {
  margin-bottom: 90px;
}
.archive #bodyarea .lead {
  text-align: center;
  margin-bottom: 90px;
  font-size: 1.06em;
}
.archive ul.estatelist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
}
.archive ul.estatelist li {
  display: contents;
}
.archive ul.estatelist li.shoudan a .img::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #262626;
  opacity: .5;
}
.archive ul.estatelist li.shoudan a .img::after {
  content: "商談中";
  display: inline-block;
  background-color: #FFF;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 5px 20px;
  font-size: .9em;
  font-weight: 700;
  white-space: nowrap;
}
.archive ul.estatelist li.shoudan a .img figure::before, .archive ul.estatelist li.shoudan a .img figure::after {
  display: none;
}
.archive ul.estatelist li a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  margin-bottom: 60px;
}
.archive ul.estatelist li a .img {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  overflow: hidden;
  -webkit-border-radius: var(--radius-large);
  border-radius: var(--radius-large);
  border: #EFEFEF solid 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.archive ul.estatelist li a .img .new {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: fit-content;
  padding: 1px 15px;
  -webkit-border-radius: 0 0 var(--radius-large) 0;
  border-radius: 0 0 var(--radius-large) 0;
  background-color: #D5501E;
  color: #FFF;
  font-family: "Barlow Semi Condensed", "LINE Seed JP", sans-serif;
  font-weight: 600;
}
.archive ul.estatelist li a .img figure {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.archive ul.estatelist li a .img figure img {
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
.archive ul.estatelist li a .img figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #262626;
  mix-blend-mode: multiply;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
.archive ul.estatelist li a .img figure::after {
  content: "詳しく見る";
  color: #fff;
  font-weight: 700;
  position: absolute;
  bottom: 15px;
  right: 40px;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
  backface-visibility: hidden;
}
.archive ul.estatelist li a .postinfo {
  display: contents;
}
.archive ul.estatelist li a .postinfo .posttitle {
  margin-top: 15px;
  font-weight: 700;
  font-size: clamp(16px, 2.1vw, 20px);
  line-height: 1.6;
}
.archive ul.estatelist li a .postinfo .price {
  font-weight: 700;
  line-height: 1.4;
}
.archive ul.estatelist li a .postinfo .price strong {
  font-size: clamp(21px, 2.8vw, 30px);
  color: #D5501E;
}
.archive ul.estatelist li a .postinfo .data {
  margin-top: 15px;
  font-size: .875em;
  background-color: #F5F5F5;
  padding: 15px 20px;
  -webkit-border-radius: var(--radius-small);
  border-radius: var(--radius-small);
  font-weight: normal;
}
.archive ul.estatelist li a .postinfo .data > p {
  display: flex;
  align-items: flex-start;
}
.archive ul.estatelist li a .postinfo .data > p span {
  display: block;
  width: 70px;
  margin-right: 20px;
}
@media (any-hover: hover) {
  .archive ul.estatelist li a:hover .img figure img {
    filter: blur(2px);
  }
  .archive ul.estatelist li a:hover .img figure::before {
    opacity: .6;
  }
  .archive ul.estatelist li a:hover .img figure::after {
    opacity: 1;
    translate: 20px 0;
  }
}

/* ------------------------------
 Entry
------------------------------ */
.entry #post #contents-navi {
  margin-bottom: 60px;
}
.entry #post #postinfo {
  padding-block: 30px;
  border-top: #A9A9A9 solid 1px;
  border-bottom: #A9A9A9 solid 1px;
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}
.entry #post #postinfo .infotext {
  width: 100%;
  padding-inline: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.entry #post #postinfo .infotext .status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
.entry #post #postinfo .infotext .status > p {
  display: block;
  white-space: nowrap;
  width: fit-content;
  padding: 2px 25px;
  background-color: #777777;
  color: #FFF;
  font-size: 1.125em;
  font-weight: 700;
  -webkit-border-radius: var(--radius-small);
  border-radius: var(--radius-small);
}
.entry #post #postinfo .infotext .posttitle {
  line-height: 1.6;
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 700;
}
.entry #post #postinfo .infotext .price {
  margin-top: 20px;
  display: flex;
  align-items: baseline;
  font-size: 1.125em;
  font-weight: 700;
}
.entry #post #postinfo .infotext .price strong {
  display: inline-block;
  color: #D5501E;
  font-size: clamp(22px, 2.8vw, 32px);
}
.entry #post #postinfo .infotext .data {
  margin-top: 20px;
  font-size: 1.06em;
  font-weight: 700;
}
.entry #post #postinfo .infotext .data > p {
  display: flex;
  align-items: flex-start;
}
.entry #post #postinfo .infotext .data > p span {
  display: block;
  width: 76px;
  margin-right: 20px;
}
.entry #post #postinfo .infotext .text {
  margin-top: 30px;
  text-align: justify;
  background-color: #EFEFEF;
  padding: 25px;
}
.entry #post #postinfo .infoimg {
  flex-shrink: 0;
  width: 50%;
}
.entry #post #postinfo .infoimg .fotorama__wrap,
.entry #post #postinfo .infoimg .fotorama__stage,
.entry #post #postinfo .infoimg .fotorama__img {
  border-radius: var(--radius-large) !important;
}
.entry #kukakublock {
  max-width: 960px;
  margin: 120px auto;
}
.entry #kukakublock figure.kukakuzu {
  margin: 0 auto 60px;
  text-align: center;
  border: #EFEFEF 1px solid;
  -webkit-border-radius: var(--radius-normal);
  border-radius: var(--radius-normal);
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
}
.entry #kukakublock .kukakudata > table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: #EFEFEF 1px solid;
  -webkit-border-radius: var(--radius-normal);
  border-radius: var(--radius-normal);
  text-align: center;
  line-height: 1.5;
}
.entry #kukakublock .kukakudata > table thead tr {
  background-color: #A9A9A9;
  color: #FFF;
}
.entry #kukakublock .kukakudata > table thead th {
  white-space: nowrap;
}
.entry #kukakublock .kukakudata > table tbody tr + tr th, .entry #kukakublock .kukakudata > table tbody tr + tr td {
  border-top: #A9A9A9 1px dashed;
}
.entry #kukakublock .kukakudata > table tr:nth-of-type(even) {
  background: linear-gradient(to right, rgba(239, 239, 239, 0), rgba(239, 239, 239, 0.5) 20%, rgba(239, 239, 239, 0.5) 80%, rgba(239, 239, 239, 0));
}
.entry #kukakublock .kukakudata > table th, .entry #kukakublock .kukakudata > table td {
  padding: 15px 15px;
}
.entry #kukakublock .kukakunote {
  margin-top: 5px;
  text-align: right;
  line-height: 1.4;
  opacity: .8;
}
.entry .sec {
  margin-top: 120px;
}
.entry .sec .sec_title {
  margin-bottom: 45px;
  text-align: center;
}
.entry .sec .sec_title span {
  display: block;
  line-height: 1.3;
}
.entry .sec .sec_title span.en {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 600;
  color: #D5501E;
}
.entry .sec .sec_title span.en::before, .entry .sec .sec_title span.en::after {
  display: inline;
}
.entry .sec .sec_title span.en::before {
  content: "(";
  margin-right: .3em;
}
.entry .sec .sec_title span.en::after {
  content: ")";
  margin-left: .3em;
}
.entry .sec .sec_title span.ja {
  font-size: clamp(23px, 3.2vw, 38px);
  font-weight: 700;
}
.entry #sec_around.sec .env {
  margin-inline: auto;
  max-width: 660px;
}
.entry #sec_around.sec .env > ul > li {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.entry #sec_around.sec .env > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #A9A9A9;
}
.entry #sec_around.sec .env > ul > li::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 25px;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #EFEFEF;
}
.entry #sec_around.sec .env > ul > li > span {
  display: block;
  width: fit-content;
  padding-inline: 15px;
  background-color: #FFF;
}
.entry #sec_around.sec .env > ul > li > span:last-of-type {
  padding-right: 0;
}
.entry #sec_around.sec .widemap {
  margin-top: 45px;
}
.entry #sec_around.sec .widemap .map {
  width: 100%;
  aspect-ratio: 3.2 / 1;
  overflow: hidden;
}
.entry #sec_around.sec .widemap .map iframe {
  width: 100%;
  height: 100%;
}
.entry #sec_outline.sec .outline {
  margin-inline: auto;
  max-width: 1200px;
}
.entry #sec_outline.sec .outline > table {
  border-collapse: collapse;
  border-top: #A9A9A9 solid 1px;
  border-bottom: #A9A9A9 solid 1px;
  width: 100%;
}
.entry #sec_outline.sec .outline > table tr + tr {
  border-top: #A9A9A9 dashed 1px;
}
.entry #sec_outline.sec .outline > table th, .entry #sec_outline.sec .outline > table td {
  line-height: 1.6;
  padding: 25px 20px;
}
.entry #sec_outline.sec .outline > table th {
  font-weight: 700;
  white-space: nowrap;
  padding-right: 50px;
  width: 14%;
}
.entry #sec_form {
  margin-top: 120px;
  border-top: #EFEFEF solid 1px;
  padding-top: 60px;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1600px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1600px) {
  /* ------------------------------
   Index
  ------------------------------ */
  .archive ul.estatelist {
    column-gap: 3vw;
  }

  /* ------------------------------
   Entry
  ------------------------------ */
  .entry #post #postinfo .infotext {
    padding-inline: 3vw;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 1300px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  /* ------------------------------
   Index
  ------------------------------ */
}
@media only screen and (max-width: 1300px) and (max-width: 959px) {
  .archive #bodyarea {
    margin-bottom: 65px;
  }
  .archive #bodyarea .lead {
    margin-bottom: 60px;
    font-size: 1em;
    text-align: justify;
  }
  .archive #bodyarea .lead br {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  .archive ul.estatelist {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4vw;
  }
  .archive ul.estatelist li a {
    margin-bottom: 50px;
  }
  .archive ul.estatelist li a .img .new {
    padding: 0 13px;
  }
  .archive ul.estatelist li a .img figure {
    padding: 10px;
  }
  .archive ul.estatelist li a .img figure::after {
    bottom: 10px;
    right: 30px;
  }
  .archive ul.estatelist li a .postinfo .posttitle {
    margin-top: 10px;
  }
  .archive ul.estatelist li a .postinfo .data {
    margin-top: 10px;
  }
  .archive ul.estatelist li a .postinfo .data > p span {
    width: 66px;
    margin-right: 15px;
  }

  /* ------------------------------
   Entry
  ------------------------------ */
  .entry #post #contents-navi {
    margin-bottom: 50px;
  }
  .entry #post #postinfo {
    margin-bottom: 90px;
  }
  .entry #post #postinfo .infotext {
    padding-inline: 0 5vw;
  }
  .entry #post #postinfo .infotext .status {
    gap: 8px;
  }
  .entry #post #postinfo .infotext .status > p {
    padding: 2px 20px;
    font-size: 1em;
  }
  .entry #post #postinfo .infotext .price {
    margin-top: 0;
  }
  .entry #post #postinfo .infotext .data {
    margin-top: 10px;
  }
  .entry #post #postinfo .infotext .data > p span {
    width: 70px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 959px) {
  .entry #post #postinfo .infotext .data {
    font-size: .9em;
  }
  .entry #post #postinfo .infotext .data > p span {
    width: 60px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1300px) {
  .entry #post #postinfo .infotext .text {
    margin-top: 20px;
    padding: 15px 20px;
    font-size: .9em;
  }
  .entry #kukakublock {
    margin: 90px auto;
  }
  .entry #kukakublock figure.kukakuzu {
    margin: 0 auto 45px;
    padding: 20px;
  }
  .entry #kukakublock .kukakudata > table th, .entry #kukakublock .kukakudata > table td {
    padding: 15px 10px;
  }
  .entry .sec {
    margin-top: 90px;
  }
  .entry .sec .sec_title {
    margin-bottom: 30px;
  }
  .entry .sec .sec_title span {
    line-height: 1.5;
  }
  .entry #sec_around.sec .env {
    margin-inline: auto;
    max-width: 100%;
  }
  .entry #sec_around.sec .env > ul > li::before {
    width: 7px;
    height: 7px;
  }
  .entry #sec_around.sec .env > ul > li > span {
    padding-inline: 12px;
  }
  .entry #sec_around.sec .widemap {
    margin-top: 35px;
  }
  .entry #sec_around.sec .widemap .map {
    aspect-ratio: 2.4 / 1;
  }
  .entry #sec_outline.sec .outline > table th, .entry #sec_outline.sec .outline > table td {
    padding: 20px 10px;
  }
  .entry #sec_outline.sec .outline > table th {
    padding-right: 25px;
    width: auto;
  }
  .entry #sec_form {
    margin-top: 100px;
    padding-top: 35px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  /* ------------------------------
   Index
  ------------------------------ */
  .archive #bodyarea .lead {
    margin-bottom: 45px;
  }
  .archive ul.estatelist {
    display: block;
  }
  .archive ul.estatelist li {
    display: block;
  }
  .archive ul.estatelist li.shoudan a .img::after {
    padding: 3px 15px;
  }
  .archive ul.estatelist li a {
    display: block;
    margin-bottom: 45px;
  }
  .archive ul.estatelist li a .img .new {
    padding: 0 10px;
  }
  .archive ul.estatelist li a .img figure {
    padding: 7px;
  }
  .archive ul.estatelist li a .postinfo {
    display: block;
  }
  .archive ul.estatelist li a .postinfo .posttitle {
    margin-top: 8px;
  }
  .archive ul.estatelist li a .postinfo .data {
    margin-top: 5px;
    padding: 10px 15px;
  }
  .archive ul.estatelist li a .postinfo .data > p span {
    width: 60px;
    margin-right: 10px;
  }

  /* ------------------------------
   Entry
  ------------------------------ */
  .entry #post #contents-navi {
    margin-bottom: 30px;
  }
  .entry #post #postinfo {
    padding-block: 30px 0;
    display: block;
    margin-bottom: 0;
    border-bottom: none;
  }
  .entry #post #postinfo .infotext {
    padding: 0 5px 35px;
  }
  .entry #post #postinfo .infotext .status {
    gap: 5px;
    margin-bottom: 10px;
  }
  .entry #post #postinfo .infotext .status > p {
    padding: 0 15px;
  }
  .entry #post #postinfo .infotext .posttitle {
    line-height: 1.5;
  }
  .entry #post #postinfo .infotext .price {
    font-size: 1.1em;
  }
  .entry #post #postinfo .infotext .data {
    margin-top: 10px;
  }
  .entry #post #postinfo .infotext .data > p span {
    width: 56px;
    margin-right: 7px;
  }
  .entry #post #postinfo .infotext .text {
    margin-top: 10px;
    padding: 10px 15px;
  }
  .entry #post #postinfo .infoimg {
    width: auto;
  }
  .entry #kukakublock {
    margin: 60px auto;
  }
  .entry #kukakublock figure.kukakuzu {
    margin: 0 auto 30px;
    padding: 10px;
  }
  .entry #kukakublock .kukakudata {
    overflow-x: auto;
  }
  .entry #kukakublock .kukakudata > table th, .entry #kukakublock .kukakudata > table td {
    padding: 12px;
    white-space: nowrap;
  }
  .entry #kukakublock .kukakunote {
    margin-top: 3px;
  }
  .entry .sec {
    margin-top: 60px;
  }
  .entry .sec .sec_title {
    margin-bottom: 25px;
  }
  .entry .sec .sec_title span {
    line-height: 1.5;
  }
  .entry #sec_around.sec .env > ul > li {
    padding-left: 2px;
    z-index: 1;
  }
  .entry #sec_around.sec .env > ul > li::before {
    top: 10px;
    width: 6px;
    height: 6px;
  }
  .entry #sec_around.sec .env > ul > li::after {
    left: 20px;
  }
  .entry #sec_around.sec .widemap {
    margin-top: 30px;
  }
  .entry #sec_around.sec .widemap .map {
    aspect-ratio: 1.4 / 1;
  }
  .entry #sec_outline.sec .outline > table th, .entry #sec_outline.sec .outline > table td {
    font-size: .9em;
    padding-inline: 0;
  }
  .entry #sec_outline.sec .outline > table td {
    padding-inline: 10px 15px;
  }
  .entry #sec_form {
    margin-top: 60px;
    padding-top: 25px;
  }
}
