@charset "UTF-8";
/*
Theme Name: 川口農業ブランド推進協議会
*/
body{
    margin:0;
    padding:0;
    }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
#content{
    width:90%;
    margin: auto;
}
table, th, td {
border: 1px solid rgb(191, 191, 191);
border-collapse: collapse;
}
tr, th, td{
    padding:1rem 1rem;
}
table{
    width: auto;
    margin:0 auto;
    background-color: #fff;
}
@media(min-width:768px){
.starth{
    width: 260px;
}
}


    /*ページネーション*/
    .nav-links{
        width:80%;
        text-align: center;
        margin:auto;
        padding: 2rem 0;
    }
    @media(max-width:840px){
        .nav-links{
            width:85%;
        }
    }
    @media(max-width:440px){
        .nav-links{
            width:100%;
        }
    }
    .nav-links a{
        margin:0 0.3rem;
        box-shadow: 0.6px 0.6px 2px  rgba(80, 38, 5, 0.3);
        background-color: #ffffff;
        padding:1px 7px;
        border-radius:0.2em;
        color:#726b63;
    }
    .nav-links a:hover{
        background-color: rgba(202, 218, 188, 0.6);
    }
    .nav-links span{
        margin:0 0.3rem;
        padding:1px 7px;
        border-radius:0.2em;
        background-color: #6a9045;
        color:#fff;
    }
    .page-numbers.dots{
        background-color:#fff;
        color:#726b63;
    }
.brand{
    width: 100%;
}
.brand td img{
    width: 200px;
    display: block;
    margin:0 auto;
}
.wp-block-heading{
    padding-top:3rem;
}
.page{
    padding-top:2rem;
    padding-bottom:3rem;
}
.page-width{
    width: 90%;
    margin: auto;
}
.wp-block-image{
    width: 70%;
    margin: auto;
    margin-top:2rem;
}
.img-flex{
    display: flex;
}
.text-flex{
    display: block;
    width: 80%;
}
@media(max-width:768px){
    .page{
        width: 90%;
        margin: auto;
    }
    .wp-block-image{
        width: 90%;
    }
    .img-flex{
    display: block;
}
}
.pamphlet{
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom:2rem;
     padding-top:4rem;
    
}
.pamphlet p{
    margin-bottom: 2rem;
}
@media(min-width:1100px){
    .pamphlet{
        width: 1000px;
    }
    .download{
        width: 250px;
    }
}
#content{
    width: 100%;
}
.post{
    background-color: #f2f8ec;
}
    /* パンくずリスト */
     .fixation-body{
       padding-top:2rem;
         background-color: #f2f8ec;
     }
     .fixation-width{
        width: 60%;
        margin:auto;
        padding-bottom:2rem
     }
          .fixation-width2{
        width: 60%;
        margin:auto;
        padding-bottom:2rem
     }
     .fixation-back{
        width: 100%;
        background-color: #f2f8ec
     }
        @media(max-width:900px){
            .fixation-width2{
                width: 80%;
            }
        }
     @media(max-width:500px){
     .fixation-width{
        width: 90%;
        margin:auto;
        padding-bottom:2rem
     }
     }
    .fixation-body ul{
    list-style: none;
    padding-bottom:1rem;
    padding-top:1rem;
    padding-left:10%;
  }
  .breadcrumb-text{
    font-size:0.8rem;
    width:100%;
        margin:auto;
  }
  .fixation-body li{
    display: inline;
    
  }
  .fixation-body li a{
    color:#606060;
    text-decoration: none;

  }
  .fixation-body li a:hover{
    opacity:0.6;
  }
  .fixation-body li + li:before{
    content: "▶";
    color:#606060;
    margin:.2em;
  }

.download img{
width:250px;
margin-bottom:2rem;
}
.download-button{
    background-color: #333;
    color: #fff;
    padding: 1rem 2rem;
    display: block;
    text-align: center;
    border-radius: 50px;
}
.download-button:hover{
    background-color: #767676;
    transition: 0.8s;
}
@media(max-width:1050px){
    .pamphlet{
        display: block;
    }
    .download img{
width:350px;
text-align: center;
}
.download-button{
    width: 250px;
    margin: auto;
    margin-bottom:2rem;
}
.download{
    width: 370px;
    margin:auto;
}
}
.table-inner{
    width:80%;
    margin:auto;
}
@media(max-width:450px){
    #content{width: 100%;
    }
}
h1{
    text-align: center;
    font-family: serif;
    margin-bottom:2rem;
    font-weight: 400;
}
header{
 
    position: relative;
    z-index: 2
}
.head-flex{
    display:flex;
    justify-content:space-between;
}
.logo-img{
    width:130px;
    margin:30px 0 0 30px;
}

