@charset "UTF-8";
.bg-kc {
  background-color: #479a45;
}

.bg-kcl {
  background-color: #dce8a9;
}

.text-kc {
  color: #479a45;
}

a:hover {
  filter: brightness(110%) !important;
}

.cate_link :hover {
  filter: brightness(125%);
}

/* 画面幅 */
.nav-link a {
  color: #479a45 !important;
}

.nav_icon {
  width: 50px;
}

.foot_icon {
  width: 50px;
}

h1 {
  font-weight: bold;
}

h2 {
  font-weight: bold;
}

h3 {
  font-weight: bold;
}

h4 {
  font-weight: bold;
}

h5 {
  font-weight: bold;
}

h6 {
  font-weight: bold;
}

.ca_image {
  height: 330px;
  width: auto;
}

.contact_btn {
  z-index: 10000;
}

.border-box2 {
  border: 1px solid #c0c0c0;
  border-radius: 0.25rem;
  padding: 1.8rem 1rem;
  margin-bottom: 1rem;
}
.border-box2 :hover {
  transition: 0.1s;
  transform: translateY(2px);
}
.border-box2 .catarog-img {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 130%;
  margin-bottom: 1rem;
}

form h4 {
  color: #479a45;
  font-size: 1.2rem;
  border-bottom: #479a45 solid 1px;
  padding: 0 0 10px 0;
  font-weight: normal;
}

.message-box {
  height: 450px;
  overflow-y: scroll;
}

.est_size {
  width: 60vw;
  height: calc(42.2535211268vw + 50px);
}

/* セル全体をリンクに */
.cell-link a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.cell-link a:hover {
  filter: brightness(150%);
}

/* 画像がない場合の背景色 */
.item_noimage {
  background-color: #d7d7d7;
  height: 140px;
  line-height: 140px;
  text-align: center;
}

.item_image {
  background-size: contain;
  background-position: center;
  height: 130px;
  background-repeat: no-repeat;
}/*# sourceMappingURL=style2.css.map */