/*==============================
     headerimage (下層ページ)
==============================*/
.headerimage {
  -webkit-animation-name: slideimage;
  animation-name: slideimage;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.headerimage img {
  width: 100%;
  margin-bottom: 10px;
}
@-webkit-keyframes slideimage {
  0% {
    position: absolute;
    left: -100vw;
  }
  100% {
    position: relative;
    left: 0;
  }
}
@keyframes slideimage {
  from {
    position: absolute;
    left: -100vw;
  }
  to {
    position: relative;
    left: 0;
  }
}
/*========== Association ==========*/
.association-box {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
.association-01 {
  width: 350px;
  float: left;
}
.association-02 {
  width: 410px;
  float: left;
  font-size: 18px;
  line-height: 2;
  padding: 60px 0 0 20px;
}
/*========== Excellent ==========*/
.excellent-box-1 {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}
.excellent-01 {
  width: 400px;
  float: left;
  margin: 0 30px 0 0;
}
.excellent-02 {
  width: 400px;
  float: left;
}
.excellent-box-2 {
  width: 100%;
  max-width: 770px;
  margin: 0 auto 20px;
}
.excellent-03 {
  padding-bottom: 10px;
}
.excellent-04 {
  width: 80%;
  margin: 0 auto 20px;
  font-size: 18px;
  text-align: center;
}
/*========== Gaiyo ==========*/
.area-gaiyo {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 0;
}
.gaiyo-01 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
}
.gaiyo-02 {
  padding: 0 0 30px 20px;
}
.gaiyo-03 {
  padding: 0 0 5px 30px;
}
.gaiyo-04 {
  padding: 0 0 30px 30px;
}
.gaiyo-05 {
  width: 100%;
  max-width: 650px;
  margin: 0 auto 20px;
}
.gaiyo-06 {
  padding: 0 0 10px 20px;
  font-weight: 700;
}
.gaiyo-table {
  width: 100%;
  max-width: 450px;
  margin: 0 0 0 30px
}
.gaiyo-table th {
  padding: 5px 10px;
  border: 1px solid #ccc;
  text-align: left;
  width: 25%;
}
.gaiyo-table td {
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.area-map {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
}
/*========== jigyo ==========*/
.area-jigyo {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 0;
}
.jigyo-01 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}
.jigyo-box-1 {
  width: 100%;
  max-width: 850px;
  margin: 0 auto 0;
}
.jigyo-box-2 {
  width: 530px;
  float: left;
  margin: 0 20px 0 0;
}
.jigyo-02 {
  padding: 0 0 10px 20px;
  font-size: 20px;
  font-weight: 600;
}
.jigyo-03 {
  padding-left: 40px;
  font-size: 18px;
}
.jigyo-04 {
  width: 300px;
  float: left;
  margin: 0 0 20px 0;
}
.area-jigyo-1 {
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
  padding: 0 0;
}
.area-jigyo-1 li {
  margin-bottom: 5px;
}
.jigyo-05 {
  margin: 0 0 20px 20px;
}
.jigyo-06 {
  margin: 0 0 0 20px;
}
/*========== tab ==========*/
.tab-box {
  width: 100%;
  margin-bottom: 20px;
}
.tab-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 0 0;
}
.area-tab {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px 40px;
}
.area-tab li a {
  display: block;
  background: #fff;
  border-top: 1px solid #133eaf;
  border-left: 1px solid #133eaf;
  border-right: 1px solid #133eaf;
  border-bottom: 1px solid #133eaf;
  margin: 0 0 0 10px;
  padding: 10px 30px;
  color: #133eaf;
  border-radius: 10px 10px 0 0;
  transition: 0.6s;
}
.no-stay a:hover {
  background: #133eaf;
  color: #fff;
  border-top: 1px solid #133eaf;
  border-left: 1px solid #133eaf;
  border-right: 1px solid #133eaf;
  border-bottom: 1px solid #133eaf;
}
li.stay a {
  background-color: #133eaf;
  color: #fff;
}
/*========== member ==========*/
.member-01 {
  font-size: 18px;
  font-weight: 600;
}
.member-02 {
  color: #133eaf;
  text-align: right;
  padding-right: 10px;
}
.member-table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 30px;
}
.member-table th {
  padding: 5px 10px;
  border: 1px solid #ccc;
  text-align: left;
}
.member-table td {
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.member-table th a {
  color: #133eaf;
}
th.member-03 {
  text-align: center;
  width: 36%;
  background-color: #d9efff;
}
td.member-04 {
  text-align: center;
  width: 15%;
  background-color: #d9efff;
}
td.member-05 {
  text-align: center;
  width: 33%;
  background-color: #d9efff;
}
td.member-06 {
  text-align: center;
  background-color: #d9efff;
}
.event_table tr:hover th, .event_table tr:hover td {
  background-color: #d9efff;
}
.member-07 {
  text-align: center;
}
/*========== officer ==========*/
.officer-table {
  width: 100%;
  max-width: 650px;
  margin: 0 auto 30px;
}
.officer-table th, .officer-table td {
  padding: 5px 10px;
  border: 1px solid #ccc;
  text-align: left;
}
th.officer-02 {
  background-color: #d9efff;
  text-align: center;
  width: 25%;
}
td.officer-03 {
  background-color: #d9efff;
  text-align: center;
  width: 20%;
}
td.officer-04 {
  background-color: #d9efff;
  text-align: center;
}
td.officer-05 {
  text-align: center;
}
/*========== Sitemap ==========*/
.sitemap {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
}
.sitemap li {
  width: 248px;
  float: left;
  font-size: 18px;
  margin: 0 20px 20px;
  text-align: center;
  line-height: 80px;
}
.sitemap li a {
  display: block;
  border: 1px solid #133eaf;
  border-radius: 10px;
  transition: 0.6s
}
.sitemap li a:hover {
  border: 1px solid #133eaf;
  background-color: #133eaf;
  color: #fff;
}
/*========== topics ==========*/
.topics-box dl {
  width: 85%;
  max-width: 758px;
  margin: 0 auto 10px;
  padding: 10px 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.topics-box dt {
  font-size: 18px;
}
.topics-box dd {
  margin-left: 10px;
}
.topics-box dd a {
  color: #00f;
}
/*========== Contact ==========*/
#formwrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 0 auto;
  font-size: 90%;
}
table.formtable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.formtable td, table.formtable th {
  border: 1px solid #ccc;
  padding: 10px;
}
table.formtable th {
  width: 35%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}
input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  text-align: center; /* 文字位置   */
  cursor: pointer; /* カーソル   */
  transition: .5s; /* なめらか変化 */
  width: 250px;
  margin: 10px 10px;
  line-height: 40px;
  font-size: 18px;
  background: #133eaf; /* 背景色     */
  color: #ffffff; /* 文字色     */
  border: 1px solid #133eaf; /* 枠の指定 */
  border-radius: 10px;
}
.submit:hover, .reset:hover, button:hover {
  color: #133eaf; /* 背景色     */
  background: #ffffff; /* 文字色     */
}
.contact-01 {
  margin: 0 0 10px 10px;
}
.contact-02 {
  color: #C4191B;
}
.contact-03 {
  padding-left: 10px;
  font-size: 14px;
}
.contact-04 {
  color: #C4191B;
  font-size: 14px;
  padding-left: 10px;
}
.contact-05 {
  text-align: center;
  margin-bottom: 30px;
}
.thanks-01 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
.thanks-02 {
  text-align: center;
  font-size: 18px;
}
/*========== Privacy ==========*/
h2.privacy-poricy {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
}
p.poricy {
  text-align: center;
  margin-bottom: 20px;
}
.privacy-box {
  width: 100%;
  max-width: 700px;
  margin: 10px auto 20px auto;
  height: 150px;
  overflow: auto;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
}
.privacy-01 {
  font-size: 14px;
  margin-bottom: 5px;
}
.privacy-02 {
  font-size: 14px;
  padding: 0 0 10px 10px;
}
/*==========  ==========*/
/*==========  ==========*/
/*==========  ==========*/
/*==========  ==========*/
/*==========  ==========*/
/*==========  ==========*/
/*==========  ==========*/
/*==========  ==========*/
/*==========  ==========*/
/*==========  ==========*/
/*==========  ==========*/