@media(min-width:768.1px){
    .splogo{
        display: none;
    }
}
@media(max-width:768px){
    .pclogo{
        display: none;
    }
    .logo-img{
        width:200px;
    }
}
.gnav{
    display: flex;
    list-style: none;
    width: 940px;
    justify-content: space-around;
}
.gnav li a{
    color:#000;
}
.gnav_li{
    text-align: center;
    position: relative;
    line-height: 80px;
}
.gnav_btn{

    display: block;
    transition: .7s;
    text-transform: uppercase;
}
.gnav_btn:last-child{
    margin:0 0.5rem 0 1.5rem;
}
.smenu_ul{
    text-align: left;
    width: 100%;
    list-style: none;
    line-height: 2em;
    border-radius: 10px;
    background: #000000;
}
.smenu_ul li a{
    color:#fff;
}
.smenu_ul li{
    max-height: 0;
    overflow: hidden;
    transition: .7s;
}
.gnav_li:hover .smenu_ul li{
    max-height: 10em;
}
.smenu_ul a{
    display: block;
    color: #ffffff;
    padding:0 1.5rem;
    position: relative;
    transition: .7s;
    font-size:0.8rem;
}
.smenu_ul a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: .7s;
}
.smenu_ul a:hover:before{
    opacity: 1;
}
.smenu_ul li a:hover{
    color: #9d9d9d;
}
#chk{
    visibility: hidden;
    z-index: -1111;
}
.show_menu_btn,.close_menu_btn{
    display: none;
}

@media screen and (max-width:1279px){
    .show_menu_btn{
        display: block;
        font-size: 2em;
        position: absolute;
        top: 20%;
        right: 30px;
        transform: translate(0,-50%);
    }
    nav.menu-content{
        position: fixed;
        width: 50%;
        height: 100vh;
        right: -100%;
        top: 0;
        background-color: rgba(241, 238, 236, 0.9);
        transition: .4s ease;
             z-index: 90000;
    }
    .gnav{
        width: 200px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        margin:auto;
        padding-top:5rem;

    }
    .gnav_li{
        width: 100%;
    }
    .close_menu_btn{
        display: block;
        position: absolute;
        top: 24px;
        right: 34px;
        font-size: 2.2em;
        color: #65473D;
        line-height: 0;
    }
    #chk:checked ~ nav{
        right: 0;
    }
    
.smenu_ul{
    background:none;
}
.smenu_ul li a{
    color:#000000;
    
}
.smenu_ul{
    text-align: center;
}
}
@media screen and (max-width:768px){
    .show_menu_btn{
        top: 60%;
    }
}
.top-image{
    height: 400px;
    margin-top: 200px;
    background-color: #f2f8ec;
}
@media(max-width:500px){
    .top-image{
        height:350px;
    }
}
.container{
width:550px;
margin: auto;

}
#mainImg{
width: 550px;
position:relative;
top:-250px;

}
#mainImg img{
width: 100%;
position: absolute;
top: 0;
left: 0;
border-radius: 13px;
}
@media(max-width:930px){
    #mainImg{
        top:-180px;
        width:500px;
    }
}
@media(max-width:768px){
    #mainImg{
        width:474px;
        top:-170px;
    }
}
@media(max-width:700px){
        #mainImg{
        width:420px;
    }
    #mainImg img{
        width: 70%;
        position: absolute;
        top: 0;
        left: 5%;
        border-radius: 13px;
        }
        .container{
            width:100%;
            margin: auto;
            
            }
}
@media(max-width:500px){
        #mainImg{
        width:370px;
    }
    #mainImg img{
        width: 70%;
        position: absolute;
        top: 0;
        left: 5%;
        border-radius: 13px;
        }
        .container{
            width:100%;
            margin: auto;
            
            }
}
@media(max-width:400px){
            #mainImg{
        width:350px;
    }
}
  /*section1*/
  main{
    background-color: #f2f8ec;
  }
h2{
    margin: 0;
    font-family: serif;
    font-weight: 400;
    position: relative;
    writing-mode: vertical-rl;
    top:-250px;
    right: -640px;
    font-size: 3.4rem;
}
@media(max-width:930px){
    h2{
        top:-180px;
        right:-560px;
    }
}
@media(max-width:700px){
    h2{
        right: -70%;
        font-size: 3rem;
    }
}
@media(max-width:500px){
    h2{
        right: -340px;
        font-size: 2.4rem;
    }
}
@media(max-width:400px){
    h2{
        right: -310px;
        font-size: 2.4rem;
    }
}
@media(max-width:390px){
    h2{
        margin: 0;
        font-family: serif;
        font-weight: 400;
        position: relative;
        writing-mode: vertical-rl;
        top:-170px;
        right: -290px;
        font-size: 2.4rem;
    }
}

