@charset "UTF-8";

/* リニューアル前の仕様↓＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* -------------------------------------
modelhouse
------------------------------------- */
.imgbox {
  position: relative;
}

.imgbox__member {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.imgbox__bnr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 70%;
}

.postlist__contract {
  pointer-events: none;
}

#area_select {
  margin-bottom: 30px;
}
#area_select p.name {
  font-size: 16px;
  font-weight: bold;
  width: 135px;
}
#area_select button {
  width: 165px;
}
#area_select ul {
  width: calc(100% - 300px);
}
#area_select ul li {
  font-size: 0;
  width: calc(100% / 6);
  margin: 5px 0;
  padding-right: 10px;
}
#area_select ul li label {
  display: block;
}
#area_select ul li input {
  display: none;
}
#area_select ul li span {
  font-size: 12px;
  letter-spacing: 0;
  display: inline-block;
  padding: 3px 0 3px 30px;
  position: relative;
  cursor: pointer;
}
#area_select ul li span::before,
#area_select ul li span::after {
  content: "";
  display: block;
  position: absolute;
}
#area_select ul li span::before {
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
}
#area_select ul li span::after {
  width: 10px;
  height: 16px;
  border-bottom: 3px solid #1a1a1a;
  border-right: 3px solid #1a1a1a;
  top: -3px;
  left: 5px;
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
}
#area_select ul li input:checked + span::after {
  opacity: 1;
  transform: rotate(40deg);
}
#area_select button {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 12px 30px;
  border: 1px solid #ccc;
  border-radius: 30px;
  background: #fff url(../imgs_new/common/arrow_link.svg) no-repeat right 20px
    center;
  background-size: 10px 15px;
  -webkit-appearance: none;
  cursor: pointer;
  transition: background 0.5s;
}
#area_select button:hover {
  background-position: right 15px center;
}

#sort {
  width: 100%;
  padding: 10px;
  margin-bottom: 40px;
  background-color: #d9eaef;
}
#sort p.name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 180px;
}
#sort .select {
  width: 268px;
  border: 2px solid #ccc;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
#sort .select select {
  font-size: 14px;
  line-height: 1;
  color: #333;
  text-overflow: ellipsis;
  width: 100%;
  height: 40px;
  padding: 10px 45px 10px 15px;
  border: none;
  background: transparent;
  background-image: none;
  outline: none;
  cursor: pointer;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
#sort .select select::-ms-expand {
  display: none;
}
#sort .select::before {
  content: "";
  width: 10px;
  height: 8px;
  display: block;
  background: url(../imgs_new/common/arrow_sort.png) no-repeat center center;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  transform: translateY(-50%);
}
#sort .btn {
  width: 270px;
  margin-left: auto;
}
#sort .btn button {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  width: calc((99.9% - 10px) / 2);
  display: block;
  padding: 8px 10px;
  border-radius: 30px;
  -webkit-appearance: none;
  cursor: pointer;
  transition: color 0.5s, background 0.5s;
}
.submitsort {
  color: #fff;
  border: 1px solid #8abfcf;
  background-color: #58a3ba;
}
.reset {
  color: #808080;
  margin-left: auto;
  border: 1px solid #b3b3b3;
  background-color: #fff;
}
.submitsort:hover {
  color: #58a3ba;
  background-color: #fff;
}
.reset:hover {
  color: #fff;
  background-color: #b3b3b3;
}

.postlist li {
  width: 21.7%;
  margin-right: 4.4%;
  margin-bottom: 8%;
  display: flex;
  flex-direction: column;
}

.postlist li a {
  margin-top: auto;
}

.postlist li p.postlist__copy {
  margin-bottom: 28px;
  font-size: 13px;
}

.postlist li:nth-child(4n) {
  margin-right: 0;
}
.postlist li .imgbox {
  margin-bottom: 30px;
}
.postlist li .imgbox .in {
  padding-top: 76.3%;
}
.postlist li h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 12px;
  border-bottom: 2px solid #eae7d5;
}
.postlist li p {
  font-size: 12px;
}
.postlist li dl {
  margin-top: 18px;
}
.postlist li dl dt {
  font-size: 12px;
  text-align: center;
  width: 45px;
  padding: 6px 5px 7px 5px;
  background-color: #eae7d5;
}
.postlist li dl dd {
  font-size: 23px;
  line-height: 1;
  flex: 1;
  padding-left: 10px;
  padding-bottom: 2px;
}

