@charset "utf-8";
.main {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/de_main01.png);
  background-position: center center;
  padding: 61% 0;
  position: relative;
}

.main .text_pos {
  width: 90%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

h3 {
  width: 70%;
  max-width: 300px;
  margin: 0 auto 20px;
}

.copy {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 2;
  letter-spacing: 2px;
}

.facade_Box {
  background: #000;
}

.fa_area {
  padding: 100px 0 0 0;
}

h4 {
  font-size: 24px;
  color: #fff;
  letter-spacing: 6px;
  text-align: center;
  margin-bottom: 20px;
}

h5 {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  line-height: 2;
  text-align: center;
  margin-bottom: 30px;
}

.txt {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 2;
}

.t_left {
  text-align: left;
}

.color {
  width: 90%;
  max-width: 800px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto 0;
}

.color li {
  width: 15%;
  margin-right: 2%;
}

.color li:nth-of-type(6) {
  margin-right: 0;
}

.designeer {
  width: 90%;
  max-width: 800px;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 100px 0;
  margin: 60px auto 0;
}

.designeer .text {
  width: 64%;
}

.designeer .image {
  width: 28%;
}

.designeer .name {
  width: 90%;
  margin: 20px 0 0 0;
}

.big_image {
  margin-bottom: 40px;
}

.entrance_Box h4,
.entrance_Box h5,
.lounge_Box h4,
.lounge_Box h5 {
  color: #1e1d1b;
}

.entrance_Box h5,
.lounge_Box h5 {
  margin-bottom: 0;
}

.lounge_Box {
  padding: 120px 0 0 0;
}

.lounge_image {
  width: 90%;
  max-width: 1200px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 40px;
}

.lounge_image li {
  width: 48%;
}

.land_Box {
  background: #efefef;
  padding: 100px 0 100px 0;
  margin: 100px auto 0;
}

.land_Box h5 {
  color: #646d78;
}

.land_Box .txt {
  color: #646d78;
}

.landimage {
  width: 90%;
  max-width: 750px;
  margin: 40px auto 0;
}

.land_item {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1000px;
  margin: 50px auto 0;
  position: relative;
}

.land_item li {
  width: 32%;
}

.land_item li:nth-of-type(n+4) {
    margin-top: 50px;
}

.item_ttl {
  display: flex;
  margin-top: 10px;
}

.item_ttl span {
  display: block;
}

.item_ttl .num {
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #fff;
    background: #755731;
    align-self: flex-start;
    padding: 2px 4px;
    margin-right: 10px;
}

.item_ttl .ttl {
    font-size: 16px;
    color: #755731;
    letter-spacing: 1px;
    line-height: 1.3;
}

.caption {
    font-size: 10px;
    position: absolute;
    bottom: -30px;
    right: 0;
}

.green_Box {
     background: #efefef;
     padding: 0 0 100px 0;
}

.green_Box h4,
.green_Box h5 {
color: #646d78;
}

.grren_flex {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.grren_flex li {
    width: 23.5%;
}

.grren_name {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}



/*---------------------------
tab
---------------------------*/
@media only screen and (max-width: 1024px) {
}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 820px) {
  .main {
    padding: 74% 0;
  }
  .main .text_pos {
    top: 4%;
  }
  h3 {
    width: 45%;
    margin-bottom: 10px;
  }

  .copy {
    font-size: 14px;
    line-height: 1.5;
  }

  .fa_area {
    padding: 50px 0 0 0;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.6;
  }

  .color {
    margin: 30px auto 0;
  }

  .designeer {
    padding: 0 0 50px 0;
    margin: 40px auto 0;
  }

  .designeer .text {
    width: 100%;
  }

  .designeer .image {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin: 20px auto 0;
  }

    .designeer .image figure {
      width: 48%;
    }

  .designeer .name {
       width: 48%;
  }

  .big_image {
    margin-bottom: 20px;
  }

  .lounge_Box {
    padding: 60px 0 0 0;
  }

  .lounge_image {
    margin-bottom: 20px;
  }

  .lounge_image li {
    width: 100%;
  }

  .lounge_image li:nth-of-type(n+2) {
    margin-top: 10px;
  }

  .land_Box {
    padding: 50px 0 80px 0;
    margin: 50px auto 0;
  }
  .landimage {
    margin: 20px auto 0;
  }

  .land_item li {
    width: 100%;
  }

    .land_item li:nth-of-type(n+2) {
      margin-top: 40px;
    }

    .green_Box {
      padding: 0 0 50px 0;
    }

    .grren_flex li {
      width: 48%;
    }

    .grren_flex li:nth-of-type(n+3) {
      margin-top: 40px;
    }
}
