@charset "utf-8";
/* plan page
 * ========================================================================== */
/* page-ttl */
.page-ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  height: 100vh;
}
.page-ttl h2 {
  position: relative;
  opacity: 0;
  z-index: 2;
}
.page-ttl .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6%;
  right: -6%;
  z-index: 0;
  transform: scale(1.06);
  background: url('../img/mv_pc.jpg') no-repeat center bottom / cover;
}
.page-ttl.is-bg-anim .bg {
  animation: scaleDown 5s ease-in-out forwards;
}
.page-ttl .caption {
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 2;
  font-size: 14px;
  color: #fff;
}
/* plan-list */
#plan-list {
  padding: 150px 0 180px;
  background: #efefef;
  text-align: center;
}
#plan-list .c-inner {
  margin: auto;
  width: 90%;
  max-width: 1040px;
}
#plan-list .txt {
  padding: 60px 0 100px;
  font-size: 25px;
}
#plan-list .plan-list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#plan-list .plan-list-box {
  display: flex;
  flex-wrap: wrap;
  width: calc((100% - 30px) / 2);
}
#plan-list .plan-list-box a {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  color: #000;
  transition: 0.2s all;
}
#plan-list .plan-list-box a:hover {
  opacity: .7;
}
#plan-list .plan-list-box.empty {
  background: transparent;
}
#plan-list .plan-list-box .detail-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px;
  padding: 50px 35px 40px;
  width: 49%;
  background: #b09875;
  color: #fff;
  text-align: left;
  z-index: 3;
}
#plan-list .plan-list-box.limited .detail-area {
  padding: 80px 35px 40px;
  background: #595757;
}
#plan-list .plan-list-box .img-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51%;
}
#plan-list .plan-list-box.limited .txt-limited {
  position: absolute;
  top: 15px;
  left: 0;
  text-align: center;
  color: #b09875;
  width: 100%;
  font-size: 18px;
  line-height: 1;
}
#plan-list .detail-area .txt-type {
  width: 100%;
  font-size: 30px;
}
#plan-list .detail-area .txt-type span {
  font-size: 60px;
}
#plan-list .detail-area .txt-type2 {
  width: 100%;
  font-size: 35px;
}
#plan-list .detail-area .txt-type2 span {
  font-size: 53px;
}
#plan-list .detail-area .txt-type2 small {
  font-size: 36px;
}
#plan-list .detail-area .txt-area dt {
  font-size: 9px;
  line-height: 1;
}
#plan-list .detail-area .txt-area dd {
  font-size: 35px;
}
#plan-list .detail-area .txt-area dd span {
  font-size: 53px;
}
#plan-list .detail-area .txt-area dd small {
  padding-left: 3px;
  font-size: 18px;
}
#plan-list .bnt-view {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  background: #fff;
  color: #000;
  border-radius: 20px;
  width: 160px;
  height: 20px;
  font-size: 14px;
}
#plan-list .bnt-view::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 5px;
  height: auto;
  margin: auto;
  background: url(../../assets/img/arrow_br.svg) no-repeat center / contain;
  content: "";
}
#plan-list .img-area .cv {
  position: absolute;
  width: 100%;
  line-height: 1.7;
  letter-spacing: -0.5px;
  z-index: 3;
}
#plan-list .img-area .cv .btn-entry a {
  margin: 20px auto 0;
  background: #af9147;
  border-radius: 0;
  font-size: 16px;
  color: #fff;
  width: 200px;
  height: 50px;
}
#plan-list .img-area .cv .btn-entry a::after {
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
#plan-list .limited .img-area img {
  filter: blur(4px);
}
/* plan-detail */
#plan-detail.c-inner {
  margin: 80px auto 120px;
  width: 90%;
  max-width: 800px;
}
#plan-detail .plan-detail-wrap {
  display: flex;
  justify-content: space-between;
}
#plan-detail .detail-area {
  position: relative;
  padding: 50px 0 100px;
  width: 320px;
}
#plan-detail .detail-area .txt-type {
  padding-bottom: 20px;
  font-size: 56px;
}
#plan-detail .detail-area .txt-type span {
  font-size: 93px;
}
#plan-detail .detail-area .txt-type2 {
  padding-bottom: 10px;
  font-size: 54px;
}
#plan-detail .detail-area .txt-type2 span {
  font-size: 82px;
}
#plan-detail .detail-area .txt-type2 small {
  font-size: 50px;
}
#plan-detail .detail-area .txt-area {
  display: flex;
  align-items: flex-end;
  padding-top: 15px;
  width: 100%;
  line-height: 1;
}
#plan-detail .detail-area .txt-area dt {
  padding: 0 1px 3px 0;
  font-size: 18px;
}
#plan-detail .detail-area .txt-area dd {
  font-size: 22px;
}
#plan-detail .detail-area .txt-area dd span {
  display: inline-block;
  font-size: 32px;
}
#plan-detail .detail-area .txt-area dd small {
  display: inline-block;
  font-size: 17px;
}
#plan-detail .detail-area .txt-emergency {
  display: inline-block;
  font-size: 17px;
}
#plan-detail .detail-area .txt-area.balcony {
  padding-top: 5px;
}
#plan-detail .detail-area .txt-area.balcony dt {
  padding: 0 1px 0 0;
}
#plan-detail .detail-area .txt-area.balcony dd {
  font-size: 17px;
}
#plan-detail .btn-wrap {
  padding-top: 80px;
}
#plan-detail .btn-wrap li:first-child {
  padding-bottom: 20px;
}
#plan-detail .bnt-print a {
  background: #595757;
  border: 1px solid #595757;
  width: 300px;
  height: 40px;
  color: #fff;
  font-size: 18px;
}
#plan-detail .bnt-print a::after {
  background: url(../../assets/img/arrow_wh.svg) no-repeat center / contain;
  width: 8px;
}
#plan-detail .bnt-back a {
  background: #fff;
  border: 1px solid #595757;
  width: 300px;
  height: 40px;
  color: #000;
  font-size: 18px;
}
#plan-detail .bnt-back a::after {
  background: url(../../assets/img/arrow_bk.svg) no-repeat center / contain;
  width: 8px;
}
#plan-detail .hanrei {
  position: absolute;
  left: 0;
  bottom: 10px;
  min-height: 40px;
  line-height: 1.2;
}
#plan-detail .hanrei span {
  position: relative;
  padding-right: 10px;
  font-size: 12px;
  line-height: 1;
}
#plan-detail .hanrei span.closet,
#plan-detail .hanrei span.heat {
  padding-left: 45px;
}
#plan-detail .hanrei span.closet::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 40px;
  height: 12px;
  content: '';
  background: #eee6d1;
}
#plan-detail .hanrei span.heat::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 40px;
  height: 12px;
  content: '';
  background: #ebd7e1;
}
#plan-detail .img-area {
  margin-right: -70px;
  width: 500px;
}
@media screen and (max-width: 1024px) {
  /* plan-list */
  #plan-list .plan-list-wrap {
    margin: auto;
    max-width: 550px;
  }
  #plan-list .plan-list-box {
    width: 100%;
  }
  /* plan-detail */
  #plan-detail .img-area {
    margin: 0;
    width: calc(100% - 350px);
  }
  #plan-detail .bnt-print a,
  #plan-detail .bnt-back a {
    width: 250px;
  }
}
@media screen and (max-width: 960px) {
  /* page-ttl */
  .page-ttl h2 img {
    max-height: 100px;
  }
}
@media screen and (max-width: 619px) {
  /* page-ttl */
  .page-ttl {
    height: calc(100vh - 70px);
  }
  .page-ttl h2 img {
    max-height: 90px;
  }
  .page-ttl .bg {
    background: url('../img/mv_sp.jpg') no-repeat center bottom / cover;
  }
  .page-ttl .caption {
    font-size: 11px;
  }
  /* plan-list */
  #plan-list {
    padding: 70px 0 80px;
  }
  #plan-list .txt {
    padding: 50px 0;
    font-size: 18px;
  }
  #plan-list .plan-list-wrap {
    gap: 20px;
  }
  #plan-list .plan-list-box .detail-area {
    gap: 10px;
    padding: 30px 20px 10px;
  }
  #plan-list .plan-list-box.limited .detail-area {
    padding: 50px 20px 10px;
  }
  #plan-list .plan-list-box.limited .txt-limited {
    font-size: 14px;
  }
  #plan-list .detail-area .txt-type {
    font-size: 28px;
  }
  #plan-list .detail-area .txt-type span {
    font-size: 46px;
  }
  #plan-list .detail-area .txt-type2 {
    font-size: 26px;
  }
  #plan-list .detail-area .txt-type2 span {
    font-size: 40px;
  }
  #plan-list .detail-area .txt-type2 small {
    font-size: 22px;
  }
  #plan-list .detail-area .txt-area dd {
    font-size: 28px;
  }
  #plan-list .detail-area .txt-area dd span {
    font-size: 42px;
  }
  #plan-list .detail-area .txt-area dd small {
    font-size: 16px;
  }
  #plan-detail .detail-area .txt-type {
    font-size: 46px;
  }
  #plan-detail .detail-area .txt-type span {
    font-size: 83px;
  }
  #plan-detail .detail-area .txt-type2 {
    font-size: 44px;
  }
  #plan-detail .detail-area .txt-type2 span {
    font-size: 72px;
  }
  #plan-detail .detail-area .txt-type2 small {
    font-size: 40px;
  }
  #plan-detail .detail-area .txt-area dd {
    font-size: 24px;
  }
  #plan-detail .detail-area .txt-area dd span {
    font-size: 32px;
  }
  #plan-detail .detail-area .txt-area dd small,
  #plan-detail .detail-area .txt-emergency {
    font-size: 18px;
  }
  #plan-detail .detail-area .txt-area.balcony dt {
    font-size: 17px;
  }
  #plan-list .bnt-view {
    width: 120px;
    font-size: 12px;
  }
  #plan-list .bnt-view::after {
    right: 8px;
    width: 4px;
  }
  #plan-list .img-area .cv {
    font-size: 11px;
    line-height: 1.6;
  }
  #plan-list .img-area .cv .btn-entry a {
    margin: 10px auto 0;
    font-size: 14px;
    width: 85%;
    height: 44px;
  }
  /* plan-detail */
  #plan-detail.c-inner {
    margin: 40px auto 80px;
    width: 90%;
  }
  #plan-detail .plan-detail-wrap {
    flex-wrap: wrap;
  }
  #plan-detail .detail-area {
    padding: 0 0 30px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  #plan-detail .detail-area .txt-area {
    justify-content: center;
  }
  #plan-detail .btn-wrap.only_SMP {
    margin: auto;
    padding-top: 60px;
    width: 90%;
  }
  #plan-detail .bnt-print a,
  #plan-detail .bnt-back a {
    width: 100%;
  }
  #plan-detail .hanrei.only_SMP {
    position: static;
    margin: 20px auto;
    text-align: center;
  }
  #plan-detail .hanrei span {
    position: relative;
    padding-right: 10px;
    font-size: 12px;
    line-height: 1;
  }
  #plan-detail .hanrei span.closet,
  #plan-detail .hanrei span.heat {
    padding-left: 45px;
  }
  #plan-detail .hanrei span.closet::before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 40px;
    height: 12px;
    content: '';
    background: #eee6d1;
  }
  #plan-detail .hanrei span.heat::before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 40px;
    height: 12px;
    content: '';
    background: #ebd7e1;
  }
  #plan-detail .img-area {
    width: 100%;
  }
  #plan-detail .img-area img {
    padding-left: 7%;
  }
}
@media print {
  header,
  footer,
  .cv-entry,
  .exnav-wrap,
  .btn-wrap {
    display: none;
  }
}
