@charset "utf-8";

/*html { scroll-behavior: smooth;}*/
body {
    font-family: 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
/*body {
    font-family: 'Noto Serif JP',serif;
}*/
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/*---------button------------*/
.btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    margin: 8px 1px;
    padding: 4px 10px;
    border-radius: 8px;
    opacity: 0.7;
}
.btn:hover {
    opacity: 1;
}
.btn-red {
    background-color: #ed2e2e;
}
.btn-orange {
    background-color: #ea9129;
}
.btn-green {
    background-color: #219042;
}
.btn-blue {
    background-color: #1f95eb;
}
/*--------opacity-----------*/
.opacity:hover {
    opacity: 0.7;
}
/*---------header-----------*/
header {
    background: #4cc93c;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    border-bottom: 2px solid #0f770f;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
}
.global_nav {
    display: flex;
    flex-wrap: wrap;
    height: 100px;
    align-items: center;
    font-size: 1rem;
}
.global_nav li {
    width: 114px;
    height: 100px;
    font-size: 1em;
}
.global_nav li:hover .onigiri {
    margin: 5px auto 10px;
    
}
.onigiri {
    display: block;
    width: 72px;
    height: 60px;
    margin: 15px auto 0;
    transition: .2s;
}
.global_nav > li > a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 650;
    white-space: nowrap;
    box-sizing: border-box;
}
.global_nav > li:hover > a {
    color: #073b07;
}
header h1 {
    padding: 0.5rem 2rem 0 5%;
    width: 186px;
}
header h1:hover {
    opacity: 0.7;
}

    /*--------------.nav_sub------------*/
