@charset "UTF-8";

body {
    margin: 0 auto;
    /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000;
    align-items: center;
}

header{
    height: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    background-color: #fff;
}

.header-lead{
    height: auto;
    position:static;
}



.logo{
    /* width: ; */
    display: flex;
    align-items: flex-end;
    float: left;
}


.sitelink {
    /* width: 40%;
    height: 100%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center; */
    width: auto;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    /* padding: 0 0 0 5%; */
}

.sitelink img{
    max-width: 300px;
    max-height: 40px;
}

.nav-wrapper{
    position: fixed;
    width: 100%;
    height: 100px;
    background-color: #fff;
    display: flex;
    justify-content: center;
  }
  
  .nav-wrapper-inner{
    position: fixed;
    width: 85%;
    max-width: 1280px;
    top: 0;
    z-index: 10000;
    background-color: #fff;
    display: flex;
    align-items: flex-end;
    height: 100px;
    justify-content: space-between;
    margin: 0 auto;
  }

.nav{
    width: 60vw;
    display: flex;
    align-items: end;
    /* position: absolute;
    top: 0;
    right: 0; */
}



nav{
    width: 100%;
    align-items: center;
    text-align: center;
    }
    nav ul{
    margin: 0 ;
    padding: 0 ;
    background-color: #fff;
    height: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    }
    nav li{
        list-style: none;
        display: inline-block;
        width: auto;
        padding: 0 25px;
        }
    nav li:last-child{
        padding-right:0;
        }
        
    nav a{
    text-decoration: none;
    color: #4b4b4b;
    line-height: 50px;
    font-size: 14px;
    }
    nav a.current{
    color: #00B0F0;
    }
    nav a:hover{
    color:#F7CB4D;
    }
  
    nav li a{
      display:block;
    }


.site_title{
    color: #747474;
    /* color: #000; */
    margin: 0 0 5px 0;
    padding-left: 10px;
}



.wrapper{
    /* width: 80%; */
    margin: 0 auto;
    /* padding-bottom: 150px; */
    /* background-color: #F8F8F8; */
}

.arrow{
width: 20px;
height: 20px;
background-image: url(../image/arrow_r.svg);
background-repeat: no-repeat;
}

.wrap:hover .arrow{
    background-image: url(../image/arrow_r_hover.svg);
}

/* 追従ボタン */

.fixed_btn { 
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99999; /* 他の要素の下に隠れないように全面配置させます */
    /* padding: 6px 40px; */
    cursor: pointer;
    }
  
    .pagetop {
      display: none;
      position: fixed;
      bottom: 30px;
      right: 15px;
  }
  .pagetop a {
      display: block;
      text-align: center;
      font-size: 12px;
      text-decoration: none;
      padding: 5px 10px;
      filter:alpha(opacity=50);
      -moz-opacity: 0.5;
      opacity: 0.5;
  }
  .pagetop a:hover {
      display: block;
      background-color: #b2d1fb;
      text-align: center;
      color: #fff;
      font-size: 12px;
      text-decoration: none;
      padding:5px 10px;
      filter:alpha(opacity=50);
      -moz-opacity: 0.5;
      opacity: 0.5;
  }

  @media (max-width:1024px){
    
  }
  

@media (max-width:1000px){
    header {
        height: 75px;
        width: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
    }

    .gjtaro-sp{
        text-align: center;
        display: block;
        height: 150px;
        margin: 40px auto;
        }

}

/* メインここから---------------------------------------------------------- */




/* PC用ここから---------------------------------------------------------- */
main {
    /* margin: 75px 0 0; */
    width: 85%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

main p{
    color: #404040;
    /* color: #000; */
    font-size: 0.85em;
    line-height: 160%;
}

main a{
color: #027D32;
}

.main_lead{
    margin-bottom: 40px;
    background-color: #F8F8F8;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.main_lead-inner{
    max-width: 1280px;
    margin: 0 auto;
    padding: 120px 0 50px 0;
    width: 85%;
}

.lead-f{
    font-size: 1.3em;
    /* font-size: 32px; */
    color:#027D32;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 60px;
}
.lead-s{
    color: #404040;
    /* font-size: 24px; */
    /* padding-top: 10px; */
        font-size: 1em;
        line-height: 1.8em
}


h1{
    color:#027D32;
    font-size: 2.5em;
}

h2{
    color:#027D32;
    font-size: 2em;
    line-height: 130%;
    margin-top: 70px;
}

#h2_sns{
    letter-spacing: 0.2em;
}

