/*
Theme Name: ぐんまアグリネット2021テーマ
Description: ぐんまアグリネットのりにゅーあるようてーまです。
Author: Result - Mizu
Version: 0.1.20210824
*/

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');

html {
    font-size: 62.5%;
}
.round_gothic{
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", /*"Yu Gothic",*/ "Meiryo", sans-serif;
    font-size: 1.4rem;
    line-height: normal;
    background-color: #FFFFF8;
    border:solid 20px;
    border-image-source:url('images/pattern_green.png');
    border-image-slice:20;
    min-height: 100vh;
}

body.admin-bar{
    min-height: calc(100vh - 32px);
}

body.home{
    background: #FFFFF8 url('images/home/bg_home.png') no-repeat center 840px;
    background-size: 1548px 1577px;
}
 
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}

a {
    color: inherit;
    outline: none;
    font-style: normal;
    text-decoration: underline;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

a:link {
    font-style: normal;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
    border: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    outline: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

a img {
    outline: none;
}

a:focus {
    outline: none;
}

section {
    margin: 0 auto;
    position: relative;
}

img {
    vertical-align: top;
    width: 100%;
    height: auto;
}

main {
    display: block;
    min-width: auto;
    color: #565656;
}

.inner {
    max-width: 1030px;
    padding: 0 15px;
    margin: 0 auto;
}

@media screen and (min-width: 750px) {
    .sp {
        display: none !important;
    }
}


/*************
header
*************/
header {
    width: 100%;
    height: auto;
    margin-top: 44px;
}

header .logo_nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

header .social{
    display: flex;
}
header .social div{
    width: 30px;
    margin-right: 10px;
}

header .logo {
    width: 320px;
    margin-top: 10px;
}

/*************
searchform
*************/

.searchform {
    position: relative;
    width: 174px;
}

.searchform input[type="search"] {
    height: 30px;
    width: 100%;
    border: 1px solid #74AF51;
    border-radius: 15px;
    padding: 0 5px;
    box-sizing: border-box;
    margin-right: -4px;
}

.searchform input[type="search"]:focus {
    border: none;
    outline: 0;
}

.searchform input[type="submit"],
.searchform button[type="submit"] {
    background: url('images/icon_search.svg') no-repeat center center #72A851;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    text-indent: 20px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}

/*************
nav → megamenu.css
*************/

/*************
footer
*************/

footer {
    background: url('images/footer_bg.png') no-repeat center bottom;
    background-size: 1657px 240px;
    height: 240px;
    position: relative;
    margin-top: 100px;
}

footer .inner {
    background: url('images/footer_frame.png') no-repeat center center;
    background-size: 1005px 194px;
    position: absolute;
    height: 194px;
    width: 1030px;
    top: -20px;
    left: calc(50% - 515px);
}
footer .inner::after {
    content: "All Rights Reserved, Copyright(C)Gunma prefecture.";
    position: absolute;
    bottom: -28px;
    left: 0;
    color: #1BAD65;
    width: 100%;
    height: 20px;
    text-align: center;
}

footer .ft_content{
    display: flex;
    justify-content: space-between;
    max-width: 840px;
    margin: 40px auto;
    color: #fff;
    font-size: 1.3rem;
    align-items: center;
}

footer .ft_logo{
    width: 300px;
}

footer .ft_info{
    max-width: 480px;
}

footer .ft_menu{
    display: flex;
    margin-left: 7px;
    margin-top: 28px;
}
footer .ft_menu li{
    position: relative;
    margin-right: 2em;
}
footer .ft_menu li:last-child{
    margin: 0;
}
footer .ft_menu li::before{
    content: "";
    position: absolute;
    width: 7px;
    height: 11px;
    background: url('images/arrow.svg');
    background-size: contain;
    top: 3px;
    left: -10px;
}

footer #to_top {
    width: 50px;
    position: fixed;
    bottom: 270px;
    right: calc((100% - 1000px) / 2);
}

/*************
投稿出力用ネイティブ
*************/

article p {
    display: block;
    margin: 1em 0;
}

article strong {
    font-weight: bold;
}

article em {
    font-style: italic;
}

article blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
    border-left: 1px solid #ccc;
    padding-left: 1em;
}

article .aligncenter {
    display: block;
    margin: 0 auto;
}

article .alignright {
    float: right;
}

article .alignleft {
    float: left;
}
article .bold {
    font-weight: bold;
}
article img{
    width: auto;
}

article img[class*="wp-image-"],
article img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

article .clearfix {
    overflow: hidden;
    zoom: 1;
}

article .clearfix:after {
    content: "";
    display: block;
    clear: both;
}

article h1 {
    font-size: 2em;
}

article h2 {
    text-align: left;
    font-family: inherit;
    font-size: 1.5em;
}

article h3 {
    font-size: 1.17em;
}

article h4 {}

article h5 {
    font-size: 0.83em;
}

article h6 {
    font-size: 0.67em;
}

article ul {
    list-style-type: disc;
    padding-left: 1.2em;
    margin: 1em 0;
}

article ol {
    list-style-type: decimal;
    padding-left: 1.2em;
    margin: 1em 0;
}

article hr {
    border: none;
    border-top: 1px solid #8c8b8b;
}

article a {
    color: #1f52b8;
    text-decoration: underline;
}
article table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
article table th {
    padding: 10px;
    background: #e9faf9;
    border: solid 1.5px #888;
}
article table td {
    padding: 10px;
    border: solid 1.5px #888;
}

article .free1{
    margin-bottom: 20px;
}
article .free2{
    margin-top: 20px;
}

/*************
共通パーツ
*************/

p.btn_more{
    width: 246px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url('images/pattern_orange.png');
    background-size: 620px 459px;
    border-radius: 20px;
    color: #fff;
    position: relative;
    margin: 0 auto;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
}

p.btn_more::after{
    content: "";
    width: 6px;
    height: 12px;
    background: url('images/arrow.svg') no-repeat;
    background-size: contain;
    position: absolute;
    top: 14px;
    right: 18px;
}
p.btn_more a{
    display: block;
}

p.btn_farmer{
    width: 500px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url('images/pattern_blue.png');
    background-size: 620px 459px;
    border-radius: 20px;
    color: #fff;
    position: relative;
    margin: 0 auto;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
}

p.btn_farmer::after{
    content: "";
    width: 6px;
    height: 12px;
    background: url('images/arrow.svg') no-repeat;
    background-size: contain;
    position: absolute;
    top: 14px;
    right: 18px;
}
p.btn_farmer a{
    display: block;
}


/*************
Slick slider
*************/
#mv .slick-list{
}

