html {
  overflow-y: scroll;
  font-size: 62.5%;
  padding: 0;
  margin: 0;
  width: 100%
}

body {
  position: relative;
  overflow: hidden;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #fff;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  margin: auto;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt"
}

a {
  text-decoration: none;
  color: inherit
}

#px_base sup {
  vertical-align: super;
  font-size: .5em
}

#px_base a:link, #px_base a:visited, #px_base a:active, #px_base a:hover {
  text-decoration: none
}

#px_base figure {
  position: relative
}

#px_base img {
  max-width: 100%;
  width: 100%;
  height: auto
}

#px_base img.object-fit {
  object-fit: cover;
  height: 100%
}

#px_base .caption {
  font-size: 10px
}

@media only screen and (max-width: 1079px) {
  .visible-pc {
    display: none !important
  }
}

@media only screen and (max-width: 767px) {
  .visible-pctb {
    display: none !important
  }
}

@media only screen and (min-width: 1080px) {
  .visible-tbsp {
    display: none !important
  }
}

@media only screen and (min-width: 768px) {
  .visible-sp {
    display: none !important
  }
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important
  }
  .visible-xs {
    display: block !important
  }
}

.kv_wrap .kvimg_box {
  overflow: hidden
}

.kv_wrap figure {
  opacity: 0
}

.kv_wrap.is-view figure {
  animation: kv_animation 2.5s ease 0s forwards
}

@keyframes kv_animation {
  0% {
    filter: blur(20px);
    opacity: 0;
    transform: scale(1.2)
  }
  65% {
    filter: blur(0)
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: scale(1)
  }
}

.kv_box {
  position: relative
}

.kvtext_box {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4), 0 0 15px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 2
}

.kvtext_box p {
  font-size: 4.8rem;
  line-height: 1.5;
  letter-spacing: .9rem
}

.kv_title {
  position: relative;
  display: inline-block;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .6rem;
  margin-bottom: 20px
}

.kv_title::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4), 0 0 15px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 0, 0, 0.4)
}

.splitAnimation span {
  display: inline-block;
  opacity: 0
}

@media screen and (max-width: 960px) {
  .kvtext_box p {
    font-size: 2.8rem;
    letter-spacing: .7rem
  }
  .kv_title {
    font-size: 2.2rem
  }
}

@media only screen and (max-width: 767px) {
  .kvtext_box {
    right: inherit;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start
  }
  .kvtext_box p {
    font-size: 2.6rem
  }
  .kv_title {
    font-size: 2.2rem
  }
  .kvimg_box figure {
    height: 55vh
  }
}

.section_title {
  font-size: 3.2rem;
  letter-spacing: .3rem;
  text-align: center;
  margin-bottom: 50px
}

.container_title {
  font-size: 2.6rem;
  letter-spacing: .1rem
}

.container_title+p {
  margin-top: 20px
}

@media only screen and (max-width: 991px) {
  .section_title {
    font-size: 2.8rem
  }
  .container_title {
    font-size: 2.4rem
  }
}

@media only screen and (max-width: 767px) {
  .section_title {
    font-size: 2.2rem
  }
  .container_title {
    font-size: 1.6rem
  }
}

.bg_leaf {
  background-image: url(../img/bg_img01.jpg);
  background-size: contain;
  padding: 100px 0;
  background-blend-mode: color;
  background-color: rgba(51, 51, 51, 0.025)
}

.bg_leaf>section {
  max-width: 1600px;
  width: 80%;
  margin: 0 auto
}

.bg_leaf>section+section {
  margin-top: 80px
}

@media only screen and (max-width: 991px) {
  .bg_leaf {
    padding: 70px 0
  }
  .bg_leaf>section {
    width: 90%
  }
  .bg_leaf>section+section {
    margin-top: 50px
  }
}

@media only screen and (max-width: 767px) {
  .bg_leaf {
    padding: 40px 0
  }
}

.sec_view .sectionImg {
  margin-bottom: 30px
}

.sec_planConts .sectionWrap {
  background: rgba(64, 44, 17, 0.7);
  padding: 60px 30px 30px
}

.sec_planConts .container_title {
  color: #fff;
  margin: 0 4% 30px
}

@media only screen and (max-width: 767px) {
  .sec_planConts .sectionWrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 40px 20px 20px
  }
  .sec_planConts .container_title {
    font-size: 1.5rem;
    letter-spacing: .05rem;
    margin: 0 0 30px
  }
}

