@charset "UTF-8";
.sp_hero {
  display: none;
}

.sub .localnav_wrapper {
  display: block;
}
@media (max-width: 940px) {
  .sub .localnav_wrapper {
    display: none;
  }
}

.xs_on {
  display: none;
}

#topics_tab_xs {
  display: none;
}

.main .localnav_wrapper {
  display: none;
}
@media (max-width: 940px) {
  .main .localnav_wrapper {
    display: block;
    max-width: 200px;
    margin: 0 auto;
  }
}
.main #localnav {
  background-image: url(../img/middle_localnav.png);
  background-repeat: repeat-y;
  background-size: contain;
}
.main #localnav ul {
  margin: 0;
  padding: 0;
}
.main #localnav ul li {
  margin: 0 0 5px 0;
  padding: 0 0 5px 15px;
  background-image: url(../img/line_localnav.gif);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.main #localnav ul li a {
  background-image: url(../img/icn_localnav.jpg);
  background-repeat: no-repeat;
  background-position: left;
  display: block;
  margin: 0;
  padding: 0 0 0 15px;
}
.main #localnav ul li.end {
  margin: 0;
  padding: 0 0 0 15px;
  background: none;
}

@media (max-width: 940px) {
  img {
    max-width: 100%;
  }
  #content .main {
    width: 100%;
    float: none;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 30px;
  }
  #content .main #main_bnr {
    margin: 0 auto 50px;
  }
  #content .main #topics_content table {
    width: 100%;
    margin-top: 0;
  }
  #content .main #bnr_area {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #content .main #bnr_area ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 10px;
  }
  #content .main #bnr_area ul li {
    float: none;
  }
  #content .main #bnr_area ul li a {
    display: block;
    width: 100%;
  }
  #content .main #bnr_area ul li a img {
    width: 100%;
  }
  #content .main .gotop._sp {
    display: none;
  }
  #content .main #breadcrumb {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 60px;
  }
  #content .main #breadcrumb + div img {
    width: 100%;
  }
  #content .main .content_area + div img {
    width: 100%;
  }
  #content .main .content_area {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #content .main .content_area .note {
    margin: 0 !important;
  }
  #content .main .content_area .note .pic_box {
    float: none;
    margin: 0 auto;
    padding: 0;
  }
  #content .main .content_area .greeting_area {
    display: block !important;
  }
  #content .main .content_area .greeting_area > div {
    padding-top: 20px !important;
    margin: 0 auto !important;
    text-align: center;
  }
  #content .main .content_area .greeting_area .pic_box {
    float: none;
    padding: 0 !important;
    margin-top: 0 !important;
  }
  #content .main .content_area h2, #content .main .content_area h3, #content .main .content_area h4, #content .main .content_area h5, #content .main .content_area h6 {
    width: 100%;
    overflow: hidden;
  }
  #content .main .content_area h2 img, #content .main .content_area h3 img, #content .main .content_area h4 img, #content .main .content_area h5 img, #content .main .content_area h6 img {
    max-width: unset;
  }
  #content .main .content_area h2 {
    height: auto;
  }
  #content .main .content_area h4 {
    font-size: 18px;
    height: auto;
  }
  #content .main .content_area h5 {
    font-size: 16px;
    overflow: auto;
    height: auto;
    background-position: 0 10px;
  }
  #content .main .content_area table, #content .main .content_area p, #content .main .content_area ul, #content .main .content_area ol {
    font-size: 15px;
  }
  #content .main .content_area .inner_link_head {
    width: 100%;
  }
  #content .main .content_area .inner_link_head img {
    width: 100%;
  }
  #content .main .content_area .inner_link {
    width: 100%;
    background-size: cover;
  }
  #content .main .content_area .inner_link_bottom {
    width: 100%;
  }
  #content .main .content_area .inner_link_bottom img {
    width: 100%;
  }
  #content .main .content_area > * {
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #content .main .content_area p {
    padding: 0;
  }
  #content .main .content_area table.news {
    width: 100%;
  }
  #footer #footer_area {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 30px;
    position: relative;
  }
  #footer #footer_area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 200px;
  }
  #footer #footer_area ul li {
    float: none;
  }
  #denenmaru {
    float: none;
    text-align: right;
    position: absolute;
    bottom: 150px;
    right: 20px;
  }
  #topics_tab {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header {
    width: 100%;
    pointer-events: all !important;
  }
  #mainimage {
    width: 100%;
    height: auto;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    max-width: 500px;
    background-image: none;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0 !important;
    margin-top: 60px;
  }
  #mainimage > * {
    position: unset !important;
    width: calc((100% - 40px) / 3) !important;
    height: auto !important;
  }
  #mainimage > * img {
    width: 100%;
  }
  #content {
    width: 100%;
  }
  #wrapper {
    background-image: none;
  }
  #gnav .menu {
    display: none;
  }
  #header-search {
    display: none;
  }
  #header_nav_area {
    display: none;
  }
  #header #header_inner #header_area {
    background-color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 9px;
    padding-top: 9px;
    position: fixed;
    z-index: 100;
    width: 100%;
    border-bottom: 3px solid #006600;
  }
  #header #header_inner #header_area h1 {
    padding-top: 0;
  }
  #copyright {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-top: 30px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #copyright img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #content .sub {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #content .sub ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  #content .sub ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 940px) and (max-width: 575px) {
  #content .sub ul {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 940px) {
  #footer {
    height: auto;
    background-size: contain;
    padding-bottom: 50px;
    margin-top: 70px;
    background-image: none;
    background-color: #d1ce81;
  }
  #topics_tab li {
    margin-bottom: 10px;
  }
  #pr {
    margin: 0 auto 20px !important;
  }
  .inews_area {
    position: relative;
    padding-bottom: 50px;
  }
  .inews_area .detal_btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .sp_hero {
    display: block;
    margin-bottom: 30px;
    position: relative;
    top: 60px;
    background-image: url(../img/bg_sphero.jpg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .sp_hero img {
    width: 100%;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  #content .sub > div:first-of-type {
    text-align: center;
  }
  #content .sub #localnav {
    background-position: center;
  }
  #content .sub #localnav + div {
    text-align: center;
  }
  iframe {
    width: 100%;
    max-width: 500px;
  }
  #area_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #area_tab li {
    margin-bottom: 10px;
  }
  #area_all {
    overflow-x: scroll;
  }
  .youtube {
    width: 100% !important;
    margin: 0 !important;
  }
  .image_wrap img {
    width: 100%;
    height: auto;
  }
  .money_content {
    width: unset;
  }
  .detail-title {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .detail-img {
    padding-left: 0 !important;
  }
  .detail-table table.bordered {
    width: 100% !important;
  }
  .detail-table {
    padding-right: 0 !important;
    padding-top: 20px !important;
  }
  .sns_box {
    width: 100% !important;
  }
  .sns_box img {
    display: block;
  }
}
@media (max-width: 756px) {
  #content .main .content_area .inner_link {
    background-size: contain;
  }
  #content .main .content_area .recipe_top {
    display: block;
    margin: 0;
  }
  #content .main .content_area .recipe_top img {
    margin: 10px 0;
  }
  #content .main .content_area .recipe_top .recipe_table {
    width: 100%;
    margin: 0;
  }
  .recipe_bottom {
    display: block;
  }
  .recipe_bottom .flow, .recipe_bottom .point {
    margin: 10px 0;
    width: 100%;
  }
  .imgBox {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .imgBox li {
    width: calc((100% - 10px) / 2);
    bottom: unset !important;
  }
  .imgBox li a img {
    width: auto;
    height: auto;
  }
}
@media (max-width: 700px) {
  #content .main #main_bnr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .main #main_bnr > div {
    width: calc((50% - 10px) / 2) !important;
  }
  #content .main #main_bnr > div ._link {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  #content .main #bnr_area ul {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 20px;
  }
  #content .main #bnr_area ul li {
    width: 100%;
    margin: 0 auto;
  }
  #content .main .content_area h2 img, #content .main .content_area h3 img, #content .main .content_area h4 img, #content .main .content_area h5 img, #content .main .content_area h6 img {
    width: 130%;
  }
  #footer #footer_area ul {
    display: block;
  }
}
#humburger_btn {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 10px;
  right: 10px;
  /* border: 1px solid #000; */
  display: none;
  z-index: 200;
}