/* .post #post_head,
.post #plan,
.post #panorama,
.post #info {
  border-bottom: 2px solid #ccc;
} */
.post #post_head #about {
  width: 42.4%;
}
.post #post_head .slide {
  width: 52.8%;
  margin-left: auto;
}

.post #post_head #about h1 {
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  /* border-bottom: 2px solid #ccc; */
}

.post #catchcopy {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .post #catchcopy {
    font-size: 16px;
  }
}

.post #post_head #about #price {
  margin-top: 25px;
  margin-bottom: 35px;
}
.post #post_head #about #price dt {
  font-size: 12px;
  /* color: #fff; */
  text-align: center;
  width: 48px;
  padding: 6px 7px 7px 7px;
  background-color: #eae7d5;
  line-height: 1;
}
.post #post_head #about #price dd {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-left: 15px;
  padding-bottom: 3px;
}
.post #post_head #example {
  padding: 35px;
  border: 2px solid #ccc;
}
.post #post_head #example h2 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.post #post_head #example table {
  width: 100%;
  margin-bottom: 20px;
}
.post #post_head #example table th,
.post #post_head #example table td {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0;
  padding: 2px 0;
}
.post #post_head #example table th {
  width: 130px;
}
.post #post_head #example dl {
  font-size: 0;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.post #post_head #example dl dt,
.post #post_head #example dl dd {
  display: inline-block;
  vertical-align: middle;
}
.post #post_head #example dl dt {
  font-size: 13px;
  letter-spacing: 0.05em;
  /* padding-left: 15px; */
  margin-right: 15px;
  position: relative;
}
.post #post_head #example dl dt::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background-color: #58a3ba;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
}
/* .post #post_head #example dl dd {
  font-size: 18px;
} */
.post #post_head #example dl dd span {
  display: inline-block;
}
.post #post_head #example dl dd .month {
  font-size: 12px;
  color: #fff;
  text-align: center;
  width: 37px;
  height: 37px;
  vertical-align: 8px;
  padding-top: 10px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #58a3ba;
}
.post #post_head #example dl dd .num {
  font-size: 36px;
  vertical-align: -2px;
  margin-right: 5px;
}
.post #post_head #example .cap {
  font-size: 12px;
  letter-spacing: 0;
}

.post #post_head .links {
  max-width: 470px;
  margin-top: 20px;
}
.post #post_head .links li {
  width: calc((100% - 30px) / 2);
}
.post #post_head .links li:nth-child(2) {
  margin-left: auto;
}
.post #post_head .links li .link {
  border: 2px solid #ccc;
}
.post #post_head .links li .link span {
  font-size: 14px;
}

.post .slide .main {
  margin-bottom: 15px;
}
.post .slide .main li div,
.post .slide .main li a {
  display: block;
  padding-top: 77%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.post .slide .main li img {
  display: none;
}
.post .slide .thum li {
  width: calc((99.9% - 70px) / 8);
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.post .slide .thum li:nth-child(8n) {
  margin-right: 0;
}
.post .slide .thum li:hover,
.post .slide .thum li.current {
  opacity: 1;
}
.post .slide .thum li div {
  padding-top: 69.8%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.post .slide .thum li img {
  display: none;
}

.post #plan .text {
  width: 355px;
  padding-right: 20px;
}
.post #plan .text ul {
  padding-left: 40px;
}
.post #plan .text ul li {
  font-size: 16px;
  padding-left: 25px;
  background: url(../imgs_new/sale/icon_check.svg) no-repeat left top 4px;
  background-size: 16px auto;
}
.post #plan .text ul li:not(:last-child) {
  margin-bottom: 15px;
}
.post #plan .planimg {
  display: block;
  width: calc(100% - 355px);
}
.post #plan .planimg img {
  width: auto;
  max-width: 100%;
}

.post #panorama .panorama {
  max-width: 639px;
  margin: 0 auto;
}
.post #panorama .frame {
  padding-top: 74.8%;
  position: relative;
  overflow: hidden;
}
.post #panorama .frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.post #info table {
  width: calc((99.9% - 90px) * 0.564);
  margin-left: 30px;
}
.post #info table th,
.post #info table td {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0;
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
}
.post #info table th {
  width: 35%;
}
.post #info .map {
  width: calc((99.9% - 90px) * 0.436);
  padding-top: 29.3%;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
