@charset "UTF-8";
.main-img .img-area{
    height: 720px;
}

.main-img .img-area img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}

.main-img .txt-area .main-img-txt {
  top: 200px;
  left: 60px;
  padding: 0 10px 100px;
}

.main-img .main-txt{
    text-align: center;
}
.main-img .txt-area .txt-box{
    display: inline-block;
    width: auto;
    padding: 30px;
    background:rgba(18,96,109,0.8);
}
.main-img .txt-area .txt-box .t1{
    justify-content: flex-start;
}
.main-img .txt-area .txt-box .t2 .date{
    justify-content: flex-start;
    margin-left: -30px;
    color: #F6C500;
}
.main-img .txt-area .txt-box .t2 .date > div{
    margin-left: 30px;
}
.main-img .txt-area .txt-box .t2 .price{
    justify-content: flex-start;
    margin-left: -30px;
}
.main-img .txt-area .txt-box .t2 .price dl {
    margin-left: 30px;
}
.main-img .txt-area .txt-box .t2 .price dl dt{
    padding: 5px 30px;
    background-color: #094351;
}
.main-img .txt-area .txt-box .t2 .price.p2 dl{
    margin-left: 20px;
}
.main-img .txt-area .txt-box .t2 .price .p3 {
    margin-left: 30px;
}

.main-img .txt-area2 {
    height: 180px;
    background-color: #094351;
    z-index: 3;
}

.main-img .txt-area2 .txt {
    height: 180px;
    width: 630px;
    background-color: #094351;
}
.main-img .txt-area .txt-box .t2 .price dl dd .p2 span{
    color: #F89A0B;
}
.main-img .txt-area2 .img {
    height: 180px;
    width: 720px;
}

.main-img .txt-area2 .img::before {
    border-width: 180px 100px 0 0;
    border-color: #094351 transparent transparent transparent;
}

.main-img .txt-area2 .img::after{
    border-color: transparent transparent #094351 transparent;
}
.main-img .txt-area2 .wrap::after{
    background-color: #094351;
}
.main-img .txt-area2 .txt .ttl{
    bottom: 130px;
    font-size:30px!important;
}
.main-img .txt-area2 .txt p {
    line-height: 1.5;
    font-size: 14px;
    padding-top: 30px;
}
.main-img .txt-area2 .img img {
    height: 760px;
    bottom: 0;
    right: 70px;
}


.txt-img-bg{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto ;
}

/* .txt-img.half{
    align-items: flex-end;
} */
.txt-img.half .txt-area{
    width: calc( 50% - 30px );
}
.txt-img.half .img-area{
    flex-grow: 0;
    width: calc( 50% - 30px );
}


.data{
    margin: 0 auto;
}
.c-table table{
    border: 2px solid #9C7A00;
    color: #9C7A00;
    background: #fff;
}

    .c-table table th{
        border: 1px solid #9C7A00;
    }
    .c-table table td{
        border: 1px solid #9C7A00;
    }
    .c-table table thead th{
        background: #F3F3E8;
        border-bottom: 2px solid #9C7A00;
    }
    .c-table table thead td{
        border-right: 2px solid #9C7A00;
        border-bottom: 2px solid #9C7A00;
    }
    .c-table table tbody th{
        background: #F3F3E8;
        border-right: 2px solid #9C7A00;
    }
    .c-table table tfoot th{
        border-right: 2px solid #fff;
        background: #9C7A00;
    }
    .c-table table tfoot td{
        border-right: 1px solid #fff;
        background: #9C7A00;
    }
        .c-table table .c2 th{
            background: #AF2124;
            color: #fff;
            border:1px solid #fff;
        }
        .c-table table .c2 td{
            background: #AF2124;
            color: #fff;
            border:1px solid #fff;
        }
        .c-table table .c2.end th,
        .c-table table .c2.end td{
            border-bottom: 1px solid #AF2124;
        }


.f-s200 { font-size: 200% !important; }
.f-s190 { font-size: 190% !important; }
.f-s180 { font-size: 180% !important; }
.f-s170 { font-size: 170% !important; }
.f-s160 { font-size: 160% !important; }

.f-c-khaki01{
    color: #9C7A00 !important;
}
.f-c-khaki02{
    color: #B9A14B !important;
}
.f-c-khaki03{
    color: #D3C87D !important;
}
.f-c-khaki04{
    color: #F3F3E8 !important;
}
.b-c-kha{
    background: #D3C87D !important;
}
.b-c-gr2{
    background: #707070 !important;
}
.f-c-red2{
    color: #B81C22;
}
.f-c-red3{
    color: #B81C22;
}

