@charset "UTF-8";

body {
    background: #1c2532;
}

img {
    width: 100%;
}

figure {
    position: relative;
}

#foot_Nav {
    background-color: #1c2532;
}

.plan .main {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 35.714285714285714%;
    text-align: center;
    color: #fff;
    background: url(../img/main.jpg) center center / cover no-repeat;
}

.main_ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 740px) {
    .plan .main {
        padding: 28%;
        margin-top: 99px;
    }
}

.plan .main .titl01 {
    margin-bottom: 10px;
}

.plan .main .line {
    width: 300px;
    height: 1px;
    margin: 0 auto 5px;
    background-color: #fff;
}

@media (max-width: 740px) {
    .plan .main .line {
        width: 200px;
    }
}

.plan .main .titl02 {
    font-size: 22px;
}

@media (max-width: 740px) {
    .plan .main .titl02 {
        font-size: 16px;
    }
}


/*contents*/
.intro {
    color: #fff;
    padding: 100px 0 80px;
}

.intro h3 {
    text-align: center;
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    /*    margin-bottom: 32px;*/
}

.intro p {
    text-align: center;
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

.planList_Wrap {
    margin: 0 auto 20px;
}
.planList_Wrap.ldk3 {
    margin: 0 auto 0;
}

.plan_List {
    flex-wrap: wrap;
}

.plan_List.single {
    justify-content: center;
}

.plan_List li {
    width: 31%;
    max-width: 370px;
    margin: 0 3.5% 7% 0;
    position: relative;
}

.plan_List li:nth-child(3n) {
    margin-right: 0;
}

.plan_List.single li {
    margin: 0 0 7% 0;
}

.plan_List li.sold {
    pointer-events: none;
}

.plan_List li .last1 {
    position: absolute;
    top:29%;
    right:3px;
    text-align: center;
    color:#FFF;
    display: block;
    width: 26.216216216216216%;
    height: 17.962962962962963%;
/*
    background: rgb(140,9,30);
    background: linear-gradient(75deg, rgba(140,9,30,1) 0%, rgba(194,30,56,1) 50%, rgba(140,9,30,1) 100%);
*/
    font-size: 1.2vw;
    line-height: 1.4;
    font-feature-settings: "palt";
    z-index: 10;
}

.plan_List li .last1::before {
    content: "";
    position: absolute;
    /* top:0; */
    top: -7%;
    left: 0;
    transform: translate(0, -18%);
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(140, 9, 30);
    background: linear-gradient(75deg, rgba(140, 9, 30, 1) 0%, rgba(194, 30, 56, 1) 50%, rgba(140, 9, 30, 1) 100%);
    border-radius: 50%;
    z-index: -1;
}
.plan_List li .last1.v-center::before {
transform: translate(0, -26%);
}
.plan_List li .last1 .f-big{
font-size: 140%;
line-height: 1;
}
.plan_List li .last1 .f-big-2{
font-size: 180%;
line-height: 0.7;
}
@media (min-width: 1401px) {
.plan_List li .last1 {
    font-size: 15.216px;
}
}
.plan_List li.li_ugoclo::before {
    content: "UGOCLO採用";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 0%);
    display: block;
    text-align: center;
    font-size: clamp(10px,1vw,14.5px);
    color: #fff;;
    letter-spacing: 0.1em;;
    width: 100%;
    height: 1em;
    padding: 0.32em 0;
    background: rgb(164 10 1);
    z-index: 10;
}
.plan_List li.li_roomtour {
    position: relative;
}
/* .plan_List li.li_roomtour::before {
    content: "ルームツアー\A動画公開中";
    white-space: pre;
    position: absolute;
    top: 3px;
    right: 3px;
    transform: translate(0, 0%);
    display: block;
    text-align: center;
    font-size: clamp(10px,1vw,14.5px);
    color: #fff;;
    letter-spacing: 0.1em;
    width: 40%;
    height: 1em;
    padding: 0.32em 0;
    z-index: 10;
} */
.plan_List li .icn_roomtour {
  position: absolute;
  top:5px;
  right:5px;
  display: inline-block;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgb(0 153 153);
  text-align:center;
  line-height: 1.2;
  font-size: 14px;
  color: #fff;;
  letter-spacing: 0.05em;
  padding: 4% 0 0;
  z-index:10;
}