#mv .slick-slide{
    margin-top: 30px;
}

#mv .slick-current{
    margin-top: 0;
}

.slick-slide {
    margin: 0 20px;
}

.slick-dots{
    bottom: 60px !important;
}
.slick-dots li button:before{
    content: "" !important;
    vertical-align: top;
    border-radius: 10px;
    background-color: #fff;
    border: 2px solid #63A814;
    opacity: 1 !important;
}

.slick-dots li.slick-active button:before{
    background-color: #63A814;
    border: 2px solid #fff;
}

/*************
トップページ
*************/
.home #mv {
    margin-top: 26px;
    margin-bottom: -30px;
}

.home #mv .inner{
    max-width: none;
    padding: 0;
}

.home h2{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 2.2rem;
    color: #325A64;
    position: relative;
}

.home h2.lively{
    letter-spacing: 1.1px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.home h2.lively::before,
.home h2.lively::after{
    content: "";
    width: 28px;
    height: 28px;
    margin: 0 10px 10px 10px;
}

.home h2.lively::before{
    background: url('images/deco_left.png') no-repeat;
    background-size: contain;

}
.home h2.lively::after{
    background: url('images/deco_right.png') no-repeat;
    background-size: contain;
}

.home #phrase .inner{
    position: relative;
    text-align: center;
    height: 278px;
    margin-top: 50px;
}

.home #phrase .inner::before{
    content: "";
    position: absolute;
    width: 328px;
    height: 314px;
    background: url('images/home/phrase_left.png') no-repeat;
    background-size: contain;
    top: -80px;
    left: 5px;
}
.home #phrase .inner::after{
    content: "";
    position: absolute;
    width: 292px;
    height: 184px;
    background: url('images/home/phrase_right.png') no-repeat;
    background-size: contain;
    top: 20px;
    right: 0;
}

.home #phrase .inner p{
    line-height: 2;
    letter-spacing: 1.5px;
    font-size: 1.8rem;
    color: #325A64;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.home #infomation .flex{
    display: flex;
}
.home #infomation .flex > div{
    width: 50%;
}

.home #infomation .news dl dt{
    color: #325A64;
    border-left: 3px solid #EDE473;
    padding: 4px 0 4px 18px;
    margin-top: 20px;
}

.home #infomation .news dl dd{
    border-left: 3px solid #EDE473;
    padding: 4px 0 4px 18px;
}

