@charset "UTF-8";

.mainVisual {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.mainVisual__picture img {
  width: 100%;
  height: 100vh;
  object-position: center;
  object-fit: cover;
}

.mainVisual__capIn {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
}

.mainVisual .title-page {
  color: #ffffff;
  position: absolute;
  bottom: 6.375%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}

.mainVisual::after {
  content: '';
  width: 100%;
  height: 18.75%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  bottom: 0%;
  position: absolute;
}

.wrap-content {
  padding: 120px 0 0;
  color: #ffffff;
}

.wrap-content.wrap-content-type {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .wrap-content {
    padding: 60px 0 0;
  }
}

.wrap-content .block {
  padding: 0 0 80px;
}

.wrap-content .s-desc {
  line-height: 2.5;
  letter-spacing: 0.2em;
}


/* plan */

.btnNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px;
  gap: 10px;
  margin-bottom: 80px;
}

.btnNav a {
  display: block;
  border: 1px solid #555;
  padding: 20px 20px;
  color: #fff;
  transition: all 0.3s ease 0s;
  width: 23%;
  text-align: center;
  font-family: "Cinzel", serif;
  font-size: 18px;
  line-height: 1;
}

.btnNav a.un {
  opacity: 0.5;
  pointer-events: none;
}

.btnNav a:hover {
  background-color: #fff;
  color: #000;
}

.btnWrap {
  margin-bottom: 80px;
}

.btnWrap:last-child {
  margin-bottom: 0;
  padding-bottom: 80px;
}

.btnWrap .tit {
  border-bottom: #555 1px solid;
  padding-bottom: 5px;
  margin-bottom: 25px;
  font-family: "Cinzel", serif;
  font-size: 22px;
  line-height: 1;

}

.btnWrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.btnWrap ul li {
  width: 31%;
}

.btnWrap ul li img {
  transition: all 0.3s ease 0s;
}

.btnWrap ul li img:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .btnNav a {
    width: 48%;
  }

  .btnWrap ul li {
    width: 48%;
  }
}

.bgtype {
  background-image: url(../imgs/bg_mv.jpg);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

.typeInner {
  max-width: 1100px;
  background-color: #fff;
  padding: 50px;
  margin: 60px auto 0;
  color: #000;
}


.typeInner .spec {
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.2em;

}

.typeInner .spec .typeName {
  background: linear-gradient(324deg, #353535 11.87%, #29032E 88.83%);
  color: #fff;
  font-size: 32px;
  text-align: center;
  padding: 18px;
  font-family: "EB Garamond";
  margin-bottom: 10px;
  font-weight: 400;

}

.typeInner .spec .typeMadori {
  font-family: "EB Garamond";
  font-size: 28px;
  margin-bottom: 8px;
}

.typeInner .spec .typeMensekiA {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 18px;
}

.typeInner .spec .typeMensekiA .txt1,
.typeInner .spec .typeMensekiA .txt2 {
  font-family: "EB Garamond";

}

.typeInner .spec .typeMensekiA .txt1 {
  font-size: 32px;
}

.typeInner .spec .typeMensekiA .txt2 {
  font-size: 32px;
}

.typeInner .spec .typeMensekiA .txt2 sup {
  font-size: 18px;
}


.typeInner .spec .typeMensekiA .txt3 {
  font-size: 80%;
}

.typeInner .spec .typeMensekiA:before {
  content: '専有面積：';
}

.typeInner .spec .typeMensekiA.senyu:before {
  content: '住居面積：';
}

.typeInner .spec .typeMensekiB,
.typeInner .spec .typeMensekiC {
  font-size: 12px;
  line-height: 1.8;
}

.typeInner .spec .typeMensekiC {
  padding-top: 10px;
  margin-top: 10px;
  border-top: #ccc 1px solid;
}



.typeInner .spec .typeMadori span {
  font-size: 130%;
}

.imgType {
  text-align: center;
  padding: 30px;
}

.hanrei {
  font-size: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 50px;
  line-height: 1;
}

.hanrei p {
  display: flex;
  align-items: center;
}

.hanrei .yukadan span {
  display: inline-block;
  width: 22px;
  height: 12px;
  background-color: #faecf2;
  margin-right: 4px;
}



.hanrei .shuno span {
  display: inline-block;
  width: 22px;
  height: 12px;
  background-color: #eaedd8;
  margin-right: 4px;
}


.btnBack {
  text-align: center;
}

.btnBack a {
  display: block;
  color: #fff;
  background-color: #000;
  padding: 20px 40px;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  transition: all 0.3s ease 0s
}

.btnBack a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .typeInner {
    max-width: 1100px;
    background-color: #fff;
    padding: 15px;
    margin: 60px auto 0;
    color: #000;
  }

  .typeInner .spec .typeMensekiA {
    padding-top: 20px;
    font-size: 4vw;
  }

  .typeInner .spec .typeMensekiA .txt1 {
    font-size: 6.5vw;
  }

  .typeInner .spec .typeMensekiA .txt2 {
    font-size: 5vw;
  }

  .typeInner .spec .typeMensekiA .txt2 sup {
    font-size: 2vw;
  }


  .typeInner .spec .typeMensekiA .txt3 {
    font-size: 80%;
  }

  .typeInner .spec .typeMensekiA:before {
    content: '専有面積：';
  }

  .typeInner .spec .typeMadori span {
    font-size: 130%;
  }

}