.nav_sub {
    position: absolute;
    top: 102px;
    width: 240px;
    border-radius: 8px;
    background-color: rgba(240,255,240,1);

}
.global_nav li:last-child .nav_sub {
    right: 10px;
}
.nav_sub li {
    width: 240px;
    height: 0;
    list-style-type: disc;
    list-style-position: inside;
    overflow: hidden;
    transition: 0.2s;
}
.global_nav li:hover .nav_sub > li {
    height: 35px;
    padding: 6px 7px 0 8px;
    overflow: visible;
}
.nav_sub > li > a {
    color: #000;
    text-decoration: none;
    font-size: 1rem;
}
.nav_sub > li > a:hover {
    text-decoration: underline;
}
/*--------------------bxslider----------------*/
.bxslider img {
    width: 100%;
    height: 80vh;
    object-position: 0 0;
    object-fit: cover;
    border-bottom: 2px solid #0f770f;
}
.bxslider li {
    position: relative;
    text-align: center;
}
.catch {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 5em;
    font-weight: bold;
    font-family: 'Noto Serif JP',serif;
    color: #fff;
    -webkit-text-shadow: 0 0 8px #073b07;
    text-shadow: 0 0 8px #073b07;
}
.catch span {
    white-space: nowrap;
}
/*-------------------top-----------------*/
.top {
    padding-top: 102px;
}
/*-----------------figure----------------*/
figure img {
    padding-top: 100px;
    vertical-align: bottom;
    width: 100%;
}
.donation {
    width: 80%;
    margin: 0 auto;
}
.donation ul {
    display: flex;
}
.donation ul li {
    margin: 0 5px;
}
.donation ul li img {
    padding-top: 10px;
}
.donation ul li a:hover {
    opacity: 0.8;
}
/*------------------description-----------*/
.description {
    background-color: #2ca81c;
}
.description h1 {
    padding-top: 10px;
    text-align: center;
    font-family: 'Noto Serif JP',serif;
    font-size: 1.5em;
    color: #fff;
    text-shadow: 0 0 5px #000;
}
.description p {
    padding-bottom: 10px;
    width: 70%;
    color: #fff;
    margin: 0 auto;
    line-height: 2em;
}
/*---------------------sns---------------------*/
.sns {
    width: 100%;
    height: 220px;
    background-color: #fff;
}
.sns ul {
    margin: 0 auto;
    width: 400px;
    height: 200px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sns a:hover {
    opacity: 0.7;
}
/*--------------------item--------------------*/
.item {
    width: 94vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.item a {
    display: block;
    width: 9em;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 1.2em;
    padding: .3em 1em;
}
.item a:hover {
    background-color: #fff;
    color: #0f770f;
}
.item section {
    width: 20vw;
    padding: 30px 15px 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    background-color: #2ca81c;
    vertical-align: middle;
}
.item section h1 {
    font-size: 1.7em;
    font-family: 'Noto Serif JP',serif;
}
.item img {
    vertical-align: bottom;
}
.item section p {
    margin: 5px 0 10px;
    height: 3em;
    font-size: 0.97em;
}
/*------------------SDGs--------------------*/
.bk {
    background-color: #eaffe7;
}
.sdgs {
    width: 80%;
    margin: 60px auto 0;
    padding-bottom: 1px;
}
.sdgs_g {
    margin: 0px auto 0;
    display: block;
    width: 106px;
}
.sdgs h1 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    font-family: 'Noto Serif JP',serif;
    color: #0f770f;
}
.sdgs h2 {
    text-align: center;
}
.sdgs h3 {
    width: 90%;
    margin: 30px auto 50px;
}
.sdgs_li {
    width: 312px;
    margin: 0 auto;
}
.sdgs_block {
    width: 100%;
    margin: 0;  
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
} 
.sdgs_block li img {
    text-align: start;
    width: 120px;
    vertical-align: bottom;
}
.bxslider2 li {
    position: relative;
    height: 160px;
}
.bxslider2 li img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    display: block;
    width: 180px;
    margin: auto 0;
}
.bottomline {
    border-bottom: 1px solid #0f770f;
}
#sdgs {
    display: flex;
    width: 80%;
    margin: 30px auto;
}
#sdgs img {
    width: 240px;
    object-fit: contain;
}
#sdgs span {
    text-align: start;
    padding: 14px 0 14px 30px;
}
/*-------------------news--------------------*/
.news {
    width: 70%;
    margin: 20px auto 100px;
    padding-top: 100px;
}
.news h1 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    font-family: 'Noto Serif JP',serif;
    color: #0f770f;
}
.news > img {
    margin: 0 auto;
    display: block;
    width: 240px;
}
.news section {
    border-bottom: 1px dotted #2ca81c;
    display: flex;
    justify-content: center;
    background-color: #eaffe7;
}
.news p {
    text-indent: -5.4em;
    padding-left: 5em;
    line-height: 1.8em;
}
.news time {
    color: #fff;
    background-color: #2ca81c;
    border-radius: 12px ;
    padding: 2px 6px;
}
.fb-news {
    width: 500px;
}
/*-------------------map---------------------*/
.map-w {
    width: 80%;
    margin: 10px auto 0;
}
.map {
    display: flex;
    background-color: #defada;
    height: 500px;
}
.map iframe {
    width: 50%;
}
.map div {
    width: 50%;
    display: flex;
    align-items: center;
}
.map p {
    margin: 50px;
    line-height: 2em;
    font-size: .9em;
}
.bold {
    font-size: 1rem;
    font-weight: bold;
}
/*------------------#topic-------------------*/
#topic h1 {
    margin-top: 80px;
    text-indent: 0;
    text-align: center;
}
#topic p {
    padding: 50px;
}
#topic p img {
    width: auto;
    max-width: 100%;
}
/*--------------------category-----------------*/
.category h1 {
    background-image: url('../img/daiji_back.png');
    background-repeat: repeat;
    text-indent: 5em;
    font-size: 1.4em;
    font-family: 'Noto Serif JP',serif;
    font-weight: bold;
    line-height: 62px;
    color: #0f770f;
}
.category section {
    width: 80%;
    margin: 20px auto 0;
}
.category h2 {
    margin-top: 40px;
    line-height: 1.5em;
    border-radius: 4px;
    font-size: 1.3em;
    text-indent: 0.3em;
    background: -moz-linear-gradient(#fddbac,#fff,#e2bd8c); 
    background: -webkit-linear-gradient(#fddbac,#fff,#e2bd8c);
    background: linear-gradient(#fddbac,rgba(0,0,0,0),#e2bd8c);
    background-size: 1.5em;
}
.category h2::before {
    content: url('../img/onigiri_s.png');
    display: inline-block;
    vertical-align: middle;
}
.category h3 {
    margin: 12px 0;
}
.category h4 {
    margin: 16px 0 5px;
    border-bottom: 1px dotted #0f770f;
    text-indent: 1.5em;
    color: #0f770f;
}
.category p {
    margin: 10px 0 20px;
    line-height: 2em;
    background-color: #eaffe7;
    border-radius: 12px;
    padding: 7px;
    border: 1px solid #2ca81c;
}
.category table {
    margin: 10px;
}
.category th {
    white-space: nowrap;
    font-weight: 100;
    font-size: 0.8em;
}
.category td {
    padding: 0 0 5px 15px; 
}
.category p img {
    width: 600px;
    margin: 0 auto;
    display: block;
}
.category p .kao {
    width: 160px;
    float: left;
    margin: 10px;
}
.category .video {
    display: block;
    margin: 0 auto;
}
.fooddrive {
    float: right;
    width: 507px;
}
/*--------------------assist------------------*/
.assist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.assist li {
    width: 220px;
}

#assist section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #eaffe7!important;
    margin-bottom: 24px;
}
.corp-wrapper {
    width: 20%;
    min-width: 202px;
    margin: 12px auto 0;
    padding-top: 15px;
}
#assist .corp-wrapper a {
    padding: 10px;
    width: 200px;
    height: 140px;
    box-sizing: border-box;
    border: 2px solid #0f770f;
    border-radius: 15px;
    background-color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    text-decoration: none;
}
#assist .corp-wrapper a:hover {
    border: 2px solid #1ffd1f;
    box-shadow: 0 0 10px 5px #aaa;
}
#assist small {
    font-size: .85em;
    font-weight: bold;
}
/*-----------------fooddrivehere-----------------*/
.fooddrivehere {
    border-collapse: collapse;
}
.fooddrivehere th,td {
    font-size: 0.9em!important;
    border: 1px solid #eee;
    padding: 4px!important;
}
.fooddrivehere th {
    font-weight: 700;
}
.fooddrivehere2 {
    background-color: #eaffe7;
}
.fooddrivebutton {
    padding: 0 6px!important;
}
.fooddrivebutton img {
    vertical-align: middle;
    text-align: center;
}
/*--------------------bow------------------------*/
.bow {
    width: 70%;
    padding: 50px 10px 50px 0!important;
    border: none!important;
    text-align: center;
    margin: 0 auto!important;
}
.bow img {
    width: 120px!important;
}
/*------------------corp---------------------*/
#corp {
    width: 70%;
    border: none;
    padding: 30px 10px 50px 0;
    margin-bottom: 24px;
}
#corp a {
    height: 40px!important;
}
.corp-img img {
    width: 100%;
}
/*-------------------#company----------------*/
#company {
    padding-top: 50px;
}
#company h2 {
    margin-bottom: 40px;
    
}
#company ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start!important;
    justify-content: center;
}
#company ul li a {
    margin: 10px;
    padding: 10px;
    width: 200px;
    height: 140px;
    box-sizing: border-box;
    border: 2px solid #0f770f;
    border-radius: 15px;
    background-color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    text-decoration: none;
}
#company ul li a:hover {
    border: 2px solid #1ffd1f;
    box-shadow: 0 0 10px 5px #aaa;
}
#company ul li img {
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: bottom;
}
#company ul li p {
    margin: 0;
    background-color: #fff;
    text-align: left;
    font-weight: normal;
    border: 0;
}
/*--------------------english----------------*/
.work {
    margin: 0 auto;
    list-style: disc;
    list-style-position: inside;
    text-indent: 3em;
}
.work2 {
    margin: 0 auto;
    list-style: decimal;
    list-style-position: inside;
    text-indent: 3em;
}
.work3 {
    text-indent: 2em;
}
/*--------------------footer------------------*/
footer {
    background-color: #2ca81c;
    color: #fff;
    text-align: center;
    display: block;
    box-sizing: border-box;
    padding: 40px 0;
    font-size: .9em;
}
.nowrap {
    white-space: nowrap;
}
/*-----------------TopButton-----------------*/
#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
}
#page_top a {
    background-color: rgba(5, 132, 0, 0.79);
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    padding: 15px 12px 7px;
}
#page_top a:hover {
    opacity: 0.7;
}
/*-----------------breadcrumbs-----------------*/
.breadcrumbs {
    padding-left: 15px;
    font-size: 0.8em;
    line-height: 2.7em;
}
.breadcrumbs li {
    display: inline-block;
}
.breadcrumbs li::after {
    content: " > ";
}
.breadcrumbs li:last-child::after {
    display: none;
}
.breadcrumbs li a {
    text-decoration: none;
    color: #000;
}
.breadcrumbs li a:hover {
    text-decoration: underline;
}
/*-------------------contact-------------*/
.contact {
    margin: 0 auto;
}
#formWrapper {
    width: 70%;
    margin: 0 auto;
    padding: 50px 0 100px;
    background-color: #eaffe7;
}
#formWrapper form {
    width: 70%;
    margin: 0 auto;
}
.contact input {
    display: block;
    width: 280px;
}
.contact label {
    display: block;
    margin-top: 16px;
}
.contact textarea {
    width: 100%;
    height: 200px;
    box-sizing: border-box;
}
.radio-b {
    width: 30px!important;
    display: inline-block!important;
}
#thxMessage {
    padding-top: 70px;
    text-align: center;
}
/*-------------モーダルウインドウ---------------*/
#newDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0,0,0,0.8);
  z-index: 500;
  cursor: pointer;
  display: none;
}
#mContents {
  position: fixed;
  display: none;
  z-index: 600;
}
#big-pic {
  border-radius: 20px;
  border: 5px solid #555;
   vertical-align: bottom;
}
#winClose {
  position: fixed;
  cursor: pointer;
}
#proviso {
   margin: 0 auto;
   padding-bottom: 3px;
   text-align: center;
   width: 320px;
   border-radius: 0 0 10px 10px;
   background-color: #555;
   color: #fff;
   font-size: 14px;
}