.post #info .map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.remodal-close:before {
  top: 5px;
  left: 5px;
}

#eq .bdr_title {
  margin-bottom: 0;
}

.eq__desc {
  font-size: 12px;
  padding-left: 26px;
}

.eq__heading {
  margin-bottom: 25px;
}

.eq__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 19px;
}

.eq__list:not(:last-child) {
  margin-bottom: 12px;
}

.eq__list-item {
  /**width: 4.7%;**/
  width: 61px;
}

.eq__list-item a {
  display: block;
}

.remodal.remodal--eq {
  padding-top: 70px;
  padding-bottom: 80px;
  border: 4px #00a6cb solid;
  border-radius: 15px;
}

.remodal--eq .remodal__heading {
  font-size: 32px;
  text-align: center;
  color: #4d4d4d;
  font-weight: 500;
  padding-bottom: 28px;
  position: relative;
  margin-bottom: 50px;
}

.remodal--eq .remodal__heading::after {
  background-color: #00377e;
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  left: 50%;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.remodal--eq .remodal__desc {
  line-height: 1.6666;
  text-align: left;
  font-size: 18px;
}

.remodal--eq .remodal__inner {
  max-width: 795px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1340px) {
  #sort {
    margin-bottom: 38px;
  }
  #sort p.name {
    width: 170px;
  }
  #sort .select {
    width: 260px;
  }

  .postlist li .imgbox {
    margin-bottom: 29px;
  }
  .postlist li dl {
    margin-top: 17px;
  }
  .postlist li dl dd {
    font-size: 22px;
  }

  .post #post_head #about h1 {
    font-size: 23px;
  }

  .post #post_head #about #price {
    margin-top: 24px;
    margin-bottom: 34px;
  }
  .post #post_head #about #price dd {
    font-size: 29px;
    padding-bottom: 4px;
  }
  .post #post_head #example {
    padding: 33px;
  }
  .post #post_head #example dl dd .num {
    font-size: 35px;
    vertical-align: -1px;
  }

  .post #plan .text {
    width: 350px;
  }
  .post #plan .text ul {
    padding-left: 35px;
  }
  .post #plan .text ul li:not(:last-child) {
    margin-bottom: 14px;
  }
  .post #plan .planimg {
    width: calc(100% - 350px);
  }

  .post #info table {
    width: calc((99.9% - 78px) * 0.564);
    margin-left: 28px;
  }
  .post #info .map {
    width: calc((99.9% - 78px) * 0.436);
  }
}
@media screen and (max-width: 1240px) {
  .postlist li dl dt,
  .postlist li dl dd {
    width: 100%;
  }
  .postlist li dl dt {
    margin-bottom: 10px;
  }
  .postlist li dl dd {
    padding: 0;
  }

  .post #post_head #about #price {
    margin-top: 23px;
    margin-bottom: 33px;
  }
  .post #post_head #example {
    padding: 31px;
  }

  .post #plan .text ul li:not(:last-child) {
    margin-bottom: 13px;
  }

  .post #info table {
    width: calc((99.9% - 66px) * 0.564);
    margin-left: 26px;
  }
  .post #info .map {
    width: calc((99.9% - 66px) * 0.436);
  }
}
@media screen and (max-width: 1100px) {
  #area_select ul li {
    width: calc(100% / 5);
    margin: 4px 0;
  }

  #sort {
    margin-bottom: 36px;
  }
  #sort p.name {
    width: 150px;
  }
  #sort .select {
    width: 240px;
  }

  .postlist li .imgbox {
    margin-bottom: 28px;
  }
  .postlist li dl {
    margin-top: 16px;
  }
  .postlist li dl dd {
    font-size: 21px;
  }

  .post #post_head #about h1 {
    font-size: 22px;
  }
  .post #post_head #about #price {
    margin-top: 22px;
    margin-bottom: 32px;
  }
  .post #post_head #about #price dt {
    font-size: 14px;
  }
  .post #post_head #about #price dd {
    font-size: 28px;
  }
  .post #post_head #example {
    padding: 29px;
  }
  .post #post_head #example dl dd .num {
    font-size: 34px;
    vertical-align: 0px;
  }
  .post #post_head .links li {
    width: calc((100% - 25px) / 2);
  }
  .post #post_head .links li .link {
    padding: 20px 0px 20px 15px;
  }
  .post #post_head .links li .link span {
    font-size: 13px;
  }
  .post .slide .thum li {
    width: calc((99.9% - 60px) / 7);
  }
  .post .slide .thum li:nth-child(8n) {
    margin-right: 10px;
  }
  .post .slide .thum li:nth-child(7n) {
    margin-right: 0;
  }

  .post #plan .text {
    width: 345px;
  }
  .post #plan .text ul {
    padding-left: 30px;
  }
  .post #plan .text ul li:not(:last-child) {
    margin-bottom: 12px;
  }
  .post #plan .planimg {
    width: calc(100% - 345px);
  }

  .post #info table {
    width: calc((99.9% - 54px) * 0.564);
    margin-left: 24px;
  }
  .post #info .map {
    width: calc((99.9% - 54px) * 0.436);
  }
}
@media screen and (max-width: 980px) {
  #area_select ul li {
    width: calc(100% / 4);
    margin: 3px 0;
  }

  #sort {
    margin-bottom: 34px;
  }
  #sort p.name {
    width: 135px;
  }
  #sort .select {
    width: 225px;
  }

  .postlist li .imgbox {
    margin-bottom: 27px;
  }

  .post #post_head #about #price {
    margin-top: 21px;
    margin-bottom: 31px;
  }
  .post #post_head #about #price dd {
    font-size: 27px;
  }
  .post #post_head #example {
    padding: 27px;
  }
  .post #post_head #example dl dd .num {
    font-size: 33px;
    vertical-align: -1px;
  }
  .post #post_head .links li {
    width: calc((100% - 20px) / 2);
  }
  .post .slide .thum li {
    width: calc((99.9% - 50px) / 6);
  }
  .post .slide .thum li:nth-child(7n) {
    margin-right: 10px;
  }
  .post .slide .thum li:nth-child(6n) {
    margin-right: 0;
  }

  .post #plan .text {
    width: 340px;
  }
  .post #plan .text ul {
    padding-left: 25px;
  }
  .post #plan .text ul li:not(:last-child) {
    margin-bottom: 11px;
  }
  .post #plan .planimg {
    width: calc(100% - 340px);
  }

  .post #info table {
    width: calc((99.9% - 42px) * 0.564);
    margin-left: 22px;
  }
  .post #info .map {
    width: calc((99.9% - 42px) * 0.436);
  }
}
@media screen and (max-width: 880px) {
  #area_select p.name {
    width: 100%;
    margin-bottom: 7px;
  }
  #area_select ul {
    width: calc(100% - 150px);
  }
  #area_select button {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  #area_select p.name {
    font-size: 15px;
  }
  #area_select ul li {
    width: calc(100% / 3);
  }

  #sort {
    margin-bottom: 32px;
  }
  #sort p.name {
    font-size: 15px;
    width: 110px;
  }
  #sort .select {
    width: 200px;
  }
  #sort .btn {
    width: 240px;
  }

  .postlist li {
    width: 47.8%;
    margin-right: 4.4%;
    margin-bottom: 50px;
  }
  .postlist li:nth-last-child(1),
  .postlist li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .postlist li:nth-child(2n) {
    margin-right: 0;
  }
  .postlist li .imgbox {
    margin-bottom: 26px;
  }
  .postlist li dl {
    margin-top: 15px;
  }
  .postlist li dl dd {
    font-size: 20px;
  }

  .post #post_head #about {
    width: 100%;
    margin-bottom: 40px;
  }
  .post #post_head .slide {
    width: 100%;
  }
  .post #post_head #about h1 {
    font-size: 21px;
  }
  .post #post_head #about #price {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .post #post_head #about #price dd {
    font-size: 30px;
    padding-bottom: 5px;
  }
  .post #post_head #example {
    padding: 25px;
  }
  .post #post_head .links {
    max-width: 100%;
  }
  .post #post_head .links li .link {
    max-width: 100%;
    padding: 18px 10px 18px 20px;
  }
  .post #post_head .links li .link span {
    letter-spacing: 0.1em;
  }

  .post #plan .text {
    width: 335px;
  }
  .post #plan .text ul {
    padding-left: 20px;
  }
  .post #plan .text ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .post #plan .planimg {
    width: calc(100% - 335px);
  }
  .post #plan .text ul li {
    font-size: 15px;
    padding-left: 22px;
    background-size: 15px auto;
  }

  .post #info table {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .post #info table th {
    width: 100px;
  }
  .post #info .map {
    width: 100%;
    padding-top: 350px;
  }

  .eq__heading .flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .eq__desc {
    margin-top: 10px;
    padding-left: 0;
  }

  .eq__list {
    gap: 12px 2%;
  }

  .eq__list-item {
    width: 18%;
  }

  .remodal--eq .remodal__desc {
    font-size: 16px;
  }

  .remodal--eq .remodal__heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  #area_select ul {
    width: 100%;
    margin-bottom: 15px;
  }
  #area_select button {
    width: 150px;
    margin-left: auto;
  }

  #sort p.name {
    width: 100px;
  }
  #sort .select {
    width: calc(100% - 100px);
  }
  #sort .btn {
    width: 100%;
    margin-top: 10px;
  }

  .postlist li dl dd {
    font-size: 23px;
  }

  .post #plan .text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .post #plan .text ul {
    padding-left: 0;
  }
  .post #plan .planimg {
    width: 100%;
  }

  .post #info .map {
    padding-top: 330px;
  }
}
@media screen and (max-width: 500px) {
  #area_select ul li {
    width: calc(100% / 2);
  }

  #sort {
    margin-bottom: 30px;
  }
  #sort p.name {
    width: 90px;
  }
  #sort .select {
    width: calc(100% - 90px);
  }

  .postlist li {
    width: 100%;
    margin-right: 0;
  }
  .postlist li:nth-last-child(2) {
    margin-bottom: 50px;
  }
  .postlist li .imgbox {
    margin-bottom: 25px;
  }
  .postlist li:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 2px solid #eae7d5;
  }

  .post #post_head #about h1 {
    font-size: 20px;
  }
  .post .slide .thum li {
    width: calc((99.9% - 40px) / 5);
  }
  .post .slide .thum li:nth-child(6n) {
    margin-right: 10px;
  }
  .post .slide .thum li:nth-child(5n) {
    margin-right: 0;
  }

  .post #plan .text {
    margin-bottom: 25px;
  }

  .post #info table th {
    width: 85px;
  }
  .post #info .map {
    padding-top: 300px;
  }
}
@media screen and (max-width: 320px) {
}

