@charset "UTF-8";
/*! Writen  by SCSS */
.plan_detail_wrap .detail_in {
  display: grid;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(20px, 2.858vw, 40px) 0;
  grid-template-columns: 30% 65%; }
  @media screen and (max-width: 820px) {
    .plan_detail_wrap .detail_in {
      grid-template-columns: 33% 63%; } }
  @media screen and (max-width: 480px) {
    .plan_detail_wrap .detail_in {
      grid-template-columns: 100%;
      row-gap: 20px; } }
  .plan_detail_wrap .detail_in .type_group .type_group_in {
    padding: 20px;
    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_group_in {
        padding: 15px; } }
    .plan_detail_wrap .detail_in .type_group .type_group_in .model_ttl {
      font-size: clamp(11px, 1.286vw, 18px);
      color: #d9bf72;
      background: #141641;
      text-align: center;
      line-height: 1;
      padding: 6px 5px 10px;
      margin-bottom: 15px; }
      @media screen and (max-width: 480px) {
        .plan_detail_wrap .detail_in .type_group .type_group_in .model_ttl {
          font-size: 4vw;
          padding: 6px 5px 8px; } }
    .plan_detail_wrap .detail_in .type_group .type_group_in .type_name_group {
      align-items: flex-start; }
      .plan_detail_wrap .detail_in .type_group .type_group_in .type_name_group .name_group {
        width: 31.25%;
        flex-direction: column;
        align-items: center;
        color: #FFF;
        padding: 15px 5px;
        box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
        background: linear-gradient(to bottom, #4d3500 0%, #332300 100%); }
        @media screen and (max-width: 820px) {
          .plan_detail_wrap .detail_in .type_group .type_group_in .type_name_group .name_group {
            width: 33%; } }
        @media screen and (max-width: 480px) {
          .plan_detail_wrap .detail_in .type_group .type_group_in .type_name_group .name_group {
            padding: 8px 10px 10px; } }
        .plan_detail_wrap .detail_in .type_group .type_group_in .type_name_group .name_group .n01 {
          display: flex;
          flex-direction: column;
          font-size: clamp(12px, 1.286vw, 18px);
          line-height: 1;
          text-align: center; }
          @media screen and (max-width: 480px) {
            .plan_detail_wrap .detail_in .type_group .type_group_in .type_name_group .name_group .n01 {
              font-size: 5vw; } }
          .plan_detail_wrap .detail_in .type_group .type_group_in .type_name_group .name_group .n01 .big {
            line-height: 0.85;
            font-size: 333%;
            display: block; }
        .plan_detail_wrap .detail_in .type_group .type_group_in .type_name_group .name_group .n02 {
          width: 100%;
          text-align: center;
          font-size: clamp(10px, 1.143vw, 16px);
          padding-top: 10px;
          margin-top: 10px;
          position: relative; }
          @media screen and (max-width: 820px) {
            .plan_detail_wrap .detail_in .type_group .type_group_in .type_name_group .name_group .n02 {
              padding-top: 5px; } }
          @media screen and (max-width: 480px) {
            .plan_detail_wrap .detail_in .type_group .type_group_in .type_name_group .name_group .n02 {
              font-size: 3vw; } }
          .plan_detail_wrap .detail_in .type_group .type_group_in .type_name_group .name_group .n02:before {
            content: "";
            position: absolute;
            inset: 0;
            bottom: auto;
            border-top: 1px solid #FFF;
            mix-blend-mode: soft-light; }
      .plan_detail_wrap .detail_in .type_group .type_group_in .type_name_group .ldk_group {
        width: 62.5%;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        align-self: center; }
        @media screen and (max-width: 820px) {
          .plan_detail_wrap .detail_in .type_group .type_group_in .type_name_group .ldk_group {
            width: 61%; } }
        @media screen and (max-width: 480px) {
          .plan_detail_wrap .detail_in .type_group .type_group_in .type_name_group .ldk_group {
            row-gap: 5px; } }
        .plan_detail_wrap .detail_in .type_group .type_group_in .type_name_group .ldk_group .ldk {
          font-size: clamp(11px, 1.143vw, 16px);
          font-weight: 500;
          line-height: 1.2;
          letter-spacing: normal; }
          @media screen and (max-width: 820px) {
            .plan_detail_wrap .detail_in .type_group .type_group_in .type_name_group .ldk_group .ldk {
              font-size: 1.3vw; } }
          @media screen and (max-width: 480px) {
            .plan_detail_wrap .detail_in .type_group .type_group_in .type_name_group .ldk_group .ldk {
              font-size: 4vw; } }
          .plan_detail_wrap .detail_in .type_group .type_group_in .type_name_group .ldk_group .ldk .big {
            display: block;
            font-size: 222%;
            line-height: 1;
            margin-bottom: 5px; }
    .plan_detail_wrap .detail_in .type_group .type_group_in .area {
      margin: 15px 0 20px;
      padding-bottom: 20px;
      font-size: clamp(13px, 1.429vw, 20px);
      line-height: 1.2;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative; }
      @media screen and (max-width: 820px) {
        .plan_detail_wrap .detail_in .type_group .type_group_in .area {
          margin: 15px 0;
          padding-bottom: 15px; } }
      .plan_detail_wrap .detail_in .type_group .type_group_in .area:before, .plan_detail_wrap .detail_in .type_group .type_group_in .area:after {
        content: "";
        position: absolute;
        inset: 0;
        top: auto;
        height: 1px;
        width: 100%;
        mix-blend-mode: soft-light; }
      .plan_detail_wrap .detail_in .type_group .type_group_in .area:before {
        background: #000; }
      .plan_detail_wrap .detail_in .type_group .type_group_in .area:after {
        background: #FFF;
        bottom: -1px; }
      @media screen and (max-width: 820px) {
        .plan_detail_wrap .detail_in .type_group .type_group_in .area {
          font-size: 1.55vw; } }
      @media screen and (max-width: 480px) {
        .plan_detail_wrap .detail_in .type_group .type_group_in .area {
          font-size: 4.2vw; } }
      .plan_detail_wrap .detail_in .type_group .type_group_in .area span {
        line-height: 1;
        display: inline-block; }
        .plan_detail_wrap .detail_in .type_group .type_group_in .area span.big {
          font-size: 300%; }
        .plan_detail_wrap .detail_in .type_group .type_group_in .area span.big02 {
          font-size: 180%; }
        .plan_detail_wrap .detail_in .type_group .type_group_in .area span.small {
          display: block;
          text-align: right;
          font-size: 90%; }
          @media screen and (max-width: 480px) {
            .plan_detail_wrap .detail_in .type_group .type_group_in .area span.small {
              display: inline-block; } }
    .plan_detail_wrap .detail_in .type_group .type_group_in .area02_group {
      flex-direction: column;
      justify-content: flex-start; }
      .plan_detail_wrap .detail_in .type_group .type_group_in .area02_group .group_in {
        justify-content: flex-start;
        font-size: clamp(10px, 1.215vw, 17px);
        line-height: 1.6; }
        @media screen and (max-width: 480px) {
          .plan_detail_wrap .detail_in .type_group .type_group_in .area02_group .group_in {
            font-size: 3.8vw; } }
        .plan_detail_wrap .detail_in .type_group .type_group_in .area02_group .group_in dt {
          width: 8.1em; }
          @media screen and (max-width: 820px) {
            .plan_detail_wrap .detail_in .type_group .type_group_in .area02_group .group_in dt {
              width: 8.2em; } }
        .plan_detail_wrap .detail_in .type_group .type_group_in .area02_group .group_in dd.num {
          flex-grow: 1; }
        .plan_detail_wrap .detail_in .type_group .type_group_in .area02_group .group_in dd.slash {
          width: 1em; }
  .plan_detail_wrap .detail_in .torikago {
    position: relative; }
    @media screen and (max-width: 480px) {
      .plan_detail_wrap .detail_in .torikago {
        max-width: 360px;
        margin: 0 auto; } }
    .plan_detail_wrap .detail_in .torikago:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      background: #e3cd87;
      mix-blend-mode: multiply;
      width: 13.06%; }
    .plan_detail_wrap .detail_in .torikago.type_a:after {
      left: 8.4%;
      bottom: auto;
      height: 90%; }
    .plan_detail_wrap .detail_in .torikago.type_b:after {
      left: 21.4%;
      bottom: auto;
      height: 90%; }
    .plan_detail_wrap .detail_in .torikago.type_c:after {
      left: 34.7%;
      bottom: auto;
      height: 90%; }
    .plan_detail_wrap .detail_in .torikago.type_d:after {
      left: 47.6%;
      bottom: auto;
      height: 90%; }
    .plan_detail_wrap .detail_in .torikago.type_e:after {
      left: 60.8%;
      bottom: auto;
      height: 90%; }
    .plan_detail_wrap .detail_in .torikago.type_f:after {
      left: 74%;
      bottom: auto;
      height: 90%; }
    .plan_detail_wrap .detail_in .torikago.type_g:after {
      right: 0;
      bottom: auto;
      height: 90%; }
  .plan_detail_wrap .detail_in .draw_group {
    grid-column: 2/3;
    grid-row: 1/4;
    flex-direction: column;
    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:after {
      content: "";
      position: absolute;
      inset: 0;
      border: 1px solid #ccc;
      pointer-events: none; }
    .plan_detail_wrap .detail_in .draw_group .draw_box {
      background: #FFF;
      padding: 30px 25px clamp(30px, 2.858vw, 40px);
      text-align: center; }
      @media screen and (max-width: 480px) {
        .plan_detail_wrap .detail_in .draw_group .draw_box {
          padding: 15px; } }
      .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 .draw_group .draw_box .draw_img_group .hanrei {
          position: absolute;
          inset: 0;
          left: 5%;
          top: auto;
          bottom: 0px;
          width: 64.11%;
          margin: 0 auto;
          padding: clamp(5px, 0.715vw, 10px) 5px;
          border: 1px solid #af832f;
          align-items: center;
          justify-content: center;
          column-gap: clamp(8px, 1.072vw, 15px); }
          @media screen and (max-width: 820px) {
            .plan_detail_wrap .detail_in .draw_group .draw_box .draw_img_group .hanrei {
              width: 73%; } }
          @media screen and (max-width: 480px) {
            .plan_detail_wrap .detail_in .draw_group .draw_box .draw_img_group .hanrei {
              position: static;
              margin-top: 15px;
              padding: 5px;
              column-gap: 5px;
              width: 100%; } }
          .plan_detail_wrap .detail_in .draw_group .draw_box .draw_img_group .hanrei .hanrei_txt {
            font-size: clamp(10px, 1vw, 14px);
            column-gap: 5px;
            align-items: center; }
            @media screen and (max-width: 480px) {
              .plan_detail_wrap .detail_in .draw_group .draw_box .draw_img_group .hanrei .hanrei_txt {
                font-size: 10px; } }
            @media screen and (max-width: 820px) {
              .plan_detail_wrap .detail_in .draw_group .draw_box .draw_img_group .hanrei .hanrei_txt .icon {
                width: 30px; } }
            .plan_detail_wrap .detail_in .draw_group .draw_box .draw_img_group .hanrei .hanrei_txt .box {
              width: clamp(30px, 5vw, 70px);
              aspect-ratio: 70/26; }
              .plan_detail_wrap .detail_in .draw_group .draw_box .draw_img_group .hanrei .hanrei_txt .box.storage {
                background: #c9bca0; }
              .plan_detail_wrap .detail_in .draw_group .draw_box .draw_img_group .hanrei .hanrei_txt .box.water {
                background: #badeed; }
            .plan_detail_wrap .detail_in .draw_group .draw_box .draw_img_group .hanrei .hanrei_txt .text {
              flex-shrink: 0; }
.plan_detail_wrap .original_group {
  margin: clamp(40px, 5.715vw, 80px) auto 0;
  position: relative; }
  .plan_detail_wrap .original_group:after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid #dabf6e;
    pointer-events: none; }
  .plan_detail_wrap .original_group .original_ttl {
    font-size: clamp(18px, 2.167vw, 26px);
    color: #4d3400;
    padding: 8px 10px 10px;
    line-height: 1.2;
    text-align: center;
    background: #dabf6e; }
    @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: rgba(104, 82, 35, 0.6);
    padding: clamp(20px, 3.334vw, 40px) 20px; }
    .plan_detail_wrap .original_group .original_box .original_box_in {
      max-width: 1100px;
      width: 100%;
      margin: 0 auto; }
      .plan_detail_wrap .original_group .original_box .original_box_in .box_in:not(:first-child) {
        padding-top: 30px;
        margin-top: 30px;
        border-top: 1px dotted #FFF; }
      .plan_detail_wrap .original_group .original_box .original_box_in .box_in .box_in02 {
        max-width: 1000px;
        margin: 0 auto; }
        .plan_detail_wrap .original_group .original_box .original_box_in .box_in .box_in02 .movie_image_group {
          position: relative;
          align-items: center; }
          @media screen and (max-width: 480px) {
            .plan_detail_wrap .original_group .original_box .original_box_in .box_in .box_in02 .movie_image_group {
              flex-direction: column;
              row-gap: 20px; } }
          .plan_detail_wrap .original_group .original_box .original_box_in .box_in .box_in02 .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 .box_in .box_in02 .movie_image_group .movie_thum {
                width: 100%; } }
            body:not(.mobile) .plan_detail_wrap .original_group .original_box .original_box_in .box_in .box_in02 .movie_image_group .movie_thum:hover {
              opacity: 0.7; }
          .plan_detail_wrap .original_group .original_box .original_box_in .box_in .box_in02 .movie_image_group .text_group {
            width: 65%;
            display: flex;
            flex-direction: column;
            row-gap: 20px;
            color: #FFF; }
            @media screen and (max-width: 480px) {
              .plan_detail_wrap .original_group .original_box .original_box_in .box_in .box_in02 .movie_image_group .text_group {
                width: 100%; } }
            .plan_detail_wrap .original_group .original_box .original_box_in .box_in .box_in02 .movie_image_group .text_group .movie_ttl {
              font-size: clamp(14px, 1.286vw, 18px);
              line-height: 1.5; }
              .plan_detail_wrap .original_group .original_box .original_box_in .box_in .box_in02 .movie_image_group .text_group .movie_ttl .big {
                font-size: 122%;
                display: block; }
            .plan_detail_wrap .original_group .original_box .original_box_in .box_in .box_in02 .movie_image_group .text_group .movie_read {
              font-size: clamp(12px, 1.072vw, 15px); }
              @media screen and (max-width: 480px) {
                .plan_detail_wrap .original_group .original_box .original_box_in .box_in .box_in02 .movie_image_group .text_group .movie_read {
                  font-size: 12px; } }
      .plan_detail_wrap .original_group .original_box .original_box_in .box_in .closet_group {
        position: relative; }
.plan_detail_wrap .draw_button {
  max-width: 630px;
  width: 100%;
  margin: clamp(30px, 3.334vw, 40px) auto clamp(30px, 4.167vw, 50px); }
  @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 #FFF;
      padding: 10px 5px;
      font-size: clamp(12px, 1.143vw, 16px);
      color: #FFF;
      display: flex;
      justify-content: center;
      align-items: center;
      column-gap: 15px;
      background: rgba(255, 255, 255, 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(255, 255, 255, 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 */
