@charset "UTF-8";
/*color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*innerの片側はみ出し用*/
/*cubic*/
/* media query */
/* top title */
.p-bal__bg {
  background-image: url(../../../images/lp/balcony/balcony_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.p-bal__ttl {
  font-size: 5rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  color: #7f6a3d;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-bal__ttl {
    font-size: 3rem;
  }
}
.p-bal__ttl small {
  color: #30312d;
  font-size: 0.5em;
}
.p-bal__ttlTopline {
  width: 1.2px;
  height: 3rem;
  display: block;
  background: #7f6a3d;
  margin-top: 2rem;
  margin-inline: auto;
}
.p-bal__ttlBtmline {
  width: 100%;
  height: 1px;
  display: block;
  background: #7f6a3d;
  margin-top: 2rem;
  margin-inline: auto;
}
.p-bal__lead {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 1.5em;
}
@media only screen and (max-width: 767px) {
  .p-bal__lead {
    font-size: 1.6rem;
  }
}
.p-bal__list, .p-bal__list-col2, .p-bal__list-col3 {
  display: grid;
  gap: 6rem 2rem;
  margin-top: 6rem;
}
.p-bal__list-col3 {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(3, 1fr);
}
.p-bal__list-col2 {
  width: 60%;
  margin-inline: auto;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .p-bal__list, .p-bal__list-col2, .p-bal__list-col3 {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3rem;
    gap: 3rem 1rem;
  }
}

.p-ldk__needs {
  margin-top: 6rem;
  background: #fff;
  padding: 3rem 6rem;
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .p-ldk__needs {
    width: 100%;
    margin-top: 3rem;
    padding: 1.5rem;
  }
}
.p-ldk__needs-ttl {
  font-size: 3.2rem;
  color: #7f6a3d;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-ldk__needs-ttl {
    font-size: 2rem;
  }
}
.p-ldk__needs-txt {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-ldk__needs-txt {
    font-size: 1.3rem;
  }
}
.p-ldk__needs-imgTtl {
  font-size: 3.2rem;
  background: #7f6a3d;
  color: #fff;
  text-align: center;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-ldk__needs-imgTtl {
    font-size: 2rem;
  }
}
.p-ldk__needs-img {
  margin-top: 2rem;
}
.p-ldk__needs-cap {
  margin-top: 1em;
  font-size: 1.2rem;
}

.p-pic {
  margin-top: 12rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-pic {
    margin-top: 6rem;
    padding-bottom: 3rem;
  }
}
.p-pic__btn {
  background: #856C47;
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  max-width: 30rem;
  margin-inline: auto;
  padding: 0.5em;
  margin-top: 10rem;
  margin-bottom: 6rem;
  font-size: 23px;
  font-size: 2.3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-pic__btn {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pic__btn {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-pic__btn {
    margin-bottom: 3rem;
  }
}
.p-pic__btn::after {
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  position: absolute;
  border: #fff solid 1px;
}
@media (hover: hover) and (pointer: fine) {
  .p-pic__btn:hover {
    opacity: 0.8;
  }
}
.p-pic__top {
  display: grid;
  grid-template-columns: -webkit-min-content -webkit-min-content -webkit-min-content 1fr;
  grid-template-columns: min-content min-content min-content 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 4rem;
  margin-inline: auto;
  margin-top: 6rem;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-pic__top {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pic__top {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-pic__top {
    grid-template-columns: auto;
    gap: 1rem;
    width: 100%;
    margin-top: 3rem;
  }
}
.p-pic__top-ttl {
  background: #7f6a3d;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 1.25em 1em;
  font-size: 2em;
  line-height: 0.8;
  text-align: center;
}
.p-pic__top-ttl em {
  font-size: 1.5em;
}
@media only screen and (max-width: 767px) {
  .p-pic__top-ttl {
    font-size: 2rem;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.p-pic__top-floor {
  font-size: 2.5em;
  color: #7f6a3d;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-pic__top-floor em {
  font-size: 1.5em;
}
@media only screen and (max-width: 767px) {
  .p-pic__top-floor {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.p-pic__top-line {
  width: 1px;
  height: 100%;
  background: #7f6a3d;
}
@media only screen and (max-width: 767px) {
  .p-pic__top-line {
    width: 100%;
    height: 1px;
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.p-pic__top-txt {
  color: #7f6a3d;
}
@media only screen and (max-width: 767px) {
  .p-pic__top-txt {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
.p-pic__top-txt em {
  font-size: 1.2em;
}
.p-pic__top-txt em b {
  font-size: 2em;
  font-weight: 300;
}
.p-pic__madori {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 5rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-pic__madori {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3rem;
    gap: 2rem;
  }
}
.p-pic__madori-right {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-pic__madori-right {
    font-size: 1.3rem;
  }
}
.p-pic__madori-right li {
  margin-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #7f6a3d;
}
@media only screen and (max-width: 767px) {
  .p-pic__madori-right li {
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.p-pic__madori-right h3 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.p-pic__madori-right h3 em {
  color: #fff;
  position: relative;
  z-index: 3;
  background: #7f6a3d;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  margin-right: 0.5em;
}
.p-pic__madori-btm {
  grid-area: 2/2/3/3;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .p-pic__madori-btm {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pic__madori-btm {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-pic__madori-btm {
    grid-area: 2/1/3/2;
  }
}

.p-life {
  margin-top: 12rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-life {
    margin-top: 6rem;
    padding-bottom: 3rem;
  }
}
.p-life__txt {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-life__txt {
    font-size: 1.3rem;
  }
}
.p-life__txt em {
  font-size: 1.3em;
  color: #7f6a3d;
}
.p-life__view {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-life__view {
    width: 100%;
    margin-top: 3rem;
  }
}
.p-life__viewCap {
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .p-life__viewCap {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-life__viewCap {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=../../../map/lp/balcony/style.css.map */