@charset "UTF-8";
@import url("global.css");
/* ---------- Index-Page ---------- */
#bodyarea {
  margin-bottom: 120px;
}

.introduction {
  position: relative;
  margin-bottom: min(200px,10vw);
}
.introduction .title {
  text-align: center;
  padding-top: 40px;
  margin-bottom: 70px;
  letter-spacing: .1em;
}
.introduction .title span {
  font-size: 27px;
  display: block;
  width: fit-content;
  line-height: 1;
  position: relative;
  margin-inline: auto;
}
.introduction .title span::before {
  content: "";
  background-color: #fff;
  z-index: -1;
  position: absolute;
  inset: .1em;
}
.introduction .title strong {
  font-size: 43px;
  font-weight: 700;
  letter-spacing: .08em;
}
.introduction .textblock {
  position: relative;
  padding-block: 70px;
}
.introduction .textblock::before {
  content: "";
  background: url("../img/bg_texture_pink.jpg") repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: calc( 50% - 190px );
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: -1;
}
.introduction .textblock .text {
  width: 50%;
  margin-left: auto;
}
.introduction .textblock .text p + p {
  margin-top: 20px;
}
.introduction .image {
  position: absolute;
  right: calc(50% + 60px);
  width: min(760px,46%);
  top: 0;
  bottom: 0;
  align-content: center;
  z-index: 1;
}
.introduction .image div {
  overflow: hidden;
  border-radius: 5px;
}
.introduction .image .image1 {
  width: min(480px,30vw);
  margin-bottom: 40px;
}
.introduction .image .image2 {
  margin-left: auto;
  width: min(600px,35vw);
}

ul.list li + li {
  margin-top: 40px;
}
ul.list li a {
  display: flex;
  gap: min(40px,4vw);
  border: #CFB29D 1px solid;
  border-radius: 4px;
  background-color: #fff;
  padding: min(40px,4vw);
  position: relative;
  line-height: 1.5;
}
ul.list li a .shodan {
  position: absolute;
  width: 100px;
  top: -12px;
  text-align: center;
  left: 50%;
  translate: -50% 0;
  background-color: #C86F5F;
  color: #fff;
  border-radius: 2px;
  border: #fff 2px solid;
  padding-block: 4px 6px;
  z-index: 2;
}
ul.list li a .image {
  flex: 1;
  height: 360px;
  border-radius: 3px;
  overflow: hidden;
}
ul.list li a .main {
  flex: 1;
  padding-top: 30px;
}
ul.list li a .posttitle {
  font-size: clamp(18px, 3.5vw, 23px);
  font-weight: 700;
  margin-bottom: 10px;
}
ul.list li a .address {
  font-size: .9em;
  margin-bottom: 15px;
}
ul.list li a .price {
  display: flex;
  justify-content: flex-end;
  line-height: 1;
  align-items: flex-end;
  margin-bottom: 30px;
}
ul.list li a .price dt {
  margin-right: 15px;
}
ul.list li a .price dd {
  display: flex;
  align-items: flex-end;
}
ul.list li a .price dd strong {
  font-size: clamp(18px, 3.2vw, 28px);
  font-weight: 700;
  color: #C86F5F;
  display: block;
  padding-right: 5px;
  margin-bottom: -2px;
}
ul.list li a .area {
  background-color: rgba(229, 211, 197, 0.4);
  display: flex;
  padding-block: 15px;
  border-radius: 4px;
  container-type: inline-size;
}
ul.list li a .area .inner {
  display: contents;
}
ul.list li a .area dl {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  font-size: 14px;
  padding: 5px 8px;
  white-space: nowrap;
  position: relative;
}
@container ( width <= 500px ) {
  ul.list li a .area dl {
    display: block;
    padding-inline: 18px 10px;
  }
}
ul.list li a .area dl dt {
  margin-right: 12px;
}
ul.list li a .area dl dd span {
  font-size: 1.1em;
  padding-inline: 3px;
}
ul.list li a .area dl::before {
  content: "";
  background-color: #CFB29D;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
ul.list li a .area dl:first-of-type::before {
  display: none;
}
ul.list li a .comment {
  margin-top: 20px;
  font-size: .9em;
}

.noitem {
  text-align: center;
}
.noitem .text {
  font-size: clamp(16px, 3vw, 26px);
  margin-bottom: 30px;
}
.noitem .button {
  width: 280px;
  margin-inline: auto;
}
.noitem .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 46px;
  background-color: #fff;
  border-radius: 100px;
}
.noitem .button a::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 12px;
  border-radius: 2px;
  background: #C86F5F url("../flow/img/arrow.svg") no-repeat center center;
  background-size: 16px auto;
}

