@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
}
img {
    vertical-align:bottom;
}

ul {
    margin:0;
    padding:0;
    list-style: none;
}

a {
    text-decoration: none;
	color:#27AE38;
}
a:hover {
    opacity: 0.8;
}

.sp-only {
        display: none;
    }
.pc-only {
    display: block;
}
.green {
    color: #27ae38;
}
.prepa {
    text-align: center;
    margin: 100px 0;
    color: #27ae38;
    font-size: 150%;
}
/***********　↓ ヘッダー ↓　************/

/* スライダー */
#slider {
    overflow:hidden;
    position:relative;
    width:100%;
    height: 560px;
}

#sliderInner {
    position:relative;
    left:50%;
    width:3000px;
    margin-left:-1500px;
}
#sliderInner li {
    width:1200px;
}

#slideFilterL, #slideFilterR {
    position:absolute;
    top:0;
    width:1000px;
    height:667px;
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
    background:#fff;
}
#slideFilterL {
    left:0;
}
#slideFilterR {
    right:0;
}

.bx-wrapper {
    margin:0 auto;
    position:relative;
}

.bx-wrapper .bx-pager {
    margin:0 auto;
    width:1200px;
    background:#fff;
}

#tittle img {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: auto;
    height: auto;
}
.town01 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.7%;
  margin: auto;
}
/*.town01 {
    overflow:hidden;
    position: absolute;
    top: 455px;
    width: 100%;
}
.town01 img {
        overflow:hidden;
}*/

/* 横並びナビ */
#green {
    background: #27ae38;
}
#float_nav:after {
    content: "";
    display: block;
    clear: both;
}
#float_nav li {
    float: left;
    margin-right: 10px;
}
#float_nav {
    width: 1000px;
    margin: -15px auto 50px;
    padding: 3px 0;
}
#float_nav li a {
    color: #fff;
}
#float_nav li img {
    vertical-align: middle;
}

/* ↓下層ページ共通↓ */

#pankuzu {
    width: 1000px;
    margin: 20px auto;
}

#pankuzu ul:after {
    content: "";
    display: block;
    clear: both;
}

#pankuzu ul li {
    float: left;
    margin: 0 5px;
    color: #4ec85d;
}

#pankuzu ul li a {
    color: #27ae38;
    text-decoration: underline;
}
#pankuzu ul li a:hover {
    text-decoration: none;
    opacity: 0.8;
}

/* ↑下層ページ共通↑ */


/***********　↑ ヘッダー ↑　************/
/*********** ↓ コンテンツ ↓ ************/

#content {
    width: 100%;
}

.tittleH2 {
    color: #fff;
    /*background-color: #27ae38;*/
    width: 100%;
    background: url(/images/tittle_back.png) repeat-x;
    /*text-align: center;
    margin-bottom: 50px;*/
    margin: 0;
    background-position: 0 center;
}

.tittleH2 span {
    display: block;
    width: 1000px;
    margin: 0 auto;
    font-family: NSimSun, "YuMincho +36p Kana", "游明朝体+36ポかな";
    font-size: 1.2em;
}

.tittleH2 img {
    vertical-align: middle;
}


/* お知らせ */
.info ul {
    width: 1000px;
    margin: 10px auto;
}

.info ul span {
    font-weight: bold;
    display: inline-block;
    width: 15%;
}

.info li {
    border-bottom: 1px dotted #27ae38;
    padding-top: 10px;
}

.hidden_box {/*全体*/
    margin: 0;
    padding: 0;
}

.hidden_box label {
    cursor :pointer;
	color: #27AE38;
}

.hidden_box label span {
	color: #000;
}

.hidden_box input {/*チェックは見えなくする*/
    display: none;
}

