@charset "UTF-8";
.main-txt {
  filter: drop-shadow(0px 0px 2px black) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.5));
}
.main-img .img-area{
    width: 100%;
    height: 720px;
}
.main-img .txt-area .main-img-txt {
  bottom: 370px;
}
.main-img .txt-area .txt-box .t2 .date {
  color: #fff;
}
.main-img .txt-area .txt-box .t2 .price dl dt {
  background: #132685;
}
.main-img .txt-area .txt-box .t2 .price dl dd .p2 span {
  color: #fff;
}
.main-img .txt-area2 {
  background: #132685;
}
.main-img .txt-area2 .img::before {
  border-color: #132685 transparent transparent transparent;
}
.main-img .txt-area2 .img::after {
  border-color: transparent transparent #132685 transparent;
}
.main-img .txt-area2 .wrap::after {
  background: #132685 ;
}
.main-img .txt-area2 .img img{
    height: 747px;
    bottom: 10px;
    right: 0;
}
.main-img .txt-area2 .txt .ttl {
  font-size: 28px;
  bottom: 170px;
  filter: drop-shadow(0px 0px 2px black) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.5));
}
.main-img .txt-area2 .img {
  width: 700px;
}
.main-img .txt-area2 .txt {
  width: 640px;
  background: #132685 ;

}
.main-img .txt-area2 .img::before{
    border-width: 160px 100px 0 0;
}
.main-img .txt-area2 .img::after{
    border-width: 0 0 160px 100px;
}
.location-main {
  margin: 50px 0 80px;
}
.location-slide .main li .txt .ttl-area {
  align-items: flex-start;
}

.location-slide .main li .txt .ttl-area .ttl {
  padding-top: 40px;
}

.location-slide .main li .txt .ttl-area .ttl .t1 {
  font-weight: normal;
  /* font-size: 70%; */
  /* color: #ffffff !important; */
}

.location-slide .list ul li .txt {
width: calc(100% - 10px);
}
.location-slide .list ul li .txt .ttl {
  padding-top: 1rem;
}
.location-slide .list ul li .txt .ttl .t1 {
font-size: 13px;
}

.location-slide .list ul li .txt .ttl .t2 {
font-size: 20px;
}
.location-slide .main li .img {
  position: relative;
  z-index: -1;
}
.location-slide figcaption {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 80%;
    padding: 0 10px;
    background: rgba(0,0,0,.6);
}
.location-slide .dis-ib {
    color: #000000;
}
.bg-bk2 {
  background: rgba(0, 0, 0, .6);
}

.sub-ttl {
  color: #132685;
}

.c-table table {
  border: 2px solid #132685;
  color: #132685;
}

.c-table table th,
.c-table table td {
    background: #fff;
}

.c-table table tfoot th {
  background: #132685;
}

.c-table table tfoot td {
  background: #132685;
}

.c-table table thead th {
  border-bottom: 2px solid #132685;
}

.c-table table thead td {
  border-right: 2px solid #132685;
  border-bottom: 2px solid #132685;
}

.c-table table .st th {
    border-right: 2px solid #fff;
    background: #132685;
    color: #fff;
}

.c-table table .st td {
    border-right: 1px solid #fff;
    background: #132685;
    color: #fff;
    font-weight: bold;
    padding: 5px 0px;
}

.company-list .ttl {
  background: #132685;
}

.access-box {
    background: #000003 url(../img/lp/access_box.png) no-repeat center right;
    padding: 15px 20px;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 50%);
}

.bg-tri {
  padding-top: 20px;
}

.bg-tri2 {
    background: #132685 url(../img/lp/design_img01.jpg) no-repeat calc(50% - 445px) 150px;
}

.bg-tri .bg-tri-img {
  background: url(../img/lp/tri_bg.png) no-repeat center;
  top: -330px;
}

.design-bg {
  background-color: #132685;
}
.sub-ttl2.c2,
.f-c-pur,
.f-c-ye {
  color: #FFFBC7 !important;
}

.sub-ttl2.c2::before {
  background: #FFFBC7;
}

.sub-ttl2.c3 {
  color: #e4e1f1 !important;
}

.sub-ttl::before {
  background: #132685;
}

/*
 * PLAN
 */

 .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;
  }
  .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: 100%;
  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 .color .color-ttl {
  padding-left: 10px;
  color: #fff;
  background: #47AFAC;
}

.plan .color dl dd ul {
  align-items: flex-start;
}
.plan .color {
  background: #fff;
  color: inherit;
  padding: 20px 30px;
  text-align: left;
  border: solid 1px #e6e0d6;
}
.access-txt .sub {
    font-size: 16px;
    line-height: 1.5;
}

.access-txt-area.column .access-txt {
  width: 100%;
}
.access-txt-area.border {
  border-top: 1px solid #FFFFFF;
}
.access-txt {
  font-size: 30px;
}

.bg-blue1 {
  background: #132685;
}
.cn::before {
  content: none;
}

