.sp{
    display: none;
}

body{
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
}

h2 {
    font-size: 30px;
    font-weight: 700;
    color:#202821;
}

h3 {
    font-size: 20px;
    font-weight: 500;
    color: #202821;
}

.inner {
    padding: 0 30px;
    text-align: center;
}

.wrap {
    background: url(../images/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding-top: 50px;
}

.container {
    width: 1080px;
    margin: 0 auto;
    background: #fff;
}

header {
    height: 100px;
    background: url(../images/head_bg.png)no-repeat;
    background-position: right bottom;
}

header a {
    display: flex;
    height: 100%;
    align-items: center;
    margin-left: 20px;
}

.bgG {
    position: relative;
    background: #F0F7E7;
}

.bgG:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 30px;
    top: -30px;
    background: #fff;
    background-image: url(../images/wave_u.png);
    background-position: center;
}

.bgG:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: -30px;
    background: #fff;
    background-image:url(../images/wave_d.png);
    background-position: center;
}

.col3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.box {
    box-sizing: border-box;
    width: 320px;
    padding: 20px 30px;
}

.main {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAABhJREFUGFdj/HIr5z+P2hRGBiiAM4gXAAAD4QQF9xIk6AAAAABJRU5ErkJggg==) ,url(../images/toppc.jpg);
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 1080px;
    height: 500px;
    position:relative;
}

.main h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}

nav {
    background: #3a7f43;
    height: 80px;
}

nav ul {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav ul li {
    margin-right: 50px;
}

nav ul li:last-child {
    margin: 0;
}

nav ul a {
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    position:relative;
}

nav ul a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

nav ul a:hover::after {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

#info {
    padding: 30px 0;
}

#info ul {
    margin: 30px auto;
    width: 864px;
}

#info ul li {
    padding: 15px;
    border-bottom: 1px solid #202821;
}

#info ul li:last-child {
    border: none;
}

#info ul li a {
    color: #5d7a61;
    transition: .3s;
}

#info ul li a:hover {
    opacity: 0.5;
}

#info ul li div {
    display: inline-block;
    vertical-align: middle;
}

.date {
    width: 25%;
}

.title {
    width: 75%;
    text-align: left;
}

a.button {
    display: inline-block;
    padding: 12px 0;
    font-size: 20px;
    font-weight: 700;
    background: #e8c52e;
    text-decoration: none;
    color: #fff;
    width: 220px;
    border-radius: 27px;
    position:relative;
    transition:.3s;
}

.arrow:after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.25em;
    height: 0.25em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}

a.button:hover{
    opacity:.5;
}


#twitter {
    margin: 30px 0;
    padding: 20px 0;
}

.tw-con{
    width:850px;
    margin: 30px auto;
    z-index: 1;
    border: 1px solid #3A7F43;
    border-radius: 10px;
}

.tw-box {
    z-index: 1;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    width: 850px;
    height: 250px;
    padding: 10px;
    overflow: scroll;
    box-sizing: border-box;
    border: 10px solid #fff;
    border-radius: 10px;
    background: #fff;
    overflow-x: hidden;
}

.tw-box::-webkit-scrollbar {
    width: 15px;
}

.tw-box::-webkit-scrollbar-track {
    background: #fff;
    margin:3px;
}

.tw-box::-webkit-scrollbar-thumb {
    background: #3a7f43;
}
.tw-box::-webkit-scrollbar-thumb:hover {
    background: #3a6f40;
}
.tw-box::-webkit-scrollbar-thumb:active {
    background: #235429;
}

.tw-box::-webkit-scrollbar-button:single-button {
    background:none;
    display: block;
    border-style: solid;
    height: 12px;
    width: 15px;
}
    
.tw-box::-webkit-scrollbar-button:single-button:vertical:decrement {
    border-style: solid;
    border-width: 0 7.5px 8px 7.5px;
    border-color: transparent transparent #3a7f43 transparent;
}

.tw-box::-webkit-scrollbar-button:single-button:vertical:increment {
border-style: solid;
border-width: 8px 7.5px 0 7.5px;
border-color: #3a7f43 transparent transparent transparent;
}

#map {padding: 30px 0;}

#map p {
    margin-top: 30px;
    margin-bottom: 10px;
}

#map img {width: 560px;}

#map a {transition: 0.4s;}

#map a:hover {opacity: 0.6;}


#shotengai {
    margin: 30px auto;
    padding: 15px 0;
}

#shotengai .col3{
    margin-top: 30px;
}

#shotengai .col3:after {
    content: '';
    width: 320px;
    height: 0;
}

#shotengai .col3 .box{
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #24380930;
    display: flex;
    flex-direction: column;
}

.box img {
    width: 100%;
}

.box h3{
    margin-top:10px;
}

.box p {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    margin-top: 10px;
}

.des {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.sns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 112px;
    background: #C7D6B2;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 10px;
}

.sns p {
    text-align: center;
    margin: 0;
}

.sns a {
    position: relative;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #202821;
    text-decoration: none;
    transition: 0.4s;
}

.sns a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #202821;
    height: 1px;
    width: 0%;
    transition: 0.4s;
}

.sns a:hover{color:#287f33;}

.sns a:hover:after {
    width: 100%;
    background:#287f33;
}

#shotengai.bgG:after {
    background: #3A7F43;
    background-image:url(../images/wave_d.png);
}