@media only screen and (min-width: 767px) and (max-width: 1050px) {

  .plan_List li .icn_roomtour {
    position: absolute;
    top:2px;
    right:2px;
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 1.2;
    font-size: 11px;
    padding: 4% 0 0;
  }

}

.ttl {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto 30px;
}

.ttl h4 {
    color: #fff;
    font-size: 26px;
    letter-spacing: 0.14em;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 8px 0;
}
/*
.ttl.premium {
    margin: 80px auto 30px;
}
*/
.ttl.ldk4 {
    margin: 80px auto 30px;
}
.ttl.premium h4 {
    color: #403b22;
    /*color: #fff;*/
    /*background: #d5c68d;*/
    border-top: unset;
    border-bottom: unset;
    background: -moz-linear-gradient(left, rgba(224, 203, 140, 0) 0%, rgba(194, 177, 106, 1) 20%, rgba(194, 177, 106, 1) 80%, rgba(194, 177, 106, 0.05) 99%, rgba(194, 177, 106, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(224, 203, 140, 0) 0%, rgba(194, 177, 106, 1) 20%, rgba(194, 177, 106, 1) 80%, rgba(194, 177, 106, 0.05) 99%, rgba(194, 177, 106, 0) 100%);
    background: linear-gradient(to right, rgba(224, 203, 140, 0) 0%, rgba(194, 177, 106, 1) 20%, rgba(194, 177, 106, 1) 80%, rgba(194, 177, 106, 0.05) 99%, rgba(194, 177, 106, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e0cb8c', endColorstr='#00c2b16a', GradientType=1);

}

/* ugoclo_box */
.ugoclo_Wrap {
  padding: 0 0 100px;
}
.ugoclo_box {
  background: #FFF;
  border: 5px solid;
  border-image: linear-gradient(to right, #987d3a, #e7cd95, #987d3a) 1;
  margin-inline: auto;
  padding: 20px 20px;
  font-family: "Gen Jyuu Gothic", sans-serif;
  color:#000;
  text-align: center;
}
.ugoclo_box ul.logo_txt {
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 10px;
}
.ugoclo_box ul.logo_txt li:nth-child(1) {
  width:25.666666%;

}
.ugoclo_box ul.logo_txt li:nth-child(2) {
  width:70%;
}
.ugoclo_box ul.logo_txt li:nth-child(3) {
  width:11%;
}
.ugoclo_box ul.logo_txt li .logo_ugoclo {
  max-width: 320px;
  width:100%;
  margin: 0 auto;
  padding-left: 20px;
}
.ugoclo_box p.lead {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 600;
  /* text-shadow: 0px 0px 5px #6e6e6e; */
}
.ugoclo_box ul.logo_txt li .logo_gooddesign {
  max-width: 132px;
}

.ugoclo_box .btn {
}
.ugoclo_box .btn a {
  display: block;
  width: 50%;
  margin: 0 auto 20px;
  padding: 5px 0;
  background: #a40101;
  color:#FFF;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 600;
  border-radius: 40px;
}
.ugoclo_box .gray_box {
  border:1px solid #CCC;
  padding: 20px 20px;
}
.ugoclo_box ul.txt_movie {
  justify-content:space-between;
  align-items:center;
}
.ugoclo_box ul.txt_movie li:nth-child(1) {
  width:50.3333333%;
  margin-right: 20px;
}
.ugoclo_box ul.txt_movie li:nth-child(2) {
  width:27.333333%;
  margin-right: 20px;
}
.ugoclo_box ul.txt_movie li:nth-child(3) {
  width:27.333333%;
}
.ugoclo_box ul.txt_movie li .sttl {
  max-width: 448px;
  margin:0 auto 10px;
}
.ugoclo_box ul.txt_movie li .movie {
  max-width: 280px;
}
.ugoclo_box ul.txt_movie li p {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.ugoclo_box ul.txt_movie li p.cap {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color:#000;
  text-decoration: underline;
  text-align: left;
}

/* modal */
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}

.modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content {
    background: #fff;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    aspect-ratio: 16 / 9;
    position: relative;
}
.modal__content iframe {
  width: 100%;
  height: 100%;
}

.close_Btn {
  position: absolute;
  right: 10px;
  top: -30px;
}

.close_Btn a {
  display: block;
  font-size: 30px;
  font-weight: 600;
  color: #FFF;
  width: 20px;
  height: 20px;
}
.tab_Area {
margin: 80px auto 0;;
}
.tab_Area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 5%;
}
.tab_Area ul li {
    width: 31.666666666666667%;
}
.tab_Area ul li a {
    display: block;
    text-align: center;
    font-family: 'EB Garamond', serif;
    color: #b5a465;
    width: 100%;
    font-size: 20px;
    letter-spacing: 0.08em;
    padding: 18px 0;
    background: #fff;
    border: 1px solid #b5a465;
    box-sizing: border-box;
}
.tab_Area ul li a:hover {
    opacity: 1;
    color: #fff;
    background: #c2b16a;
    border: 1px solid #d5c68d;
}
#premium,
[id$="ldk"]{
padding-top: 150px;
margin-top: -150px;;
}

.notes {
    padding: 0 0 100px;
}

@media (max-width: 767px) {
    .intro {
        color: #fff;
        padding: 50px 0 40px;
        width: 94%;
        margin: 0 auto;
    }

    .intro h3 {
        font-size: 18px;
        /*    margin-bottom: 20px*/
    }

    .intro p {
        text-align: left;
        font-size: 15px;
    }

    .plan_List li {
        width: 48.5%;
        max-width: 48.5%;
        margin: 0 3% 20px 0;
    }
    .plan_List li.li_ugoclo::before {
        font-size: clamp(9px, 1vw, 14px);
        padding: 0.2em 0;
    }
    /* .plan_List li.li_roomtour::before {
        content: "ルームツアー公開中";
        position: absolute;
        top: 0px;
        right: 0px;
        transform: translate(0, 0%);
        font-size: clamp(9px, 1vw, 14px);
        width: 100%;
        height: 1em;
        padding: 0.2em 0;
    } */
    .plan_List li .icn_roomtour {
      display: none;
    }
    .plan_List li .icn_roomtour_sp {
      position: absolute;
      top:1px;
      right:1px;
      display: inline-block;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: rgb(0 153 153);
      text-align:center;
      line-height: 1.2;
      font-size: 8px;
      color: #fff;;
      letter-spacing: 0.01em;
      padding: 2.5% 0 0;
      z-index:10;
    }
    .plan_List li:nth-child(3n) {
        margin-right: auto;
    }

    .plan_List li:nth-child(2n) {
        margin-right: 0;
    }
    .ttl {
        margin: 0 auto 14px;
    }
/*
    .ttl.premium {
        margin: 50px auto 30px;
    }
*/
    .ttl.ldk4 {
        margin: 50px auto 30px;
    }

    .ttl h4 {
        font-size: 22px;
        padding: 5px 0;
    }
    .tab_Area {
       margin: 40px auto 0;
      }
    .tab_Area ul {
      gap:20px 0;
    }
    .tab_Area ul li {
        width: 80%;
        margin: 0 auto;
    }
    .tab_Area ul li a {
        font-size: 16px;
    }
}
    .notes {
        padding: 0 0 50px;
    }
}


/* ロード時ポップアップ表示_20231127 */
.load_Box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}

.load_Box .bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 0;
}