.home #infomation .news .btn_more{
    margin-top: 20px;
}
.home #infomation .news .btn_farmer{
    margin-top: 14px;
}

.home #infomation .event div{
    background: url('images/home/frame.png') no-repeat;
    background-size: 100% 100%;
    width: 428px;
    min-height: 454px;
    padding: 40px 60px 70px 40px;
    float: right;
}
.home #infomation .event div .date{
margin-top: 28px;
}
.home #infomation .event div .thumbnail{
    width: auto;
    height: 180px;
    display: block;
    margin: 0 auto;
}

.home #infomation .event div .btn_more{
    margin-top: 20px;
}

.home #special {
    margin-top: 44px;
}

.home #special .recipe_search{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    background: url('images/pattern_lime.png');
    background-size: 500px 500px;
    border-radius: 20px;
    margin-top: 18px;
}
.home #special .recipe_search p{
    letter-spacing: 0.9px;
    color: #325A64;
    font-size: 1.8rem;
}

.home #special .recipe_search .search{
    margin-left: 30px;
}

.home #special .content_banner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.home #special .content_banner::after,
.home #special .content_banner::before {
    content: "";
    display: block;
    width: 234px;
    height: 0;
}

.home #special .content_banner::before {
    order: 1;
}

.home #special .content_banner div{
    width: 23.4%;
    margin-bottom: 20px;
}

.home #special .social{
    display: flex;
    justify-content: space-between;
    margin: 34px auto 0;
    width: 660px;
}

.home #special .social div{
}
.home #special .social div a {
  display: block;
  width: 320px;
}

.home #link {
    margin-top: 100px;
}

.home #link h2.lively::before,
.home #link h2.lively::after{
    margin: 0 46px 10px 46px;
}

.home #link .link_banner{
    margin: 28px 0 30px;
    overflow: hidden;
}
.home #link .link_banner div{
    width: 19%;
    margin-bottom: 10px;
    margin-right: 12.5px;
    float: left;
}
.home #link .link_banner div:nth-child(5n){
    margin-right: 0;
}

/*************
下層ページ 共通
*************/

.mv{
    max-width: 1100px;
    height: 398px;
    margin: 30px auto 0;
    background: url('images/mv/mv_other.png') no-repeat;
    background-size: contain;
}

.page-id-24 .mv,
.layer-24 .mv{ 
    background: url('images/mv/mv_know.png') no-repeat;
    background-size: contain;
}

.page-id-54 .mv,
.layer-54 .mv,
.tax-local_restaurant .mv,
.tax-gourmet .mv{ 
    background: url('images/mv/mv_taste.png') no-repeat;
    background-size: contain;
}

.page-id-58 .mv,
.layer-58 .mv{ 
    background: url('images/mv/mv_cooking.png') no-repeat;
    background-size: contain;
}

.page-id-56 .mv,
.layer-56 .mv{ 
    background: url('images/mv/mv_shopping.png') no-repeat;
    background-size: contain;
}

.page-id-60 .mv,
.layer-60 .mv{ 
    background: url('images/mv/mv_experience.png') no-repeat;
    background-size: contain;
}

.page-id-62 .mv,
.layer-62 .mv{ 
    background: url('images/mv/mv_grow.png') no-repeat;
    background-size: contain;
}

.page-id-76 .mv,
.layer-76 .mv{ 
    background: url('images/mv/mv_farmer.png') no-repeat;
    background-size: contain;
}

.mv div{
    font-size: 2rem;
    color: #325A64;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mv div span{
    background: url('images/title_box.svg') no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    height: 95px;
    line-height: 95px;
    padding: 0 16px;
}

.mv div span::before,
.mv div span::after{
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 10px 10px 10px;
}

.mv div span::before{
    background: url('images/deco_left.png') no-repeat;
    background-size: contain;

}
.mv div span::after{
    background: url('images/deco_right.png') no-repeat;
    background-size: contain;
}

#contents .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#contents .breadcrumb{
    margin: 36px 0 30px;
    width: 100%;
}
#contents .breadcrumb .current-item{
    color: #63A814;
}

#contents aside{
    width: 250px;
}

#contents aside h2{
    height: 52px;
    line-height: 40px;
    text-align: center;
    background: url('images/fukidashi.png') no-repeat;
    background-size: contain;
    color: #325A64;
    font-size: 1.8rem;
}