@media (max-width: 940px) {
  #humburger_btn {
    display: block;
  }
}
#humburger_btn > .humburger_inner {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

#humburger_btn > .humburger_inner > span {
  width: 40px;
  height: 3px;
  background-color: #006600;
  position: absolute;
  top: 50%;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#humburger_btn > .humburger_inner > span::before {
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #006600;
  position: absolute;
  top: -10px;
  border-radius: 5px;
}

#humburger_btn > .humburger_inner > span::after {
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #006600;
  position: absolute;
  top: 10px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 599px) {
  #humburger_btn {
    width: 30px;
    height: 20px;
    top: 20px;
  }
  #humburger_btn > .humburger_inner > span {
    width: 30px;
    height: 3px;
  }
  #humburger_btn > .humburger_inner > span::before {
    width: 30px;
  }
  #humburger_btn > .humburger_inner > span::after {
    width: 30px;
    height: 3px;
  }
}
#humburger_btn.humburger_active > .humburger_inner > span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#humburger_btn.humburger_active > .humburger_inner > span::before {
  opacity: 0;
}

#humburger_btn.humburger_active > .humburger_inner > span::after {
  -webkit-transform: rotate(92deg);
          transform: rotate(92deg);
  top: 0px;
}

.sp_nav {
  width: 100%;
  height: calc(100vh - 63px);
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 63px;
  z-index: -2;
  opacity: 0;
  left: 0;
  display: none;
  overflow: scroll;
}

