@charset "UTF-8";
/*! Writen  by SCSS */
.plan_main_wrap {
  position: relative; }
  .plan_main_wrap .main_lead {
    position: absolute;
    z-index: 2;
    width: 52.07%;
    top: 2.19%;
    left: 6.25%;
    line-height: 0;
    filter: drop-shadow(0px 0px 0px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 3px #fff); }
    @media screen and (max-width: 480px) {
      .plan_main_wrap .main_lead {
        width: 90%;
        top: 20px;
        left: 20px; } }
  @media screen and (max-width: 480px) {
    .plan_main_wrap .main_image img {
      display: block;
      width: 100%;
      height: 100%;
      aspect-ratio: 4 / 2;
      object-fit: cover;
      object-position: top left; } }

.plan_btn {
  position: relative;
  z-index: 20;
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: -50px auto 60px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1000px) {
    .plan_btn {
      margin-bottom: 40px; } }
  @media screen and (max-width: 480px) {
    .plan_btn {
      margin-bottom: 20px; } }
  .plan_btn li {
    width: calc(350%/11);
    background: #bdccd4;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px; }
    @media screen and (max-width: 1000px) {
      .plan_btn li img {
        width: 60%;
        max-width: 100px; } }
    @media screen and (max-width: 480px) {
      .plan_btn li {
        padding: 10px; } }
    .plan_btn li.active {
      background: #88bbd6; }

.sec_plan {
  background: #eaeef2;
  padding-bottom: clamp(40px, 5%, 60px); }
  @media screen and (max-width: 480px) {
    .sec_plan {
      padding-top: 25px;
      padding-bottom: 25px; } }
  .sec_plan .inner {
    background: #fff;
    padding-top: clamp(50px, 7.5%, 90px);
    padding-bottom: clamp(30px, 4.17%, 50px); }
    @media screen and (max-width: 480px) {
      .sec_plan .inner {
        padding-top: 25px;
        padding-bottom: 25px; } }
    .sec_plan .inner .cap_wrap {
      margin-top: clamp(80px, 10%, 120px);
      max-width: 1000px;
      width: calc(100% - 20px);
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 480px) {
        .sec_plan .inner .cap_wrap {
          margin-top: 20px; } }
      .sec_plan .inner .cap_wrap .hanrei_wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 1em;
        line-height: 1;
        margin-bottom: 1em; }
        .sec_plan .inner .cap_wrap .hanrei_wrap .item {
          display: flex;
          align-items: center;
          gap: 0.25em; }
          .sec_plan .inner .cap_wrap .hanrei_wrap .item .icon {
            width: 4em;
            line-height: 0; }

.vr_banner_box {
  margin-bottom: clamp(25px, 3.34%, 40px); }

.plan_wrap {
  max-width: 1000px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto; }
  .plan_wrap:not(.active) {
    display: none; }

.plan_text_outer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px 3.33%;
  margin-bottom: clamp(30px, 4.17%, 50px); }
  @media screen and (max-width: 480px) {
    .plan_text_outer {
      flex-direction: column; } }

.plan_data_wrap {
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0; }
  .plan_data_wrap .plan_space {
    font-size: clamp(20px, 3.22vw, 40px);
    border-bottom: 3px solid #94b1bc;
    line-height: 1;
    padding-left: 0.4em;
    padding-right: 0.4em;
    padding-bottom: 0.37em;
    margin-bottom: 0.75em; }
    @media screen and (max-width: 480px) {
      .plan_data_wrap .plan_space {
        font-size: 30px; } }
  .plan_data_wrap .plan_size_list {
    font-size: clamp(16px, 1.61vw, 20px);
    line-height: 1;
    display: flex;
    flex-direction: column;
    gap: 1em 0; }
    .plan_data_wrap .plan_size_list .item {
      display: flex;
      align-items: baseline; }
      .plan_data_wrap .plan_size_list .item dt {
        flex-shrink: 0; }
      .plan_data_wrap .plan_size_list .item dd {
        display: flex;
        align-items: baseline; }
        .plan_data_wrap .plan_size_list .item dd .size_sub {
          font-size: 0.65em; }
    .plan_data_wrap .plan_size_list .item_main_wrap dt {
      font-size: 1.2em; }
    .plan_data_wrap .plan_size_list .item_main_wrap dd .size_main {
      font-size: 1.6em; }

.plan_figure {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 480px) {
    .plan_figure {
      width: 100%; } }

.repay {
  max-width: 500px;
  width: fit-content; }
  .repay .repay_head {
    font-size: clamp(14px, 1.29vw, 16px);
    line-height: 1;
    width: fit-content;
    color: #fff;
    background: #4c4c4c;
    padding: 0.4em; }
  .repay .repay_inner {
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px; }
    .repay .repay_inner .repay_lead {
      font-size: clamp(14px, 1.61vw, 20px);
      line-height: 1;
      margin-bottom: 1em; }
      @media screen and (max-width: 480px) {
        .repay .repay_inner .repay_lead {
          font-size: 16px;
          text-align: center;
          line-height: 1.4; } }
      .repay .repay_inner .repay_lead .text_min {
        font-size: 0.7em; }
    .repay .repay_inner .repay_wrap {
      flex-direction: column;
      align-items: center;
      gap: 20px 0; }
      .repay .repay_inner .repay_wrap .repay_left .repay_list {
        display: grid;
        align-items: baseline;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.6em 0.8em;
        font-size: clamp(14px, 1.45vw, 18px);
        line-height: 1;
        margin-bottom: 0.6em; }
        @media screen and (max-width: 480px) {
          .repay .repay_inner .repay_wrap .repay_left .repay_list {
            font-size: 13px;
            gap: 0.5em; } }
        .repay .repay_inner .repay_wrap .repay_left .repay_list .item {
          display: flex;
          align-items: baseline;
          justify-content: space-between; }
          .repay .repay_inner .repay_wrap .repay_left .repay_list .item dt {
            font-size: 0.8em; }
          .repay .repay_inner .repay_wrap .repay_left .repay_list .item .text_min {
            font-size: 0.8em; }
      .repay .repay_inner .repay_wrap .repay_left .repay_sub {
        font-size: clamp(10px, 1.12vw, 14px); }
      .repay .repay_inner .repay_wrap .repay_right {
        display: flex;
        color: #d0102c;
        border: 1px solid; }
        .repay .repay_inner .repay_wrap .repay_right .repay_r_head {
          font-size: clamp(14px, 1.93vw, 24px);
          text-align: center;
          line-height: 1;
          background: #d0102c;
          padding: 0.3em 1em;
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center; }
        .repay .repay_inner .repay_wrap .repay_right .repay_r_inner {
          padding: 8px 20px; }
          @media screen and (max-width: 480px) {
            .repay .repay_inner .repay_wrap .repay_right .repay_r_inner {
              padding: 5px 10px; } }
          .repay .repay_inner .repay_wrap .repay_right .repay_r_inner .repay_total {
            font-weight: 700;
            font-size: clamp(20px, 2.58vw, 32px);
            line-height: 1;
            display: flex;
            justify-content: center;
            align-items: baseline;
            margin-bottom: 0.2em; }
            @media screen and (max-width: 480px) {
              .repay .repay_inner .repay_wrap .repay_right .repay_r_inner .repay_total {
                font-size: 24px; } }
            .repay .repay_inner .repay_wrap .repay_right .repay_r_inner .repay_total .text_min {
              font-size: 0.6em; }
          .repay .repay_inner .repay_wrap .repay_right .repay_r_inner .cap_c {
            letter-spacing: -0.05em; }

.modal_inner {
  position: relative;
  max-width: 800px; }
  .modal_inner:not(.active) {
    display: none; }
  @media screen and (max-width: 480px) {
    .modal_inner {
      padding-top: 40px !important;
      padding-bottom: 0 !important; } }

.modal_wrap .btn_wrap {
  position: relative;
  display: block;
  transition: 0.3s all ease-in-out 0s;
  cursor: pointer;
  padding-block: 50px;
  column-gap: 25%;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 480px) {
    .modal_wrap .btn_wrap {
      display: flex;
      justify-content: center;
      flex-direction: column;
      row-gap: 30px;
      padding: 30px 0 80px; } }
  .modal_wrap .btn_wrap::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: rgba(29, 71, 99, 0.6);
    pointer-events: none; }
  .modal_wrap .btn_wrap.btn_wrap01 {
    background-image: url("../images/roomplan/model01.jpg");
    background-position: 90% 69%; }
  .modal_wrap .btn_wrap.btn_wrap02 {
    background-image: url("../images/roomplan/model02.jpg");
    background-position: 90% 69%; }
  .modal_wrap .btn_wrap.btn_wrap03 {
    background-image: url("../images/roomplan/model03.jpg");
    background-position: 90% 69%; }
  .modal_wrap .btn_wrap .text {
    position: relative;
    z-index: 1;
    font-size: clamp(18px, 1.667vw, 20px);
    color: #fff;
    line-height: 1;
    padding-left: 15%;
    font-weight: bold;
    letter-spacing: 0.8em;
    display: flex;
    align-items: center;
    column-gap: 20px; }
    @media screen and (max-width: 480px) {
      .modal_wrap .btn_wrap .text {
        padding-left: 0.2em;
        text-align: center;
        letter-spacing: 0.2em;
        column-gap: 10px;
        padding-left: 0; } }
    .modal_wrap .btn_wrap .text .icon {
      width: 30px; }
.modal_wrap a {
  position: relative;
  display: block;
  background: #fff;
  padding: 5px 10px 3px;
  font-size: clamp(14px, 1.334vw, 16px);
  font-weight: bold;
  display: flex;
  column-gap: 10px;
  transition: opacity 0.3s ease-in-out 0s;
  color: #1d4763;
  position: absolute;
  right: 7.5%;
  top: 50%;
  letter-spacing: 0.25em; }
  @media screen and (max-width: 480px) {
    .modal_wrap a {
      top: auto;
      right: auto;
      right: 50%;
      transform: translate(50%, 0px);
      width: 70%;
      bottom: 0;
      bottom: 30px;
      justify-content: center;
      letter-spacing: 0em; } }
  @media (hover: hover) {
    .modal_wrap a:hover {
      opacity: .7; } }

/*	モーダルmp4	*/
.movie_wrap {
  position: relative; }
  .movie_wrap:before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
    pointer-events: none; }
  .movie_wrap video, .movie_wrap iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

