@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-mv {
  position: relative;
  width: 100%;
}
.p-mv__img {
  width: 100%;
  line-height: 0;
}
.p-mv__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 4.8rem;
  letter-spacing: 0.3em;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5), 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 0px 10px black;
}
@media only screen and (max-width: 768px) {
  .p-mv__catch {
    font-size: 3.2rem;
  }
}

.p-lead {
  width: 100%;
  background-color: #e2d9d4;
  padding-block: 60px;
}
@media only screen and (max-width: 768px) {
  .p-lead {
    padding-block: 40px;
    border-width: 4px;
  }
}
.p-lead__inner {
  text-align: center;
}
.p-lead__txt {
  color: #242424;
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .p-lead__txt {
    font-size: 1.4rem;
  }
}
.p-lead__graph {
  background: #fff;
  gap: 40px;
  align-items: center;
  padding: 1rem 4rem 6rem;
}
@media only screen and (max-width: 768px) {
  .p-lead__graph {
    padding: 0.1rem 0.8em 3rem;
    gap: 24px;
  }
}
.p-lead__graphttl {
  margin-top: 8rem;
  text-align: center;
}
.p-lead__graph .c-ttlcopy__ttl {
  letter-spacing: 0.01em;
}
.p-lead__graphImg {
  margin-top: 4rem;
  width: 90%;
  position: relative;
  max-width: 900px;
  width: 90%;
  max-width: 800px;
  margin-inline: auto;
  margin-inline: auto;
}
.p-lead__graphImg img {
  width: 100%;
  height: auto;
}
.p-lead__graphTxt {
  color: #242424;
}
.p-lead__graphNone {
  margin-top: 2em;
  font-size: 1.2rem;
  line-height: 1.2;
}
.p-lead__graphNone span {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (max-width: 768px) {
  .p-lead__graphNone {
    font-size: 1rem;
  }
}

.p-view {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-view__img {
    overflow-x: scroll;
  }
  .p-view__img img {
    width: 200vw;
    max-width: unset;
  }
}

.p-special {
  width: 100%;
  background-color: #ae9163;
  padding-block: 80px;
}
@media only screen and (max-width: 768px) {
  .p-special {
    padding-block: 50px;
  }
}
.p-special__inner {
  text-align: center;
}
.p-special__ttl {
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-special__ttl {
    font-size: 2.2rem;
  }
}
.p-special__txt {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.9;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .p-special__txt {
    font-size: 1.4rem;
    margin-bottom: 32px;
  }
}
.p-special__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-special__list {
    grid-template-columns: 1fr;
  }
}
.p-special__item {
  text-align: left;
}
.p-special__name {
  color: #fff;
  background-color: #6b4e30;
  text-align: center;
  font-size: 1.8rem;
  font-family: YakuHanMP, "A1明朝 R JIS2004 AP", "A1 Mincho R JIS2004 AP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding-block: 14px;
}
@media only screen and (max-width: 768px) {
  .p-special__name {
    font-size: 1.6rem;
  }
}
.p-special__btn {
  display: block;
  color: #fff;
  background: #6b4e30;
  border-radius: 5rem;
  padding: 1em 2em;
  margin-top: 3em;
  margin-inline: auto;
  max-width: 55rem;
  font-size: 1.8rem;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-special__btn:hover {
    background: #fff;
    color: #6b4e30;
  }
}

.p-planList {
  width: 100%;
  background-color: #e2d9d4;
  padding-block: 80px;
}
@media only screen and (max-width: 768px) {
  .p-planList {
    padding-block: 50px;
  }
}
.p-planList__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 1080px) {
  .p-planList__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-planList__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.p-planList__grid.mod--1tai2 {
  grid-template-columns: 0.425fr 0.575fr;
}
@media only screen and (max-width: 1080px) {
  .p-planList__grid.mod--1tai2 {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.p-planCard {
  background-color: #fff;
  padding: 3rem;
  padding-top: 3lh;
  text-align: center;
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
}
@media only screen and (max-width: 768px) {
  .p-planCard {
    padding: 2rem 1rem;
    padding-top: 3lh;
  }
}
.p-planCard--full {
  grid-column: 1/-1;
}
@media only screen and (max-width: 768px) {
  .p-planCard--full {
    grid-column: unset;
  }
}
.p-planCard__head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  background-color: #605f5f;
  padding-block: 12px;
}
@media only screen and (max-width: 768px) {
  .p-planCard__head {
    gap: 0.5em;
  }
}
.p-planCard--special .p-planCard__head {
  background-color: #6b4e30;
}
.p-planCard__type {
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 3.8rem;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-planCard__type {
    font-size: 3rem;
  }
}
.p-planCard__type small {
  font-size: 0.5em;
  margin-left: 0.25em;
}
@media only screen and (max-width: 768px) {
  .p-planCard__type small {
    font-size: 1.3rem;
  }
}
.p-planCard__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  width: 12rem;
  height: auto;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 1080px) {
  .p-planCard__badge {
    width: 12rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-planCard__badge {
    width: 10rem;
  }
}
.p-planCard__room {
  color: #242424;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-planCard__room em {
  font-size: 1.5em;
}
.p-planCard__area {
  color: #242424;
  font-size: 1.6rem;
  line-height: 1.7;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.5rem;
}
@media only screen and (max-width: 768px) {
  .p-planCard__area {
    font-size: 1.4rem;
  }
}
.p-planCard__areaNum {
  font-size: 2.4rem;
  font-weight: bold;
}
.p-planCard__areaTsubo {
  font-size: 1.4rem;
}
.p-planCard__areaNote {
  font-size: 1.2rem;
  position: absolute;
  display: block;
  right: 1rem;
  bottom: -0.7lh;
}
.p-planCard__img {
  width: 100%;
  margin-bottom: 24px;
}
.p-planCard__img img {
  width: 100%;
  height: auto;
}
.p-planCard__img--locked img {
  filter: blur(6px);
}
.p-planCard__img.mod--width {
  max-width: 70rem;
  width: 100%;
  margin-inline: auto;
}
.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: 100%;
  margin-inline: auto;
}
.p-planCard__feature {
  border: 1px solid #5a5a5a;
  color: #242424;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 16px;
}
@media only screen and (max-width: 768px) {
  .p-planCard__feature {
    font-size: 1.4rem;
  }
}
.p-planCard__btn {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  color: #fff;
  background-color: #ae9163;
  border-radius: 40px;
  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-legend {
  width: 100%;
  background-color: #fff;
  padding-block: 60px;
}
.p-legend__inner {
  text-align: center;
}
.p-legend__list {
  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__icon--tsufu {
  background-color: #b08255;
}
.p-legend__icon--saiko {
  background-color: #ddb871;
}
.p-legend__icon--shuno {
  height: 16px;
  background-color: #d8d9dc;
}
.p-legend__icon--yukadan {
  height: 16px;
  background-color: #f7f8f8;
}
.p-legend__note {
  color: #242424;
  font-size: 1.5rem;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .p-legend__note {
    font-size: 1.3rem;
  }
}

.p-energy {
  display: inline-block;
  max-width: 36rem;
  width: 100%;
  text-align: left;
}
.p-energy__ttl {
  color: #fff;
  background-color: #6ba83d;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding-block: 8px;
  margin-bottom: 16px;
}
/*# sourceMappingURL=../../map/floorplan/style.css.map */