html:has(.archive-renovation) {
  background: #D8D1C6;
}
html:has(.archive-renovation) .header {
  background: #D8D1C6;
}

html:has(.archive-wooden) {
  background: #EDEAE8;
}
html:has(.archive-wooden) .header {
  background: #EDEAE8;
}

#article .main {
  margin-bottom: 100px;
}
#article .main .inner {
  padding: 0;
}
#article .article_main {
  margin-bottom: 50px;
}
#article .atticle_title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  padding: 0 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
#article .article_sub {
  padding: 0 20px;
}
#article .article_place {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: bold;
  margin-bottom: 20px;
}
#article .article_info {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85;
  margin-bottom: 50px;
}
#article .article_relationLinkWrap {
  margin-bottom: 80px;
}
#article .article_relationLink {
  font-size: 16px;
  font-size: 1.6rem;
}
#article .article_returnLink {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  display: inline-block;
  font-weight: 500;
}
#article .article_returnLink:after {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-image: url("/assets/img/common/icon_return.svg");
  content: "";
  display: inline-block;
  vertical-align: -2px;
  margin-left: 10px;
}
@media (width > 960px) {
  #article .main {
    padding-top: 100px;
    margin-bottom: 0;
  }
  #article .article {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #article .article_main {
    width: 75%;
    flex: 1;
    max-width: 1280px;
    padding-right: 10px;
    padding-top: 60px;
    margin-bottom: 100px;
  }
  #article .atticle_title {
    font-size: 20px;
    font-size: 2rem;
    padding-left: 0;
    font-weight: 500;
  }
  #article .article_sub {
    left: 0;
    position: sticky;
    left: 0;
    top: 110px;
    height: 700px;
    width: 25%;
    margin-bottom: 50px;
  }
  #article .article_place {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.66;
    margin-bottom: 20px;
  }
  #article .article_info {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    margin-bottom: 50px;
  }
  #article .article_relationLink {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 2px 1px 0;
  }
  #article .article_relationLink:after {
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
  }
  #article .article_returnLinkWrap {
    position: absolute;
    bottom: 15px;
  }
  #article .article_returnLink {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  #article .article_returnLink:after {
    vertical-align: -4px;
  }
}