/*--------------------------------------------------1200px--------------------------------*/
@media screen and (max-width: 1200px) {
    .category p img {
        width: 85%;
    }
    .fooddrive {
        padding-top: 100px;
        width: 420px!important;
    }
}
/*--------------------------------------------------1100px--------------------------------*/
@media screen and (max-width: 1100px) {
    .bxslider img {
        width: 100%;
        height: 80vh;
        object-fit: cover;
    }
    .item section {
        width: 41vw;
    }
    .news {
        width: 90%
    }
    .map {
        height: auto;
    }
    .category .video {
        width: 100%;
    }
    .catch {
        font-size: 3.3em;
    }
    .fooddrive {
        padding-top: 50px;
        width: 420px!important;
    }
    #assist section {
        display: block;
    }
    .bow {
        width: 92%;
        margin: 0 auto!important;
    }
    #corp {
        width: 92%;
        margin: 0 auto;
    }
/*---------ハンバーガーメニュー--------*/
    .global_nav {
        float: right;
        display: block;
        height: 100vh;
        width: 0;
        visibility: hidden;
        border-left: 2px solid #2ca81c;
        padding: 10px 80px 0 20px;

        background-color: #fff;
    }
    .global_nav.show {
        float: right;
        height: auto;
        background: #fff;
        padding: 10px 80px 0 20px;
        visibility: visible;
        width: 300px;
        height: 100vh;
        transition: 1s;
        overflow-y: scroll;
    }
    .global_nav > li {
        height: auto;
        margin-bottom: 20px;
        font-size: 1.25rem;
    }
    .global_nav > li > a {
        text-align: left;
        color: #0f770f;
        text-indent: .5em;
    }
    .global_nav li:hover .onigiri {
        margin: 15px auto 0;
    }
    .global_nav > li > ul > li > a{
        font-size: 1.2rem;
    }
    .nav_sub li {
        margin-top: 14px;
    }
    .global_nav > li:hover > a {
        margin: 0 auto 0;
        color: #000;
        text-decoration: underline;
    }

    .onigiri {
        display: inline-block;
        width: 30px;
        height: auto;
    }
