@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Jaldi:400,700);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
  font-family: 'Noto Sans Japanese', sans-serif;
  margin: 0;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}
/*font for windows*/
p{
  -webkit-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}
h1 {
}
h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
}
h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
}
h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
}
h5 {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:link {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #fff;
  text-decoration: none;
  opacity:0.7;
}
a:active {
  color: #fff;
  text-decoration: none;
}
button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
hr {
}
.mt-xs {
  margin-top: 10px;
}
.mt-sm {
  margin-top: 20px;
}
.mt-md {
  margin-top: 40px;
}
.mt-lg {
  margin-top: 60px;
}
.mt-xlg {
  margin-top: 120px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-xs {
  margin-bottom: 10px;
}
.mb-sm {
  margin-bottom: 20px;
}
.mb-sm-s {
  margin-bottom: 30px;
}
.mb-md {
  margin-bottom: 40px;
}
.mb-lg {
  margin-bottom: 60px;
}
.mr-20 {
  margin-right: 20px;
}
.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}
@media (max-width: 767px) {
  .mt-lg {
    margin-top: 40px;
  }
  .mb-lg {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .show-pc { display: block; }
  .show-mb { display: none; }
  .show-pc-inline { display: inline; }
  .show-mb-inline { display: none; }
}
@media (max-width: 767px) {
  .show-pc { display: none; }
  .show-mb { display: block; }
  .show-pc-inline { display: none; }
  .show-mb-inline { display: inline; }
}
img.fit {
  width: 100%;
}
*:before,
*:after {
  z-index: -1;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ol {
  padding-left: 25px;
}
ol li {
  font-size: 14px;
  line-height: 1.3;
  padding: 2px 0;
}
.col-sm-4 {
  margin-top: 0 !important;
}

/* --------------------------------------------------------------------------

Elements

-------------------------------------------------------------------------- */
main {
  margin-top: 75px;
  background-color: #32966e;
}
.play-button {
  width: 60px;
  height: 60px;
  font-size: 18px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 40px;
  display: inline-block;
  padding-top: 15px;
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  display: block;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.admition-button{
  text-align: center;
}
.admition-button p{
  font-weight: bold;
  font-size: 16px;
}
.admition-button a {
  font-size: 20px;
  border: solid 1px #32966e;
  color: #32966e;
  padding: 20px;
  display: block;
}

ul.social-icon li {
  display: inline-block;
  margin-right: 10px;
}
ul.social-icon li:last-child {
  width: 100%;
  height: 100%;
  margin-right: 0;
}
ul.social-icon li a:hover {
  opacity: 0.7;
}
ul.info-news li,
ul.info-event li {
  position: relative;
  margin-bottom: 30px;
}
ul.info-news li:last-child,
ul.info-event li:last-child {
  margin-bottom: 0;
}
ul.info-news li a,
ul.info-event li a {
  display: flex;
}
ul.info-news p.detail,
ul.info-event p.detail {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
ul.info-news span.date,
ul.info-event span.date {
  font-weight: 500;
  font-size: 16px;
}
ul.info-news span.date{
  margin-right: 20px;
}
@media (min-width: 768px) {
  ul.info-event span.date:after {
   content:"|";
   padding: 0 1em;
  }
}
ul.info-news p.cat,
ul.info-event p.cat {
  min-width: 100px;
  border: solid 1px #fff;
  display: inline-block;
  text-align: center;
  padding: 2px;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 15px;
}
ul.info-news p.cat {
  padding: 2px;
}
ul.info-event p.cat {
  padding: 13px 0;
}
ul.info-filter li {
  margin-bottom: 25px;
}
ul.info-filter li:before {
  content: '−';
  padding-right: 10px;
}
ul.info-filter li a {
  font-size: 21px;
  font-family: 'Jaldi', sans-serif;
}
ul.info-filter li a.bold {
  font-weight: bold;
}
@media (max-width: 991px) {
  ul.info-filter {
    text-align: center;
  }
  ul.info-filter li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
  }
  ul.info-filter li:before {
    content: '';
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .play-button {
    width: 40px;
    height: 40px;
    font-size: 13px;
    border: 2px solid #fff;
    padding-top: 9px;
  }
  ul.info-news li a {
    display: block;
  }
  ul.info-news p.detail {
    display: block;
  }
  ul.info-news p.cat,
  ul.info-event p.cat {
    margin-bottom: 7px;
    margin-right: 15px;
  }
  .page-contents ul.info-event p.cat {
    min-width: 100px;
  }
  ul.info-filter {
    margin-bottom: 20px;
  }
  ul.info-filter li {
    margin-bottom: 10px;
  }
  ul.info-news p.cat,
  ul.info-event p.cat {
    font-size: 14px;
  }
}
@media(max-width: 479px) {
  .page-contents ul.info-event p.cat {
    min-width: 90px;
  }
  ul.info-news p.cat,
  ul.info-event p.cat {
    font-size: 13px;
  }
}
/* --------------------------------------------------------------------------

Header

-------------------------------------------------------------------------- */
header {
  width: 100%;
  height: 75px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  background-color: #fff;
  border-bottom: solid 1px #ddd;
}
header ul.social-icon {
  display: inline-block;
}
header .container {
  text-align: right;
  position: relative;
}
header .logo {
  position: absolute;
  top: 7px;
  left: 0;
  height: 60px;
  z-index: 5;
}
header .logo img {
  height: 100%;
}
@media (max-width: 1199px) {
  main {
    margin-top: 60px;
  }
  header {
    height: 60px;
  }
  header .logo {
    height: 40px;
    top: 10px;
  }
}
@media (max-width: 991px) {
  header .container {
    position: static;
  }
  header .logo {
    left: 15px;
  }
}
@media (max-width: 767px) {
  header .logo {
    left: 15px;
  }
}

/*----------------------------------------------------
 sp_menu
--------------------------------------------------- */
@media (max-width: 991px) {
  .sp_menu{
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    width: 50px;
    height: 60px;
    z-index: 101;
  }
  body.active .sp_menu{
    top: 0;
    right: 0;
  }
  .sp_menu span.l1{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 2px;
    margin-top: -6px;
    margin-left: -25px;
    background: #333;
            transform-origin: center center;
    -webkit-transform-origin: center center;
  -webkit-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
     -moz-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
      -ms-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -o-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
          transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  }
  .sp_menu span.l2{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 2px;
    margin-top: 6px;
    margin-left: -25px;
    background: #333;
            transform-origin: center center;
    -webkit-transform-origin: center center;
  -webkit-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
     -moz-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
      -ms-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -o-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
          transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  }
  body.active .sp_menu span.l1{
    margin-top: 0px;
  -webkit-transform: scale(1,1) translate(-0%,-0%) rotate(45deg);
     -moz-transform: scale(1,1) translate(-0%,-0%) rotate(45deg);
      -ms-transform: scale(1,1) translate(-0%,-0%) rotate(45deg);
       -o-transform: scale(1,1) translate(-0%,-0%) rotate(45deg);
          transform: scale(1,1) translate(-0%,-0%) rotate(45deg);
  }
  body.active .sp_menu span.l2{
    margin-top: 0px;
  -webkit-transform: scale(1,1) translate(-0%,-0%) rotate(-45deg);
     -moz-transform: scale(1,1) translate(-0%,-0%) rotate(-45deg);
      -ms-transform: scale(1,1) translate(-0%,-0%) rotate(-45deg);
       -o-transform: scale(1,1) translate(-0%,-0%) rotate(-45deg);
          transform: scale(1,1) translate(-0%,-0%) rotate(-45deg);
  }
}

/*----------------------------------------------------
  #navigation
--------------------------------------------------- */
#navigation .inner .menu {
  float: right;
}
#navigation .inner .menu li {
  display: inline-block;
  margin-left: 30px;
  text-align: left;
  position: relative;
}
#navigation .inner .menu li a {
  line-height: 75px;
  display: block;
  color: #333;
  font-family: 'Jaldi', sans-serif;
  font-weight: bold;
  font-size: 16px;
}
#navigation .inner .menu li a:hover {
  box-shadow: 0px -5px #32966e inset;
}
@media (max-width: 1199px) {
  #navigation .inner .menu li {
    margin-left: 20px;
  }
  #navigation .inner .menu li a {
    line-height: 60px;
    font-size: 16px;
  }

}
@media (max-width: 991px) {
  #navigation .inner .menu li a {
    display: inline-block;
  }
  #navigation .inner .menu li a:hover {
  }
  #navigation{
    position: fixed;
    top: 0;
    right: 0;
    width: 240px;
    height: 100%;
    background: #fff;
    z-index: 100;
  -webkit-transform: scale(1,1) translate(300px,0%) rotate(-0deg);
     -moz-transform: scale(1,1) translate(300px,0%) rotate(-0deg);
      -ms-transform: scale(1,1) translate(300px,0%) rotate(-0deg);
       -o-transform: scale(1,1) translate(300px,0%) rotate(-0deg);
          transform: scale(1,1) translate(300px,0%) rotate(-0deg);
    -webkit-transition: all 0.8s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
       -moz-transition: all 0.8s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
        -ms-transition: all 0.8s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
         -o-transition: all 0.8s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
            transition: all 0.8s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
  }
  body.active #navigation{
  -webkit-transform: scale(1,1) translate(0%,0%) rotate(-0deg);
     -moz-transform: scale(1,1) translate(0%,0%) rotate(-0deg);
      -ms-transform: scale(1,1) translate(0%,0%) rotate(-0deg);
       -o-transform: scale(1,1) translate(0%,0%) rotate(-0deg);
          transform: scale(1,1) translate(0%,0%) rotate(-0deg);

  }
  #navigation .inner{
    position: absolute;
    top: 50%;
    left: 30px;
  -webkit-transform: scale(1,1) translate(-0%,-50%) rotate(-0deg);
     -moz-transform: scale(1,1) translate(-0%,-50%) rotate(-0deg);
      -ms-transform: scale(1,1) translate(-0%,-50%) rotate(-0deg);
       -o-transform: scale(1,1) translate(-0%,-50%) rotate(-0deg);
          transform: scale(1,1) translate(-0%,-50%) rotate(-0deg);

  }
  #navigation .inner ul.menu li{
    display: block;
    margin-bottom: 5px;
    opacity: 0;
  -webkit-transform: scale(1,1) translate(20px,0%) rotate(-0deg);
     -moz-transform: scale(1,1) translate(20px,0%) rotate(-0deg);
      -ms-transform: scale(1,1) translate(20px,0%) rotate(-0deg);
       -o-transform: scale(1,1) translate(20px,0%) rotate(-0deg);
          transform: scale(1,1) translate(20px,0%) rotate(-0deg);
  }
  body.active #navigation .inner ul.menu li:nth-child(1){
    opacity: 1;
    -webkit-transition: all 0.8s 0.2s ease;
       -moz-transition: all 0.8s 0.2s ease;
        -ms-transition: all 0.8s 0.2s ease;
         -o-transition: all 0.8s 0.2s ease;
            transition: all 0.8s 0.2s ease;
  -webkit-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
     -moz-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
      -ms-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
       -o-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
          transform: scale(1,1) translate(0px,0%) rotate(-0deg);
  }
  body.active #navigation .inner ul.menu li:nth-child(2){
    opacity: 1;
    -webkit-transition: all 0.8s 0.3s ease;
       -moz-transition: all 0.8s 0.3s ease;
        -ms-transition: all 0.8s 0.3s ease;
         -o-transition: all 0.8s 0.3s ease;
            transition: all 0.8s 0.3s ease;
  -webkit-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
     -moz-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
      -ms-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
       -o-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
          transform: scale(1,1) translate(0px,0%) rotate(-0deg);
  }
  body.active #navigation .inner ul.menu li:nth-child(3){
    opacity: 1;
    -webkit-transition: all 0.8s 0.4s ease;
       -moz-transition: all 0.8s 0.4s ease;
        -ms-transition: all 0.8s 0.4s ease;
         -o-transition: all 0.8s 0.4s ease;
            transition: all 0.8s 0.4s ease;
  -webkit-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
     -moz-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
      -ms-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
       -o-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
          transform: scale(1,1) translate(0px,0%) rotate(-0deg);
  }
  body.active #navigation .inner ul.menu li:nth-child(4){
    opacity: 1;
    -webkit-transition: all 0.8s 0.5s ease;
       -moz-transition: all 0.8s 0.5s ease;
        -ms-transition: all 0.8s 0.5s ease;
         -o-transition: all 0.8s 0.5s ease;
            transition: all 0.8s 0.5s ease;
  -webkit-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
     -moz-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
      -ms-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
       -o-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
          transform: scale(1,1) translate(0px,0%) rotate(-0deg);
  }
  body.active #navigation .inner ul.menu li:nth-child(5){
    opacity: 1;
    -webkit-transition: all 0.8s 0.6s ease;
       -moz-transition: all 0.8s 0.6s ease;
        -ms-transition: all 0.8s 0.6s ease;
         -o-transition: all 0.8s 0.6s ease;
            transition: all 0.8s 0.6s ease;
  -webkit-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
     -moz-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
      -ms-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
       -o-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
          transform: scale(1,1) translate(0px,0%) rotate(-0deg);
  }
  body.active #navigation .inner ul.menu li:nth-child(6){
    opacity: 1;
    -webkit-transition: all 0.8s 0.7s ease;
       -moz-transition: all 0.8s 0.7s ease;
        -ms-transition: all 0.8s 0.7s ease;
         -o-transition: all 0.8s 0.7s ease;
            transition: all 0.8s 0.7s ease;
  -webkit-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
     -moz-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
      -ms-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
       -o-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
          transform: scale(1,1) translate(0px,0%) rotate(-0deg);
  }
  body.active #navigation .inner ul.menu li:nth-child(7){
    opacity: 1;
    -webkit-transition: all 0.8s 0.8s ease;
       -moz-transition: all 0.8s 0.8s ease;
        -ms-transition: all 0.8s 0.8s ease;
         -o-transition: all 0.8s 0.8s ease;
            transition: all 0.8s 0.8s ease;
  -webkit-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
     -moz-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
      -ms-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
       -o-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
          transform: scale(1,1) translate(0px,0%) rotate(-0deg);
  }
  body.active #navigation .inner ul.menu li:nth-child(8){
    opacity: 1;
    -webkit-transition: all 0.8s 0.9s ease;
       -moz-transition: all 0.8s 0.9s ease;
        -ms-transition: all 0.8s 0.9s ease;
         -o-transition: all 0.8s 0.9s ease;
            transition: all 0.8s 0.9s ease;
  -webkit-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
     -moz-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
      -ms-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
       -o-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
          transform: scale(1,1) translate(0px,0%) rotate(-0deg);
  }
  body.active #navigation .inner ul.menu li:nth-child(9){
    opacity: 1;
    -webkit-transition: all 0.8s 1.0s ease;
       -moz-transition: all 0.8s 1.0s ease;
        -ms-transition: all 0.8s 1.0s ease;
         -o-transition: all 0.8s 1.0s ease;
            transition: all 0.8s 1.0s ease;
  -webkit-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
     -moz-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
      -ms-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
       -o-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
          transform: scale(1,1) translate(0px,0%) rotate(-0deg);
  }
  body.active #navigation .inner ul.menu li:nth-child(10){
    opacity: 1;
    -webkit-transition: all 0.8s 1.1s ease;
       -moz-transition: all 0.8s 1.1s ease;
        -ms-transition: all 0.8s 1.1s ease;
         -o-transition: all 0.8s 1.1s ease;
            transition: all 0.8s 1.1s ease;
  -webkit-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
     -moz-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
      -ms-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
       -o-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
          transform: scale(1,1) translate(0px,0%) rotate(-0deg);
  }
  body.active #navigation .inner ul.menu li:nth-child(11){
    opacity: 1;
    -webkit-transition: all 0.8s 1.2s ease;
       -moz-transition: all 0.8s 1.2s ease;
        -ms-transition: all 0.8s 1.2s ease;
         -o-transition: all 0.8s 1.2s ease;
            transition: all 0.8s 1.2s ease;
  -webkit-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
     -moz-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
      -ms-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
       -o-transform: scale(1,1) translate(0px,0%) rotate(-0deg);
          transform: scale(1,1) translate(0px,0%) rotate(-0deg);
  }
  #navigation .inner ul.menu li a{
    color: #666;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    position: relative;
    line-height: 30px;
  }
  #navigation .inner ul.menu li a svg {
    display: none;
  }
  #navigation .inner ul.menu li a::before{
      content: "";
      position: absolute;
      bottom: -4px;
      left: 0;
      width: 100%;
      -webkit-transform-origin: right center;
          -ms-transform-origin: right center;
              transform-origin: right center;
      height: 2px;
      background: #000;
      -webkit-transform: scale(0, 1);
          -ms-transform: scale(0, 1);
              transform: scale(0, 1);
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
              transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
                      transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
                      transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                      -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  #navigation .inner ul.menu li a:hover::before{
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.mask {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    background: rgba(0,0,0,0.8);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.8s 0s ease;
    -moz-transition: all 0.8s 0s ease;
    -ms-transition: all 0.8s 0s ease;
    -o-transition: all 0.8s 0s ease;
    transition: all 0.8s 0s ease;
}
body.active .mask {
    visibility: visible;
    opacity: 1;
}
#navigation .inner .share{
  color: #000;
  margin-top: 20px;
  opacity: 0;
  display: none;
}
body.active #navigation .inner .share{
  opacity: 1;
  -webkit-transition: all 0.8s 0.9s ease;
     -moz-transition: all 0.8s 0.9s ease;
      -ms-transition: all 0.8s 0.9s ease;
       -o-transition: all 0.8s 0.9s ease;
          transition: all 0.8s 0.9s ease;
}
#navigation .inner .share {
  text-align: left;
  margin-left: 20px;
}
#navigation .inner .share .title{
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 10px;
}
#navigation .inner .share ul{
  overflow: hidden;
}
#navigation .inner .share ul li{
  display: inline-block;
  width: 30px;
  margin-right: 5px;
  vertical-align: middle;
  line-height: 1;
}
#navigation .inner .share ul li a{
  font-size: 18px;
  color: #000;
}
#navigation .inner .share ul li img{
  width: 20px;
}

