@charset "utf-8";
.lead em {
  color: #ea551e;
  font-weight: bold;
}
@media screen and (max-width: 400px) {
  p.lead {
    font-size: 15px;
  }
}
.nav-exlink {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .nav-exlink {
    margin: 25px 0;
  }
}
.nav-exlink li {
  width: 48.5%;
  text-align: center;
}
.nav-exlink li {
  border-radius: 5px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-size: 16px;
  transition: 0.2s;
}
.nav-exlink li a {
  display: block;
  padding: 20px 0;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .nav-exlink li {
    font-size: 14px;
    font-size: 3.6458vw;
  }
  .nav-exlink li a {
    padding: 20px 10px;
  }
}
.nav-exlink li a img {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .nav-exlink li a img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.nav-exlink li:nth-of-type(1) {
  background: #189430;
  border-bottom: 5px solid #80ca8f;
  color: #fff;
}
.nav-exlink li:nth-of-type(2) {
  background: #fff100;
  border-bottom: 5px solid #cdc871;
}
@media all and (-ms-high-contrast: none) {
  .nav-exlink li:nth-of-type(2) a {
    padding: 25px 0 15px 0;
  }
}
.nav-exlink li:hover {
  margin-top: 2px;
  border-width: 3px;
}
.nav-exlink li:nth-of-type(1) img {
  width: 20px;
  vertical-align: -4px;
}
.nav-exlink li:nth-of-type(2) img {
  width: 21px;
  vertical-align: -3px;
}
@media screen and (max-width: 768px) {
  .nav-exlink li:nth-of-type(2) img {
    margin-top: 5px;
  }
}
.plan-img {
  padding: 20px;
  background: #efefef;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .plan-img {
    padding: 10px;
  }
}
.btn-plan {
  margin-bottom: 60px;
  text-align: center;
}
.btn-plan a {
  display: inline-block;
  width: 60%;
  background: #fff100;
  padding: 10px;
  border-radius: 30px;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media screen and (max-width: 768px) {
  .btn-plan a {
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .btn-plan a {
    padding-top: 15px;
  }
}
.plan-list {
  width: 900px;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .plan-list {
    width: 100%;
  }
}
/* 1F/2F　分けて表示
--------------------*/
.plan-zumen {
  border-bottom: 1px dashed #CCC;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.plan-zumen li {
  width: 49%;
  float: left;
}
.plan-zumen li:nth-child(2n) {
  float: right;
}
@media screen and (max-width: 768px) {
  .plan-zumen li {
    width: 100%;
    float: none;
  }
  .plan-zumen li:nth-child(2n) {
    float: none;
  }
}
/* 杜の街 plan流用
--------------------*/
#contents .planunit {
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 5px;
  background: #efefef;
}
#contents .planunit .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99999;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
}
#contents .planunit .overlay span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 0 -32px -120px;
  display: block;
  width: 240px;
  height: 64px;
  background: #444;
  font-size: 3.2rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.9em;
}
#contents .planwrap {
  padding: 15px;
  background: #fff;
}
#contents .planwrap:after, #contents .planunit:after {
  clear: both;
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
}
#contents .planunit .title span.address {
  display: table-cell;
  width: 160px;
  padding: 10px 0 8px 0;
  background: #3ea2af;
  color: #fff;
  font-size: 3.6rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
}
#contents .planunit .title span.address span.sub {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 3px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
#contents .planunit .title span.copy {
  display: table-cell;
  padding: 3px 0 3px 25px;
  font-size: 2.0rem;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1.3em;
}
#contents .planwrap .drawing p.zumen {
  margin-bottom: 8px;
}
#contents .planwrap .drawing p.zumen img {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  #contents .planunit {
    margin-bottom: 15px;
    padding: 10px;
  }
  #contents .planunit .overlay span {
    margin: 0 0 -30px -100px;
    display: block;
    width: 200px;
    height: 53px;
    padding-top: 7px;
    background: #444;
    font-size: 2.8rem;
    line-height: 1.4em;
    letter-spacing: 0;
  }
  #contents .planwrap {
    padding: 10px;
  }
  #contents .planunit .title span.address {
    display: inline-block;
    width: auto;
    padding: 5px 15px;
    font-size: 3.0rem;
  }
  #contents .planunit .title span.copy {
    display: block;
    margin: 10px 0;
    padding: 0;
    font-size: 1.7rem;
  }
  #contents .planwrap .drawing {
    margin-bottom: 15px;
  }
}
/* --------------------202310619「間取り図」横並び--------------------*/
#contents .planwrap > .drawing > .plan-zumen.clearfix {
  border-top: 1px dashed #CCC;
  margin-top: 20px;
  padding-top: 20px;
}
.planunit {
  position: relative;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 5px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*----- 20251117_プラン表示修正 -----*/
.plan-zumen, .flex:has(.plan-point) {
  clear: both;
}
.plan-zumen {
  border-bottom: 1px dashed #CCC;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.planunit .image {
  border-top: 1px dashed #CCC;
  margin-top: 20px;
  padding-top: 20px;
}
#contents .planwrap > .drawing > .plan-zumen.clearfix {
  padding-left: 20px;
  padding-right: 20px;
}
.planunit > .title {
  display: flex;
  align-items: center;
}
.plan-point {
  width: 50%;
}
.plan-point h4 {
  font-size: 15px;
  margin-bottom: 15px;
}
.plan-point h5 {
  font-size: 1.1em;
  margin-bottom: 3px;
}
.plan-point li:not(:last-child) {
  margin-bottom: 20px;
}
.plan-point ul {
  counter-reset: item;
}
.plan-point li {
  position: relative;
  padding-left: 30px;
}
.plan-point li::before {
  content: ""counter(item);
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222;
  color: #fff;
  font-weight: bold;
}
.lot {
  width: 45%;
  position: relative;
}
.lot span {
  position: absolute;
  bottom: 0;
  right: 15px;
}
.zoomnotes {
  padding: 5px 0 10px 30px;
  background: url(../images/icon_zoom_plan.png) no-repeat 0 0;
  font-size: 1.2rem;
}
.planimg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.planimg:not(:has(> a:nth-child(4))) {
  justify-content: flex-start;
  gap: 2%;
}
.planimg a {
  width: 23%;
}
@media screen and (max-width:768px) {
  #contents .planwrap > .drawing > .plan-zumen.clearfix {
    padding-left: 0;
    padding-right: 0;
  }
  .planunit > .title {
    flex-direction: column;
    align-items: flex-start;
  }
  .flex:has(.plan-point) {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .plan-point {
    width: 100%;
  }
  .lot {
    width: 85%;
    margin: auto;
  }
  .planimg:not(:has(> a: nth-child(4))) {
    justify-content: space-between;
    gap: 0;
  }
  .planimg a {
    width: 48%;
  }
  .planimg a:nth-child(n+3) {
    margin-top: 10px;
  }
}
.drawing {
  position: relative;
}
.drawing > .newyear {
  position: absolute;
  top: -9px;
  right: 25px;
  width: 150px;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .drawing > .newyear {
    top: 0;
    right: 0;
    width: 100px;
  }
  .newyear ~ .flex {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
  }
}
.kanbai {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, .5);
  display: block;
  z-index: 1;
}
.kanbai > p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4em;
  font-weight: bold;
  color: #D02D2C;
  background: #fff;
  border: 6px solid #D02D2C;
  padding: .2em 1em;
  margin: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .kanbai > p {
    font-size: 3em;
    writing-mode: vertical-rl;
    text-align: center;
    letter-spacing: .2em;
    border-width: 3px;
    padding: 1em .5em;
  }
}
.link-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .link-sp {
    display: block;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .link-sp ul {
    display: flex;
    align-items: center;
    text-align: center;
    background: rgba(234, 233, 223, .9);
    padding-block: 10px;
  }
  .link-sp ul li {
    width: 50%;
    padding-bottom: 10px;
  }
  .link-sp li a {
    font-size: 12px;
    position: relative;
  }
  .link-sp li a span {
    font-size: 1.2em;
    padding-left: 10px;
  }
  .link-sp li a:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 1px #222;
    border-right: solid 1px #222;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 50%) rotate(45deg);
  }
}
/*-----20251202-----*/
.planwrap .flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0 15px;
}
.flex > .detail {
  width: 28%;
}
.flex > .spec.pc {
  width: 68%;
}
#contents .flex p.roomtype {
  font-size: 2em;
  line-height: 1.3em;
  margin-bottom: 8px;
}
#contents .flex p.kakaku {
  font-size: 1.3em;
  margin-bottom: 15px;
}
#contents .flex p.kakaku span {
  font-size: 1.5em;
  margin-right: .2em;
  display: inline-block;
}
.flex .menseki {
  font-size: 1.3rem;
  line-height: 1.7em;
  color: #666;
}
@media screen and (max-width: 768px) {
  .planwrap .flex {
    display: block;
    padding: 0;
  }
  .flex > .detail {
    width: 100%;
  }
  #contents .flex p.roomtype {
    font-size: 1.8em;
  }
  .spec.sp {
    border-bottom: 1px dashed #CCC;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}