@charset "UTF-8";

body {
    background-color: #ffffff;
    font-family: '游ゴシック体', YuGothic, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #222222;
    position: relative;
    width: 100%;
    line-height: 1.7em;
}

a{
	text-decoration: none;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

header{
	background-color: #ffffff;
	height: 80px;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #eeeeee;
}

header h1 {
    display: block;
    position: absolute;
    top: 16px;
    left: 30px;
}

header nav {
    font-weight: 400;
    position: absolute;
    right: 30px;
    text-align: right;
    font-size: 14px;
    top: 12px;
}

header nav ul:first-of-type{
    border-bottom: 1px solid #000000;
}

header nav ul li {
    margin: 0 0 0 30px;
    padding: 0 0 30px;
}

header nav ul li a:hover {
    opacity: .2;
}

header hmbg-switch{
    display: none;
}
header .input-hidden{
    display: none;
}
.input-hidden{
    display: none;
}
.hmbg-switch {
    right: 20px;
    top: 12px;
}
.hmbg-switch {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 9999;
    width: 4em;
    height: 4em;
}

#hmbg:checked ~ .hmbg-switch{
    position: fixed;
}
.hmbg-switch-line1, .hmbg-switch-line1-before, .hmbg-switch-line1-after{
    width: 25px;
    height: 3px;
    background: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .3s;
    content: "";
}
.hmbg-switch-line1{
        transform: translate(-50%, -50%);
}
.hmbg-switch-line1-before{
    transform: translate(-50%, -300%);
}
.hmbg-switch-line1-after{
    transform: translate(-50%, 200%);
}
#hmbg:checked ~ .hmbg-switch .hmbg-switch-line1{
    width: 0;
}
#hmbg:checked ~ .hmbg-switch .hmbg-switch-line1-before{
    transform: rotate(45deg) translate(-40%, 325%);
}
#hmbg:checked ~ .hmbg-switch .hmbg-switch-line1-after{
    transform: rotate(-45deg) translate(-40%, -325%);
}

.hmbg-menuwrap {
    position: fixed;
    height: 100%;
    background: #ffffff;
    border-left: 1px solid #dddddd;
    padding: 90px 3% 2em;
    z-index: 9998;
    transition: .3s;
    overflow-y: scroll;
    top: 0;
    left: 100%;
    width: 30%;
}

header nav {
    right: 0;
    padding-left: 5% !important;
    list-style: none;
    position: relative;
    right: 0;
    text-align: right;
    font-size: 24px;
    color: #0088ce;
    font-weight: 800;
    top: 0;
    border-bottom: 1px solid #dddddd;
}

#hmbg:checked ~ .hmbg-menuwrap {
    left: 70%;
}
#hmbg:checked ~ .hmbg-cover{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9997;
    display: block;
}
header nav ul:first-of-type {
    border-bottom: none;
}

footer {
    background-color: #F4F8FF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 30px;
}

footer .FooterLeft p{
    font-size: 13px;
    line-height: 1.4;
    margin: 15px 0;
}

footer .FooterLeft p i{
    margin: 0 2px 0 0;
}

footer .FooterRight figure {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 15px;
}

footer .FooterRight p{
    text-align: right;
    font-feature-settings: "palt";
    line-height: 1.4;
    font-size: 12px;
    color: #696969;
}

.Donation h3 {
    text-align: center;
    line-height: 1.4;
    margin: 0px 0 30px;
}



section.FoodPark {
    background: #039CCD;
    background: linear-gradient(180deg, rgba(3, 156, 205, 1) 0%, rgba(13, 94, 163, 1) 100%);
    color: #ffffff;
    padding: 0 0 50px;
}

section.FoodPark .Logo{
	width: 420px;
	margin: 0px auto;
	padding: 50px 0;
}

section.FoodPark h2 {
    text-align: center;
    font-size: 28px;
    margin: 0 0 25px;
}

section.FoodPark p {
    text-align: center;
    font-size: 20px;
    line-height: 1.7em;
    font-weight: 700;
}

section.FoodPark .Chirashi {
    max-width: 560px;
    margin: 50px auto 0px;
}