.hidden_box .hidden_show {/*中身を非表示にしておく*/
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.hidden_box label:hover {/*ボタンホバー時*/
    opacity: 0.8;
}

.hidden_box input:checked ~ .hidden_show {/*クリックで中身表示*/
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
span.text-icon {
  display: inline-block;
  background: #df002c;
  padding: 1px 5px;
  margin-left: 5px;       /* 先行する文字列との間隔 */
  vertical-align: middle; /* 先行する文字列と上下中央揃え */
  font-size: 0.6em;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;     /* アイコンの角を丸める */
}

/* 今年度の活動写真 */
#event {
    width: 1000px;
    margin: 0 auto;
}


.slick-prev:before,/*左右の矢印の色を変える*/
.slick-next:before {
    color: #000;
}

.slick-next {/*左右の矢印の位置を変える*/
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}

.slick-dots li.slick-active button:before,/*スライド数のドットの色を変える*/
.slick-dots li button:before {
    color: #fff;
}
.slider {
	margin: 0 0 50px;
}
.slider li{
	text-align: center;
    line-height: 1.0em;
}
.slider li a {
  color: #000;
}
.slider img {
	width: 100%;
	height: auto;
}
.multiple-item li {
	margin: 0 5px;
}


/* 役員紹介 */
#officer {
    width: 1000px;
    margin: 20px auto;
}
#officer ul:after {
    content: "";
    display: block;
    clear: both
}
#officer li {
    float: left;
    width: 50%;
}
#officer li:nth-child(2) {
  width: 30%;
  margin-left: 10%;
}
#officer h3 {
  margin: 0;
  color: #27ae38;
}
#officer p {
  margin: 0;
  
}
#officer p span {
  display: inline-block;
  width: 40%;
  color: #27ae38;
}
#officer li a {
    color: #000;
}
#officer img {
    width: 100%;
}
#officer h4 {
  text-align: center;
  background-color: #27ae38;
  padding: 1em 0;
}
#officer h4 a {
  color: #fff;
  display: block;
}
#officerImg {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
} 
span#officeMem {
    width: auto;
    display: inline-block;
    float: right;
    font-size: 50%;
    padding: 5px;
    border: 1px solid #fff;
    margin: 50px 5px 0 0;
}
span#officeMem a {
    color: #fff;
}
#past_officer {
	text-align: right; 
	width: 1000px; 
	margin: 0 auto 50px;
}
#past_officer a {
	padding: 1em; 
	border: 1px solid #27ae38; 
	color: #27ae38;
}


/* 会則・会計報告 */
#rule {
    width: 1000px;
    margin: 50px auto;
}
#rule ul:after {
    content: "";
    display: block;
    clear: both;
}
#rule ul li {
    float: left;
    width: 50%;
    text-align: center;
}
#rule ul li a {
    color: #000;
    /*border: 3px solid #27ae38;*/
    font-weight: bold;
    font-size: 120%;
    color: #27ae38;   
}
#rule ul li a img {
    vertical-align: middle;
}


/* みんなの投稿 */
span#small {
    width: auto;
    display: inline-block;
    float: right;
    font-size: 60%;
    padding: 5px;
    margin: 50px 5px 0 0;
    color: #fff;
}

/* ↓officer.htmlページ↓ */
#chairman {
    width: 1000px;
    margin: 50px auto 25px;
}

#chairman:after {
    content: "";
    display: block;
    clear: both;
}

.officerImage {
    float: left;
    width: 15%;
    text-align: right;
}

.officerImage img {
    max-width: 100%;
    vertical-align: bottom;
}

.officerInt {
    float: left;
    width: 83%;
    padding-left: 2%;
}

.executive {
    width: 1000px;
    margin: 50px auto;
}

.executive:after {
    content: "";
    display: block;
    clear: both;
}

.officerImage2 {
    float: left;
    width: 15%;
}

.officerImage2 img {
    max-width: 100%;
    vertical-align: bottom;
}

.officerInt2 {
    float: left;
    width: 48%;
    padding-left: 2%;
}

.officerPosition {
    padding: 2px 5px;
    margin: 1px 0;
    background: #27ae38;
    display: inline-block;
    border-radius: 2px;
    color: #fff;
}

.officerName {
    margin: 1px 0;
}
.officerText {
    margin: 4px 0;
}

/* ↓event.htmlページ↓ */
#activity-wrap {
    width: 1000px;
    margin: 0 auto;
}

.activity {
    margin: 30px 0;
}
.activity p {
    margin-left: 1%;
}

.act-tittle {
    font-size: 150%;
    color: #27ae38;
    font-family: NSimSun, "YuMincho +36p Kana", "游明朝体+36ポかな";
    text-align: center;
    position: relative;
}

.act-tittle span {
  position: absolute;
  right: 0;
}

.act-tittle span a {
    color: #4ec85d;
    font-size: 80%;
}

.imageBox {
    border: 1px solid #eee;
    padding: 1%;
}

.imageBox:after {
    content: "";
    display: block;
    clear: both;
}

.imageBox img {
    float: left;
    width: 33.3%;
}

/* ↓rule.htmlページ↓ */
#ruleContents {
    width: 1000px;
    margin: 50px auto 0;
}

