@charset "utf-8";
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif!important;
  line-height: 1.5!important;
  background-color: #f5f0e7!important;
}
.m_header__main {
  padding: 0 16px 0 20px;
}
@media screen and (max-width: 767.98px) {
  .m_header__main {
    padding-top: 5rem !important;
  }
}
.m_header_nav {
  background-color: #f5f5f5!important;
}
.m_header_nav a {
    font-weight: 500!important;
}
.m_header_nav__categories {
  background-color: #3e3a39!important;
  flex-basis: 45%!important;
}
/*.m_header_nav__categories a {
  color: #333!important;
}
.m_header--bt3 .m_header_nav__categories a {
  color: #333!important;
}*/
.m_header__search {
  background-color: #978361!important;
  border: 1px solid #978361!important;
}
.m_header__functional_nav__items {
  background-color: #fff;
  margin-left: 3px;
  background-color: #d7c4a3!important;
  border-radius: 2px 2px;
  justify-content: center!important;
  flex-basis: 50%;
}
.m_header__functional_nav__items__group.links {
  border: none!important;
  border-radius: 0!important;
}
.m_header__functional_nav__item a {
    font-size: 15px!important;
}
.m_header__search__submit button[type="submit"] {
  background-color: #978361!important;
  margin-top: .5rem!important;
}
.m_header__site_logo {
  margin: 3rem 1rem 2rem!important;
}
.m_header__functional_nav {
  margin: 2.3rem 2rem 1rem 1rem!important;
  display: none;
}
.m_header_nav__menu {
  gap: 1rem 2rem !important;
  margin: 0 !important;
  float: right;
  width: 30%;
  flex-wrap: wrap;
}
.m_header_nav__menu a {
  text-decoration: none !important;
}
@media screen and (max-width: 767.98px) {
  .m_header_nav__menu {
    display: none !important;
  }
}
@media screen and (max-width: 767.98px) {
  .m_header--bt3 .m_header_nav__menu {
    display: none !important;
  }
  .m_header--bt3 .m_header__main {
    padding-top: 5rem !important;
  }
  .m_header__site_logo {
  margin: 3rem auto !important;
  }
}
.c_flex .m_change_item_search_condition_button {
  background-color: #ff7800;
  font-size: 0px;
  padding: 1rem 0 1rem 3rem;
}
.c_flex .material-icons-outlined.icon {
  display: none;
}
.c_flex .m_change_item_search_condition_button:before {
  font-size: 1.8rem;
  content: "条件検索をする";
}
.m_items__item__image {
    border: 1px solid #d7c4a3!important;
    border-radius: 2rem;
}
.m_items__item__image img {
    border-radius: 2rem;
}
.m_items a img {
    transition: 0.3s;
}
.m_items a:hover img {
    filter: brightness(0.8);
}
a.m_header__functional_nav__link:hover
 {
    color: #FFF;
}
@media screen and (max-width: 1199px) {
  .m_header__functional_nav__items {
    margin-left: 0;
  }
}
.m_header_nav__cat_search
 {
    flex-basis: 100%!important;
}