.f-c-bro{
    color: #5e4c39 !important;
}

.f-c-bro02{
    color: #9C7A00 !important;
}

.f-c-bl{
    color: #475461 !important;
}

.bg-bl {
    background: #475461 !important;
}

.bg-bro02 {
    background: #9C7A00 !important;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
    width: auto;
  }

  table td.icon{
    background-size:20px;
    background-position: left 5px center;
    background-repeat: no-repeat;
    padding-left: 30px;
  }

  table td.icon.gold{
    background-image: url(../img/lp/gold.png) ;
  }

  table td.icon.silver{
    background-image: url(../img/lp/silver.png) ;
  }

  table td.icon.copper{
    background-image: url(../img/lp/copper.png) ;
  }
.sub-ttl{
    color: #094351;
}
.sub-ttl::before{
    background-color: #094351;
}
.sub-ttl.m-b15.inview.f-c-khaki01.inview-on::before {
    content: "";
    background: #9C7A00;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 3px;
}
.b-c-bl2 {
    background-color: #AF2124 !important;
}
/*===================*/
.tab-body .txt-img{
    height: 600px;
}

.access-txt-bg{
    background: #47b0ac;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding:7px 10px;
}
.map-list ul li .ttl {
    background-image: url(../../common/img/ico_maker.svg) ;
}
.bg-blue {
    background: #e4e1f1 url(../img/lp/bg_design.jpg) repeat-y center top;
    background-size: auto;
    background-size: cover;
  }
.bg-blue2 {
    background: #F9F6EC url(../img/lp/) repeat-y center top;
    background-size: auto;
    background-size: cover;
  }
.bg-beige {
    background: #094351;
}

.bg-tri .bg-tri-img {
    height: 1000px;
    background: url(../img/lp/tri_bg.png) no-repeat center;
    padding-top: 80px;
}
.bg-tri2 {
    background: #094351 url(../img/lp/design_img01.jpg) no-repeat calc(50% - 390px) 140px;
}

/*
 * LOCATION
 */

.location-slide .list ul li {
    width: calc(22% - 15px);
}
.location-slide .list ul li .txt .ttl .t2 span{
    font-size: 24px;
}
.access-txt-area.column {
    border-top:none;

}


.location-list {
    display: flex;
}

.location-list__column {
    width: 50%;
}

.location-list__imglist {
    display: flex;
    flex-wrap: wrap;
}

.location-list__img {
    position: relative;
    width: 50%;
}

.location-list__img figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 80%;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 5px;
}

.location-list__textArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 35px;
    color: #fff;
    background: url(../img/lp/location_list_bg.jpg) no-repeat top center / cover;
}

.location-list__textInner {
    margin: auto;
    max-width: 750px;
}

.location-list__text {
    line-height: 1.85;
}

/*
 * PLAN
 */
 .plan-column-outer {
    border: none;
}

.plan-column-outer {
    /*border-top: 1px solid #DCE2EB; */
    /*border-bottom: 1px solid #DCE2EB; */
    background: #DCE2EB;
    background: -moz-linear-gradient(left, #b9c6d8 50%, #ffffff 50%);
    background: -webkit-linear-gradient(left, #DCE2EB 50%, #ffffff 50%);
    background: linear-gradient(to right, #DCE2EB 50%, #ffffff 50%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b9c6d8', endColorstr='#ffffff', GradientType=1);
}


.plan-column .plan-img {
    width: 50%;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 50%);
    position: relative;
}
    .plan-column .plan-img::before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.3);
        top: 0;
        left: 0;
        position: absolute;
    }
    .plan-column .plan-img:nth-of-type(1) {
        background: url(../img/lp/plan01.jpg) no-repeat center / cover;

    }
    .plan-column .plan-img:nth-of-type(2) {
        background: url(../img/lp/plan02.jpg) no-repeat center / cover;
    }

    .pop-ti-ttl {
        color: #5C94B6;
    }

    .plan .plan-img .data ul li {
        color: #fff;

    }
    .plan .plan-img .data ul li::before {
        content: "";
        background: #fff;
        width: 13px;
        height: 13px;
        position: absolute;
        left: 0;
        top: 6px;
        box-shadow: 2px 2px 3px rgb(0 0 0 / 30%);
    }
.plan-column .column {
    width: calc(50% - 40px);
    text-align: center;
    padding: 40px 0;
    display: block;
    justify-content: center;
    align-items: center;
}
.plan-column .column .img {
    width: 80%;
    margin: 0 auto;
}
.plan-column .column .img img {
  height: auto;
}
.pop-block .plan-column .column .img {
    width: 100%;
}



