

/**
 * body
**/
body {
  font-family: "Noto Sans JP", sans-serif;
}



/**
 * breadcrumb
**/
.breadcrumb-common {
  margin: 0;
  padding: 0;
  height: 0;
  display: block;
  position: relative;
  border-top: 1px solid #e9e9e9;
}
.breadcrumb-common .wrapper {
  margin: 0 35px 0 35px;
  padding: 15px 0 0 0;
  width: calc( 100% - 70px );
}
.breadcrumb-common .breadcrumb-wrapper {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
}
.breadcrumb-common .wrapper li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: inline-block;
  line-height: 1.4em;
  font-size: 13px;
}
.breadcrumb-common li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin: 0 0.5em;
  padding: 0 0 0 0;
}
.breadcrumb-common .wrapper li a {
  color: #000000;
  text-decoration: none;
}



/**
 * main
**/
main {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  display: block;
}


/**
 * header
**/
#header {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 90px;
  background: #ffffff;
  position: relative;
}
#header img {
  width: 100%;
  height: auto;
  display: block;
}
#header .logo {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 300px;
  position: absolute;
  top: 36px;
  left: 40px;
}
#header #navi {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: absolute;
  top: 35px;
  right: 35px;
}
#header #navi ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  display: flex;
}
#header #navi ul li {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
  line-height: 1.2em;
  font-size: 15px;
  position: relative;
}
#header #navi ul li a {
  margin: 0 0 0 0;
  padding: 0 12px;
  text-decoration: none;
  border-right: 1px solid #000000;
  color: #578544;
  display: block;
}
#header #navi ul li:nth-of-type(1) a {
  border-left: 1px solid #000000;
}
#header #navi ul li ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  line-height: 1.4em;
  font-size: 15px;
  border-right: none;
  background: url("../img/common/navi_back_01.png");
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}
#header #navi ul li ul:before {
  margin: 0 0 0 -7px;
  padding: 0 0 0 0;
  width: 15px;
  height: 8px;
  line-height: 8px;
  content: "";
  background: url("../img/common/deco_01.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: -8px;
  left: 50%;
}

#header #navi ul li ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  line-height: 1.4em;
  font-size: 15px;
  border-top: 1px solid #95b289;
  border-left: none;
  display: block;
}
#header #navi ul li ul li:nth-of-type(1) {
  border-top: none;
}
#header #navi ul li ul li a {
  margin: 0 0 0 0;
  padding: 10px 0;
  width: 100%;
  line-height: 1.4em;
  font-size: 15px;
  text-align: center;
  border-right: none;
  color: #ffffff;
  display: block;
}
#header #navi ul li ul li:nth-of-type(1) a {
  border-left: none;
}
@media only screen and (min-width: 768px) {
  #header #navi ul li:hover ul {
    display: block;
  }
}
@media print, (min-width: 768px) and (max-width: 1100px) {
  #header {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 90px;
    background: #ffffff;
    position: relative;
  }
  #header img {
    width: 100%;
    height: auto;
    display: block;
  }
  #header .logo {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 250px;
    position: absolute;
    top: 36px;
    left: 15px;
  }
  #header #navi {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: absolute;
    top: 35px;
    right: 15px;
  }

}
@media only screen and (max-width: 767px) {
  #header {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 50px;
    background: #ffffff;
    position: relative;
  }
  #header img {
    width: 100%;
    height: auto;
    display: block;
  }
  #header .logo {
    margin: -5px 0 0 0;
    padding: 0 0 0 0;
    width: 196px;
    position: absolute;
    top: 50%;
    left: 17px;
  }
  
  .openbtn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 0;
    z-index: 3;
    transition: all .4s;
    transform-origin: center center;
  }
  .openbtn.active {
    background: #000000;
  }
  .openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 15px;
    height: 2px;
    background: #000000;
    border-radius: 90px;
    width: 20px;
  }

  
  
  .openbtn span:nth-of-type(1) {
    top: 19px; 
  }
  .openbtn span:nth-of-type(2) {
    top: 25px;
  }
  .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 24px;
    background: #fff;
    transform: rotate(-45deg);
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3){
    top: 24px;
    background: #fff;
    transform: rotate(45deg);
  }
  
  
  #header #navi {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    background: rgba(0,0,0,0.85);
    overflow: hidden;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
  }
  #header #navi ul {
    margin: 28px 17px;
    padding: 0 0 0 0;
    list-style: none;
    border: 1px solid #ffffff;
    border-top: none;
    display: block;
  }
  #header #navi ul li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 14px;
    border-top: 1px solid #fff;
    position: relative;
  }
  #header #navi ul li a {
    margin: 0 0 0 0;
    padding: 15px;
    text-decoration: none;
    border-right: none;
    color: #fff;
    display: block;
    position: relative;
  }
  #header #navi ul li a:after {
    margin: -6px 0 0 0;
    padding: 0 0 0 0;
    width: 6px;
    height: 12px;
    line-height: 12px;
    content: "";
    background: url("../img/common/arrow_01.png") no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
  }
  #header #navi ul li a.pulldown:after {
    margin: -3px 0 0 0;
    padding: 0 0 0 0;
    width: 12px;
    height: 6px;
    line-height: 6px;
    content: "";
    background: url("../img/common/arrow_02.png") no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
  }
  #header #navi ul li a.pulldown.on:after {
    margin: -3px 0 0 0;
    padding: 0 0 0 0;
    width: 12px;
    height: 6px;
    line-height: 6px;
    content: "";
    background: url("../img/common/arrow_03.png") no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
  }
  
  
  #header #navi ul li:nth-of-type(1) a {
    border-left: none;
  }
  #header #navi ul li ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    line-height: 1.4em;
    font-size: 14px;
    border-right: none;
    border: none;
    background: none;
    display: none;
    position: relative;
    top: auto;
    left: auto;
  }

  #header #navi ul li ul:before {
    display: none;
  }

  #header #navi ul li ul li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    line-height: 1.4em;
    font-size: 15px;
    border-top: 1px solid #ffffff;
    border-left: none;
    display: block;
  }
  #header #navi ul li ul li:nth-of-type(1) {
    border-top: none;
  }
  #header #navi ul li ul li a {
    margin: 0 0 0 0;
    padding: 15px 15px 15px 30px;
    width: 100%;
    line-height: 1.4em;
    font-size: 14px;
    text-align: left;
    border-right: none;
    color: #ffffff;
    box-sizing: border-box;
    display: block;
  }
  #header #navi ul li ul li:nth-of-type(1) a {
    border-left: none;
    border-top: 1px solid #fff;
  }
  #header #navi ul li ul li a:before {
    margin: 0 5px 0 0;
    padding: 0 0 0 0;
    content: "-";
    display: inline-block;
  }
}


/**
 * footer
**/
#footer {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #424242;
}
#footer img {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: auto;
  display: block;
}
#footer .inner {
  margin: 0 0 0 0;
  padding: 122px 0 125px 0;
}
#footer .inner .logo {
  margin: 0 auto 65px auto;
  padding: 0 0 0 0;
  width: 300px;
}

#footer .inner .link{
  margin:0 auto 30px;
}

#footer .inner .link .mds{
  margin: 0 auto 10px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

#footer .inner .link .link_name{
  max-width: 150px;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
  color: #fff;
}



#footer .inner .link .link_name a,
#footer .inner .link .link_name a:visited,
#footer .inner .link .link_name a:hover{
  color: #fff;
  text-decoration: none;
}

#footer .inner .link .link_name a:hover{
  text-decoration: underline;
}

#footer .inner .link .link_name a:hover{
  text-decoration: underline;
  opacity: 0.8;
}


#footer .inner .copyright {
  margin: 0 0 0.15% 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 12px;
  color: #999999;
  text-align: center;
}

#footer .inner .copyright a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 12px;
  color: #999999;
  text-align: center;
  text-decoration: none;
}

