@charset "utf-8";
@import "reboot.css";
html {
  overflow-y: scroll;
  width: 100%;
  font-size: 62.5%;
}
body {
  color: #000;
  font-size: 1.4rem;
  font-family: "メイリオ", Meiryo, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  min-width: 960px;
  margin: 0 auto;
}
h1, h2, h3, h4, h5, strong, b, .menu, .carousel-cell p {
  font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: 600;
}
a:link, a:visited {
  color: #267217;
  text-decoration: underline;
}
a:active, a:hover {
  color: #267217;
  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 */
header {
  width: 960px;
  margin: 0 auto;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header h1 {
  margin: 0;
  padding: 0;
  width: 300px;
}
header h1.en {
  width: 540px;
}
header h1 a:active, header h1 a:hover {
  opacity: 1;
  transition: none;
}
#affiliation {
  width: 285px;
  margin: 0 auto 0 20px;
}
#lang {
  width: 107px;
}
/* nav */
nav {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #00b800;
  height: 37px;
  overflow: visible;
}
.menu {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
}
.menu li {
  margin: 0;
  padding: 0;
  border-left: 1px solid #fff;
  position: relative;
  flex-grow: 1;
  width: 100%;
  height: 37px;
}
.menu li:last-child {
  border-right: 1px solid #fff;
}
.menu li a {
  line-height: 1;
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-size: 1.5rem;
}
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  z-index: 9999;
  width: 100%;
}
.menu ul li {
  margin: 0;
  padding: 0;
  z-index: 9999;
  border: none;
  position: relative;
}
.menu ul li:last-child {
  border-right: none;
}
footer {
  width: 100%;
  font-size: 1.3rem;
  margin: 0;
  padding: 15px 0;
  line-height: 1;
  color: #fff;
  background: #00b800;
}
/* ページトップへ戻る */
#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;
  text-align: left;
}
.main-carousel {
  width: 100%;
  height: 370px;
  position: relative;
}
.carousel-cell {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  height: 370px;
  list-style: none;
  position: relative;
  z-index: 1;
  transition: opacity 1s ease;
}
.carousel-cell img {
  width: 960px;
  height: 370px;
  object-fit: cover;
  z-index: 10;
}
.carousel-cell p {
  position: absolute;
  bottom: 0;
  margin: 30px auto;
  z-index: 11;
  font-size: 3rem;
  color: #fff;
  width: 94%;
  text-align: right;
  text-shadow: black 1px 1px 2px, black -1px 1px 2px, black 1px -1px 2px, black -1px -1px 2px;
}
#topOverview {
  margin: 60px 0 0;
  padding: 0 10px;
}
#topOverview li {
  list-style: none;
  padding: 3px 0;
  margin: 0 0 0 7px;
}
.green {
  color: #267217;
}
#newsWrapper {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}
#news {
  width: 650px;
  text-align: left;
}
#news h2 {
  margin: 0;
  padding: 0 0 8px;
  font-size: 1.8rem;
  border-bottom: 1px solid #757575;
  line-height: 1;
  position: relative;
}
#news h2::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 3px;
  background: #00b800;
  content: "";
}
#news ul {
  margin: 0;
  height: 550px;
  padding: 5px;
  list-style: none;
  overflow: auto;
  overflow-y: scroll;
}
#news ul li {
  margin: 0;
  padding: 10px 0;
  line-height: 1.5;
}
#banner {
  width: 280px;
}
address {
  background: #e6e6e6;
  padding: 10px 15px;
  margin: 26px 0;
}
#banner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 295px;
  text-align: center;
}
#banner ul li {
  margin: 0 auto 10px;
  padding: 0;
  width: 220px;
}
#banner ul li img {
  border: 1px solid #7d7d7d;
}
/* 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 0 8px;
  font-size: 2.2rem;
  line-height: 1;
  border-bottom: 2px solid #00b800;
}
main.contents h2 {
  margin: 70px 10px 15px;
  line-height: 1.2;
  padding: 10px 10px 8px;
  font-size: 1.9rem;
  border-left: 3px solid #00b800;
  background: #eaeaea;
}
main.contents h3 {
  margin: 20px 15px 15px;
  padding: 0 0 5px;
  font-size: 1.7rem;
  line-height: 1.2;
  border-bottom: 1px solid #757575;
  position: relative;
}
main.contents h3::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 3px;
  background: #00b800;
  content: "";
}
main.contents h4 {
  margin: 18px 25px 10px;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.2;
}
main.contents p {
  margin: 10px 30px;
  padding: 0;
}
/* list */
main.contents ul {
  margin: 15px 30px 15px 35px;
  padding: 0;
}
main.contents ul li {
  list-style: none;
  padding: 3px 0 3px 16px;
  margin: 0 0 0 7px;
  position: relative;
}
main.contents ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 10px;
  height: 3px;
  background: #00b800;
}
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: 3px 0;
}
main.contents ol ol {
  margin: 0 0 0 20px;
}
main.contents ol ol li {
  margin: 0;
  padding: 0;
}
/* table */
table {
  padding: 0;
  margin: 35px auto;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px;
}
table th {
  padding: 7px 10px 5px;
  text-align: left;
  background-color: #00b800;
  border: none;
  font-weight: 900;
  color: #fff;
}
table td {
  padding: 7px 10px 5px;
  border: 1px solid #00b800;
}
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;
}
.flex {
  display: flex;
  justify-content: center;
  height: 300px;
  width: 100%;
  margin: 10px 0;
}
.flex a, .flex img {
  height: 300px;
  margin: 0 1%;
  width: auto;
}
.flexThumbnail {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 10px 0;
}
.flexThumbnail a {
  margin: 0 1%;
}
.flexThumbnail a, .flexThumbnail img {
  height: 120px;
}
hr {
  border: 0;
  height: 1px;
  margin: 45px 25px;
  clear: both;
  background: linear-gradient(to right, #fff, #004c9f, #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;
  padding-right: 24px !important;
  background-size: 20px 20px !important;
}
a[href$=".doc"], a[href$=".docx"] {
  background: url(../image/ic_doc.png) right no-repeat;
  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: 5%;
}
.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%;
}
.w65 {
  width: 65%;
}
.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;
}
blockquote {
  margin: 5px 0 5px 15px;
}
/*メンバー*/
.member {
  width: 93%;
  margin: 10px auto;
  border: none;
}
.member td {
  border: none;
  vertical-align: top;
  padding: 3px 5px;
}
.member td:first-child {
  width: 14%;
}
/* アルバム */
main.contents ul.photo {
  width: 96%;
  margin: 20px auto 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: start;
  flex-flow: wrap;
}
main.contents ul.photo li {
  width: calc(94% / 3);
  margin: 5px 1%;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-decoration: none;
  background-image: none;
}
main.contents ul.photo li a {
  width: 100%;
}
main.contents ul.photo li::before {
  display: none;
}
main.contents ul.photo li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  flex-shrink: 0;
}
/*アクセス*/
.access {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 10px auto;
}