.plan-column .column .txt-area {
    width: 100%;
  }
.plan .data ul li::before {
    background: #000000;
}

.plan-column .column:nth-child(even) .data ul li::before {
    background: #000000;
}

.plan .color {
    background: #fff;
    color: inherit;
    padding: 20px 30px;
    text-align: left;
    border: solid 1px #e6e0d6;
}

.plan .color .color-ttl {
    padding-left: 10px;
    color: #fff;
    background: #9A9A83;
}


/*===================*/
.company-list .ttl{
    background: #B9A14B;
}
.company-list:nth-child(even) .ttl{
    color: #243257;
    background: #f1b614;
}
    .company-list .list{
        border: 1px solid #B9A14B;
        background: #F9F6EC;
    }

 .bg-tri .bg-tri-img{
        background:  url(../img/lp/tri_bg.png) center top;
        background-size: cover;
}

.location-slide .main li .txt .ttl-area .ttl{
    padding-left: 0;
}

.location-slide .main li .txt p a {
  word-wrap:break-word;
}
.location-txt-list {
    border-top: 1px solid #094351;
    padding: 20px 0;
}
.location-txt-list .list li{
    background: #094351;
}

.location-ti .txt-img{
    padding: 0 40px;
    align-items: flex-start;
}
.block-ttl{
    margin: 0;
}
.access-txt-area.column {
  margin-top: 0;
}
.access-txt .num {
    font-size: 52px;
}
.access-txt-area.border .access-txt .num{
    font-size: 40px;
}
.sub-ttl2.font-u.m-b20.inview.f-c-red2.inview-on::before {
    background: #AF2124;
}

.access-data{
    position: relative;
    padding: 15px;
}
.access-data ul{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    /* margin-top: -60px; */
    /* margin-left: -20px; */
    letter-spacing: 0;
}
.access-data ul li {
    /* width : calc((100% / 3) - 20px) ; */
    margin-left: 30px;
    position: relative;
    padding-bottom: 20px;
    margin-top: 20px;
    justify-content: space-between;
}

.access-data ul li:nth-child(1) {
    width: 40%;
  }
.access-data ul li:nth-child(2) {
    width: 25%;
  }
.access-data ul li:nth-child(3) {
    width: 25%;
  }
