* {
  margin: 0;
}
.sale_br_pc{
  display: none;
}

/*sp_mv*/
.sale_pagetop_mv {
  position: relative;
}
.sale_pagetop__area {
  font-size: 1.2rem;
  color: #fff;
}
.sale_pagetop__ttl {
  margin: unset;
  font-weight: 400;
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 2.3px;
}
.sale_pagetop__capture {
  font-size: 1rem;
  color: #fff;
  font-weight: 200;
  letter-spacing: 0.8px;
  text-align: right;
  padding: 1rem 1rem 0 0;
}


/*sp_ポイント*/
.sale_point__area {
  padding: 5rem 2rem;
}
.sale_point__ttl {
  text-align: center;
  letter-spacing: 1.1px;
  font-size: 3.3rem;
  font-family: "EB Garamond", serif;
  color: #A0895E;
}
.sale_point__content {
  margin-top: 1rem;
}
.sale_point__text_area {
  padding: 3rem 0;
  text-align: center;
  border-bottom: 0.5px solid #A8A8A8;
}
.sale_point__text_area:last-child {
  border-bottom: unset;
}
.sale_point__text_sub {
  letter-spacing: 1px;
  font-size: 1.3rem;
  font-weight: lighter;
  color: #fff;
}
.sale_point_text {
  letter-spacing: 1px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff;
}


/*sp_タブ*/
.sale_tab{
  z-index: 99;
  opacity: 1;
  position: sticky;
  top: calc(var(--header-h, 0px) - 1px);
  transition: opacity .4s ease-out .2s;
}
.sale_tab.is-unsticky{
  opacity: 0;
  pointer-events: none;
}

.sale_tab__btn {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.sale_tab__btn li {
  position: relative;
  padding: 1.7rem 1rem;
  width: 20%;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.2rem;
  font-weight: normal;
  cursor: pointer;
  list-style: none;
  color: #fff;
}
.sale_tab__btn li:last-child {
  border: unset;
}
.sale_tab__btn_li.active {
  color: #A0895E;
}
.sale_tab__btn_li::before {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 0.5px;
  height: 20px;
  background: #A8A8A8;
}
.sale_tab__btn_li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  display: block;
  width: 100%;
  height: 1.5px;
  background: #A8A8A8;
  transition: .4s;
}
.sale_tab__btn_li.active::after {
  opacity: 1;
  background: #A0895E;
}
.sale_tab__btn_li:hover::after {
  opacity: 1;
}
.sale_tab_content {
  overflow: hidden;
  visibility: hidden;
/*  display: none;*/
  height: 0;
}
.sale_tab_content.active {
  visibility: visible;
/*  display: block;*/
  height: auto;
}


/*sp_間取り*/
.sale_content__ttl {
  padding: 4rem 0;
  text-align: center;
  letter-spacing: 1.1px;
  font-size: 3.3rem;
  font-family: "EB Garamond", serif;
  font-weight: normal;
  color: #fff;
}

/*sp_区画図*/
.sale_land__content {
  padding: 6rem 0;
}
.sale_land__content img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.sale_plan__des_kukaku {
  padding: 0 2rem;
}

.sale_plan_des_attention {
  font-size: 1rem;
  letter-spacing: 0.6px;
}


/*sp_周辺環境*/
.sale_location__slider {
  position: relative;
  padding: 0 2rem 6rem;
}



/*sp_周辺環境*/
.swiper-pagination {
  position: absolute;
  top: 70vw;
  left: 50%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}
.sale_location__slider .swiper .swiper-wrapper {
  margin-left: initial;
}
.sale_location__slider .swiper .swiper-wrapper .swiper-slide {
  width: 100% !important;
  max-width: 100%;
  padding-right: initial;
  margin-right: initial;
}
.swiper-pagination-bullet {
  display: block;
  width: 35px;
  height: 3px;
  margin-right: 1.8rem;
  background: #3C3C3C;
}
.swiper-pagination-bullet-active {
  background: #A0895E;
}
.swiper-pagination-bullet:last-child {
  margin-right: unset;
}
.sale_location__img {
  width: 100%;
}
.sale_location__copy {
  margin-top: 10rem;
  line-height: 1.7;
  letter-spacing: 0.9px;
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
}
.sale_location__text {
  margin-top: 3rem;
  line-height: 2.2;
  letter-spacing: 1px;
  font-size: 1.3rem;
  font-weight: lighter;
  color: #fff;
}