#contents aside ul{
    border: 1px solid #63A814;
    border-radius: 16px;
    margin-top: 6px;
    padding: 30px 10px;
}
#contents aside ul li{
    background: url('images/menu_border_y.svg') no-repeat center bottom;
    background-size: 100% 2px;
    padding: 10px 1em;
    display: flex;
}
#contents aside ul li::before{
    content: "●";
    font-size: 1.8rem;
    color: #63A814;
}
#contents aside ul li a{
    margin-left: 10px;
}

#contents article{
    max-width: 700px;
    width: calc(100% - 300px);
}

#contents article.fullsize{
    max-width: none;
    width: 100%;
    margin-left: 0;
}

#contents article .thumbnail{
    margin: 0 auto 50px;
    width: fit-content;
}

#contents article h1.pagetitle{
    font-size: 1.8rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #fff;
    padding: 22px 12px;
    background: url('images/pattern_green.png') no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
}

#contents article h2.underline{
    font-size: 1.6rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #325A64;
    border-bottom: 1px solid #02C443;
    padding: 24px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

#contents article h2.boxtitle{
    font-size: 1.8rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #fff;
    background-color: #63A814;
    padding: 18px;
    text-align: center;
    margin: 80px 0 40px;
    font-weight: 600;
}

#contents article .image1 {
  text-align: center;
  margin: 20px 0;
}
#contents article .image1 img {
    max-width: 100%;
}
#contents article .image2 {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
#contents article .image2 .image {
    width: 45%;
}
#contents article .image2 .image img {
    width: 100%;
}
#contents article .image3 {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
#contents article .image3 .image {
    width: 30%;
}
#contents article .image3 .image img {
    width: 100%;
}

#contents article h3.underline{
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px solid #707070;
    padding: 10px 0;
    margin-bottom: 30px;
}

#contents article p{
    line-height: 1.7;
}
#contents article li{
    line-height: 1.7;
}

#contents article p.accent{
    font-size: 1.6rem;
    color: #63A814;
}

#contents article p.accent_bold{
    font-size: 1.8rem;
    font-weight: bold;
    color: #63A814;
}

#contents article .flex_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#contents article .flex_list img{
    width: 100%;
}
#contents article .flex_list > div{
    width: 47%;
    margin-bottom: 32px;
}

#contents article .flex_list > div.no_thumbnail{
    width: 32%;
    margin: 6px 0 2px;
}

#contents article .flex_list::after{
    content: "";
    display: block;
    width: 32%;
    height: 0;
}

#contents article .flex_list .title{
    font-size: 1.8rem;
    font-weight: bold;
    color: hsl(88, 79%, 37%);
    margin-top: 20px;
}

#contents article .flex_list .no_thumbnail .title::before {
    content: "●";
    font-size: 1.8rem;
    color: rgb(99, 168, 20);
}

#contents article .flex_list .content{
    margin-top: 12px;
}

#contents article .flex_list .content .txt{
    margin: 0;
}

#contents article .tax_list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6px;
}
#contents article .tax_list span{
    margin: 0 0 10px 15px;
}
#contents article .tax_list a{
    display: block;
    padding: 7px 20px;
    background: #FFFFFF;
    border: 1.5px solid #CFE16E;
    border-radius: 20px;
    color: #565656;
    line-height: 1;
}
#contents article .tax_list a:hover,
#contents article .tax_list a.current{
    background: #63A814;
    color: #fff;;
    opacity: 1;
}

#contents article .pager {
    margin: 10px auto;
    width: 100%;
}

#contents article .pager .pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

#contents article .pager .pagination li {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #63A814;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin: 0 10px;
    border: 1px solid #63A814;
}

#contents article .pager .pagination li:hover {
    background: #63A814;
    color: #fff;
}

#contents article .pager .pagination li.current {
    color: #fff;
    background: #63A814;
}

#contents article .pager .pagination li.m-pagenation__prev,
#contents article .pager .pagination li.m-pagenation__next{
    background: none;
    border: transparent;
}

#contents article .pager .pagination li.m-pagenation__prev:hover,
#contents article .pager .pagination li.m-pagenation__next:hover{
    background: none;
}

#contents article .pager .pagination li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 14px;
    height: 100%;
    color: #63A814;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#contents article .pager .pagination li a:hover{
    filter: none;
    color: #fff;
}

#contents article .pager .pagination li.m-pagenation__prev:hover a,
#contents article .pager .pagination li.m-pagenation__next:hover a{
    color: inherit;
}


/*************
詳細ページ
*************/
.single #contents article .article_inner{
    width: 86%;
    margin: 40px auto 0;
}


/*************
レシピ
*************/
.recipe .content{
    display: none;
}