/*--------------.nav_sub------------*/
    .nav_sub {
        position: static;
        background-color: #fff;
        margin-left: 15px;

    }
    .nav_sub li {
        width: 240px;
        height: auto;
        padding: 8px 7px 0 8px;
        list-style-type: disc;
        list-style-position: inside;
        overflow: visible;
    }
    .global_nav li:hover .nav_sub > li {
        height: auto;
        padding: 8px 7px 0 8px;
    }
    .nav_sub > li > a {
        color: #000;
        text-decoration: none;
    }
    .nav_sub > li > a:hover {
        text-decoration: underline;
    }
/*--------------.hamburger------------*/
    .hamburger {
        position: absolute;
        background-color: #96e88a;
        top: 25px;
        right: 0px;
        /*float: right;*/
        display: block;
        margin: 6px 20px 4px 0;
        height: 34px;
        width: 34px;
        cursor: pointer;
        border-radius: 4px;
        box-shadow: 0 0 4px 2px #0f770f;
        padding: 3px;
        z-index: 400;
    }
    .hamburger span {
        display: block;
        height: 3px;
        width: 100%;
        background-color: #0f770f;
        position: relative;
        transition: transform .5s, opacity .5s;
    }
    .hamburger span:nth-child(1) {
        top: 2px;
    }
    .hamburger span:nth-child(2) {
        top: 12px;
    }
    .hamburger span:nth-child(3) {
        top: 22px;
    }
    .hamburger.show span:nth-child(1) {
        transform: translateY(12px) rotate(-225deg);
    }
    .hamburger.show span:nth-child(2) {
        opacity: 0;
    }
    .hamburger.show span:nth-child(3) {
        transform: translateY(-13px) rotate(225deg);
    }

}
/*--------------------------------------------------800px--------------------------------*/
@media screen and (max-width: 800px) {
    .donation ul {
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .donation ul img {
        padding-top: 0;
        width: 150px;
    }
    .fooddrive {
        padding-top: 0;
        float: none;
        width: 100%!important;
    }
    #formWrapper form {
        width: 100%
    }
    .category h1 {
        text-indent: 1.5em;
    }
}
/*--------------------------------------------------640px--------------------------------*/
@media screen and (max-width: 640px) {
    header h1 {
        padding: 0.5rem 2rem 0 5%;
        
    }
    .donation {
        width: 100%;
    }
    fb-news {
        width: 100%;
        max-width: 500px;
    }
    /*--------------------bxslider----------------*/
    .bxslider img {
        width: 100%;
        height: auto;
        object-position: 0 0;
        object-fit: contain;
    }
    .catch {
        font-size: 1.7em;
    }
    /*------------------description-----------*/
    .description p {
        width: 82%;
    }
    /*------------------item------------------*/
    .item {
        display: block;
        width: 100%
    }
    .item section {
        width: 100%;
        box-sizing: border-box;
    }
    .item section p {
        height: 2em;
        padding-bottom: 10px;
    }
    /*----------------sns---------------*/
    .sns {
        width: 100%;
        height: 150px;
    }
    .sns ul {
        width: 300px;
        height: 130px;
    }
    .sns img {
        width: 80px;
    }
    /*--------------news---------------*/
    .news p img {
        width: 192px;
    }
    /*--------------map----------------*/
    .map-w {
        width: inherit;
    }
    .map {
        display: block;
        height: auto;
    }
    .map iframe {
        width: 100%;
        height: 380px;
    }
    .map div {
        width: 100%;
    }
    .map p {
        margin: 30px 15px;
    }
    /*------------------category-----------------*/
    .category section {
        width: 95%;
        margin: 20px auto 0;
    }
    .category h1 {
        text-indent: 0.5em;
        line-height: inherit;
    }
    .category p img {
        width: 100%;
    }
    .category p .kao {
        float: none;
        display: block;
        margin: 10px auto;
    }
    /*----------------#company li--------------*/
    #company ul li a {
        width: 155px;
        height: 110px;
    }
    /*----------------SDGs----------------------*/
    .sdgs {
        width: 100%;
    }
    .sdgs h2 {
        text-align: left;
        width: 97%;
        margin: 0 auto;
    }
    /*-------------assist------------------*/
    .assist_2 li {
        width: 140px;
    }
    /*-------------contact----------------*/
    #formWrapper {
        width: 90%;
    }
    /*-------------#topic-----------------*/
    #topic p {
        padding: 20px;
        width: 90%;
    }
    /*------------#sdgs-------------------*/
    #sdgs {
        display: block;
        width: 90%;
        margin: 25px auto;
    }
    #sdgs img {
        display: block;
        margin: 0 auto;
    }
    #sdgs div {
        text-align: start;
        padding: 7px 0 7px;
    }
}