section.FoodPark .Chirashi img{
    border: 1px solid;
}

section.FoodPark .Chirashi a span {
    text-align: center;
    width: 100%;
    display: block;
    margin: 10px 0 0;
}

section.FoodPark a.DonationLink {
    display: block;
    margin: 50px auto;
    text-align: center;
    max-width: 560px;
    border: 2px solid;
    padding: 40px;
    font-size: 24px;
    border-radius: 100px;
    color: #ffffff;
}

section.FoodPark h3 {
    text-align: center;
    font-size: 18px;
    margin: 50px 0 25px;
}

section.FoodPark p.Txt{
    font-size: 15px;
}

.FoodParkPhoto{
    max-width: 560px;
    margin: 50px auto;
}

.FoodParkPhoto img{
    border-radius: 30px;
}

section.FoodPark a.DonationLink:hover{
	background-color: #ffffff;
	color: #039CCD;
}

#News {
    background-color: #F4F8FF;
    padding: 50px 0;
}

.News h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0;
    color: #0088CE;
}

section .News {
    width: 860px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 50px;
    border-radius: 30px;
}

section.News {
    margin: 120px auto;
    max-width: 860px;
    padding: 50px;
    box-sizing: border-box;
    background-color: #ffffff;
    margin: 50px auto;
    border-radius: 30px;
}

section .News ul li{
    margin: 0;
    border-bottom: 1px solid #eeeeee;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}

section .News ul li:hover{
    transition: all .2s;
    opacity: .4;
}

section .News ul li:last-of-type{
    border-bottom:none;
}

section.News ul li{
    margin: 0;
    border-bottom: 1px solid #eeeeee;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}

section.News ul li:hover{
    transition: all .2s;
    opacity: .4;
}

section.News ul li:last-of-type{
    border-bottom:none;
}

section .News .SNS{
    border-top: 1px solid #000000;
    margin: 50px 0 0;
    padding: 50px 0 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #0088CE;
}

section .News .SNSBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0 0 0;
}

section .News .SNSBtn figure{
    margin: 0 30px;
}

section .News .SNSBtn figure:hover{
    transition: all .2s;
    opacity: .4;
}

section .News .BtnPrevT {
    text-align: center;
    margin: 30px 0 0 0;
}

section .News .BtnPrevT a {
    transition: all .2s;
    border: 1px solid #000000;
    padding: 20px 60px;
    display: inline-block;
}

section .News .BtnPrevT a:hover{
    border: 1px solid;
    padding: 20px 60px;
    display: inline-block;
    background-color: #000000;
    color: #ffffff;
}

section.News .Day {
    font-size: 12px;
}

section.News h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0 30px;
    padding: 0 0 30px;
    border-bottom: #b9b9b9 solid 1px;
}

section.News .BtnPrev {
    text-align: center;
    padding: 30px 0 0 0;
    margin: 30px 0 0 0;
    border-top: 1px solid #b9b9b9;
}

section.News .BtnPrev a {
    transition: all .2s;
    border: 1px solid #000000;
    padding: 20px 60px;
    display: inline-block;
}

section.News .wp-block-image{
    margin: 15px 0px;
}

.wp-singular,
.archive {
    background-color: #F4F8FF;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #0088ce;
    color: #0088ce;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #e7e7e7;
    padding: 3px 5px;
    margin: 2px;
}



section .News ul li i,
section.News ul li i,
section.News .Day i{
    font-size: 12px;
    border: 1px solid;
    color: #0088ce;
    padding: 1px 2px;
    font-style: normal;
    margin: 0 2px;
}

.Concept figure{
    margin: 15px 0;
    overflow: hidden;
    border-radius: 10px;
}


section.ActivityTop {
    background-image: url(../img/back.jpg);
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 240px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 36px;
}

section h2.ActivityTitle {
    padding: 30px 0;
    width: 860px;
    margin: 50px auto;
    text-align: center;
    border-top: 2px #0088CE dashed;
    border-bottom: 2px #0088CE dashed;
    color: #0088CE;
    font-size: 34px;
    line-height: 1.4;
}