.ruleTtl {
    color: #27ae38;
}
.floatTwo:after {
    content: "";
    display: block;
    clear: both;
}
.floatTwo p {
    float: left;
}
.floatTwo p:nth-child(odd) {
    width: 10%;
}
.floatTwo p:nth-child(even) {
    width: 90%;
}
.centerFloat {
    margin: 0 auto;
}
.centerFloat:after {
    content: "";
    display: block;
    clear: both;
}
.centerFloat p {
     float: left;
}
.centerFloat p:nth-child(odd) {
    width: 15%;
    margin-left: 10%;
}
.centerFloat p:nth-child(even) {
    width: 75%;
}
.float50:after {
    content: "";
    display: block;
    clear: both;
}
.float50 p {
    float: left;
}
.float50 p:nth-child(odd) {
    width: 20%;
    margin-left: 10%;
}
.float50 p:nth-child(even) {
    width: 70%;
}
.ml20 {
    margin-left: 10%;
}
.text-c {
    text-align: center;
}

/* ↓past_officer.htmlページ↓ */
.past_d {
	width: 1000px; 
	margin: 0 auto;
	display: block;
}
.past_d:after {
	content: "";
	display: block;
	clear: both;
}
.past_h {
	border-bottom: 3px solid #27ae38; 
	width: 1000px; 
	color: #27ae38;
}
.past_u {
	float: left; 
	width: 50%; 
	margin-bottom: 30px;
}
.past_u li {
	margin-bottom: 0.4em;
}
.past_u li span {
	color: #27ae38;
}
/*********** ↑ コンテンツ ↑ ************/

/*********** ↓ フッター ↓ ************/
footer {
    background-color: #27ae38;
}
#footerImg {
    overflow:hidden;
    width: 100%;
}
#footerImg img {
    overflow:hidden;
}
#copy {
    text-align: center;
    color: #fff;
}

/*********** ↑ フッター ↑ ************/


/****************************************** 999px以下 ************************************************/
@media screen and (max-width:999px) { 
    
    .sp-only {
        display: block;
    }
    
    .pc-only {
    display: none;
}
    .prepa {
    width: 100%;
    text-align: center;
    margin: 100px 0;
    color: #27ae38;
    font-size: 150%;
    }

/***********　↓ ヘッダー ↓　************/
    
/* スライダー */
#slider {
    overflow:hidden;
    position:relative;
    width: auto;
    height: auto;
}

#sliderInner {
    position:relative;
    left:0%;
    width:100%;
    margin-left: 0%;
}
#sliderInner li {
    width:120%;
}
#sliderInner img {
  width: 100%;
  height: auto;
}
#slideFilterL, #slideFilterR {
    position:absolute;
    top:0;
    width:0px;
    height:auto;
    opacity:0.5;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
    background:#fff;
}
#slideFilterL {
    left:0;
}
#slideFilterR {
    right:0;
}

.bx-wrapper {
    margin:0 auto;
    position:relative;
}

.bx-wrapper .bx-pager {
    margin:0 auto;
    width:100%;
    background:#fff;
}

#tittle img {
    width: 60%;
    top: 20px;
}
/*.town01 {

    position:absolute;
    top: 190px;
    width: 100%;
}
    .town01 img {
        width: 100%;
    } */
    

/* 横並びナビ */
#float_nav li {
    float: none;
    margin-right: 0;
    width: 50%;
    
}
#float_nav {
    width: 100%;
    margin: 0;
    padding: 3px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    
}
#float_nav li a {
    color: #fff;
}
#float_nav li img {
    vertical-align: middle;
}
    
#pankuzu {
    width: 100%;
    margin: 20px auto;
}
/***********　↑ ヘッダー ↑　************/
/*********** ↓ コンテンツ ↓ ************/

    
#content {
    width: 100%;
}

.tittleH2 span {
    width: 100%;
    font-family: NSimSun, "YuMincho +36p Kana", "游明朝体+36ポかな";
    font-size: 1em;
}
    
.tittleH2 img {
    vertical-align: middle;
    max-width: 100%;
}

    
/* お知らせ */
.info {
    width: 100%;
}

.info ul {
    margin: 0 5px;
    width: 100%;
}

    .info ul span {
    display: block;
    width: 100%;
}

    
/* 今年度の活動写真 */
#event {
    width: 80%;
    margin: 0 auto;
}

.slick-prev:before,/*左右の矢印の色を変える*/
.slick-next:before {
    color: #000;
}

.slick-next {/*左右の矢印の位置を変える*/
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}

.slick-dots li.slick-active button:before,/*スライド数のドットの色を変える*/
.slick-dots li button:before {
    color: #fff;
}
.slider {
	margin: 0 0 50px;
}
    