.h3-1{
    margin-bottom: 1rem;
    margin:0;
    font-family: serif;
    font-weight: 300;
    position: relative;
    font-size: 1.8rem;
    background-color: #fff;
    top:-300px;
    left:-250px;
    line-height: 3.6rem;
    letter-spacing: 0.6rem;
    padding-left: 1rem;
}
.h3-2{
    margin:0;
    font-family: serif;
    font-weight: 300;
    position: relative;
    font-size: 1.8rem;
    background-color: #fff;
    top:-300px;
    left:-250px;
    line-height: 3.6rem;
    letter-spacing: 0.6rem;
    padding-left: 1rem;
}
@media(max-width:1024px){
    .h3-1{
        left:-160px;
    }
    .h3-2{
        left:-160px;
    }
}

@media(max-width:930px){
    .h3-1{
        top:-100px;
        left:-100px;
    }
    .h3-2{
        top:-100px;
        left:-100px;
    }
}
@media(max-width:700px){
    .h3-1{
        top:-50px;
        left:10px;
    }
    .h3-2{
        top:-50px;
        left:10px;
    }
    .h3-1{
        font-size: 1.6rem;
    }
    .h3-2{
        font-size:1.6rem;
    }
}
@media(max-width:500px){
    .h3-1{
        top:-50px;
        left:10px;
    }
    .h3-2{
        top:-50px;
        left:10px;
    }
    .h3-1{
        font-size: 1.6rem;
    }
    .h3-2{
        font-size:1.6rem;
    }
}
@media(max-width:429px){
    .h3-1{
        top:-50px;
        left:10px;
    }
    .h3-2{
        top:-50px;
        left:10px;
    }
    .h3-1{
        font-size: 1.2rem;
    }
    .h3-2{
        font-size:1.2rem;
    }
}
h3{
    margin: 0;
    font-family: serif;
    padding-top:7rem;
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3.4rem;
}
h3 span{
    font-size: 1.2rem;
}


/*about*/
.about{
    width: 700px;
    margin: auto;
    margin-bottom: 3rem;
}

