@charset "utf-8";
@import "reboot.css";
html {
  overflow-y: scroll;
  width: 100%;
  font-size: 62.5%;
}
body {
  color: #000;
  font-size: 1.5rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  width: 100%;
  min-width: 960px;
  margin: 0 auto;
}
h1, h2, h3, h4, h5, strong, b, .menu {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
a:link, a:visited {
  color: #07186f;
  text-decoration: underline;
}
a:active, a:hover {
  color: #07186f;
  text-decoration: underline;
  opacity: .6;
  transition: all 0.5s ease;
}
a:focus {
  outline: none;
}
.sp {
  display: none !important;
}
#toggle, #nav-content {
  display: none;
}
img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
/* header */
#upperHeader {
  width: 100%;
  background: #005f20;
}
#upperHeader p {
  color: #fff;
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
header {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header h1 {
  margin: 0;
  padding: 0;
  width: 745px;
}
header h1 a:active, header h1 a:hover {
  opacity: 1;
  transition: none;
}
#upperNav a {
  color: #000;
  text-decoration: none;
  margin: 0 5px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
}
/* nav */
nav {
  margin: 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #005f20;
  border-bottom: 1px solid #005f20;
}
.menu {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.menu li {
  margin: 0;
  padding: 0;
}
.menu li a {
  padding: 5px 0;
  line-height: 1;
  font-size: 1.5rem;
  text-decoration: none;
  color: #005f20;
  display: block;
  border-bottom: 2px solid #c1ff44;
}
address {
  line-height: 1.3;
}
address strong {
  font-size: 1.6rem;
}
footer {
  width: 100%;
  font-size: 1.3rem;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  background: #e0e0e0;
}
/* ページトップへ戻る */
#page-top {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  width: 70px;
  height: 45px;
  padding: 15px 10px 10px;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  line-height: 20px;
  clear: both;
  opacity: .7;
}
#page-top:hover {
  opacity: .8;
}
.arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-left-color: #fff;
  border-top-color: #fff;
  top: 20px;
  left: 26px;
  transform: rotate(45deg);
}
@media print {
  #page-top {
    display: none;
  }
}
/*top page*/
main.top {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 30px;
}
#mainvisual {
  width: 100%;
  height: 328px;
  margin: 10px 0;
  background: url("../image/top.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#mainvisual p {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 3rem;
  margin: auto;
  padding: 180px 0 0;
  color: #fff;
  line-height: 1.5;
  border: 2px solid #fff;
  width: 96%;
  height: 290px;
}
#about {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
  font-size: 1.6rem;
}
#about img:first-child {
  width: 100%;
}
#about a {
  width: 144px;
}
#newsWrapper {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}
#banner {
  list-style: none;
  margin: 0;
  padding: 0;
}
#banner li {
  margin: 0 0 10px;
  padding: 0;
  width: 211px;
}
#news {
  width: 720px;
  text-align: left;
}
#news h2 {
  margin: 0 0 10px;
  padding: 0 0 5px;
  font-size: 1.9rem;
  border-bottom: 2px solid #005f20;
  line-height: 1;
}
#news ul {
  margin: 0;
  height: 450px;
  padding: 5px;
  list-style: none;
  overflow: auto;
  overflow-y: scroll;
}
#news ul li {
  margin: 0;
  padding: 18px 0;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}