.planBox {
  background: #fff;
  padding: 8% 5% 7% 6%;
  border-radius: 10px
}

.planBox .inner {
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: space-between
}

.planBox .inner strong {
  font-weight: 400
}

.planBox .inner .detail {
  width: 40%
}

.planBox .inner .planImg {
  width: 54%;
  max-width: 540px
}

.planBox .inner .planImg img {
  display: block;
  margin: 0 0 0 auto
}

.planBox .inner .planCap {
  margin-top: 40px;
  font-size: 1.1rem;
  color: #333
}

.planBox .inner .planCap div div {
  display: inline-block
}

.planBox .inner .planCap div div+span {
  margin-left: 1em
}

.planBox .inner .planCap .hanreiBox {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

@media only screen and (max-width: 767px) {
  .planBox .inner .planCap .hanreiBox>div {
    min-width: 20%
  }
}

.planBox .inner .planCap .hanreiBox>div+div {
  margin-left: 8px
}

.planBox .inner .planCap .tsufuText figure, .planBox .inner .planCap .saikoText figure {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em
}

.planBox .inner .planCap .tsufuText figure img, .planBox .inner .planCap .saikoText figure img {
  vertical-align: 1px;
  display: inline-block
}

.planBox .inner .planCap .storageText span, .planBox .inner .planCap .yukadanText span {
  display: inline-block;
  height: 10px;
  width: 30px;
  margin-right: .5em
}

.planBox .inner .planCap .storageText span {
  background: #d9cca5
}

.planBox .inner .planCap .yukadanText span {
  background: #ede6d2
}

.planBox .btn_wrap {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 60px
}

.planBox .btn_wrap .common_btn a {
  background-color: #878787;
  color: #fff;
  width: 300px;
  padding: 14px;
  font-size: 1.8rem;
  letter-spacing: .2rem
}

@media only screen and (max-width: 991px) {
  .planBox .inner {
    display: block;
    padding: 0;
    text-align: center
  }
  .planBox .inner .planImg {
    margin: 0 auto
  }
  .planBox .inner .planImg img {
    margin: 0 auto
  }
  .planBox .inner .planCap {
    font-size: 1rem;
    text-align: left;
    margin-bottom: 40px
  }
  .planBox .inner .planCap .tsufuText figure, .planBox .inner .planCap .saikoText figure {
    width: 25px;
    vertical-align: text-top
  }
  .planBox .inner .detail {
    width: 100%
  }
  .planBox .btn_wrap {
    margin-top: 40px
  }
  .planBox .btn_wrap .common_btn a {
    padding: 12px;
    font-size: 1.6rem
  }
}

@media only screen and (max-width: 767px) {
  .planBox {
    padding: 10%
  }
  .planBox .inner .planImg {
    width: 100%
  }
  .planBox .btn_wrap {
    margin-top: 30px
  }
  .planBox .btn_wrap .common_btn a {
    padding: 9px;
    font-size: 1.4rem;
    width: 270px
  }
}

.typeName {
  font-size: 3.6rem;
  line-height: .85;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(151, 128, 94, 0.5)
}

.typeName strong {
  font-size: 6.4rem;
  margin-right: .85rem;
  line-height: 1
}

.typeOption {
  border: 1px solid rgba(151, 128, 94, 0.5);
  background: #fff;
  width: 120px;
  text-align: center;
  margin: -12px auto 0;
  padding: 6px 0 5px;
  line-height: 1
}

.typeSpec {
  font-size: 2.8rem;
  line-height: 1;
  word-break: break-all;
  text-align: center;
  margin-top: 20px
}

.typeSpec strong {
  font-size: 4.2rem;
  margin-right: .05em;
  line-height: 0;
  font-weight: 400
}

.specDetail {
  font-size: 2rem;
  line-height: 1;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid rgba(151, 128, 94, 0.5)
}

.specDetail>* {
  display: block
}

.specDetail .num {
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 400;
  margin: 0 0.15em
}

.specDetail .num strong {
  font-size: 5.2rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.1rem
}

.specDetail .menseki {
  display: block;
  font-size: 1.4rem;
  text-align: center
}

.specDetail .menseki+span {
  border-top: 1px solid rgba(151, 128, 94, 0.5);
  margin: 10px 0 60px;
  padding-top: 15px;
  text-align: center
}

.balcony {
  font-size: 1.4rem
}

.balcony .num {
  font-size: 2.2rem
}

.meritBpx .meritText {
  background: #796a56;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  padding: 12px;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 15px
}

.meritBpx li+li {
  margin-top: 35px
}

@media only screen and (max-width: 767px) {
  .typeName {
    font-size: 1.8rem
  }
  .typeName strong {
    font-size: 4.5rem
  }
  .typeOption {
    width: 75px;
    padding: 5px 0 4px;
    font-size: 1.1rem
  }
  .typeSpec {
    margin-top: 20px
  }
  .typeSpec strong {
    font-size: 3.2rem
  }
  .specDetail {
    margin-top: 15px
  }
  .specDetail .num {
    font-size: 2rem
  }
  .specDetail .num strong {
    font-size: 4rem
  }
  .specDetail .menseki {
    text-align: left
  }
  .specDetail .menseki+span {
    text-align: left
  }
  .meritBpx .meritText {
    padding: 10px;
    font-size: 1.4rem;
    margin-bottom: 10px
  }
  .meritBpx .meritText+p {
    font-size: 1.2rem;
    text-align: left
  }
  .meritBpx li+li {
    margin-top: 25px
  }
}

.sec_casbee figure {
  max-width: 340px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .sec_casbee figure {
    max-width: 260px;
  }
}

.sec_limited .section_title {
  font-size: 2.6rem;
  margin-bottom: 20px;
}

.sec_limited .btn_wrap {
  background: #c7ba9a;
  padding: 45px 30px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.sec_limited .btn_wrap>*:nth-of-type(n+2) {
  margin-left: 0;
  margin-top: 12px;
}

.sec_limited .btn_wrap .common_btn {
  position: relative;
}

.sec_limited .btn_wrap .common_btn a {
  width: 320px;
  padding: 12px;
  font-size: 1.6rem;
}

.sec_limited .btn_wrap .common_btn a::before {
  content: "";
  border: 1px solid #c0c0c0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: calc(100% - 6px);
  border-width: 0 1px;
  z-index: 2;
}

.sec_limited .btn_wrap .common_btn a::after {
  right: 15px
}

@media only screen and (max-width: 991px) {
  .sec_limited .section_title {
    font-size: 2.2rem
  }
  .sec_limited .btn_wrap {
    padding: 35px 20px;
  }
  .sec_limited .btn_wrap>*:nth-of-type(n+2) {
    margin-left: 0;
    margin-top: 12px;
  }
  .sec_limited .btn_wrap .common_btn a {
    width: 300px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec_limited .section_title {
    font-size: 1.6rem
  }
  .sec_limited .btn_wrap {
    padding: 25px 20px;
  }
  .sec_limited .btn_wrap .common_btn a {
    width: 260px;
    font-size: 1.4rem;
  }
}

@media print {
   .nav_wrap, .pankuzu, .btn_box, .kv_wrap, .sec_view, .sec_casbee, .planBox .btn_wrap, .sec_limited, .sec_btn_link_wrap, .sec_nav_wrap, .to_top_wrap, .sp_fixnav_wrap, .sec_bnrArea, footer {
    display: none;
  }
	header .header_wrap .header_box{
		flex-direction: row-reverse;
	}
	header .header_wrap .logo_box{
		width: 200px;
	}
  .bg_leaf {
    background: none;
    padding: 0;
  }
  .bg_leaf>section {
    width: 100%;
  }
  .bg_leaf>section+section {
    margin-top: 0;
  }
  .sec_planConts .sectionWrap {
    background: none;
    padding: 0;
  }
  .sec_planConts .container_title {
    color: #222;
  }
	.container_title{
		font-size: 14px;
	}
	.planBox .inner .planImg,
  .planBox {
    padding: 0;
  }
  .planBox .inner .detail {
    width: 50%;
    transform: scale(0.78);
    transform-origin: top;
  }
  .meritBpx li+li {
    margin-top: 25px;
  }
  .meritBpx .meritText {
    color: #222;
    background: none;
    text-align: left;
    border-bottom: 1px solid #666;
    padding: 0 0 15px;
  }
  .planBox .inner .planImg {
    width: 40%;
  }
  .sec_caption {
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 2;
		font-size: 1rem;
  }
}


/*# sourceMappingURL=plan.css.map */