.sale_map__google {
  margin-bottom: 5rem;
}
.sale_map__google iframe {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}


/*sp_アクセス*/
.sale_info {
  padding: 0 2rem 5rem;
}
.sale_info__content {
  margin-bottom: 8rem;
}
.sale_map {
  padding-bottom: 1rem;
}
.sale_info__ttl {
  margin-bottom: 1.1rem;
  padding-bottom: 0.7rem;
  letter-spacing: 1.1px;
  font-weight: lighter;
  font-size: 1.3rem;
  border-bottom: 0.5px solid;
  color: #A0895E;
}
.sale_info__inn {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 1.4rem;
}
.sale_map .sale_info__inn::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
  background-image: linear-gradient(to right, #5A5A5A, #5A5A5A 2px, transparent 2px, transparent 8px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.sale_info__name {
  z-index: 2;
  position: relative;
  padding-right: 0.2rem;
  letter-spacing: 1.4px;
  font-size: 1.2rem;
  font-weight: lighter;
  color: #fff;
}
.sale_info__no {
  z-index: 2;
  position: relative;
  padding-left: 0.8rem;
  letter-spacing: 1.1px;
  font-size: 1.2rem;
  color: #fff;
}
.sale_info__station {
  letter-spacing: 1.1px;
  font-size: 1.2rem;
  color: #fff;
}
.sale_info__text_sta {
  margin: 0 -0.6rem;
  font-size: 1.7rem;
}
.sale_info__text_ti {
  padding: 0 0.3rem;
  letter-spacing: 1.6px;
  font-size: 2rem;
}
.sale_info__ttl span {
  display: block;
  font-size: 1.1rem;
}
.sale_info__inn_b {
  display: flex;
  align-items: baseline;
  margin-top: 2.2rem;
  color: #fff;
}
.sale_info__inn__con {
  margin-left: 0.6rem;
}
.sale_info__city_text {
  letter-spacing: 1px;
  font-size: 1.3rem;
  font-weight: normal;
  color: #fff;
}
.sale_info__city_text_sta {
  font-size: 1.7rem;
}
.sale_info_city_text_time {
  padding: 0 0.2rem;
  font-size: 2rem;
}
.sale_info__city_capture {
  font-size: 1.2rem;
  font-weight: lighter;
  letter-spacing: 1.2px;
  color: #fff;
}
.sale_info__another__con {
  display: flex;
  margin-bottom: 1.2rem;
  color: #fff;
}
.sale_info__another {
  margin-left: 0.6rem;
  letter-spacing: 1.2px;
  font-size: 1.2rem;
  color: #fff;
}
.sale_info__another span {
  padding: 0 0.4rem;
  font-size: 2rem;
  letter-spacing: 2px;
}

/*物件概要*/
.sale_outline table {
  width: 100%;
}
.sale_outline__new {
  padding: 0 2rem;
}
.sale_outline_grid_content {
  display: flex;
  border: 0.7px solid #686868;
  border-bottom: unset;
}
.sale_outline_grid_content:last-child {
  border-bottom: 0.7px solid #686868;
}
.sale_outline_grid_content_ttl {
  padding: 1.2rem 1rem;
  width: 27%;
  text-align: left;
  letter-spacing: 1px;
  font-size: 1.2rem;
  font-weight: lighter;
  background: #101726;
  border-right: 0.7px solid #686868;
  color: #fff;
}
.sale_outline_grid_content_text {
  width: 70%;
  padding: 1.2rem 1.6rem;
  letter-spacing: 1.1px;
  font-size: 1.2rem;
  font-weight: lighter;
  color: #fff;
}
.sale_outline_grid_content_text div {
  width: 100%;
}
.sale_outline_company {
  align-items: stretch;
  margin-top: 3.5rem;
  margin-bottom: 8rem;
  border: 0.7px solid #686868;
}
.sale_outline_company .sale_outline_grid_content_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 1.8px;
}
.sale_outline_company .sale_outline_grid_content_text {
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding: 2.3rem 1.5rem;
}
.sale_outline_company_text {
  display: block;
  margin-bottom: 2rem;
}