.slider li{
    line-height: 1em;
}

.slider img {
	width: 100%;
	height: auto;
}
.multiple-item li {
	margin: 0 5px;
}

    
/* 役員紹介 */
#officer {
    width: 100%;
}
#officer ul {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}

#officer li {
    float: none;
    width: 98%;
    padding: 0 1%;
    text-align: center;
    margin: 0;
}
#officer li:nth-child(2) {
  width: 100%;
  margin-left: 0%;
}
#officer h3 {
  margin: 0;
  color: #27ae38;
}
#officer p {
  margin: 0;
}
#officer p span {
  display: inline-block;
  width: 40%;
  color: #27ae38;
    text-align: left;
}
#officer li a {
    color: #000;
}
#officer ul li img {
    width: 100%;
    height: auto;
}
span#officeMem {
    display: none;
}
span#small {
    display: none;
}

#officeMem_sp {
    text-align: right;
    font-size: 100%;
    padding: 5px;
    margin: 20px 5px 0 0;
}
#officeMem_sp a {
    color: #27ae38;
}
#officerImg {
    width: 100%;
    text-align: center;
    margin: 0;
} 
#officerImg img {
  width: 100%;
}
#past_officer {
	text-align: center; 
	width: 100%; 
	margin: 0 0 50px;
}
#past_officer a {
	padding: 1em; 
	border: 1px solid #27ae38; 
	color: #27ae38;
}

/* 会則・会計報告 */
#rule {
    width: 100%;
}
    
    
/* みんなの投稿 */    

    
/* officer.htmlページ */
#chairman {
    width: 100%;
}

.officerImage {
    float: none;
    width: 100%;
    text-align: center;
}

.officerInt {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
}

.executive {
    width: 100%;
}

.officerImage2 {
    float: none;
    width: 100%;
    text-align: center;
}

.officerInt2 {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
}

.officerName {
    font-size: 120%;
}

/* ↓event.htmlページ↓ */
#activity-wrap {
    width: 100%;
}

    .imageBox ul {
       border: none;
    padding: 1%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    }
    .imageBox ul li {
      width: 49.5%;
      margin-top: 5px;
    }

.imageBox img {
    width: 100%;
    height: auto;
}
    
.imageBox p {
    text-align: right;
}
    
.imageBox p a {
     color: #4ec85d;   
}

.act-tittle span {
  display: none;
}
    
/* ↓rule.htmlページ↓ */
#ruleContents {
    width: 100%;
    margin: 50px 2%;
}
.floatTwo p:nth-child(odd) {
    width: 20%;
}
.floatTwo p:nth-child(even) {
    width: 76%;
}
.centerFloat p:nth-child(odd) {
    width: 20%;
    margin-left: 10%;
}
.centerFloat p:nth-child(even) {
    width: 66%;
}
.float50 p:nth-child(odd) {
    width: 43%;
    margin-left: 10%;
}
.float50 p:nth-child(even) {
    width: 43%;
}
.ml20 {
    margin-left: 20%;
    width: 76%;@charset "utf-8";
}
/* CSS Document */
body {
    margin: 0;
}
img {
    vertical-align:bottom;
}

ul {
    margin:0;
    padding:0;
    list-style: none;
}

a {
    text-decoration: none;
}
a:hover {
    opacity: 0.8;
}

.sp-only {
        display: none;
    }
.pc-only {
    display: block;
}
.green {
    color: #27ae38;
}
.prepa {
    text-align: center;
    margin: 100px 0;
    color: #27ae38;
    font-size: 150%;
}
.text-c {
    text-align: center;
}
	
/* ↓past_officer.htmlページ↓ */
.past_d {
	width: 100%; 
	margin-bottom: 30px;
}
.past_h {
	border-bottom: 3px solid #27ae38; 
	width: 100%; 
	color: #27ae38;
}
.past_u {
	float: none; 
	width: 95%; 
	margin-left: 5%;
	margin-bottom: 0;
}
.past_u li {
	margin-bottom: 0.4em;
}


/*********** ↑ コンテンツ ↑ ************/

/*********** ↓ フッター ↓ ************/
footer {
    background-color: #27ae38;
}
#footerImg {
    overflow:hidden;
    width: 100%;
}
#footerImg img {
    overflow:hidden;
}
#copy {
    text-align: center;
    color: #fff;
}

/*********** ↑ フッター ↑ ************/

    
}/* ↑　max-width:999px ↑　*/