.load_Itm {
    width: 90%;
    max-width: 900px;
    /* max-width: 1200px; */
    text-align: center;
    background: #d5c68c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.load_Itm a {
    display: block;
    max-width: 800px;
    width: 90vw;
    transition: .3s;
}

.load_Itm a:hover {
    opacity: .6;
}

.load_Itm img {
    width: 100%;
}

.closeBtn {
  font-size: 50px;
  color: #fff;
  letter-spacing: 4px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: -55px;
  left: auto;
  right: 0;
  transform: none;
  cursor: pointer;
  transition: all .5s;
  z-index: 999;
}

.closeBtn:hover {
    opacity: 0.7;
}

/* 日本語ver */
/* .closeBtn {
    box-sizing: border-box;
    display: inline-block;
    color: #000;
    letter-spacing: 4px;
    background-color: #fff;
    padding: 10px 30px;
    margin: 10px auto 0;
    cursor: pointer;
} */

/* osusume_plan */
.osusume_ttl {
    font-size: 28px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1.3;
    background-image: -moz-linear-gradient(0deg, rgb(142, 0, 2) 0%, rgb(90, 0, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(142, 0, 2) 0%, rgb(90, 0, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(142, 0, 2) 0%, rgb(90, 0, 0) 100%);
    padding: 12px 20px;
}

.plan_flex {
    display: flex;
    justify-content: center;
    width: 92%;
    margin: 3% auto 3%;
}

.plan_flex li {
    flex-wrap: wrap;
    width: 48%;
    background: #fff;
    padding: 30px 20px 20px 20px;
}

.plan_flex li:nth-of-type(1) {
    margin-right: 4%;
}

.plan_flex li .left {
    display: flex;
    flex-direction: column;
    width: 44%;
    margin-bottom: 20px;
}

.plan_flex li .right {
    width: 48%;
    margin-bottom: 20px;
}

.plan_flex li .right figure {
    width: 90%;
    margin: 0 auto;
}

.plan_flex li:nth-of-type(1) .left {
    width: 44%;
    margin-right: 8%;
}


.plan_flex li:nth-of-type(2) .left {
    width: 44%;
    margin-right: 6%;
}

.plan_flex .type {
    width: 100%;
    font-size: 20px;
    color: #fff;
    background: #9e9e9f;
    border-radius: 20px;
    padding: 10px 0;
}

.zumen_c {
    margin-top: -20px;
}

/* .plan_flex .point {
    margin: 0 auto 40px;
} */

.plan_flex .point p.point_ttl {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.1;
    text-indent: 0;
    text-align: center;
    padding-left: 0;
    position: relative;
}

.plan_flex .point p.point_ttl::before,
.plan_flex .point p.point_ttl::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    /* top: 50%; */
    top: 12px;
    transform: translateY(-50%);
}

.plan_flex .point p.point_ttl::before {
    margin-top: -5px;
    border-top: solid 1px #a4000c;
    border-right: solid 1px #a4000c;
    transform: rotate(225deg);
    left: 10px;
}

.plan_flex .point p.point_ttl::after {
    margin-top: -5px;
    border-top: solid 1px #a4000c;
    border-right: solid 1px #a4000c;
    transform: rotate(45deg);
    right: 10px;
}

.plan_flex .point p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #a4000c;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 15px;
}

