@charset "UTF-8";
/*color*/
/*add color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*cubic*/
/* media query */
/* hover */
/* ------------------------------------------------------------
	lineHeightCrop（line-heightの不要な余白を打ち消す）のmixin。
------------------------------------------------------------ */
.p-det {
  padding: 1px 0;
}
.p-det__info {
  padding: 1px 0 3rem;
  background-color: #eee8e2;
}
.p-det__backBtn {
  display: block;
  width: 100%;
  max-width: 32rem;
  color: #fff;
  background-color: #ae9163;
  border-radius: 30px;
  font-size: 1.8rem;
  padding-block: 14px;
  text-decoration: none;
  margin-inline: auto;
  margin-block: 2rem;
  text-align: center;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .p-det__backBtn {
    font-size: 1.6rem;
  }
}
.p-det__backBtn.mod--back {
  background-color: #4d4d4d;
}
.p-det__backBtn:hover {
  opacity: 0.8;
  transition: opacity 0.3s cubic-bezier(0.49, 0, 0.16, 0.99);
}

.p-planCard__head {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1.5em;
  position: relative;
  padding-top: 12rem;
  padding-bottom: 1.4rem;
  background-color: #605f5f;
}
@media only screen and (max-width: 768px) {
  .p-planCard__head {
    gap: 1em;
  }
}
.p-planCard__head.mod--special {
  background-color: #6b4e30;
}
.p-planCard__head.mod--special .p-planCard__type {
  color: #fff;
}
.p-planCard__type {
  color: #ddb871;
  font-family: "noto serif JP", "EB Garamond", serif;
  font-size: 7rem;
  line-height: 1;
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1200px;
}
@media only screen and (max-width: 768px) {
  .p-planCard__type {
    font-size: 4rem;
  }
}
.p-planCard__type small {
  font-size: 4rem;
  margin-left: 0.25em;
}
@media only screen and (max-width: 768px) {
  .p-planCard__type small {
    font-size: 2rem;
    width: 6rem;
    height: 6rem;
    right: 0;
  }
}
.p-planCard__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  width: 21rem;
}
@media only screen and (max-width: 1080px) {
  .p-planCard__badge {
    width: 20rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-planCard__badge {
    width: clamp(11rem, 38%, 19rem);
    width: 12rem;
  }
}
.p-planCard__room {
  color: #242424;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: bold;
  margin: 2rem auto 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .p-planCard__room {
    font-size: 2rem;
  }
}
.p-planCard__room em {
  font-size: 5.4rem;
}
@media only screen and (max-width: 768px) {
  .p-planCard__room em {
    font-size: 3rem;
  }
}
.p-planCard__area {
  color: #242424;
  font-size: 2.3rem;
  line-height: 1.7;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5rem auto;
}
@media only screen and (max-width: 768px) {
  .p-planCard__area {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.p-planCard__areaNum {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .p-planCard__areaNum {
    font-size: 1.9rem;
    letter-spacing: 0;
  }
}
.p-planCard__areaNum em {
  font-size: 5.4rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .p-planCard__areaNum em {
    font-size: 3rem;
  }
}
.p-planCard__areaTsubo {
  font-size: 2.3rem;
}
@media only screen and (max-width: 768px) {
  .p-planCard__areaTsubo {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.p-planCard__areaNote {
  font-size: 1.2rem;
  position: absolute;
  display: block;
  right: 1rem;
  bottom: -0.7lh;
}
.p-planCard__img {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  margin-block: 3rem;
}
.p-planCard__img.mod--thin {
  max-width: 75rem;
}
.p-planCard__img.mod--mid {
  max-width: 80rem;
}
.p-planCard__img.mod--lg {
  max-width: 100rem;
}
.p-planCard__img img {
  width: 100%;
  height: auto;
}
.p-planCard__img--locked img {
  filter: blur(6px);
}
.p-planCard__imgRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .p-planCard__imgRow {
    grid-template-columns: 1fr;
  }
}
.p-planCard__imgCol {
  text-align: center;
}
.p-planCard__imgLabel {
  font-size: 1.4rem;
  color: #766456;
  margin-top: 8px;
}
.p-planCard__features {
  display: grid;
  gap: 12px;
  margin-bottom: 30px;
  max-width: 60rem;
  width: 90%;
  margin-inline: auto;
}
.p-planCard--locked .p-planCard__features {
  filter: blur(6px);
}
.p-planCard__feature {
  border: 1px solid #5a5a5a;
  color: #242424;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 16px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-planCard__feature {
    font-size: 1.4rem;
  }
}
.p-planCard__btn {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  color: #fff;
  background-color: #ae9163;
  border-radius: 30px;
  font-size: 1.8rem;
  padding-block: 14px;
  text-decoration: none;
  margin-inline: auto;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .p-planCard__btn {
    font-size: 1.6rem;
  }
}
.p-planCard__btn:hover {
  opacity: 0.8;
  transition: opacity 0.3s cubic-bezier(0.49, 0, 0.16, 0.99);
}
.p-planCard__btn--locked {
  background-color: white;
  color: #ae9163;
  border: 1px solid #ae9163;
  transition: 0.3s;
}
.p-planCard__btn--locked:hover {
  color: #ffffff;
  background-color: #4c4d3b;
  transition: 0.3s;
}
.p-planCard__cap {
  font-size: 1.5rem;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .p-planCard__cap {
    font-size: 1.3rem;
  }
}

.p-legend__list {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 1.6rem;
  color: #242424;
}
@media only screen and (max-width: 768px) {
  .p-legend__list {
    flex-wrap: wrap;
    font-size: 1.4rem;
    gap: 1rem;
  }
}
.p-legend__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .p-legend__item {
    font-size: 1.3rem;
  }
}
.p-legend__icon {
  display: inline-block;
  width: 3.5rem;
  height: 2rem;
  display: grid;
  align-items: center;
  justify-content: center;
}
.p-legend__note {
  text-align: center;
  color: #242424;
  font-size: 1.5rem;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .p-legend__note {
    font-size: 1.3rem;
  }
}
/*# sourceMappingURL=../../map/floorplan/detail.css.map */