@charset "UTF-8";
/* Scss Document */
/* Scss Document */
.property .property_list {
  width: 114.0rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  .property .property_list {
    width: calc((1140/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property .property_list {
    width: 100%;
  }
}
.property .property_list li {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 3.5rem;
}
@media only screen and (max-width: 1300px) {
  .property .property_list li {
    margin-top: calc((35/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property .property_list li {
    display: block;
    margin-top: calc((50/376)*100vw);
  }
}
.property .property_list li:first-child {
  margin-top: 0;
}
.property .property_list_thumb {
  position: relative;
  width: 35.0rem;
}
@media only screen and (max-width: 1300px) {
  .property .property_list_thumb {
    width: calc((350/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property .property_list_thumb {
    width: 100%;
  }
}
.property .property_list_thumb a:hover {
  opacity: .6;
  transition: .5s;
}
@media only screen and (max-width: 640px) {
  .property .property_list_img {
    width: 100%;
  }
}
.property .property_list_tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 12.0rem;
  height: 3.0rem;
  background: #4396CD;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 3.0rem;
}
@media only screen and (max-width: 1300px) {
  .property .property_list_tag {
    width: calc((120/1300)*100vw);
    height: calc((30/1300)*100vw);
    font-size: calc((14/1300)*100vw);
    line-height: calc((30/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property .property_list_tag {
    width: calc((120/376)*100vw);
    height: calc((30/376)*100vw);
    font-size: calc((15/376)*100vw);
    line-height: calc((30/376)*100vw);
  }
}
.property .property_list_textarea {
  position: relative;
  width: 79.0rem;
  padding: 3.0rem 6.0rem;
  background: #F3F3F3;
  line-height: 1.2;
}
@media only screen and (max-width: 1300px) {
  .property .property_list_textarea {
    width: calc((790/1300)*100vw);
    padding: calc((30/1300)*100vw) calc((60/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property .property_list_textarea {
    width: 100%;
    padding: calc((40/376)*100vw) calc((30/376)*100vw);
  }
}
.property .property_list_ttl {
  color: #4396CD;
  font-size: 3.0rem;
  font-weight: 600;
}
@media only screen and (max-width: 1300px) {
  .property .property_list_ttl {
    font-size: calc((30/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property .property_list_ttl {
    font-size: calc((30/376)*100vw);
  }
}
.property .property_list_price {
  margin: .8em 0;
  font-size: 2.0rem;
  font-weight: 600;
}
@media only screen and (max-width: 1300px) {
  .property .property_list_price {
    font-size: calc((20/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property .property_list_price {
    font-size: calc((20/376)*100vw);
  }
}
.property .property_list_price span {
  color: #D80000;
  font-size: 3.0rem;
  font-weight: 600;
}
@media only screen and (max-width: 1300px) {
  .property .property_list_price span {
    font-size: calc((30/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property .property_list_price span {
    font-size: calc((30/376)*100vw);
  }
}
.property .property_list_access, .property .property_list_point {
  margin: .5em 0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .1em;
}
@media only screen and (max-width: 1300px) {
  .property .property_list_access, .property .property_list_point {
    font-size: calc((16/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property .property_list_access, .property .property_list_point {
    font-size: calc((15/376)*100vw);
  }
}
.property .property_list_link {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 9.0rem;
}
@media only screen and (max-width: 1300px) {
  .property .property_list_link {
    width: calc((90/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property .property_list_link {
    width: calc((90/376)*100vw);
  }
}
.property .property_list_link a {
  display: block;
  height: 3.4rem;
  background: url("../images/property/property_list_link.png") top 50% right 1.6rem no-repeat, #4396CD;
  background-size: 3.2rem;
}
@media only screen and (max-width: 1300px) {
  .property .property_list_link a {
    height: calc((34/1300)*100vw);
    background: url("../images/property/property_list_link.png") top 50% right calc((16/1300)*100vw) no-repeat, #4396CD;
    background-size: calc((32/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property .property_list_link a {
    height: calc((34/376)*100vw);
    background: url("../images/property/property_list_link.png") top 50% right calc((16/376)*100vw) no-repeat, #4396CD;
    background-size: calc((32/376)*100vw);
  }
}
.property .property_list_link a:before {
  position: absolute;
  bottom: 0;
  right: 9.0rem;
  content: '';
  width: 0;
  height: 0;
  border-top: transparent 1.7rem solid;
  border-right: #4396CD 1rem solid;
  border-bottom: #4396CD 1.7rem solid;
  border-left: transparent 1.0rem solid;
}
@media only screen and (max-width: 1300px) {
  .property .property_list_link a:before {
    right: calc((90/1300)*100vw);
    border-top: transparent calc((17/1300)*100vw) solid;
    border-right: #4396CD calc((10/1300)*100vw) solid;
    border-bottom: #4396CD calc((17/1300)*100vw) solid;
    border-left: transparent calc((10/1300)*100vw) solid;
  }
}
@media only screen and (max-width: 640px) {
  .property .property_list_link a:before {
    right: calc((89/376)*100vw);
    border-top: transparent calc((17/376)*100vw) solid;
    border-right: #4396CD calc((10/376)*100vw) solid;
    border-bottom: #4396CD calc((17/376)*100vw) solid;
    border-left: transparent calc((10/376)*100vw) solid;
  }
}
.property .property_list_link a:hover {
  opacity: .6;
  transition: .5s;
}
.property_nav ul {
  padding: .7em;
  background: #F0F0E1;
  border-radius: 4.0rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  .property_nav ul {
    font-size: calc((16/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property_nav ul {
    font-size: calc((15/376)*100vw);
  }
}
.property_nav li {
  display: inline-block;
}
.property_nav li:before {
  content: '|';
}
.property_nav li:first-child:before {
  content: none;
}
.property_nav li a {
  display: inline-block;
  padding: 0 1em;
}
@media only screen and (max-width: 640px) {
  .property_nav li a {
    padding: .5em 1em;
  }
}
.property_nav li a:hover {
  text-decoration: underline;
}
.property_top .btn_back {
  margin-bottom: 8.0rem;
}
@media only screen and (max-width: 1300px) {
  .property_top .btn_back {
    margin-bottom: calc((80/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property_top .btn_back {
    margin-bottom: calc((50/376)*100vw);
  }
}
.property_top .btn_back a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.0rem;
  height: 4.0rem;
  padding-left: .5em;
  background: url("../images/property/btn_back_arrow.png") top 50% left 0.8rem no-repeat, #000;
  background-size: .6rem;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  .property_top .btn_back a {
    width: calc((150/1300)*100vw);
    height: calc((40/1300)*100vw);
    background: url("../images/property/btn_back_arrow.png") top 50% left calc((8/1300)*100vw) no-repeat, #000;
    background-size: calc((6/1300)*100vw);
    font-size: calc((16/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property_top .btn_back a {
    width: calc((150/376)*100vw);
    height: calc((40/376)*100vw);
    background: url("../images/property/btn_back_arrow.png") top 50% left calc((8/376)*100vw) no-repeat, #000;
    background-size: calc((6/376)*100vw);
    font-size: calc((15/376)*100vw);
  }
}
.property_top .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
}
.property_top .bx-wrapper .bx-controls-direction a {
  margin-top: -2.0rem;
  width: 3.9rem;
  height: 3.9rem;
}
@media only screen and (max-width: 1300px) {
  .property_top .bx-wrapper .bx-controls-direction a {
    margin-top: calc((-20/1300)*100vw);
    width: calc((40/1300)*100vw);
    height: calc((40/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property_top .bx-wrapper .bx-controls-direction a {
    margin-top: calc((-20/376)*100vw);
    width: calc((40/376)*100vw);
    height: calc((40/376)*100vw);
  }
}
.property_top .bx-wrapper .bx-next {
  right: 0;
  background: url("../images/property/bx-next.png") top center no-repeat;
  background-size: 3.9rem;
}
@media only screen and (max-width: 1300px) {
  .property_top .bx-wrapper .bx-next {
    background-size: calc((40/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property_top .bx-wrapper .bx-next {
    background-size: calc((40/376)*100vw);
  }
}
.property_top .bx-wrapper .bx-prev {
  left: 0;
  background: url("../images/property/bx-prev.png") top center no-repeat;
  background-size: 3.9rem;
}
@media only screen and (max-width: 1300px) {
  .property_top .bx-wrapper .bx-prev {
    background-size: calc((40/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property_top .bx-wrapper .bx-prev {
    background-size: calc((40/376)*100vw);
  }
}
.property_top .bx-wrapper .bx-pager.bx-default-pager a {
  background: #4396CD;
  width: 15px;
  height: 15px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
@media only screen and (max-width: 1300px) {
  .property_top .bx-wrapper .bx-pager.bx-default-pager a {
    width: calc((15/1300)*100vw);
    height: calc((15/1300)*100vw);
    -moz-border-radius: calc((8/1300)*100vw);
    -webkit-border-radius: calc((8/1300)*100vw);
    border-radius: calc((8/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property_top .bx-wrapper .bx-pager.bx-default-pager a {
    width: calc((15/376)*100vw);
    height: calc((15/376)*100vw);
    -moz-border-radius: calc((8/376)*100vw);
    -webkit-border-radius: calc((8/376)*100vw);
    border-radius: calc((8/376)*100vw);
  }
}
.property_top .bx-wrapper .bx-pager.bx-default-pager a:hover, .property_top .bx-wrapper .bx-pager.bx-default-pager a.active, .property_top .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #CCC;
}
.property_top .top_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .property_top .top_wrap {
    display: block;
  }
}
.property_top .top_slider {
  width: 64.0rem;
}
@media only screen and (max-width: 1300px) {
  .property_top .top_slider {
    width: calc((640/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property_top .top_slider {
    width: 100%;
  }
}
.property_top .top_textarea {
  width: 45.0rem;
}
@media only screen and (max-width: 1300px) {
  .property_top .top_textarea {
    width: calc((450/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property_top .top_textarea {
    width: 100%;
  }
}
.property_top .top_textarea .tag {
  width: 12.0rem;
  height: 3.0rem;
  margin-bottom: 1.0rem;
  background: #4396CD;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 3.0rem;
}
@media only screen and (max-width: 1300px) {
  .property_top .top_textarea .tag {
    width: calc((120/1300)*100vw);
    height: calc((30/1300)*100vw);
    margin-bottom: calc((10/1300)*100vw);
    font-size: calc((14/1300)*100vw);
    line-height: calc((30/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property_top .top_textarea .tag {
    width: calc((120/376)*100vw);
    height: calc((30/376)*100vw);
    font-size: calc((15/376)*100vw);
    line-height: calc((30/376)*100vw);
  }
}
.property_top .top_textarea .ttl {
  color: #4396CD;
  font-size: 3.0rem;
  font-weight: 600;
}
@media only screen and (max-width: 1300px) {
  .property_top .top_textarea .ttl {
    font-size: calc((30/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property_top .top_textarea .ttl {
    font-size: calc((30/376)*100vw);
  }
}
.property_top .top_textarea .price {
  margin: .3em 0 .5em;
  font-size: 2.0rem;
  font-weight: 600;
}
@media only screen and (max-width: 1300px) {
  .property_top .top_textarea .price {
    font-size: calc((20/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property_top .top_textarea .price {
    font-size: calc((20/376)*100vw);
  }
}
.property_top .top_textarea .price span {
  display: inline-block;
  margin-left: .5em;
  color: #D80000;
  font-size: 4.0rem;
  font-weight: 600;
  line-height: 1.0;
}
@media only screen and (max-width: 1300px) {
  .property_top .top_textarea .price span {
    font-size: calc((40/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property_top .top_textarea .price span {
    font-size: calc((30/376)*100vw);
  }
}
.property_top .top_textarea .access, .property_top .top_textarea .point {
  margin: .3em 0;
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: .1em;
}
@media only screen and (max-width: 1300px) {
  .property_top .top_textarea .access, .property_top .top_textarea .point {
    font-size: calc((20/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property_top .top_textarea .access, .property_top .top_textarea .point {
    font-size: calc((15/376)*100vw);
  }
}
.property_top .top_textarea .point_list {
  margin-top: 3.0rem;
  color: #4396CD;
}
@media only screen and (max-width: 1300px) {
  .property_top .top_textarea .point_list {
    margin-top: calc((30/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property_top .top_textarea .point_list {
    margin-top: calc((30/376)*100vw);
  }
}
.property_top .top_textarea .point_list li {
  margin-top: .2em;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 1300px) {
  .property_top .top_textarea .point_list li {
    font-size: calc((20/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property_top .top_textarea .point_list li {
    margin-top: .4em;
    font-size: calc((15/376)*100vw);
  }
}
.property_top .top_textarea .point_list li:before {
  content: '★';
}
.property_plan .plan, .property_plan .division {
  margin: 5.0rem 0 3.0rem;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  .property_plan .plan, .property_plan .division {
    margin: calc((50/1300)*100vw) 0 calc((30/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property_plan .plan, .property_plan .division {
    margin: calc((50/376)*100vw) 0 calc((30/376)*100vw);
  }
}
.property_location .location_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 640px) {
  .property_location .location_list {
    justify-content: space-between;
  }
}
.property_location .location_list li {
  width: 27.0rem;
  margin: 2.0rem 0 0 2.0rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1300px) {
  .property_location .location_list li {
    width: calc((270/1300)*100vw);
    margin: calc((20/1300)*100vw) 0 0 calc((20/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property_location .location_list li {
    width: 48%;
    margin: calc((40/376)*100vw) 0 0;
  }
}
.property_location .location_list li:nth-child(-n+4) {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .property_location .location_list li:nth-child(-n+4) {
    margin-top: calc((40/376)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property_location .location_list li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.property_location .location_list li:nth-child(4n+1) {
  margin-left: 0;
}
.property_outline .outline_table {
  width: 100%;
  border-top: #CCC 1px solid;
}
.property_outline .outline_table tr {
  border-bottom: #CCC 1px solid;
}
.property_outline .outline_table th, .property_outline .outline_table td {
  padding: 1em 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}
@media only screen and (max-width: 1300px) {
  .property_outline .outline_table th, .property_outline .outline_table td {
    font-size: calc((16/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property_outline .outline_table th, .property_outline .outline_table td {
    font-size: calc((15/376)*100vw);
  }
}
.property_outline .outline_table th {
  width: 25.5rem;
}
@media only screen and (max-width: 1300px) {
  .property_outline .outline_table th {
    width: calc((255/1300)*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .property_outline .outline_table th {
    width: 30%;
  }
}