.plan_flex .point p .square {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #a4000c;
    margin-right: 6px;
}

.plan_flex .btn {
    width: 100%;
    margin: auto 0 0 0;
}

.plan_flex .detail_btn {
    display: block;
    width: 100%;
    max-width: 100%;
    line-height: 1.1;
    color: #fff;
    background-image: -moz-linear-gradient(0deg, rgb(142, 0, 2) 0%, rgb(90, 0, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(142, 0, 2) 0%, rgb(90, 0, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(142, 0, 2) 0%, rgb(90, 0, 0) 100%);
    padding: 12px 0;
    /* margin: 2vw 0 0 0; */
    position: relative;
}

.plan_flex .detail_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
}

.tab_br {
    display: none;
}

.tab_only {
    display: none;
}

@media (max-width: 1280px) {
    .plan_flex .point p.point_ttl::before {
        left: 5px;
    }

    .plan_flex .point p.point_ttl::after {
        right: 5px;
    }
}


@media (max-width: 1180px) {
    .osusume_ttl {
        font-size: 28px;
    }

    .plan_flex .point p.point_ttl::before,
    .plan_flex .point p.point_ttl::after {
        width: 15px;
        height: 15px;
        top: 14px;
    }

    .plan_flex .point p.point_ttl::before {
        left: 6px;
    }

    .plan_flex .point p.point_ttl::after {
        right: 6px;
    }

    .plan_flex .detail_btn {
        font-size: 14px;
        margin: 0 auto;
    }

    .plan_flex .detail_btn::after {
        right: 2px;
    }

    .plan_flex .type {
        font-size: 18px;
    }

    .plan_flex .point p {
        font-size: 14px;
    }

    .tab_br {
        display: block;
    }

    .tab_only {
        display: block;
    }
}

@media (max-width: 767px) {

    .tab_only {
        display: none;
    }

    .load_Box {
        height: 100dvh;
    }

    .load_Itm {
        height: 80dvh;
        overflow-y: scroll;
    }

    .closeBtn {
        font-size: 50px;
        color: #fff;
        letter-spacing: 4px;
        border: none;
        background: none;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 10px;
        left: auto;
        right: 10px;
        transform: none;
    }

    /* .osusume_plan {
        overflow-y: scroll;
    } */

    .osusume_ttl {
        font-size: 20px;
        padding: 10px 10px;
    }

    .plan_flex {
        flex-wrap: wrap;
        margin: 5% auto 5%;
    }

    .plan_flex li {
        flex-wrap: wrap;
        width: 100%;
        padding: 16px 14px 8px 14px;
    }

    .plan_flex li .left {
        margin-bottom: 0;
    }

    .plan_flex li .right {
        width: 48%;
        margin-bottom: 0;
    }

    .plan_flex li:nth-of-type(1) {
        margin-right: 0;
        margin-bottom: 4%;
    }

    .plan_flex .type {
        font-size: 16px;
    }

    .plan_flex .point p.point_ttl {
        font-size: 16px;
    }

    .plan_flex .point p {
        font-size: 13px;
        margin-top: 14px;
    }

    .plan_flex .point p .square {
        width: 12px;
        height: 12px;
    }

    .plan_flex .btn {
        width: 100%;
        margin: 0;
    }

    .plan_flex .detail_btn {
        width: 100%;
        font-size: 12px;
        letter-spacing: 0;
        padding: 14px 0;
        margin: 20px 0 0 0;
    }



/*
    .plan_List li .last1 {
        position: absolute;
        top:-8px;
        right:-5px;
        padding: 3px 5px;
        font-size: 12px;
        z-index: 10;
    }

*/
    .plan_List li .last1 {
        font-size: 7.5px;
    }
    .plan_List li .last1.v-center .f-big-2{
    line-height: 1;
    }


    .ugoclo_Wrap {
      padding: 0 0 50px;
    }
    .ugoclo_box {
      padding: 20px 20px;
    }
    .ugoclo_box ul.logo_txt {
      justify-content: space-between;
      align-items: flex-start;
      padding: 0 0 10px;
    }
    .ugoclo_box ul.logo_txt li:nth-child(1) {
      width:60%;
    }
    /* .ugoclo_box ul.logo_txt li:nth-child(2) {
      width:40%;
    } */
    .ugoclo_box ul.logo_txt li:nth-child(3) {
      width:25%;
    }
    .ugoclo_box ul.logo_txt li .logo_ugoclo {
      max-width: 100%;
      width:90%;
    }
    .ugoclo_box p.lead {
      font-size: 16px;
      margin-bottom: 10px;
    }
    .ugoclo_box ul.logo_txt li .logo_gooddesign {
      max-width: 100%;
      width:90%;
    }

    .ugoclo_box .btn {
    }
    .ugoclo_box .btn a {
      width: 90%;
      margin: 0 auto 20px;
      font-size: 13px;
    }
    .ugoclo_box .gray_box {
      padding: 20px 10px;
    }
    .ugoclo_box ul.txt_movie {
      justify-content:center;
      align-items:center;
      flex-wrap: wrap;
    }
    .ugoclo_box ul.txt_movie li:nth-child(1) {
      width:100%;
      margin-right: 0px;
      margin-bottom: 20px;
    }
    .ugoclo_box ul.txt_movie li:nth-child(2) {
      width:46%;
      margin-right: 10px;
    }
    .ugoclo_box ul.txt_movie li:nth-child(3) {
      width:46%;
    }
    .ugoclo_box ul.txt_movie li .sttl {
      max-width: 100%;
      width:80%;
      margin:0 auto 10px;
    }
    .ugoclo_box ul.txt_movie li .movie {
      max-width: 100%;
      width:100%;
    }
    .ugoclo_box ul.txt_movie li p {
      font-size: 13px;
      line-height: 1.5;
      letter-spacing: 0.08em;
      font-weight: 600;
    }
    .ugoclo_box ul.txt_movie li p.cap a {
      font-size: 10px;
    }

    /* modal */
    .modal__content {
        width: 80%;
    }
    .close_Btn {
        position: absolute;
        right: 10px;
        top: -30px;
    }

    .close_Btn a {
        display: block;
        font-size: 30px;
        font-weight: 600;
        color: #FFF;
        width: 20px;
        height: 20px;
    }

}