/*************
ひめラボ
*************/
body.hime_labo, body.layer-142,
body.single-hime_labo_report,
body.single-hime_labo_blog{
    border-image-source: url('images/hime_labo/pattern_pink_body.png');
}

body.hime_labo #contents article h1.pagetitle,
body.layer-142 #contents article h1.pagetitle,
body.single-hime_labo_report #contents article h1.pagetitle,
body.single-hime_labo_blog #contents article h1.pagetitle{
    background: url('images/hime_labo/pattern_pink.png') no-repeat;
}

body.hime_labo #contents article h2.boxtitle,
body.layer-142 #contents article h2.boxtitle,
body.single-hime_labo_report #contents article h2.boxtitle,
body.single-hime_labo_blog #contents article h2.boxtitle{
    background-color: #E98496;
}

body.hime_labo #contents .profile{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #707070;
    padding-bottom: calc(40px - 1em);
    margin-bottom: 40px;
}

body.hime_labo #contents .profile .pf_photo{
    width: 26.4%;
}

body.hime_labo #contents .profile .pf_text{
    width: 71.4%;
}

body.hime_labo #contents .profile .pf_text .pf_tltle{
    background-color: #EDEDED;
    margin: 0;
    padding: 8px 12px;
}

/*************
生産者向け
*************/

body.agriculturals,
body.layer-76{
    border-image-source: url('images/agricultural/pattern_blue.png');
}

body.agriculturals #contents h1.pagetitle,
body.layer-76 #contents h1.pagetitle{
    font-size: 1.8rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #fff;
    text-align: center;
    padding: 12px;
    background: url('images/agricultural/pattern_blue.png') no-repeat;
    background-size: cover;
}
body.agriculturals #contents h1.pagetitle + p{
    margin-top: 36px;
}
.agriculturals .contents{
    width: 100%;
}
.agriculturals .info_flex{
    display: flex;
    justify-content: space-between;
    margin-top: 58px;
}

.agriculturals .info_flex > div{
    width: 30%;
}
.agriculturals .info_flex > div .info_title{
    font-size: 2rem;
    margin: 15px 0;
}
.agriculturals .info_flex > div .info_title + p{
    min-height: 100px;
}

.agriculturals .sub_flex{
    display: flex;
    justify-content: space-between;
    margin-top: 124px;
}

.agriculturals .sub_flex > div{
    width: 50%;
}

.agriculturals .sub_flex h2{
    font-size: 2.2rem;
    color: #325A64;
}

.agriculturals .sub_flex .news{
    padding-right: 4%;
    border-right: 1px #aaa solid;
}

.agriculturals .sub_flex .news dl dt{
    color: #325A64;
    border-left: 3px solid #EDE473;
    padding: 4px 0 4px 18px;
    margin-top: 20px;
}

.agriculturals .sub_flex .news dl dd{
    border-left: 3px solid #EDE473;
    padding: 4px 0 4px 18px;
}

.agriculturals .sub_flex .news .btn_more{
    margin-top: 20px;
}

.agriculturals .sub_flex .bnr {
    text-align: center;
}

.agriculturals .sub_flex .bnr div{
    width: 84%;
    margin: 0 auto;
}
.agriculturals .sub_flex .bnr div a {
    display: block;
    width: 60%;
}

/*************
お知らせ
*************/

.post-type-archive-news .news_list,
.tax-newscat .news_list{
        margin-top: 62px;
}

.post-type-archive-news .news_list div,
.tax-newscat .news_list div{
    border-bottom: 1px dashed #707070;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.post-type-archive-news .news_list a,
.tax-newscat .news_list a{
    color: inherit;
}

.post-type-archive-news .news_list p,
.tax-newscat .news_list p{
    margin: 0;
}

.post-type-archive-news .news_list .title,
.tax-newscat .news_list .title{
    color: #63A814;
    font-weight: bold;
    font-size: 1.8rem;
}

.single-news .thumbnail{
    width: 500px;
    margin: 0 auto;
}


/*************
イベント
*************/

.post-type-archive-event .event_list{
    margin-top: 62px;
}
.post-type-archive-event .event_list div{
    border-bottom: 1px dashed #707070;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.post-type-archive-event .event_list a{
    color: inherit;
}
.post-type-archive-event .event_list p{
    margin: 0;
}
.post-type-archive-event .event_list .title{
    color: #63A814;
    font-weight: bold;
    font-size: 1.8rem;
}

.single-event .thumbnail{
    width: 500px;
    margin: 0 auto;
}


/*************
辞典検索結果
*************/

.search_list .flex_list{
    margin: 40px 0;
}

/*
.search-results .dictionary_list{
    margin-top: 62px;
}
.search-results .dictionary_list div{
    border-bottom: 1px dashed #707070;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.search-results .dictionary_list a{
    color: inherit;
}
.search-results .dictionary_list p{
    margin: 0;
}
.search-results .dictionary_list .title{
    color: #63A814;
    font-weight: bold;
    font-size: 1.8rem;
}
*/

/*************
サイト内検索結果
*************/

.search-results .result_list{
    margin-top: 62px;
}
.search-results .result_list div{
    border-bottom: 1px dashed #707070;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.search-results .result_list a{
    color: inherit;
}
.search-results .result_list p{
    margin: 0;
}
.search-results .result_list .title{
    color: #63A814;
    font-weight: bold;
    font-size: 1.8rem;
}


/*************
サイトマップ
*************/

.site_map  #contents article h2.boxtitle {
    margin: 30px 0 0;
}