/*------------------------------------------------販売中_pc1------------------------------------------------*/
@media (min-width: 751px) {
  /*共通*/
  .sale_br_sp{
    display: none;
  }
  .sale_br_pc{
    display: block;
  }

  /*pc_mv*/
  .sale_pagetop__area {
    font-size: 1.7rem;
  }
  .sale_pagetop__ttl {
    font-size: 2.2rem;
  }

  /*pc_ポイント*/
  .sale_point__ttl {
    font-size: 4.5rem;
  }
  .sale_point__area {
    padding: 8rem 3rem;
  }
  .sale_point__content {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
  }
  .sale_point__text_area {
    padding: 2rem 1rem;
    border-right: 0.5px solid #A8A8A8;
    border-bottom: unset;
  }
  .sale_point_text {
    margin-top: 0.7rem;
    font-size: 1.8rem;
  }
  .sale_point__text_area:last-child {
    border-right: unset;
  }

  /*pc_タブ*/
  .sale_tab__btn {
    padding: 0 10rem;
  }
  .sale_tab__btn li {
    padding: 2rem;
    font-size: 1.4rem;
  }
  .sale_tab__btn_li::before {
    height: 25px;
  }
  .sale_tab__btn_li:last-child::before{
    display: none;
  }
  .sale_tab__btn li:hover .sale_tab__btn_li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1.5px;
    background: #707070;
  }
  .sale_tab__btn li.active:hover .sale_tab__btn_li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1.5px;
    background: #A0895E;
  }

  /*pc_プラン*/
  .sale_content__ttl {
    padding: 6rem 10rem;
    font-size: 4.5rem;
  }

  /*区画図*/
  .sale_land__content img {
    height: unset;
    object-fit: unset;
  }

  /*pc_周辺環境*/
  .sale_location__slider {
    max-width: 620px;
    margin: 0 auto;
    padding: 0 10rem 6rem;
  }
  .swiper-pagination {
    top: unset;
    bottom: 230px;
  }

  .sale_location__copy {
    font-size: 2rem;
  }
  .sale_map__google {
    padding: 5rem;
  }
  .sale_map__google iframe {
    height: 420px;
  }
  .sale_info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0 5rem;
  }
  .sale_info__content {
    width: 47%;
  }
  .sale_info__ttl span {
    display: block;
    height: 17px;
    font-size: 1rem;
  }
  .sale_info__content_a {
    margin-bottom: 9rem;
  }

  /*物件概要*/
  .sale_outline__new {
    padding:0 5rem;
  }
  .sale_outline_grid_content_ttl {
    padding: 2rem 3rem;
    font-size: 1.4rem;
  }
  .sale_outline_grid_content_text {
    padding: 2rem 3rem;
    font-size: 1.4rem;
  }
  .sale_outline_company {
    margin-top: 7rem;
  }
  .sale_outline_company .sale_outline_grid_content_text {
    padding: 2rem 3rem;
  }


}



