@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

*{
margin: 0;
padding: 0;
box-sizing: border-box;
word-break: break-word;
}

html{
font-size: 62.5%;
/*\*/
_font-size: 62.5%;
/**/
}

a{
text-decoration: none;
position: relative;
transition: all 0.25s ease;
}
a:hover{
text-decoration: none;
}

a:hover,a:focus,
a:hover img,
a:focus img{
opacity: 1;
}

img {
margin: 0;
padding: 0;
border: 0;
vertical-align:top;
}

ul, ol{
list-style: none;
}

.clearfix:after{
content: "";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.embed{
width: 100%;
display: block;
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.embed iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.embed video{
width: 100%;
height: auto;
margin: 0;
padding: 0;
background-size: contain;
}
video::-internal-media-controls-download-button{
display:none;
}
video::-webkit-media-controls-enclosure{
overflow:hidden;
}
video::-webkit-media-controls-panel{
width: calc(100% + 30px);
}

/* body */
body{
width: 100vw;
display: block;
background: url(../img/bg.jpg) no-repeat center top;
background-size: 100vw auto;
background-color: #94d4ef;
color: #3e3e3e;
font-family:"Noto Sans JP",'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size: 1.7rem;
font-weight: 500;
line-height: 1.8;
letter-spacing: 0.5px;
font-feature-settings: "palt";
text-align:justify;
overflow-x:hidden;
}
body.scroll-prevent{
overflow: hidden;
}

/* Layout */
section{
display:block;
}
#page{
width: 100vw;
display: block;
margin: 0 0 0 0;
position: relative;
overflow-x: hidden;
}
.scroll-prevent #page{
overflow: hidden;
}
.wrapper{
width: 1000px;
display: block;
margin: 0 auto 0 auto;
text-align: center;
position: relative;
overflow: visible;
}
.wrapper *{
position: relative;
}

.nolink{
color: #666666;
pointer-events: none;
cursor: default;
}

.pcHide{
display: none !important;
}
.spHide{
display: block !important;
}
.pc_br{
display: inline;
}
.sp_br{
display: none;
}

.boxShadow .contentBox{
display: block;
background-color: #ffffff;
border-radius: 20px;
box-sizing: border-box;
position: relative;
z-index: 2000;
}

/* menu btn */
#menu{
width: 80px;
height: 80px;
display: block;
background-color: #105eaf;
border-radius: 8px;
box-shadow: 0 0 8px rgba(0,0,0,0.25);
position: fixed;
top:15px;
right:20px;
z-index: 9999;
cursor: pointer;
}
#menu:hover,
#menu.active{
background-color: #1c7de2;
box-shadow: none;
}
#menu span{
width: 30px;
height: 4px;
display: inline-block;
transition: all .4s;
box-sizing: border-box;
background-color: #ffffff;
border-radius: 2px;
position: absolute;
left: 25px;
}

#menu span:nth-of-type(1) {
top:28px;
}
#menu span:nth-of-type(2) {
top:38px;
}
#menu span:nth-of-type(3) {
bottom:28px;
}

#menu span:nth-of-type(1) {
animation: menu-bar01 .3s forwards;
}
#menu span:nth-of-type(2) {
animation: menu-bar01 .5s forwards;
}
#menu span:nth-of-type(3) {
animation: menu-bar01 .7s forwards;
}

@keyframes menu-bar01 {
0% {
transform: translateX(20px);
}
100% {
transform: translateX(0);
}
}

#menu.active span:nth-of-type(1){
animation: menu-bar01-active 1s forwards;
}
#menu.active span:nth-of-type(2){
animation: menu-bar02-active .3s forwards;
}
#menu.active span:nth-of-type(3){
animation: menu-bar03-active 1s forwards;
}

@keyframes menu-bar01-active {
0% {
opacity: 1;
left: 25px;
}
30% {
transform: rotate(0) translate(0,0);
opacity: 0;
left: 25px;
}
31% {
transform: rotate(45deg) translate(0,14px);
opacity: 0;
left: 35px;
}
100% {
transform: rotate(45deg) translate(0,14px);
opacity: 1;
left: 35px;
}
}
@keyframes menu-bar02-active {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes menu-bar03-active {
0% {
opacity: 1;
left: 25px;
}
30% {
transform: rotate(0) translate(0,0);
opacity: 0;
left: 25px;
}
31% {
transform: rotate(-45deg) translate(0,-14px);
opacity: 0;
left: 35px;
}
100% {
transform: rotate(-45deg) translate(0,-14px);
opacity: 1;
left: 35px;
}
}

/* gNav */
#gNav{
width: 100vw;
height: 100vh;
display: none;
justify-content: center;
flex-wrap: wrap;
align-items: center;
background: url(../img/bg.jpg) no-repeat center top;
background-size: 100vw auto;
position: fixed;
top: 0;
left: 0;
z-index: 9000;
}
#gNav:before{
content: "";
width: 100vw;
height: 100vh;
display: block;
background: rgba(255,255,255,0.2);
background-size: 100vw auto;
backdrop-filter: blur(10px);
position: absolute;
top: 0;
left: 0;
}
#gNav.active{
display: flex;
}

