@charset "UTF-8";
#container {
  background-color: #fff;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*--- MV（バルコニー写真 / 全プランページ共通） ---*/
.plan_mv {
  position: relative;
}

/*--- コンテンツ共通 ---*/
.plan_content {
  position: relative;
  padding-top: 100px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1200px) {
  .plan_content {
    padding-top: 8.3333333333vw;
    padding-bottom: 11.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .plan_content {
    padding-top: 12vw;
    padding-bottom: 16vw;
  }
}

.plan_inner {
  position: relative;
  max-width: 980px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .plan_inner {
    max-width: none;
    width: 81.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .plan_inner {
    width: 89.3%;
  }
}

/*--- PLAN 見出し（title_pc/sp.svgロゴを使用。下線もsvg内に含まれている） ---*/
.plan_ttl {
  text-align: center;
}
.plan_ttl img {
  width: 105px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  .plan_ttl img {
    width: 8.75vw;
  }
}
@media screen and (max-width: 768px) {
  .plan_ttl img {
    width: 14vw;
  }
}

/*--- タイプ一覧カード ---*/
.plan_list {
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .plan_list {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .plan_list {
    margin-top: 8vw;
  }
}
.plan_list--pc, .plan_list--sp {
  display: flex;
  justify-content: space-between;
}

.plan_list_col {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 1200px) {
  .plan_list_col {
    row-gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .plan_list_col {
    row-gap: 2.6666666667vw;
  }
}

.plan_list--pc .plan_list_col {
  width: 30.6%;
}
.plan_list--pc .plan_list_col--2 {
  margin-top: 80px;
}
@media screen and (max-width: 1200px) {
  .plan_list--pc .plan_list_col--2 {
    margin-top: 6.6666666667vw;
  }
}
.plan_list--pc .plan_list_col--3 {
  margin-top: 160px;
}
@media screen and (max-width: 1200px) {
  .plan_list--pc .plan_list_col--3 {
    margin-top: 13.3333333333vw;
  }
}

.plan_list--sp .plan_list_col {
  width: 47.5%;
}
.plan_list--sp .plan_list_col--2 {
  margin-top: 10.6666666667vw;
}

.plan_list_link {
  position: relative;
  display: block;
}
.plan_list_link_img {
  width: 100%;
  height: auto;
  display: block;
}
.plan_list_link_img--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .plan_list_link:hover .plan_list_link_img--hover {
    opacity: 1;
  }
}

/*--- 住戸位置図（鳥かご） ---*/
.plan_torikago {
  position: relative;
  width: 90.8%;
  margin-left: auto;
  margin-right: 0;
  margin-top: 120px;
}
@media screen and (max-width: 1200px) {
  .plan_torikago {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .plan_torikago {
    width: 100%;
    margin-top: 9.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.plan_torikago_frame {
  position: relative;
}
.plan_torikago_frame img {
  width: 100%;
  height: auto;
  display: block;
}

.plan_torikago_hotspot {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.plan_torikago_hotspot_item {
  position: absolute;
}
.plan_torikago_hotspot_item a {
  display: block;
  width: 100%;
  height: 100%;
}

.plan_torikago_frame--pc .plan_torikago_hotspot_item--a {
  left: 0.149%;
  top: 20.37%;
  width: 11.9%;
  height: 59.259%;
}
.plan_torikago_frame--pc .plan_torikago_hotspot_item--b {
  left: 12.048%;
  top: 20.37%;
  width: 11.9%;
  height: 79.012%;
}
.plan_torikago_frame--pc .plan_torikago_hotspot_item--c {
  left: 23.948%;
  top: 0.617%;
  width: 11.9%;
  height: 98.765%;
}
.plan_torikago_frame--pc .plan_torikago_hotspot_item--d {
  left: 35.848%;
  top: 0.617%;
  width: 11.9%;
  height: 98.765%;
}
.plan_torikago_frame--pc .plan_torikago_hotspot_item--e {
  left: 47.748%;
  top: 0.617%;
  width: 11.9%;
  height: 98.765%;
}
.plan_torikago_frame--pc .plan_torikago_hotspot_item--f {
  left: 59.648%;
  top: 20.37%;
  width: 11.9%;
  height: 79.012%;
}
.plan_torikago_frame--pc .plan_torikago_hotspot_item--g {
  left: 71.548%;
  top: 20.37%;
  width: 11.9%;
  height: 79.012%;
}
.plan_torikago_frame--pc .plan_torikago_hotspot_item--h {
  left: 12.048%;
  top: 0.617%;
  width: 11.9%;
  height: 19.753%;
}
.plan_torikago_frame--pc .plan_torikago_hotspot_item--i {
  left: 59.648%;
  top: 0.617%;
  width: 11.9%;
  height: 19.753%;
}

.plan_torikago_frame--sp .plan_torikago_hotspot_item--a {
  left: 0.153%;
  top: 20.372%;
  width: 12.313%;
  height: 59.256%;
}
.plan_torikago_frame--sp .plan_torikago_hotspot_item--b {
  left: 12.465%;
  top: 20.372%;
  width: 12.313%;
  height: 78.999%;
}
.plan_torikago_frame--sp .plan_torikago_hotspot_item--c {
  left: 24.777%;
  top: 0.614%;
  width: 12.313%;
  height: 98.765%;
}
.plan_torikago_frame--sp .plan_torikago_hotspot_item--d {
  left: 37.088%;
  top: 0.614%;
  width: 12.313%;
  height: 98.765%;
}
.plan_torikago_frame--sp .plan_torikago_hotspot_item--e {
  left: 49.4%;
  top: 0.614%;
  width: 12.313%;
  height: 98.765%;
}
.plan_torikago_frame--sp .plan_torikago_hotspot_item--f {
  left: 61.711%;
  top: 20.372%;
  width: 12.313%;
  height: 78.999%;
}
.plan_torikago_frame--sp .plan_torikago_hotspot_item--g {
  left: 74.022%;
  top: 20.372%;
  width: 12.313%;
  height: 78.999%;
}
.plan_torikago_frame--sp .plan_torikago_hotspot_item--h {
  left: 12.465%;
  top: 0.614%;
  width: 12.313%;
  height: 19.752%;
}
.plan_torikago_frame--sp .plan_torikago_hotspot_item--i {
  left: 61.711%;
  top: 0.614%;
  width: 12.313%;
  height: 19.752%;
}

/*--- ルーフバルコニー写真 ---*/
.plan_photo {
  position: relative;
  margin-top: 120px;
}
@media screen and (max-width: 1200px) {
  .plan_photo {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .plan_photo {
    margin-top: 12vw;
    width: 100%;
  }
}/*# sourceMappingURL=style_plan.css.map */