/*==================================================================================
==================================================================================*/
@media screen and (max-width: 767px) {

.s-header .ttl .t1 {
        font-size: 16px;
    }

    .main-img .img-area {
        height: 400px
    }

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

    .main-img .txt-area {
      padding: 50px 0 10px;
      z-index: 2;
    }

    .main-img .txt-area .main-img-txt img {
       /*  width: 280px; */
        padding-top: 80px;
    }

    .main-img .txt-area .main-img-txt {
        padding-bottom: 10px;
    }

    .main-img .txt-area .txt-box .t1 .t1-1 {
        font-size: 19px;
        /* text-align: left; */

    }
    .main-img.sp_s2 .txt-area .txt-box .t1 .t1-1 {
        font-size: 20px;
        text-align: center;
    }

    .main-img .txt-area .txt-box .t2 .price.p2 {
        padding-left: 0;
    }
    .main-img .txt-area .txt-box .t2 .price dl dt {
        padding: 5px 5px;
        font-size: 15px;
    }
    .main-img .main-txt {
        /* font-size: 35px;
        width: 100%;
        top: -90px; */
        display: none;
    }
    .main-img .main-txt .sub {
        font-size: 12px;
        letter-spacing: 3px;
        padding-left: 0px;
        margin-bottom: 20px;
    }
    .main-img .main-txt .main {
        letter-spacing: 10px;
        padding-left: 5px;
    }
    .main-img .txt-area2 {
        height: 215px;
    }
    .main-img .txt-area2 .txt {
        padding-top: 18px;
    }
    .main-img .txt-area2 .txt::after {
        border-width: 0 0 180px 50px;
    }
    .main-img .txt-area2 .img img {
        width: 175px;
        height: auto;
        bottom: -69px;
        left: 208px;
    }
    .main-img .txt-area2 .img {
        z-index: 2;
        bottom: 30px;
        left: 8px;
    }
    .main-img .txt-area .txt-box .t2 .date>div {
      margin: 2px 0;
    }
    .main-img .txt-area .txt-box .t2 .date span,
    .main-img .txt-area .txt-box .t2 .price dl dt {
      width: 94px;
    }
    .main-img .txt-area .txt-box .t2 .price dl dd {
      margin-left: 10px;
    }
    .main-img .txt-area2 .txt .ttl {
      top: -13px;
      font-size: 18px;
      line-height: 1.3;
    }
    .main-img .txt-area2 .txt p {
      font-size: 12px;
      padding-right: 380px;
      padding-top: 50px;
      line-height: 1.4;
    }
    .main-img.sp_s2 .txt-area {
      background: rgba(156, 122, 0, .8);
    }

.location .location-ti {
  display: block;
}

.location .location-ti .txt-img {
  width: 100%;
  align-items: baseline;
  padding: 0 20px;
}

.location-slide .main::before {
  border: none;
}

.location-slide figcaption {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.location-slide .main li .txt .ttl-area .ttl {
  padding-top: 25px;
}

.main-img .txt-area .txt-box .t2 .price.p2 {
    padding-left: 0;
}

.bg-tri .bg-tri-img {
  background: url(../img/lp/tri_bg.png) no-repeat right;
  top: -287px;
}

.bg-tri {
    height: 890px;
}

.bg-tri2 {
    background: #132685;
}

.bg-tri2::before {
  border-color: transparent transparent #132685 transparent;
}

.access-txt {
    padding: 0;
    font-size: 24px;
    line-height: 2;
}
.company-list .list ul {
  margin-left: 0;
}

/*
 * PLAN
 */
 .plan-column .over-box {
  display: block;
}
.img.inview.inview-on.sp-plan-img {
  display: block;
}

.plan-column .plan-img::before {
  width: 0;
}

.plan-column .plan-img:nth-of-type(1) {
  background: #B9C6D8;
}
.plan-column .plan-img:nth-of-type(2) {
  background: #6890b3;
}
.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 {
  background: #fff;
}
.plan .plan-img .data ul li {
  color: #333;
  text-shadow: 0 0 black;
}

.plan-column.single .column{
  width: 100%;
}
.plan-column .over-box{
  padding:5px;
  width: 100%;
}

.plan-column .column {
  display: block;
}

.plan-column .column .txt-area {
  padding: 20px;
  width: 100%;
}

.plan .plan-img .data ul li::before {
   top: 4px;
}

.plan-column .over-box {
  padding: 8px;
  width: 100%;
}
.plan-column .over-box ul {
  display: flex;
  justify-content: flex-start;
  margin-left: -3px;
}
      .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 .column .img {
          width: 90%;
      }
      .plan-column .over-box ul li.l1 img, .plan-column .over-box ul li.l2 img, .plan-column .over-box ul li.l3 img {
          height: 180px;
      }
          .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 .plan-img {
  width: 100%;
}
.plan .color dl dd ul {
  flex-wrap: wrap;
}
  .plan .color dl dd ul li {
      width: 33%;
  }

.plan-column.single .column:nth-child(odd){
  background: #b9c6d8;
  background: -moz-linear-gradient(top,  #b9c6d8 75%, #ffffff 50%);
  background: -webkit-linear-gradient(top,  #b9c6d8 75%,#ffffff 50%);
  background: linear-gradient(to bottom,  #b9c6d8 75%,#ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9c6d8', endColorstr='#ffffff',GradientType=1 );
}
.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%;
          }
          .pop-block .plan-column .column:nth-child(odd) {
              background: #fff;
          }
    .txt-img.half .txt-area {
    width: 100%;
    }
}
@media screen and (max-width: 450px) {
  .main-img.sp_s2 .txt-area2 .txt .ttl {
      font-size: 22px;
      text-align: center;
      margin-top: 20px;
  }
    .s-header .ttl .t3 {
        font-size: 10px;
    }

    .s-header .ttl .t1 {
        font-size: 13px;
    }

    .s-header .ttl .t2 {
        font-size: 9px;
    }

}
@media screen and (min-width: 768px) {
  .location-list2 {
    display: flex;
  }
  .company-list .list ul.w400 {
      width: 400px;
  }
  .main-img .main-txt {
    width: 650px;
  }
  .access-txt .num {
    font-size: 65PX;
  }
}
/*=================================================================================
===================================================================================*/