/*------------------------------------------------販売中_pc2------------------------------------------------*/
@media (min-width: 1200px) {
  .sale_pagetop__ttl {
    letter-spacing: 3.2px;
    font-size: 2.8rem;
  }
  .sale_pagetop__area {
    font-size: 1.9rem;
  }

  /*pc2_ポイント*/
  .sale_point__area {
    max-width: 1500px;
    padding: 18rem 6rem;
    margin: 0 auto;
  }
  .sale_point__ttl {
    font-size: 6.5rem;
  }
  .sale_point__text_sub {
    font-size: 1.7rem;
  }
  .sale_point_text {
    font-size: 2.4rem;
  }

  /*pc2_タブ*/
  .sale_tab__btn {
    padding: 0 15rem;
  }
  .sale_tab__btn li {
    padding: 3rem;
    font-size: 1.8rem;
  }

  /*pc2_間取り*/
  .sale_content__ttl {
    padding: 16rem 0 7rem;
    font-size: 6.5rem;
  }

  /*pc2_区画図*/
  .sale_land__content img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1250px;
  }
  .sale_plan__des_kukaku {
    padding: 6rem 15rem;
    margin: 0 auto;
    max-width: 1000px;
  }


  /*pc2_周辺環境*/
  .sale_location__slider {
    padding: 0 20rem 20rem;
    max-width: 1000px;
  }
  .sale_location__copy {
    margin-top: 18rem;
    font-size: 2.5rem;
  }
  .sale_location__text {
    font-size: 1.6rem;
  }
  .swiper-pagination {
    bottom: 310px;
  }
  .sale_map__google {
    padding: 0 10rem 10rem;
    margin: 0 auto;
    max-width: 1500px;
  }
  .sale_info {
    padding: 0 10rem 10rem;
    margin: 0 auto;
    max-width: 1500px;
  }
  .sale_info__ttl {
    font-size: 2rem;
    letter-spacing: 3px;
  }
  .sale_info__inn {
    margin-top: 2.1rem;
  }
  .sale_info__name {
    font-size: 1.6rem;
  }
  .sale_info__no {
    font-size: 1.6rem;
  }

  /*pc2_アクセス*/
  .sale_info__station {
    font-size: 1.9rem;
  }
  .sale_info__text_sta {
    font-size: 2.7rem;
  }
  .sale_info__text_ti {
    font-size: 3.2rem;
  }
  .sale_info__ttl span {
    height: 21px;
    letter-spacing: 0.9px;
    font-size: 1.3rem;
  }
  .sale_info__station {
    font-size: 2rem;
  }
  .sale_info__city_text {
    font-size: 2rem;
  }
  .sale_info__city_text_sta {
    font-size: 2.7rem;
  }
  .sale_info_city_text_time {
    font-size: 3.2rem;
  }
  .sale_info__city_capture {
    font-size: 1.6rem;
  }
  .sale_info__inn_a {
    margin-top: 1.6rem;
  }
  .sale_info__inn_b {
    margin-top: 3rem;
    font-size: 2rem;
  }
  .sale_info__content_a {
    width: 47%;
  }
  .sale_info__another {
    font-size: 2rem;
  }
  .sale_info__another span {
    font-size: 3rem;
  }
  .sale_info__another__con {
    font-size: 2rem;
  }

  /*pc2_物件概要*/
  .sale_outline__new {
    margin: 0 auto;
    padding: 0 10rem;
    max-width: 1500px;
  }
  .sale_outline_grid {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-auto-flow: column;
    justify-content: space-between;
  }
  .sale_outline_grid_content:nth-child(15) {
    border-bottom: 0.7px solid #686868;
  }
  .sale_outline_grid_content_ttl {
    padding: 2.3rem 3.5rem;
    line-height: 1.9;
    font-size: 1.6rem;
  }
  .sale_outline_grid_content_text {
    flex-wrap: wrap;
    padding: 2.3rem 3.5rem;
    line-height: 1.9;
    font-size: 1.6rem;
  }
  .sale_outline_company .sale_outline_grid_content_ttl {
    width: 11.5%;
  }
  .sale_outline_company .sale_outline_grid_content_text {
    display: block;
    padding: 4rem 5rem;
    width: 85%;
  }
  .sale_outline_company_text_gr {
    display: flex;
  }
  .sale_outline_company_text {
    margin-bottom: unset;
    margin-right: 5rem;
  }
  .sale_outline__br_pc {
    display: none;
  }
  .sale_outline_company {
    margin-top: 13rem;
  }
  .sale_outline_company .sale_outline_grid_content_text {
    padding: 5.3rem 5rem;
  }


}