.about p{
    line-height: 2.6rem;
    padding-top:1rem;
}
@media(max-width:700px){
    .about{
        width:100%;
    }
        h3{
        padding:0;
        text-align: left;
    }
    .about p{
        width: 90%;
        margin:auto;
    }
    .about-title{
        width: 90%;
        margin: auto;
    }
}
.city-about{
margin-top:2rem;
width:900px;
background-image: url(img/back-saitama.png);
background-size: 650px;
background-repeat: no-repeat;
background-position: 200px 0 ;
margin: auto;
margin-bottom:4rem;
}
@media(max-width:429px){
    .city-about{
margin-bottom:7rem;
    }
}
.city-about span{
    font-family: serif;
    font-size: 1.2rem;
}
.city-h3{
    text-align: left;
    padding:0;

}
.city-about p{
    line-height: 2.6rem;
    padding-top:1rem;
    width: 570px;
}
@media(max-width:980px){
    .city-about{
        width:650px;
        background-size: 450px;
    }
}
@media(max-width:680px){
    .city-about{
                width:100%;
        background-size: 350px;
         background-position: 100px 0px;
    }
        .city-about p{
        width:90%;
        background-size: 100%;
        margin: auto;
    }
    .city-title{
        width: 90%;
        margin:auto;
    }
}
@media(max-width:500px){
    .city-about{
        width:100%;
        height: 650px;
        padding-top: 13rem;
        background-size: 300px;
        background-position: 50px 40px;
    }
    .city-about p{
        width:90%;
        background-size: 100%;
        margin: auto;
    }
    .city-title{
        width: 90%;
        margin:auto;
    }
    
}
@media(max-width:400px){
    .city-about{
        background-size: 280px;
        background-position: 60px 60px;
    }
}
/*feature*/
.feature{
    width: 100%;
}
.feature img{
    border-radius: 12px;
    position: relative;
}
.feature-top{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.feature-first img{
    width:330px;
    top:190px;
}
.feature-second{
    width:270px;
    height: 270px;
    top:100px;
}
.feature-third{
    width:270px;
    height: 450px;
    top:100px;
}
.feature-last img{
    width:350px;
    top:50px;
}
.feature-under img{
    width:350px;
    height: 500px;
}
.feature-under{
    display: flex;
    width: 900px;
    margin: auto;
    justify-content: space-around;
    margin-bottom:5rem;
    justify-content: space-between;
    
}
.feature-h3{
    text-align: left;
    margin-bottom:2rem;
}
.feature-text{
    display: block;
    width: 50%;
}
.feature-text p{
    line-height: 2.6rem;
}
@media (max-width:1250px){
    .feature-top{
        display: block;
    }
    .feature-first img{
        width:330px;
        top:10px;
        left:-6%;
    }
    .feature-second{
        width:320px;
        height:320px;
        top:-260px;
        left:33%;
    }
    .feature-third{
        width:240px;
        height: 400px;
        top:-210px;
        left:40%;
    }
    .feature-last img{
        width:320px;
        top:-120px;
        left:55%;
    }
    .feature-under{
        display: block;
        height:400px;
    }
    .feature-under img{
        top:-630px;
        left:6%;
    }
    .feature-text{
        position:relative;
        bottom:670px;
        width: 80%;
        left:10%;
    }
}
@media (max-width:980px){
    .feature-top{
        display: block;
    }
    .feature-first img{
        width:330px;
        top:10px;
        left:-8%;
    }
    .feature-second{
        width:270px;
        height:270px;
        top:-260px;
        left:35%;
    }
    .feature-third{
        width:220px;
        height:380px;
        top:-210px;
        left:37%;
    }
    .feature-last img{
        width:320px;
        top:-120px;
        left:55%;
    }
    .feature-under{
        display: block;
        height:400px;
        width: 100%;
    }
    .feature-under img{
        top:-630px;
        left:6%;
    }
    .feature-text{
        position:relative;
        bottom:670px;
        width: 70%;
        left:10%;
    }
}
@media (max-width:819px){
    .feature-top{
        display: block;
    }
    .feature-first img{
        width:320px;
        top:10px;
        left:-8%;
    }
    .feature-second{
        width:240px;
        height:250px;
        top:-260px;
        left:35%;
    }
    .feature-third{
        width:190px;
        height:350px;
        top:-210px;
        left:37%;
    }
    .feature-last img{
        width:300px;
        top:-120px;
        left:55%;
    }
    .feature-under{
        display: block;
        height:400px;
        width: 100%;
    }
    .feature-under img{
        top:-630px;
        left:6%;
    }
    .feature-text{
        position:relative;
        bottom:670px;
        width: 70%;
        left:10%;
    }
}
@media (max-width:780px){
    .feature-top{
        display: block;
    }
    .feature-first img{
        width:290px;
        top:10px;
        left:-10%;
    }
    .feature-second{
        width:200px;
        height:210px;
        top:-260px;
        left:35%;
    }
    .feature-third{
        width:170px;
        height:320px;
        top:-210px;
        left:42%;
    }
    .feature-last img{
        width:250px;
        top:-120px;
        left:55%;
    }
    .feature-under{
        display: block;
        height:400px;
        width: 100%;
    }
    .feature-under img{
        width: 300px;
        height: 410px;
        top:-580px;
        left:6%;
    }
    .feature-text{
        position:relative;
        bottom:670px;
        width: 70%;
        left:10%;
    }
}
@media(max-width:699px){
    .feature-text{
        position:relative;
        bottom:540px;
        width: 70%;
        left:10%;
    }
        .feature-under{
        display: block;
        width: 100%;
        margin: auto;
        margin-bottom:2rem;
        
    }
}
@media (max-width:680px){
    .feature-top{
        display: block;
    }
    .feature-first img{
        width:230px;
        top:10px;
        left:-10%;
    }
    .feature-second{
        width:150px;
        height:160px;
        top:-290px;
        left:35%;
    }
    .feature-third{
        width:150px;
        height:280px;
        top:-210px;
        left:38%;
    }
    .feature-last img{
        width:150px;
        top:-170px;
        left:55%;
    }
    .feature-text{
        position:relative;
        bottom:440px;
        width: 80%;
        left:10%;
    }
    .feature-under img{
        width: 200px;
        height: 260px;
        top:-440px;
        left:6%;
    }

}

@media (max-width:500px){
    .feature-top{
        display: block;
    }
    .feature-first img{
        width:190px;
        top:10px;
        left:-20%;
    }
    .feature-second{
        width:100px;
        height:110px;
        top:-250px;
        left:34%;
    }
    .feature-third{
        width:100px;
        height:200px;
        top:-160px;
        left:45%;
    }
    .feature-last img{
        width:150px;
        top:-120px;
        left:55%;
    }
    .feature-under{
        display: block;
        height:400px;
        width: 100%;
    }
    .feature-under img{
        width: 170px;
        height: 220px;
        top:-350px;
        left:6%;
    }
    .feature-text{
        position:relative;
        bottom:300px;
        width: 70%;
        left:10%;
    }
        .feature-under{
        display: block;
        width: 100%;
        margin: auto;
        margin-bottom:5rem;
        
    }

    .feature-text{
        width:90%;
        margin:auto;
        left:0;

    }
}
@media (max-width:500px){

    .feature-under{
        display: block;
        width: 100%;
        margin: auto;
        margin-bottom:5rem;
        
    }

    .feature-text{
        width:90%;
        margin:auto;
        left:0;

    }
}
@media (max-width:390px){
    .feature-top{
        display: block;
    }
    .feature-first img{
        width:190px;
        top:10px;
        left:-20%;
    }
    .feature-second{
        width:100px;
        height:110px;
        top:-250px;
        left:36%;
    }
    .feature-third{
        width:100px;
        height:200px;
        top:-160px;
        left:40%;
    }
    .feature-last img{
        width:150px;
        top:-120px;
        left:55%;
    }
    .feature-under{
        display: block;
        height:400px;
        width: 100%;
    }
    .feature-under img{
        width: 160px;
        height: 210px;
        top:-350px;
        left:6%;
    }
    .feature-text{
        position:relative;
        bottom:300px;
        width: 70%;
        left:10%;
    }
}
@media (max-width:390px){

    .feature-under{
        display: block;
        width: 100%;
        margin: auto;
        margin-bottom:5rem;
        
    }

    .feature-text{
        width:90%;
        margin:auto;
        left:0;

    }
}
/*mission*/
.mission-h3{
    margin-top:4rem;
    text-align: left;
    padding:0;
}
.mission{
    width:900px;
    margin: 0 auto;
    margin-bottom:2rem;
    }
    .mission p strong{
        font-size:1.2rem;
        line-height: 5rem;
    }
    .mission p{
        line-height: 2.6rem;
    }
    .mission-link{
        display:flex;
        justify-content: space-between;
        margin:3rem 0 5rem 0;
    }
    .mission-link a{
        text-decoration: none;
        color: #000;

    }
    .mission-link p{
        padding-right:3rem;
        width:275px;
        border-bottom: solid 1px #000;
                background-image: url(img/right.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 25px;
    }
    @media(max-width:980px){
        .mission{
            width:650px;
            margin:auto;
        }
        .mission-link{
            display: block;
        }
        .mission-link p{
            width: 100%;
            padding-left:1rem;
        }
    }
    
    @media(max-width:700px){
        .mission{
            width:100%;
        }
        .mission-link{
            display: block;
            margin:3rem 0 5rem 0;
        }
        .mission-title{
            width: 90%;
            margin:auto;
        }
        .mission p{
            width:90%;
            margin: auto;
        }
    }
    @media(max-width:429px){
.mission-h3{
margin-top: 2rem;
}
    }
    /*news*/
    .news{
        background-color:#fff;
    }
    .news-color{
        background-color:#f2f8ec;;
    }
    .news-back{
        width:900px;
        margin: 0 auto;
        padding-top:3rem;
        padding-bottom:1rem;
    }
    .news-h3{
        text-align: left;
        padding:0;
        margin-bottom:2rem;
    }
    .news-flex{
        display: flex;
        justify-content: space-around;
    }

    .news-text{
        margin:1rem 0;
    }
        .news-line{
        display: block;
    }
    .news-line a{
        color: #000;
    }
    .news-line img{
        width:280px;
        height: 180px;
        border-radius: 20px;
        margin-bottom:1rem;
    }
    .news-title{
        color: #000;
    }
    @media(max-width:980px){
        .news-back{
            width:650px;
        }
        .news{}
        .news-line{
            width: 240px;
        }
                .news-line img{
            width: 200px;
        }
    }
    @media(max-width:768px){
    .news-back{
        width:90%;

    }
    .news-flex{
                width:100%;
        display: block;

    }
        .news-line{
              margin: auto;
              margin-bottom:2rem;
        }
                .news-line img{
            width: 250px;
        }
}
@media(max-width:700px){

    .news-h3{
        text-align: center;
    }
}
/*cefity*/
.cefity{
width:900px;
margin: 0 auto;
padding-bottom:2rem;

}
.cefity2{
width:712px;
margin: 0 auto;
padding-bottom:2rem;

}
.cefity-h3{
    margin-top:4rem;
    margin-bottom: 2rem;
    text-align: left;
    padding:0;
}
.cefity-flex {
   display: flex;
  }
  .cefity-flex a{
    color: #000;
  }
    .cefity-flex a:hover{
    opacity: 0.6;
    transition: 0.7s;
  }
  .cefity-flex p{
    font-size: 0.9rem;
    padding-left:8px;
  }
  .cefity-flex img {
   border-radius: 10px;
   margin:0 8px;
   width: 160px;
   }
   .cefity-flex2 {
   display: flex;
   flex-wrap: wrap;
  }
  .cefity-flex2 a{
    color: #000;
  }
    .cefity-flex2 a:hover{
    opacity: 0.6;
    transition: 0.7s;
  }
  .cefity-flex2 p{
    font-size: 0.9rem;
    padding-left:8px;
  }
  .cefity-flex2 img {
   border-radius: 10px;
   width: 160px;
   }
   .item-1flex2{
    width:160px ;
    margin: 1rem 9px;
   }
  .item-1 img{
    width: 170px;
    margin-right:1.4rem;
  }
  .item-2{
    width: 170px;
    margin: auto;
    padding-top:2rem;
  }
    .item-2 img{
    width: 170px;
  }
  .cefity-link a{
    text-decoration: none;
    color: #000;

    
  }
  .cefity-link p{
    margin-top:3rem ;
    padding-right: 5rem;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    position: relative;
        background-image: url(img/right.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 25px;
    margin-bottom:5rem;
  }
  .cefity-link{

    position: relative;
    left:630px;
    width: 270px;

  }
  .cefity-link.-right{
    position:relative;
  }

@media(max-width:980px){
      .cefity-link{
        left: 320px;
      }
}
@media(max-width:768px){
.cefity2{
    width: 356px;
}
}
@media(max-width:700px){
    .cefity-h3{
        text-align: center;
    }
    .cefity-link {
        width: 300px;
        margin:auto;
    }
}

.arrow{
    line-height: 1;
    position: relative;
    background: #000;
}
.arrow::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #000;
    position: absolute;
    box-sizing: border-box;
}
.arrow.-right{
    width: 20px;
    height: 0.9px;
}
.arrow.-right::before {
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    top: 0%;
    right: -1px;
}
.ya{    width: 85px;
    height: 100px;
    margin: 5px;
    display: flex;
position: relative;
right:-240px;
bottom:20px
}
.ya-procedure{
    width: 80px;
    margin: 5px;
    display: flex;
position: relative;
right:-320px;
bottom:20px
}
.ya-mission{
    width: 80px;
    margin: 5px;
    display: flex;
position: relative;
right:-240px;
bottom:20px;

}
@media(max-width:980px){
    .ya-mission{
        right:-550px;
    }
    .cefity-flex img{
        width:200px;
    }
    .item-1 img{
        margin-bottom:1rem;
    }
    .item-1flex img{
        margin:0 2rem;
    }
  .cefity-link.-right{
    right:200px;
  }
}
@media(max-width:980px){
    .cefity{
        width:650px;
    }
    .cefity-flex {
      display: grid;
      grid-template-columns: repeat(2, 1fr); /* 2列のグリッド */
      gap: 10px; /* 要素間の隙間 */
      text-align: center;
    }
    .cefity-flex {
      /*width: 200px; /* 画像を親要素にフィットさせる */
      height: auto; /* アスペクト比を維持 */
      margin:auto;
    }
    .item-1 {
      grid-column: span 2; /* 1列目に1枚 */
    }
}
@media(max-width:700px){
    .cefity{
        width:100%;
        
        }
        .cefity-link{
            left:0;
        }
        .ya-procedure{
            width: 50px;
        }
            .cefity-flex img{
        width:160px;
        margin:0;
    }
}

/*.procedure*/
.procedure{
    width:900px;
    height: 280px;
    margin:0 auto;
    background-color: #fff;
    padding:1rem 0 2rem 0;
    position:relative;
    bottom:3rem;
    display: flex;
    border-radius: 12px;
    justify-content: space-between;
}
.procedure-h3{
    margin-top:1rem;
    margin-bottom: 2rem;
    text-align: left;
    padding:0;
    margin-left: 5rem;
}
.procedure-link{
    padding-top:4rem ;
    padding-right:4rem ;
}
.procedure-link a{
    text-decoration: none;
    color: #000;
    line-height: 3rem;
   
}
.procedure-link p{
     border-bottom: solid 1px #000;
     width: 360px;
             background-image: url(img/right.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 25px;
}
.back-negi{
    height: 300px;
    background-image: url(img/back-negi.jpg);
background-repeat: no-repeat;
background-position: bottom;
background-size: 100%;
}
@media(max-width:980px){
    .procedure{
    width:100%;

}
}
@media(max-width:700px){
    .procedure{
        width:90%;
        height:390px;
        display: block;
        bottom:2rem;
    }
    .back-negi{
        height: 450px;
         background-size: 500%;
    }
    .procedure-link{
        width: 350px;
        margin:auto;
        padding:0;
        padding-left: 1rem;
    }
     .procedure-link p{
        width: 300px;
        background-size: 20px;
     }
}
@media(max-width:400px){
    .procedure-h3{
        margin-left: 4rem;
    }
    .procedure-link {
        width:330px ;
    }
        .procedure-link p{
        width:280px ;
        font-size: 0.9rem;
    }
}
/*map*/
.map{
    background-color: #fff;
    text-align: center;
    padding:2rem 0;
}
.map-title{
    padding: 0;
    margin-bottom:2rem;
}
@media(max-width:700px){
    .map iframe{
        width:100% !important;
    }
    .map-title{
        text-align:center;
    }
}
.contact-h3{
    padding-top:5rem;
}

.contact{
    text-align:center;
}
.contact p{
    line-height: 2.5rem;
}
.contact-1{
    margin:1.5rem 0;
}
.contact-2{
    font-size:1.4rem;
    padding-bottom:5rem;
}
.span-1{
    border-bottom: solid 1px #000;
    padding-bottom:0.3rem;
}
.span-2{
    font-size:1.2rem;
}
.slide-arrow {
    background-color: #333;
    bottom: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
  }
  .prev-arrow {
    
    border-bottom: 10px solid #333;
    border-left: 0;
    border-right: 10px solid #fff;
    border-top: 10px solid #333;
  }
  .next-arrow {
    border-bottom: 10px solid #333;
    border-left: 10px solid #fff;
    border-right: 0;
    border-top: 10px solid #333;
  }
  .slick-prev img{
    width: 50px;
    position: absolute;
    top: 44%;
    outline: 0;
    z-index: 80000;
    left: 17%;
  }
  .slick-next img{
    width:50px;
    position: absolute;
    top: 44%;
    outline: 0;
    right: 17%;
    z-index: 80000;
  }

  button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
  }
  #wrapper {
    overflow: hidden;
  }
  
  .content_area{
    max-width: 100%;
    padding: 0 40px;
    margin: 0 auto;
  }
  
  .slick-list{
    overflow: visible;
  }
  
  .slick-item p {
    text-align: center;

    padding: 1%;
    position: relative;
  }
  .slick-item p img {
    width:100%;
  }
  
  .slick-prev, .slick-next{
    z-index:100;
  }
  .slick-prev:before, .slick-next:before{
    color:#75E1D6;
  }
  @media screen and (max-width:560px){
    .content_area{
      padding: 0 30px;
    }
    .slick-item p {
      font-size: 15px;
      line-height: 100px;
      margin: 5px;
      padding: 1.5%;
    }
  }
  @media(max-width:700px){
    .contact-1{
        width:85%;
        margin: auto;
        margin-bottom: 1rem;;
    }
    .contact-h3{
        text-align: center;
    }
  }
  /*footer*/
footer{
    background-color: #000;
    padding-top:2rem;
}
.footer-logo{
    text-align: center;
    margin-bottom:4rem;
}
footer img{
    width: 160px;
}
footer ul li a{
    color: #fff;
}
.footer-menu{
    width: 900px;
    margin:auto;
    padding:0;
    padding-bottom:4rem;
    display: flex;
    justify-content: space-between;
}
.footer-bottom p{
    color: #fff;
}
.footer-bottom{
    display: flex;
    justify-content: space-between;
    width:90%;
    margin:auto;
    margin-top:2rem;
    padding-bottom:3rem;
}
.footer-bottom img{
    width:50px;
    margin-left:1rem;
}
.bottom-right{
    text-align: right;
}
.footer-menu2{
    display: block;
    padding:0;
}
.footer-nav_item2{
display: block;
}
.footer-nav_item a{
    margin: 0;
    padding:0;
}

.footer-nav_item2 a{
    margin: 0;
    padding:0;
    font-size: 0.8rem;
    
}
li{
    list-style-type: none;
}
@media(max-width:950px){
    .footer-menu{
        width: 98%;
        margin: auto;
    }
}
@media(max-width:768px){
    .footer-menu{
        display: block;
        width: 70%;
    }
    .footer-nav_item{
        margin-top:1.2rem;
    }
    .footer-nav_item2{
        margin-bottom:0.5rem;
    }
    .footer-bottom{
        width: 70%;
        display: block;
    }
    .bottom-right{
        text-align: left;
        margin-top: 2rem;
    }
}
.img-block{
    width: 600px;
    margin:2rem 0;
}
.img-block-first img{
width: 600px;
}
.blandimg-flex img{
    width: 130px;
}
.blandimg-flex{
    margin:1rem 0;
    display: flex;
    justify-content: space-between;
}
.bland-item{
    width: 600px;
    margin:auto;
}
.bland-img img{
    width: 130px;
}
.bland-table{
    width: 600px;
    margin:2rem 0;
}
.bland-table th{
    color: #fff;
    background-color:#93BF5E ;
    border-color:#f2f8ec ;
    border-width: 3px;
}
.bland-table td{
    border-color:#f2f8ec ;
     border-width: 3px;
}
.introduce{
    line-height: 2rem;
}
.accordion{
    width: 300px;
   
}

.accordion-1 {
  max-width: 360px;
  margin: 0 auto 1em;
  background-color: #000;
}
.accordion-1 :first-child{
}
summary{
    font-size: 1.2rem;
}
.summary-inner{
    background-color: #f2f8ec;
}
.accordion-1 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

.accordion-1 summary::-webkit-details-marker {
  display: none;
}

.accordion-1 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  transition: transform .3s;
}