.ActivityTitle img {
    margin: 0 auto 30px;
}

section.Liberta article {
    width: 860px;
    margin: 100px auto;
    display: flex;
    justify-content: flex-end;
    position: relative;
    align-items: center;
}

section.Liberta article .Box {
    width: 745px;
    background-color: #01A4B8;
    border-radius: 30px;
    color: #ffffff;
    display: flex;
    justify-content: flex-end;
    padding: 30px 50px 30px 0;
}

section.Liberta article .Box figure {
    position: absolute;
    left: 0;
    width: 450px;
    top: -35px;
}

section.Liberta article .Box .Txt{
    width: 320px;
}

section.Liberta article .Box .Txt h3 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 10px;
}

section.Liberta article.Map {
    justify-content: space-between;
    margin: 0 auto;
}

section.Liberta article.Map .Txt{
    margin: 0 50px 0 0;
    width: 320px;
}

section.Liberta article.Map .Txt h3 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 10px;
    color: #0088CE;
}

section.Liberta article.Map .Txt ul{
    margin: 5px 0px;
    font-size: 13px;
    font-weight: 700;
}

section.Liberta article.Map .Txt ul li i {
    margin: 0 4px 0 0;
    width: 14px;
}

/*****/


section article.Activity {
    width: 860px;
    margin: 100px auto;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    margin: 50px auto;
}

section article.Activity figure{
    width: 450px;
}

section article.Activity .Txt{
    margin: 0 50px 0 0;
    width: 320px;
}

section article.Activity .Txt h3 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 10px;
    color: #0088CE;
}

section article.Activity .Txt h3 span{
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 10px;
    color: #0088CE;
}

section article.Activity .Txt ul{
    margin: 5px 0px;
    font-size: 13px;
    font-weight: 700;
}

section  article.Activity .Txt ul li i {
    margin: 0 4px 0 0;
    width: 14px;
}


.Credit {
    text-align: center;
    margin: 0 0 50px;
}

.Credit h3{
    text-align: center;
    color: #0088CE;
    font-size: 24px;
    margin: 0 0 25px;
}

.Credit ul{
    display: flex;
    text-align: center;
    justify-content: center;
}

.Credit ul li{
    margin: 0 10px;
}

.Report{
    text-align: center;
    margin: 0 0 50px;
}

.Report h3{
    text-align: center;
    color: #0088CE;
    font-size: 24px;
    margin: 0 0 25px;
}

.Report a{
    color: #0088ce;
    text-decoration: underline;
}

.Incorporation {
    text-align: center;
    margin: 0 0 100px;
}

.Incorporation h3{
    text-align: center;
    color: #0088CE;
    font-size: 24px;
    margin: 0 0 25px;
}

.Incorporation a {
    display: block;
    margin: 50px auto;
    text-align: center;
    max-width: 560px;
    border: 2px solid;
    padding: 40px;
    font-size: 15px;
    border-radius: 100px;
}

.Incorporation a:hover{
    background-color: #ffffff;
    color: #039CCD;
}

body section article.Donation{
    width: 860px;
    background-color: #F4F8FF;
    display: block;
    padding: 50px;
    border-radius: 30px;
    margin: 50px auto;
}

body section article.Donation table tr{
    vertical-align: top;
}

body section article.Donation table tr>*:first-child {
    font-weight: 600;
    width: 80px;
}

body section article.Donation table tr td{
    padding: 10px 0;
}

section.PageContent {
    background-color: #ffffff;
}

section.PageContent article{
    width: 860px;
    margin: 0 auto;
    padding: 50px 0;
}

section.PageContent article p{
    margin: 15px 0px;
}


.Sponsor {
    width: 860px;
    margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
}

.Sponsor li {
    width: 25%;
    padding: 15px;
    font-size: 13px;
    font-feature-settings: "palt";
    line-height: 1.4;
}

.page-id-2769 section.PageContent article {
    width: 680px;
}

.page-id-2769 input[type="text"], .page-id-2769 input[type="email"], .page-id-2769 textarea {
    appearance: none;
    padding: 12px 8px;
    border: 1px solid #b6b6b6;
    margin: 8px 0 0 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
}