#gNav .gNavBox{
width: 660px;
height: 520px;
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
background-color: #ffffff;
border-radius: 20px;
position: relative;
}
#gNav .gNavBox .gNav-top,
#gNav .gNavBox .gNav-under{
display: block;
}

#gNav .gNavBox .gNav-top{
width: 340px;
height: 0;
padding-top: 480px;
background: url(../img/poster2025.jpg) no-repeat center center;
background-size: contain;
}
#gNav .gNavBox .gNav-under{
width: 270px;
display: block;
}

#gNav ul{
width: 100%;
display: flex;
flex-direction: column;
gap: 10px;
margin: 0 0 10px 0;
}
#gNav ul li{
display: block;
line-height: 108px;
}
#gNav ul li a{
display: block;
background-color: #48a642;
color: #ffffff;
border-radius: 8px;
box-shadow: 0 0 8px rgba(0,0,0,0.25);
text-align: center;
}
#gNav ul li a:hover{
background-color: #42ce39;
box-shadow: none;
}


/* footer */
footer{
display: block;
margin: 0 0 0 0;
padding: 0 0 40px 0;
background: url(../img/bg_dark.jpg);
background-size: 100vw auto;
position: relative;
}
footer .wrapper{
position: relative;
}

footer .coop{
width: 100%;
display: block;
padding: 50px 0 50px 0;
background-color: #ffffff;
text-align: center;
}
footer .coop p{
display: block;
margin: 0;
font-size: 2rem;
font-weight: 700;
line-height: 3;
}

footer .archive{
display: inline-block;
margin: 50px 0 0 0;
padding: 20px 50px 20px 50px;
background-color: #ffffff;
border-radius: 8px;
}
footer .archive ul{
display: block;
position: relative;
}
footer .archive ul:before{
content: "みんわらアーカイブ　-";
display: inline-block;
color: #0c6b06;
position: relative;
}
footer .archive ul li{
display: inline-block;
margin: 0 0 0 12px;
position: relative;
}
footer .archive ul li a{
color: #0c6b06;
text-decoration: underline;
text-decoration-thickness: 2px;
text-underline-offset: 4px;
}
footer .archive ul li a:hover{
color: #219512;
text-decoration: none;
}

.footerLink{
display: block;
margin: 54px 0 0 0;
}
.footerLink ul{
display: block;
}
.footerLink li{
display: inline-block;
margin: 0 0 0 28px;
font-size: 1.4rem;
line-height: 1;
}
.footerLink li:first-child{
margin: 0 0 0 0;
}
.footerLink li a{
display: inline-block;
padding: 0 20px 0 20px;
border: 1px solid #ffffff;
border-radius: 16px;
line-height: 32px;
color: #ffffff;
}
.footerLink li a:hover{
text-decoration: none;
}

#copyright{
display: block;
margin: 30px 0 0 0;
color: #ffffff;
font-size: 1.4rem;
}


/* news list */
.newsList{
display: block;
margin: 36px 0 0 0;
}
.newsList li{
display: block;
margin: 30px 0 0 0;
padding: 30px 0 0 0;
border-top: 2px solid #23ab39;
}
.newsList li:first-child{
margin: 0;
padding: 0;
border-top: none;
}
.newsList li a{
display: block;
}
.newsList li a:hover dd{
color: #219512;
}
.newsList li dl{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 0 20px 0 20px;
}
.newsList li dl dt{
width: 100px;
display: block;
color: #23ab39;
text-align: left;
}
.newsList li dl dd{
width: calc(100% - 140px);
display: block;
color: #3e3e3e;
text-align: left;
}



/* -- */
/* -- */
/* SP */
/* -- */
/* -- */
@media screen and (max-width: 768px) {
/* */
/* */


/* body */
body{
background: url(../img/bg_sp.jpg) no-repeat center top;
background-size: 100vw 160vw;
background-color: #94d4ef;
font-size: 1.5rem;
line-height: 1.8;
}
body.scroll-prevent{
overflow: hidden;
}

/* Layout */
section{
}
#page{
}
.scroll-prevent #page{
}
.wrapper{
width: auto;
display: block;
margin: 0 6vw 0 6vw;
}
.wrapper *{
}

.nolink{
}