.site_map  #contents article > ul{
    max-width: 900px;
    margin: 30px auto 0;
    padding: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
}
.site_map  #contents article ul li{
    list-style: none;
    margin-bottom: 4px;
    text-indent: -1.3em;
    padding-left: 1.3em;
}
.site_map  #contents article > ul > li{
    width: 50%;
}
.site_map  #contents article > ul > li:before {
    content:  "";
    width:  8px;
    height:  8px;
    display:  inline-block;
    margin-right: 8px;
    background-color: #63A814;
    border-radius:  50%;
}

.site_map  #contents article > ul > li ul{
    padding-left: 20px;
    margin: 0;
}

.site_map  #contents article > ul > li > ul li{
    width: 100%;
}

.site_map  #contents article > ul > li > ul li::before{
    content:  "";
    width:  6px;
    height:  8px;
    display:  inline-block;
    margin-right: 8px;
    background: url('images/arrow_green.svg') no-repeat;
}


/*************
食材セレクション＆旬の味覚 検索（未使用）
*************/

.food_serch {}

.food_serch .conditions .category_title{
    text-align: center;
    color: #325A64;
    border-bottom: 1.5px solid #02C443;
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 4px;
    margin: 20px 0 10px;
}

.food_serch .conditions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.food_serch .conditions div{
    width: 100%;
}

.food_serch .conditions div.half{
    width: 48%;
}

