html {
    width:100%;
    height:100%;
    overflow: auto;
}
body {
    font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    color: #333;
    height:100%;
    background-color: #fff;
    margin: 0;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
a {
    color: #946400;
	text-decoration: none;
}
a:hover {
    color: #009B40;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.breadcrumbs {
    margin-bottom: 20px;
    font-size: 0.8em;
}
.flex-control-paging li a.flex-active {
    background-color: #009B40 !important;
    cursor: default;
}
.flex-control-paging li a {
    background-color: #ccc !important;
}
.metaslider .flexslider {
    margin: 0 0 30px 0 !important;
}


.titlearw {
    position: absolute;
    top: -21.5px;
    left: -1px;
    padding: 1px 15px 0 15px;
    border: 1px solid #009B40;
    background-color: #009B40;
    font-size: 24px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: normal;
    color: #fff;
}
/*
.titlearw:before {
    content: " ";
    border-color: transparent #1AA696;
    border-width: 21px 0 21px 28px;
    border-style: solid;
    top: -1px;
    left: auto;
    right: -28px;
    position: absolute;
    background-color: transparent;
}
.titlearw:after {
    content: " ";
    border-color: transparent #1AA696;
    border-width: 21px 0 21px 28px;
    border-style: solid;
    top: -1px;
    left: auto;
    right: -27px;
    position: absolute;
    background-color: transparent;
}
*/

.ico {
    height: 16px;
    width: auto;
    vertical-align: top;
    margin-right: 3px;
}


#container {
	width: 100%;
    max-width: 980px;
	position: relative;
    background-color: #fff;
    margin: 0 auto;
    padding: 0 20px;
}

/* :void isobar
#container header {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0 0 25px 0;
    box-sizing: border-box;
}
#container header .logo {
    position: absolute;
    right: 0;
    width: 15%;
}
#container header h1 {
    width: 22.45%;
    padding: 0 0 23px;
}
#container header #searchField {
    position: absolute;
    top: 8px;
    right: 22%;
    width: 30%;
}
#container header #searchField .gsc-control-cse {
    background-color: inherit;
    border: none;
}
#container header nav.mainmenu {
    background-color: #009B40;
    height:47px;
    margin: 0 -500%;
    padding: 0 500%;
}

#container header nav.mainmenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    vertical-align: middle;
}
#container header nav.mainmenu ul li {
    width: 25%;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}
#container header nav.mainmenu ul li:first-child {
    border-left: 1px solid #fff;
}
#container header nav.mainmenu ul li a {
    height: 47px;
    width: 100%;
    color: #fff;
    font-size: 1.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#container header nav.mainmenu ul li a:hover {
    text-decoration: none;
    background-image: -webkit-linear-gradient(top, #05A251, #008D2B);
    background-image: linear-gradient(to bottom, #05A251, #008D2B);
}
*/

.slider {
    margin-bottom: 40px;
}
.slider ul li p {
    position: absolute;
    top: 25.11%;
    left: 4.08%;
}
.slider ul li a {
    color: #fff;
    font-size: 1.1em;
    line-height: 1.5;
}
.slider ul li a p span {
    display: inline-block;
    margin-left: -0.5em;
}

