@charset "utf-8";
/* ------------------------------------------
  renovation_list
------------------------------------------ */
.header {
  background: rgba(239, 237, 234, 0.8);
}

.footer {
  background: #fff;
}

.pagetop_pc {
  opacity: 1;
}

.renovation_list {
  padding-top: 124px;
  background: #efedea;
  padding-bottom: 150px;
  margin-bottom: 100px;
}

.renovation_list_container {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

.renovation_sec_ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  letter-spacing: 0.2em;
  margin-bottom: 150px;
  color: #4b4b4b;
  font-weight: 300;
  line-height: 40px;
}

.renovation_list_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.renovation_item {
  max-width: 450px;
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}

.renovation_item a {
  display: block;
}

.renovation_item:nth-child(odd):after {
  position: absolute;
  content: "";
  background: #4b4b4b;
  height: 100%;
  width: 1px;
  top: 0;
  right: 0;
  right: -62px;
}

.renovation_item_img {
  margin-bottom: 21px;
}

.renovation_date {
  font-size: 12px;
  font-family: "Klee One", cursive;
  color: #000;
  margin-bottom: 14px;
  line-height: 12px;
}

.renovation_ttl {
  font-size: 20px;
  font-family: "Klee One", cursive;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}

.brand_logo_inner {
  display: flex;
  width: 80%;
  flex-wrap: wrap;
}

.brand_logo {
  margin-bottom: 10px;
  margin-right: 7.5px;
}

.brand_logo1 {
  width: 122px;
}
.brand_logo2 {
  width: 100px;
}
.brand_logo3 {
  width: 110px;
}
.brand_logo4 {
  width: 110px;
}

@media screen and (max-width: 430px) {
  .renovation_item:nth-child(odd):after {
    content: none;
  }

  .renovation_list {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .renovation_list_container {
    max-width: 87%;
  }

  .renovation_sec_ttl {
    line-height: 42px;
    font-size: 26px;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .renovation_date {
    margin-bottom: 20px;
  }

  .renovation_ttl {
    margin-bottom: 21px;
  }

  .brand_logo_inner {
    width: 100%;
  }

  .brand_logo1 {
    width: 97px;
  }
  .brand_logo2 {
    width: 80px;
  }
  .brand_logo3 {
    width: 88px;
  }
  .brand_logo1 {
    width: 88px;
  }

  .renovation_item {
    margin-bottom: 80px;
  }
}