.accordion-1[open] summary::after {
  transform: rotate(225deg);
}

.accordion-1 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 0.5em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion-1[open] p {
  transform: none;
  opacity: 1;
}
.bland-flex{
    display: flex;
    background-color: #f2f8ec;
    padding-top:4rem;
    width: 1100px;
    margin:auto;
}
.bland-flex p{
    padding:0.4rem 0;
}
.bland-back{
    background-color: #f2f8ec;
}
.items-title{
    font-size: 1.8rem;
    font-weight: 500;
}
.strong{
    font-weight: 500;
    margin-bottom:1rem;
}
@media(max-width:1200px){
    .bland-img img{
        width: 100px;
    }
    .img-block-first img{
        width: 450px;
    }
    .bland-item{
        width:450px;
    }
    .bland-flex{
        width: 900px;
    }
    .accordion{
        width:260px;
    }
    .blandimg-width{
        width: 450px;
    }
    .blandimg-flex{
        flex-wrap: wrap;
        margin:1rem 0 0 0;
    }
        .blandimg-flex img{
        width:210px;
        margin-bottom:1.5rem;
        
    }
    .img-block{
        margin:2rem 0 0 0 ;
    }
    .bland-table{
        width: 450px;
    }
}
@media(max-width:950px){
    .bland-flex{
        display: block;
        width: 450px;
    }
    .accordion-1:last-child{
        margin-bottom:0;
    }
    .accordion{
        margin:auto;
        width: 360px;
    }
    .bland-img{
        width:100px;
        margin:auto;
    }
    .img-block{
        width: 450px;
    }
}
@media(max-width:500px){
        .bland-flex{
        width: 360px;
    }
        .img-block{
        width: 360px;
    }
    .bland-item{
        width: 360px;
    }
        .img-block-first img{
        width: 360px;
    }
    .blandimg-width{
        width: 360px;
    }
    .blandimg-flex img{
        width: 160px;
    }
    .bland-table{
        width: 360px;
    }
}
.single-post{
    width: 900px;
    margin:auto;
    padding-top:2rem;
}
.single-postfirst{
    width:  600px;
    margin:auto;
    margin-bottom:2rem;
}
.single-postfirst img{
    width: 600px;
    height: 450px;
}
@media(max-width:900px){
.single-post{
    width: 90%;
}
}
@media(max-width:600px){
    .single-post{
        width: 90%;
    }
    .single-postfirst{
width: 360px;
    }
    .single-postfirst img{
    width: 360px;
    height: 280px;
}
}
.yazi a{
   display: inline-block;
  position: relative;  
}
.yazi a::before {
  background-color: #626262;
  bottom: 0;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  content: "";
  height: 15px;
  margin: auto;
  position: absolute;
  right: -17px;
  top: 0;
  width: 14px;
}
.pagination2{
     color: #585757;
       display: inline-block;
  position: relative;  
}
.pagination2::before{
      background-color: #626262;
  bottom: 0;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  content: "";
  height: 15px;
  margin: auto;
  position: absolute;
  right: -3px;
  top: 0;
  width: 14px;
}
.fixation-body .pagination{
    color: #585757;
}
.fixation-body  li{
    color: #585757;
}
.about-table{
    display: flex;
}
.about-table table{
    width: 40%;
}