h3{
    color:#747474;
    font-size: 0.8em;
    font-weight: bold;
    max-width: 100%;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.kaigyou{
    display: inline-block;
}

.title_underline{
    width: 100%;
    height: 5px;
    background-color: #C7C7C7;
    background: linear-gradient(90deg, #027D32 0%, #027D32 10%, #C7C7C7 10%, #c4d7d1 100%);
    margin-bottom: 50px;
}

.card-container:last-child{
    display: flex;
    flex-direction: column;
}

.card-container a{
    text-decoration: none;
}



.wrap{
    display: flex;
    width: calc(100% / 3);
    min-height: 350px;
    border:1px solid #C7C7C7;
    margin-left: -1px;
    flex-direction: column;
    transition: all .3s;
    cursor: pointer;
}

.wrap a{
    text-decoration: none;
    display: block;
    height: auto;
}

.wrap:hover{
	top:-3px;
	box-shadow: 0 40px 40px rgba(0, 0, 0, 0.3);
}

.wrap-empty{
    display: flex;
    width: calc(100% / 3);
    /* min-height: 440px; */
    height: autp;
    /* border:1px solid #C7C7C7; */
    margin-left: -1px;
justify-content: center;
align-items: center;
}
.container-3{
    width: 100%;
    display: flex;
    /* flex-direction: column; */
}
.container-4{
    width: 100%;
    display: flex;
}



.container-3 div{
    float: left;
}

.container-3 a{
text-decoration: none;
}
.container-4 div{
float: left;
}

.container-4-sp{
    display: none;
}



.wrap_title{
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 10px auto 0;
    cursor: pointer;
    align-items: center;
    padding-left: 10px;
}



.wrap_left{
    width: 100%;
    /* height: 40%; */
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.container-4 .wrap_left{
    width: 100%;
    height: 30%;
    min-height:195px;
    background-color: #FCFAFA;
    /* background-color: #da4a4a; */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.container-4 .wrap_left{
    width: 100%;
    height: 165px;
    background-color: #FCFAFA;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.wrap_left2{
    display: none !important; 
}

.wrap_left img{
margin: 0 auto;
/* width: fit-content; */
/* height: auto; */
overflow: hidden !important;
background-color: #FCFAFA;
width: 100%;
}

.container-4 .wrap_left img{
    margin: 0 auto;
    width: 90px;
    height: 90px;
    overflow: hidden !important;
    background-color: #FCFAFA; 
}

  .youtube img{
      width: 80% !important;
      height: auto !important;
  }
  .tiktok img{
    width: 80% !important;
    height: auto !important;
  }
  .line img{
    width: 80% !important;
    max-width: 162px;
    height: auto !important;
  }
   

.wrap-empty img{
    width: 60%;
}

.wrap_txt{
width: 90%;
display: flex;
flex-direction: column;
justify-content: left;
margin: 0 auto;
}

.wrap_txt p{
    color: #747474;
    font-size: 0.8em;
    width: 95%;
    margin: 0 auto;
    padding: 0 0 20px 0;
}
/* .container-4 .wrap_txt p{
    font-size: 13px;
} */

header {
    /* height: auto; */
    /* width: 100%;
    height: 40px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    z-index:10000;
    display: flex;
    justify-content: center;
    align-items: center; */
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    background-color: #fff;
}

header img {
    height: 2.7em;
    margin-top: 8px;
    /* margin-left: 10px; */
}

hr{
    clear: both;
}


  .gjtaro{
  position: absolute;
  right: 50px;
  bottom: -50px;
  height: 100px;
  }
  
  
  .site_title{
    color: #747474;
    margin: 0 0 5px 0;
    padding-left: 10px;
  }
  @media (max-width:1024px){
    .sitelink img{
        height: 30px;
        width: auto;
        }
    }

@media (max-width:1000px){

    h2{
        color:#027D32;
        font-size: 1.3em;
        line-height: 150%;
        margin-top: 50px;
    }

    h3{
        color:#747474;
        font-size: 0.8em;
        margin:0;
        font-weight: bold;
        max-width: 100%;
        line-height: 1.3em;
    }

    main p{
        color: #747474;
        font-size: 0.6em;
    }


    header {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin: 0 auto;
        /* height: auto; */
    }



    .nav-sp{
        height: 80px;
        padding: 10px 0;
        background-color: #fff;
        width: 100%;
        box-sizing: border-box;
    }

    .logo{
        width: 10%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        float: left;
        padding: 10px;
    }

    .logo img{
        margin: 0;
    }

.site_title{
    color: #000;
    padding-left: 10px;
    font-size: 1em;
    width: 210px;
}
    
    .nav-wrapper{
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 10000;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding: 20px 0;
    }
    
    
    .wrap_left{
        width: 100%;
        height: auto;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    
    .wrap_txt{
        max-width: 100%;
        padding: 0;
    }

    .wrap_txt p{
        max-width: 100%;
        word-break: break-all;
    }

    .main_lead{
        margin-bottom: 40px;
        background-color: #F8F8F8;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .main_lead-inner{
        max-width: 1280px;
        width: 85%;
        margin: 0 auto;
        padding: 80px 80px 80px 80px;
    }

    /* .container-4 .wrap_txt p{
        font-size: 0.8em;
        line-height: 1.2em;
    } */
    
        .wrap_title{
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    /* .container-4-sp{
        display: block;
    } */
/* snsエリアpc用を非表示 */
    /* .container-4{
        display: none;
    } */

    hr{
        margin: 20px 0;
    }

    
    
    .youtube img{
        width: 100% !important;
        height: auto !important;
        max-width: 30%;
    }
    .tiktok img{
      width: 100% !important;
      height: auto !important;
      max-width: 30%;
    }

    .sp-sns{
        display: flex;
        flex-direction: column;
    }

    .sp-snsblock{
        display: flex;
        flex: 1 1 auto;
    }

    .sp-snsblock a{
     text-decoration: none;
     max-height: 100px;
    }

    .sp-snsimg{
        width: 30vmin;
        height:30vmin;
        border: 1px solid #C7C7C7;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sp-snsimg img{
        min-width: 80px;
    }

    .sp-snstxt p{
        font-size:13px;
        padding: 5px 0;
        margin: 0;
    }

    .sp-snstitle{
        display: flex;
        justify-content: space-between;
    }

    .sp-sns{
        display: flex;
        flex-direction: column;
    }

    .sp-snsblock{
        display: flex;
        flex-direction: column;
        /* flex: 1 1 auto; */
        justify-content: space-between;
        width: 90%;
        margin: 0 auto;
    }

    .sp-snsblock a{
        display: flex;
        align-items: center;
     text-decoration: none;
     gap: 30px;
    }


    .sp-snsimg{
        /* width: 25vmin;
        height: 25vmin; */
        width: 130px;
        height: 15vmin;
        border:none;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 10px;
    }
    

    .sp-snsimg img{
        min-width: 50px;
        height: 50px;
    }

    /* .youtube,.tiktok{
        max-width: 100px;
    } */


    .sp-snstxt{
        box-sizing: border-box;
        font-size: 1em;
        line-height: 1em;
        padding: 5px 0;
    }

    .sp-snstitle{
        width: 100%;
        display: flex;
        justify-content: space-arou;
    }


    .youtube img{
        width: 100% !important;
        height: auto !important;
    }
    .tiktok img{
        width: 100% !important;
        height: auto !important;
    }
        /* spスライド ----------------------------------*/
        .nav-open{
            width: auto;
            height: 60px;
            display: flex;
            justify-content: end;
            align-items: center;
            float: right;
            /* padding-right: 40px; */
            }
    
        /*ボタン内側*/
    .openbtn span{
        display: inline-block;
        transition: all .4s;/*アニメーションの設定*/
        position: absolute;
        /* left: 14px; */
        right: 7.5%;
        height: 3px;
        border-radius: 2px;
        background: #747474;
          width: 25px;
      }
    
    .openbtn span:nth-of-type(1) {
        /* top:15px;	 */
        top:30px;	
    }
    
    .openbtn span:nth-of-type(2) {
        /* top:23px; */
        top:38px;
    }
    
    .openbtn span:nth-of-type(3) {
        /* top:31px; */
        top:46px;
    }
    
    /*activeクラスが付与されると線が回転して×に*/
    
    .openbtn.active span:nth-of-type(1) {
        /* top: 18px; */
        top: 33px;
    
        /* left: 18px; */
        transform: translateY(6px) rotate(-45deg);
        width: 25px;
    }
    
    .openbtn.active span:nth-of-type(2) {
        opacity: 0;/*真ん中の線は透過*/
    }
    
    .openbtn.active span:nth-of-type(3){
        /* top: 30px; */
        top: 45px;
        /* left: 18px; */
        transform: translateY(-6px) rotate(45deg);
        width: 25px;
    }
    
        nav{ display: none; }

        .sitelink {
            width: auto;
            height: 100%;
            float: left;
            text-align: center;
            box-sizing: border-box;
            padding: 0 0 0 7.5%;
            display: flex;
            align-items: center;
            justify-content: left;
            }
        
        .sitelink img{
            height: 30px;
            width: auto;
            }

            header img {
                height: 30px !important;
                margin-top: 8px;
            }
    
}
/* Navbar & Navmenu color */
:root {
    --background-navbar: #fff;
  }
/* SP用ここから------------------------------------------------------------- */
@media (max-width:960px){


    .menu{
        width:  100%;
    }


    header{
        /* height: auto; */
    }
    header {
        height: 60px;
        width: 100%;
        margin: 0;
        background-color: #fff;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: center;
        background: var(--background-navbar);
        position: fixed;
    }

    p{
        line-height: 1.8em;
    }

    h1{
        font-size: 1.3em;
    }

    h2{
        margin-top: 80px;
    }

    #h2_gajumale{
        margin-top: 50px;
            }

    /* #h2_sns{
        margin-top: 100px;
    } */

    h3{
        color:#747474;
        font-size: 1em;
        letter-spacing: 1px;
        margin:0;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        font-weight: 700;
        font-style: normal;
    }





    /* .logo{
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        float: left;
        padding: 10px;
    }

    .logo img{
        margin: 0;
    } */

    .openbtn span{
        right: 7.5%;
      }


    .sitelink {
        width: 40%;
        height: 100%;
        float: left;
        text-align: center;
        box-sizing: border-box;
        padding: 0 0 0 7.5%;
        display: flex;
        align-items: center;
        justify-content: left;
        }
    
    .sitelink img{
        height: 30px;
        width: auto;
        }


    .site_title{
        color: #000;
        padding-left: 10px;
        font-size: 1em;
        width: 210px;
    }

    .wrapper{
        width:100%;
        margin: 0 auto;
    }


    .title_underline{
        margin: 25px auto;
    }

    /* .title_underline_sns{
        margin: 25px auto 0;
    } */


    .main_lead{
        height: auto;
        text-align: left;
    }

    .main_lead-inner{
        max-width: 1280px;
        width: 85%;
        margin: 0 auto;
        padding:50px 0 50px;
    }

    .lead-f{
        color: #4B4B4B;
        font-size: 1em;
        margin: 0;
        padding: 20px 0;
    }
    .lead-s{
        font-size: 0.8em;
    }
    
    main {
        margin: 75px 0 100px;
        width: 85%;
        margin: 0 auto;
    }

    .container-3{
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .container-4{
        /* display: none; */
        display: flex;
        flex-direction: column;
        gap: 25px;
    }


    .youtube img{
        width: 100% !important;
        height: auto !important;
        max-width: 30%;
    }
    .tiktok img{
      width: 100% !important;
      height: auto !important;
      max-width: 30%;
    }

    .wrap{
        flex-direction: column;
        display: flex;
        width: 100%;
        height: auto;
        margin: 0 auto;
        border-radius: 4px;
        min-height: auto;
    }
    .wrap-empty{
        display: none;
    }

    .wrap_left2 img{
        width: 80%;
        margin: 10px 0 30px 0;
    }
    .icon-img img{
        width: 30%;
        margin: 30px 0;
    }

    .icon-img2 img{
        width: 50%;
        margin: 30px 0;
    }

    .icon-img3 img{
        width: 50%;
        margin: 40px 0;
    }
    .eventimg{
        width: 80%;
    }
    .wrap_title{
        width: 95%;
        padding: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .wrap_txt{
        width: 100%;
        margin: 0 auto;
        padding: 40px 0;
        gap: 40px;
    }
    
    .wrap_txt p{
        max-width: 100%;
        word-break: break-all;
        padding: 0;
        width: 95%;
        margin: 0 auto;
        font-size: 0.8em;
    }

    hr{
        margin: 5px 0;
    }
    /* spリード文 */



/* spスタートボタン */

/* header {
    height: 80px;
    width: 100%;
    margin: 0;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    background: var(--background-navbar);
} */




  li p{
  padding: 0 5%;
  }

   header{
    position: fixed;
    top: 0;
    }
.header-lead{
    width: 100%;
    height: auto;
    position:static;
    padding: 60px 0 0 0;
}

    header ul{
    margin: 0 ;
    padding: 0 ;
    background-color: #fff;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    }
    header li{
    list-style: none;
    width: 100%;
    border-right:2px solid #D9D9D9;
    width: 100%;
    text-align: left;
    display:flex;

    justify-content: space-between;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    }
    header li{
    border-bottom:2px solid #D9D9D9;
    border-right:none;
    }
    
    header li a{
    text-decoration: none;
    color: #4b4b4b;
    font-size: 20px;
    font-weight: bold;
    padding: 10px ;
    display: inline-block;
    text-align: left;
    width: 100%;
    }
    header li a.current{
    color: #00B0F0;
    }
    header li a:hover{
    color:#F7CB4D;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    }


.pconly{
    display: none !important; 
}
.sponly{
    display:block !important;
}

}

@media (max-width:768px){
    .wrap_txt{
        padding: 15px 0;
        gap: 15px;
    }
    .youtube img{
        width: 100% !important;
        height: auto !important;
        max-width: 40%;
    }
    .tiktok img{
      width: 100% !important;
      height: auto !important;
      max-width: 40%;
    }

    .sitelink {
        width: 60%;
    }

}

@media (max-width:400px){

    h3{
        color:#747474;
        font-size: 1em;
        letter-spacing: 1px;
        margin:0;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        font-weight: 700;
        font-style: normal;
    }
    .sp-snsimg{
        /* width: 160px;
        height: 140px; */
        width: 25vmin;
        height: 25vmin;
        border:none;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 10px;
    }
    .sp-snsimg img{
        min-width: 50px;
    }




    .sp-snstxt{
        box-sizing: border-box;
        font-size: 1em;
        line-height: 1em;
        padding: 10px 0;
    }
    .wrap {
        min-height: auto;
    }
    .wrap_txt{
        width: 90%;
        margin: 0 auto;
        padding: 20px 0;
        gap: 20px;
    }
    .wrap_txt p {
        font-size: 0.7em;
    }

    .youtube img{
        width: 100% !important;
        height: auto !important;
        max-width: 60%;
    }
    .tiktok img{
      width: 100% !important;
      height: auto !important;
      max-width: 60%;
    }


}
/* SP用ここまで */
/* フッターここから------------------------------------------------------------- */

footer {
    height: 69px;
    background-color: #027D32;
    display: flex;
    margin-top: 150px;
}

footer .copyright {
    margin: auto;
}

footer .copyright p {
    color: #fff;
    padding: 0 10px ;
}
.sponly{
    display:none !important;
}
  .pconly{
    display: block !important; 
}



@media (max-width:1000px){

.sponly{
    display:block !important;
}
  .pconly{
    display: none !important; 
}
}



@media (max-width:768px){
    .sponly{
        display:block !important;
    }
      .pconly{
        display: none !important; 
    }
    footer{
        /* margin: 0; */
        margin-top: 100px;
    }

    footer .copyright {
        margin: auto;
        font-size: 16px;
    }
    footer .copyright p {
        color: #fff;
        font-size: 13.5px;
        margin: 0 ;
        text-align: center;
    }
}

html {
    scroll-behavior: smooth;
    transition: .3s;
  }

