@charset "UTF-8";
.top_ttl {
  display: none;
}

.plan-cont {
  position: relative;
  padding: 106px 0 154px;
  background: url(../img/plan/plan-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .plan-cont {
    padding: 50px 0;
  }
}

.plan-ttl {
  color: #5d512d;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plan-ttl {
    font-size: 20px;
  }
}

.plan-txt {
  margin-top: 24px;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .plan-txt {
    font-size: 12px;
  }
}

.plan-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  align-items: stretch;
  -moz-column-gap: 52px;
       column-gap: 52px;
  row-gap: 8%;
  margin-top: 106px;
}
@media screen and (max-width: 1240px) {
  .plan-list {
    -moz-column-gap: 8%;
         column-gap: 8%;
  }
}
@media screen and (max-width: 767px) {
  .plan-list {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: none;
    row-gap: 24px;
    margin-top: 40px;
  }
}

.plan-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background-color: #fff;
  padding: 40px 5%;
}
@media screen and (max-width: 767px) {
  .plan-link {
    padding: 32px;
  }
}
.plan-link.-d {
  padding: 20px 5%;
}
@media screen and (max-width: 767px) {
  .plan-link.-d {
    padding: 32px;
  }
}

.plan-type {
  max-width: 205px;
  width: 36%;
  margin: 0 auto;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .plan-type {
    width: 40%;
  }
}

.plan-detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  max-width: 432px;
  border-top: 1px solid #231815;
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .plan-detail {
    gap: 10px;
  }
}

.plan-floor {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.plan-floor .ttl {
  color: #5d512d;
  letter-spacing: -0.06em;
  white-space: nowrap;
  word-break: keep-all;
}
.plan-floor .ttl img {
  display: block;
  height: 40px;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .plan-floor .ttl img {
    height: 32px;
  }
}
.plan-floor .ttl.lower img {
  max-height: 32px;
}
@media screen and (max-width: 767px) {
  .plan-floor .ttl.lower img {
    max-height: 30px;
  }
}
.plan-floor .detail {
  font-size: 24px;
  color: #231815;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .plan-floor .detail {
    font-size: 14px;
  }
}
.plan-floor .detail.large {
  font-size: 140%;
}
.plan-floor .detail.num {
  font-size: 16px;
}

.plan-scale {
  display: flex;
  align-items: center;
  gap: 29px;
}
@media screen and (max-width: 1023px) {
  .plan-scale {
    gap: 16px;
    align-items: flex-end;
  }
}
.plan-scale .ttl {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  flex: 1 0 auto;
}
@media screen and (max-width: 1023px) {
  .plan-scale .ttl {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .plan-scale .ttl {
    font-size: 12px;
  }
}
.plan-scale .detail {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  word-break: keep-all;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.plan-scale .detail .num {
  color: #5d512d;
}
.plan-scale .detail .num img {
  display: block;
  height: 40px;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .plan-scale .detail .num img {
    height: 25px;
  }
}
.plan-scale .detail .meter {
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .plan-scale .detail .meter {
    font-size: 20px;
  }
}

.bottom-banner {
  padding: 80px 20px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bottom-banner {
    padding: 40px 20px 0;
  }
}
.bottom-banner img {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bottom-banner img {
    max-width: 300px;
  }
}

.plan-caption.bottom_caption {
  margin-top: 30px;
}