@charset "UTF-8";
/*! Writen  by SCSS */
.plan_detail_wrap {
  padding-bottom: clamp(50px, 7.143vw, 100px); }
  .plan_detail_wrap .detail_in {
    position: relative;
    display: grid;
    align-items: flex-start;
    justify-content: space-between;
    grid-template-columns: 25.81% 64.52%;
    margin-bottom: clamp(60px, 9.231vw, 120px); }
    @media screen and (max-width: 820px) {
      .plan_detail_wrap .detail_in {
        grid-template-columns: 30% 64.52%; } }
    @media screen and (max-width: 480px) {
      .plan_detail_wrap .detail_in {
        grid-template-columns: 100%;
        row-gap: 30px; } }
    .plan_detail_wrap .detail_in .type_group {
      font-weight: 400; }
      .plan_detail_wrap .detail_in .type_group .type_name_group {
        position: relative;
        align-items: center;
        flex-direction: column;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../images/roomplan/detail/bg_type.png");
        padding: 20px 20px 15px; }
        @media screen and (max-width: 820px) {
          .plan_detail_wrap .detail_in .type_group .type_name_group {
            padding: 5px 20px 20px; } }
        .plan_detail_wrap .detail_in .type_group .type_name_group:after {
          content: "";
          position: absolute;
          inset: 2px;
          border: 1px solid;
          border-image: linear-gradient(45deg, #6a5d25 0%, #bba756 100%);
          border-image-slice: 1;
          pointer-events: none; }
        .plan_detail_wrap .detail_in .type_group .type_name_group .name_group {
          width: 100%;
          flex-direction: column;
          align-items: center;
          color: #FFF;
          padding-bottom: 15px;
          margin-bottom: 15px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.4);
          background-position: top center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("../images/roomplan/detail/type_bg.jpg"); }
          @media screen and (max-width: 820px) {
            .plan_detail_wrap .detail_in .type_group .type_name_group .name_group {
              padding-bottom: 10px;
              margin-bottom: 10px; } }
          .plan_detail_wrap .detail_in .type_group .type_name_group .name_group .type_txt {
            font-size: clamp(30px, 3.286vw, 46px);
            text-align: center;
            background: -webkit-linear-gradient(90deg, #b3b3b3 0%, #FFF 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            color: #fff;
            line-height: 1; }
            @media screen and (max-width: 820px) {
              .plan_detail_wrap .detail_in .type_group .type_name_group .name_group .type_txt {
                font-size: 4vw; } }
            @media screen and (max-width: 480px) {
              .plan_detail_wrap .detail_in .type_group .type_name_group .name_group .type_txt {
                font-size: 9vw;
                line-height: 1.4; } }
            .plan_detail_wrap .detail_in .type_group .type_name_group .name_group .type_txt .big {
              display: inline-block;
              line-height: 1;
              font-size: 143%; }
              @media screen and (max-width: 820px) {
                .plan_detail_wrap .detail_in .type_group .type_name_group .name_group .type_txt .big {
                  line-height: 1.2; } }
        .plan_detail_wrap .detail_in .type_group .type_name_group .ldk {
          justify-content: center;
          align-items: center;
          column-gap: 4px;
          font-size: clamp(14px, 1.286vw, 18px);
          letter-spacing: normal;
          color: #FFF;
          line-height: 1;
          letter-spacing: normal; }
          @media screen and (max-width: 820px) {
            .plan_detail_wrap .detail_in .type_group .type_name_group .ldk {
              font-size: 1.5vw; } }
          @media screen and (max-width: 480px) {
            .plan_detail_wrap .detail_in .type_group .type_name_group .ldk {
              font-size: 4vw; } }
          .plan_detail_wrap .detail_in .type_group .type_name_group .ldk .big {
            font-size: 220%; }
          .plan_detail_wrap .detail_in .type_group .type_name_group .ldk .plus {
            font-size: 130%; }
          @media screen and (max-width: 480px) {
            .plan_detail_wrap .detail_in .type_group .type_name_group .ldk .sub {
              line-height: 1.4; } }
          .plan_detail_wrap .detail_in .type_group .type_name_group .ldk .sub.ex {
            letter-spacing: -0.3em; }
            @media screen and (max-width: 480px) {
              .plan_detail_wrap .detail_in .type_group .type_name_group .ldk .sub.ex {
                letter-spacing: normal; } }
          .plan_detail_wrap .detail_in .type_group .type_name_group .ldk .sub.sub_big {
            font-size: 150%; }
      .plan_detail_wrap .detail_in .type_group .area_group {
        width: calc(100% - 30px);
        margin: 0 auto clamp(25px, 2.858vw, 40px); }
        @media screen and (max-width: 820px) {
          .plan_detail_wrap .detail_in .type_group .area_group {
            width: 100%; } }
        .plan_detail_wrap .detail_in .type_group .area_group .area {
          border-bottom: 1px solid #131c62;
          padding-bottom: 20px;
          margin: 20px 0;
          font-size: clamp(13px, 1.572vw, 22px);
          line-height: 1.2; }
          @media screen and (max-width: 820px) {
            .plan_detail_wrap .detail_in .type_group .area_group .area {
              font-size: 2vw;
              padding-bottom: 15px;
              margin: 15px 0; } }
          @media screen and (max-width: 480px) {
            .plan_detail_wrap .detail_in .type_group .area_group .area {
              font-size: 4.2vw; } }
          .plan_detail_wrap .detail_in .type_group .area_group .area span {
            display: inline-block;
            line-height: 1; }
            .plan_detail_wrap .detail_in .type_group .area_group .area span.big {
              font-size: 272%; }
            .plan_detail_wrap .detail_in .type_group .area_group .area span.small {
              font-size: 154%; }
            .plan_detail_wrap .detail_in .type_group .area_group .area span.small02 {
              font-size: 90%; }
            .plan_detail_wrap .detail_in .type_group .area_group .area span.sub {
              margin-bottom: 15px;
              display: block; }
              @media screen and (max-width: 820px) {
                .plan_detail_wrap .detail_in .type_group .area_group .area span.sub {
                  margin-bottom: 5px; } }
              @media screen and (max-width: 480px) {
                .plan_detail_wrap .detail_in .type_group .area_group .area span.sub {
                  display: inline-block;
                  margin-right: 10px; } }
        .plan_detail_wrap .detail_in .type_group .area_group .area02_group {
          flex-direction: column; }
          .plan_detail_wrap .detail_in .type_group .area_group .area02_group .group_in {
            justify-content: flex-start;
            column-gap: 10px;
            font-size: clamp(11px, 1.143vw, 16px); }
            @media screen and (max-width: 820px) {
              .plan_detail_wrap .detail_in .type_group .area_group .area02_group .group_in {
                font-size: 1.5vw; } }
            @media screen and (max-width: 480px) {
              .plan_detail_wrap .detail_in .type_group .area_group .area02_group .group_in {
                font-size: 4vw; } }
            .plan_detail_wrap .detail_in .type_group .area_group .area02_group .group_in dt {
              width: 7.5em; }
            .plan_detail_wrap .detail_in .type_group .area_group .area02_group .group_in dd.num {
              flex-grow: 1; }
            .plan_detail_wrap .detail_in .type_group .area_group .area02_group .group_in dd.slash {
              width: 0.5em; }
      .plan_detail_wrap .detail_in .type_group .torikago {
        position: relative;
        align-items: center;
        display: flex;
        flex-direction: column;
        /*	
        &:after{
        	content:"";
        	position:absolute;
        	bottom: 8%;
        	height:61%;
        	background:rgba(#bba756,0.5);
        	mix-blend-mode:multiply;
        	width:cal_per(320,42);
        }
        &.type_a{
        	&:after{
        		left: 8.3%;
        	}
        }
        
        &.type_b{
        	&:after{
        		left:21.7%;
        	}
        }
        
        &.type_c{
        	&:after{
        		left:34.7%;
        	}
        }
        
        &.type_d{
        	&:after{
        		left:47.6%;
        	}
        }
        
        &.type_e{
        	&:after{
        		left:60.5%;
        		height:92%;
        	}
        }
        
        &.type_f{
        	&:after{
        		left:73.6%;
        		height:92%;
        	}
        }
        
        &.type_g{
        	&:after{
        		left:87%;
        		height:92%;
        	}
        }
        
        &.type_h{
        	&:after{
        		width: 19.42%;
        		left:41.4%;
        		top: 0;
        		bottom:auto;
        		height:30.5%;
        	}
        }
        */ }
        @media screen and (max-width: 480px) {
          .plan_detail_wrap .detail_in .type_group .torikago {
            width: fit-content;
            margin: 0 auto; } }
        .plan_detail_wrap .detail_in .type_group .torikago .cap_r {
          width: 60%;
          display: block;
          text-align: right; }
    .plan_detail_wrap .detail_in .draw_group {
      grid-column: 2/3;
      grid-row: 1/3;
      position: relative;
      row-gap: clamp(30px, 2.858vw, 40px); }
      @media screen and (max-width: 480px) {
        .plan_detail_wrap .detail_in .draw_group {
          grid-column: auto;
          grid-row: auto; } }
      .plan_detail_wrap .detail_in .draw_group .draw_box {
        text-align: center; }
        .plan_detail_wrap .detail_in .draw_group .draw_box .draw_img_group {
          position: relative; }
          .plan_detail_wrap .detail_in .draw_group .draw_box .draw_img_group .draw_img {
            width: fit-content;
            margin: 0 auto; }
    .plan_detail_wrap .detail_in .hanrei {
      width: 25.81%;
      position: absolute;
      left: 0;
      bottom: 0;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 480px) {
        .plan_detail_wrap .detail_in .hanrei {
          position: static;
          width: 100%;
          justify-content: center;
          column-gap: 20px; } }
      .plan_detail_wrap .detail_in .hanrei .hanrei_in {
        width: 68.75%;
        background: #FFF;
        padding: 12px;
        flex-wrap: wrap;
        gap: 10px 5px;
        align-items: center;
        justify-content: flex-start; }
        @media screen and (max-width: 480px) {
          .plan_detail_wrap .detail_in .hanrei .hanrei_in {
            width: 220px; } }
        .plan_detail_wrap .detail_in .hanrei .hanrei_in .hanrei_txt {
          width: 48%;
          font-size: clamp(10px, 1vw, 14px);
          column-gap: 5px;
          align-items: center;
          justify-content: flex-start;
          line-height: 1;
          white-space: nowrap;
          column-gap: 5px; }
          @media screen and (max-width: 480px) {
            .plan_detail_wrap .detail_in .hanrei .hanrei_in .hanrei_txt {
              font-size: 12px; } }
        @media screen and (max-width: 820px) {
          .plan_detail_wrap .detail_in .hanrei .hanrei_in .icon {
            width: 30px; } }
        @media screen and (max-width: 480px) {
          .plan_detail_wrap .detail_in .hanrei .hanrei_in .icon {
            width: 50px; } }
        .plan_detail_wrap .detail_in .hanrei .hanrei_in .box {
          width: 50px;
          aspect-ratio: 3/1; }
          @media screen and (max-width: 820px) {
            .plan_detail_wrap .detail_in .hanrei .hanrei_in .box {
              width: 30px;
              aspect-ratio: 5 / 2; } }
          @media screen and (max-width: 480px) {
            .plan_detail_wrap .detail_in .hanrei .hanrei_in .box {
              width: 50px;
              aspect-ratio: 3/1; } }
          .plan_detail_wrap .detail_in .hanrei .hanrei_in .box.storage {
            background: #c9bca0; }
          .plan_detail_wrap .detail_in .hanrei .hanrei_in .box.water {
            background: #badeed; }
      .plan_detail_wrap .detail_in .hanrei .direction {
        width: 15%; }
    .plan_detail_wrap .detail_in .button_group {
      margin-top: 50%;
      display: flex;
      flex-direction: column;
      row-gap: 20px; }
      @media screen and (max-width: 960px) {
        .plan_detail_wrap .detail_in .button_group {
          margin-top: 0; } }
      .plan_detail_wrap .detail_in .button_group a {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 10px;
        border: 1px solid #b28b39;
        padding: 10px 5px;
        background: #FFF;
        transition: 0.3s background ease-in-out 0s; }
        body:not(.mobile) .plan_detail_wrap .detail_in .button_group a:hover {
          background: rgba(178, 139, 57, 0.1); }
        .plan_detail_wrap .detail_in .button_group a .text {
          font-size: clamp(12px, 1.143vw, 16px);
          color: #b28b39; }
          @media screen and (max-width: 480px) {
            .plan_detail_wrap .detail_in .button_group a .text {
              font-size: 14px; } }
  .plan_detail_wrap .original_group {
    max-width: 1100px;
    margin: clamp(40px, 4.286vw, 60px) auto clamp(50px, 5.715vw, 80px);
    position: relative; }
    .plan_detail_wrap .original_group:after {
      content: "";
      position: absolute;
      inset: 0;
      border: 1px solid #54b7e1;
      pointer-events: none; }
    .plan_detail_wrap .original_group .original_ttl {
      font-size: clamp(18px, 2.167vw, 26px);
      color: #FFF;
      padding: 8px 10px 10px;
      line-height: 1.2;
      text-align: center;
      background: #54b7e1; }
      @media screen and (max-width: 480px) {
        .plan_detail_wrap .original_group .original_ttl {
          font-size: 5vw; } }
    .plan_detail_wrap .original_group .original_box {
      flex-direction: column;
      background: #f6f6f6;
      padding: clamp(20px, 3.334vw, 40px) 20px; }
      .plan_detail_wrap .original_group .original_box .original_box_in {
        max-width: 1000px;
        width: 100%;
        margin: 0 auto; }
        .plan_detail_wrap .original_group .original_box .original_box_in:not(:first-child) {
          padding-top: 30px;
          margin-top: 30px;
          border-top: 1px solid #54b7e1; }
        .plan_detail_wrap .original_group .original_box .original_box_in .movie_image_group {
          position: relative;
          align-items: center; }
          @media screen and (max-width: 480px) {
            .plan_detail_wrap .original_group .original_box .original_box_in .movie_image_group {
              flex-direction: column;
              row-gap: 20px; } }
          .plan_detail_wrap .original_group .original_box .original_box_in .movie_image_group .movie_thum {
            width: 32%;
            text-align: center;
            transition: 0.3s opacity ease-in-out; }
            @media screen and (max-width: 480px) {
              .plan_detail_wrap .original_group .original_box .original_box_in .movie_image_group .movie_thum {
                width: 100%; } }
            body:not(.mobile) .plan_detail_wrap .original_group .original_box .original_box_in .movie_image_group .movie_thum:hover {
              opacity: 0.7; }
          .plan_detail_wrap .original_group .original_box .original_box_in .movie_image_group .text_group {
            width: 65%;
            display: flex;
            flex-direction: column;
            row-gap: 20px; }
            @media screen and (max-width: 480px) {
              .plan_detail_wrap .original_group .original_box .original_box_in .movie_image_group .text_group {
                width: 100%; } }
            .plan_detail_wrap .original_group .original_box .original_box_in .movie_image_group .text_group .movie_ttl {
              font-size: clamp(14px, 1.286vw, 18px);
              color: #008bc6;
              line-height: 1.5; }
              .plan_detail_wrap .original_group .original_box .original_box_in .movie_image_group .text_group .movie_ttl .big {
                font-size: 122%;
                display: block; }
            .plan_detail_wrap .original_group .original_box .original_box_in .movie_image_group .text_group .movie_txt {
              font-size: clamp(12px, 1.072vw, 15px); }
              @media screen and (max-width: 480px) {
                .plan_detail_wrap .original_group .original_box .original_box_in .movie_image_group .text_group .movie_txt {
                  font-size: 12px; } }
        .plan_detail_wrap .original_group .original_box .original_box_in .closet_group {
          position: relative; }
  .plan_detail_wrap .draw_button {
    max-width: 630px;
    width: 100%;
    margin: 0 auto clamp(60px, 10vw, 120px); }
    @media screen and (max-width: 480px) {
      .plan_detail_wrap .draw_button {
        flex-direction: column;
        row-gap: 20px; } }
    .plan_detail_wrap .draw_button li {
      width: 47.62%; }
      @media screen and (max-width: 480px) {
        .plan_detail_wrap .draw_button li {
          width: 100%; } }
      .plan_detail_wrap .draw_button li a {
        width: 100%;
        height: 100%;
        border: 1px solid #093155;
        padding: 10px 5px;
        font-size: clamp(12px, 1.143vw, 16px);
        color: #000033;
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 15px;
        background: rgba(9, 49, 85, 0);
        transition: 0.3s all ease-in-out 0s;
        text-decoration: none !important; }
        @media screen and (max-width: 480px) {
          .plan_detail_wrap .draw_button li a {
            font-size: 14px; } }
        body:not(.mobile) .plan_detail_wrap .draw_button li a:hover {
          background: rgba(9, 49, 85, 0.1); }

/*	動画モーダル	*/
.modal_box {
  position: fixed;
  z-index: 99999999;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out 0s; }
  .modal_box .modal_bg {
    background: rgba(0, 0, 0, 0.5);
    inset: 0;
    position: absolute;
    z-index: -1; }
  .modal_box.opened {
    opacity: 1;
    pointer-events: all;
    cursor: pointer; }
    .modal_box.opened .modal_in {
      transform: scale(1);
      opacity: 1; }
  .modal_box .modal_in {
    position: absolute;
    inset: 0;
    margin: auto;
    width: calc(100vw - 40px);
    max-width: calc((100vh - 300px)/0.5625);
    height: calc((100vw - 40px) * 0.5625);
    max-height: calc(100vh - 300px);
    transform: scale(0.95);
    opacity: 0;
    transition: all 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0.3s; }
    .modal_box .modal_in .video {
      position: relative;
      width: 100%;
      padding-top: 56.25%; }
      .modal_box .modal_in .video iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%; }
  .modal_box .close_button {
    width: 60px;
    height: 60px;
    cursor: pointer;
    top: 0;
    right: 0px;
    background: #fff;
    position: fixed;
    transition: all 0.3s ease-in-out 0s; }
    .modal_box .close_button::before, .modal_box .close_button::after {
      content: "";
      display: block;
      position: absolute;
      width: 40px;
      height: 2px;
      background: #000;
      top: 29px;
      left: 10px; }
    .modal_box .close_button::before {
      transform: rotate(45deg); }
    .modal_box .close_button::after {
      transform: rotate(-45deg); }
    @media (hover: hover) {
      .modal_box .close_button:hover {
        opacity: 0.7; } }

.loaded .modal_box {
  transition: all 0.3s ease-in-out 0s; }

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