@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-detail i {
  display: inline-block;
}
.p-detail {
  padding: 1px;
  background-image: url(../../img/floorplan/plan/detail/detail_bg-pc.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-detail {
    background-image: url(../../img/floorplan/plan/detail/detail_bg-sp.jpg);
    background-size: cover;
    background-position: bottom;
  }
}
.p-detail__inner {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  align-items: center;
  gap: 3rem;
  padding-block: 20rem;
  padding-inline: 10%;
  grid-template-columns: 40% 1fr;
  margin-block: 10rem;
}
@media only screen and (max-width: 768px) {
  .p-detail__inner {
    padding: 25% 5%;
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    margin-block: 12rem;
  }
}
.p-detail__cross {
  position: absolute;
  width: 15%;
}
@media only screen and (max-width: 768px) {
  .p-detail__cross {
    width: 25%;
  }
}
.p-detail__cross img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-detail__cross.mod--TL {
  top: 0;
  left: 0;
}
.p-detail__cross.mod--BR {
  bottom: 0;
  right: 0;
}
.p-detail__details {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3rem;
  grid-area: 1/1/2/2;
}
@media only screen and (max-width: 768px) {
  .p-detail__details {
    font-size: 2.4rem;
    grid-area: unset;
  }
}
.p-detail__details em {
  line-height: 1;
  margin-right: 0.05em;
}
.p-detail__details__type em {
  color: #b3a58c;
  font-size: 2em;
  font-family: "EB Garamond", serif;
}
.p-detail__details__room em {
  font-size: 1.8em;
  font-family: "EB Garamond", serif;
}
.p-detail__details__room small {
  font-size: 0.8em;
}
.p-detail__details__line {
  width: 100%;
  height: 1px;
  background-color: #99865d;
  display: block;
  margin-block: 1rem;
}
.p-detail__details__floor {
  font-size: 0.8em;
  font-family: "EB Garamond", serif;
  line-height: 1.5;
}
.p-detail__details__floor small {
  font-size: 0.7em;
}
.p-detail__details__floor em {
  font-size: 2em;
  margin-left: 0.1em;
}
.p-detail__points {
  grid-area: 2/1/3/2;
}
@media only screen and (max-width: 768px) {
  .p-detail__points {
    grid-area: unset;
  }
}
.p-detail__points li {
  font-size: 1.5rem;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .p-detail__points li {
    font-size: 1.3rem;
  }
}
.p-detail__points li em {
  position: relative;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", serif;
  display: block;
  background: #b3a58c;
  color: #fff;
  padding: 0.15em 1em;
  width: -moz-fit-content;
  width: fit-content;
}
.p-detail__points li em b {
  font-weight: 300;
  line-height: 1;
  font-size: 1.5em;
}
.p-detail__points li em::after {
  content: "";
  position: absolute;
  display: block;
  width: 1em;
  height: 100%;
  border-style: solid;
  border-width: 2em 0px 0px 1.3em;
  border-color: transparent transparent transparent #b3a58c;
  top: 50%;
  right: 0%;
  transform: translate(100%, -50%);
}
.p-detail__img {
  grid-area: 1/2/4/3;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .p-detail__img {
    grid-area: 3/1/4/2;
  }
}
.p-detail__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.p-detail__notes {
  grid-area: 3/1/4/2;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .p-detail__notes {
    grid-area: unset;
  }
}
.p-detail__notes__item {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.p-detail__notes__icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 1em;
  width: 3em;
  margin-right: 1rem;
  vertical-align: -0.15em;
}
.p-detail__notes__icon--light {
  background-image: url(../../img/floorplan/plan/detail/light.png);
}
.p-detail__notes__icon--wind {
  background-image: url(../../img/floorplan/plan/detail/wind.png);
}
.p-detail__notes__icon--heating {
  background-image: url(../../img/floorplan/plan/detail/heating.png);
  background-size: cover;
}
.p-detail__notes__icon--closet {
  background-image: url(../../img/floorplan/plan/detail/closet.png);
  background-size: cover;
}
.p-detail__btns {
  grid-area: 5/1/6/3;
  width: 90%;
  max-width: 600px;
  margin-inline: auto;
  margin-top: 2em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-detail__btns {
    grid-area: unset;
  }
}
.p-detail__btns__btn {
  position: relative;
  padding: 0.25em;
  width: 100%;
  letter-spacing: 0.2em;
  text-align: center;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-detail__btns__btn {
    font-size: 1.6rem;
  }
}
.p-detail__btns__btn.mod--gold {
  background: linear-gradient(90deg, rgb(121, 96, 72) 0%, rgb(183, 149, 112) 100%);
}
.p-detail__btns__btn.mod--blue {
  background: linear-gradient(90deg, rgb(31, 67, 77) 0%, rgb(113, 124, 131) 100%);
}
.p-detail__btns__btn::after {
  content: "";
  border: solid 0.5px #99865d;
  width: calc(100% + 0.6rem);
  height: calc(100% + 0.6rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.p-detail__btns__btn .u-arw--ku {
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s;
}
.p-detail.mod--members .p-detail__details__type em {
  color: #978e81;
}
.p-detail.mod--members .p-detail__details__line {
  background: #6e5a4c;
}
.p-detail.mod--members .p-detail__points em {
  background: #978e81;
}
.p-detail.mod--members .p-detail__points em::after {
  border-color: transparent transparent transparent #978e81;
}
/*# sourceMappingURL=../../map/floorplan/plan-detail.css.map */