@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Libre+Caslon+Display&family=Shippori+Mincho+B1&family=Zen+Old+Mincho&display=swap");
/* setting //////////////////////////////////////////////////*/
/*color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*// mixin //////////////////////////////////////////////////*/
/* media query */
/* hover */
/* ------------------------------------------------------------
    contents
------------------------------------------------------------ */
i {
  display: inline-block;
}

.p-detail {
  position: relative;
  margin-top: 15rem;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.p-detail__spec {
  position: relative;
  border-bottom: 1px solid #00996a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 1rem;
  border-bottom: 1px solid #00996a;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-detail__spec {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-detail__spec {
    font-size: 1.3rem;
  }
}
.p-detail__spec__type {
  color: #00996a;
  font-size: 2em;
  line-height: 1;
  font-family: "Libre Caslon Display", serif;
  padding-right: 2rem;
}
.p-detail__spec__type em {
  font-size: 2em;
}
.p-detail__spec__rooms {
  border-left: 1px solid #00996a;
  padding-left: 2rem;
  font-size: 2em;
  line-height: 1;
  font-family: "Libre Caslon Display", serif;
}
.p-detail__spec__rooms em {
  font-size: 1.5em;
}
.p-detail__spec__rooms small {
  display: block;
  font-size: 0.4em;
  line-height: 1.2;
}
.p-detail__spec--loan::before {
  content: "ローン返済例掲載中";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #bd002a;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-detail__spec--loan::before {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .p-detail__spec--loan::before {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-detail__spec--loan::before {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}
.p-detail__badge, .p-detail__badge--last, .p-detail__badge--lmd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 7rem;
  height: 7rem;
  border-radius: 7rem;
  color: #f4d36e;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.p-detail__badge span, .p-detail__badge--last span, .p-detail__badge--lmd span {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
}
.p-detail__badge em, .p-detail__badge--last em, .p-detail__badge--lmd em {
  font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
  .p-detail__badge, .p-detail__badge--last, .p-detail__badge--lmd {
    -webkit-transform: translateY(-70%);
        -ms-transform: translateY(-70%);
            transform: translateY(-70%);
    left: unset;
    right: 0;
  }
}
.p-detail__badge--lmd {
  background: #3b3b3b;
  background: -webkit-linear-gradient(318deg, #636363 0%, black 100%);
  background: linear-gradient(132deg, #636363 0%, black 100%);
}
.p-detail__badge--last {
  background: #915a3d;
  background: -webkit-linear-gradient(318deg, #915a3d 0%, #431a10 100%);
  background: linear-gradient(132deg, #915a3d 0%, #431a10 100%);
}
.p-detail__area {
  margin-top: 2rem;
  font-family: "Libre Caslon Display", serif;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .p-detail__area {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-detail__area {
    font-size: 2rem;
  }
}
.p-detail__area small {
  font-size: 0.7em;
  display: inline-block;
}
.p-detail__area em {
  font-size: 3em;
}
.p-detail__img {
  width: 100%;
  max-width: 900px;
  margin: 10rem auto;
}
.p-detail__note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
}
.p-detail__note__item {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
}
.p-detail__note__icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 1em;
  width: 2em;
  margin-right: 1rem;
}
.p-detail__note__icon--light {
  background-image: url(../../images/floorplan/plan/detail/light.svg);
}
.p-detail__note__icon--wind {
  background-image: url(../../images/floorplan/plan/detail/wind.svg);
}
.p-detail__note__icon--heating {
  background-image: url(../../images/floorplan/plan/detail/heating.svg);
}
.p-detail__note__icon--closet {
  background-image: url(../../images/floorplan/plan/detail/closet.svg);
}
.p-detail__pdf {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #00996a;
  color: #fff;
  text-align: center;
  width: 90%;
  border-radius: 4em;
  max-width: 400px;
  margin: 5rem auto 0;
  padding: 1rem;
  overflow: hidden;
}
.p-detail__pdf > span {
  z-index: 1;
}
.p-detail__pdf i {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 1.5rem;
  background-image: url(../../images/common/icon_pdf.svg);
  background-size: cover;
  z-index: 1;
}
.p-detail__pdf:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4em;
  background-color: #006d4c;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-detail__pdf:hover {
  color: #fff;
}
.p-detail__pdf:hover:after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.p-detail__mrlink {
  text-align: center;
  background: #006d4c;
  border-radius: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2rem;
  margin-inline: auto;
  padding-inline: 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-width: 300px;
}
.p-detail__mrlink__a {
  color: #fff !important;
  font-size: 2.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-detail__mrlink__arw {
  margin-left: 1rem;
  position: relative;
  top: -0.25em;
  width: 0.5em;
  height: 0.5em;
}
.p-detail__mrlink__arw::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(135deg) translate(-50%, -50%);
      -ms-transform: rotate(135deg) translate(-50%, -50%);
          transform: rotate(135deg) translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-detail__mrlink:hover {
  background: #dfeae2;
}
.p-detail__mrlink:hover .p-detail__mrlink__a {
  color: #006d4c !important;
}
.p-detail__mrlink:hover .p-detail__mrlink__arw::after {
  top: 0.1em;
  border-top: 1px solid #006d4c;
  border-right: 1px solid #006d4c;
}
.p-detail__mr {
  background: #dfeae2;
  padding: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-detail__mr {
    padding: 1rem;
  }
}
.p-detail__mr__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 3rem;
  margin: 0 auto;
  font-size: 3.5rem;
  line-height: 1.5;
  text-align: center;
  color: #006d4c;
  border-bottom: solid 1px #006d4c;
}
@media only screen and (max-width: 767px) {
  .p-detail__mr__ttl {
    font-size: 2.3rem;
  }
}
.p-detail__mr__btm {
  max-width: 500px;
  margin-inline: auto;
}

.p-loan {
  margin-top: 5rem;
  background-color: #f6f5eb;
  padding: 5rem;
}
@media only screen and (max-width: 767px) {
  .p-loan {
    padding: 2rem;
  }
}
.p-loan__ttl {
  background-color: #00996a;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1;
  padding: 1.5rem;
}
.p-loan__type {
  margin-top: 1rem;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-loan__type {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loan__type {
    font-size: 1.1rem;
  }
}
.p-loan__repayment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 1rem;
  border-bottom: 1px solid #262626;
}
@media only screen and (max-width: 767px) {
  .p-loan__repayment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-loan__repayment__month {
  font-size: min(2.5vw, 3rem);
  line-height: 1;
  padding-right: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-loan__repayment__month {
    font-size: 2rem;
    padding: 0;
  }
}
.p-loan__repayment__month em {
  font-size: 2.5em;
  color: #bd002a;
}
.p-loan__repayment__bonus {
  padding-left: 2rem;
  border-left: 1px solid #262626;
  font-size: 1.8rem;
  line-height: 1;
  font-size: min(2vw, 1.8rem);
}
@media only screen and (max-width: 767px) {
  .p-loan__repayment__bonus {
    font-size: 1.3rem;
    padding: 0;
    border-left: none;
  }
}
.p-loan__repayment__bonus em {
  font-size: 2.5em;
  color: #bd002a;
}
.p-loan__detail {
  font-size: 1.4rem;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 1rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .p-loan__detail {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .p-loan__detail {
    font-size: 1.1rem;
  }
}
/*# sourceMappingURL=../../map/floorplan/plan-detail.css.map */