/* ---------- Entry-Page ---------- */
article.post .post_title {
  text-align: center;
  margin-bottom: 80px;
  font-size: clamp(18px, 4.4vw, 40px);
  font-weight: 700;
}
article.post .post_title .shodan {
  display: block;
  width: 120px;
  margin: 10px auto 0;
  background-color: #C86F5F;
  color: #fff;
  padding-block: 1px 3px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 16px;
}
article.post .top_block {
  position: relative;
}
article.post .top_block .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
article.post .top_block .slide_block {
  max-width: 50%;
  width: 800px;
  flex-shrink: 0;
}
article.post .top_block .top_main {
  width: 50%;
  box-sizing: border-box;
  margin-right: min(200px,calc((99vw - 1200px) / 2));
}
article.post .top_block .comment {
  padding-left: 60px;
}
article.post .top_block .data {
  margin-top: 50px;
  position: relative;
  padding-block: 30px;
}
article.post .top_block .data::before {
  content: "";
  display: block;
  position: absolute;
  right: max(-200px,calc(( (99vw - 1200px) / 2 ) * -1 ));
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(207, 178, 157, 0.4);
  z-index: 0;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 5px;
}
article.post .top_block .data .inner {
  box-sizing: border-box;
  padding-left: 60px;
  position: relative;
  z-index: 1;
}
article.post .top_block .data .inner table {
  width: 100%;
  line-height: 28px;
  border-collapse: collapse;
}
article.post .top_block .data .inner table tr {
  border-bottom: #B09F94 1px solid;
}
article.post .top_block .data .inner table tr:last-of-type {
  border: none;
}
article.post .top_block .data .inner table th, article.post .top_block .data .inner table td {
  padding: 12px 10px 12px 10px;
}
article.post .top_block .data .inner table th {
  font-weight: 700;
  text-align: center;
}
article.post .top_block .data .inner table td {
  text-align: left;
}
article.post .top_block .data .inner table .price {
  color: #C86F5F;
}
article.post .top_block .data .inner table .price span {
  font-weight: 700;
  font-size: 1.8em;
  padding-right: 3px;
}
article.post .post_body {
  text-align: center;
  padding: 80px 0;
}
article.post .post_body .postbody {
  display: inline-block;
  text-align: left;
}
article.post .sec_title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
  line-height: 1;
}
article.post .sec_title span {
  display: block;
  font-size: clamp(36px, 5.2vw, 53px);
  font-family: "Vollkorn", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: italic;
}
article.post .outline {
  margin-bottom: 100px;
}
article.post .outline table {
  width: 100%;
  border-collapse: collapse;
  border-top: #B09F94 1px solid;
  line-height: 1.5;
}
article.post .outline table tr {
  border-bottom: #B09F94 1px solid;
}
article.post .outline table tr:nth-of-type(odd) th {
  background-color: #CFB29D;
}
article.post .outline table tr:nth-of-type(even) th {
  background-color: #CFA79D;
}
article.post .outline table th, article.post .outline table td {
  font-size: 15px;
  padding: 18px 20px;
}
article.post .outline table th {
  font-weight: 700;
  width: 7em;
  white-space: nowrap;
  text-align: center;
  position: relative;
}
article.post .outline table th::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: #E5D3C5 4px solid;
}
article.post .outline .pdfbutton {
  margin-top: 30px;
}
article.post .outline .pdfbutton a {
  display: block;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  max-width: 400px;
  padding-block: 10px;
  margin-inline: auto;
}
article.post .outline .pdfbutton a::after {
  content: "\f1c1";
  line-height: 1;
  font-family: "Font Awesome 6 free", "Font Awesome 6 Brands";
  font-weight: 400;
  font-size: 1.5em;
  display: inline-block;
  margin-left: 10px;
  color: #CFB29D;
  vertical-align: -1px;
}
article.post .env {
  margin-bottom: 100px;
}
article.post .env .env_body {
  text-align: center;
}
article.post .env .env_body .postbody {
  display: inline-block;
  text-align: left;
}
article.post .env ul.envlist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}
article.post .env ul.envlist li {
  width: 25%;
  box-sizing: border-box;
  padding: 0 18px;
  margin-bottom: 30px;
  text-align: center;
}
article.post .env ul.envlist li .photo {
  padding-top: 70%;
  height: 0;
  position: relative;
  margin-bottom: 5px;
}
article.post .env ul.envlist li .photo img {
  position: absolute;
  top: 0;
  left: 0;
}
article.post .env ul.envlist li .text {
  font-size: 15px;
}
article.post .access .map_area {
  position: relative;
  height: 600px;
}
article.post .access .map_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
article.post .contactbox {
  padding-bottom: 40px;
}
article.post .contactbox .title {
  text-align: center;
  font-size: clamp(16px, 3.5vw, 26px);
  font-weight: 700;
  margin-block: 100px 20px;
  line-height: 1.6;
}
article.post .contactbox .title span {
  display: block;
  font-family: "Vollkorn", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  font-size: 24px;
  font-style: italic;
  opacity: .5;
}
article.post .contactbox .title span::before, article.post .contactbox .title span::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #B09F94;
  display: inline-block;
  vertical-align: 8px;
  margin-inline: 30px;
}
article.post .contactbox .tel_area {
  padding-block: 50px;
}
article.post .contactbox .tel_area dt {
  margin-bottom: 10px;
}
article.post .contactbox .contactbutton {
  text-align: center;
}
article.post .contactbox .contactbutton #contactbutton {
  background-color: #fff;
  display: block;
  margin-inline: auto;
  padding: 15px 60px;
  border-radius: 100px;
  cursor: pointer;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
}
article.post .contactbox .contactbutton #contactbutton i {
  color: #C86F5F;
  display: inline-block;
  margin-right: 10px;
}
article.post .contactbox .contactbutton #contactbutton::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 10px;
  border-radius: 2px;
  background: #C86F5F url("../flow/img/arrow.svg") no-repeat center;
  background-size: 16px auto;
  vertical-align: -4px;
}

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

 Responsive-Breakpoint-1 ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  /* ---------- Index-Page ---------- */
  /* ---------- Entry-Page ---------- */
  article.post .top_block .wrapper {
    padding-left: 0;
  }
  article.post .top_block .top_main {
    margin-right: 0;
  }
  article.post .top_block .comment {
    padding-left: 4vw;
  }
  article.post .top_block .data {
    margin-top: 40px;
    padding-block: 4vw;
  }
  article.post .top_block .data::before {
    right: -30px;
  }
  article.post .top_block .data .inner {
    padding-left: 4vw;
  }
  article.post .outline table th, article.post .outline table td {
    padding: 18px 15px;
  }
  article.post .env ul.envlist {
    margin: 0 -1.5vw;
  }
  article.post .env ul.envlist li {
    padding: 0 1.5vw;
  }
  article.post .env ul.envlist li .text {
    font-size: 14px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  /* ---------- Index-Page ---------- */
  .introduction {
    margin-bottom: 60px;
  }
  .introduction .title {
    padding-top: 0;
    margin-bottom: 70px;
  }
  .introduction .title span {
    font-size: 20px;
  }
  .introduction .title strong {
    font-size: 34px;
  }
  .introduction .textblock {
    padding-block: 80px 50px;
  }
  .introduction .textblock::before {
    left: 8vw;
  }
  .introduction .textblock .text {
    width: auto;
    margin-left: 8vw;
  }
  .introduction .image {
    position: relative;
    right: auto;
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 5vw -60px 5vw;
  }
  .introduction .image .image1 {
    width: 37vw;
    margin: 8vw 0 0 0;
  }
  .introduction .image .image2 {
    margin: 0 0 0 0;
    width: 42vw;
  }

  ul.list li a {
    display: block;
    padding: 5vw;
  }
  ul.list li a .image {
    height: auto;
    aspect-ratio: 3 / 2;
    max-width: 600px;
    margin: 0 auto 30px;
  }
  ul.list li a .main {
    padding: 0;
    text-align: center;
  }
  ul.list li a .posttitle {
    margin-bottom: 5px;
  }
  ul.list li a .address {
    margin-bottom: 20px;
  }
  ul.list li a .price {
    justify-content: center;
  }
  ul.list li a .price dd strong {
    margin-bottom: -1px;
  }
  ul.list li a .comment {
    display: inline-block;
    text-align: left;
  }

  /* ---------- Entry-Page ---------- */
  article.post .post_title {
    margin-bottom: 60px;
  }
  article.post .top_block .wrapper {
    display: block;
    padding-left: 6vw;
  }
  article.post .top_block .slide_block {
    max-width: 100%;
    width: 680px;
    margin: 0 auto 40px;
  }
  article.post .top_block .top_main {
    width: auto;
  }
  article.post .top_block .comment {
    padding-left: 0;
    width: fit-content;
    margin-inline: auto;
  }
  article.post .top_block .data::before {
    right: -20px;
    left: -6vw;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  article.post .top_block .data .inner {
    padding-inline: 0 10px;
  }
  article.post .top_block .data .inner table {
    line-height: 24px;
  }
  article.post .post_body {
    padding: 40px 0 80px;
  }
  article.post .sec_title {
    font-size: 16px;
    margin-bottom: 40px;
  }
  article.post .sec_title span {
    margin-bottom: 3px;
  }
  article.post .outline {
    margin-bottom: 80px;
  }
  article.post .outline table th, article.post .outline table td {
    font-size: 14px;
    padding: 15px 12px;
  }
  article.post .outline table th {
    width: 5em;
  }
  article.post .outline table th::before {
    border: #E5D3C5 3px solid;
  }
  article.post .env ul.envlist li {
    width: 33.3333333333%;
  }
  article.post .access .map_area {
    height: min(600px, 100vh);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  /* ---------- Index-Page ---------- */
  .introduction {
    margin-bottom: 50px;
  }
  .introduction .title {
    margin-bottom: 30px;
  }
  .introduction .title span {
    font-size: 14px;
  }
  .introduction .title strong {
    font-size: 24px;
  }
  .introduction .textblock {
    padding-block: 80px 40px;
  }
  .introduction .textblock::before {
    left: 7vw;
  }
  .introduction .textblock .text p + p {
    margin-top: 1em;
  }
  .introduction .image {
    margin: 0 5vw -60px 3vw;
  }
  .introduction .image .image1 {
    width: 40vw;
    margin: 12vw 0 0 0;
  }
  .introduction .image .image2 {
    width: 45vw;
  }

  ul.list li + li {
    margin-top: 40px;
  }
  ul.list li a {
    padding: 8vw 5vw;
  }
  ul.list li a .shodan {
    padding-block: 2px 3px;
  }
  ul.list li a .image {
    max-width: 600px;
    margin: 0 auto 15px;
  }
  ul.list li a .address {
    margin-bottom: 15px;
  }
  ul.list li a .price {
    margin-bottom: 20px;
  }
  ul.list li a .price dt {
    margin-right: 10px;
  }
  ul.list li a .area {
    display: block;
    padding-block: 12px 15px;
  }
  ul.list li a .area .inner {
    display: inline-block;
    text-align: left;
  }
  ul.list li a .area dl {
    display: flex;
    justify-content: flex-start;
    font-size: inherit;
    padding: 2px 0;
    position: relative;
  }
  ul.list li a .area dl dt {
    margin-right: 12px;
  }
  ul.list li a .area dl dd span {
    font-size: 1.1em;
    padding-inline: 3px;
  }
  ul.list li a .area dl::before {
    display: none;
  }
  ul.list li a .comment {
    margin-top: 15px;
  }

  /* ---------- Entry-Page ---------- */
  article.post .post_title {
    margin-bottom: 50px;
  }
  article.post .post_title .shodan {
    width: 80px;
    margin: 5px auto 0;
    padding-block: 0 1px;
    font-size: 14px;
  }
  article.post .top_block .wrapper {
    padding-left: 5vw;
  }
  article.post .top_block .slide_block {
    margin: 0 auto 30px;
  }
  article.post .top_block .data {
    margin-top: 30px;
  }
  article.post .top_block .data::before {
    right: -1vw;
    left: -5vw;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  article.post .top_block .data .inner table {
    line-height: 20px;
  }
  article.post .top_block .data .inner table th, article.post .top_block .data .inner table td {
    padding: 12px 5px;
  }
  article.post .post_body {
    padding: 30px 0 70px;
  }
  article.post .sec_title {
    font-size: 15px;
    margin-bottom: 30px;
  }
  article.post .sec_title span {
    margin-bottom: 2px;
  }
  article.post .outline {
    margin: 0 -5px 60px;
  }
  article.post .outline table th, article.post .outline table td {
    font-size: 12px;
    padding: 12px 10px;
  }
  article.post .outline table th {
    width: 4em;
    text-align: center;
    position: relative;
  }
  article.post .outline table th::before {
    border: #E5D3C5 2px solid;
  }
  article.post .outline .pdfbutton {
    margin: 20px 20px 0;
  }
  article.post .env ul.envlist li {
    margin-bottom: 30px;
  }
  article.post .env ul.envlist li .text {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0;
  }
  article.post .access .map_area {
    height: min(480px, 100vh);
  }
  article.post .contactbox {
    padding-bottom: 0;
  }
  article.post .contactbox .title {
    margin-block: 50px 10px;
  }
  article.post .contactbox .title span {
    font-size: 23px;
  }
  article.post .contactbox .title span::before, article.post .contactbox .title span::after {
    width: 55px;
    vertical-align: 7px;
    margin-inline: 25px;
  }
  article.post .contactbox .tel_area {
    padding-block: 25px 20px;
  }
  article.post .contactbox .tel_area dt {
    margin-bottom: 5px;
  }
  article.post .contactbox .contactbutton #contactbutton {
    padding: 15px 50px;
    font-size: 16px;
  }
  article.post .contactbox .contactbutton #contactbutton::after {
    width: 22px;
    height: 22px;
    margin-left: 10px;
    background-size: 14px auto;
  }
}

/*# sourceMappingURL=house.css.map */