/*	モーダル	*/
.modal_cont {
  display: none; }

.iziModal {
  background: none !important;
  box-shadow: none !important;
  width: 100% !important;
  max-width: 100% !important; }

.modal_box {
  margin: 0 auto;
  padding: 0 70px;
  position: relative;
  max-width: 1100px; }
  @media screen and (max-width: 768px) {
    .modal_box {
      padding: 30px 20px; } }
  .modal_box .m_box {
    position: relative;
    flex-direction: row-reverse; }
    @media screen and (max-width: 768px) {
      .modal_box .m_box {
        flex-wrap: wrap; } }
    .modal_box .m_box p {
      font-size: 15px;
      line-height: 2.2;
      color: #060; }
      @media screen and (max-width: 960px) {
        .modal_box .m_box p {
          font-size: 13px; } }
      @media screen and (max-width: 768px) {
        .modal_box .m_box p {
          font-size: 15px; } }
      @media screen and (max-width: 480px) {
        .modal_box .m_box p {
          font-size: 13px; } }
  .modal_box a.close {
    position: absolute;
    right: 0;
    bottom: calc(100% + 10px);
    border: none;
    width: auto;
    height: auto;
    background: none;
    cursor: pointer; }
    .modal_box a.close span {
      font-size: 40px;
      color: #FFF;
      display: block;
      line-height: 1;
      transform-origin: center;
      transition: 0.6s all ease-in-out 0s; }
      .modal_box a.close span:hover {
        opacity: .3; }
  .modal_box .controls {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    @media screen and (max-width: 768px) {
      .modal_box .controls {
        position: relative;
        max-width: 120px;
        margin: 20px auto 0;
        display: flex;
        justify-content: space-between; } }
    .modal_box .controls li {
      position: absolute;
      top: 50%;
      margin-top: -35px;
      cursor: pointer;
      width: 50px;
      height: 50px;
      border: 1px solid #FFF;
      border-radius: 100px; }
      @media screen and (max-width: 768px) {
        .modal_box .controls li {
          position: static;
          margin-top: 0; } }
      .modal_box .controls li span {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 0;
        height: 0;
        border: 8px solid transparent; }
      .modal_box .controls li.prev {
        left: 10px; }
        .modal_box .controls li.prev span {
          margin-left: 8px;
          border-right: 14px solid #FFF; }
      .modal_box .controls li.next {
        right: 10px; }
        .modal_box .controls li.next span {
          margin-right: 8px;
          border-left: 14px solid #FFF; }

/* sec02 */

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