/* #location {
  border-bottom: 2px solid #ccc;
} */

.location__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
}

.location__list-item {
  width: 23.5%;
}

.location__list-thum {
  padding-top: 76.3%;
  background-position: center center;
  background-size: cover;
  margin-bottom: 10px;
}

.location__list-name {
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
  line-height: 1.6;
}

.location__list-access {
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 1100px) {
  .location__list-item {
    width: 32%;
  }
}

@media screen and (max-width: 768px) {
  .location__list-item {
    width: 49%;
  }

  .location__list-name {
    font-size: 14px;
  }

  .location__list-access {
    font-size: 12px;
  }
}

/* リニューアル前の仕様↑＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* リニューアル後の仕様↓＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* -------------------------------------
sale一覧
------------------------------------- */
.sale__icon {
  position: relative;
}
.post__icons {
  top: 0.45vw;
}
.post__table-area {
  display: block;
  width: fit-content;
  padding: 5px 10px;
  margin-bottom: 5px;
  background: #e6e6e6;
  font-size: 12px;
}
.sale__list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
}
.sale__list-item {
  width: calc(100% / 7);
}
.sale__list-item:nth-child(1),
.sale__list-item:nth-child(2),
.sale__list-item:nth-child(3),
.sale__list-item:nth-child(4),
.sale__list-item:nth-child(5),
.sale__list-item:nth-child(6) {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.sale__list-item:nth-child(7) {
  border-bottom: 1px solid #ccc;
}
.sale__list-item:nth-child(8),
.sale__list-item:nth-child(9),
.sale__list-item:nth-child(10),
.sale__list-item:nth-child(11),
.sale__list-item:nth-child(12),
.sale__list-item:nth-child(13) {
  border-right: 1px solid #ccc;
}
.sale__list-item a,
.sale__list-item span {
  display: block;
  padding: clamp(10px, 1.25vw, 20px);
  text-align: center;
}
.sale__list-item a {
  transition: 0.3s;
}
.sale__list-item a.active {
  background: #181818;
  color: #fff;
}
.sale__list-item a:hover {
  background: #181818;
  color: #fff;
  opacity: 1;
}
.sale__count {
  text-align: center;
  margin: clamp(30px, 4.1875vw, 67px) 0 clamp(40px, 5.5625vw, 89px);
}
.sale__countSpan {
  display: inline-block;
  font-weight: 500;
  font-size: clamp(16px, 1.25vw, 20px);
}
@media screen and (max-width: 970px) {
  .sale__list-item {
    width: calc(100% / 4);
  }
  .sale__list-item:nth-child(4),
  .sale__list-item:nth-child(8),
  .sale__list-item:nth-child(12) {
    border-right: none;
  }
  .sale__list-item:nth-child(7) {
    border-right: 1px solid #ccc;
  }
  .sale__list-item:nth-child(8),
  .sale__list-item:nth-child(9),
  .sale__list-item:nth-child(10),
  .sale__list-item:nth-child(11),
  .sale__list-item:nth-child(12) {
    border-bottom: 1px solid #ccc;
  }
  .sale__list-item:nth-child(14) {
    border-right: 1px solid #ccc;
  }
}
@media screen and (max-width: 640px) {
  .sale__list-item {
    width: calc(100% / 2);
  }
  .sale__list-item:nth-child(2),
  .sale__list-item:nth-child(6),
  .sale__list-item:nth-child(10),
  .sale__list-item:nth-child(12) {
    border-right: none;
  }
}

/* -------------------------------------
sale詳細
------------------------------------- */
.single-sale.post #post_head #about {
  width: 100%;
}
.single-sale.post #post_head .slide {
  width: 100%;
  margin-bottom: clamp(23px, 2.5625vw, 41px);
}
.single-sale.post #post_head #example {
  display: flex;
  gap: 8%;
  padding: clamp(20px, 3.625vw, 58px) clamp(20px, 3.8125vw, 61px);
  border: 1px solid #ccc;
}
.single-sale__exLeftBox {
  width: 55%;
}
.single-sale__exRightBox {
  width: 37%;
  min-width: 320px;
}