@media print, (min-width: 768px) and (max-width: 1100px) {

}
@media only screen and (max-width: 767px) {
  #footer {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: #424242;
  }
  #footer img {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    display: block;
  }
  #footer .inner {
    margin: 0 0 0 0;
    padding: 60px 0 15px 0;
  }

  #footer .inner .link .mds {
    margin: 0 auto 5px;
    font-size: 14px;
}




  #footer .inner .logo {
    margin: 0 auto 35px auto;
    padding: 0 0 0 0;
    width: 205px;
  }
  #footer .inner .copyright {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 12px;
    color: #999999;
    text-align: center;
  }
}


/**
 * page title
**/
.page_title {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 190px;
  background: url("../img/information/page_title.png") no-repeat center center;
  background-size: cover;
  display: table;
}
.page_title.information {
  background: url("../img/information/page_title.png") no-repeat center center;
  background-size: cover;
}
.page_title.news {
  background: url("../img/news/page_title.png") no-repeat center center;
  background-size: cover;
}
.page_title.event {
  background: url("../img/event/page_title.png") no-repeat center center;
  background-size: cover;
}

.page_title .cell {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.page_title .cell h2 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 29px;
  font-weight: normal;
  color: #fff;
}
.page_title .cell hr {
  margin: 7px auto 7px auto;
  padding: 0 0 0 0;
  width: 390px;
  height: 1px;
  line-height: 1;
  background: #fff;
  border: none;
  clear: both;
  display: block;
}
.page_title .cell .eng  {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 19px;
  font-weight: normal;
  font-family: "Akshar", sans-serif;
  letter-spacing: 3px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .page_title .cell hr {
    margin: 7px auto 7px auto;
    padding: 0 0 0 0;
    width: 240px;
    height: 1px;
    line-height: 1;
    background: #fff;
    border: none;
    clear: both;
    display: block;
  }

}

