@charset "utf-8";
/* Plan */

.mv .mv_img img{object-position: bottom center;}

.plan-type{margin: 100px 0 15px;display: flex;justify-content: space-between;flex-wrap: wrap;row-gap:30px;}
.plan-type .type{width: 47%;border: 4px solid #00422e;text-align: center;display: block;background: rgba(240, 235, 225, 0.6);}
.plan-type .type-name{display: flex;justify-content: space-between;gap: 20px;align-items: center;padding: 10px 20px;background: #00422e;color: #fff;font-size: min(1.92vw, 2.4rem);}
.plan-type .type-name span{font-size: 1.6em;line-height: 1;letter-spacing: 0.15em;}
.plan-type .type-name .floor span{font-size: 1.7em;line-height: 0.85;}
.plan-type .type-info{padding:5px 20px 20px;transition: all 0.3s;}
.plan-type .type-info .label{font-size: 1.6rem;padding: 10px 0;border-bottom: 1px solid #000;}
.plan-type .type-info .label.no-under{border-bottom: 0;}
.plan-type .type-info .label-sub{font-size: 1.8rem;padding: 10px 0;}
.plan-type .type-info .label-sub.lable-border{border: 1px solid #000;padding: 5px;margin: 5px 0;}
.plan-type .type-info .floor{font-size: 2rem;line-height: 1;padding-bottom: 10px;border-bottom: 1px solid #000;}


.plan-type .type-info .list-ut{display: flex;justify-content: space-between;}
.plan-type .type-info .list-ut.no-border li{width: 100%;border: 0;}
.plan-type .type-info .list-ut li{width: 48%;border: 1px solid #666666;padding: 5px 0;background: #fff;border-radius:6px ;}
.plan-type .btn-more{padding: 10px 20px;position: relative;;background: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);margin: 5px 0 0;font-family: "Lora", serif;font-size: 1.9rem;letter-spacing: 0.25em;transition: .3s;border-radius: 4px;}
.plan-type .btn-more::after {display:none;content: "";max-width: 300px;width: 100%;height: 16px;background: #000;position: absolute;bottom: 12px;left: 50%;transform: translateX(-50%);transition: .3s;mask: url("../img/common/arrow-btn.svg") no-repeat bottom center/100% auto;-webkit-mask: url("../img/common/arrow-btn.svg") no-repeat bottom center/100% auto;}

.plan-type .type:hover .btn-more{box-shadow: unset;}

.plan-type .type-info .label .fs-40{font-size: 2.5em;line-height:1;}
.plan-type .type-info .label .fs-22{font-size: 1.5em;}
.plan-type .type-info p::first-letter{color: #404040;}
.plan-type .type-info{text-align: center;}
.map-plan{position: relative;}
.txt-map{position: absolute;color: #fff;line-height: 1;left: 50%;letter-spacing: 1em;font-size: 2.6rem;transform: translateX(-50%);top: 20%;width: 94%;text-align: center;}
.brush-line{width: 100%;height: 2px; top: -4px;position: relative;background: linear-gradient(to right,transparent 0%,rgba(255,255,255,.6) 8%,#fff 20%,#fff 80%,rgba(255,255,255,.6) 92%,transparent 100%);border-radius: 999px;filter: blur(.2px);opacity: .95;}

.brush-line::after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:55%;height:2px;background: linear-gradient(to right,transparent,#fff 15%,#fff 85%,transparent);border-radius:999px;filter: blur(.3px);opacity:.9;}
.plan-type a{transition: all 0.4s;}
.plan-type a .type-name{transition: all 0.4s;}
.plan-type a:hover .btn-more::after{transform: translateX(-45%);}

.bottom-cap{display: flex;justify-content: space-between;flex-wrap: wrap;}
.bottom-cap .cap-right{padding-top: 0;}
.icZoomSp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}
  .swipe {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
    font-size: 1.6rem;
  }

  .swipe::after {
    content: '';
    background: url("../img/common/icon-scroll.png") no-repeat center center/100% 100%;
    width: 24px;
    height: 43px;
    margin-left: 10px;
  }

@media screen and (max-width: 1300px){
    .bottom-cap .cap{width: 100%;}
    .bottom-cap .cap-right{order: -1;margin-bottom: 10px;}
}
@media screen and (max-width: 1200px){
.plan-type .type-info .label{font-size: 1.4rem;}
.plan-type .type-info .label-sub,.plan-type .btn-more{font-size: min(3.6vw,1.6rem);}
.plan-type .type-info .list-ut li{font-size: 1.4rem;line-height: 1.3; align-content: center;display: block;}
.plan-type .btn-more::after {width: 220px;}
}

@media screen and (max-width: 768px){
    .plan-type{margin: 50px 0 15px;}
    .plan-type .type{width: 100%;}
    .plan-type .type{font-size: 1.8rem;}
    .plan-type .type-name{font-size: 1.8rem;}
    .plan-type .type-info .label{font-size: 1.4rem;}
    .plan-type .type-info .label-sub{text-align: center;}
    .txt-map{font-size: 2rem;letter-spacing: 0.5em;}
    .plan-type .type-info .label-sub.lable-border{line-height: 1.4;}
    .txt-map{top: 15%;}
    .brush-line{top: 0;}
    .bottom-cap {padding: 20px 0 0 0;}
    
    .view-img{overflow-x: scroll; margin: 0 -20px; padding: 0 0 10px;}
    .view-img img{max-width: unset;}
}

@media screen and (max-width: 480px){
    .plan-type .type-name{gap: 2px;font-size: min(3.9vw, 1.6rem);}
    /* .plan-type .type-name p{width: 100%;} */
}