@charset "utf-8";
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
#main {
  /*  background-image: url(../images/we0203.jpg);*/
}
#hello {}
#top_Mainimage img {
  display: none;
}
#top_spMainimage img {
  width: 100%;
  padding-top: 53px;
}
#hello h1 {
  font-size: 100%;
}
#hello p {
  line-height: 1.3em;
  font-size: 90%;
}
hr.style-one {
  clear: both;
  border: 0;
  height: 1px;
  background: #333;
  background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
  margin: 26px auto;
}
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
  overflow-y: scroll;
  height: 200px;
  width: 90%;
  margin: 0 auto 16px;
}
div.new {
  background-color: #ffffff; /* ボックスの背景色 */
  border: 1px #c0c0c0 solid; /* ボックスの境界線 */
  font-size: 90%;
  /* ボックスの文字サイズ */
}
.new h2 {
  font-size: 100%;
  text-align: center;
  background-color: #06681b;
  color: #fff;
  font-size: 16px;
  color: #fff;
  height: 1.7em;
  margin-top: 0;
  padding-top: 0.3em;
}
.textArea dl {
  overflow: hidden;
  margin: 6px;
}
.textArea dt {
  font-weight: bold; /*日付を太字に*/
}
.textArea dd {
  border-bottom: 1px solid #ccc;
  margin-left: 0;
}
.textArea .new dd img {
  vertical-align: middle;
}
.new dd img {
  margin-top: 0.5em;
  vertical-align: baseline;
}
.repo {
  width: 90%;
  margin: 0 auto 16px;
}
.repo h2 {
  text-align: center;
  background-color: #06681b;
  color: #fff;
  font-size: 16px;
  height: 1.7em;
  padding-top: 0.3em;
  margin: 0;
}
.repo ul {
  margin: 0;
  padding: 0;
  background-image: url(../images/bg_o.jpg);
}
.repo li {
  list-style: none;
  height: 60px;
  border: 1px solid #06681b;
  border-collapse: collapse;
  padding: 15px;
}
.repo li a {
  display: block;
  text-decoration: none;
  color: #333;
  margin-top: 1em;
  text-indent: 1em;
}
.repo li a:hover {
  opacity: 0.6;
}
#Top_content {
  width: 90%;
  margin: 0 auto;
}
#Top_content p {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: left;
  line-height: 1.5em;
}
#Top_content h1 {
  text-align: center;
}
#Top_content {
  padding: 26px 0 8px 0;
  background: #fff;
  border: 4px #06681B solid;
  position: relative;
  z-index: 10;
}
#Top_content:before {
  content: "";
  position: absolute;
  background: #fff;
  margin: 3px;
  border: 2px #06681B solid;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: -10;
}
.Sec_content {
  width: 90%;
  margin: 0 auto;
}
.Sec_content {
  padding: 6px 0 16px 0;
  background: #fff;
  border: 4px #06681B solid;
  position: relative;
  z-index: 10;
}
.Sec_content:before {
  content: "";
  position: absolute;
  background: #fff;
  margin: 3px;
  border: 2px #06681B solid;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: -10;
}
.Sec_content figure {}
.Sec_content figure figcaption {
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  padding-top: 12px;
}
.Sec_content figure img {
  width: 60%;
  margin: 0 20%;
}
.balloon {
  width: 90%;
  margin: 0 auto;
}
#mainBnr {
  clear: both;
  width: 80%;
  margin: 0 auto;
}
.indexBnr {
  background-color: #fff;
  display: block;
  float: left;
  height: 60px;
  margin: 6px 1% 6px 1%;
  width: 30%;
}
.indexBnr a {
  display: block;
  text-decoration: none;
  font-size: 20px;
  color: #295C11;
  margin: 16px auto;
  font-weight: bold;
  text-align: center;
}
.indexBnr a {
  position: relative;
  padding: 0 .5em .5em 1.7em;
  border-bottom: 1px solid #ccc;
  margin-right: 0.4em
}
.indexBnr a::after {
  position: absolute;
  top: .4em;
  left: .4em;
  z-index: 2;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#animation {
  margin: 0;
  font-size: 80%;
  color: #333;
}
#accArea p {
  display: block;
  width: 80%;
  margin: 0 auto;
  font-size: 80%;
}
/*#accArea p.shadow{
  display:block;
  text-align:center;
  color:#fff;
  border:1px solid #333;
  background-color: #06681b;
  margin-top:12px;
  height:2em;
  padding-top:1em;
  }
*/
#accArea p.shadow {
  display: block;
  text-align: center;
  background-color: #06681b;
  border: 2px solid #333;
  color: #fff;
  margin-top: 12px;
  height: 2em;
  padding-top: 0.5em;
}
#accArea p.shadow:hover {
  background-color: #04880F;
  border-color: #06681b;
  color: #06681b;
}
#add {
  border: 1px solid #06681b;
  /*  margin: 22px 6px 0 0;*/
  width: 90%;
  margin: 0 auto;
  height: 260px;
  background-image: url(../images/bg_o.jpg);
}
#add h1 {
  text-align: center;
  background-color: #06681b;
  color: #fff;
  font-size: 16px;
  height: 1.7em;
  margin-top: 0;
  padding-top: 0.3em;
}
#add h2 {
  font-size: 90%;
  text-align: center;
}
.gmap {
  width: 90%;
  margin: 0 auto 32px;
  position: relative;
  padding-bottom: 50%; /* これが縦横比*/
  height: 0;
  overflow: hidden;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  margin-top: 22px;
}
.asaoTitle {
  text-align: center;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
  #top_spMainimage img {
    display: none;
  }
  #top_Mainimage img {
    display: block;
    margin: 66px auto 0;
    width: 100%;
  }
  #main {
    /*background-image: url(../images/we0203.jpg);*/
  }
  #hello h1 {
    font-size: 120%;
  }
  #hello p {
    line-height: 1.3em;
    font-size: 90%;
  }
  hr.style-one {
    clear: both;
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
    margin: 26px auto;
  }
  /*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
  #main .new {
    overflow-y: scroll;
    height: 200px;
    width: 80%;
    margin: 0 auto;
  }
  div.new {
    background-color: #ffffff; /* ボックスの背景色 */
    border: 1px #c0c0c0 solid; /* ボックスの境界線 */
    font-size: 90%; /* ボックスの文字サイズ */
  }
  .new h2 {
    /*    font-size: 100%;*/
    text-align: center;
    background-color: #06681b;
    color: #fff;
    font-size: 16px;
    height: 1.7em;
    margin-top: 0;
    padding-top: 0.3em;
  }
  .textArea dl {
    overflow: hidden;
    margin: 16px;
  }
  .textArea dt {
    font-weight: bold; /*日付を太字に*/
    float: left;
    width: 100px;
    padding-left: 1em;
  }
  .textArea dd {
    border-bottom: 1px solid #ccc;
    text-indent: 2em;
  }
  .textArea .new dd img {
    vertical-align: middle;
  }
  .new dd img {
    margin-top: 0.5em;
    vertical-align: baseline;
  }
  .repo {
    width: 40%;
    float: left;
    margin: 16px 0 0 10%;
  }
  .repo h2 {
    text-align: center;
    background-color: #06681b;
    color: #fff;
    font-size: 16px;
    height: 1.7em;
    margin-top: 0;
    padding-top: 0.3em;
  }
  .repo li {
    list-style: none;
    height: 83px;
  }
  .repo li a {
    text-decoration: none;
    color: #333;
  }
  #Top_content {
    width: 80%;
    margin: 0 auto;
  }
  #Top_content p {
    line-height: 1.8em;
  }
  #Top_content h1 {
    text-align: center;
  }
  #Top_content {
    padding: 45px 0 30px 0;
    background: #fff;
    border: 4px #06681B solid;
    position: relative;
    z-index: 10;
  }
  #Top_content:before {
    content: "";
    position: absolute;
    background: #fff;
    margin: 3px;
    border: 2px #06681B solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -10;
  }
  .Sec_content {
    width: 80%;
    margin: 0 auto;
  }
  .Sec_content {
    padding: 45px 0 30px 0;
    background: #fff;
    border: 4px #06681B solid;
    position: relative;
    z-index: 10;
  }
  .Sec_content:before {
    content: "";
    position: absolute;
    background: #fff;
    margin: 3px;
    border: 2px #06681B solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -10;
  }
  .secondBlock {
    margin-bottom: 3em;
    padding-bottom: 5em;
  }
  .secondBlock figcaption {
    display: none;
  }
  .secondBlock strong {
    display: block;
    margin-top: 1em;
  }
  .Sec_content figure {
    display: block;
    width: 13%;
    float: left;
  }
  .Sec_content figure figcaption {
    text-align: center;
    font-size: 80%;
    font-weight: bold;
  }
  .Sec_content figure figcaption, .Sec_content figure img {
    width: 100%;
    margin: 0;
  }
  .balloon {
    width: 90%;
  }
  #mainBnr {
    clear: both;
    width: 80%;
    margin: 0 auto;
  }
  .indexBnr {
    background-color: #fff;
    display: block;
    float: left;
    height: 60px;
    margin: 6px 1% 6px 1%;
    width: 30%;
  }
  .indexBnr a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    color: #295C11;
    margin: 16px auto;
    font-weight: bold;
    text-align: center;
  }
  .indexBnr a {
    position: relative;
    padding: 0 .5em .5em 1.7em;
    border-bottom: 1px solid #ccc;
    margin-right: 0.4em
  }
  .indexBnr a::after {
    position: absolute;
    top: .4em;
    left: .4em;
    z-index: 2;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #hello {
    padding-top: 16px;
  }
  #animation {
    margin: 0;
    font-size: 80%;
    color: #333;
  }
  .Sec_content figure {
    display: block;
    width: 30%;
    float: left;
  }
  .Sec_content figure figcaption {
    text-align: center;
    font-size: 80%;
    font-weight: bold;
  }
  #add {
    border: 1px solid #06681b;
    float: left;
    margin: 16px 0 16px 6px;
    width: 40%;
  }
  #add h1 {
    text-align: center;
    background-color: #06681b;
    color: #fff;
    font-size: 16px;
    height: 1.7em;
    margin-top: 0;
    padding-top: 0.3em;
  }
  .gmap {
    position: relative;
    padding-bottom: 50%; /* これが縦横比*/
    height: 0;
    overflow: hidden;
  }
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    margin-top: 22px;
  }
  .fadeInDown {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important;
  }
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .asaoTitle {
    text-align: left;
  }
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
  #main {
    /*   background-image: url(../images/we0203.jpg);*/
  }
  #hello {}
  #hello h1 {
    font-size: 120%;
  }
  #hello p {
    line-height: 1.5em;
    font-size: 95%;
  }
  hr.style-one {
    clear: both;
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
    margin: 26px auto;
  }
  /*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
  #main .new {
    overflow-y: scroll;
    height: 200px;
    width: 68%;
    float: left;
  }
  div.new {
    background-color: #ffffff; /* ボックスの背景色 */
    border: 1px #c0c0c0 solid; /* ボックスの境界線 */
    font-size: 90%; /* ボックスの文字サイズ */
  }
  .new h2 {
    font-size: 100%;
    text-align: center;
    background-color: #06681b;
    color: #fff;
    font-size: 16px;
    color: #fff;
    height: 1.7em;
    margin-top: 0;
    padding-top: 0.3em;
  }
  .textArea dl {
    overflow: hidden;
    margin: 16px;
  }
  .textArea dt {
    font-weight: bold; /*日付を太字に*/
    float: left;
    width: 100px;
    padding-left: 1em;
  }
  .textArea dd {
    border-bottom: 1px solid #ccc;
    text-indent: 2em;
  }
  .textArea .new dd img {
    vertical-align: middle;
  }
  .new dd img {
    margin-top: 0.5em;
    vertical-align: baseline;
  }
  .repo {
    width: 30%;
    float: right;
    margin: 0;
  }
  .repo h2 {
    text-align: center;
    background-color: #06681b;
    color: #fff;
    font-size: 16px;
    color: #fff;
    height: 1.7em;
    padding-top: 0.3em;
  }
  .repo li {
    list-style: none;
    height: 52px;
  }
  .repo li a {
    text-decoration: none;
    color: #333;
  }
  #Top_content {
    width: 80%;
    margin: 0 auto;
  }
  #Top_content p {
    line-height: 1.8em;
  }
  #Top_content h1 {
    text-align: center;
  }
  #Top_content {
    padding: 45px 0 30px 0;
    background: #fff;
    border: 4px #06681B solid;
    position: relative;
    z-index: 10;
  }
  #Top_content:before {
    content: "";
    position: absolute;
    background: #fff;
    margin: 3px;
    border: 2px #06681B solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -10;
  }
  .Sec_content {
    width: 80%;
    margin: 0 auto 2em;
    padding: 45px 0 30px 0;
    background: #fff;
    border: 4px #06681B solid;
    position: relative;
    z-index: 10;
    min-height: 240px;
  }
  .Sec_content:before {
    content: "";
    position: absolute;
    background: #fff;
    margin: 3px;
    border: 2px #06681B solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -10;
  }
  .Sec_content figure {
    display: block;
    width: 15%;
    float: left;
    margin-top: 0;
  }
  .Sec_content figure figcaption {
    text-align: center;
    font-size: 80%;
    font-weight: bold;
  }
  .Sec_content figure figcaption, .Sec_content figure img {
    width: 100%;
  }
  .balloon {
    width: 95%;
  }
  #mainBnr {
    clear: both;
    width: 80%;
    margin: 0 auto;
  }
  .indexBnr {
    background-color: #fff;
    display: block;
    float: left;
    height: 60px;
    margin: 6px 1% 6px 1%;
    width: 30%;
  }
  .indexBnr a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    color: #295C11;
    margin: 16px auto;
    font-weight: bold;
    text-align: center;
  }
  .indexBnr a {
    position: relative;
    padding: 0 .5em .5em 1.7em;
    border-bottom: 1px solid #ccc;
    margin-right: 0.4em
  }
  .indexBnr a::after {
    position: absolute;
    top: .4em;
    left: .4em;
    z-index: 2;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #hello {
    padding-top: 16px;
  }
  #animation {
    margin: 0;
    font-size: 80%;
    color: #333;
  }
  #accArea {
    clear: both;
  }
  #add {
    border: 1px solid #06681b;
    float: left;
    margin: 22px 6px 16px 0;
    width: 30%;
    height: 280px;
  }
  #add h1 {
    text-align: center;
    background-color: #06681b;
    color: #fff;
    font-size: 16px;
    color: #fff;
    height: 1.7em;
    margin-top: 0;
    padding-top: 0.3em;
  }
  .gmap {
    width: 68%;
    position: relative;
    padding-bottom: 30%; /* これが縦横比*/
    height: 0;
    overflow: hidden;
    float: right;
  }
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    margin-top: 22px;
  }
  .fadeInDown {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important;
  }
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .fuwat {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: fuwatAnime;
    -ms-animation-name: fuwatAnime;
    animation-name: fuwatAnime;
    visibility: visible !important;
  }
  @-webkit-keyframes fuwatAnime {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }
  @keyframes fuwatAnime {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
}