/**
 * news
**/
.news_page {
  margin: 0 auto 130px;
  padding: 45px 0 0 0;
  width: 91.66%;
  max-width: 1016px;
}
.news_page .item {
  margin: 0 0 0 0;
  padding: 45px 0;
  width: 100%;
  display: flex;
  border-bottom: 1px dotted #565454;
}
.news_page .item .image {
  margin: 0 6.69% 0 4.1%;
  padding: 0 0 0 0;
  width: 28.5%;
}
.news_page .item .image img {
  width: 100%;
  height: auto;
  display: block;
}
.news_page .item .box {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 57.28%;
}
.news_page .item .box .update {
  margin: 0 0 0 0;
  padding: 10px 0 20px 0;
  line-height: 1.4em;
  font-size: 13px;
  color: #565454;
}
.news_page .item .box .title {
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: bold;
  color: #699356;
  border-bottom: 1px solid #699356;
}
.news_page .item .box .title a {
  text-decoration: none;
  color: #699356;
}
.news_page .item .box .title a:hover {
  text-decoration: underline;
  color: #699356;
}
.news_page .item .box .description {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.6em;
  font-size: 15px;
  color: #000000;
}
.news_page .item .box .description a {
  text-decoration: none;
  color: #699356;
}
.news_page .item .box .description a:hover {
  text-decoration: underline;
  color: #699356;
}
.news_page .paging {
  margin: 0 0 0 0;
  padding: 50px 0 0 0;
  width: 100%;
  line-height: 1.2em;
  font-size: 10px;
  text-align: center;
}
.news_page .paging a {
  margin: 0 1px;
  padding: 7px 10px;
  text-decoration: none;
  display: inline-block;
  color: #699356;
  border: 1px solid #699356;
}
.news_page .paging a:hover {
  color: #fff;
  background: #699356;
  border: 1px solid #699356;
}
.news_page .paging .current {
  margin: 0 1px;
  padding: 7px 10px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  background: #699356;
  border: 1px solid #699356;
}
@media print, (min-width: 768px) and (max-width: 1100px) {

}
@media only screen and (max-width: 767px) {
  .news_page {
    margin: 0 auto 45px;
    padding: 15px 0 0 0;
    width: 91.66%;
    max-width: 1016px;
  }
  .news_page .item {
    margin: 0 0 0 0;
    padding: 30px 0 25px;
    width: 100%;
    display: block;
    border-top: 1px dotted #565454;
    border-bottom: none;
  }
  .news_page .item:nth-of-type(1) {
    border-top: none;
  }
  .news_page .item .image {
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .news_page .item .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .news_page .item .box {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .news_page .item .box .update {
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    line-height: 1.4em;
    font-size: 13px;
    color: #565454;
  }
  .news_page .item .box .title {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    line-height: 1.4em;
    font-size: 20px;
    font-weight: bold;
    color: #699356;
    border-bottom: 1px solid #699356;
  }
  .news_page .item .box .title a {
    text-decoration: none;
    color: #699356;
  }
  .news_page .item .box .title a:hover {
    text-decoration: underline;
    color: #699356;
  }
  .news_page .item .box .description {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 15px;
    color: #000000;
  }
  .news_page .item .box .description a {
    text-decoration: none;
    color: #699356;
  }
  .news_page .item .box .description a:hover {
    text-decoration: underline;
    color: #699356;
  }
  .news_page .paging {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    line-height: 1.2em;
    font-size: 10px;
    text-align: center;
  }
  .news_page .paging a {
    margin: 0 1px;
    padding: 7px 10px;
    text-decoration: none;
    display: inline-block;
    color: #699356;
    border: 1px solid #699356;
  }
  .news_page .paging a:hover {
    color: #fff;
    background: #699356;
    border: 1px solid #699356;
  }
  .news_page .paging .current {
    margin: 0 1px;
    padding: 7px 10px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background: #699356;
    border: 1px solid #699356;
  }
}

/**
 * single
**/
.single_page {
  margin: 0 auto 130px;
  width: 91.66%;
  max-width: 816px;
}
.single_page .head {
  margin: 0 0 40px 0;
  padding: 85px 20px 15px 20px;
  border-bottom: 1px solid #cccccc;
}
.single_page .head .update {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  line-height: 1.4em;
  font-size: 13px;
  color: #565454;
}
.single_page .head h2 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 30px;
  font-weight: bold;
  color: #699356;
}
.single_page .description {
  margin: 0 20px;
  padding: 0 0 50px 0;
  line-height: 1.6em;
  font-size: 15px;
  color: #000000;
  overflow: hidden;
}
.single_page .description p {
  margin: 0 0 0 0;
  padding: 0 0 30px 0;
}
.single_page .paging {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 648px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.single_page .paging .return {
  margin: 0 auto;
  padding: 15px 0 0 0;
  width: 170px;
  height: 50px;
  line-height: 1.2em;
  font-size: 15px;
  text-decoration: none;
  color: #ffffff;
  background: #699356;
  border: 1px solid #699356;
  display: block;
  box-sizing: border-box;
}
.single_page .paging .prev {
  padding: 15px 0 0 0;
  width: 170px;
  height: 50px;
  line-height: 1.2em;
  font-size: 15px;
  text-decoration: none;
  color: #699356;
  background: #ffffff;
  border: 1px solid #699356;
  border-left: none;
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 26px;
}
.single_page .paging .prev:before {
  margin: -50px 0 0 0;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 1px solid #699356;
  border-top: none;
  border-right: none;
  content: "";
  transform: rotate(45deg);
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: -4px;
}
.single_page .paging .next {
  padding: 15px 0 0 0;
  width: 170px;
  height: 50px;
  line-height: 1.2em;
  font-size: 15px;
  text-decoration: none;
  color: #699356;
  background: #ffffff;
  border: 1px solid #699356;
  border-right: none;
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 26px;
}
.single_page .paging .next:before {
  margin: -50px 0 0 0;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 1px solid #699356;
  border-bottom: none;
  border-left: none;
  content: "";
  transform: rotate(45deg);
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: -4px;
}
@media print, (min-width: 768px) and (max-width: 1100px) {

}
@media only screen and (max-width: 767px) {
  .single_page {
    margin: 0 auto 65px;
    padding: 30px 0 0 0;
    width: 91.66%;
    max-width: 816px;
  }
  .single_page .head {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #cccccc;
  }
  .single_page .head .update {
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    line-height: 1.4em;
    font-size: 15px;
    color: #565454;
  }
  .single_page .head h2 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 22px;
    font-weight: bold;
    color: #699356;
  }
  .single_page .description {
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    line-height: 1.6em;
    font-size: 15px;
    color: #000000;
    overflow: hidden;
  }
  .single_page .description p {
    margin: 0 0 0 0;
    padding: 0 0 20px 0;
  }
  .single_page .paging {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 93.66%;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .single_page .paging .return {
    margin: 0 auto;
    padding: 15px 0 0 0;
    width: 28%;
    height: 50px;
    line-height: 1.2em;
    font-size: 13px;
    text-decoration: none;
    color: #ffffff;
    background: #699356;
    border: 1px solid #699356;
    display: block;
    box-sizing: border-box;
  }
  .single_page .paging .prev {
    padding: 15px 0 0 0;
    width: calc( 33% - 26px );
    height: 50px;
    line-height: 1.2em;
    font-size: 13px;
    white-space: nowrap;
    text-decoration: none;
    color: #699356;
    background: #ffffff;
    border: 1px solid #699356;
    border-left: none;
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 26px;
  }
  .single_page .paging .prev:before {
    margin: -50px 0 0 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid #699356;
    border-top: none;
    border-right: none;
    content: "";
    transform: rotate(45deg);
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: -4px;
  }
  .single_page .paging .next {
    padding: 15px 0 0 0;
    width: calc( 33% - 26px );
    height: 50px;
    line-height: 1.2em;
    font-size: 13px;
    white-space: nowrap;
    text-decoration: none;
    color: #699356;
    background: #ffffff;
    border: 1px solid #699356;
    border-right: none;
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 26px;
  }
  .single_page .paging .next:before {
    margin: -50px 0 0 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid #699356;
    border-bottom: none;
    border-left: none;
    content: "";
    transform: rotate(45deg);
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: -4px;
  }
}


/**
 * event
**/
.event_page {
  margin: 0 auto 110px;
  padding: 65px 0 0 0;
  width: 91.66%;
  max-width: 980px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.event_page .main {
  margin: 0 3.2% 0 0;
  width: 65.8%;
}
.event_page .main h3 {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: bold;
  color: #699356;
}
.event_page .main .list {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.event_page .main .list .item {
  margin: 0 5% 35px 0;
  padding: 19px;
  width: 47.5%;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
.event_page .main .list .item:nth-of-type(2n) {
  margin: 0 0 35px 0;
}
.event_page .main .list .item img {
  width: 100%;
  height: auto;
  display: block;
}
.event_page .main .list .item .image {
  margin: 0 0 20px 0;
}
.event_page .main .list .item .box {
  position: relative;
}
.event_page .main .list .item .icon {
  width: 22px;
  position: absolute;
  top: 0;
  right: 0;
}
.event_page .main .list .item .update {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  line-height: 1.4em;
  font-size: 15px;
  color: #565454;
}
.event_page .main .list .item .title {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.event_page .main .list .item .title a {
  text-decoration: none;
  color: #000000;
}
.event_page .main .list .item .title a:hover {
  text-decoration: underline;
  color: #000000;
}
.event_page .main .list .item .schedule {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.6em;
  font-size: 15px;
  color: #000000;
}
.event_page .side {
  width: 31%;
}
.event_page .side h4 {
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: bold;
  color: #699356;
  text-align: center;
}

.event_page .side .junle_btn {
  margin: 0 auto 0;
  width: 288px;
  position: relative;
  z-index: 1;
}
.event_page .side .junle_btn .junle_pulldown {
  margin: 0 0 0 0;
  padding: 15px 40px 15px 15px;
  text-align: left;
  color: #ffffff;
  background: #578544;
  line-height: 1.2em;
  font-size: 15px;
  text-decoration: none;
  display: block;
  position: relative;
}
.event_page .side .junle_btn .junle_pulldown:after {
  margin: -5px 0 0 0;
  width: 16px;
  height: 10px;
  line-height: 10px;
  content: "";
  background: url("../img/top/arrow_02.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
}
.event_page .side .junle_btn .junle_pulldown.on:after {
  transform:rotate(180deg);
}

.event_page .side .junle_btn .pulldown_content {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  text-align: left;
  list-style: none;
  box-sizing: border-box;
  border: 1px solid #578544;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  display: none;
}
.event_page .side .junle_btn .pulldown_content li {
  margin: 0 9px;
  padding: 0 0 0 0;
  border-top: 1px dotted #578544;
}
.event_page .side .junle_btn .pulldown_content li:nth-of-type(1) {
  border-top: none;
}
.event_page .side .junle_btn .pulldown_content li a {
  margin: 0 0 0 0;
  padding: 12px 40px 12px 35px;
  display: block;
  line-height: 1.2em;
  font-size: 15px;
  text-decoration: none;
  color: #000000;
  position: relative;
}
.event_page .side .junle_btn .pulldown_content li a:hover {
  text-decoration: underline;
}
.event_page .side .junle_btn .pulldown_content li a:after {
  margin: -6px 0 0 0;
  width: 6px;
  height: 12px;
  line-height: 12px;
  content: "";
  background: url("../img/top/arrow_03.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
}
.event_page .side .junle_btn .pulldown_content li a.icon01:after {
  margin: -10px 0 0 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  content: "";
  background: url("../img/top/icon_01.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
}
.event_page .side .junle_btn .pulldown_content li a.icon02:after {
  margin: -10px 0 0 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  content: "";
  background: url("../img/top/icon_02.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
}
.event_page .side .junle_btn .pulldown_content li a.icon03:after {
  margin: -10px 0 0 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  content: "";
  background: url("../img/top/icon_03.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
}
.event_page .side .junle_btn .pulldown_content li a.icon04:after {
  margin: -10px 0 0 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  content: "";
  background: url("../img/top/icon_04.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
}
.event_page .side .junle_btn .pulldown_content li a.icon05:after {
  margin: -10px 0 0 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  content: "";
  background: url("../img/top/icon_05.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
}


.event_page .paging {
  margin: 0 0 0 0;
  padding: 190px 0 0 0;
  width: 100%;
  line-height: 1.2em;
  font-size: 10px;
  text-align: center;
}
.event_page .paging a {
  margin: 0 1px;
  padding: 7px 10px;
  text-decoration: none;
  display: inline-block;
  color: #699356;
  border: 1px solid #699356;
}
.event_page .paging a:hover {
  color: #fff;
  background: #699356;
  border: 1px solid #699356;
}
.event_page .paging .current {
  margin: 0 1px;
  padding: 7px 10px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  background: #699356;
  border: 1px solid #699356;
}
@media print, (min-width: 768px) and (max-width: 1100px) {

}
@media only screen and (max-width: 767px) {
  .event_page {
    margin: 0 auto 70px;
    padding: 45px 0 0 0;
    width: 91.66%;
    max-width: 980px;
    display: flex;
    flex-wrap: wrap;
  }
  .event_page .main {
    margin: 0 0 0 0;
    width: 100%;
  }
  .event_page .main h3 {
    margin: 0 0 0 0;
    padding: 0 0 15px 0;
    line-height: 1.4em;
    font-size: 20px;
    font-weight: bold;
    color: #699356;
  }
  .event_page .main .list {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .event_page .main .list .item {
    margin: 0 0 35px 0;
    padding: 15px;
    width: 100%;
    border: 1px solid #cccccc;
    box-sizing: border-box;
  }
  .event_page .main .list .item:nth-of-type(2n) {
    margin: 0 0 35px 0;
  }
  .event_page .main .list .item img {
    width: 100%;
    height: auto;
    display: block;
  }
  .event_page .main .list .item .image {
    margin: 0 0 20px 0;
  }
  .event_page .main .list .item .box {
    position: relative;
  }
  .event_page .main .list .item .icon {
    width: 22px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .event_page .main .list .item .update {
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    line-height: 1.4em;
    font-size: 15px;
    color: #565454;
  }
  .event_page .main .list .item .title {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
  }
  .event_page .main .list .item .title a {
    text-decoration: none;
    color: #000000;
  }
  .event_page .main .list .item .title a:hover {
    text-decoration: underline;
    color: #000000;
  }
  .event_page .main .list .item .schedule {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 15px;
    color: #000000;
  }
  .event_page .side {
    margin: 0 0 30px 0;
    width: 100%;
    display: flex;
  }
  .event_page .side .calendar {
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #ffffff;
    position: relative;
    background: #090;
  }
  .event_page .side .calendar a.calendar_pulldown {
    margin: 0 0 0 0;
    padding: 10px 0 20px 0;
    width: 100%;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background: #699356;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    border-right: 1px solid #fff;
    display: block;
  }
  .event_page .side .calendar a.calendar_pulldown:after {
    margin: 0 0 0 -6px;
    padding: 0 0 0 0;
    width: 12px;
    height: 6px;
    line-height: 6px;
    content: "";
    background: url("../img/event/arrow_01.png") no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
  }
  .event_page .side .calendar a.calendar_pulldown.on:after {
    transform:rotate(180deg);
  }
  .event_page .side .calendar div.pulldown_content {
    margin: 0 0 0 0;
    padding: 15px;
    width: calc( 200% + 4px );
    text-align: left;
    box-sizing: border-box;
    border: 1px solid #578544;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    display: none;
    z-index: 1;
  }
  
  .event_page .side .junle {
    width: 50%;
    position: relative;
  }
  .event_page .side .junle .junle_btn {
    width: 100%;
  }
  .event_page .side .junle a.junle_pulldown {
    margin: 0 0 0 0;
    padding: 10px 0 20px 0;
    width: 100% !important;
    height: auto;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background: #699356;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    border-right: 1px solid #fff;
  }
  .event_page .side .junle a.junle_pulldown:after {
    margin: 0 0 0 -6px;
    padding: 0 0 0 0;
    width: 12px;
    height: 6px;
    line-height: 6px;
    content: "";
    background: url("../img/event/arrow_01.png") no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    right: auto;
    top: auto;
  }
  .event_page .side .junle a.junle_pulldown.on:after {
    transform:rotate(180deg);
  }
  
  .event_page .side .junle ul.pulldown_content {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: calc( 200% - 5px );
    text-align: left;
    list-style: none;
    box-sizing: border-box;
    border: 1px solid #578544;
    position: absolute;
    top: 100%;
    left: auto;
    right: 1px;
    background: #fff;
    display: none;
  }
  

  
  .event_page .side h4 {
    margin: 0 0 0 0;
    padding: 10px 0 20px 0;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #699356;
    text-align: center;
    position: relative;
  }
  .event_page .side h4:after {
    margin: 0 0 0 -6px;
    padding: 0 0 0 0;
    width: 12px;
    height: 6px;
    line-height: 6px;
    content: "";
    background: url("../img/event/arrow_01.png") no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
  }
  
  

  .event_page .paging {
    margin: 0 0 0 0;
    padding: 190px 0 0 0;
    width: 100%;
    line-height: 1.2em;
    font-size: 10px;
    text-align: center;
  }
  .event_page .paging a {
    margin: 0 1px;
    padding: 7px 10px;
    text-decoration: none;
    display: inline-block;
    color: #699356;
    border: 1px solid #699356;
  }
  .event_page .paging a:hover {
    color: #fff;
    background: #699356;
    border: 1px solid #699356;
  }
  .event_page .paging .current {
    margin: 0 1px;
    padding: 7px 10px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background: #699356;
    border: 1px solid #699356;
  }
}


/**
 * event
**/
.event_single_page {
  margin: 0 auto 110px;
  padding: 75px 0 0 0;
  width: 91.66%;
  max-width: 980px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.event_single_page .main {
  margin: 0 3.2% 0 0;
  width: 65.8%;
}
.event_single_page .main img {
  width: 100%;
  height: auto;
  display: block;
}
.event_single_page .head {
  margin: 0 0 10px 0;
  padding: 0 20px 10px 20px;
  border-bottom: 1px solid #cccccc;
}
.event_single_page .head .icon {
  margin: 0 0 0 15px;
  width: 20px;
  display: inline-block;
}
.event_single_page .head .update {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 15px;
  color: #565454;
  display: inline-block;
}
.event_single_page .head h3 {
  margin: 0 0 0 0;
  padding: 5px 0 0 0;
  line-height: 1.4em;
  font-size: 30px;
  font-weight: bold;
  color: #699356;
}
.event_single_page .description {
  margin: 0 20px;
  padding: 0 0 20px 0;
  line-height: 2.0em;
  font-size: 15px;
  font-weight: bold;
  color: #565454;
  overflow: hidden;
}
.event_single_page .description p {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
}
.event_single_page .information {
  margin: 0 20px 50px;
  padding: 0 0 0 0;
  width: calc( 100% - 40px );
  display: flex;
}
.event_single_page .information .image {
  margin: 0 2% 0 0;
  padding: 0 0 0 0;
  width: 58%;
}
.event_single_page .information .data {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 40%;
}
.event_single_page .information .data dl {
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
  width: 100%;
  line-height: 1.6em;
  font-size: 15px;
  color: #565454;
  display: flex;
}
.event_single_page .information .data dl dt {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  min-width: 3em;
  font-weight: bold;
}
.event_single_page .information .data dl dd {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.event_single_page .information .data .note {
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
  line-height: 1.6em;
  font-size: 12px;
  color: #565454;
}


.event_single_page .side {
  width: 31%;
}
.event_single_page .side h4 {
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: bold;
  color: #699356;
  text-align: center;
}

.event_single_page .side .junle_btn {
  margin: 0 auto 0;
  width: 288px;
  position: relative;
  z-index: 1;
}
.event_single_page .side .junle_btn .junle_pulldown {
  margin: 0 0 0 0;
  padding: 15px 40px 15px 15px;
  text-align: left;
  color: #ffffff;
  background: #578544;
  line-height: 1.2em;
  font-size: 15px;
  text-decoration: none;
  display: block;
  position: relative;
}
.event_single_page .side .junle_btn .junle_pulldown:after {
  margin: -5px 0 0 0;
  width: 16px;
  height: 10px;
  line-height: 10px;
  content: "";
  background: url("../img/top/arrow_02.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
}
.event_single_page .side .junle_btn .junle_pulldown.on:after {
  transform:rotate(180deg);
}

.event_single_page .side .junle_btn .pulldown_content {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  text-align: left;
  list-style: none;
  box-sizing: border-box;
  border: 1px solid #578544;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  display: none;
}
.event_single_page .side .junle_btn .pulldown_content li {
  margin: 0 9px;
  padding: 0 0 0 0;
  border-top: 1px dotted #578544;
}
.event_single_page .side .junle_btn .pulldown_content li:nth-of-type(1) {
  border-top: none;
}
.event_single_page .side .junle_btn .pulldown_content li a {
  margin: 0 0 0 0;
  padding: 12px 40px 12px 35px;
  display: block;
  line-height: 1.2em;
  font-size: 15px;
  text-decoration: none;
  color: #000000;
  position: relative;
}
.event_single_page .side .junle_btn .pulldown_content li a:hover {
  text-decoration: underline;
}
.event_single_page .side .junle_btn .pulldown_content li a:after {
  margin: -6px 0 0 0;
  width: 6px;
  height: 12px;
  line-height: 12px;
  content: "";
  background: url("../img/top/arrow_03.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
}
.event_single_page .side .junle_btn .pulldown_content li a.icon01:after {
  margin: -10px 0 0 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  content: "";
  background: url("../img/top/icon_01.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
}
.event_single_page .side .junle_btn .pulldown_content li a.icon02:after {
  margin: -10px 0 0 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  content: "";
  background: url("../img/top/icon_02.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
}
.event_single_page .side .junle_btn .pulldown_content li a.icon03:after {
  margin: -10px 0 0 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  content: "";
  background: url("../img/top/icon_03.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
}
.event_single_page .side .junle_btn .pulldown_content li a.icon04:after {
  margin: -10px 0 0 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  content: "";
  background: url("../img/top/icon_04.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
}
.event_single_page .side .junle_btn .pulldown_content li a.icon05:after {
  margin: -10px 0 0 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  content: "";
  background: url("../img/top/icon_05.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
}


.event_single_page .paging {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 648px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.event_single_page .paging .return {
  margin: 0 auto;
  padding: 15px 0 0 0;
  width: 170px;
  height: 50px;
  line-height: 1.2em;
  font-size: 15px;
  text-decoration: none;
  color: #ffffff;
  background: #699356;
  border: 1px solid #699356;
  display: block;
  box-sizing: border-box;
}
.event_single_page .paging .prev {
  padding: 15px 0 0 0;
  width: 170px;
  height: 50px;
  line-height: 1.2em;
  font-size: 15px;
  text-decoration: none;
  color: #699356;
  background: #ffffff;
  border: 1px solid #699356;
  border-left: none;
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 26px;
}
.event_single_page .paging .prev:before {
  margin: -50px 0 0 0;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 1px solid #699356;
  border-top: none;
  border-right: none;
  content: "";
  transform: rotate(45deg);
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: -4px;
}
.event_single_page .paging .next {
  padding: 15px 0 0 0;
  width: 170px;
  height: 50px;
  line-height: 1.2em;
  font-size: 15px;
  text-decoration: none;
  color: #699356;
  background: #ffffff;
  border: 1px solid #699356;
  border-right: none;
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 26px;
}
.event_single_page .paging .next:before {
  margin: -50px 0 0 0;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 1px solid #699356;
  border-bottom: none;
  border-left: none;
  content: "";
  transform: rotate(45deg);
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: -4px;
}
@media print, (min-width: 768px) and (max-width: 1100px) {

}
@media only screen and (max-width: 767px) {
  .event_single_page {
    margin: 0 auto 60px;
    padding: 30px 0 0 0;
    width: 91.66%;
    max-width: 980px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .event_single_page .main {
    margin: 0 0 0 0;
    width: 100%;
  }
  .event_single_page .main img {
    width: 100%;
    height: auto;
    display: block;
  }
  .event_single_page .head {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #cccccc;
  }
  .event_single_page .head .icon {
    margin: 0 0 0 15px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
  }
  .event_single_page .head .update {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 15px;
    color: #565454;
    display: inline-block;
  }
  .event_single_page .head h3 {
    margin: 0 0 0 0;
    padding: 5px 0 0 0;
    line-height: 1.4em;
    font-size: 30px;
    font-weight: bold;
    color: #699356;
  }
  .event_single_page .description {
    margin: 0 0;
    padding: 0 0 20px 0;
    line-height: 2.0em;
    font-size: 15px;
    font-weight: bold;
    color: #565454;
    overflow: hidden;
  }
  .event_single_page .description p {
    margin: 0 0 0 0;
    padding: 0 0 15px 0;
  }
  .event_single_page .information {
    margin: 0 0 50px;
    padding: 0 0 0 0;
    width: 100%;
    display: block;
  }
  .event_single_page .information .image {
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .event_single_page .information .data {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .event_single_page .information .data dl {
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
    width: 100%;
    line-height: 1.6em;
    font-size: 15px;
    color: #565454;
    display: flex;
  }
  .event_single_page .information .data dl dt {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-weight: bold;
  }
  .event_single_page .information .data dl dd {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .event_single_page .information .data .note {
    margin: 0 0 0 0;
    padding: 10px 0 0 0;
    line-height: 1.6em;
    font-size: 12px;
    color: #565454;
  }

  .event_single_page .side {
    margin: 0 0 30px 0;
    width: 100%;
    display: flex;
  }
  .event_single_page .side .calendar {
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #ffffff;
    position: relative;
    background: #090;
  }
  .event_single_page .side .calendar a.calendar_pulldown {
    margin: 0 0 0 0;
    padding: 10px 0 20px 0;
    width: 100%;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background: #699356;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    border-right: 1px solid #fff;
    display: block;
  }
  .event_single_page .side .calendar a.calendar_pulldown:after {
    margin: 0 0 0 -6px;
    padding: 0 0 0 0;
    width: 12px;
    height: 6px;
    line-height: 6px;
    content: "";
    background: url("../img/event/arrow_01.png") no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
  }
  .event_single_page .side .calendar a.calendar_pulldown.on:after {
    transform:rotate(180deg);
  }
  .event_single_page .side .calendar div.pulldown_content {
    margin: 0 0 0 0;
    padding: 15px;
    width: calc( 200% + 4px );
    text-align: left;
    box-sizing: border-box;
    border: 1px solid #578544;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    display: none;
    z-index: 1;
  }
  
  .event_single_page .side .junle {
    width: 50%;
    position: relative;
  }
  .event_single_page .side .junle_btn {
    width: 100%;
  }
  .event_single_page .side .junle a.junle_pulldown {
    margin: 0 0 0 0;
    padding: 10px 0 20px 0;
    width: 100%;
    height: auto;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background: #699356;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    border-right: 1px solid #fff;
  }
  .event_single_page .side .junle a.junle_pulldown:after {
    margin: 0 0 0 -6px;
    padding: 0 0 0 0;
    width: 12px;
    height: 6px;
    line-height: 6px;
    content: "";
    background: url("../img/event/arrow_01.png") no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    right: auto;
    top: auto;
  }
  .event_single_page .side .junle a.junle_pulldown.on:after {
    transform:rotate(180deg);
  }
  
  .event_single_page .side .junle ul.pulldown_content {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: calc( 200% - 5px );
    text-align: left;
    list-style: none;
    box-sizing: border-box;
    border: 1px solid #578544;
    position: absolute;
    top: 100%;
    left: auto;
    right: 1px;
    background: #fff;
    display: none;
  }
  
  
  .event_single_page .side h4 {
    margin: 0 0 0 0;
    padding: 10px 0 20px 0;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #699356;
    text-align: center;
    position: relative;
  }
  .event_single_page .side h4:after {
    margin: 0 0 0 -6px;
    padding: 0 0 0 0;
    width: 12px;
    height: 6px;
    line-height: 6px;
    content: "";
    background: url("../img/event/arrow_01.png") no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
  }

  .event_single_page .paging {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .event_single_page .paging .return {
    margin: 0 auto;
    padding: 15px 0 0 0;
    width: 28%;
    height: 50px;
    line-height: 1.2em;
    font-size: 13px;
    text-decoration: none;
    color: #ffffff;
    background: #699356;
    border: 1px solid #699356;
    display: block;
    box-sizing: border-box;
  }
  .event_single_page .paging .prev {
    padding: 15px 0 0 0;
    width: calc( 33% - 26px );
    height: 50px;
    line-height: 1.2em;
    font-size: 13px;
    white-space: nowrap;
    text-decoration: none;
    color: #699356;
    background: #ffffff;
    border: 1px solid #699356;
    border-left: none;
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 26px;
  }
  .event_single_page .paging .prev:before {
    margin: -50px 0 0 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid #699356;
    border-top: none;
    border-right: none;
    content: "";
    transform: rotate(45deg);
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: -4px;
  }
  .event_single_page .paging .next {
    padding: 15px 0 0 0;
    width: calc( 33% - 26px );
    height: 50px;
    line-height: 1.2em;
    font-size: 13px;
    white-space: nowrap;
    text-decoration: none;
    color: #699356;
    background: #ffffff;
    border: 1px solid #699356;
    border-right: none;
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 26px;
  }
  .event_single_page .paging .next:before {
    margin: -50px 0 0 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid #699356;
    border-bottom: none;
    border-left: none;
    content: "";
    transform: rotate(45deg);
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: -4px;
  }
}


/**
 * information
**/
.information_page {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
}
.information_page .head {
  margin: 0 0 0 0;
  padding: 0 0 30px 0;
  text-align: center;
}
.information_page .head .eng {
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
  line-height: 1.4em;
  font-size: 19px;
  font-family: "Akshar", sans-serif;
  letter-spacing: 3px;
  color: #578544;
}
.information_page .head h3 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 29px;
  color: #000000;
}
.information_page .greeting {
  margin: 0 0 0 0;
  padding: 75px 0 55px 0;
  width: 100%;
  background: #f4f8ee;
}
.information_page .greeting .description {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  line-height: 1.8em;
  font-size: 15px;
}
.information_page .greeting .description .catch {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  text-align: center;
  line-height: 1.4em;
  font-size: 20px;
  color: #578544;
}
.information_page .role {
  margin: 0 0 0 0;
  padding: 72px 0 72px 0;
  width: 100%;
}
.information_page .role .data {
  margin: 0 auto;
  width: 91.66%;
  max-width: 780px;
}
.information_page .role .data table {
  width: 100%;
  border: none;
}
.information_page .role .data table th {
  padding: 12px 0;
  line-height: 1.4em;
  font-size: 15px;
  background: #f4f8ee;
  border: none;
  text-align: center;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  border-left: 1px solid #808080;
}
.information_page .role .data table tr th:nth-of-type(1) {
  border-left: none;
}
.information_page .role .data table td {
  padding: 12px 0;
  line-height: 1.4em;
  font-size: 15px;
  border: none;
  text-align: center;
  border-bottom: 1px solid #808080;
  border-left: 1px solid #808080;
}
.information_page .role .data table tr td:nth-of-type(1) {
  border-left: none;
}
.information_page .constitution {
  margin: 0 0 0 0;
  padding: 55px 0 105px 0;
  width: 100%;
  background: #f7f7f8;
}
.information_page .constitution .link_box {
  margin: 0 auto;
  width: 91.66%;
  max-width: 1024px;
  display: flex;
}
.information_page .constitution .link_box .link {
  margin: 0 2% 0 0;
  width: 49%;
  height: 100px;
  display: table;
}
.information_page .constitution .link_box .link:nth-of-type(2) {
  margin: 0 0 0 0;
}
.information_page .constitution .link_box .link a {
  line-height: 1.2em;
  font-size: 22px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background: #578544;
  display: table-cell;
  vertical-align: middle;
}
.information_page .constitution .link_box .link a .sub {
  line-height: 1.2em;
  font-size: 15px;
}
.information_page .constitution .link_box .link a .wrap {
  display: inline-block;
  position: relative;
}
.information_page .constitution .link_box .link a .wrap:before {
  margin: -20px 0 0 0;
  width: 32px;
  height: 41px;
  line-height: 41px;
  content: "";
  background: url("../img/information/icon_01.png") no-repeat center center;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: -40px;
}
.information_page .constitution .link_box .link a .wrap:after {
  margin: -4px 0 0 0;
  width: 41px;
  height: 9px;
  line-height: 9px;
  content: "";
  background: url("../img/information/arrow_01.png") no-repeat center center;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: -50px;
}
.information_page .bulky_garbage {
  margin: 0 0 0 0;
  padding: 85px 0 40px 0;
  width: 100%;
}
.information_page .bulky_garbage h4 {
  margin: 0 auto 20px;
  padding: 0 0 12px 0;
  width: 91.66%;
  max-width: 780px;
  line-height: 1.4em;
  font-size: 23px;
  text-align: center;
  color: #578544;
  border-bottom: 4px solid #578544;
}
.information_page .bulky_garbage ul {
  margin: 0 auto 45px;
  padding: 0 0 0 0;
  width: 91.66%;
  max-width: 640px;
  line-height: 1.4em;
  font-size: 15px;
  text-align: left;
  list-style: none;
  color: #000000;
}
.information_page .bulky_garbage ul li {
  margin: 0 0 0 0;
  padding: 0 0 10px 20px;
  position: relative;
}
.information_page .bulky_garbage ul li:before {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  content: "●";
  color: #578544;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, (min-width: 768px) and (max-width: 1100px) {

}
@media only screen and (max-width: 767px) {
  .information_page {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .information_page .head {
    margin: 0 0 0 0;
    padding: 0 0 20px 0;
    text-align: center;
  }
  .information_page .head .eng {
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
    line-height: 1.4em;
    font-size: 14px;
    color: #578544;
  }
  .information_page .head h3 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 22px;
    color: #000000;
  }
  .information_page .greeting {
    margin: 0 0 0 0;
    padding: 35px 0 35px 0;
    width: 100%;
    background: #f4f8ee;
  }
  .information_page .greeting .description {
    margin: 0 auto;
    width: 91.66%;
    padding: 0 0 0 0;
    text-align: left;
    line-height: 1.8em;
    font-size: 15px;
  }
  .information_page .greeting .description .catch {
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    text-align: center;
    line-height: 1.4em;
    font-size: 20px;
    color: #578544;
  }
  .information_page .role {
    margin: 0 0 0 0;
    padding: 30px 0 30px 0;
    width: 100%;
  }
  .information_page .role .data {
    margin: 0 auto;
    width: 91.66%;
    max-width: 780px;
  }
  .information_page .role .data table {
    width: 100%;
    border: none;
  }
  .information_page .role .data table th {
    padding: 12px 0;
    line-height: 1.4em;
    font-size: 15px;
    background: #f4f8ee;
    border: none;
    text-align: center;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    border-left: 1px solid #808080;
  }
  .information_page .role .data table tr th:nth-of-type(1) {
    border-left: none;
  }
  .information_page .role .data table td {
    padding: 12px 0;
    line-height: 1.4em;
    font-size: 15px;
    border: none;
    text-align: center;
    border-bottom: 1px solid #808080;
    border-left: 1px solid #808080;
  }
  .information_page .role .data table tr td:nth-of-type(1) {
    border-left: none;
  }
  .information_page .constitution {
    margin: 0 0 0 0;
    padding: 35px 0 45px 0;
    width: 100%;
    background: #f7f7f8;
  }
  .information_page .constitution .link_box {
    margin: 0 auto;
    width: 91.66%;
    max-width: 1024px;
    display: flex;
    flex-wrap: wrap;
  }
  .information_page .constitution .link_box .link {
    margin: 0 0 0 0;
    width: 100%;
    height: 65px;
    display: table;
  }
  .information_page .constitution .link_box .link:nth-of-type(1) {
    margin: 0 0 20px 0;
  }
  .information_page .constitution .link_box .link a {
    line-height: 1.2em;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    background: #578544;
    display: table-cell;
    vertical-align: middle;
  }
  .information_page .constitution .link_box .link a .sub {
    line-height: 1.2em;
    font-size: 10px;
  }
  .information_page .constitution .link_box .link a .wrap {
    display: block;
    position: relative;
  }
  .information_page .constitution .link_box .link a .wrap:before {
    margin: -15px 0 0 0;
    width: 22px;
    height: 29px;
    line-height: 29px;
    content: "";
    background: url("../img/information/icon_01.png") no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 45px;
  }
  .information_page .constitution .link_box .link a .wrap:after {
    margin: -4px 0 0 0;
    width: 41px;
    height: 9px;
    line-height: 9px;
    content: "";
    background: url("../img/information/arrow_01.png") no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 50px;
  }
  .information_page .bulky_garbage {
    margin: 0 0 0 0;
    padding: 40px 0 20px 0;
    width: 100%;
  }
  .information_page .bulky_garbage h4 {
    margin: 0 auto 20px;
    padding: 0 0 12px 0;
    width: 91.66%;
    max-width: 780px;
    line-height: 1.4em;
    font-size: 20px;
    text-align: center;
    color: #578544;
    border-bottom: 2px solid #578544;
  }
  .information_page .bulky_garbage ul {
    margin: 0 auto 25px;
    padding: 0 0 0 0;
    width: 91.66%;
    max-width: 780px;
    line-height: 1.4em;
    font-size: 15px;
    text-align: left;
    list-style: none;
    color: #000000;
  }
  .information_page .bulky_garbage ul li {
    margin: 0 0 0 0;
    padding: 0 0 10px 20px;
    position: relative;
  }
  .information_page .bulky_garbage ul li:before {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    content: "●";
    color: #578544;
    position: absolute;
    top: 0;
    left: 0;
  }
}


/**
 * home
**/
.main_image {
  width: 100%;
  height: calc( 100vh - 90px );
  background: url("../img/top/main_image_02.png") no-repeat center center;
  background-size: cover;
}
.home_page {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  overflow: hidden;
}
.home_page .head {
  margin: 0 0 0 0;
  padding: 0 0 25px 0;
  width: 100%;
}
.home_page .head .eng {
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
  line-height: 1.4em;
  font-size: 19px;
  font-family: "Akshar", sans-serif;
  color: #578544;
}
.home_page .head h3 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 29px;
  color: #000000;
}
.home_page .wrap {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 91.66%;
  max-width: 1040px;
  text-align: center;
  display: flex;
  position: relative;
}
.home_page .wrap:before {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 50vw;
  height: 100%;
  content: "";
  background: #f4f8ee;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
}
.home_page .wrap:after {
  margin: 0 0 0 -50vw;
  padding: 0 0 0 0;
  width: 100vw;
  height: 1px;
  content: "";
  background: #808080;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.home_page .wrap .news {
  margin: 0 0 0 0;
  padding: 55px 0 60px 0;
  width: 33%;
  background: #f4f8ee;
}
.home_page .wrap .news .list {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 94%;
  max-width: 294px;
  text-align: left;
}
.home_page .wrap .news .list .item {
  margin: 0 0 0 0;
  padding: 15px 0 15px 10px;
  width: 100%;
  border-bottom: 1px dotted #808080;
  box-sizing: border-box;
}
.home_page .wrap .news .list .item .update {
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
  line-height: 1.4em;
  font-size: 12px;
  color: #808080;
}
.home_page .wrap .news .list .item .title {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
}
.home_page .wrap .news .list .item .title a {
  text-decoration: none;
  color: #000000;
}
.home_page .wrap .news .list .item .title a:hover {
  text-decoration: underline;
  color: #000000;
}
.home_page .wrap .news .list .more {
  margin: 0 0 0 0;
  padding: 30px 0 0 0;
  text-align: right;
  line-height: 1.4em;
  font-size: 15px;
  color: #000000;
}
.home_page .wrap .news .list .more a {
  text-decoration: none;
  color: #000000;
}
.home_page .wrap .news .list .more a:hover {
  text-decoration: underline;
  color: #000000;
}
.home_page .wrap .news .list .more a:after {
  margin: 0 0 0 5px;
  width: 37px;
  height: 8px;
  line-height: 8px;
  content: "";
  background: url("../img/top/arrow_01.png") no-repeat center center;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
}
.home_page .wrap .event {
  margin: 0 0 0 6.7%;
  padding: 55px 0 60px 0;
  width: 60.3%;
  background: #fff;
}
.home_page .wrap .event h4 {
  margin: 0 0 35px 0;
  padding: 0 0 10px 0;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: bold;
  color: #578544;
  text-align: center;
  border-bottom: 1px solid #578544;
}
.home_page .wrap .event .list {
  margin: 0 auto;
  padding: 0 0 65px 0;
  width: 94%;
  max-width: 574px;
  text-align: left;
}
.home_page .wrap .event .list .item {
  margin: 0 0 0 0;
  padding: 15px 0 15px 10px;
  width: 100%;
  border-bottom: 1px dotted #808080;
  box-sizing: border-box;
  display: flex;
}
.home_page .wrap .event .list .item .update {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 112px;
  line-height: 1.4em;
  font-size: 12px;
  color: #808080;
}
.home_page .wrap .event .list .item .icon {
  margin: 0 5px 0 0;
  padding: 0 0 0 0;
  width: 20px;
}
.home_page .wrap .event .list .item .icon img {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: auto;
  display: block;
}

.home_page .wrap .event .list .item .info {

}
.home_page .wrap .event .list .item .title {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
.home_page .wrap .event .list .item .title a {
  text-decoration: none;
  color: #000000;
}
.home_page .wrap .event .list .item .title a:hover {
  text-decoration: underline;
  color: #000000;
}
.home_page .wrap .event .list .item .schedule {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 16px;
  color: #000000;
}

.home_page .wrap .event .list .more {
  margin: 0 0 0 0;
  padding: 30px 0 0 0;
  text-align: right;
  line-height: 1.4em;
  font-size: 15px;
  color: #000000;
}
.home_page .wrap .event .list .more a {
  text-decoration: none;
  color: #000000;
}
.home_page .wrap .event .list .more a:hover {
  text-decoration: underline;
  color: #000000;
}
.home_page .wrap .event .list .more a:after {
  margin: 0 0 0 5px;
  width: 37px;
  height: 8px;
  line-height: 8px;
  content: "";
  background: url("../img/top/arrow_01.png") no-repeat center center;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
}
.home_page .wrap .event .junle_btn {
  margin: 0 auto 0;
  width: 288px;
  position: relative;
  z-index: 1;
}
.home_page .wrap .event .junle_btn .junle_pulldown {
  margin: 0 0 0 0;
  padding: 15px 40px 15px 15px;
  text-align: left;
  color: #ffffff;
  background: #578544;
  line-height: 1.2em;
  font-size: 15px;
  text-decoration: none;
  display: block;
  position: relative;
}
.home_page .wrap .event .junle_btn .junle_pulldown:after {
  margin: -5px 0 0 0;
  width: 16px;
  height: 10px;
  line-height: 10px;
  content: "";
  background: url("../img/top/arrow_02.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
}
.home_page .wrap .event .junle_btn .junle_pulldown.on:after {
  transform:rotate(180deg);
}

.home_page .wrap .event .junle_btn .pulldown_content {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  text-align: left;
  list-style: none;
  box-sizing: border-box;
  border: 1px solid #578544;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  display: none;
}
.home_page .wrap .event .junle_btn .pulldown_content li {
  margin: 0 9px;
  padding: 0 0 0 0;
  border-top: 1px dotted #578544;
}
.home_page .wrap .event .junle_btn .pulldown_content li:nth-of-type(1) {
  border-top: none;
}
.home_page .wrap .event .junle_btn .pulldown_content li a {
  margin: 0 0 0 0;
  padding: 12px 40px 12px 35px;
  display: block;
  line-height: 1.2em;
  font-size: 15px;
  text-decoration: none;
  color: #000000;
  position: relative;
}
.home_page .wrap .event .junle_btn .pulldown_content li a:hover {
  text-decoration: underline;
}
.home_page .wrap .event .junle_btn .pulldown_content li a:after {
  margin: -6px 0 0 0;
  width: 6px;
  height: 12px;
  line-height: 12px;
  content: "";
  background: url("../img/top/arrow_03.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
}
.home_page .wrap .event .junle_btn .pulldown_content li a.icon01:after {
  margin: -10px 0 0 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  content: "";
  background: url("../img/top/icon_01.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
}
.home_page .wrap .event .junle_btn .pulldown_content li a.icon02:after {
  margin: -10px 0 0 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  content: "";
  background: url("../img/top/icon_02.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
}
.home_page .wrap .event .junle_btn .pulldown_content li a.icon03:after {
  margin: -10px 0 0 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  content: "";
  background: url("../img/top/icon_03.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
}
.home_page .wrap .event .junle_btn .pulldown_content li a.icon04:after {
  margin: -10px 0 0 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  content: "";
  background: url("../img/top/icon_04.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
}
.home_page .wrap .event .junle_btn .pulldown_content li a.icon05:after {
  margin: -10px 0 0 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  content: "";
  background: url("../img/top/icon_05.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
}



.home_page .map {
  margin: 0 0 0 0;
  padding: 55px 0 72px 0;
  width: 100%;
  text-align: center;
  background: #f7f7f8;
}
.home_page .map .googlemap {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 91.66%;
  max-width: 1023px;
  border: 1px solid #808080;
  box-sizing: border-box;
}
.home_page .map .googlemap iframe {
  width: 100%;
  height: 340px;
  display: block;
}
@media print, (min-width: 768px) and (max-width: 1100px) {

}
@media only screen and (max-width: 767px) {
  .main_image {
    width: 100%;
    height: 110vw;
    background: url("../img/top/main_image_02-sp.png") no-repeat center center;
    background-size: cover;
  }

  .home_page {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    overflow: hidden;
  }
  .home_page .head {
    margin: 0 0 0 0;
    padding: 0 0 15px 0;
    width: 100%;
  }
  .home_page .head .eng {
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
    line-height: 1.4em;
    font-size: 14px;
    color: #578544;
  }
  .home_page .head h3 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 22px;
    color: #000000;
  }
  .home_page .wrap {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    max-width: 1040px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .home_page .wrap:before {
    display: none;
  }
  .home_page .wrap:after {
    display: none;
  }
  .home_page .wrap .news {
    margin: 0 0 0 0;
    padding: 30px 0 35px 0;
    width: 100%;
    background: #f4f8ee;
  }
  .home_page .wrap .news .list {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 91.66%;
    max-width: 91.66%;
    text-align: left;
  }
  .home_page .wrap .news .list .item {
    margin: 0 0 0 0;
    padding: 12px 0 12px 0;
    width: 100%;
    border-bottom: 1px dotted #808080;
    box-sizing: border-box;
  }
  .home_page .wrap .news .list .item .update {
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
    line-height: 1.4em;
    font-size: 12px;
    color: #808080;
  }
  .home_page .wrap .news .list .item .title {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
  }
  .home_page .wrap .news .list .item .title a {
    text-decoration: none;
    color: #000000;
  }
  .home_page .wrap .news .list .item .title a:hover {
    text-decoration: underline;
    color: #000000;
  }
  .home_page .wrap .news .list .more {
    margin: 0 0 0 0;
    padding: 30px 0 0 0;
    text-align: center;
    line-height: 1.4em;
    font-size: 15px;
    color: #000000;
  }
  .home_page .wrap .news .list .more a {
    text-decoration: none;
    color: #000000;
  }
  .home_page .wrap .news .list .more a:hover {
    text-decoration: underline;
    color: #000000;
  }
  .home_page .wrap .news .list .more a:after {
    margin: 0 0 0 5px;
    width: 37px;
    height: 8px;
    line-height: 8px;
    content: "";
    background: url("../img/top/arrow_01.png") no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .home_page .wrap .event {
    margin: 0 0 0 0;
    padding: 40px 0 30px 0;
    width: 100%;
    background: #fff;
  }

  .home_page .wrap .event .menu {
    margin: 0 auto 25px auto;
    width: 91.66%;
    position: relative;
    display: flex;
    z-index: 1;
  }
  .home_page .wrap .event .menu a.calendar_pulldown {
    margin: 0 0 0 0;
    padding: 10px 0 20px 0;
    width: 50%;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background: #699356;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    border-right: 1px solid #fff;
  }
  .home_page .wrap .event .menu a.calendar_pulldown:after {
    margin: 0 0 0 -6px;
    padding: 0 0 0 0;
    width: 12px;
    height: 6px;
    line-height: 6px;
    content: "";
    background: url("../img/event/arrow_01.png") no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
  }
  .home_page .wrap .event .menu a.calendar_pulldown.on:after {
    transform:rotate(180deg);
  }
  .home_page .wrap .event .menu .junle_btn {
    width: 50%;
    position: relative;
  }
  .home_page .wrap .event .menu a.junle_pulldown {
    margin: 0 0 0 0;
    padding: 10px 0 20px 0;
    width: 100%;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background: #699356;
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }
  .home_page .wrap .event .menu a.junle_pulldown:after {
    margin: 0 0 0 -6px;
    padding: 0 0 0 0;
    width: 12px;
    height: 6px;
    line-height: 6px;
    content: "";
    background: url("../img/event/arrow_01.png") no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    top: auto;
    right: auto;
  }
  .home_page .wrap .event .menu a.junle_pulldown.on:after {
    transform:rotate(180deg);
  }

  
  .home_page .wrap .event .menu div.pulldown_content {
    margin: 0 0 0 0;
    padding: 15px;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    border: 1px solid #578544;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    display: none;
  }
  
  .home_page .wrap .event .menu ul.pulldown_content {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 200%;
    text-align: left;
    list-style: none;
    box-sizing: border-box;
    border: 1px solid #578544;
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    background: #fff;
    display: none;
  }
  .home_page .wrap .event .menu ul.pulldown_content li {
    margin: 0 9px;
    padding: 0 0 0 0;
    border-top: 1px dotted #578544;
  }
  .home_page .wrap .event .menu ul.pulldown_content li:nth-of-type(1) {
    border-top: none;
  }
  .home_page .wrap .event .menu ul.pulldown_content li a {
    margin: 0 0 0 0;
    padding: 12px 40px 12px 35px;
    display: block;
    line-height: 1.2em;
    font-size: 15px;
    text-decoration: none;
    color: #000000;
    position: relative;
  }
  .home_page .wrap .event .menu ul.pulldown_content li a:hover {
    text-decoration: underline;
  }
  .home_page .wrap .event .menu ul.pulldown_content li a:after {
    margin: -6px 0 0 0;
    width: 6px;
    height: 12px;
    line-height: 12px;
    content: "";
    background: url("../img/top/arrow_03.png") no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
  }
  .home_page .wrap .event .menu ul.pulldown_content li a.icon01:after {
    margin: -10px 0 0 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    content: "";
    background: url("../img/top/icon_01.png") no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 8px;
  }
  .home_page .wrap .event .menu ul.pulldown_content li a.icon02:after {
    margin: -10px 0 0 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    content: "";
    background: url("../img/top/icon_02.png") no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 8px;
  }
  .home_page .wrap .event .menu ul.pulldown_content li a.icon03:after {
    margin: -10px 0 0 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    content: "";
    background: url("../img/top/icon_03.png") no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 8px;
  }
  .home_page .wrap .event .menu ul.pulldown_content li a.icon04:after {
    margin: -10px 0 0 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    content: "";
    background: url("../img/top/icon_04.png") no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 8px;
  }
  .home_page .wrap .event .menu ul.pulldown_content li a.icon05:after {
    margin: -10px 0 0 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    content: "";
    background: url("../img/top/icon_05.png") no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 8px;
  }
  
  
  
  .home_page .wrap .event h4 {
    margin: 0 0 35px 0;
    padding: 0 0 10px 0;
    line-height: 1.4em;
    font-size: 20px;
    font-weight: bold;
    color: #578544;
    text-align: center;
    border-bottom: 1px solid #578544;
  }
  .home_page .wrap .event .list {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 91.66%;
    max-width: 91.66%;
    text-align: left;
  }
  .home_page .wrap .event .list .item {
    margin: 0 0 0 0;
    padding: 15px 0 15px 10px;
    width: 100%;
    border-bottom: 1px dotted #808080;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
  }
  .home_page .wrap .event .list .item .update {
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    width: 100%;
    line-height: 1.4em;
    font-size: 12px;
    color: #808080;
  }
  .home_page .wrap .event .list .item .icon {
    margin: 0 5px 0 0;
    padding: 0 0 0 0;
    width: 20px;
  }
  .home_page .wrap .event .list .item .icon img {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    display: block;
  }

  .home_page .wrap .event .list .item .info {

  }
  .home_page .wrap .event .list .item .title {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
  }
  .home_page .wrap .event .list .item .title a {
    text-decoration: none;
    color: #000000;
  }
  .home_page .wrap .event .list .item .title a:hover {
    text-decoration: underline;
    color: #000000;
  }
  .home_page .wrap .event .list .item .schedule {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 16px;
    color: #000000;
  }

  .home_page .wrap .event .list .more {
    margin: 0 0 0 0;
    padding: 30px 0 0 0;
    text-align: center;
    line-height: 1.4em;
    font-size: 15px;
    color: #000000;
  }
  .home_page .wrap .event .list .more a {
    text-decoration: none;
    color: #000000;
  }
  .home_page .wrap .event .list .more a:hover {
    text-decoration: underline;
    color: #000000;
  }
  .home_page .wrap .event .list .more a:after {
    margin: 0 0 0 5px;
    width: 37px;
    height: 8px;
    line-height: 8px;
    content: "";
    background: url("../img/top/arrow_01.png") no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .home_page .map {
    margin: 0 0 0 0;
    padding: 30px 0 35px 0;
    width: 100%;
    text-align: center;
    background: #f7f7f8;
  }
  .home_page .map .googlemap {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 91.66%;
    max-width: 1023px;
    border: 1px solid #808080;
    box-sizing: border-box;
  }
  .home_page .map .googlemap iframe {
    width: 100%;
    height: 340px;
    display: block;
  }
}

























