@charset "UTF-8";
/*! Writen  by SCSS */
/*	一般・限定共通css	*/
.pre-inc .plan_thum_group {
  max-width: 950px;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: clamp(30px, 5vw, 60px);
}
@media screen and (max-width: 480px) {
  .pre-inc .plan_thum_group {
    row-gap: 25px;
  }
}
.pre-inc .plan_thum_group .thum {
  width: 46.43%;
  position: relative;
}
@media screen and (max-width: 480px) {
  .pre-inc .plan_thum_group .thum {
    width: 100%;
  }
}
.pre-inc .plan_thum_group .thum.coming a {
  overflow: hidden;
}
@media (hover: hover) {
  .pre-inc .plan_thum_group .thum.coming a:hover {
    -webkit-filter: none;
            filter: none;
  }
}
.pre-inc .plan_thum_group .thum.coming a .plan_thum_in {
  -webkit-filter: blur(8px);
          filter: blur(8px);
}
.pre-inc .plan_thum_group .thum a {
  display: block;
  position: relative;
  height: 100%;
  -webkit-transition: 0.3s -webkit-filter ease-in-out 0s;
  transition: 0.3s -webkit-filter ease-in-out 0s;
  transition: 0.3s filter ease-in-out 0s;
  transition: 0.3s filter ease-in-out 0s, 0.3s -webkit-filter ease-in-out 0s;
}
@media (hover: hover) {
  .pre-inc .plan_thum_group .thum a:hover {
    -webkit-filter: brightness(105%);
            filter: brightness(105%);
  }
}
.pre-inc .plan_thum_group .thum a .plan_band {
  position: absolute;
  inset: 0;
  top: auto;
  bottom: 100%;
  background: #5D435A;
  font-size: clamp(12px, 1.25vw, 15px);
  color: #FF9;
  text-align: center;
  padding: 1px 5px 3px;
}
.pre-inc .plan_thum_group .thum a .plan_thum_in {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/plan/bg_thum.jpg");
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.pre-inc .plan_thum_group .thum a .type_ldk_group {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
}
.pre-inc .plan_thum_group .thum a .type_ldk_group .type {
  font-size: clamp(18px, 1.917vw, 23px);
  color: #FFF;
  padding: 10px 30px 10px 20px;
  background: #9E2232;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
@media screen and (max-width: 820px) {
  .pre-inc .plan_thum_group .thum a .type_ldk_group .type {
    font-size: 2vw;
    padding: 10px 30px 10px 15px;
  }
}
@media screen and (max-width: 480px) {
  .pre-inc .plan_thum_group .thum a .type_ldk_group .type {
    padding: 5px 20px 5px 15px;
    font-size: 4.7vw;
  }
}
.pre-inc .plan_thum_group .thum a .type_ldk_group .type .menu {
  display: block;
  font-size: 70%;
}
.pre-inc .plan_thum_group .thum a .type_ldk_group .type .big {
  font-size: 200%;
  position: relative;
  line-height: 1;
  display: inline-block;
}
.pre-inc .plan_thum_group .thum a .type_ldk_group .type .big .floor {
  position: absolute;
  left: calc(100% + 3px);
  white-space: nowrap;
  top: 5px;
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  .pre-inc .plan_thum_group .thum a .type_ldk_group .type .big .floor {
    top: 3px;
    font-size: 11px;
  }
}
.pre-inc .plan_thum_group .thum a .type_ldk_group .ldk {
  color: #5D435A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: clamp(12px, 1.334vw, 16px);
}
@media screen and (max-width: 820px) {
  .pre-inc .plan_thum_group .thum a .type_ldk_group .ldk {
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 480px) {
  .pre-inc .plan_thum_group .thum a .type_ldk_group .ldk {
    font-size: 3.2vw;
  }
}
.pre-inc .plan_thum_group .thum a .type_ldk_group .ldk .big {
  font-size: 200%;
}
.pre-inc .plan_thum_group .thum a .type_ldk_group .ldk .sub {
  font-size: 125%;
}
.pre-inc .plan_thum_group .thum a .area_group {
  margin: 20px 0 25px;
  color: #5D435A;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4.5%;
     -moz-column-gap: 4.5%;
          column-gap: 4.5%;
}
@media screen and (max-width: 480px) {
  .pre-inc .plan_thum_group .thum a .area_group {
    margin: 15px 0 20px;
  }
}
.pre-inc .plan_thum_group .thum a .area_group .area01 {
  font-size: clamp(14px, 1.417vw, 17px);
  line-height: 1.2;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  padding: 3px 5px;
}
@media screen and (max-width: 480px) {
  .pre-inc .plan_thum_group .thum a .area_group .area01 {
    font-size: 4vw;
  }
}
.pre-inc .plan_thum_group .thum a .area_group .area02 {
  font-size: clamp(46px, 5vw, 60px);
  line-height: 1;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
@media screen and (max-width: 480px) {
  .pre-inc .plan_thum_group .thum a .area_group .area02 {
    font-size: 12vw;
  }
}
.pre-inc .plan_thum_group .thum a .area_group .area02 .small {
  font-size: 66%;
}
.pre-inc .plan_thum_group .thum a .view_more {
  background: #5D435A;
  padding: 8px 5px 5px;
  font-size: clamp(13px, 1.417vw, 17px);
  color: #FFF;
  text-align: center;
  margin-top: auto;
}
@media screen and (max-width: 480px) {
  .pre-inc .plan_thum_group .thum a .view_more {
    font-size: 15px;
  }
}
.pre-inc .plan_thum_group .thum .limited_plan {
  pointer-events: none;
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  font-size: clamp(13px, 1.667vw, 20px);
  color: #FFF;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#259C98), to(#186063));
  background: -webkit-linear-gradient(left, #259C98 0%, #186063 100%);
  background: linear-gradient(to right, #259C98 0%, #186063 100%);
  padding: 15px 20px;
  line-height: 1.4;
}
.pre-inc .plan_thum_group .thum .limited_plan .small {
  display: block;
  font-size: 75%;
}/*# sourceMappingURL=plan_common.css.map */