@charset "UTF-8";
/* Scss Document */
.breadcrumb .inner {
  position: relative;
}
.breadcrumb .breadcrumb-back {
  position: absolute;
  top: 50%;
  right: 3.0rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  .breadcrumb .breadcrumb-back {
    position: static;
    width: calc((200/760)*100vw);
    height: calc((70/760)*100vw);
    margin-left: auto;
  }
}
.breadcrumb .breadcrumb-back a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.0rem;
  height: 3.0rem;
  padding-left: 1em;
  background: #F3EEE7;
  color: #6C6C6C;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .breadcrumb .breadcrumb-back a {
    width: calc((200/760)*100vw);
    height: calc((70/760)*100vw);
    font-size: calc((24/760)*100vw);
  }
}
.breadcrumb .breadcrumb-back a:after {
  content: '＞';
  margin-left: .5em;
}

.property-index .inner {
  padding: 0 3.0rem;
}
@media only screen and (max-width: 640px) {
  .property-index .inner {
    padding: 0 calc((30/760)*100vw);
  }
}
.property-title {
  position: relative;
  text-align: center;
}
.property-title .en {
  color: #E1E1E1;
  font-size: 12.8rem;
  font-weight: 100;
  letter-spacing: -.05em;
}
@media only screen and (max-width: 640px) {
  .property-title .en {
    font-size: calc((90/760)*100vw);
  }
}
.property-title .jp {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.0rem;
}
@media only screen and (max-width: 640px) {
  .property-title .jp {
    font-size: calc((30/760)*100vw);
  }
}
.property-mttl {
  margin: 3em 0 2em;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .property-mttl {
    font-size: calc((36/760)*100vw);
  }
}
.property-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10.0rem;
}
@media only screen and (max-width: 640px) {
  .property-list {
    margin-bottom: calc((100/760)*100vw);
  }
}
.property-list-item {
  width: 36.0rem;
  margin: 6.0rem 0 0 3.0rem;
}
@media only screen and (max-width: 640px) {
  .property-list-item {
    width: 100%;
    margin: calc((80/760)*100vw) 0 0;
  }
}
.property-list-item:nth-child(-n+3) {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .property-list-item:nth-child(-n+3) {
    margin-top: calc((80/760)*100vw);
  }
}
.property-list-item:nth-child(3n+1) {
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  .property-list-item:first-child {
    margin-top: 0;
  }
}
.property-list-img img {
  width: 100%;
}
.property-list-textarea {
  padding: 2.0rem 2.0rem 3.0rem;
  background: #F3EEE7;
}
@media only screen and (max-width: 640px) {
  .property-list-textarea {
    padding: calc((30/760)*100vw) calc((30/760)*100vw) calc((30/760)*100vw);
  }
}
.property-list-ttl {
  margin-bottom: .5em;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .property-list-ttl {
    font-size: calc((36/760)*100vw);
  }
}
.property-list-price {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .property-list-price {
    font-size: calc((24/760)*100vw);
  }
}
.property-list-price span {
  color: #F00;
}
.property-list-access {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .property-list-access {
    font-size: calc((24/760)*100vw);
  }
}
.property-catch {
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 2.0;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .property-catch {
    font-size: calc((24/760)*100vw);
  }
}
.property-catch-ttl {
  margin: 2em 0 1em;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.0;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .property-catch-ttl {
    font-size: calc((40/760)*100vw);
    line-height: 1.4;
  }
}
.property-nav {
  margin-top: 3.0rem;
}
@media only screen and (max-width: 640px) {
  .property-nav {
    margin-top: calc((50/760)*100vw);
  }
}
.property-nav ul {
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .property-nav ul {
    font-size: calc((20/760)*100vw);
  }
}
.property-nav li {
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .property-nav li {
    margin-top: calc((10/760)*100vw);
  }
}
.property-nav li:before {
  content: '/';
  margin: 0 1em;
}
.property-nav li:first-child:before {
  content: none;
}
.property-nav li a:hover {
  text-decoration: underline;
}
.property-detail {
  overflow-x: hidden;
  border-top: #EDEDED 5px solid;
}
.property-detail .inner {
  padding: 0 3.0rem;
}
@media only screen and (max-width: 640px) {
  .property-detail .inner {
    padding: 0 calc((30/760)*100vw);
  }
}
.property-detail .top {
  text-align: center;
}
.property-detail .top-title {
  padding: 6.0rem 0 5.0rem;
}
@media only screen and (max-width: 640px) {
  .property-detail .top-title {
    padding: calc((80/760)*100vw) 0 calc((60/760)*100vw);
  }
}
.property-detail .top-title-ttl {
  margin-bottom: 1em;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .property-detail .top-title-ttl {
    font-size: calc((40/760)*100vw);
  }
}
.property-detail .top-title-address, .property-detail .top-title-access {
  margin-top: .5em;
  font-size: 1.4rem;
  width: 400;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .property-detail .top-title-address, .property-detail .top-title-access {
    font-size: calc((24/760)*100vw);
  }
}
.property-detail .top .slick-slide {
  width: 100.0rem;
}
@media only screen and (max-width: 640px) {
  .property-detail .top .slick-slide {
    width: calc((680/760)*100vw);
  }
}
.property-detail .top .slick-dotted {
  margin-bottom: 9.5rem;
}
@media only screen and (max-width: 640px) {
  .property-detail .top .slick-dotted {
    margin-bottom: calc((120/760)*100vw);
  }
}
.property-detail .top .slick-dots {
  bottom: -4.0rem;
}
@media only screen and (max-width: 640px) {
  .property-detail .top .slick-dots {
    bottom: calc((-60/760)*100vw);
  }
}
.property-detail .top .slick-dots li {
  width: 1.3rem;
  height: 1.3rem;
  margin: 0 1.0rem;
}
@media only screen and (max-width: 640px) {
  .property-detail .top .slick-dots li {
    width: calc((15/760)*100vw);
    height: calc((15/760)*100vw);
    margin: 0 calc((10/760)*100vw);
  }
}
.property-detail .top .slick-dots li button {
  width: 1.3rem;
  height: 1.3rem;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .property-detail .top .slick-dots li button {
    width: calc((15/760)*100vw);
    height: calc((15/760)*100vw);
  }
}
.property-detail .top .slick-dots li button:before {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: .7rem;
  content: '';
  background: #000;
}
@media only screen and (max-width: 640px) {
  .property-detail .top .slick-dots li button:before {
    width: calc((15/760)*100vw);
    height: calc((15/760)*100vw);
  }
}
.property-detail .top-price {
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .property-detail .top-price {
    font-size: calc((40/760)*100vw);
  }
}
.property-detail .top-price span {
  color: #F00;
}
.property-detail .top-address {
  margin-top: .5em;
  font-size: 1.4rem;
  width: 400;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .property-detail .top-address {
    font-size: calc((24/760)*100vw);
  }
}
.property-detail .top-nav {
  margin: 7.0rem 0 9.0rem;
}
@media only screen and (max-width: 640px) {
  .property-detail .top-nav {
    margin: calc((80/760)*100vw) 0 calc((100/760)*100vw);
  }
}
.property-detail .top-nav ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .property-detail .top-nav ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.property-detail .top-nav li {
  margin: 0 10px;
}
@media only screen and (max-width: 640px) {
  .property-detail .top-nav li {
    width: 48%;
    margin: calc((30/760)*100vw) 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .property-detail .top-nav li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.property-detail .top-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21.2rem;
  height: 4.0rem;
  border-radius: 2.0rem;
  background: #E9E9E9;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .property-detail .top-nav li a {
    width: 100%;
    height: calc((70/760)*100vw);
    font-size: calc((24/760)*100vw);
  }
}
.property-detail .concept, .property-detail .plan, .property-detail .location, .property-detail .access, .property-detail .outline {
  padding: 9.0rem 0 10.0rem;
}
@media only screen and (max-width: 640px) {
  .property-detail .concept, .property-detail .plan, .property-detail .location, .property-detail .access, .property-detail .outline {
    padding: calc((50/760)*100vw) 0 calc((120/760)*100vw);
  }
}
.property-detail .concept, .property-detail .location, .property-detail .outline {
  background: #F3EEE7;
}
.property-detail .concept .property-title .en, .property-detail .location .property-title .en, .property-detail .outline .property-title .en {
  color: #fff;
}
.property-detail .concept .property-nav {
  margin-top: 9.0rem;
}
@media only screen and (max-width: 640px) {
  .property-detail .concept .property-nav {
    margin-top: calc((80/760)*100vw);
  }
}
.property-detail .plan .division {
  padding-bottom: 6.0rem;
}
@media only screen and (max-width: 640px) {
  .property-detail .plan .division {
    padding-top: calc((80/760)*100vw);
  }
}
.property-detail .plan .division-img {
  margin-bottom: 3.0rem;
}
@media only screen and (max-width: 640px) {
  .property-detail .plan .division-img {
    margin-bottom: calc((40/760)*100vw);
  }
}
.property-detail .plan .division-text {
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 2.0;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .property-detail .plan .division-text {
    font-size: calc((24/760)*100vw);
  }
}
.property-detail .plan-list-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 6.0rem 0;
  border-top: #EDEDED 5px solid;
}
@media only screen and (max-width: 640px) {
  .property-detail .plan-list-item {
    padding: calc((80/760)*100vw) 0;
  }
}
.property-detail .plan-list-item:last-child {
  border-bottom: #EDEDED 5px solid;
}
.property-detail .plan-list-ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .property-detail .plan-list-ttl {
    order: 2;
    width: 100%;
    margin-top: calc((60/760)*100vw);
  }
}
.property-detail .plan-list-ttl .num {
  width: 28%;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.0;
}
@media only screen and (max-width: 640px) {
  .property-detail .plan-list-ttl .num {
    width: 33%;
    font-size: calc((40/760)*100vw);
  }
}
.property-detail .plan-list-ttl .num span {
  font-size: 12.8rem;
  font-weight: 200;
}
@media only screen and (max-width: 640px) {
  .property-detail .plan-list-ttl .num span {
    font-size: calc((180/760)*100vw);
  }
}
.property-detail .plan-list-ttl .property-catch-ttl {
  width: 100%;
  margin: 1em 0 0;
  text-align: left;
}
.property-detail .plan-info {
  font-size: 1.3rem;
  font-weight: 200;
  line-height: 1.4;
}
.property-detail .plan-info-wrap {
  width: 68%;
}
@media only screen and (max-width: 640px) {
  .property-detail .plan-info-wrap {
    width: 63%;
  }
}
@media only screen and (max-width: 640px) {
  .property-detail .plan-info {
    font-size: calc((24/760)*100vw);
  }
}
.property-detail .plan-info li:before {
  content: '■';
}
.property-detail .plan-ldk {
  margin-bottom: .3em;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .property-detail .plan-ldk {
    font-size: calc((40/760)*100vw);
  }
}
.property-detail .plan-img {
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .property-detail .plan-img {
    order: 1;
    width: 100%;
  }
}
.property-detail .plan-plan {
  width: 100%;
  margin-top: 4.0rem;
}
@media only screen and (max-width: 640px) {
  .property-detail .plan-plan {
    order: 3;
    margin-top: calc((60/760)*100vw);
  }
}
.property-detail .location .slick-slide {
  width: 73.0rem;
  height: 50.8rem;
}
@media only screen and (max-width: 640px) {
  .property-detail .location .slick-slide {
    width: calc((680/760)*100vw);
    height: calc((473/760)*100vw);
  }
}
.property-detail .location .property-nav {
  margin-top: 9.0rem;
}
@media only screen and (max-width: 640px) {
  .property-detail .location .property-nav {
    margin-top: calc((80/760)*100vw);
  }
}
.property-detail .location-slide {
  position: relative;
  margin: 0 0 1.5rem;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .property-detail .location-slide {
    margin-bottom: calc((20/760)*100vw);
  }
}
.property-detail .location-slide-item {
  position: relative;
  margin: 0 1.0rem;
}
@media only screen and (max-width: 640px) {
  .property-detail .location-slide-item {
    margin: 0 calc((15/760)*100vw);
  }
}
.property-detail .location-slide-item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.property-detail .location-slide > .slick-list,
.property-detail .location-slide > .slick-list > .slick-track,
.property-detail .location-slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}
.property-detail .location-slide-navigation {
  position: relative;
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .property-detail .location-slide-navigation {
    width: calc((680/760)*100vw);
    max-width: calc((680/760)*100vw);
  }
}
.property-detail .location-slide-navigation .item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 7.8rem;
  margin: .5rem 0 0 .5rem;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .property-detail .location-slide-navigation .item {
    width: calc((130/760)*100vw);
    margin: calc((20/760)*100vw) 0 0 calc((7/760)*100vw);
  }
}
.property-detail .location-slide-navigation .item::before {
  display: block;
  padding-top: 70%;
  content: "";
}
@media only screen and (max-width: 640px) {
  .property-detail .location-slide-navigation .item:nth-child(5n+1) {
    margin-left: 0;
  }
}
.property-detail .location-slide-navigation .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.property-detail .location-img-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 640px) {
  .property-detail .location-img-list {
    justify-content: space-between;
  }
}
.property-detail .location-img-list-item {
  width: 26.0rem;
  margin: 3.3rem 0 0 3.2rem;
}
@media only screen and (max-width: 640px) {
  .property-detail .location-img-list-item {
    width: 48%;
    margin: calc((40/760)*100vw) 0 0 0;
  }
}
.property-detail .location-img-list-item:nth-child(4n+1) {
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  .property-detail .location-img-list-item:nth-child(-n+2) {
    margin-top: 0;
  }
}
.property-detail .location-img-list-item figcaption {
  display: block;
  margin-top: .5em;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .property-detail .location-img-list-item figcaption {
    font-size: calc((24/760)*100vw);
  }
}
.property-detail .location-list {
  width: 35.0rem;
  margin: 0 2.5rem 0;
}
.property-detail .location-list-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 0 -3.0rem 8.0rem;
}
@media only screen and (max-width: 640px) {
  .property-detail .location-list-wrap {
    display: block;
    margin: 0 0 calc((80/760)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property-detail .location-list {
    width: 100%;
    margin: 0;
  }
}
.property-detail .location-list-ttl {
  margin: 2em 0 1em;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .property-detail .location-list-ttl {
    font-size: calc((30/760)*100vw);
  }
}
.property-detail .location-list ul {
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .property-detail .location-list ul {
    font-size: calc((24/760)*100vw);
  }
}
.property-detail .location-list li {
  padding: .8em 0;
  border-bottom: #CCC 1px solid;
  clear: both;
  overflow: hidden;
}
.property-detail .location-list li:first-child {
  border-top: #CCC 1px solid;
}
.property-detail .location-list li span {
  float: right;
}
.property-detail .location-note {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 2.0;
}
@media only screen and (max-width: 640px) {
  .property-detail .location-note {
    font-size: calc((24/760)*100vw);
  }
}
.property-detail .access .property-nav {
  margin-top: 9.0rem;
}
@media only screen and (max-width: 640px) {
  .property-detail .access .property-nav {
    margin-top: calc((80/760)*100vw);
  }
}
.property-detail .access-text {
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 640px) {
  .property-detail .access-text {
    margin-bottom: calc((50/760)*100vw);
  }
}
.property-detail .access-map {
  width: 100%;
  height: calc((500/760)*100vw);
}
.property-detail .outline .redtxt {
  color: #F00;
}
.property-detail .outline input[type="text"] {
  margin-top: .3em;
  padding: .3em;
}
.property-detail .outline select {
  padding: .3em;
}
.property-detail .outline .inputarea_name {
  width: 50%;
}
.property-detail .outline .inputarea_zip {
  width: 10em;
}
.property-detail .outline .inputarea_add {
  width: 80%;
}
@media only screen and (max-width: 640px) {
  .property-detail .outline .inputarea_add {
    width: 100%;
  }
}
.property-detail .outline .inputarea_txt {
  width: 80%;
  height: 10em;
}
@media only screen and (max-width: 640px) {
  .property-detail .outline .inputarea_txt {
    width: 100%;
  }
}
.property-detail .outline .preview, .property-detail .outline .kakuninbtn {
  text-align: center;
  clear: both;
  margin: 6.0rem 0 9.0rem;
}
@media only screen and (max-width: 640px) {
  .property-detail .outline .preview, .property-detail .outline .kakuninbtn {
    margin: calc((60/760)*100vw) 0 calc((80/760)*100vw);
  }
}
.property-detail .outline .preview input, .property-detail .outline .kakuninbtn input {
  display: block;
  margin: 0 auto;
  border: none;
  height: 5.5rem;
  width: 32.0rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 4.0rem;
}
@media only screen and (max-width: 640px) {
  .property-detail .outline .preview input, .property-detail .outline .kakuninbtn input {
    height: calc((80/760)*100vw);
    width: calc((400/760)*100vw);
    font-size: calc((24/760)*100vw);
    line-height: calc((60/760)*100vw);
  }
}
.property-detail .outline .preview input:hover, .property-detail .outline .kakuninbtn input:hover {
  cursor: pointer;
  opacity: .6;
  transition: opacity 0.3s ease;
}
.property-detail .outline .confirm .btn-view {
  margin-top: 2em;
}
.property-detail .outline .confirm .btn-view a {
  width: 35rem;
  padding: .8em 0;
}
@media only screen and (max-width: 640px) {
  .property-detail .outline .confirm .btn-view a {
    width: calc((500/760)*100vw);
  }
}
.property-detail .outline-table {
  width: 100%;
  margin: 5.0rem 0;
  border-top: #CCC 1px solid;
}
@media only screen and (max-width: 640px) {
  .property-detail .outline-table {
    margin: calc((50/760)*100vw) 0;
  }
}
.property-detail .outline-table tr {
  border-bottom: #CCC 1px solid;
}
.property-detail .outline-table th, .property-detail .outline-table td {
  padding: .8em 0;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1.4;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .property-detail .outline-table th, .property-detail .outline-table td {
    font-size: calc((24/760)*100vw);
  }
}
.property-detail .outline-table th {
  width: 20%;
}
@media only screen and (max-width: 640px) {
  .property-detail .outline-table th {
    width: 30%;
  }
}
@media only screen and (max-width: 640px) {
  .property-detail .outline-table td {
    padding-left: 1em;
  }
}
.property-detail .outline-text {
  margin-bottom: 1em;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 2.0;
}
@media only screen and (max-width: 640px) {
  .property-detail .outline-text {
    font-size: calc((24/760)*100vw);
  }
}