.food_serch .conditions div .row_2{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.food_serch .conditions div .area{
    max-height: 360px;
}
.food_serch .conditions div .kind{
    max-height: 650px;
}

.food_serch .conditions div .row_2 div{
    width: 48%;
}
.food_serch .conditions div .row_2 div p{
    font-size: 2rem;
    font-weight: bold;
    margin: 10px 0 6px;
}

.food_serch .conditions label{
    position:relative;
    padding: 4px 0.5em 4px 1em;
    display: inline-block;
}
.food_serch .conditions  label input{
    position:absolute;
    top: 0;
    bottom:0;
    left:0;
    margin:auto;
}

.food_serch .conditions div .row_2 .tonenumata{
    color: #573F95;
}
.food_serch .conditions div .row_2 .seibu{
    color: #5BACD8;
}
.food_serch .conditions div .row_2 .tobu{
    color: #EA9357;
}
.food_serch .conditions div .row_2 .keno{
    color: #DB6E88;
}
.food_serch .conditions div .row_2 .agatsuma{
    color: #8DB749;
}

.food_serch .conditions div .row_2 span::after{
    content: "";
    display: inline-block;
    margin-bottom: -6px;
}

.food_serch .conditions div .row_2 .yasai{
    color: #9FA440;
}

.food_serch .conditions div .row_2 .yasai span::after{
    width: 50px;
    height: 34px;
    background: url('images/search/icon_yasai.png') no-repeat;
    background-size: contain;
}

.food_serch .conditions div .row_2 .dento{
    color: #EAB74C;
}
.food_serch .conditions div .row_2 .dento span::after{
    width: 50px;
    height: 40px;
    background: url('images/search/icon_dento.png') no-repeat;
    background-size: contain;
}

.food_serch .conditions div .row_2 .ichigo{
    color: #F64C55;
}
.food_serch .conditions div .row_2 .ichigo span::after{
    width: 54px;
    height: 42px;
    background: url('images/search/icon_ichigo.png') no-repeat;
    background-size: contain;
}

.food_serch .conditions div .row_2 .kinoko{
    color: #76573E;
}
.food_serch .conditions div .row_2 .kinoko span::after{
    width: 54px;
    height: 39px;
    background: url('images/search/icon_kinoko.png') no-repeat;
    background-size: contain;
}

.food_serch .conditions div .row_2 .sakana{
    color: #1B5FA5;
}
.food_serch .conditions div .row_2 .sakana span::after{
    width: 56px;
    height: 29px;
    background: url('images/search/icon_sakana.png') no-repeat;
    background-size: contain;
}

.food_serch .conditions div .row_2 .niku{
    color: #EE87B4;
}
.food_serch .conditions div .row_2 .niku span::after{
    width: 46px;
    height: 26px;
    background: url('images/search/icon_niku.png') no-repeat;
    background-size: contain;
}

.food_serch .conditions div .row_2 .kome{
    color: #F8B62D;
}
.food_serch .conditions div .row_2 .kome span::after{
    width: 42px;
    height: 50px;
    background: url('images/search/icon_kome.png') no-repeat;
    background-size: contain;
}

.food_serch .conditions .keyword {
}
.food_serch .conditions .keyword input[type="search"] {
    height: 48px;
    width: 550px;
    border: 2px solid #74AF51;
    margin: 20px auto 0;
    box-sizing: border-box;
    display: block;
}

.food_serch .conditions .form_btn{
    display: flex;
    width: 550px;
    justify-content: space-between;
    margin: 140px auto 0;
}


.food_serch .conditions  input[type="reset"],
.food_serch .conditions  input[type="submit"]{
    width: 245px;
    height: 40px;
    text-align: center;
    border-radius: 28px;
    cursor: pointer;
    font-size: 1.8rem;
    line-height: 40px;
}
.food_serch .conditions  input[type="reset"] {
    background: url('images/search/icon_clear.svg') no-repeat 92% center;
    background-size:  12px 12px;
    border: 1.5px solid #565656;;
}
.food_serch .conditions  input[type="submit"] {
    background: url('images/search/icon_search.png') no-repeat 92% center #FB9C46;
    background-size:  16px 16px;
    border: none;
    letter-spacing: 12.6px;
    color: #fff;
}


/*************
ぐんま食材辞典・検索
*************/

.dictionary {}

.dictionary .conditions .category_title{
    text-align: center;
    color: #325A64;
    border-bottom: 1.5px solid #02C443;
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 4px;
    margin: 20px 0 10px;
}

.dictionary .conditions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.dictionary .conditions div{
    width: 100%;
}

.dictionary .conditions div.half{
    width: 48%;
}

.dictionary .conditions div .row_2{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.dictionary .conditions div .area{
    height: 420px;
}
.dictionary .conditions div .kind{
    height: 800px;
}

.dictionary .conditions div .row_2 div{
    width: 48%;
}
.dictionary .conditions div .row_2 div p{
    font-size: 2rem;
    font-weight: bold;
    margin: 10px 0 6px;
}

.dictionary .conditions label{
    position:relative;
    padding: 4px 0.5em 4px 1.5em;
    display: inline-block;
    line-height: 2;
}
.dictionary .conditions  label input{
    position:absolute;
    top: 0;
    bottom:0;
    left:0;
    margin:auto;
}

.dictionary .conditions div .row_2 .tonenumata{
    color: #573F95;
}
.dictionary .conditions div .row_2 .seibu{
    color: #5BACD8;
}
.dictionary .conditions div .row_2 .tobu{
    color: #EA9357;
}
.dictionary .conditions div .row_2 .keno{
    color: #DB6E88;
}
.dictionary .conditions div .row_2 .agatsuma{
    color: #8DB749;
}

.dictionary .conditions div .row_2 span::after{
    content: "";
    display: inline-block;
    margin-bottom: -6px;
}

.dictionary .conditions div .row_2 .yasai{
    color: #9FA440;
}

.dictionary .conditions div .row_2 .yasai span::after{
    width: 50px;
    height: 34px;
    background: url('images/search/icon_yasai.png') no-repeat;
    background-size: contain;
}

.dictionary .conditions div .row_2 .dento{
    color: #EAB74C;
}
.dictionary .conditions div .row_2 .dento span::after{
    width: 50px;
    height: 40px;
    background: url('images/search/icon_dento.png') no-repeat;
    background-size: contain;
}

.dictionary .conditions div .row_2 .ichigo{
    color: #F64C55;
}
.dictionary .conditions div .row_2 .ichigo span::after{
    width: 54px;
    height: 42px;
    background: url('images/search/icon_fruit.png') no-repeat;
    background-size: contain;
}

.dictionary .conditions div .row_2 .kinoko{
    color: #76573E;
}
.dictionary .conditions div .row_2 .kinoko span::after{
    width: 54px;
    height: 39px;
    background: url('images/search/icon_kinoko.png') no-repeat;
    background-size: contain;
}

.dictionary .conditions div .row_2 .sakana{
    color: #1B5FA5;
}
.dictionary .conditions div .row_2 .sakana span::after{
    width: 56px;
    height: 29px;
    background: url('images/search/icon_sakana.png') no-repeat;
    background-size: contain;
}

.dictionary .conditions div .row_2 .niku{
    color: #EE87B4;
}
.dictionary .conditions div .row_2 .niku span::after{
    width: 46px;
    height: 26px;
    background: url('images/search/icon_niku.png') no-repeat;
    background-size: contain;
}

.dictionary .conditions div .row_2 .kome{
    color: #F8B62D;
}
.dictionary .conditions div .row_2 .kome span::after{
    width: 42px;
    height: 50px;
    background: url('images/search/icon_kome.png') no-repeat;
    background-size: contain;
}

.dictionary .conditions .keyword {
}
.dictionary .conditions .keyword input[type="search"] {
    height: 48px;
    width: 550px;
    border: 2px solid #74AF51;
    margin: 20px auto 0;
    box-sizing: border-box;
    display: block;
}

.dictionary .conditions .form_btn{
    display: flex;
    width: 550px;
    justify-content: space-between;
    margin: 140px auto 0;
}

.dictionary .conditions  input[type="checkbox"] {
    border: 1px solid #333;
}

.dictionary .conditions  input[type="reset"],
.dictionary .conditions  input[type="submit"]{
    width: 245px;
    height: 40px;
    text-align: center;
    border-radius: 28px;
    cursor: pointer;
    font-size: 1.8rem;
    line-height: 40px;
}
.dictionary .conditions  input[type="reset"] {
    background: url('images/search/icon_clear.svg') no-repeat 92% center;
    background-size:  12px 12px;
    border: 1.5px solid #565656;
}
.dictionary .conditions  input[type="submit"] {
    background: url('images/search/icon_search.png') no-repeat 92% center #FB9C46;
    background-size:  16px 16px;
    border: none;
    letter-spacing: 12.6px;
    color: #fff;
}

/*************
レシピ検索
*************/

.recipe #contents article h2.boxtitle:first-of-type {
    margin-top: 0;
}
.recipe #contents article h2.underline{
    margin-top: 100px;
}