/* --------------------------------------------------------------------------

Footer

-------------------------------------------------------------------------- */
footer {
  background-color: #fff;
  padding: 60px 0 30px;
  text-align: center;
}
footer small {
  font-size: 11px;
  margin-bottom: 0;
  color: #666;
}
footer small a {
  color: #999;
}
footer small a:link {
  color: #999;
}
footer small a:visited {
  color: #999;
}
footer small a:hover {
  color: #fff;
}
footer .logo {
  margin-bottom: 5px;
}
footer .logo img {
  width: 240px;
  height: 57px;
}
.footer-sns ul li a {
  color: #32966e;
}
footer .admition-button {
  margin-bottom: 60px;
}
footer .footer-sns .row {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
footer .footer-sns ul li {
  float: left;
  height: 65px;
  width: 65px;
  margin-right: 20px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
footer .footer-sns ul li:hover {
  opacity: 0.7;
  cursor:pointer;  
}
footer .footer-sns ul li a{
  border: solid 1px #32966e;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  display:block;
}
footer .footer-sns ul li svg {
  font-size: 35px;
  margin: 15px 0 0 0;
}
footer .footer-sns ul li img {
  width: 35px;
  margin: 12px 0 0 0;
}
@media (max-width: 991px) {
  footer .footer-sns ul li {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  footer .footer-sns ul li svg {
    font-size: 20px;
    margin: 10px 0 0 0;
  }
  footer .footer-sns ul li img {
    width: 20px;
    margin: 8px 0 0 0;
  }
}
@media(max-width: 767px) {
  footer {
    padding-top: 40px;
  }
  footer .footer-sns .row {
    display: block;
  }
  footer img.footer-logo {
    width: 40%;
  }
  footer .col-sm-5 {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
  }
  footer .footer-sns ul li {
    margin-left: 10px;
  }
}
@media(max-width: 479px) {
  footer img.footer-logo {
    width: 70%;
  }
  footer small.copyright {
    font-size: 9px;
  }
}
/* --------------------------------------------------------------------------

breadcrumbs

-------------------------------------------------------------------------- */
ul.breadcrumbs {
  background: none;
  padding: 5px 15px 0 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  border-radius: 0;
}
ul.breadcrumbs li {
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  display: inline-block;
  margin: 0 !important;
}
ul.breadcrumbs li svg{
  margin-right: 0.5em;
}
ul.breadcrumbs > li+li:before {
  color: #fff;
  padding: 0 4px;
  content: ">";
}
ul.breadcrumbs li a {
  font-size: 12px;
  color: #fff;
}
@media (max-width: 991px) {
  ul.breadcrumbs li {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  ul.breadcrumbs {
    width: 100%;
    bottom: -30px;
  }
}
@media (max-width: 543px) {
  ul.breadcrumbs li {
    max-width: 100px;
  }
}
/* --------------------------------------------------------------------------

Slick - Image slide

-------------------------------------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: calc(50% - 40px);

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next {
  right: 5px;
}
.slick-prev {
  left: 5px;
}
.slick-arrow.slick-next {
  border-bottom: 0;
  border-left: 0;
}
.slick-arrow.slick-prev {
  border-top: 0;
  border-right: 0;
}
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 1px solid #fff;
    transform: rotate(45deg);
    border-radius: 0;
    z-index: 2;
}
@media (max-width: 991px) {
  .slick-next,
  .slick-prev {
    width: 30px;
    height: 30px;
    top: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .slick-next,
  .slick-prev {
    width: 20px;
    height: 20px;
    top: calc(50% - 20px);
  }
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 1px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li.slick-active button {
  background-color: #00bde7;
  margin-right: auto;
  margin-left: auto;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 12px;
    height: 12px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    background-color: #ccc;
    opacity: 0.6;
    border-radius: 50%;
    outline: none;
    margin-right: auto;
    margin-left: auto;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
@media (max-width: 1199px) {
  .slick-dotted.slick-slider {
    margin-bottom: 20px;
  }
  .slick-dots {
    margin-top: 10px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

/* --------------------------------------------------------------------------

Modal video

-------------------------------------------------------------------------- */

@keyframes modal-video {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes modal-video-inner {
    from {
        transform: translate(0, 100px);
    }
    to {
        transform: translate(0, 0);
    }
}
.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    animation-timing-function: ease-out;
    animation-duration: 0.3s;
    animation-name: modal-video;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.modal-video-close {
    opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px);
}
.modal-video-body {
    max-width: 940px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table;
}
.modal-video-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    animation-timing-function: ease-out;
    animation-duration: 0.3s;
    animation-name: modal-video-inner;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -ms-transition: -ms-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -35px;
    right: -35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent;
}
.modal-video-close-btn:before {
    transform: rotate(45deg);
}
.modal-video-close-btn:after {
    transform: rotate(-45deg);
}
.modal-video-close-btn:after,
.modal-video-close-btn:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px;
}
.archive-menu{
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
}
#arrow{
    width: 25px;
    height: 25px;
    fill: #fff;
    position: absolute;
    top: 4px;
    right:10px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.dropdown_toggle #arrow{
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
a.toggle{
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 30px
}
.archive-return{
  text-align: center;
}

.single-page img{
  width: 50%;
  height: auto;
  display: block;
  padding-top: 10px;
}
@media (max-width: 767px) {
.single-page  img{
    width: 100%;
    height: auto;
  }
}