.single-sale.post #post_head #example h2 {
  padding-bottom: 17px;
  font-size: clamp(14px, 1vw, 16px);
}
.post #post_head #example dl dt .month {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-align: center;
  width: 37px;
  height: 37px;
  vertical-align: 8px;
  padding-top: 10px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #58a3ba;
}
.single-sale.post #post_head #example dl dt::before {
  content: none;
}
.single-sale.post .single-sale__total {
  font-size: 12px;
}
.single-sale.post .post #post_head #example dl dt {
  padding-left: 0;
  font-size: 17px;
}
.single-sale.post #post_head #example dl dt .num {
  font-size: clamp(26px, 2.25vw, 36px);
  font-weight: 400;
}
.single-sale.post #post_head #example dl {
  border-bottom: none;
  margin-bottom: 0;
}
.single-sale__formLink {
  display: block;
  margin-bottom: 9px;
  color: #fff;
  border: 1px solid #b7a958;
  background-color: #b7a958;
  font-size: clamp(16px, 2.244vw, 22px);
  font-weight: 700;
  text-align: center;
  pointer-events: all;
  position: relative;
  display: block;
  width: 100%;
  max-width: 305px;
  padding-top: clamp(15px, 1.25vw, 20px);
  padding-bottom: clamp(15px, 1.25vw, 20px);
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}
.single-sale__formLink::after {
  display: block;
  content: "";
  width: 26px;
  height: 10px;
  background: url(../imgs_new/sale/sale_arrow_w.png) center center / cover
    no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.single-sale.post #plan .planimg {
  width: 100%;
  margin-bottom: clamp(20px, 2.4375vw, 39px);
}
.single-sale.post #plan .text {
  width: 100%;
}
.single-sale.post #plan .text ul li {
  font-size: 16px;
  padding-left: 25px;
  background: url(../imgs_new/common/icon_check_2025.png) no-repeat left top 4px;
  background-size: 16px auto;
}
.single-sale .post__table-area {
  margin-bottom: 10px;
}
@media screen and (max-width: 830px) {
  .single-sale.post #post_head #example {
    flex-direction: column;
    gap: 10px;
  }
  .single-sale__exLeftBox {
    width: 100%;
  }
  .single-sale__exRightBox {
    width: 100%;
    min-width: auto;
  }
  .single-sale__formLink {
    margin: 0 auto 9px;
  }
  .modelhouse__introContents-box {
    width: 100%;
    max-width: 305px;
    margin: 0 auto;
  }
}

/* リニューアル後の仕様↑＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
