@charset "UTF-8";
/*! Writen  by SCSS */
/*
	間取りサムネイル群
	扉・詳細ページで掲載してます。
*/
.thumbnail .plan_thumb_box.type_a_thumb a, .thumbnail .plan_thumb_box.type_c_thumb a, .thumbnail .plan_thumb_box.type_d_thumb a, .thumbnail .plan_thumb_box.type_h_thumb a {
  opacity: 0.3;
  pointer-events: none; }

.thumbnail {
  display: flex;
  justify-content: flex-start;
  gap: clamp(15px, 2.42vw, 30px) 2.146%;
  flex-wrap: wrap;
  position: relative; }
  @media screen and (max-width: 480px) {
    .thumbnail {
      justify-content: space-between;
      gap: 10px 0; } }
  .thumbnail .thumbnail_ttl {
    width: 100%;
    font-size: clamp(18px, 1.847vw, 24px);
    text-align: center;
    line-height: 1.2; }
    @media screen and (max-width: 480px) {
      .thumbnail .thumbnail_ttl {
        font-size: 5vw;
        margin-bottom: 15px; } }
  .thumbnail .plan_thumb_box {
    width: 23.39%;
    position: relative; }
    @media screen and (max-width: 480px) {
      .thumbnail .plan_thumb_box {
        width: 48%; } }
    .thumbnail .plan_thumb_box a {
      display: block;
      position: relative;
      transition: 0.3s all ease-in-out 0s; }
      body:not(.mobile) .thumbnail .plan_thumb_box a:hover, .thumbnail .plan_thumb_box a.active {
        opacity: 0.6; }
      .thumbnail .plan_thumb_box a.cr {
        opacity: 0.6;
        pointer-events: none; }
    .thumbnail .plan_thumb_box .limited_wappen {
      position: absolute;
      inset: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: clamp(12px, 1.385vw, 18px);
      color: #FFF;
      max-width: 180px;
      width: calc(100% - 20px);
      text-align: center;
      margin: auto;
      height: max-content;
      line-height: 1.33;
      padding: 15px 5px 12px;
      border-radius: 5px;
      background: linear-gradient(110deg, #791010 0%, #be2c2c 50%, #791010 100%); }
      @media screen and (max-width: 820px) {
        .thumbnail .plan_thumb_box .limited_wappen {
          max-width: 120px;
          padding: 10px 5px; } }
      .thumbnail .plan_thumb_box .limited_wappen:after {
        content: "";
        position: absolute;
        border-radius: 5px;
        inset: 2px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        pointer-events: none; }

@keyframes flashing {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*# sourceMappingURL=roomplan_common.css.map */