.access-data-box{
    background: #D3C87D;
    color: #000;
    width: 280px;
    box-sizing: border-box;
    padding: 10px;
    cursor: pointer;
    position: relative;
    transition: .2s;
}
/*======================================================================*/
@media screen and (max-width: 767px) {
    .main-img .txt-area2 .txt .ttl{
    font-size:21px!important;
    bottom: 164px;
    line-height: 1.3;
}

.main-img .img-area{
    height: 500px;
}

.main-img .txt-area {
    height: 500px;
}

    .main-img .txt-area .txt-box{
        padding: 20px;
        margin: -30px 0;
    }
    .main-img .txt-area2 .txt p{
        line-height: 1.5;
        font-size: 13px;
        padding-top: 20px;
        width: calc(100% - 90px);
    }
    .main-img .txt-area .txt-box .t2 .date{
        justify-content: center;
    }
    .main-img .txt-area .txt-box .t2 .price dl dt{
        padding: 5px 10px;
    }
    .main-img .txt-area .txt-box .t2 .price.p2 dl{
        margin-left: 0;
    }
    .main-img .txt-area .txt-box .t2 .price .p3{
        margin-left: 0;
    }
    .main-img .txt-area .main-txt{
        word-break: break-all;
        left: auto;
        display: none;
    }
    .main-img .txt-area2 .img img{
        width: 230px;
        height: auto;
        left: auto;
        right: -40px;
        bottom: 0;
    }

    .main-img .txt-area2 {
        height: 200px;
    }

    .main-img .txt-area2 .txt {
        height: 200px;
        width: 100%;
    }

    .main-img .txt-area2 .img {
        height: 180px;
        width: 100%;
        z-index: 2;
    }

    .main-img .txt-area2 .img::before {
        border-width: 180px 100px 0 0;
    }

    .main-img .txt-area2 .txt::after {
        border-width: 0 0 200px 50px;
    }
    .txt-img-bg{
        padding-top: 0px;
    }
    .tab-body .txt-img{
        height: auto;
    }
    .location-slide .main li .txt .ttl-area .ttl{
        width: 100%;
    }

    .c-ttl h3 {
      font-size: 20px;
    }
    .c-ttl h4 {
      font-size: 20px;
    }
    .company-list .list .more-btn{
        border: 1px solid #9C7A00;
    }
    .company-list .list .more-btn::after{
        border-bottom: 1px solid #9C7A00;
        border-right: 1px solid #9C7A00;
    }
    .location-ti {
  padding: 15px 15px 0;
}

.location-ti .txt-img{
    padding: 0 ;
}
.location-ti .txt-img .img-area{
    padding:0 5px;
}
.location-txt-list li{
    padding: 0 12px;
}

.location-txt-img-i{
    width: 110px;
}
.location-txt-img-t{
    width: calc(100% - 120px);
}
.location-txt-img .ttl{
    font-size: 16px;
}
    .access-txt {
      line-height: 1.9;
      margin-bottom: 20px;
      padding-left: 0;
      padding-right: 0;
      font-size: 26px;
    }
    .access-txt .sub {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .access-txt-area.column .access-txt {
        font-size: 24px;
        padding-left: 0;
        padding-right: 0;
    }
    .access-data{
        position: relative;
        padding: 15px;
    }
    .access-data p{
        text-align: center;
    }
    .access-data table td {
        width: auto;
    }
    .access-data ul{
        display: block;
        justify-content: space-between;
        align-items: stretch;
        /* margin-top: -60px; */
        /* margin-left: -20px; */
        letter-spacing: 0;
    }
    .access-data ul li {
        /* width : calc((100% / 3) - 20px) ; */
        margin-left: 0px;
        position: relative;
        padding-bottom: 20px;
        margin-top: 20px;
        justify-content: space-between;
    }

    .access-data ul li:nth-child(1) {
        width: 100%;
      }
    .access-data ul li:nth-child(2) {
        width: 100%;
      }
    .access-data ul li:nth-child(3) {
        width: 100%;
      }
    .access-data-box{
        width: 100%;
    }

    table td.icon{
      width: 30%;
    }
    .access-data p {
      text-align: left;
    }


    .bg-tri{
        height: 900px;
    }
    .bg-tri .bg-tri-img{
      background: none;
        /*top: auto;
        height: 700px;
        background: url(../img/lp/main_build.png) no-repeat calc(50% + 80px) bottom;
        background-size: auto 550px;*/
    }
    .bg-tri2 {
        background: #094351 ;
    }
    .bg-tri2::before{
        border-color: transparent transparent #094351
    }
    .wrap {
      width: 100%;
      padding: 0 5px;
    }

    .txt-img.half .txt-area{
        width: 100%;
    }
    .txt-img.half .img-area{
        flex-grow: 0;
        width: 100%;
    }
    /*
    * PLAN
    */
    .location-list {
        display: block;

    }

    .location-list__column {
        width: 100%;
    }

    .location-list__text {
        line-height: 1.85;
    }
    /*
    * PLAN
    */
    .plan-column .plan-img {
        width: 100%;
    }
    .plan .color dl dd ul {
        flex-wrap: wrap;
    }
        .plan .color dl dd ul li {
            width: 33%;
        }
    /*
    * 追記
    */
    .plan-column .column:nth-child(odd)  {
        background: #DCE2EB;
    }

    .plan-column .column:nth-child(even) {
        background: #fff;
    }

    .pop-block .box .plan-column .column:nth-child(odd)  {
        background: #fff;
    }


    .plan-column.single .column{
        width: 100%;
    }
    .plan-column .over-box{
        padding:5px;
        width: 100%;
    }
        .plan-column .over-box ul{
            margin-left: -1px;
        }
            .plan-column .over-box ul li{
                margin-left: 1px;
            }
            .plan-column .over-box ul li.l1{
                width: auto;
            }
            .plan-column .over-box ul li.l2{
                width: auto;
            }
            .plan-column .over-box ul li.l3{
                width: auto;
            }
                .plan-column .over-box ul li .over-box-img{
                    margin-bottom: 0;
                }
                .plan-column .over-box ul li .over-box-img p{
                    display: none;
                }
                .plan-column .over-box ul li .over-box-txt{
                    display: none;
                }
                .plan-column .column {
                  width: 100%;
                }
                .location-slide {
                    margin-bottom: 0px;
                }
                .c-table table td {
                    padding: 5px;
                }
                .iot-list .item {
                  width: 100%;
                  margin-bottom: 50px;
                }



}/*=====================================================================*/

.c-ttl.font-m.inview.inview-on h3 {
    font-size: 22px;
}
