@charset "UTF-8";
/*color*/
/*font-family*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*innerの片側はみ出し用*/
/*cubic*/
/* media query */
.p-plans__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
  margin-top: 10rem;
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .p-plans__list {
    margin-top: 5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}
.p-plans__list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  text-align: center;
  justify-items: center;
  background-color: #ecebe2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: #5d685f;
  padding: 5rem 0 4rem;
  gap: 0;
  transition: box-shadow 0.3s, background-color 0.3s, transform 1.5s, opacity 1.5s;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-plans__list__item {
    padding: 4.5rem 0 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-plans__list__item:hover {
    background-color: rgba(236, 235, 226, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .p-plans__list__item:hover .c-btm__arw--plan {
    color: #5d685f;
    background: #fff;
  }
  .p-plans__list__item:hover .c-btm__arw-R {
    transform: translateX(0.5em);
  }
}
.p-plans__list__item.mod--none {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .p-plans__list__item.mod--none {
    display: none;
  }
}
.p-plans__list__tags {
  display: flex;
  position: absolute;
  gap: 0.5em;
}
.p-plans__list__tags__item, .p-plans__list__tags__item--new {
  width: -moz-fit-content;
  width: fit-content;
  background: #719360;
  color: #fff;
  padding: 0.5em 1em;
  min-width: 15rem;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .p-plans__list__tags__item, .p-plans__list__tags__item--new {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-plans__list__tags__item, .p-plans__list__tags__item--new {
    font-size: 1.4rem;
  }
}
.p-plans__list__tags__item--new {
  background: #C9A063;
}
.p-plans__list__ttl {
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-plans__list__ttl {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .p-plans__list__ttl {
    font-size: 2.5rem;
  }
}
.p-plans__list__ttl em {
  font-size: 2em;
  color: #719360;
  line-height: 1;
}
.p-plans__list__ttl b {
  font-size: 2em;
  font-weight: normal;
  line-height: 1;
  margin-left: 0.2em;
}
.p-plans__list__area {
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-plans__list__area {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-plans__list__area {
    font-size: 1.8rem;
  }
}
.p-plans__list__area em {
  font-size: 2.2em;
  line-height: 1;
}
.p-plans__list__img {
  width: 60%;
  height: auto;
}
.p-plans__list__img.mod--wide {
  width: 90%;
}
.p-plans__list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-plans__list__limi {
  width: 80%;
  height: auto;
  aspect-ratio: 1/1;
  background: #719360;
  color: #fff;
  display: grid;
  place-content: center;
}
.p-plans__list__limi em {
  font-size: 3em;
  display: block;
  margin-top: 1rem;
}

.p-plan .p-storage__ttl {
  display: block;
  margin: 0 auto;
  max-width: 40rem;
}
@media only screen and (max-width: 767px) {
  .p-plan .p-storage__ttl {
    max-width: 25rem;
  }
}
.p-plan .p-storage__txt {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 5rem;
  border-bottom: solid 5px #be9461;
  padding-bottom: 2rem;
  width: 85%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .p-plan .p-storage__txt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .p-storage__txt {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .p-storage__txt {
    width: 90%;
    margin-top: 2.5rem;
  }
}
.p-plan .p-storage__img {
  position: relative;
  margin-top: 10rem;
  width: 85%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .p-plan .p-storage__img {
    width: 90%;
    margin-top: 5rem;
  }
}
.p-plan .p-space__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-plan .p-space__ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .p-space__ttl {
    font-size: 1.8rem;
  }
}
.p-plan .p-space__txt {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .p-plan .p-space__txt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .p-space__txt {
    font-size: 1.3rem;
  }
}
.p-plan .p-space__list, .p-plan .p-space__list.mod--2col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .p-plan .p-space__list, .p-plan .p-space__list.mod--2col {
    margin-top: 2.5rem;
    grid-template-columns: 1fr;
  }
}
.p-plan .p-space__list.mod--2col {
  grid-template-columns: 1fr 1fr;
}
.p-plan .p-space__list__icon {
  width: 3rem;
  height: 3rem;
  display: inline-block;
  aspect-ratio: 1/1;
}
.p-plan .p-space__list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 1rem;
}
.p-plan .p-space__list__img {
  width: 100%;
  height: 100%;
}
.p-plan .p-space__list__img img {
  width: 100%;
  height: 100%;
}
.p-plan .p-space__list__ttl {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-plan .p-space__list__ttl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .p-space__list__ttl {
    font-size: 1.6rem;
  }
}
.p-plan .p-space__list__txt {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  .p-plan .p-space__list__txt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .p-space__list__txt {
    font-size: 1.3rem;
  }
}
.p-plan .p-equipment__ttl {
  color: #719360;
  font-family: "BodoniMO Pro Bold", serif;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-plan .p-equipment__ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .p-equipment__ttl {
    font-size: 1.8rem;
  }
}
.p-plan .p-equipment__ttl em {
  font-size: 1.5em;
}
.p-plan .p-equipment__sub {
  font-family: "EB Garamond", serif;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-plan .p-equipment__sub {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .p-equipment__sub {
    font-size: 1.8rem;
  }
}
.p-plan .p-equipment__inner {
  background: #f4f8f1;
  padding: 6rem 3rem 6rem;
}
@media only screen and (max-width: 767px) {
  .p-plan .p-equipment__inner {
    padding: 3rem 1.5rem 3rem;
  }
}
.p-plan .p-equipment__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .p-plan .p-equipment__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2.5rem;
    gap: 1rem;
  }
}
.p-plan .p-equipment__item {
  display: grid;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 1.5rem;
}
.p-plan .p-equipment__itemTtl {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  font-family: "EB Garamond", serif;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .p-plan .p-equipment__itemTtl {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .p-equipment__itemTtl {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .p-equipment__itemTtl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .p-equipment__itemTtl {
    font-size: 1.6rem;
  }
}
.p-plan .p-equipment__txt {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .p-plan .p-equipment__txt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .p-equipment__txt {
    font-size: 1.3rem;
  }
}
.p-plan .p-equipment__txt small {
  font-size: 0.8em;
}
.p-plan .p-equipment__img img {
  width: 100%;
  height: 100%;
}
.p-plan .p-equipment__kankyo {
  width: 90%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  margin-top: 8rem;
}
/*# sourceMappingURL=../../map/plan/style.css.map */