@charset "UTF-8";
/*　*/
/**************************************************
		Side
**************************************************/
.l-side_search {
  padding: 1rem;
  background: #A4C79D;
}

.l-side_search form {
  position: relative;
}

.l-side_search_input {
  display: block;
  padding: 1.5rem 1rem;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  width: calc(100% - 5.5rem);
  height: 5rem;
  background: transparent;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.l-side_search_btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  width: 5rem;
  height: 5rem;
  background: transparent url(../img/side/icon_search.png) 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: opacity 0.3s;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 500%;
  white-space: nowrap;
  overflow: hidden;
}

.l-side_search_btn:hover {
  opacity: 0.7;
}

.l-side_btn {
  margin-top: -1rem;
  padding: 1rem;
  background: #A4C79D;
}

.l-side_btn_list {
  line-height: 0;
}

.l-side_btn_list li:not(:last-child) {
  margin-bottom: 1rem;
}

.l-side_btn_list a {
  display: block;
  transition: opacity 0.3s;
}

.l-side_btn_list a:hover {
  opacity: 0.7;
}

.l-side_category {
  margin-top: 2rem;
}

.l-side_category_list {
  border-top: 0.3rem solid #669A5B;
  border-bottom: 0.3rem solid #669A5B;
  line-height: 0;
}

.l-side_category_list li:not(:last-child) {
  position: relative;
  padding-bottom: 0.3rem;
}

.l-side_category_list li:not(:last-child)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: transparent url(../img/common/border_01.png) 0 0 repeat-x;
  background-size: 0.5rem auto;
  content: "";
}

.l-side_category_list a {
  display: block;
  transition: background-color 0.3s;
}

.l-side_category_list a:hover {
  background-color: rgba(102, 154, 91, 0.1);
}