@media (max-width: 767px) {
  .sp_nav {
    display: block;
  }
}
.sp_nav.sp_nav_active {
  display: block;
  top: 63px;
  z-index: 100;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: all;
}

.sp_nav > .sp_nav_inner {
  background-color: #006600;
}

.sp_nav > .sp_nav_inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.sp_nav > .sp_nav_inner > ul > li {
  width: 50%;
  border-bottom: 2px dashed #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp_nav > .sp_nav_inner > ul > li:nth-of-type(odd) {
  border-right: 2px dashed #fff;
}

.sp_nav_icon {
  width: 34px;
  margin: 0 auto 1.5ex;
  display: block;
  border-radius: 50%;
}

.sp_nav > .sp_nav_inner > ul > li > a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 10px 5px;
  text-decoration: none;
  font-size: 18px;
}

.sp_nav > .sp_nav_inner > ul > li.small_sp_nav {
  width: 100%;
  border-right: 0;
}

.sp_nav > .sp_nav_inner > ul > li.small_sp_nav > a {
  padding: 8px 0;
}

.sp_nav > .sp_nav_inner > ul > li.search_sp {
  width: 100%;
  padding: 10px 0;
}

.sp_nav > .sp_nav_inner > ul > li.search_sp > #search_sp {
  width: 80%;
  margin: 0 auto;
}

.sp_nav > .sp_nav_inner > ul > li.search_sp > #search_sp > form {
  width: 100%;
}

.sp_nav > .sp_nav_inner > ul > li.search_sp > #search_sp table {
  width: 100%;
}

.sp_nav > .sp_nav_inner > ul > li.search_sp > #search_sp table .serch {
  width: 95%;
}

.sp_nav > .sp_nav_inner > ul > li.search_sp > #search_sp table .serch #searchbtn {
  height: 30px;
  width: auto;
}

.sp_nav > .sp_nav_inner > ul > li.search_sp #searchbtn {
  margin-left: 10px;
}

.sp_nav > .sp_nav_inner > ul > li.search_sp #searchBox {
  width: 100%;
  height: 30px;
  padding: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp_nav .sp_nav > .sp_nav_inner > ul > li.search_sp input {
  height: 30px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 599px) {
  .sp_nav > .sp_nav_inner > ul > li > a {
    display: block;
    color: #fff;
    text-align: center;
  }
  .sp_nav > .sp_nav_inner > .sp_nav_small > li > a {
    padding: 20px 0;
  }
  .small_sp_nav {
    width: 100%;
  }
  .sp_nav > .sp_nav_inner > ul > li > a {
    padding: 10px 5px;
    font-size: 1em;
  }
  .sp_nav > .sp_nav_inner > .sp_nav_small > li > a {
    padding: 10px 0;
  }
}
html.sp_menu_active body.sp_menu_active {
  overflow: hidden;
  pointer-events: none;
}
html.sp_menu_active body.sp_menu_active .main {
  position: fixed;
}
html.sp_menu_active body.sp_menu_active #footer_area {
  position: relative;
  z-index: -1;
}