#contact {
    background: #3A7F43;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 60px;
}

#contact h2{
    color:#fff;
    margin-top:30px;
}

#contact p {
    font-size: 65px;
    font-weight: 700;
    letter-spacing: 3;
}

#contact span {
    color: #202821;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: normal;
}


footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    background: #666;
    color: #fff;
    font-size: 20px;
    margin-top: 100px;
}

@media screen and (max-width: 1080px){
    .container {
        width:100%;
    }
    .wrap{
        padding:0;
    }

    .main{
        width:100%;
        background-position: center;
    }
    footer{
        margin-top:0;
    }
}

@media screen and (max-width: 900px){
    header{background:#fff;}
    header img {width: 50%;}
    .nav{display: none;}

    .main{height:520px;}

    #info ul{width:100%;}
    #info ul li a{
        display: block;
        margin-top: 5px;
    }

    #info ul li div {
        display: block;
        width: 100%;
        text-align: center;
    }

    .tw-con{
        width:100%;
    }
    .tw-box{
        width:100%;
        height: 468px;
    }

    #map img {
        width: 100%;
    }

    /*menu*/
    .menu {
        display: block;
        top: 15px;
        right: 15px;
        position: fixed;
        width: 70px;
        height: 75px;
        z-index: 3;
        background: #3a7f43;
        border-radius: 5px;
    }
      .menu i {
        display: block;
        width: 40px;
        height: 3px;
        border-radius: 3px;
        background-color: #fff;
        position: absolute;
        transition: transform .5s, opacity .5s;
        left: 15px;
    }
    .menu i:nth-child(1) {
        top: 16px;
    }
    .menu i:nth-child(2) {
        top: -15px;
        bottom: 0;
        margin: auto;
    }
    .menu i:nth-child(3) {
        bottom: 30px;
    }
    .menu i:last-of-type::after {
        content: 'MENU';
        line-height: 2.2em;
        font-size: 15px;
        color: #fff;
        font-style: normal;
    }

      .menu.show i:nth-child(1) {
        transform: translateY(13px) rotate(-45deg);
      }
      .menu.show i:nth-child(2) {
        opacity: 0;
      }
      .menu.show i:nth-child(3) {
        transform: translateY(-13px) rotate(45deg);
      }
      .menu.show i:nth-child(3)::after {
        content: 'CLOSE';
        position: absolute;
        top: 5px;
        left: 17px;
        transform: translateY(0) rotate(-45deg);
    }

    .nav {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s, visibility 0.5s;
    }
    .nav.show {
        display: block;
        opacity: 1;
        visibility: visible;
        z-index: 2;
    }
      .menu_ul {
        flex-direction: column;
    }
    .menu_li {
        width: 80%;
        text-align: center;
        margin: 0;
        padding: 15px;
        border-bottom: 1px solid #fff;
    }
    .menu_li:last-of-type{border:none;}
}

@media screen and (max-width: 720px){
    header img {
        width: 60%;
    }
    .box{width:100%;}
}

@media screen and (max-width: 560px){
    header{height:85px;}
    .menu{
        width:50px;
        height:55px;
    }
    .menu i{
        width:32px;
        left: 9px;
    }
    .menu i:nth-child(1) {
        top: 10px;
    }
    .menu i:nth-child(2) {
        top: -13px;
    }
    .menu i:nth-child(3) {
        bottom: 22px;
    }
    .menu i:last-of-type::after{
        font-size:12px;
    }
    .menu.show i:nth-child(1) {
        transform: translateY(7px) rotate(-45deg);
    }
    .menu.show i:nth-child(3)::after{left:14px;}

    h1 img {
        width: 90vw;
    }
    .bgG:before {
        height: 33px;
        top: -33px;
        background-image: url(../images/wave_sp_u.png);
    }
    
    .bgG:after {
        height: 33px;
        bottom: -33px;
        background-image:url(../images/wave_sp_d.png);
    }

    #shotengai.bgG:after {
        background: #3A7F43;
        background-image:url(../images/wave_sp_d.png);
    }

    #contact{
        padding-top: 15px;
        padding-bottom:30px;
    }

    #contact img {width: 75px;}

    #contact h2 {font-size: 24px;}

    #contact p {font-size: 40px;}
    
    #contact a {
        text-decoration: none;
        color: #fff;
    }

    #contact span {font-size: 16px;}
    

    footer{
        height:85px;
    }
}

/*220928*/
.mainInfo {
    height: 250px;
    background-position: bottom;
}

.mainInfo h1{
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    background: #3A7F43;
    padding: 0.1em 1em;
}

@media screen and (max-width: 500px){
    .mainInfo h1 {font-size: 8.3vw;}
}

/*infoList*/
.infoList ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.infoList a {
    display: block;
    text-decoration: none;
    color: #4c5b4a;
    transition: .5s;
    border-bottom: 1px solid #202821;
}

.infoList a:last-child {
    border: none;
}

.infoList a:hover{background:#d7e7ce;}

.infoList img{
    height:140px;
}

.titleBox{
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: 1em;
}

.titleBox span {
    font-size: 1.2em;
    color: #5d7a61;
}

#info.infoList ul li a{
    margin:0;
}

@media screen and (max-width: 500px){
    .infoList ul li{flex-direction: column;}
    .titleBox{
        text-align: center;
        margin-top: 1em;
        margin-left:0;
        padding: 0 10px;
    }
}