/*
.sns {
    margin-bottom: 30px;
    position: absolute;
    right: 0;
    top: 15px;
    width: 20.4%;
}
.sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.sns ul li {
    display: block;
    margin-left: 10px;
    width: 24%;
}

*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex.between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.nfbox {
    margin-bottom: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news {
    border: solid 1px #999;
    width: 58.77%;
    margin-right: auto;
    position: relative;
    padding: 35px 15px 20px 20px;
    box-sizing: border-box;
    height: 220px;
}
.news h2 {
}
.news .wrap {
    overflow-y: auto;
    box-sizing: border-box;
    height: 165px;
}
.news dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.9em;
    line-height: 1.3;

}
.news dl dt {
    width: 25%;
    margin-right: auto;
    margin-bottom: 8px;
    color: #4E9C85;
}
.news dl dd {
    width: 75%;
    margin-bottom: 8px;
    padding-left: 1.2em;
    text-indent: -1.2em;
    box-sizing: border-box;
}
.news dl dd a {
    color: #231816;
}
.news dl dd a:hover {
    color: #009B40;
}

.movie {
    width: 39.79%;
}
.moviewrap iframe{
    width: 100%;
}

.fbbox {
    width: 36.73%;
}
.fbbox h2 {
    background-color: #3B5998;
    color: #fff;
    padding: 3px 0 3px 7px;
    font-size: 1.2em;
    font-weight: normal;
}
.fbbox iframe {
    width: 100%;
}

.contentsinfo {
    border: solid 1px #999;
    width: 100%;
    position: relative;
    padding: 35px 12px 15px;
    box-sizing: border-box;
    margin-bottom: 60px;
}
.contentsinfo h2 {
}
.contentsinfo ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.contentsinfo ul li {
    width: 24.1%;
    font-size: 0.8em;
    line-height: 1.3;
}
.contentsinfo ul li span {
    background-image: -webkit-linear-gradient(top, #22c4d9, #00a6bf);
    background-image: linear-gradient(to bottom, #22c4d9, #00a6bf);
    margin-bottom: 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.contentsinfo ul li a {
    text-decoration: none;
    color: #fff;
}
.contentsinfo ul li h3 {
    font-size: 1.3em;
    font-weight: normal;
    text-align: center;
    background-color: #B29B7D;
    padding: 3px 0;
    color: #fff;
}
.contentsinfo ul li span div {
    width: 50%;
    text-align: right;
}
.contentsinfo ul li p {
    margin-top: 5px;
}
.contentsinfo ul li img {
}

.fb-page {
    width:100% !important;
}

.nature {
    border: solid 1px #999;
    width: 100%;
    position: relative;
    padding: 45px 30px 30px;
    box-sizing: border-box;
    margin-bottom: 35px;
}
.nature h2 {
}
.nature ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.nature ul li {
    width: 48.5%;
    border: solid 1px #999;
    padding: 12px 12px 12px 12px;
    box-sizing: border-box;
}
.nature ul li img {
    margin-bottom: 10px;
}
.nature ul li h3 {
    color: rgb(0,160,184);
    font-size: 1.3em;
    margin-bottom: 5px;
    font-weight: normal;
}
.nature ul li h3 a {
}
.nature ul li p {
    font-size: 0.8em;
    line-height: 1.6;
    letter-spacing: 0.05em;
}


footer {
    
}
#ss-footer p#copyright {
    margin: 1em 0;
}
footer nav.fmm {
    padding-bottom: 30px;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    display: block;
}
footer nav.fmm>ul {
    font-size: 0.8em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
footer nav.fmm>ul>li {
    min-width: 14.4%;
    font-weight: bold;
}
footer nav.fmm>ul>li.env {
    width: 43.36%;
}
footer nav.fmm ul li ul {
    border-top: solid 1px #999;
    border-left: solid 1px #999;
    padding: 12px 5px 0 12px;
    margin-top: 3px;
    height: 170px;
}
footer nav.fmm ul li ul.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
footer nav.fmm ul li ul.flex li {
    width: 50%;
}
footer nav.fmm ul li ul li {
    line-height: 1.8;
    font-weight: normal;
    letter-spacing: -0.05em;
}
footer nav.fmm ul li ul li a {
    color: #000;
}

footer nav.fsm {
    background-color: rgb(0,160,184);
    padding: 10px;
}
footer nav.fsm ul {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
footer nav.fsm ul li {
    display: inline;
    font-size: 0.7em;
    color: #fff;
    line-height: 1;
}
footer nav.fsm ul li:not(:last-child):after {
    content: " | ";
}
footer nav.fsm ul li a {
    color: #fff;
}
footer address {
    padding: 12px;
    font-size: 0.7em;
    text-align: center;
    font-style: normal;
}
footer .banner {
    width: 100%;
    max-width: 980px;
    text-align: center;
    margin: 20px auto 50px;
}
footer .csb {
    font-size: 0.9em;
    margin-bottom: 3px;
    font-weight: bold;
    letter-spacing: -0.01em;
}


/* 下層 */
.mainphoto {
    margin-bottom: 60px;
}
.mainphoto.ohhashinosato {
    margin-bottom: 60px;
}
.mainblock {
    
}
.mainblock h2 {
    margin-bottom: 15px;
}
.mainblock.event h2 {
    font-size: 39px;
    font-weight: bold;
    color: #846F44;
}
.mainblock .wrapbox {
    border: solid 1px #999;
    padding: 20px 2.24%;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.mainblock .wrapbox:last-child {
    margin-bottom: 50px;
}
.mainblock .wrapbox h3 {
    margin-bottom: 15px;
}
.mainblock .wrapbox ul li h4 {
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 17px;
    background-image: url(../img/bar_dot.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    width: 100%;
    box-sizing: border-box;
}
@media all and (-ms-high-contrast:none){
    .mainblock .wrapbox ul li:first-child h4 {
        width: 72%;
    }
    .mainblock .wrapbox ul li:first-child h4.nobar {
        width: 100%;
    }
    .mainblock .wrapbox ul li:nth-child(2) h4 {
        width: 79%;
    }
    .mainblock .wrapbox ul li:nth-child(2) h4.nobar {
        width: 100%;
    }
    .mainblock .wrapbox ul li:nth-child(3) h4 {
        width: 79%;
    }
    .mainblock .wrapbox ul li:nth-child(3) h4.nobar {
        width: 100%;
    }
}

.mainblock .wrapbox ul li h4.nobar {
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-image: none;
}
.mainblock .wrapbox ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.mainblock .wrapbox ul div {
    width: 32%;
}
.mainblock .wrapbox ul li {
    background-color: #74C189;
    background-image: url(../img/bg_leaf.png);
    border-radius: 20px;
    width: 100%;
    padding: 13px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.mainblock .wrapbox ul div.eodaiba li, .mainblock .wrapbox ul div.esaitama li {
    border-radius: 20px 20px 0 0;
}
.mainblock .wrapbox ul div li.repo {
    border-radius: 0 0 20px 20px;
    background-color: #B29B7D;
    padding: 20px 0;
}
.mainblock .wrapbox ul li dl {
    margin-left: 5%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mainblock .wrapbox ul li a dl dt {
    color: #fff;
    width: 20%;
    line-height: 1.4;
    font-size: 1.2em;
}
.mainblock .wrapbox .eminato dd, .mainblock .wrapbox .eminato dt {
    line-height: 1.2;
}
.mainblock .wrapbox .eminato dd:nth-of-type(2) {
    margin-top: 3px;
    line-height: 0.9;
}
.mainblock .wrapbox ul li a dl dd {
    color: #fff;
    width: 80%;
    line-height: 1.4;
    font-size: 1.2em;
}
.mainblock .wrapbox ul li dl dd span {
    margin-left: 2em;
}
.mainblock .wrapbox ul li dl dd span.area {
    margin-left: 0em;
    font-size: 0.7em;
}
.mainblock .wrapbox ul li a:hover {
    color: #fff;
}
.ecolife {
    background-color: #74C189;
    background-image: url(../img/bg_leaf.png);
    border-radius: 20px;
    padding: 10px 0 10px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
}
.wrapbox.eco a:hover {
    color: #fff;
}
.ecolife img.ph {
    width: 30.5%;
}
.ecolife img.ph:first-child {
    margin-right: 1.3%;
}
.ecolife .eventdetail {
    width: 39%;
    vertical-align: middle;
}
.ecolife .eventdetail h4 {
    width: 92%;
    padding-left: 8%;
    background-image: url(../img/bar_dot.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    margin-bottom: 13px;
    padding-bottom: 20px;
}
.ecolife .eventdetail h4.nobar {
    width: 92%;
    padding-left: 8%;
    background-image: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.ecolife dl {
    margin-left: 8%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ecolife dl dt {
    color: #fff;
    width: 20%;
    line-height: 1.4;
    font-size: 1.2em;
}
.ecolife dl dd {
    color: #fff;
    width: 80%;
    line-height: 1.4;
    font-size: 1.2em;
}


/* 川柳 */
.senryu_regbtn {
    text-align: center;
    margin-bottom: 50px;
}
.senryubox {
    width: 92.65%;
    margin: 0 auto 80px;;
}
.senryubox table {
    border: 1px solid #999;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 20px;
    width: 100%;
}
.senryubox table tbody th,
.senryubox table tbody td {
    padding: .6em 3em;
    border-bottom: 1px solid #999;
    padding: 20px;
}
.senryubox table tbody th {
    background-color: #74C189;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    width: 21.8%;
    font-size: 1.3em;
}
.senryubox table tbody td {
    border-left: 1px solid #999;
    line-height: 1.6;
    font-size: 0.9em;
}
.senryubox table tbody tr:last-child th,
.senryubox table tbody tr:last-child td {
    border-bottom: none;
}
.senryubox table tbody tr:first-child th:first-child {
    border-radius: 20px 0 0 0;
}
.senryubox table tbody tr:last-child th:first-child {
    border-radius: 0 0 0 20px;
}
.senryubox table tbody tr:last-child th:last-child {
    border-radius: 0 0 20px 0;
}
.senryubox .boldbig {
    font-weight: bold;
    font-size: 1.3em;
}
.senryubox .bluebig {
    font-weight: bold;
    font-size: 1.3em;
    color: #74C189;
    margin-bottom: 5px;
}
.senryubox .ls {
    letter-spacing: 0.5em;
}

.senryu .kekka {
    width: 92.65%;
    margin: 0 auto 50px;
    background-image: url(../senryu/img/bg_kekka.jpg);
    padding: 50px 75px;
    box-sizing: border-box;
}
.senryu .kekka h3 {
    text-align: center;
    margin-bottom: 30px;
}
.senryu .kekka > p {
    text-align: center;
    line-height: 1.7;
    margin-bottom: 50px;
}
.senryu .kekka .kbox {
    background-color: #fff;
    padding: 10px;
}
.senryu .kekka .kbox h4 {
    background-color: #B4AB85;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.6em;
    padding: 20px;
    text-align: center;
}
.senryu .kekka .kbox dl {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #FBFBFB;
}
.senryu .kekka .kbox dt {
    width: 75%;
    font-size: 1.6em;
    margin-bottom: 30px;
}
.senryu .kekka .kbox dd {
    width: 25%;
    font-size: 1em;
    margin-bottom: 30px;
}
.senryu .kekka .kbox dt:last-of-type, .senryu .kekka .kbox dd:last-of-type {
    margin-bottom: 0px;
}

/* event detail */
h2.eventh2 {
    color: #009FB8;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.5em;
    margin-bottom: 15px;
    font-weight: bold;
}
.eventp {
    font-size: 1em;
    line-height: 1.7;
    margin-bottom: 60px;
}
.event_title_detail {
    background-color: #74C189;
    border-radius: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    width: 85%;
    margin: 0 auto 70px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.event_title_detail h3 {
    width: 45%;
    background-image: url(../img/bar_tate.png);
    background-repeat: repeat-y;
    background-position: right 0;
    text-align: center;
    padding: 20px 0;
}
.event_title_detail dl {
    font-size: 1.3em;
    line-height: 1.6;
    width: 51%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
}
.event_title_detail dl dt {
    width: 20%;
}
.event_title_detail dl dd {
    width: 80%;
}
.event_title_detail dl.mm dt {
    width: 13%;
}
.event_title_detail dl.mm dd {
    width: 87%;
}
.event_title_detail dl.mm dd span {
    font-size: 0.6em;
}
.event_title_detail dl dd a {
    color: #009B40;
    font-weight: bold;
}
.mainblock .wrap_eventbox {
    border: solid 1px #999;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 95px;
    position: relative;
}
.mainblock .wrap_eventbox h4 {
    padding: 1px 25px 0 25px;
}
.mainblock .wrap_eventbox h4.stage {
    width: 24%;
}
.eventtable {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.eventtable li {
    padding: 40px 2.24% 25px;
    box-sizing: border-box;
    width: 100%;
}
.eventtable li.w50 {
    border-right: 1px solid #999;
    width: 50%;
}
.eventtable li.w50:nth-child(2n) {
    border-right: none;
}
.eventtable li.w40 {
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    width: 40%;
}
.eventtable li.w60 {
    border-top: 1px solid #999;
    width: 60%;
}
.eventtable li.w100 {
    width: 100%;
}
.eventtable li.baron {
    border-top: 1px solid #999;
}
.eventtable li.flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-top: 1px solid #999;
    padding: 25px 2.24% 25px;
    box-sizing: border-box;
}
.eventtable li.flex .wrap {
    width: 43%;
}
.eventtable h5 {
    color: #009C3B;
    font-size: 1.3em;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: normal;
}
.eventtable p {
    font-size: 0.9em;
    margin-bottom: 30px;
    line-height: 1.7;
}
.eventtable .eimgbox {
    text-align: center;
}
.eventtable .eimgbox.vert {
    width: 53%;
}
.eventtable .car {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 10px;
}
.eventtable .car div:first-child {
    width: 45%;
    height: auto;
}
.eventtable .car div {
    width: 52%;
    height: auto;
}
.eventtable .carbox {
    border-top: 1px solid #999;
    padding: 25px 2.24% 25px;
}
.guestbox {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 45px 2.24%;
}
.guestbox li {
    width: 31%;
}
.guestbox.stage li {
    width: 49%;
}
.guestbox.stage li:first-of-type {
    border-right: 1px solid #999;
}
.guestbox li img {
    margin-bottom: 10px;
}
.guestbox li .enmoku {
    color: #009C3B;
    font-size: 0.9em;
    margin-bottom: 5px;
}
.guestbox li h5 {
    color: #009C3B;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
}
.guestbox li .kata {
    line-height: 1.7;
    font-size: 0.9em;
}
.guestbox li .bl {
    color: #009C3B;
    font-weight: normal;
}
.guestbox li .profile {
    line-height: 1.7;
    font-size: 0.8em;
    border-top: 1px solid #999;
    margin-top: 5px;
    padding-top: 5px;
}
.guestbox li .date {
    line-height: 1.7;
    font-size: 0.9em;
    border-top: 1px solid #999;
    margin-top: 5px;
    padding-top: 5px;
}
.guestbox li .date dt {
    width: 15%;
    color: #009C3B;
}
.guestbox li .date dd {
    width: 75%;
    letter-spacing: -0.05em;
}


/* kankyo */
.mainphoto.kankyo {
    margin-bottom: 20px;
}
.mainblock.kankyo .textwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 55px;
}
.mainblock.kankyo .textwrap h2 {
    color: #009C3B;
    font-size: 31px;
    width: 29.69%;
    box-sizing: border-box;
    letter-spacing: 0.2em;
    margin-bottom: 0px;
    font-weight: normal;
}
.mainblock.kankyo .textwrap p {
    width: 70%;
    box-sizing: border-box;
    padding: 10px 0 10px 2%;
    box-sizing: border-box;
    border-left: 1px solid #009C3B;
    font-size: 0.9em;
    line-height: 1.7;
}
.mainblock.kankyo nav {
    position: relative;
    width: 100%;
    border: 1px solid #999;
    padding: 35px 15px 15px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.mainblock.kankyo nav h3 {
    position: absolute;
    top: -23px;
    left: -1px;
    padding: 1px 15px 0 15px;
    border: 1px solid #999;
    background-color: #fff;
    font-size: 24px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: normal;
}
/*
.mainblock.kankyo nav h3:before {
    content: " ";
    border-color: transparent #666;
    border-width: 23px 0 23px 28px;
    border-style: solid;
    top: -1px;
    left: auto;
    right: -28px;
    position: absolute;
    background-color: transparent;
}
.mainblock.kankyo nav h3:after {
    content: " ";
    border-color: transparent #fff;
    border-width: 23px 0 23px 28px;
    border-style: solid;
    top: -1px;
    left: auto;
    right: -27px;
    position: absolute;
    background-color: transparent;
}
*/
.mainblock.kankyo nav p {
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 8px;
}
.mainblock.kankyo nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mainblock.kankyo nav ul li {
    width: 24%;
    margin-right: 1.33%;
    font-size: 1.1em;
    line-height: 1.4;
}
.mainblock.kankyo nav.teisanso ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.mainblock.kankyo nav.teisanso ul li {
    width: 19%;
    margin-right: 0%;
}
.mainblock.kankyo nav ul li:last-child {
    margin-right: 0%;
}
.mainblock.kankyo nav ul li a {
}
.mainblock.kankyo nav ul li a span {
    font-size: 0.8rem;
    width: 100%;
}

.mainblock.kankyo nav.teisanso h3 {
    color: #fff;
    background-color: #449ADE;
    border-color: transparent #449ADE;
}
.mainblock.kankyo nav.shizen h3 {
    color: #fff;
    background-color: #83D183;
    border-color: transparent #83D183;
}
.mainblock.kankyo nav.junkan h3 {
    color: #fff;
    background-color: #F3B154;
    border-color: transparent #F3B154;
}
.mainblock.kankyo nav.endou h3 {
    color: #fff;
    background-color: #DD8B8D;
    border-color: transparent #DD8B8D;
}

.mainblock.kankyo nav.teisanso h3:after, .mainblock.kankyo nav.teisanso h3:before {
    border-color: transparent #6692B2;
}
.mainblock.kankyo nav.shizen h3:after, .mainblock.kankyo nav.shizen h3:before {
    border-color: transparent #83D183;
}
.mainblock.kankyo nav.junkan h3:after, .mainblock.kankyo nav.junkan h3:before {
    border-color: transparent #F3B154;
}
.mainblock.kankyo nav.endou h3:after, .mainblock.kankyo nav.endou h3:before {
    border-color: transparent #DD8B8D;
}
.mainblock.kankyo nav.kaizen h3:after {
    border-color: transparent #F3B154;
}

.mainblock.kankyo .document {
    padding: 20px 25px 40px;
    background-color: #EFECE1;
    margin-bottom: 50px;
}
.mainblock.kankyo .document h4 {
    font-size: 1.1em;
    color: #887B4D;
    margin-bottom: 20px;
    font-weight: normal;
}
.mainblock.kankyo .document ul {
    margin-left: 20px;
}
.mainblock.kankyo .document ul li {
    text-align: center;
    font-size: 0.9em;
    float: left;
    line-height: 1.4;
}
.mainblock.kankyo .document ul li img {
    margin-bottom: 5px;
}
.mainblock.kankyo .document ul li a {
    font-size: 0.9em;
    color: #666;
}
.mainblock.kankyo .document ul li a i {
    color: #CF0000;
}


.mainblock .wrap_kankyobox {
    border: solid 1px #999;
    padding: 50px 2.5% 30px;
    box-sizing: border-box;
    margin-bottom: 95px;
    position: relative;
}
.mainblock .wrap_kankyobox h2 {
    font-size: 26px;
    height: 46px;
    top: -25px;
}
.mainblock .wrap_kankyobox h2:before {
    border-width: 24px 0 24px 28px;
}
.mainblock .wrap_kankyobox h2:after {
    border-width: 24px 0 24px 28px;
}
.mainblock.minuma .wrap_kankyobox h2 {
}
.wrap_kankyobox p {
    font-size: 0.9em;
    line-height: 1.7;
}
.wrap_kankyobox p.lbig {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 30px;
}
.wrap_kankyobox h3.komi {
    font-size: 1rem;
    color: #009C3B;
    font-weight: normal;
    margin-bottom: 5px;
}
.mainblock .wrap_kankyobox .meguroh2 {
    width: 56%;
}
.wrap_kankyobox .meguro p {
    width: 26%;
}
.wrap_kankyobox .meguro .imgbox {
    width: 72%;
}
.wrap_kankyobox .ikimono table {
    width: 55%;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    font-size: 0.8em;
    line-height: 1.7;
    border-spacing: 0;
}
.wrap_kankyobox .ikimono table tr th, .wrap_kankyobox .ikimono table tr td {
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    padding: 10px 10px;
}
.wrap_kankyobox .ikimono table tr th {
    background-color: #ACD9B7;
    white-space: nowrap;
    text-align: left;
}
.wrap_kankyobox .ikimono .imgbox {
    width: 40%;
}

.wrap_kankyobox .katsudo p {
    width: 24.3%;
    text-align: center;
}
.wrap_kankyobox .flex.minuma01 {
    margin-bottom: 20px;
}
.wrap_kankyobox .flex.minuma01 p {
    width: 62%;
}
.wrap_kankyobox .flex.minuma01 .imgbox {
    width: 35%;
    text-align: center;
}
.wrap_kankyobox .imgbox .min {
    font-size: 0.8em;
}

.wrap_kankyobox .flex.syuhen p {
    width: 37%;
}
.wrap_kankyobox .flex.syuhen .imgbox {
    width: 61%;
    text-align: right;
}
.wrap_kankyobox .flex.donna:first-of-type {
    border-bottom: solid 1px #999;
    width: 105%;
    margin: 0 0 20px -2.5%;
    padding: 0 2.5% 20px;
    box-sizing: border-box;
}
.wrap_kankyobox .flex.donna .pph {
    width: 37%;
}
.wrap_kankyobox .flex.donna .pph h3 {
    color: #009C3B;
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: normal;
}
.wrap_kankyobox .flex.donna .imgbox {
    width: 62%;
    text-align: right;
    position: relative;
}
.wrap_kankyobox .flex.donna .imgbox .abs {
    top: -13%;
    left: 30%;
    position: absolute;
}

.mainblock .wrap_kankyobox .econeth2 {
    width: 57.5%;
}
.wrap_kankyobox .econet .ecodetail {
    width: 68%;
}
.wrap_kankyobox .econet .imgbox {
    width: 28%;
}
.wrap_kankyobox .econet .ecodetail h3 {
    color: #009C3B;
    margin: 0 0 20px 0;
    font-weight: normal;
}

.banner {
    text-align: center;
    margin: 20px 2% 50px;
}

.spimg {
    display: none;
}
.sp_ohhashimain {
    display: none;
}

@media (max-width:1019px) {
    #container {
        padding: 0 5px;
        box-sizing: border-box;
    }
    #ss-header ul#headerlogo {
        width: 100%;
        padding-top: 1px;
        padding-bottom: 0px;
        zoom: 1;
    }
    #ss-header ul#headerlogo li {
        width: 30%;
    }
/*
    .sns {
        margin-bottom: 0px;
        top: 5px;
    }
*/
}
@media (max-width:769px) {
/*
    .sns {
        width: 25%;
        top: 10px;
    }
*/
    #header-bar {
        /*display: none;*/
    }
    .news {
        width: 100%;
        margin-right: auto;
        margin-bottom: 20px;
        padding: 30px 5px 10px 10px;
        box-sizing: border-box;
        height: auto;
        max-height: 300px;
    }
    .news h2 {
        width: 40%;
    }
    .news .wrap {
        overflow-y: auto;
        box-sizing: border-box;
        height: auto;
        max-height: 265px;
    }
    .news dl {
        font-size: 0.7em;
    }
    .news dl dt {
        width: 32%;
    }
    .news dl dd {
        width: 68%;
    }
    .movie {
        width: 100%;
    }
    .moviewrap {
        position: relative;
        height: 0;
        overflow: hidden;
        padding-top: 56.25%;
    }
    .moviewrap iframe{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media (max-width:480px) {
    #container {
        padding: 0 5px;
        box-sizing: border-box;
    }
    #container header {
        padding: 0;
        margin: 0;
    }
    #container header h1 {
        width: 56%;
        padding: 0px 0 5px;
    }
    #container header .logo {
        width: 30%;
    }
    .metaslider .flexslider {
        margin: 0 0 10px 0 !important;
    }
    .slider {
        margin-bottom: 30px;
    }
    .slider ul li p {
        text-shadow: 1px 1px 5px #000;
    }
/*
    .sns {
        margin-bottom: 5px;
        top: 20px;
        width: 40%;
    }
*/
    .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .nfbox {
        margin-bottom: 40px;
    }
    .fbbox {
        width: 100%;
    }
    .contentsinfo {
        margin-bottom: 40px;
        padding: 35px 7px 0px;
    }
    .contentsinfo h2 {
        width: auto;
    }
    .contentsinfo ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .contentsinfo ul li {
        width: 49%;
        margin-right: 0%;
        margin-bottom: 20px;
    }
    
    .nature {
        padding: 25px 10px 10px;
        margin-bottom: 35px;
    }
    .nature h2 {
        width: auto;
    }
    .nature ul {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .nature ul li {
        width: 100%;
        padding: 0;
        border: none;
    }
    .nature ul li:first-child {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #999;
    }
    
    footer nav.fmm {
        padding-bottom: 30px;
        width: 96%;
        max-width: 980px;
        margin: 0 auto;
        display: block;
    }
    footer nav.fmm>ul>li {
        min-width: 100%;
        font-weight: bold;
        margin-bottom: 10px;
    }
    footer nav.fmm ul li ul {
        height: auto;
        padding: 8px 5px 0 8px;
    }
    footer nav.fmm ul li ul.flex li {
        width: 100%;
    }
    
    footer .csb {
        font-size: 0.75rem;
    }
    
    .mainphoto {
        margin-bottom: 30px;
    }
    
    .mainblock.event h2 {
        font-size: 26px;
    }
    
    .mainblock .wrapbox {
        padding: 20px 5%;
        margin-bottom: 20px;
    }
    .mainblock .wrapbox ul li {
        width: 100%;
        padding: 20px 0 20px;
        margin-bottom: 0px;
    }
    .mainblock .wrapbox ul div {
        width: 100%;
        margin-bottom: 20px;
    }
    .mainblock .wrapbox ul li img {
    }
    .mainblock .wrapbox ul li:last-child {
        margin-bottom: 0px;
    }
    .ecolife {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 10px 10px 10px 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        -webkit-align-items: center;
        align-items: center;
        box-sizing: border-box;
    }
    .ecolife img.ph {
        width: 49%;
    }
    .ecolife .eventdetail {
        margin-top: 10px;
        width: 100%;
    }
    .ecolife .eventdetail h4 {
        width: 100%;
        padding-left: 0%;
        padding-bottom: 20px;
    }
    .ecolife .eventdetail h4.nobar {
        text-align: center;
        padding-left: 0%;
    }
    .ecolife .eventdetail h4.nobar img {
        width: 70%;
    }
    .ecolife dl {
        margin-left: 0%;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .senryu_regbtn {
        margin-bottom: 20px;
    }
    .senryubox {
        width: 100%;
        margin: 0 auto 20px;
    }
    .senryubox table tbody th {
        font-size: 0.9em;
    }
    .senryubox table tbody td {
        font-size: 0.8em;
    }
    .senryubox table tbody th, .senryubox table tbody td {
        padding: 10px;
    }
    .senryu .kekka {
        width: 100%;
        padding: 20px 10px;
    }
    .senryu .kekka .kbox h4 {
        font-size: 1.2em;
        padding: 10px;
    }
    .senryu .kekka .kbox dl {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        -webkit-align-items: center;
        align-items: center;
        background-color: #FBFBFB;
    }
    .senryu .kekka .kbox dt {
        width: 100%;
        font-size: 1.3em;
        margin-bottom: 10px;
    }
    .senryu .kekka .kbox dd {
        width: 100%;
        font-size: 0.9em;
        margin-bottom: 30px;
    }
    .senryu .kekka > p {
        font-size: 0.9em;
        text-align: left;
        margin-bottom: 30px;
    }
    
    
    
    h2.eventh2 {
        font-size: 2em;
    }
    .eventp {
        margin-bottom: 30px;
    }
    .event_title_detail {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        -webkit-align-items: center;
        align-items: center;
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto 50px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .event_title_detail h3 {
        width: 70%;
        margin: 0 auto;
        background-image: none;
        padding: 20px 0;
    }
    .event_title_detail dl {
        font-size: 1em;
        width: 90%;
        margin: 0 auto 20px;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .mainblock .wrap_eventbox h4, .mainblock .wrap_eventbox h4.stage {
        width: 88%;
    }
    .eventtable li.w50:first-child {
        padding: 35px 2.24% 15px;
    }
    .eventtable li.w50 {
        border-right: none;
        width: 100%;
        border-bottom: 1px solid #00A0B8;
        padding: 15px 2.24% 15px;
    }
    .eventtable li.w50:nth-child(2n) {
        border-bottom: none;
    }
    .eventtable li.baron:nth-child(2n) {
        border-top: none;
    }
    .eventtable li.flex {
        padding: 15px 2.24% 15px;
    }
    .eventtable li.flex .wrap {
        width: 100%;
    }
    .eventtable .eimgbox.vert {
        width: 100%;
    }
    .eventtable .carbox {
        padding: 15px 2.24% 15px;
    }
    .guestbox li {
        width: 100%;
        margin-bottom: 50px;
    }
    .guestbox li:last-child {
        margin-bottom: 0px;
    }
    .mainblock .wrap_eventbox:last-child {
        margin-bottom: 30px;
    }
    .guestbox.stage li {
        width: 100%;
    }
    .guestbox.stage li:first-of-type {
        border-right: none;
        border-bottom: 1px solid #00A0B8;
        padding-bottom: 20px;
    }
    
    .titlearw {
        padding: 0 5px 0 5px;
    }
    .mainblock .wrap_kankyobox h2 {
        max-width: 88%;
        font-size: 21px;
        letter-spacing: -0.05em;
    }
    .mainblock.ohhashinosato {
        margin-top: 40px;
    }
    .mainblock .wrap_kankyobox {
        margin-bottom: 40px;
        padding: 30px 2.5% 30px;
    }
    .mainblock .wrap_kankyobox .meguroh2 {
        width: 90%;
        top: -20px;
    }
    .wrap_kankyobox .meguro p {
        width: 100%;
        margin-bottom: 20px;
    }
    .wrap_kankyobox .meguro .imgbox {
        width: 100%;
    }
    .wrap_kankyobox .ikimono table {
        width: 100%;
        margin-bottom: 20px;
    }
    .wrap_kankyobox .ikimono .imgbox {
        width: 100%;
    }
    .wrap_kankyobox .katsudo p {
        width: 49%;
        margin-bottom: 10px;
    }
    #ss-header ul#headerlogo {
        width: 100%;
        padding-top: 1px;
        padding-bottom: 0px;
        zoom: 1;
    }
    #ss-header ul#headerlogo li {
        width: 30%;
    }
    .contentsinfo ul li span h3 {
        font-size: 1rem;
    }
    .contentsinfo ul li span h3 br {
        display: none;
    }
    .eventtable li.w40 {
        width: 100%;
        border-right: none;
    }
    .eventtable li.w60 {
        width: 100%;
    }
    .mainphoto.ohhashinosato {
        margin-bottom: 40px;
    }
    .mainphoto.minuma, .mainphoto.event {
        margin-bottom: 30px;
    }
    
    .wrap_kankyobox .flex.minuma01 p, .wrap_kankyobox .flex.syuhen p {
        width: 100%;
    }
    .wrap_kankyobox .flex.minuma01 .imgbox, .wrap_kankyobox .flex.syuhen .imgbox {
        width: 100%;
        text-align: center;
    }
    .wrap_kankyobox .flex.donna .pph {
        width: 100%;
    }
    .wrap_kankyobox .flex.donna .imgbox {
        width: 100%;
    }
    .wrap_kankyobox .flex.donna .imgbox .abs {
        display: none;
    }
/*
    #container header #searchField {
        position: relative;
        top: 0px;
        right: 0%;
        width: 100%;
    }
*/
    .gsc-control-cse {
        padding: 0.2em 0 !important;
    }
    .sp_ohhashimain {
        display: block;
    }
    .ohhashimainphoto {
        display: none;
    }
    .h.spdetail {
        display: block;
        background-color: #74C189;
        color: #fff;
        padding: 3%;
        border-radius: 20px;
    }
    .h.spdetail h3 {
        font-size: 1.3rem;
        margin-bottom: 7px;
        line-height: 1.2;
        font-weight: bold;
        color: #006633;
    }
    .h.spdetail p {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .h.spdetail .bars {
        margin-bottom: 15px;
        border-bottom: 2px dotted #fff;
        padding-bottom: 15px;
    }
    .spimg {
        display: block;
    }
    .pcimg {
        display: none;
    }
    
    .wrap_kankyobox .econet .imgbox {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .wrap_kankyobox .econet .ecodetail {
        width: 100%;
    }
    .wrap_kankyobox .econet .ecodetail h3 {
        margin: 0 0 10px 0;
    }
    
    .mainblock.kankyo .textwrap {
        display: block;
    }
    .mainblock.kankyo .textwrap h2 {
        width: 100%;
        margin-bottom: 5px;
    }
    .mainblock.kankyo .textwrap p {
        width: 100%;
        padding: 0px 0 0px 0%;
        border-left: none;
    }
    
    .mainblock.kankyo nav {
        padding: 35px 10px 10px;
    }
    .mainblock.kankyo nav ul li, .mainblock.kankyo nav.teisanso ul li {
        width: 48.5%;
        margin-right: 2.5%;
        font-size: 0.9em;
        margin-bottom: 10px;
    }
    .mainblock.kankyo nav ul li:nth-child(2n) {
        margin-right: 0%;
    }
    .mainblock.kankyo .document {
        padding: 20px 20px;
    }
    .mainblock.kankyo .document ul {
        margin-left: 0;
    }
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}
@media screen and (min-width: 500px) {
    .fb-page-parent > .fb-page {
        width: 100%;
    }
}