.root::before {
  background-image: url(../img/header_bg.jpg); }

h5.h5_jouetsu {
  background: #f6eafb; }

h5.h5_chuetsu {
  background: #ffeee2; }

h5.h5_kaetsu {
  background: #fff6d3; }

h5.h5_sado {
  background: #ffe5f3; }

.root::before {
  background-image: url(../img/header_bg.jpg); }

@media only screen and (min-width: 768px) {
  .pref_column > *:first-child {
    width: 45%; }
  .pref_column > *:last-child {
    width: 55%; } }
.pref_column .link_list {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .pref_column .link_list {
      display: block; } }
  .pref_column .link_list > li {
    box-sizing: border-box;
    width: 50%;
    margin-top: 0.5ex;
    margin-bottom: 0.5ex; }
    @media only screen and (max-width: 767px) {
      .pref_column .link_list > li {
        width: auto; } }

ol.production_history_list {
  margin: -10px -20px 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap; }
  ol.production_history_list > li {
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
    width: 50%;
    display: flex;
    position: relative; }
    @media only screen and (max-width: 767px) {
      ol.production_history_list > li {
        display: block;
        width: auto; } }
    ol.production_history_list > li::after {
      content: "";
      display: block;
      position: absolute;
      width: 22px;
      height: 30px;
      background: url(../../common/img/arrow_flow.png) 50% 50%/contain no-repeat;
      top: 50%;
      right: 0px;
      transform: translate(11px, -15px); }
      @media only screen and (max-width: 767px) {
        ol.production_history_list > li::after {
          top: auto;
          bottom: 0;
          right: auto;
          left: 50%;
          transform: translate(-11px, 15px) rotate(90deg); } }
    ol.production_history_list > li:last-child::after {
      content: none; }
    @media only screen and (min-width: 768px) {
      ol.production_history_list > li:nth-child(2n)::after {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        transform: translate(-10px, 16px) rotate(135deg); } }
    ol.production_history_list > li > div {
      border: 1px solid #cccccc;
      overflow: hidden;
      border-radius: 10px; }
      ol.production_history_list > li > div h5 {
        display: block;
        border-radius: 0 0 0 0;
        margin-bottom: 0;
        color: #9c811a; }
        ol.production_history_list > li > div h5 > span {
          display: inline-block;
          transform: rotate(0.05deg); }
      ol.production_history_list > li > div ul {
        list-style-type: disc;
        padding: 20px;
        margin: 0 0 0 20px; }

.jamap_area li,
.jamap_titlebgs li {
  display: none; }

.furusato_column > div {
  display: flex; }
  @media only screen and (min-width: 768px) {
    .furusato_column > div:first-child {
      width: 75%; }
    .furusato_column > div:last-child {
      width: 25%; } }
  .furusato_column > div > div {
    background: #faf7ee;
    flex-grow: 1;
    padding-bottom: 15px; }
    .furusato_column > div > div h5 {
      margin-bottom: 0;
      display: block;
      background: #f3ebcd; }

#furusato_jamap_container {
  margin: auto; }

.furusato_btn_list {
  list-style-type: none;
  margin: 0;
  padding: 5px 15px; }
  .furusato_btn_list:after {
    content: "";
    display: block;
    clear: both; }
  .furusato_btn_list li {
    float: left;
    width: 50%;
    margin: 0;
    padding: 2px;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .furusato_btn_list li {
        width: 33.3%; } }
    .furusato_btn_list li a {
      display: block;
      border-radius: 5px;
      transition: 0.3s all;
      position: relative;
      width: 100%; }
      .furusato_btn_list li a:hover, .furusato_btn_list li a:active {
        background: #ffffff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
      .furusato_btn_list li a img {
        width: 100%;
        display: block; }

.product_btn_list {
  display: flex;
  margin: auto;
  padding: 0;
  list-style-type: none;
  width: 80%;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .product_btn_list {
      width: 100%; } }
  .product_btn_list > li {
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    width: 20%; }
    @media only screen and (max-width: 767px) {
      .product_btn_list > li {
        width: 33.33%; } }
    .product_btn_list > li > a {
      display: block;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      border-radius: 5px;
      transition: 0.2s all;
      background: #ffffff; }
      .product_btn_list > li > a:hover, .product_btn_list > li > a:active {
        background: #ffeddf; }
      .product_btn_list > li > a img {
        display: block; }

/*# sourceMappingURL=food.css.map */