.pcHide{
display: block !important;
}
.spHide{
display: none !important;
}
.pc_br{
display: none;
}
.sp_br{
display: inline;
}

.boxShadow .contentBox{
border-radius: 20px;
}

/* menu btn */
#menu{
width: 50px;
height: 50px;
background-color: #105eaf;
border-radius: 8px;
box-shadow: 0 0 8px rgba(0,0,0,0.25);
top:10px;
right:20px;
}
#menu:hover,
#menu.active{
background-color: #1c7de2;
box-shadow: none;
}
#menu span{
width: 20px;
height: 3px;
display: inline-block;
transition: all .4s;
box-sizing: border-box;
background-color: #ffffff;
border-radius: 2px;
position: absolute;
left: 15px;
}

#menu span:nth-of-type(1) {
top:15px;
}
#menu span:nth-of-type(2) {
top:24px;
}
#menu span:nth-of-type(3) {
bottom:15px;
}

#menu.active span:nth-of-type(1){
animation: menu-bar01-active 1s forwards;
}
#menu.active span:nth-of-type(2){
animation: menu-bar02-active .3s forwards;
}
#menu.active span:nth-of-type(3){
animation: menu-bar03-active 1s forwards;
}

@keyframes menu-bar01-active {
0% {
opacity: 1;
left: 15px;
}
30% {
transform: rotate(0) translate(0,0);
opacity: 0;
left: 15px;
}
31% {
transform: rotate(45deg) translate(0,12px);
opacity: 0;
left: 23px;
}
100% {
transform: rotate(45deg) translate(0,12px);
opacity: 1;
left: 23px;
}
}
@keyframes menu-bar03-active {
0% {
opacity: 1;
left: 15px;
}
30% {
transform: rotate(0) translate(0,0);
opacity: 0;
left: 15px;
}
31% {
transform: rotate(-45deg) translate(0,-12px);
opacity: 0;
left: 23px;
}
100% {
transform: rotate(-45deg) translate(0,-12px);
opacity: 1;
left: 23px;
}
}

/* gNav */
#gNav{
background: url(../img/bg.jpg) no-repeat center top;
background-size: cover;
}
#gNav:before{
}
#gNav.active{
display: flex;
}

#gNav .gNavBox{
width: 80vw;
height: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 20px;
}
#gNav .gNavBox .gNav-top,
#gNav .gNavBox .gNav-under{
}

#gNav .gNavBox .gNav-top{
width: 100%;
height: 0;
padding-top: 300px;
background: url(../img/poster2025.jpg) no-repeat center center;
background-size: contain;
}
#gNav .gNavBox .gNav-under{
width: 220px;
display: block;
}

#gNav ul{
}
#gNav ul li{
line-height: 50px;
}
#gNav ul li a{
}
#gNav ul li a:hover{
}


/* footer */
footer{
padding: 0 0 40px 0;
}
footer .wrapper{
position: relative;
}

footer .coop{
padding: 50px 0 50px 0;
}
footer .coop p{
display: block;
margin: 0;
font-size: 1.6rem;
font-weight: 700;
line-height: 2;
}
footer .coop p:nth-of-type(2){
margin-top: 30px;
}

footer .archive{
display: block;
margin: 50px 0 0 0;
padding: 20px 20px 30px 20px;
background-color: #ffffff;
border-radius: 8px;
}
footer .archive ul{
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 12px;
}
footer .archive ul:before{
content: "みんわらアーカイブ";
width: 100%;
display: block;
color: #0c6b06;
}
footer .archive ul li{
}
footer .archive ul li a{
}
footer .archive ul li a:hover{
}

.footerLink{
}
.footerLink ul{
text-align: left;
}
.footerLink li{
display: block;
margin: 0 0 0 0;
font-size: 1.3rem;
line-height: 2;
}
.footerLink li a{
display: block;
padding: 0;
border: none;
line-height: 2;
color: #ffffff;
}
.footerLink li a:hover{
text-decoration: none;
}

#copyright{
font-size: 1.3rem;
}


/* news list */
.newsList{
margin: 16px 0 0 0;
}
.newsList li{
margin: 30px 0 0 0;
padding: 30px 0 0 0;
border-top: 2px solid #23ab39;
}
.newsList li:first-child{
}
.newsList li a{
display: block;
}
.newsList li a:hover dd{
}
.newsList li dl{
display: flex;
flex-direction: column;
gap: 8px;
padding: 0;
}
.newsList li dl dt{
width: auto;
}
.newsList li dl dd{
width: auto;
}


/* */
/* */
}
/* -- */
/* -- */
/* SP */
/* -- */
/* -- */


@media screen and (max-width: 400px) {
footer .coop p{
font-size: 1.2rem;
}
}