@charset "UTF-8";
.planDetail-cont {
  padding: 60px 0 0;
}

.planDetail-txt {
  max-width: 980px;
  margin: 0 auto;
}

.planDetail-head {
  display: flex;
  align-items: flex-end;
  justify-content: start;
  gap: 32px;
  border-bottom: 2px solid #231815;
  padding-bottom: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .planDetail-head {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
}

.planDetail-type {
  flex-shrink: 0;
}
.planDetail-type img {
  display: block;
  height: 81px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .planDetail-type img {
    height: 50px;
  }
}

.planDetail-floor {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 8px;
}
.planDetail-floor .ttl img {
  display: block;
  height: 52px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .planDetail-floor .ttl img {
    height: 30px;
  }
}
.planDetail-floor .ttl.lower img {
  height: 36px;
}
@media screen and (max-width: 767px) {
  .planDetail-floor .ttl.lower img {
    height: 25px;
  }
}
.planDetail-floor .detail {
  font-size: 24px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .planDetail-floor .detail {
    font-size: 14px;
  }
}
.planDetail-floor .detail.large {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .planDetail-floor .detail.large {
    font-size: 20px;
  }
}
.planDetail-floor .detail.lower {
  line-height: 1;
}

.planDetail-floorGroup {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.planDetail-body {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .planDetail-body {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
  }
}

.planDetail-scale {
  display: flex;
  align-items: center;
  gap: 29px;
}
.planDetail-scale .ttl {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .planDetail-scale .ttl {
    font-size: 14px;
  }
}
.planDetail-scale .detail {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .planDetail-scale .detail {
    font-size: 14px;
  }
}
.planDetail-scale .detail .num img {
  display: block;
  height: 52px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .planDetail-scale .detail .num img {
    height: 30px;
  }
}
.planDetail-scale .detail .meter {
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .planDetail-scale .detail .meter {
    font-size: 20px;
  }
}

.planDetail-exp {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .planDetail-exp {
    font-size: 14px;
  }
}
.planDetail-exp .ttl {
  flex: 1 0 auto;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .planDetail-exp .ttl {
    font-size: 14px;
  }
}
.planDetail-exp .detail {
  line-height: 1.5;
  font-size: 20px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
  .planDetail-exp .detail {
    font-size: 14px;
  }
}

.planDetail-imgWrap {
  margin: 80px auto 0;
  max-width: 1920px;
  width: 90%;
}
@media screen and (max-width: 1023px) {
  .planDetail-imgWrap {
    margin-top: 40px;
    padding: 0 20px;
    width: 100%;
  }
}

.planDetail-legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .planDetail-legend {
    margin-top: 24px;
  }
}

.planDetail-legendList {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .planDetail-legendList {
    gap: 8px;
  }
}
.planDetail-legendList li {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .planDetail-legendList li {
    gap: 5px;
  }
}
.planDetail-legendList img {
  display: block;
  height: auto;
  max-height: 12px;
  width: auto;
}
.planDetail-legendList p {
  font-size: 12px;
  color: #231815;
  white-space: nowrap;
}

.planDetail-legendNote {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  row-gap: 4px;
}
.planDetail-legendNote li {
  font-size: 12px;
  color: #231815;
  white-space: nowrap;
}