.page-id-2769 textarea {
    width: 100%;
}
.page-id-2769 input[type="submit"] {
    appearance: none;
    padding: 20px 100px;
    border-radius: 10px;
    border: 1px solid #000;
    background: #fff;
    cursor: pointer;
    transform: .4s ease;
    color: #000;
    margin: 0 auto;
    display: block;
}
.page-id-2769 input[type="submit"]:hover {
    background: #0088CE;
    color: #fff;
    border: 1px solid #0088CE;
}
.page-id-2769 .wpcf7-not-valid-tip {
    margin: 8px 0 0 0;
    font-size: 12px;
}
.page-id-2769 .wpcf7 form .wpcf7-response-output {
    padding: 0;
    margin-left: 0;
    border: none;
    font-weight: bold;
    color: 000;
}

.page-id-2769 .wpcf7 form p {
    margin: 0 0 30px;
    color: #0088CE;
}

.page-id-2769 .wp-block-image img{
    border-radius:10px ;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    text-align: center;
}


@media screen and (max-width: 860px) {
body {
    font-size: 13px;
}
.hmbg-menuwrap {
    width: 50%;
}
#hmbg:checked ~ .hmbg-menuwrap {
    left: 50%;
}
header nav {
    font-size: 18px;
}
header h1 {
    top: 22px;
    left: 15px;
}
header h1 img{
    width: 140px;
}
.hmbg-switch {
    right: 5px;
    top: 15px;
}
section.FoodPark .Logo {
    width: 76%;
}
section h2.ActivityTitle {
        width: 96%;
        font-size: 26px;
    }
section.FoodPark h2 {
    font-size: 22px;
}
section.FoodPark p {
    font-size: 13px;
}

section.FoodPark .Chirashi {
    max-width: 96%;
}

section.FoodPark a.DonationLink {
    max-width: 96%;
    padding: 25px;
    font-size: 15px;
}

section.FoodPark h3 {
    text-align: center;
    font-size: 15px;
    margin: 50px 0 25px;
    line-height: 1.4;
}

section.FoodPark p.Txt{
    font-size: 13px;
}

.FoodParkPhoto{
    max-width: 96%;
    margin: 50px auto;
}

.FoodParkPhoto img{
    border-radius: 10px;
}

section .News {
    width: 96%;
}

section.ActivityTop {
    height: 120px;
    font-size: 24px;
}
section.Liberta article {
    width: 96%;
    flex-direction: column;
}
section.Liberta article .Box figure {
    position: relative;
    left: 0;
    width: 90%;
    top: auto;
    margin: 0 auto;
}
section.Liberta article .Box {
    width: 96%;
    justify-content: flex-end;
    padding: 30px 0;
    flex-direction: column;
}
section.Liberta article .Box .Txt {
    width: 90%;
    margin: 30px auto;
}

.Map iframe{
    border: 0;
    width: 96%;
}

section.Liberta article.Map .Txt {
    margin: 30px auto;
    width: 96%;
}

section article.Activity figure {
    width: 96%;
    margin: auto;
}

section article.Activity .Txt {
    margin: 30px auto;
    width: 96%;
}

    body section article.Donation {
        width: 96%;
        margin: 0 auto 50px;
        padding: 30px 20px;
    }
section article.Activity {
    width: 96%;
    margin: 50px auto;
    flex-direction: column;
}
body section article.Donation table tr>*:first-child {
    font-weight: 600;
    width: 80px;
}

.Incorporation a {
    font-size: 14px;
    width: 96%;
}

.Sponsor {
    width: 96%;
}

.Sponsor li {
    width: 50%;
}

.page-id-2769 section.PageContent article {
    width: 96%;
}

section.PageContent article {
    width: 96%;
}

footer {
    flex-direction: column;
    text-align: center;
    padding: 50px 30px 25px;
}

footer .FooterRight p {
    font-size: 10px;
    color: #696969;
}

footer figure{
    margin: 0 0 50px;
}
footer .FooterRight figure {
    display: flex
;
    justify-content: center;
    margin: 30px 0 15px;
}
}
