@charset "utf-8";
/* ------------------------------------------
  renovation_list
------------------------------------------ */

.header {
  background: rgba(239, 237, 234, 0.8);
}

.footer {
  background: #fff;
}

.pagetop_pc {
  opacity: 1;
}

.renovation_item {
  padding-top: 124px;
  background: #efedea;
  padding-bottom: 150px;
  margin-bottom: 100px;
  padding-right: 20px;
  padding-left: 20px;
}

.renovation_item_container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.renovation_item_inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

.news_item_pre {
  width: 45px;
  position: sticky;
  top: 235px;
  height: 329px;
}

.news_item_next {
  width: 45px;
  position: sticky;
  top: 235px;
  height: 329px;
}

.news_item_pre div {
  width: 100%;
  height: 142px;
}

.news_item_next div {
  width: 100%;
  height: 142px;
}

.news_item_pre a, .news_item_next a {
  display: block;
  width: 100%;
  height: 45px;
}

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

.renovation_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.renovation_content1 {
  width: 39%;
  position: sticky;
  top: 235px;
  margin-left: 20px;
}

.renovation_content2 {
  width: 60.3%;
  margin-right: 20px;
}

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

.renovation_content_ttl {
  font-size: 24px;
  font-family: "Klee One", cursive;
  color: #4b4b4b;
  line-height: 1.3;
  margin-bottom: 40px;
}

.brand_logo_inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 61px;
}

.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;
}

.renovation_content2 img {
  width: 100%;
  margin-bottom: 40px;
}

.renovation_content_txt {
  font-size: 14px;
  line-height: 24px;
  font-family: "Klee One", cursive;
  color: #4b4b4b;
  margin-bottom: 60px;
}

.back_list {
  width: 145px;
}

.back_list a {
  display: block;
  padding: 9px 5px;
  border: 1px solid #4b4b4b;
  border-radius: 47px;
  text-align: center;
  color: #4b4b4b;
  font-size: 16px;
  letter-spacing: 0.2em;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 300;
  line-height: 16px;
}

.back_list a:hover {
  opacity: 1;
  background-image: linear-gradient(72deg, #502200 45%, #fff 60%, #502200 45%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 1.5s ease-out;
  border: 1px solid #502200;
}

@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media screen and (max-width: 430px) {
  .renovation_item {
    padding-top: 100px;
    padding-bottom: 80px;
    padding-right: 0;
    padding-left: 0;
  }
  .renovation_item_container {
    max-width: 87%;
  }
  .renovation_ttl {
    line-height: 42px;
    font-size: 26px;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
    margin-left: 0;
  }
  .renovation_content {
    display: block;
  }
  .renovation_content1 {
    width: 100%;
    position: relative;
    top: 0;
    margin-left: 0;
  }
  .renovation_content_ttl {
    font-size: 20px;
  }
  .brand_logo_inner {
    margin-bottom: 40px;
  }
  .brand_logo1 {
    width: 97px;
  }
  .brand_logo2 {
    width: 80px;
  }
  .brand_logo3 {
    width: 88px;
  }
  .brand_logo1 {
    width: 88px;
  }
  .renovation_content2 {
    width: 100%;
    margin-right: 0;
  }
  .renovation_content2 img {
    margin-bottom: 17px;
  }
  .renovation_content_txt {
    margin-bottom: 40px;
  }
  .renovation_content {
    margin-bottom: 80px;
  }
  .prenext_inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .news_item_pre_sp, .news_item_next_sp {
    width: 46px;
    height: 46px;
  }
  .news_item_pre_sp a, .news_item_next_sp a {
    display: grid;
    place-content: center;
    height: 100%;
    border: 1px solid #6d352c;
    border-radius: 50%;
  }
  .news_item_pre_sp a p {
    display: inline-block;
    font-family: "Klee One", cursive;
    font-size: 15px;
    color: #6d352c;
  }
  .news_item_next_sp a p {
    display: inline-block;
    font-family: "Klee One", cursive;
    font-size: 15px;
    color: #6d352c;
  }
  .back_list_sp {
    width: 144px;
  }
  .back_list_sp a {
    display: block;
    padding: 17px 20px;
    border: 1px solid #6d352c;
    border-radius: 47px;
    text-align: center;
    color: #502200;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: "adobe-garamond-pro", serif;
    font-weight: 300;
    line-height: 14px;
  }
}

.renovation_content2 img {
  margin-bottom: 40px;
}

.renovation_content2 {
  font-family: "Klee One", cursive;
  font-size: 14px;
  line-height: 1.7;
  color: #4b4b4b;
}

.renovation_content2>* {
  margin-bottom: 20px;
}