.recipe #contents article  .flex_list > div{
    width: 32%;
    margin-top: -20px;
}

.recipe .category{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -40px;
}
.recipe .category div{
    width: 48%;
}

.recipe .category div.width100{
    width: 100%;
}
.recipe .category_title{
    text-align: center;
    color: #325A64;
    border-bottom: 1.5px solid #02C443;
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 4px;
    margin: 20px 0 10px;
}

.recipe label{
    position:relative;
    margin: 4px 4px 8px;
    display: inline-block;
    line-height: 2;
    cursor: pointer;
}
.recipe label input{
    display: none;
}

.recipe label span {
    border: 1.5px solid #CFE16E;
    border-radius: 20px;
    padding: 7px 20px;
    color: #565656;
    background: #fff;
    line-height: 1;
    display: inline-block;
}
.recipe label input:checked + span {
    color: #FFF;
    background: #63A814;
    border: 1.5px solid #63A814;
}

.recipe .keyword input[type="search"] {
    height: 48px;
    width: 550px;
    border: 2px solid #74AF51;
    margin: 20px auto 0;
    box-sizing: border-box;
    display: block;
}

.recipe .form_btn{
    display: flex;
    width: 550px;
    justify-content: space-between;
    margin: 140px auto 0;
}

.recipe  input[type="reset"],
.recipe  input[type="submit"]{
    width: 245px;
    height: 40px;
    text-align: center;
    border-radius: 28px;
    cursor: pointer;
    font-size: 1.8rem;
    line-height: 40px;
}
.recipe input[type="reset"] {
    background: url('images/search/icon_clear.svg') no-repeat 92% center;
    background-size:  12px 12px;
    border: 1.5px solid #565656;
}
.recipe input[type="submit"] {
    background: url('images/search/icon_search.png') no-repeat 92% center #FB9C46;
    background-size:  16px 16px;
    border: none;
    letter-spacing: 12.6px;
    color: #fff;
}


/*************
レシピ検索結果
*************/

.recipe_list .flex_list{
    margin: 40px 0;
}