@media (max-width: 940px) {
  .responsive_table_area {
    position: relative;
    top: 0;
    left: 0;
    clear: both;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .root .responsive_table_area table {
    margin-bottom: 0;
  }
  .responsive_table_area:not(.responsive_table_area-all) th:first-child {
    max-width: 125px;
    min-width: 125px;
    width: 125px;
  }
  .responsive_table_area:not(.responsive_table_area-all) .table-wrapper .pinned {
    max-width: 126px;
    min-width: 126px;
    width: 126px;
  }
  .responsive_table_area:not(.responsive_table_area-all) .table-wrapper .scrollable {
    padding-left: 125px;
  }
  .responsive_table_area:not(.responsive_table_area-all) .table-wrapper .scrollable > table {
    margin-left: -125px !important;
  }
  .responsive_table_area td {
    min-width: 70px;
  }
  .responsive_table_area th:first-child {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .responsive_table_area .scrollable {
    -webkit-overflow-scrolling: touch;
  }
  .responsive_table_area .table-wrapper {
    margin-bottom: 0;
  }
  .responsive_table_area table.responsive th:first-child,
  .responsive_table_area table.responsive table.responsive td:first-child,
  .responsive_table_area table.responsive table.responsive td:first-child, .responsive_table_area table.responsive.pinned td {
    display: table-cell;
  }
  .responsive_table_area-all .table-wrapper .bordered,
  .responsive_table_area-all .table-wrapper .bordered_auto,
  .responsive_table_area-all .table-wrapper .table {
    min-width: 678px;
  }
  .responsive_table_area-all .table-wrapper td,
  .responsive_table_area-all .table-wrapper th {
    position: static;
    white-space: normal;
  }
  .responsive_table_area-all .table-wrapper .pinned {
    display: none;
  }
  .responsive_table_area-all .table-wrapper .scrollable {
    padding-left: 0;
  }
  .responsive_table_area-all .table-wrapper .scrollable > table {
    margin-left: 0;
  }
  .responsive_table_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/common/img/icon_swipe.png") center center no-repeat transparent;
    background-size: auto 90px;
    z-index: 90;
    cursor: pointer;
  }
  .responsive_table_mask.shadow {
    background-image: none;
    background: #666;
    opacity: 0.5;
    z-index: 89;
  }
  table.responsive {
    margin: unset;
    margin-top: 15px;
  }
  table {
    word-wrap: break-word; /* 古いブラウザ向け（IE対応） */
    overflow-wrap: break-word; /* 現在主流の指定 */
    word-break: break-all; /* 必要なら */
  }
  a.outside {
    padding-bottom: 4px;
  }
}
@media (max-width: 540px) {
  #topics_content table td, #topics_content table th {
    display: block;
    width: 100%;
    padding-bottom: 0 !important;
    padding-top: 4px !important;
  }
  #topics_content table tr {
    display: block;
    padding-bottom: 10px;
    padding-top: 6px;
  }
  table.news td, table.news th {
    display: block;
    width: 100%;
    padding-bottom: 0 !important;
    padding-top: 4px !important;
  }
  table.news tr {
    display: block;
    padding-bottom: 10px;
    padding-top: 6px;
  }
  .xs_on {
    display: block;
  }
  h4 {
    font-size: 14px !important;
  }
}
@media (max-width: 391px) {
  #topics_tab_xs {
    display: block;
    list-style: none;
    padding-left: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
  #topics_tab_xs li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: block;
    border-radius: 3px;
    padding: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    pointer-events: all;
    cursor: pointer;
  }
  #topics_tab_xs li#tab_all_xs a {
    background-color: #ebc288;
  }
  #topics_tab_xs li#tab_all_xs a:hover {
    background-color: #e39134;
  }
  #topics_tab_xs li#tab_topics_xs a {
    background-color: #bbc57c;
  }
  #topics_tab_xs li#tab_topics_xs a:hover {
    background-color: #8aac3f;
  }
  #topics_tab_xs li#tab_eat_xs a {
    background-color: #fbb76f;
  }
  #topics_tab_xs li#tab_eat_xs a:hover {
    background-color: #ffa435;
  }
  #topics_tab_xs li#tab_agri_xs a {
    background-color: #95c885;
  }
  #topics_tab_xs li#tab_agri_xs a:hover {
    background-color: #50bc35;
  }
  #topics_tab_xs li#tab_money_xs a {
    background-color: #92b7ba;
  }
  #topics_tab_xs li#tab_money_xs a:hover {
    background-color: #50afc1;
  }
  #topics_tab_xs li#tab_important_xs a {
    background-color: #e78273;
  }
  #topics_tab_xs li#tab_important_xs a:hover {
    background-color: #f15a59;
  }
  #topics_tab {
    display: none;
  }
}