#news ul li .date {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  color: #fff;
  background: #07186f;
  padding: 1px 5px;
}
/* main */
main.contents {
  width: 960px;
  min-height: 700px;
  text-align: left;
  margin: 0 auto;
  padding: 0 0 30px;
}
main.contents h1 {
  margin: 30px 0;
  padding: 0;
  font-size: 3.2rem;
  line-height: 1;
  color: #07186f;
}
main.contents h2 {
  margin: 30px 10px 15px;
  line-height: 1.2;
  padding: 0 0 5px;
  font-size: 1.9rem;
  border-bottom: 2px solid #005f20;
}
main.contents h3 {
  margin: 20px 15px 15px;
  padding: 10px 15px 8px;
  font-size: 1.7rem;
  line-height: 1.2;
  background: #e0e0e0;
}
main.contents h4 {
  margin: 18px 25px 10px;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #5d5d5d;
}
main.contents p {
  margin: 10px 30px;
  padding: 0;
}
/* list */
main.contents ul {
  margin: 5px 30px 5px 35px;
  padding: 0;
}
main.contents ul li {
  list-style: none;
  padding: 2px 0 2px 16px;
  margin: 0 0 0 7px;
  position: relative;
}
main.contents ul li::before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 10px;
  height: 3px;
  background: #07186f;
}
main.contents ul ul, main.contents ol ul {
  margin: 0 0 3px;
}
main.contents ul ul li, main.contents ol ul li {
  list-style: disc;
  padding: 0;
  margin: 0 0 0 20px;
}
main.contents ul ul li::before, main.contents ol ul li::before, main.contents ul ol li::before {
  display: none;
}
main.contents ul ul ul li {
  list-style: circle;
}
main.contents ul ol {
  margin: 0 0 0 20px;
}
main.contents ul ol li {
  list-style-type: inherit;
}
main.contents ol {
  margin: 5px 30px 5px 60px;
  padding: 0;
}
main.contents ol li {
  margin: 0;
  padding: 2px 0;
}
main.contents ol ol {
  margin: 0 0 0 20px;
}
main.contents ol ol li {
  margin: 0;
  padding: 0;
}
/* table */
table {
  padding: 0;
  margin: 25px auto;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px;
}
table th {
  padding: 7px 10px 5px;
  text-align: left;
  background-color: #07186f;
  border: none;
  font-weight: 900;
  color: #fff;
}
table td {
  padding: 7px 10px 5px;
  border: 1px solid #07186f;
}
table.noborder th {
  border: none;
}
table.noborder td {
  border: none;
}
table.center th, table.center td {
  text-align: center;
}
/* figure */
figure {
  margin: 20px 45px;
}
figure.center {
  margin: 30px auto;
}
figure.fr {
  float: right;
  margin: 0 40px 15px 15px;
}
figure.fl {
  float: left;
  margin: 0 15px 15px 40px;
}
figure img, video {
  margin: 3px 0;
  width: 100%;
}
figcaption {
  line-height: 1.4;
  padding: 5px;
  text-align: left;
}
hr {
  border: 0;
  height: 1px;
  margin: 45px 25px;
  clear: both;
  background: linear-gradient(to right, #fff, #07186f, #fff);
}
/* utility */
a[target="_blank"] {
  background: url(../image/ic_blank.png) right no-repeat;
  padding-right: 22px;
  background-size: 18px 17px;
}
a[href$=".pdf"] {
  background: url(../image/ic_pdf.png) right no-repeat !important;
  padding-right: 24px !important;
  background-size: 20px 20px !important;
}
a[href$=".doc"], a[href$=".docx"] {
  background: url(../image/ic_doc.png) right no-repeat !important;
  padding-right: 24px !important;
  background-size: 20px 18px !important;
}
.no_icon {
  background-image: none !important;
  padding-right: 0;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.w05 {
  width: 10%;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w35 {
  width: 35%;
}
.w40 {
  width: 40%;
}
.w45 {
  width: 45%;
}
.w50 {
  width: 50%;
}
.w55 {
  width: 55%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w85 {
  width: 85%;
}
.w90 {
  width: 90%;
}
.w95 {
  width: 95%;
}
.w98 {
  width: 98%;
}
.w100 {
  width: 100%;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
  text-indent: 0;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.small {
  font-size: 0.85em;
}
.large {
  font-size: 1.2em;
}
.red {
  color: red;
}
blockquote {
  margin: 5px 0 5px 15px;
}
/* localNav */
.localNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 98%;
  margin: 10px auto !important;
  padding: 0 !important;
}
.localNav li {
  width: 20%;
  margin: 5px 1% !important;
  padding: 0 !important;
}
.localNav li::before {
  display: none;
}
.localNav li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 0 6px;
  color: #07186f;
  text-decoration: none;
  text-align: center;
  font-weight: 900;
  border: 1px solid #000;
  height: 100%;
}
.localNav li a:hover {
  background: #07186f;
  color: #fff;
  opacity: 1;
}
/* message */
dl.message {
   margin: 10px 0 10px 35px;
   padding: 0;
}
dl.message dt {
   float: left;
   margin: 0;
   padding: 0;
   font-weight: 500;
}
dl.message dd {
   margin: 0 0 5px 5em;
   padding: 0;
} 
/*support*/
main.contents ul.support {
  margin: 30px auto;
  width: 90%;
}
main.contents ul.support li {
  background: #f5fde3;
  margin: 15px;
  padding: 15px 35px;
  text-indent: -1.3em;
}
main.contents ul.support li::before {
  display: none;
}
/*staff*/
.staff {
  width: 99%;
  border: none;
}
.staff tr:first-child {
  background: #e0e0e0;
}
.staff tr {
  background: #f9f9f9;
}
.staff tr:nth-child(even) {
  background: #fff;
}
.staff th {
  background: #e0e0e0;
  color: #000;
  border: none;
}
.staff td {
  border: none;
}
/*album*/
.album {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 20px auto 30px;
}
.album > a {
  width: calc(94% / 3);
  margin: 10px 1%;
}
.album img {
  object-fit: cover;
  height: 190px;
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 2.5vw;
  }
  body {
    min-width: initial;
    min-width: auto;
    position: relative;
  }
  #wrapper {}
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  #upperHeader p {
    width: 100%;
    line-height: 1.2;
    font-size: 1.2rem;
    padding: 1vw;
  }
  header {
    width: 100%;
    padding: 1vw 0;
  }
  header h1 {
    width: 83%;
  }
  #upperNav, nav {
    display: none;
  }
  #toggle {
    display: block;
    position: absolute;
    top: 12vw;
    right: 2%;
    background: #005f20;
    padding: .2vw 0 1vw;
    cursor: pointer;
    z-index: 100;
    width: 10.7vw;
  }
  #toggle ul {
    margin: 0;
    padding: 0 0 3.5vw;
  }
  #toggle ul li {
    margin: 0;
    padding: 0;
    background: none;
    list-style: none;
  }
  .css-bar {
    display: inline-block;
    position: relative;
    margin: 0 1vw;
    padding: 0;
    background: #fff;
  }
  .css-bar, .css-bar:before, .css-bar:after {
    width: 9vw;
    height: .5vw;
  }
  .css-bar:before, .css-bar:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
  }
  .css-bar:before {
    margin-top: -2vw;
  }
  .css-bar:after {
    margin-top: 1.5vw;
  }
  .sb-toggle:after {
    display: block;
    content: "MENU";
    position: absolute;
    bottom: 1vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    font-size: 2.5vw;
    color: #fff;
    text-indent: 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    text-align: center;
  }
  #nav-content {
    display: block;
    overflow: auto;
    width: 50%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(-250%);
    transition: transform .5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .is-open {
    overflow: hidden;
  }
  .is-open #nav-content {
    z-index: 999;
    transform: translateX(-100%);
  }
  .overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    width: 100vw;
    z-index: 990;
    position: absolute;
    top: 0;
    left: 0;
  }
  #upperNav_sp {
    margin: 3vw auto;
  }
  #upperNav_sp a {
    color: #000;
    text-decoration: none;
    margin: 0;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
  }
  .menu {
    margin: 3vw auto;
    width: 96%;
    display: block;
  }
  .menu li {
    margin: 0 0 7vw;
    width: 100%;
  }
  .menu li a {
    padding: 0 0 1vw;
  }
  footer {
    padding: 2vw 0;
  }
  main.top {
    width: 100%;
    padding: 0 0 2vw;
  }
  #mainvisual {
    height: 34.2vw;
    margin: 1vw 0 3vw;
  }
  #mainvisual p {
    padding: 17vw 0 0;
    width: 98%;
    height: 32.2vw;
    font-size: 1.7rem;
  }
  #about {
    margin: 4vw 0;
  }
  #about p {
    padding: 1vw;
    text-align: justify;
    font-size: 1.5rem;
  }
  #about a {
    width: 40%;
  }
  #newsWrapper {
    flex-direction: column-reverse;
    margin: 5vw 0 0;
  }
  #banner {
    width: 98%;
    margin: 4vw auto;
    display: flex;
    flex-wrap: wrap;
  }
  #banner li {
    margin: 0 1% 2vw;
    width: 48%;
  }
  #news {
    width: 100%;
  }
  #news h2 {
    margin: 0 0 3vw;
  }
  #news ul {
    width: 98%;
    margin: 0 auto;
    height: 60vw;
    padding: 1vw;
  }
  #news ul li {
    padding: 2vw 0;
  }
  #news ul li .date {
    padding: .1vw 2vw;
  }
  main.contents {
    width: 100%;
    min-height: 150vw;
    padding: 0 0 5vw;
  }
  main.contents h1 {
    margin: 5vw 1%;
    font-size: 2.5rem;
  }
  main.contents h2 {
    width: 98%;
    margin: 5vw auto 3vw;
    padding: 0 0 1vw;
  }
  main.contents h3 {
    width: 96%;
    margin: 5vw auto 2vw;
    padding: 1vw 2vw;
  }
  main.contents h4 {
    width: 96%;
    margin: 4vw auto;
  }
  main.contents p {
    margin: 2vw 3%;
  }
  main.contents ul {
    margin: 3vw 2% 3vw 3%;
  }
  main.contents ul li {
    padding: 1vw 0 1vw 6vw;
    margin: 0;
  }
  main.contents ul li::before {
    top: 3.8vw;
    left: 1vw;
    width: 3vw;
    height: .8vw;
  }
  main.contents li p {
    margin: 3vw 0;
  }
  main.contents ul ul, main.contents ol ul {
    margin: 0 0 1vw;
  }
  main.contents ul ul li, main.contents ol ul li {
    margin: 0 0 0 4vw;
  }
  main.contents ul ol {
    margin: 0 0 0 2vw;
  }
  main.contents ol {
    margin: 3vw 3% 3vw 8%;
  }
  main.contents ol li {
    padding: .3vw 0;
  }
  main.contents ol ol {
    margin: 0 0 0 2vw;
  }
  table {
    width: 95%;
    margin: 3vw auto;
  }
  table th {
    padding: 1vw 2vw;
  }
  table td {
    padding: 1vw 2vw;
  }
  figure {
    width: 90%;
    margin: 6vw auto;
  }
  figure.fl, figure.fr, figure.center {
    float: none;
    width: 90%;
    margin: 2vw auto;
    text-align: center;
  }
  figure img, video {
    width: 100%;
    margin: 0 auto 1vw;
  }
  figcaption {
    padding: 0 2%;
  }
  hr {
    margin: 4vw;
  }
  a[target="_blank"] {
    padding-right: 4vw;
    background-size: 3.5vw 3.4vw;
  }
  a[href$=".pdf"] {
    padding-right: 4vw !important;
    background-size: 3.5vw 3.5vw !important;
  }
  a[href$=".doc"], a[href$=".docx"] {
    padding-right: 4vw !important;
    background-size: 3.5vw 3.3vw !important;
  }
  .mb0sp {
    margin-bottom: 0 !important;
  }
  .mb01sp {
    margin-bottom: 1vw !important;
  }
  .mb02sp {
    margin-bottom: 2vw !important;
  }
  .mb03sp {
    margin-bottom: 3vw !important;
  }
  .mb04sp {
    margin-bottom: 4vw !important;
  }
  .mb05sp {
    margin-bottom: 5vw !important;
  }
  .mb06sp {
    margin-bottom: 6vw !important;
  }
  .mb07sp {
    margin-bottom: 7vw !important;
  }
  .mb08sp {
    margin-bottom: 8vw !important;
  }
  .mb09sp {
    margin-bottom: 9vw !important;
  }
  .mb10sp {
    margin-bottom: 10vw !important;
  }
  .mt0sp {
    margin-top: 0 !important;
  }
  .mt01sp {
    margin-top: 1vw !important;
  }
  .mt02p {
    margin-top: 2vw !important;
  }
  .mt03sp {
    margin-top: 3vw !important;
  }
  .mt04sp {
    margin-top: 4vw !important;
  }
  .mt05sp {
    margin-top: 5vw !important;
  }
  .mt06sp {
    margin-top: 6vw !important;
  }
  .mt07sp {
    margin-top: 7vw !important;
  }
  .mt08sp {
    margin-top: 8vw !important;
  }
  .mt09sp {
    margin-top: 9vw !important;
  }
  .mt10sp {
    margin-top: 10vw !important;
  }
  .w05sp {
    width: 05% !important;
  }
  .w10sp {
    width: 10% !important;
  }
  .w15sp {
    width: 15% !important;
  }
  .w20sp {
    width: 20% !important;
  }
  .w25sp {
    width: 25% !important;
  }
  .w30sp {
    width: 30% !important;
  }
  .w35sp {
    width: 35% !important;
  }
  .w40sp {
    width: 40% !important;
  }
  .w45sp {
    width: 45% !important;
  }
  .w50sp {
    width: 50% !important;
  }
  .w55sp {
    width: 55% !important;
  }
  .w60sp {
    width: 60% !important;
  }
  .w65sp {
    width: 65% !important;
  }
  .w70sp {
    width: 70% !important;
  }
  .w75sp {
    width: 75% !important;
  }
  .w80sp {
    width: 80% !important;
  }
  .w85sp {
    width: 85% !important;
  }
  .w90sp {
    width: 90% !important;
  }
  .w95sp {
    width: 95% !important;
  }
  .w100sp {
    width: 100% !important;
  }
  #page-top {
    bottom: 5vw;
    right: 3vw;
  }
  .xscroll {
    width: 100%;
    overflow-x: auto;
  }
  .xscroll table {
    width: 900px;
    margin: 2vw 2%;
  }
  blockquote {
    margin: 2vw 0 2vw 3vw;
  }
    /* localNav */
  .localNav {
    margin: 2vw auto;
    width: 96%;
  }
  .localNav li {
    width: calc(94%/3);
    margin: 1vw 1% !important;
  }
  .localNav li a {
    padding: 2vw 0;
  }
  /* message */
dl.message {
   margin: 1vw 2%;
}
dl.message dd {
   margin: 0 0 1vw 5em;
} 
  /*support*/
main.contents ul.support {
  margin: 4vw auto;
  width: 98%;
}
main.contents ul.support li {
  margin: 3vw;
  padding: 3vw 7%;
  text-indent: -1.3em;
  text-align: justify;
}
  /*album*/
.album {
  width: 98%;
  margin: 3vw auto 5vw;
}
.album > a {
  width: 48%;
  margin: 3vw 1%;
}
.album img {
  height: 32vw;
}
}