@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。
------------------------------------------------------------ */
.header .logo .logo-bukkenLogo img {
  filter: invert(82%) sepia(0%) saturate(2%) hue-rotate(233deg) brightness(106%) contrast(101%);
}

.p-plan {
  background-color: #fff;
}
.p-plan-intro {
  padding: 9rem 0 12rem;
}
@media only screen and (max-width: 768px) {
  .p-plan-intro {
    padding: 5rem 0;
  }
}
.p-plan-intro__catch {
  letter-spacing: -0.08em;
}
.p-plan-intro__feature {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-plan-intro__feature {
    margin-top: 5rem;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.p-plan-intro__feature__item {
  border: 1px solid #b7b7b7;
  padding: 1rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.p-plan-intro__feature__item span {
  display: inline-block;
}
.p-plan-structure__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.p-plan-structure__btns button {
  background-color: #d8d9dc;
  width: 100%;
  height: 100%;
  padding: 1rem;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .p-plan-structure__btns button {
    pointer-events: all;
  }
}
.p-plan-structure__btns button.is-active {
  position: relative;
  background-color: #737775;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-plan-structure__btns button.is-active:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    content: "";
    display: block;
    width: 1.5rem;
    height: 1rem;
    background-color: inherit;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
}
.p-plan-structure__imgs {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 768px) {
  .p-plan-structure__imgs {
    grid-template-columns: 1fr;
  }
}
.p-plan-structure__imgs__item {
  padding: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-plan-structure__imgs__item {
    padding: 2rem;
    position: static;
    opacity: 0;
    transition: 0.3s;
  }
  .p-plan-structure__imgs__item.is-active {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
  }
}
.p-plan-terrace__detail {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-plan-terrace__detail {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.p-plan-terrace__detail__img {
  mix-blend-mode: multiply;
}
.p-plan-list, .p-plan-list--col3, .p-plan-list--col1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
}
.p-plan-list--col1 {
  grid-template-columns: 1fr;
  width: calc(50% - 2.5rem);
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .p-plan-list--col1 {
    width: 100%;
  }
}
.p-plan-list--col3 {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-inline: auto;
}
@media only screen and (max-width: 1080px) {
  .p-plan-list--col3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 1080px) {
  .p-plan-list, .p-plan-list--col3, .p-plan-list--col1 {
    gap: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-plan-list, .p-plan-list--col3, .p-plan-list--col1 {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.p-plan-list__item {
  border: 1px solid #b7b7b7;
  background-color: #fff;
}
.p-plan-list__item__btn, .p-plan-list__item__btn--lmtd {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #242424 !important;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  height: 100%;
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0.15em;
  padding-bottom: 2rem;
}
.p-plan-list__item__btn:hover .p-plan-list__item__more, .p-plan-list__item__btn--lmtd:hover .p-plan-list__item__more {
  background-color: #b59a5b;
  color: #fff;
}
.p-plan-list__item__btn:hover .p-plan-list__item__more:after, .p-plan-list__item__btn--lmtd:hover .p-plan-list__item__more:after {
  color: #fff;
}
.p-plan-list__item__btn--lmtd .p-plan-list__item__more {
  background-color: #b59a5b;
  color: #fff;
}
.p-plan-list__item__btn--lmtd .p-plan-list__item__more:after {
  color: #fff;
}
.p-plan-list__item__type {
  background-color: #737775;
  color: #fff;
  text-align: center;
}
.p-plan-list__item__type em {
  font-size: 2.2em;
  margin-right: 0.5rem;
}
.p-plan-list__item__rooms {
  margin-top: 1rem;
  font-size: 1.4em;
}
.p-plan-list__item__rooms em {
  font-size: 1.7em;
  line-height: 1.2;
}
.p-plan-list__item__area {
  font-size: 0.6em;
  font-family: YakuHanMP, "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.p-plan-list__item__area em {
  font-size: 3em;
  line-height: 1.2;
  font-family: "Cormorant Infant", serif;
}
.p-plan-list__item__area span {
  font-size: 2.4em;
  font-family: "Cormorant Infant", serif;
}
.p-plan-list__item__area small {
  font-size: 2em;
}
.p-plan-list__item__img {
  padding: 5rem 0;
}
@media only screen and (max-width: 768px) {
  .p-plan-list__item__img {
    padding: 3rem 0;
  }
}
.p-plan-list__item__more {
  position: relative;
  border: 1px solid #b59a5b;
  color: #b59a5b;
  font-size: min(1.8vw, 2rem);
  letter-spacing: 0;
  width: 90%;
  max-width: 400px;
  margin-inline: auto;
  line-height: 1;
  padding: 1.5rem;
  border-radius: 3rem;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-plan-list__item__more {
    width: 90%;
    padding: 1rem;
    font-size: 1.6rem;
  }
}
.p-plan-list__item__more:after {
  content: "";
  display: block;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  display: inline-block;
  color: #b59a5b;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(-25%, -50%) rotate(45deg);
}
.p-plan-elevation {
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
  padding: 8rem 0;
}
.p-plan-elevation__heading {
  font-size: 2rem;
  font-family: "Cormorant Infant", serif;
}
.p-plan-elevation__detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-plan-elevation__detail {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.p-plan-elevation__note {
  width: 90%;
  max-width: 500px;
  margin-inline: auto;
  margin-top: 2rem;
}
.p-plan-label {
  width: 80%;
  max-width: 400px;
  margin-inline: auto;
  margin-bottom: 10rem;
}

.p-planDetail {
  padding-top: 20rem;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-planDetail {
    padding-top: 15rem;
  }
}
.p-planDetail-specWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media (max-width: 1080px) {
  .p-planDetail-specWrap {
    justify-content: center;
  }
}
.p-planDetail-spec {
  min-width: 400px;
  text-align: center;
  font-size: 2rem;
  font-family: "Cormorant Infant", serif;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .p-planDetail-spec {
    width: 100%;
    min-width: unset;
  }
}
.p-planDetail-spec__type {
  background-color: #737775;
  color: #fff;
  text-align: center;
}
.p-planDetail-spec__type em {
  font-size: 2em;
  margin-right: 0.5rem;
}
.p-planDetail-spec__rooms {
  margin-top: 1rem;
  font-size: 1.5em;
}
.p-planDetail-spec__rooms em {
  font-size: 1.5em;
  line-height: 1.2;
}
.p-planDetail-spec__area {
  font-size: 0.8em;
}
.p-planDetail-spec__area em {
  font-size: 2.5em;
  line-height: 1.2;
}
.p-planDetail-spec__area span {
  font-size: 1.8em;
}
.p-planDetail-spec__other {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  font-size: 1.3rem;
  border-top: 1px solid #b7b7b7;
}
.p-planDetail-elevation {
  max-width: 550px;
}
@media (max-width: 1080px) {
  .p-planDetail-elevation {
    width: 80%;
  }
}
.p-planDetail-img {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-planDetail-img {
    width: 100%;
  }
}
.p-planDetail-ex {
  margin-top: 5rem;
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
}
.p-planDetail-ex li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
}
.p-planDetail-ex li img {
  height: 1em;
}
.p-planDetail-ex li span {
  white-space: nowrap;
}
.p-planDetail-feature {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-planDetail-feature {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.p-planDetail-feature__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #b7b7b7;
  padding: 1rem;
  font-size: min(1.6vw, 1.6rem);
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .p-planDetail-feature__item {
    font-size: 1.6rem;
  }
}
.p-planDetail-feature__item span {
  display: inline-block;
}
.p-planDetail-backBtn {
  position: relative;
  border: 1px solid #242424;
  color: #242424;
  width: 90%;
  display: block;
  max-width: 400px;
  text-align: center;
  margin: 5rem auto 10rem;
  line-height: 1;
  padding: 1.5rem;
  border-radius: 3rem;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-planDetail-backBtn {
    width: 90%;
    padding: 1rem;
  }
}
.p-planDetail-backBtn:after {
  content: "";
  display: block;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  display: inline-block;
  color: #242424;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(-25%, -50%) rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .p-planDetail-backBtn:hover {
    background-color: #b7b7b7;
    color: #fff;
    border: 1px solid #b7b7b7;
    box-shadow: rgba(17, 17, 26, 0.5) 0px 1px 0px;
  }
  .p-planDetail-backBtn:hover:after {
    color: #fff;
  }
}
/*# sourceMappingURL=../../map/floorplan/style.css.map */