@charset "UTF-8";
.un_plan {
  background-color: #133157;
}
.un_plan_block01 {
  padding: 40px 0 0;
  text-align: center;
  background: url(../images/plan/bg.png) no-repeat top 26% right;
  position: relative;
}
@media screen and (max-width: 920px) {
  .un_plan_block01 {
    padding: 40px 20px 56px;
  }
}
.un_plan_block01 .ph01 {
  margin: 50px auto 0;
  max-width: 820px;
  opacity: 0;
  width: 90%;
  transition: opacity 0.7s ease-in;
}
.un_plan_block01 .ph01.is_action {
  opacity: 1;
}
.un_plan_block01 .ph01 figcaption {
  margin-top: 10px;
  font-size: 14px;
  text-align: right !important;
}
@media screen and (max-width: 450px) {
  .un_plan_block01 .ph01 figcaption {
    font-size: 2.4vw;
  }
}
.un_plan_block01 .primaryplan {
  max-width: 1200px;
  margin: 40px auto 328px;
  opacity: 0;
  transition: opacity 0.7s ease-in;
}
@media screen and (max-width: 639px) {
  .un_plan_block01 .primaryplan {
    margin: 40px auto;
  }
}
.un_plan_block01 .primaryplan.is_action {
  opacity: 1;
}
.un_plan_block01 .primaryplan ul {
  position: relative;
}
.un_plan_block01 .primaryplan ul li {
  width: 72%;
}
@media screen and (max-width: 639px) {
  .un_plan_block01 .primaryplan ul li {
    margin: auto;
    max-width: 380px;
    width: 100%;
  }
}
.un_plan_block01 .primaryplan ul li:nth-child(2) {
  position: absolute;
  right: 0;
  top: 248px;
}
@media screen and (max-width: 639px) {
  .un_plan_block01 .primaryplan ul li:nth-child(2) {
    margin-top: 32px;
    position: relative;
    right: auto;
    top: 0;
  }
}
.un_plan_block02 {
  padding: 20px 0 80px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 920px) {
  .un_plan_block02 {
    padding: 0 20px 40px;
  }
}
.un_plan_block03 {
  width: 90%;
  max-width: 1200px;
  margin: 80px auto 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.7s ease-in;
}
@media screen and (max-width: 450px) {
  .un_plan_block03 {
    width: 100%;
    margin-top: 40px;
  }
}
.un_plan_block03.is_action {
  opacity: 1;
}
.un_plan_block03_top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 585px;
  text-align: center;
  background: url(../images/plan/bg02.jpg) no-repeat top center/cover;
  position: relative;
}
@media screen and (max-width: 450px) {
  .un_plan_block03_top {
    height: 100%;
    padding: 10% 4%;
  }
}
.un_plan_block03_top .hdg {
  width: 35%;
  max-width: 420px;
}
.un_plan_block03_top .hdg img {
  width: 100%;
}
.un_plan_block03_top .ttl {
  margin-top: 130px;
  line-height: 1.3;
  font-size: 30px;
}
@media screen and (max-width: 920px) {
  .un_plan_block03_top .ttl {
    font-size: 3vw;
  }
}
@media screen and (max-width: 450px) {
  .un_plan_block03_top .ttl {
    margin-top: 10%;
    font-size: 4.5vw;
  }
}
.un_plan_block03_top .ttl span {
  display: block;
  font-size: 14px;
  margin-top: 0.5em;
}
@media screen and (max-width: 920px) {
  .un_plan_block03_top .ttl span {
    font-size: 1.521vw;
  }
}
@media screen and (max-width: 450px) {
  .un_plan_block03_top .ttl span {
    font-size: 2.666vw;
  }
}
.un_plan_block03_top .txt {
  margin-top: 30px;
  line-height: 2.2;
  font-size: 16px;
}
@media screen and (max-width: 920px) {
  .un_plan_block03_top .txt {
    margin-top: 30px;
    font-size: 2vw;
  }
}
@media screen and (max-width: 450px) {
  .un_plan_block03_top .txt {
    margin-top: 5%;
    font-size: 3vw;
  }
}
.un_plan_block03_top .caption {
  display: inline-block;
  padding: 3px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-feature-settings: "palt" 1;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.un_plan_block04 {
  width: 90%;
  max-width: 1200px;
  margin: 80px auto 0;
  opacity: 0;
  opacity: 0;
  transition: opacity 0.7s ease-in;
}
@media screen and (max-width: 450px) {
  .un_plan_block04 {
    margin-top: 40px;
  }
}
.un_plan_block04.is_action {
  opacity: 1;
}
.un_plan_btmBlock {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 450px) {
  .un_plan_btmBlock {
    padding: 30px 0;
  }
}
.un_plan_btmBlock_inner {
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 920px) {
  .un_plan_btmBlock_inner {
    padding: 20px;
  }
}
.un_plan_btmBlock_inner_header {
  margin: auto;
  max-width: 720px;
}
.un_plan_btmBlock_typeBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 450px) {
  .un_plan_btmBlock_typeBlock {
    flex-wrap: wrap;
    gap: 0;
  }
}
.un_plan_btmBlock_typeBlock .type01 {
  padding: 0.25em 0.5em;
  line-height: 0.85;
  background-color: #a9894b;
  color: #fff;
  font-feature-settings: "palt" 1;
  font-size: 32px;
  text-align: center;
  width: 4em;
}
@media screen and (max-width: 768px) {
  .un_plan_btmBlock_typeBlock .type01 {
    font-size: 5.79vw;
  }
}
@media screen and (max-width: 450px) {
  .un_plan_btmBlock_typeBlock .type01 {
    font-size: 6.4vw;
    width: auto;
  }
}
.un_plan_btmBlock_typeBlock .type01 strong {
  display: block;
  font-size: 1.5em;
  font-weight: 300;
}
.un_plan_btmBlock_typeBlock .type01 small {
  display: block;
  font-size: 12px;
  font-weight: 300;
  margin-top: 1em;
}
.un_plan_btmBlock_typeBlock .box {
  display: flex;
  align-items: flex-end;
  flex-flow: row wrap;
  gap: 10px 20px;
  justify-content: space-between;
  width: calc(100% - 5em);
}
@media screen and (max-width: 800px) {
  .un_plan_btmBlock_typeBlock .box {
    flex-flow: column wrap;
    gap: 8px;
  }
}
@media screen and (max-width: 450px) {
  .un_plan_btmBlock_typeBlock .box {
    width: auto;
  }
}
.un_plan_btmBlock_typeBlock .type02 {
  color: #000;
  font-feature-settings: "palt" 1;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .un_plan_btmBlock_typeBlock .type02 {
    font-size: 4.45vw;
  }
}
@media screen and (max-width: 450px) {
  .un_plan_btmBlock_typeBlock .type02 {
    font-size: 4.26vw;
  }
}
.un_plan_btmBlock_typeBlock .type02 strong {
  font-size: 1.8em;
  font-weight: 300;
}
.un_plan_btmBlock_typeBlock .price {
  display: flex;
  align-items: flex-end;
  color: #740125;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .un_plan_btmBlock_typeBlock .price {
    font-size: 4.45vw;
  }
}
@media screen and (max-width: 450px) {
  .un_plan_btmBlock_typeBlock .price {
    font-size: 4.26vw;
  }
}
.un_plan_btmBlock_typeBlock .price em {
  font-size: 1.5em;
  font-style: normal;
  font-weight: 700;
}
.un_plan_btmBlock_typeBlock .price span {
  display: block;
  width: 100%;
  padding-top: 12px;
  padding-right: 15px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 535px) {
  .un_plan_btmBlock_typeBlock .price span {
    padding-right: 13vw;
  }
}
.un_plan_btmBlock_typeBlock .price sup {
  color: #2e3033;
  font-size: 10px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 920px) {
  .un_plan_btmBlock_typeBlock .price sup {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 640px) {
  .un_plan_btmBlock_typeBlock .price sup {
    font-size: 10px;
  }
}
.un_plan_btmBlock_specBlock {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 450px) {
  .un_plan_btmBlock_specBlock {
    gap: 10px;
    margin-top: 8px;
  }
}
.un_plan_btmBlock_specBlock .spec {
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000;
  font-feature-settings: "palt" 1;
  font-size: 16px;
}
@media screen and (max-width: 920px) {
  .un_plan_btmBlock_specBlock .spec {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .un_plan_btmBlock_specBlock .spec {
    font-size: 12px;
  }
}
.un_plan_btmBlock_specBlock .spec .txt {
  padding-right: 0.5em;
}
.un_plan_btmBlock_specBlock .spec strong {
  font-weight: 300;
}
.un_plan_btmBlock_specBlock .spec strong.ls {
  font-size: 1.8em;
}
.un_plan_btmBlock_specBlock .spec .sub {
  font-size: 14px;
  padding-left: 0.5em;
}
@media screen and (max-width: 450px) {
  .un_plan_btmBlock_specBlock .spec .sub {
    font-size: 2.666vw;
  }
}
.un_plan_btmBlock_specBlock .spec.primary {
  border-bottom: 1px solid #000;
  font-size: 18px;
  padding-bottom: 8px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 450px) {
  .un_plan_btmBlock_specBlock .spec.primary {
    font-size: 4.26vw;
  }
}
@media screen and (max-width: 450px) {
  .un_plan_btmBlock_specBlock.planval .spec:not(:first-child) {
    margin: 0 0 0 auto;
    text-align: right;
    width: 42%;
  }
}
@media screen and (max-width: 450px) {
  .un_plan_btmBlock_specBlock.planval .spec:last-child {
    margin-left: 58%;
  }
}
.un_plan_btmBlock_txtBlock {
  margin-top: 20px;
  padding: 10px 10px 7px;
  text-align: center;
  line-height: 1.1;
  color: #a9894b;
  font-size: 18px;
  border: 1px solid #a9894b;
  border-radius: 5px;
}
@media screen and (max-width: 450px) {
  .un_plan_btmBlock_txtBlock {
    padding: 7px 5px 5px;
    font-size: 3vw;
    border-radius: 3px;
  }
}
.un_plan_btmBlock_txtBlock em {
  display: block;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 4px;
}
.un_plan_btmBlock_comentBlock {
  margin: 32px auto 24px;
  max-width: 800px;
}
@media screen and (max-width: 450px) {
  .un_plan_btmBlock_comentBlock {
    margin: 24px auto 16px;
  }
}
.un_plan_btmBlock_comentBlock li {
  color: #000;
}
.un_plan_btmBlock_comentBlock li::before {
  content: "■";
  display: inline-block;
}
.un_plan_btmBlock_comentBlock li:not(:last-child) {
  margin-bottom: 1em;
}
.un_plan_btmBlock_comentBlock li.flex {
  display: flex;
  flex-wrap: wrap;
}
.un_plan_btmBlock_comentBlock li.flex p {
  width: calc(100% - 1em);
  text-indent: 0;
}
@media screen and (max-width: 800px) {
  .un_plan_btmBlock_comentBlock li.flex p {
    flex: 2;
  }
}
.un_plan_btmBlock_comentBlock li.flex .planpoint {
  margin: 1em auto 0;
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .un_plan_btmBlock_comentBlock li.flex .planpoint {
    flex: 1;
    margin: 0 0 0 24px;
  }
}
@media screen and (max-width: 800px) {
  .un_plan_btmBlock_comentBlock li.flex.columnStyle p {
    flex: none;
  }
}
@media screen and (max-width: 800px) {
  .un_plan_btmBlock_comentBlock li.flex.columnStyle .planpoint {
    flex: none;
    margin: 8px auto 0;
  }
}
@media screen and (max-width: 800px) {
  .un_plan_btmBlock_comentBlock li.spnon p {
    width: calc(100% - 1em);
    flex: none;
  }
}
@media screen and (max-width: 800px) {
  .un_plan_btmBlock_comentBlock li.spnon .planpoint {
    width: 100%;
    margin: 16px auto 0;
  }
}
.un_plan_btmBlock_ph {
  max-width: 600px;
  margin: 40px auto 0;
}
@media screen and (max-width: 920px) {
  .un_plan_btmBlock_ph {
    max-width: 450px;
  }
}
@media screen and (max-width: 450px) {
  .un_plan_btmBlock_ph {
    max-width: 80%;
  }
}
.un_plan_btmBlock .floor_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 80px;
}
@media screen and (max-width: 450px) {
  .un_plan_btmBlock .floor_list {
    margin-top: 40px;
    gap: 0;
  }
}
.un_plan_btmBlock .floor_list li {
  display: flex;
  align-items: center;
  color: #000;
  line-height: 1;
  font-size: 12px;
  gap: 5px;
}
@media screen and (max-width: 450px) {
  .un_plan_btmBlock .floor_list li {
    font-size: 10px;
    margin-bottom: 8px;
    width: 46%;
  }
}
.un_plan_btmBlock .floor_list li::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 15px;
  background-color: #000;
}
.un_plan_btmBlock .floor_list li.ic1::before {
  background-color: #d8cbb1;
}
.un_plan_btmBlock .floor_list li.ic2::before {
  background-color: #f1ece2;
}
.un_plan_btmBlock .floor_list li.ic3::before {
  background: #fff url(../images/plan/icon_wind.svg) no-repeat 50%;
  background-size: 100%;
}
.un_plan_btmBlock .floor_list li.ic4::before {
  background: #fff url(../images/plan/icon_sunny.svg) no-repeat 50%;
  background-size: 100%;
}
.un_plan_btmBlock_list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 16px;
}
@media screen and (max-width: 450px) {
  .un_plan_btmBlock_list {
    margin-top: 0;
  }
}
.un_plan_btmBlock_list li {
  color: #000;
  font-size: 14px;
}
@media screen and (max-width: 450px) {
  .un_plan_btmBlock_list li {
    font-size: 2.5vw;
  }
}
.un_plan_btmBlock_btnArea {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 30px;
}
.un_plan_btmBlock_btnArea .btn {
  width: 200px;
  text-align: center;
}
.un_plan_btmBlock_btnArea .btn a {
  display: block;
  padding: 1em;
  background-color: #ececec;
  color: #000;
  transition: 0.3s ease;
}
.un_plan_btmBlock_btnArea .btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 920px) {
  .un_plan_btmBlock_btnArea .btn.print {
    display: none;
  }
}
.un_plan_btmBlock_notesList {
  margin-top: 40px;
}
.un_plan_btmBlock_notesList li {
  padding-left: 1.2em;
  line-height: 1.2;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 920px) {
  .un_plan_btmBlock_notesList li {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 450px) {
  .un_plan_btmBlock_notesList li {
    font-size: 2.4vw;
  }
}
.un_plan_btmBlock_notesList li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.un_plan_btmBlock_notesList li + li {
  margin-top: 10px;
}
.un_plan_entryArea {
  max-width: 1400px;
  margin: 50px auto 0;
  padding: 50px 125px;
  background-color: #0c1f3a;
  opacity: 0;
  transition: opacity 1s ease-in;
}
@media screen and (max-width: 1100px) {
  .un_plan_entryArea {
    padding: 50px;
  }
}
@media screen and (max-width: 450px) {
  .un_plan_entryArea {
    padding: 30px 2.5%;
  }
}
.un_plan_entryArea.is_action {
  opacity: 1;
}
.un_plan_entryArea h2 {
  color: #a9894b;
  font-size: 4rem;
  font-family: "Marcellus", serif;
  letter-spacing: 0.25em;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .un_plan_entryArea h2 {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 450px) {
  .un_plan_entryArea h2 {
    font-size: 8vw;
  }
}
.un_plan_entryArea h3 {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .un_plan_entryArea h3 {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 450px) {
  .un_plan_entryArea h3 {
    font-size: 4.8vw;
  }
}
.un_plan_entryArea p {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .un_plan_entryArea p {
    font-size: 1rem;
  }
}
.un_plan_entryArea .btnArea {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 920px) {
  .un_plan_entryArea .btnArea {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.un_plan_entryArea .btnArea .btn {
  flex: 1;
  margin-top: 0;
  opacity: 1;
}
@media screen and (max-width: 920px) {
  .un_plan_entryArea .btnArea .btn {
    flex: auto;
    width: 100%;
  }
}
.un_plan_entryArea .btnArea .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 160px;
  font-size: 24px;
  position: relative;
  transition: opacity 0.3s ease-in;
}
@media screen and (max-width: 920px) {
  .un_plan_entryArea .btnArea .btn a {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 450px) {
  .un_plan_entryArea .btnArea .btn a {
    height: 100%;
    padding: 20px;
    font-size: 4vw;
  }
}
.un_plan_entryArea .btnArea .btn a::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 450px) {
  .un_plan_entryArea .btnArea .btn a::after {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
.un_plan_entryArea .btnArea .btn a:hover {
  opacity: 0.7;
}
.un_plan_entryArea .btnArea .btn a em {
  display: block;
  font-style: normal;
  text-align: center;
}
.un_plan_entryArea .btnArea .btn a span {
  display: block;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 920px) {
  .un_plan_entryArea .btnArea .btn a span {
    font-size: 2vw;
  }
}
@media screen and (max-width: 450px) {
  .un_plan_entryArea .btnArea .btn a span {
    font-size: 2.5vw;
  }
}
.un_plan_entryArea .btnArea .btn.btn_login a {
  background-color: #214372;
}
.un_plan_entryArea .btnArea .btn.btn_entry a {
  background-color: #a9894b;
}
.un_plan_drawerArea {
  display: flex;
  flex-direction: column;
}
.un_plan_drawerArea .un_plan_planning {
  order: 1;
}
.un_plan_drawerArea .un_plan_btmBlock_comentBlock {
  order: 2;
}
.un_plan_100life {
  width: 90%;
  max-width: 540px;
  margin: 30px auto 0;
  position: relative;
}
@media screen and (max-width: 450px) {
  .un_plan_100life {
    margin-top: 30px;
  }
}
.un_plan_100life a {
  display: block;
  padding: 150px 70px;
  background: url(../images/100life/mv.jpg) no-repeat center bottom/cover;
  transition: opacity 0.5s ease-in;
}
@media screen and (max-width: 450px) {
  .un_plan_100life a {
    padding: 24vw 4%;
  }
}
.un_plan_100life a:hover {
  opacity: 0.5;
}
.un_plan_100life .hdg {
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Marcellus", serif;
  font-size: 100px;
}
@media screen and (max-width: 1080px) {
  .un_plan_100life .hdg {
    font-size: 80px;
  }
}
@media screen and (max-width: 920px) {
  .un_plan_100life .hdg {
    font-size: 8vw;
  }
}
@media screen and (max-width: 450px) {
  .un_plan_100life .hdg {
    font-size: 8.5vw;
  }
}
.un_plan_100life .hdg span {
  padding: 0 2%;
  position: relative;
  z-index: 1;
}
.un_plan_100life .hdg span::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: #a9894b;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.un_plan_100life .cap {
  position: absolute;
  bottom: 0;
  right: 0.5em;
}
@media screen and (max-width: 450px) {
  .un_plan_100life .cap {
    font-size: 0.85em;
  }
}
.un_plan_100life .btn {
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.un_plan_100life .btn span {
  display: inline-block;
  width: 80%;
  max-width: 500px;
  padding: 5px;
  line-height: 2;
  letter-spacing: 0.05em;
  background-color: #2e3033;
  color: #fff;
  font-family: "Marcellus", serif;
  font-size: 20px;
  border: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  .un_plan_100life .btn span {
    font-size: 2vw;
  }
}
@media screen and (max-width: 450px) {
  .un_plan_100life .btn span {
    padding: 3px;
    font-size: 4vw;
  }
}
.un_plan .planpoint {
  color: #000;
  margin: auto;
}
.un_plan .pp_innerhallway {
  background: #133157;
  color: #fff;
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  gap: 24px;
  margin-bottom: 1em;
  padding: 2em;
}
@media screen and (max-width: 767px) {
  .un_plan .pp_innerhallway {
    flex-flow: column wrap;
    padding: 1em;
  }
}
.un_plan .pp_innerhallway .summary {
  flex: 2;
}
@media screen and (max-width: 767px) {
  .un_plan .pp_innerhallway .summary {
    width: 100%;
  }
}
.un_plan .pp_innerhallway .summary h3 {
  border-bottom: 1px solid #a9894b;
  color: #a9894b;
  font-size: 24px;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 960px) {
  .un_plan .pp_innerhallway .summary h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 450px) {
  .un_plan .pp_innerhallway .summary h3 {
    font-size: 18px;
  }
}
.un_plan .pp_innerhallway .summary h3 em {
  font-family: "Marcellus", serif;
  font-style: normal;
}
.un_plan .pp_innerhallway .summary h3 span {
  font-size: 14px;
  padding-left: 1em;
}
@media screen and (max-width: 960px) {
  .un_plan .pp_innerhallway .summary h3 span {
    font-size: 12px;
  }
}
.un_plan .pp_innerhallway .summary h4 {
  color: #a9894b;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .un_plan .pp_innerhallway .summary h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .un_plan .pp_innerhallway .summary h4 {
    font-size: 14px;
  }
}
.un_plan .pp_innerhallway figure {
  flex: 1;
}
.un_plan .pp_ugoclo {
  border: 1px solid #a9894b;
  display: flex;
  align-items: flex-start;
  flex-flow: column wrap;
  gap: 16px;
  margin-bottom: 1em;
  padding: 2em;
}
.un_plan .pp_ugoclo .summary {
  width: 100%;
}
.un_plan .pp_ugoclo .summary .t_lead {
  color: #a9894b;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .un_plan .pp_ugoclo .summary .t_lead {
    font-size: 14px;
  }
}
.un_plan .pp_ugoclo ul {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  gap: 24px;
}
.un_plan .pp_ugoclo li {
  padding: 0;
  text-indent: 0;
}
.un_plan .pp_ugoclo li::before {
  display: none;
}
.un_plan .pp_walldoor ul {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  gap: 24px;
  margin-bottom: 1em;
}
.un_plan .pp_walldoor li {
  padding: 0;
  text-indent: 0;
}
.un_plan .pp_walldoor li::before {
  display: none;
}
.un_plan .pp_walldoor li:nth-child(1) {
  position: relative;
}
.un_plan .pp_walldoor li:nth-child(1)::after {
  background: #000000;
  clip-path: polygon(0 23.5%, 37.1% 23.5%, 37.1% 0, 100% 50%, 37.1% 100%, 37.1% 76.5%, 0 76.5%);
  display: inline-block;
  content: "";
  width: 18px;
  height: 22.6px;
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
}
.un_plan .pp_closets ul {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  gap: 24px;
}
.un_plan .pp_closets li {
  padding: 0;
  text-indent: 0;
}
.un_plan .pp_closets li::before {
  display: none;
}
.un_plan .pp_kitchen ul {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  gap: 24px;
}
.un_plan .pp_kitchen li {
  padding: 0;
  text-indent: 0;
}
.un_plan .pp_kitchen li::before {
  display: none;
}
.un_plan .pp_view {
  margin-bottom: 2em;
}
.un_plan .un_plan_premium {
  margin: 50px auto 0;
  max-width: 1200px;
  width: 90%;
}
@media screen and (max-width: 920px) {
  .un_plan .un_plan_premium {
    margin: 10px auto 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .un_plan .un_plan_premium {
    margin: -20px auto 0;
    width: 100%;
  }
}
.un_plan .un_plan_premium .bl_planAccordion {
  background: none;
  border: none;
  box-shadow: none;
  margin: auto;
  padding: 0;
  width: 100%;
}
.un_plan .un_plan_premium .bl_planAccordion::after {
  background-color: #fff;
}
.un_plan .un_plan_premium .bl_planAccordion figure {
  background: rgb(181, 157, 76);
  background: linear-gradient(0deg, rgb(181, 157, 76) 0%, rgb(108, 70, 10) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 128px;
  padding: 0 40px;
  width: 100%;
}
@media screen and (max-width: 450px) {
  .un_plan .un_plan_premium .bl_planAccordion figure {
    height: 72px;
  }
}
.un_plan .un_plan_premium .bl_planAccordion figure img {
  margin: auto;
  max-width: 640px;
  padding: 1em 0;
  width: 100%;
}
.un_plan .un_plan_premium .bl_planAccordionContents {
  width: 100%;
}
.un_plan .un_plan_premium figure {
  position: relative;
}
.un_plan .un_plan_premium figure figcaption {
  display: inline-block;
  font-size: 0.87em;
  padding: 3px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-feature-settings: "palt" 1;
  position: absolute;
  bottom: 0;
  right: 0;
}
.un_plan .bnr {
  margin: 70px auto 0;
  max-width: 540px;
}
@media screen and (max-width: 920px) {
  .un_plan .bnr {
    margin-top: 50px;
  }
}
.un_plan .bnr li {
  opacity: 0;
  transition: opacity 0.7s ease-in;
}
.un_plan .bnr li:not(:first-child) {
  margin-top: 2em;
}
.un_plan .bnr li.is_action {
  opacity: 1;
}
.un_plan_casbee {
  background: #fff;
  padding: 48px 0;
  opacity: 0;
  transition: opacity 0.7s ease-in;
  width: 100vw;
  margin: 80px calc(50% - 50vw) 0;
}
@media screen and (max-width: 450px) {
  .un_plan_casbee {
    margin-top: 40px;
    padding: 32px 0;
  }
}
.un_plan_casbee .casbee_inner {
  width: 90%;
  max-width: 480px;
  margin: auto;
}
.un_plan_casbee.is_action {
  opacity: 1;
}
.un_plan_4ldkBnr {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .un_plan_4ldkBnr {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 450px) {
  .un_plan_4ldkBnr {
    padding: 0;
  }
}
.un_plan_4ldkBnr a {
  display: inline-block;
  transition: opacity 0.5s ease-in;
}
.un_plan_4ldkBnr a:hover {
  opacity: 0.5;
}
.un_plan .style_4ldk {
  background-color: #466174;
  margin: 2em calc(50% - 50vw) 0;
  padding-top: 3em;
  width: 100vw;
}
.un_plan .style_4ldk .bl_planAccordion {
  margin: 0 auto;
}
.un_plan .anchorstyle .style_4ldk {
  margin-top: 0;
  padding-bottom: 3em;
}
@media screen and (max-width: 920px) {
  .un_plan .anchorstyle .style_4ldk {
    padding-bottom: 1em;
    margin-bottom: 3em;
  }
}
.un_plan_repayment {
  background-color: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  color: #000;
  display: flex;
  align-items: stretch;
  gap: 32px;
  justify-content: center;
  margin: 3em auto;
  max-width: 720px;
  padding: 2em;
}
@media screen and (max-width: 880px) {
  .un_plan_repayment {
    gap: 24px;
    padding: 2em 1em;
  }
}
@media screen and (max-width: 450px) {
  .un_plan_repayment {
    flex-flow: column wrap;
    gap: 8px;
    padding: 1em;
  }
}
.un_plan_repayment p {
  background-color: #5b6b80;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
  font-size: 20px;
  padding: 0.5em;
}
@media screen and (max-width: 880px) {
  .un_plan_repayment p {
    font-size: 2.727vw;
  }
}
@media screen and (max-width: 450px) {
  .un_plan_repayment p {
    justify-content: center;
    flex-flow: row nowrap;
    font-size: 4vw;
  }
}
.un_plan_repayment p span {
  display: block;
  font-size: 0.6em;
}
@media screen and (max-width: 450px) {
  .un_plan_repayment p span {
    display: inline;
  }
}
.un_plan_repayment dt {
  font-size: 24px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 880px) {
  .un_plan_repayment dt {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 450px) {
  .un_plan_repayment dt {
    font-size: 4.444vw;
    text-align: center;
  }
}
.un_plan_repayment dt em {
  color: #9f824a;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1;
}
.un_plan_repayment dt span {
  display: block;
  font-size: 0.65em;
  line-height: 0.8;
}
@media screen and (max-width: 450px) {
  .un_plan_repayment dt span {
    display: block;
  }
}
.un_plan_repayment dd {
  font-size: 16px;
  margin-top: 8px;
}
@media screen and (max-width: 880px) {
  .un_plan_repayment dd {
    font-size: 1.818vw;
  }
}
@media screen and (max-width: 450px) {
  .un_plan_repayment dd {
    font-size: 3.111vw;
    text-align: center;
  }
}
.un_plan_repayment dd em {
  font-style: normal;
  font-size: 1.6em;
  line-height: 1;
}

/*=============================
print
=============================*/
@media print {
  body {
    -webkit-print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  header,
  #pageTop,
  .bl_btmMv,
  .un_plan_btmBlock_btnArea,
  footer {
    display: none;
  }
}/*# sourceMappingURL=plan.css.map */