@charset "UTF-8";
/*main color*/
/*addcolor*/
/* spacing */
/*add font-family*/
/*grid settings*/
/* PC、SP兼用　font-size 使い方： @include fontsize(16,14); ←　PCで16px, SPで14px */
/*mixin*/
.contentMenu__link.plan:after {
  transform: scale(1, 1) !important;
}

.mod--han-l {
  margin-left: -0.4em;
}
.mod--han-r {
  margin-right: -0.4em;
}

main img {
  height: 100%;
  width: 100%;
}
.p-bgcap {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  text-align: right;
  padding: 0 1rem 0 4rem;
}
@media (max-width: 768px) {
  .p-bgcap {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-bgcap {
    font-size: 1rem;
  }
}

.p-plan {
  position: relative;
  margin: 8rem auto;
}
@media (max-width: 768px) {
  .p-plan {
    margin: 4rem auto;
  }
}
.p-plan .fly {
  position: absolute;
  top: -6rem;
  padding: 1rem;
}
@media (max-width: 768px) {
  .p-plan .fly {
    top: -10rem;
  }
}
.p-plan .content-wrapper .p-mv {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: clamp(40px, 30.3703703704px + 2.4691358025vw, 60px);
  background: url(../../img/common/plan_mv.jpg) no-repeat center;
  background-size: cover;
  min-height: 600px;
}
@media (max-width: 1200px) {
  .p-plan .content-wrapper .p-mv {
    min-height: 300px;
  }
}
.p-plan .content-wrapper .p-cont {
  padding: 10rem 0 0;
}
@media (max-width: 768px) {
  .p-plan .content-wrapper .p-cont {
    padding: 5rem 0 0;
  }
}
.p-plan .content-wrapper .p-cont__ttl {
  text-align: center;
  font-size: clamp(2rem, 12.7777777778px + 1.8518518519vw, 3.5rem);
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .p-plan .content-wrapper .p-cont__ttl {
    margin-top: 5rem;
  }
}
.p-plan .content-wrapper .p-cont__sub {
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  font-size: clamp(2rem, 13.2592592593px + 1.7283950617vw, 3.4rem);
  letter-spacing: 0.1em;
}
.p-plan .content-wrapper .p-cont__ttlTxt {
  font-size: clamp(1.4rem, 10.1481481481px + 0.987654321vw, 2.2rem);
  margin-top: 1.5em;
  margin-bottom: 8rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-plan .content-wrapper .p-cont__ttlTxt {
    margin-bottom: 4rem;
  }
}
.p-plan__nav {
  width: 100%;
  position: sticky;
  top: 162px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  z-index: 2;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .p-plan__nav {
    top: 10rem;
  }
}
@media (max-width: 960px) {
  .p-plan__nav {
    top: 6.6rem;
  }
}
@media (max-width: 768px) {
  .p-plan__nav {
    top: 6.6rem;
    border-top: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  }
}
.p-plan__nav.fixed {
  position: fixed;
  top: 60px;
  left: 0;
}
@media (max-width: 768px) {
  .p-plan__nav.fixed {
    top: 0;
  }
}
.p-plan__navlist {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  .p-plan__navlist {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-plan__navlist .nav-btn:last-child a::before {
  display: none;
}
@media (max-width: 768px) {
  .p-plan__navlist .nav-btn:last-child a::before {
    display: block;
  }
}
@media (max-width: 768px) {
  .p-plan__navlist .nav-btn:nth-child(-n+3) {
    border-bottom: 1px solid #5b4e4b;
  }
  .p-plan__navlist .nav-btn:nth-child(3) a::before {
    display: none;
  }
}
.p-plan__navlist .nav-btn a {
  display: grid;
  place-content: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #f5f5f5;
  color: #231815;
  position: relative;
  transition: 0.3s;
  height: 5rem;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  .p-plan__navlist .nav-btn a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-plan__navlist .nav-btn a {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .p-plan__navlist .nav-btn a {
    height: 4rem;
  }
}
.p-plan__navlist .nav-btn a small {
  font-size: 0.8em;
  display: block;
  line-height: 1;
}
.p-plan__navlist .nav-btn a.active {
  color: #fff;
}
.p-plan__navlist .nav-btn a.active .u-arw-next--nav {
  color: #fff;
}
.p-plan__navlist .nav-btn a.active .u-arw-next--nav::after, .p-plan__navlist .nav-btn a.active .u-arw-next--nav::before {
  background: #fff;
}
.p-plan__navlist .nav-btn a.active::before {
  background: #231815;
}
.p-plan__navlist .nav-btn a::before {
  content: "";
  width: 1px;
  height: 4rem;
  background: #5b4e4b;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p-plan__navlist .nav-btn a::before {
    height: 2.7rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-plan__navlist .nav-btn a:hover:hover {
    color: #fff;
    background: #231815;
  }
  .p-plan__navlist .nav-btn a:hover:hover .u-arw-next--nav {
    color: #fff;
  }
  .p-plan__navlist .nav-btn a:hover:hover .u-arw-next--nav::after, .p-plan__navlist .nav-btn a:hover:hover .u-arw-next--nav::before {
    background: #fff;
  }
  .p-plan__navlist .nav-btn a:hover::before {
    background-color: #231815;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-plan__navlist .nav-btn a:hover:hover {
    color: #fff;
    background: #231815;
  }
  .p-plan__navlist .nav-btn a:hover:hover .u-arw-next--nav {
    color: #fff;
  }
  .p-plan__navlist .nav-btn a:hover:hover .u-arw-next--nav::after, .p-plan__navlist .nav-btn a:hover:hover .u-arw-next--nav::before {
    background: #fff;
  }
  .p-plan__navlist .nav-btn a:hover::before {
    background-color: #231815;
  }
}
.p-plan__navlist .nav-btn a .u-arw-next--nav {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%) rotate(135deg);
}
@media (max-width: 768px) {
  .p-plan__navlist .nav-btn a .u-arw-next--nav {
    width: 0.45em;
    height: 0.45em;
    right: 0.8rem;
  }
}
.p-plan__navlist .nav-btn:nth-of-type(1) a.active {
  background-color: #bfc89a;
}
.p-plan__navlist .nav-btn:nth-of-type(1) a:hover {
  background-color: #bfc89a;
}
.p-plan__navlist .nav-btn:nth-of-type(2) a.active {
  background-color: #ddba8f;
}
.p-plan__navlist .nav-btn:nth-of-type(2) a:hover {
  background-color: #ddba8f;
}
.p-plan__navlist .nav-btn:nth-of-type(3) a.active {
  background-color: #98bdb5;
}
.p-plan__navlist .nav-btn:nth-of-type(3) a:hover {
  background-color: #98bdb5;
}
.p-plan__navlist .nav-btn:nth-of-type(4) a.active {
  background-color: #d99f9c;
}
.p-plan__navlist .nav-btn:nth-of-type(4) a:hover {
  background-color: #d99f9c;
}
.p-plan__navlist .nav-btn:nth-of-type(5) a.active {
  background-color: #dcdddd;
  color: #231815;
}
.p-plan__navlist .nav-btn:nth-of-type(5) a:hover {
  background-color: #dcdddd;
  color: #231815;
}
.p-plan__ttl {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.6;
  display: block;
  max-width: 60rem;
  width: 90%;
  margin-inline: auto;
  text-align: center;
}
.p-plan__ttl-wrap {
  border-bottom: 2px solid #bfc89a;
}
.mod--2l .p-plan__ttl-wrap {
  border-bottom: 2px solid #ddba8f;
}
.mod--garage .p-plan__ttl-wrap {
  border-bottom: 2px solid #98bdb5;
}
.mod--mesonet .p-plan__ttl-wrap {
  border-bottom: 2px solid #d99f9c;
}
@media (max-width: 768px) {
  .p-plan__ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-plan__ttl {
    font-size: 2rem;
  }
}
.p-plan__ttl em {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-plan__ttl em {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-plan__ttl em {
    font-size: 3rem;
  }
}
.p-plan__ttl .cap {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .p-plan__ttl .cap {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-plan__ttl .cap {
    font-size: 1.4rem;
  }
}
.mod--loft .p-plan__ttl {
  color: #bfc89a;
  background-color: #f5f6ee;
}
.mod--2l .p-plan__ttl {
  color: #ddba8f;
  background-color: #f9f4ec;
}
.mod--garage .p-plan__ttl {
  color: #98bdb5;
  background-color: #eff4f3;
}
.mod--mesonet .p-plan__ttl {
  color: #d99f9c;
  background-color: #f9efee;
}
.mod--100 .p-plan__ttl {
  background-color: #bfc89a;
  color: #ffffff;
  width: 100%;
  max-width: unset;
  text-align: left;
  padding-inline: 2rem;
  font-size: 35px;
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  .mod--100 .p-plan__ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .mod--100 .p-plan__ttl {
    font-size: 2rem;
  }
}
.mod--100 .p-plan__ttl em {
  font-size: 50px;
  font-size: 5rem;
}
@media (max-width: 768px) {
  .mod--100 .p-plan__ttl em {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .mod--100 .p-plan__ttl em {
    font-size: 4rem;
  }
}
.mod--ylw .mod--100 .p-plan__ttl {
  background-color: #ddba8f;
}
.mod--blue .mod--100 .p-plan__ttl {
  background-color: #98bdb5;
}
.mod--pink .mod--100 .p-plan__ttl {
  background-color: #d99f9c;
}
.p-plan__subttl {
  max-width: 60rem;
  width: 90%;
  margin-inline: auto;
  font-size: 20px;
  font-size: 2rem;
  background-color: #bfc89a;
  color: #ffffff;
  text-align: center;
  display: block;
}
@media (max-width: 768px) {
  .p-plan__subttl {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .p-plan__subttl {
    font-size: 1.7rem;
  }
}
.mod--100 .p-plan__subttl {
  width: 100%;
  max-width: unset;
  text-align: left;
  padding-inline: 2rem;
  border-bottom: 1px solid #f5f6ee;
}
.mod--ylw .p-plan__subttl {
  background-color: #ddba8f;
}
.mod--blue .p-plan__subttl {
  background-color: #98bdb5;
}
.mod--pink .p-plan__subttl {
  background-color: #d99f9c;
}
.p-plan__copy {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin: 4rem auto;
}
@media (max-width: 768px) {
  .p-plan__copy {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .p-plan__copy {
    font-size: 1.7rem;
  }
}
.p-plan__img {
  position: relative;
}
.p-plan__img__pointsWrap {
  position: relative;
}
@media (max-width: 768px) {
  .p-plan__img__pointsWrap {
    display: contents;
  }
}
.p-plan__img__points {
  width: 95%;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .p-plan__img__points {
    margin-top: 1rem;
    width: 100%;
    position: relative;
    transform: unset;
    bottom: unset;
    left: unset;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.p-plan__img__item {
  border-radius: 0.5rem;
  padding: 0.5em 0;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
  display: grid;
  place-content: center;
}
@media (max-width: 768px) {
  .p-plan__img__item {
    padding: 0.5em;
  }
}
.mod--green .p-plan__img__item {
  background: #98bdb5;
}
.mod--mesonet .p-plan__img__item {
  background: #d99f9c;
}
.p-plan__img__item p {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-plan__img__item p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-plan__img__item p {
    font-size: 1.4rem;
  }
}
.p-plan__btn {
  padding: 2rem 2rem 2rem 0;
  margin: 3rem auto;
}
@media (max-width: 768px) {
  .p-plan__btn {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 2rem 1rem 2rem 0;
  }
}
.p-plan__btn.mod--grn {
  background-color: #f5f6ee;
}
.p-plan__btn.mod--ylw {
  background-color: #f9f4ec;
}
.p-plan__btn.mod--blue {
  background-color: #eff4f3;
}
.p-plan__btn.mod--pink {
  background-color: #f9efee;
}
.p-plan__btnlwrap {
  display: grid;
  grid-template-columns: 1fr 36%;
  grid-template-rows: 1fr min-content;
  gap: 3rem;
}
@media (max-width: 768px) {
  .p-plan__btnlwrap {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1rem;
  }
}
.p-plan__btnttl {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.6;
  display: block;
  margin-inline: auto;
  text-align: center;
  background-color: #f5f6ee;
  color: #bfc89a;
  box-shadow: 3px 5px 10px rgb(194, 194, 194);
}
@media (max-width: 768px) {
  .p-plan__btnttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-plan__btnttl {
    font-size: 2rem;
  }
}
.p-plan__btnttl em {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-plan__btnttl em {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-plan__btnttl em {
    font-size: 3rem;
  }
}
.p-plan__btntxt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 2rem 2rem;
}
@media (max-width: 768px) {
  .p-plan__btntxt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-plan__btntxt {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .p-plan__btntxt {
    margin-bottom: 1rem;
  }
}
.p-plan__btnblock {
  margin: 0 auto;
  justify-content: center;
  letter-spacing: 0;
  margin-bottom: 2rem;
}
.p-plan__btnblock.u-btn-arw {
  font-size: 15px;
  font-size: 1.5rem;
  width: 25rem;
  margin-bottom: unset;
  background-color: #b5b5b6;
  color: #ffffff;
  box-shadow: 0 5px 10px gray;
  padding: 0.5em 3rem 0.4em;
}
@media (max-width: 768px) {
  .p-plan__btnblock.u-btn-arw {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-plan__btnblock.u-btn-arw {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .p-plan__btnblock.u-btn-arw {
    width: calc(100% - 1rem);
    margin-left: 1rem;
  }
}
.p-plan__btnblock .txt {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-plan__btnblock .txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-plan__btnblock .txt {
    font-size: 1.4rem;
  }
}
.p-plan__btnimg {
  position: relative;
  grid-area: 1/2/3/3;
}
.p-plan__btnimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .p-plan__btnimg {
    margin-left: 1rem;
    grid-area: 2/1/3/2;
  }
}
.mod--pink .p-plan__btnimg {
  width: 57%;
  margin-inline: auto;
}
.p-plan__colors {
  display: block;
  background: #dcdddd;
  box-shadow: 3px 3px 3px rgba(194, 194, 194, 0.5);
  font-size: 30px;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .p-plan__colors {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-plan__colors {
    font-size: 1.8rem;
  }
}
.p-plan__colors__ttl {
  padding: 1rem 3rem;
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-plan__colors__ttl {
    text-align: center;
    padding: 1rem 1.5rem 1.5rem;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .p-plan__colors__ttl p {
    margin-bottom: 1rem;
  }
}
.p-plan__colors__img {
  width: 23rem;
  height: auto;
}
.p-plan__colors__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-plan__colors__txt {
  background: #f7f8f8;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 768px) {
  .p-plan__colors__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-plan__colors__txt {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .p-plan__colors__txt {
    gap: 0;
  }
}
.p-plan__colors__txt .txt {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-plan__colors__txt .txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-plan__colors__txt .txt {
    font-size: 1.4rem;
  }
}
.p-plan__colors__txt .u-arw-right {
  position: relative;
  right: -1rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-plan__colors:hover .u-arw-right {
    width: 4rem;
    right: -1rem;
    color: currentColor;
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-plan__colors:hover .u-arw-right {
    width: 4rem;
    right: -1rem;
    color: currentColor;
    transition: 0.3s;
  }
}
.p-plan__dblbtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto;
}
.mod--2l .p-plan__dblbtn {
  margin-bottom: -1rem;
}
.p-plan__smbtn {
  display: flex;
  justify-content: left;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 30rem;
  padding-bottom: 0.5rem;
  background: #BFC89A;
  background: linear-gradient(180deg, rgb(191, 200, 154) 0%, rgb(120, 150, 65) 100%);
  color: #ffffff;
  position: relative;
  flex-wrap: wrap;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .p-plan__smbtn {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-plan__smbtn {
    font-size: 1.6rem;
  }
}
.mod--2l .p-plan__smbtn {
  background: #DDBA8F;
  background: linear-gradient(180deg, rgb(221, 186, 143) 0%, rgb(189, 120, 47) 100%);
}
.mod--2l .p-plan__smbtn:hover .u-arw-right {
  color: #ddba8f;
}
.p-plan__smbtn span {
  color: #ffffff;
}
.p-plan__smbtn::after {
  content: "";
  position: absolute;
  width: calc(100% - 4px);
  left: 2px;
  height: calc(100% - 4px);
  top: 2px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
}
.p-plan__smbtn:hover .u-arw-right {
  color: #bfc89a;
}
.p-plan__pntlist {
  display: flex;
  gap: 1rem 2rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto 4rem;
}
.mod--mesonet .p-plan__pntlist {
  margin-top: 4rem;
}
.p-plan__pntitem {
  max-width: 32rem;
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #98bdb5;
  border-radius: 4px;
  box-shadow: 0 3px 5px rgb(183, 183, 183);
  letter-spacing: -0.1rem;
}
@media (max-width: 768px) {
  .p-plan__pntitem {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-plan__pntitem {
    font-size: 1.8rem;
  }
}
.mod--mesonet .p-plan__pntitem {
  background-color: #d99f9c;
}

.p-list {
  margin: 8rem auto 4rem;
  display: grid;
  gap: 2rem 1rem;
}
.p-list.mod-1col {
  grid-template-columns: repeat(1, 1fr);
}
.p-list.mod-2col {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 960px) {
  .p-list.mod-2col {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-list__item {
  padding: 3rem 1.5rem;
}
@media (max-width: 768px) {
  .p-list__item {
    padding: 1.5rem 1rem;
  }
}
.mod--loft .p-list__item {
  border: solid 1px #bfc89a;
}
.mod--2l .p-list__item {
  border: solid 1px #ddba8f;
}
.mod--garage .p-list__item {
  border: solid 1px #98bdb5;
}
.mod--mesonet .p-list__item {
  border: solid 1px #d99f9c;
}
.p-list__item__ttlWrap {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 11px;
  font-size: 1.1rem;
  border-bottom: solid 1px #bfc89a;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .p-list__item__ttlWrap {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .p-list__item__ttlWrap {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .p-list__item__ttlWrap {
    display: grid;
    grid-template-columns: min-content 1fr;
    grid-template-rows: min-content min-content;
    width: 100%;
    gap: 2.6rem 1em;
  }
}
.p-list__item__type {
  background: #bfc89a;
  padding: 0.8em 0em 1em;
  color: #ffffff;
  min-width: 12rem;
  text-align: center;
  display: grid;
  place-content: center;
}
@media (max-width: 768px) {
  .p-list__item__type {
    grid-area: 1/1/3/2;
    height: 100%;
  }
}
.mod--2l .p-list__item__type {
  background-color: #ddba8f;
}
.mod--garage .p-list__item__type {
  background-color: #98bdb5;
}
.mod--mesonet .p-list__item__type {
  background-color: #d99f9c;
}
.p-list__item__type em {
  font-size: 3.5em;
  font-weight: normal;
  margin-right: 0.25em;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-list__item__type {
    padding: 0.8em 1em 1em;
    width: -moz-fit-content;
    width: fit-content;
    min-width: unset;
  }
}
.p-list__item__type .floatpar {
  display: block;
  position: relative;
}
.p-list__item__type .floatno {
  position: absolute;
  right: 0;
  top: 0;
  letter-spacing: -0.1rem;
  background: white;
  color: black;
  padding: 0 0.2rem;
  font-weight: 400;
}
.mod--loft .p-list__item__type .floatno {
  color: #bfc89a;
}
.mod--2l .p-list__item__type .floatno {
  color: #ddba8f;
}
.mod--garage .p-list__item__type .floatno {
  color: #98bdb5;
}
.mod--mesonet .p-list__item__type .floatno {
  color: #d99f9c;
}
.p-list__item__room {
  font-size: 2.5em;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-list__item__room {
    grid-area: 1/2/2/3;
  }
}
.p-list__item__room em {
  font-size: 1.4em;
}
.p-list__item__room small {
  font-size: 0.6em;
  display: inline-block;
}
.p-list__item__floor {
  position: relative;
  font-size: 2.5em;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-list__item__floor {
    grid-area: 2/2/3/3;
    margin-bottom: 1rem;
  }
}
.p-list__item__floor em {
  font-size: 1.4em;
}
.p-list__item__floor small {
  font-size: 0.6em;
  display: inline-block;
}
.p-list__item__floor span {
  display: none;
  position: absolute;
  font-size: 0.45em;
  top: -1.2em;
}
.p-list__item__txtWrap {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 1em;
  margin-left: 1.5rem;
}
@media (max-width: 768px) {
  .p-list__item__txtWrap {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-list__item__txtWrap {
    font-size: 1.3rem;
  }
}
.p-list__item__img {
  margin-top: 2rem;
  display: block;
}
.p-list__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-list__cap {
  display: flex;
  font-size: 12px;
  font-size: 1.2rem;
  gap: 0;
}
@media (max-width: 768px) {
  .p-list__cap {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-list__cap {
    font-size: 1rem;
  }
}
.p-list__cap dt {
  display: block;
  width: 5rem;
}
.p-list__cap dd {
  display: inline-block;
}
.p-list__cap__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
  width: 90%;
}
.p-list__cap__icon {
  display: inline-block;
  width: 3em;
  height: auto;
  vertical-align: middle;
}

.p-haito {
  margin-top: 10rem;
}
.p-haito__ttl {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  background-color: #dcdddd;
  font-weight: 400;
  margin-block: 2rem;
  display: block;
}
@media (max-width: 768px) {
  .p-haito__ttl {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .p-haito__ttl {
    font-size: 1.7rem;
  }
}

.p-interior {
  position: relative;
  margin-top: 8rem;
  padding-block: 10rem;
  background: #dcdddd;
}
@media (max-width: 768px) {
  .p-interior {
    padding-block: 5rem;
  }
}
.p-interior .fly {
  position: absolute;
  top: -5rem;
  padding: 1rem;
}
@media (max-width: 768px) {
  .p-interior .fly {
    top: -7rem;
  }
}
.p-interior__ttl {
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  font-size: clamp(2rem, 10.3703703704px + 2.4691358025vw, 4rem);
  letter-spacing: 0.1em;
}
.p-interior__ttlTxt {
  font-size: clamp(1.4rem, 9.1851851852px + 1.2345679012vw, 2.4rem);
  margin-top: 1.5em;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-interior__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 1rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .p-interior__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem 0.5rem;
    margin-top: 2.5rem;
  }
}
.p-interior__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 1rem;
}
@media (max-width: 768px) {
  .p-interior__item {
    gap: 0.5rem;
  }
}
.p-interior__item__ttl {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  color: #ffffff;
  background: #898989;
  line-height: 1;
  padding: 0.25em;
}
@media (max-width: 768px) {
  .p-interior__item__ttl {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-interior__item__ttl {
    font-size: 1.8rem;
  }
}
.p-interior__item__ttl small {
  font-size: 0.75em;
}
.p-interior__imgs {
  display: grid;
  gap: 1rem;
  width: 100%;
  max-height: 310px;
}
@media (max-width: 768px) {
  .p-interior__imgs {
    gap: 0.5rem;
    max-height: none;
  }
}
.p-interior__imgs.mod--04 {
  grid-template-columns: repeat(2, 1fr);
}
.p-interior__imgs.mod--05 {
  grid-template-columns: 1fr 1fr 25%;
}
@media (max-width: 768px) {
  .p-interior__imgs.mod--05 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
.p-interior__imgs__img {
  width: 100%;
  height: 100%;
  position: relative;
}
.mod--05 .p-interior__imgs__img:last-of-type {
  grid-area: 1/3/3/4;
}
@media (max-width: 768px) {
  .mod--05 .p-interior__imgs__img:last-of-type {
    grid-area: 3/1/4/3;
  }
}
.p-interior__imgs__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-interior__cap {
  font-size: clamp(10px, 1.2vw, 13px);
  color: #231815;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 0.6rem;
  padding-left: 2rem;
}
.p-interior__cap.mod--wh {
  color: #fff;
}

.shade::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: 1;
}
.coming {
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
  color: white;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .coming {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .coming {
    font-size: 1.4rem;
  }
}

.p-bgcap {
  z-index: 2;
}/*# sourceMappingURL=plan.css.map */