@charset "UTF-8";
/*
HTML5 Doctor Reset v1.6.1
http://html5doctor.com/html-5-reset-stylesheet/
CSSresetr.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Global
2.0 Common
3.0 Contents
  3.1 Schedule
  3.2 About
  3.3 Program
  3.4 Members
  3.5 Staff
  3.6 Footer





/***********************************
 * 1.0 Global
 ***********************************/
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  word-wrap: break-word;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul li {
  list-style: none;
}

/***********************************
 * 2.0 Common
 ***********************************/
/**
 * Page Loader
 */
#loader-bg {
  position: fixed;
  _position: fixed;
  /* for IE6 */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  background: #FFF;
}
#loader-bg #loader {
  position: fixed;
  _position: absolute;
  /* for IE6 */
  top: 50%;
  left: 50%;
  z-index: 10000;
  display: none;
  margin-top: -55px;
  margin-left: -55px;
  width: 110px;
  height: 110px;
  text-align: center;
  background: #FFF;
}
#loader-bg #loader p {
  margin: 0 auto;
  padding-top: 8px;
}

/**
 * Common
 */
.inner-wrap {
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  .inner-wrap {
    width: 94%;
  }
}

/* header */
#site-header {
  width: 100%;
}
#site-header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.2);
}
#site-header .inner-wrap {
  overflow: hidden;
  padding: 10px 2% 15px;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  #site-header .inner-wrap {
    padding: 10px 0;
    width: 100%;
  }
}
#site-header .toggleBtn {
  display: none;
}
@media screen and (max-width: 640px) {
  #site-header .toggleBtn {
    display: block;
  }
}
#site-header .logo {
  float: left;
  margin: 4px 6.1% 0 0;
}
@media screen and (max-width: 768px) {
  #site-header .logo {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  #site-header .logo {
    float: none;
    margin: 0 auto 10px;
  }
}
#site-header .logo a {
  margin: 0 auto;
  width: 320px;
  height: 70px;
  display: block;
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  background-size: 320px 70px;
  background-position: 50% 50%;
  text-indent: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
@media screen and (max-width: 320px) {
  #site-header .logo a {
    width: 220px;
    height: 65px;
    background-size: contain;
  }
}
#site-header .hd-menu {
  float: right;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #site-header .hd-menu {
    float: none;
    margin: 0 auto;
    width: 96%;
  }
}
#site-header .hd-menu .lang {
  margin-bottom: 10px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  #site-header .hd-menu .lang {
    margin: 0 auto;
  }
}
#site-header .hd-menu .lang a {
  color: #77778C;
  font-size: 1.0rem;
}
@media screen and (max-width: 640px) {
  #site-header .hd-menu .lang a {
    padding: 5px 10px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    color: #FFF;
    background: #000;
  }
  #site-header .hd-menu .lang a:first-child {
    margin-right: 10px;
  }
}
#site-header .hd-menu .lang a:hover {
  color: #06f;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  #site-header .hd-menu .lang a:hover {
    color: #FFF;
    text-decoration: none;
    background: #3478B5;
  }
}
#site-header .hd-menu .lang .slash {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 5px;
}
@media screen and (max-width: 640px) {
  #site-header .hd-menu .lang .slash {
    display: none;
  }
}
#site-header .hd-menu nav {
  float: right;
}
@media screen and (max-width: 640px) {
  #site-header .hd-menu nav {
    float: none;
    display: none;
  }
}
#site-header .hd-menu nav ul {
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #site-header .hd-menu nav ul {
    padding: 1em 0;
  }
}
#site-header .hd-menu nav li {
  float: left;
}
@media screen and (max-width: 640px) {
  #site-header .hd-menu nav li {
    float: none;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    -moz-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0 inset;
    -webkit-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0 inset;
    box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0 inset;
  }
  #site-header .hd-menu nav li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -moz-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0;
    -webkit-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0;
    box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0;
  }
}
#site-header .hd-menu nav li a {
  padding: 15px 20px;
  position: relative;
  display: block;
  color: #77778C;
  text-align: center;
  vertical-align: middle;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 0 1px transparent;
}
@media screen and (max-width: 768px) {
  #site-header .hd-menu nav li a {
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  #site-header .hd-menu nav li a {
    padding: 20px;
  }
}
#site-header .hd-menu nav li a:before {
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  content: "";
  background: #3478B5;
  width: 0;
  height: 4px;
  -moz-transition: left, right, ease-out 0.3s;
  -o-transition: left, right, ease-out 0.3s;
  -webkit-transition: left, right, ease-out 0.3s;
  transition: left, right, ease-out 0.3s;
}
#site-header .hd-menu nav li a:hover {
  color: #3478B5;
}
#site-header .hd-menu nav li a:hover:before {
  left: 0;
  right: 0;
  width: 100%;
}

/**
 * ハンバーガーアイコン
 */
.toggleBtn {
  position: absolute;
  left: 10px;
  top: 80px;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  z-index: 999;
  border: 1px solid #CCC;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
@media screen and (max-width: 320px) {
  .toggleBtn {
    top: 74px;
  }
}
.toggleBtn i {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background: #000;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: relative;
  left: 5px;
  top: 14px;
}
.toggleBtn i:before, .toggleBtn i:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background: #000;
  position: absolute;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.toggleBtn i:before {
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.toggleBtn i:after {
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.toggleBtn.opened {
  border-radius: 15px;
}
.toggleBtn.opened i {
  background: #FFF;
}
.toggleBtn.opened i:after {
  -moz-transform: translateY(0px) rotate(-45deg);
  -ms-transform: translateY(0px) rotate(-45deg);
  -webkit-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg);
}
.toggleBtn.opened i:before {
  -moz-transform: translateY(0px) rotate(45deg);
  -ms-transform: translateY(0px) rotate(45deg);
  -webkit-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
}

/* Slider */
#slider {
  text-align: center;
}
#slider .sp-buttons {
  position: absolute;
  bottom: 0;
  z-index: 20;
  padding: 5px 0;
}
#slider .sp-button {
  width: 12px;
  height: 12px;
  border: none;
  background: #FFF;
}
#slider .sp-selected-button {
  background: #FFFF26;
}

/* Line */
.line {
  display: block;
  width: 100%;
  height: 20px;
  background: url("../images/bg_line.jpg") 0 0 repeat-x;
}

/* Moreボタン */
.more {
  clear: both;
  margin: 3.0em auto;
  padding: 10px;
  width: 100px;
  height: 100px;
  cursor: pointer;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 480px) {
  .more {
    width: 80px;
    height: 80px;
  }
}
.more:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.more img {
  width: 100%;
  max-width: 100%;
}

/* Contact */
.contact {
  margin: 0 auto;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .contact {
    width: 100%;
  }
}
.contact img {
  margin: 0 auto 10px;
  padding: 10px;
  display: block;
  background: url("../images/bg_square.png") repeat;
}
@media screen and (max-width: 768px) {
  .contact img {
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  .contact img {
    width: 92%;
  }
}
.contact p {
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: center;
}
.contact p br {
  display: none;
}
@media screen and (max-width: 360px) {
  .contact p br {
    display: inline;
  }
}

/***********************************
 * 3.0 Contents
 ***********************************/
/**
 * 3.1 Schedule
 */
#schedule .inner-wrap {
  padding: 60px 2% 30px;
}
#schedule h1 {
  margin: 0 auto 20px;
  width: 579px;
  height: 155px;
  display: block;
  background-image: url('../images/title_001.png');
  background-repeat: no-repeat;
  background-size: 579px 155px;
  background-position: 50% 50%;
  text-indent: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  width: 57.9%;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  #schedule h1 {
    width: 100%;
  }
}
#schedule ul {
  overflow: hidden;
  margin-bottom: 45px;
}
#schedule ul li {
  float: left;
  margin-right: 3%;
}
@media screen and (max-width: 640px) {
  #schedule ul li {
    margin: 0 auto 30px;
    width: 100% !important;
    height: 160px !important;
    background-position: 0 50% !important;
  }
}
@media screen and (max-width: 360px) {
  #schedule ul li {
    height: 120px !important;
  }
}
@media screen and (max-width: 320px) {
  #schedule ul li {
    height: 100px !important;
  }
}
#schedule ul li:first-child {
  width: 203.5px;
  height: 93px;
  display: block;
  background-image: url('../images/schedule_001.png');
  background-repeat: no-repeat;
  background-size: 203.5px 93px;
  background-position: 50% 50%;
  text-indent: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  width: 20.4%;
  background-size: contain;
}
#schedule ul li:nth-child(2) {
  width: 253.5px;
  height: 93px;
  display: block;
  background-image: url('../images/schedule_002.png');
  background-repeat: no-repeat;
  background-size: 253.5px 93px;
  background-position: 50% 50%;
  text-indent: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  width: 25%;
  background-size: contain;
}
#schedule ul li:nth-child(3) {
  width: 203.5px;
  height: 93px;
  display: block;
  background-image: url('../images/schedule_003.png');
  background-repeat: no-repeat;
  background-size: 203.5px 93px;
  background-position: 50% 50%;
  text-indent: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  width: 20.4%;
  background-size: contain;
}
#schedule ul li:last-child {
  width: 203.5px;
  height: 93px;
  display: block;
  background-image: url('../images/schedule_004.png');
  background-repeat: no-repeat;
  background-size: 203.5px 93px;
  background-position: 50% 50%;
  text-indent: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  width: 20.4%;
  background-size: contain;
}
#schedule p.time {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}
#schedule small {
  margin: 0 auto 10px;
  padding-left: 1em;
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  #schedule small {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  #schedule small {
    margin-bottom: 20px;
  }
}
#schedule small:nth-of-type(2) {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #schedule small:nth-of-type(2) {
    text-align: justify;
  }
}
#schedule small:nth-of-type(2) br {
  display: none;
}
@media screen and (max-width: 768px) {
  #schedule small:nth-of-type(2) br {
    display: inline;
  }
}
#schedule dl {
  text-align: center;
}
#schedule dt, #schedule dd {
  margin-right: 2%;
  display: inline;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  #schedule dt, #schedule dd {
    display: block;
  }
}
#schedule dt {
  margin: 0;
}
@media screen and (max-width: 480px) {
  #schedule dt {
    padding: 10px 0;
    color: #FFF;
    background: #C6191E;
  }
  #schedule dt span {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #schedule dd {
    margin: 0;
    margin-top: -1px;
    padding: 1em 0;
    border: 1px solid #CCC;
    font-weight: bold;
  }
}

/**
 * 3.2 About
 */
#about h1 {
  width: 734px;
  height: 29px;
  display: block;
  background-image: url('../images/title_002.png');
  background-repeat: no-repeat;
  background-size: 734px 29px;
  background-position: 50% 50%;
  text-indent: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  width: 100%;
  height: 100px;
  background-color: #000;
}
@media screen and (max-width: 640px) {
  #about h1 {
    width: auto;
    height: auto;
    background-image: none;
    background-size: auto;
    background-position: 0 0;
    text-indent: 0;
    white-space: normal;
    overflow: visible;
    position: relative;
    padding: 18px 1em;
    color: #FFF;
    font-size: 2.0rem;
    line-height: 1.4;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
#about h1 span {
  padding-left: 0.5em;
}
@media screen and (max-width: 480px) {
  #about h1 span {
    padding: 0;
    display: block;
  }
}
#about h1 i {
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -14px;
}
#about h1.opened {
  background: #262626;
  border: none;
}
#about h1.opened i:before {
  content: "\e801";
}
#about .inner-wrap {
  padding: 50px 0 60px;
  background: url("../images/bg_txt.jpg") 50% 50% no-repeat;
  background-size: contain;
}
#about .inner-wrap:nth-of-type(3) {
  padding-top: 0;
  background: none;
}
#about p {
  margin: 0 auto;
  width: 60%;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #about p {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  #about p {
    width: 100%;
  }
}
#about p:first-child {
  margin-bottom: 30px;
}
#about .photo {
  overflow: hidden;
  margin: 0 auto 60px;
  max-width: 1500px;
}
@media screen and (max-width: 480px) {
  #about .photo {
    width: 94%;
  }
}
#about .photo li {
  float: left;
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #about .photo li {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }
}
#about h2 {
  width: 97px;
  height: 16px;
  display: block;
  background-image: url('../images/title_003.png');
  background-repeat: no-repeat;
  background-size: 97px 16px;
  background-position: 50% 50%;
  text-indent: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #about h2 {
    width: auto;
    height: auto;
    background-image: none;
    background-size: auto;
    background-position: 0 0;
    text-indent: 0;
    white-space: normal;
    overflow: visible;
    font-size: 2.0rem;
    text-align: center;
  }
}
#about .index {
  margin: 0 auto;
  width: 60%;
}
@media screen and (max-width: 768px) {
  #about .index {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  #about .index {
    width: 100%;
  }
}
#about dl {
  overflow: hidden;
}
#about dt {
  float: left;
  line-height: 1.6;
  width: 120px;
}
@media screen and (max-width: 480px) {
  #about dt {
    float: none;
    margin-bottom: 10px;
    width: 100%;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -moz-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0;
    -webkit-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0;
    box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0;
  }
}
#about dd {
  margin-left: 120px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #about dd {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #about dd {
    margin: 0 auto 20px;
  }
}

/**
 * 3.3 Program
 */
#program h1 {
  margin: 0 auto;
  width: 145px;
  height: 19px;
  display: block;
  background-image: url('../images/title_004.png');
  background-repeat: no-repeat;
  background-size: 145px 19px;
  background-position: 50% 50%;
  text-indent: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  width: 100%;
  height: 50px;
  background-color: #000;
}
@media screen and (max-width: 640px) {
  #program h1 {
    position: relative;
    padding: 18px 1em;
    width: auto;
    height: auto;
    background-image: none;
    background-size: auto;
    background-position: 0 0;
    text-indent: 0;
    white-space: normal;
    overflow: visible;
    color: #FFF;
    font-size: 2.0rem;
    line-height: 1.4;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
#program h1 i {
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -14px;
}
#program h1.opened {
  background: #262626;
  border: none;
}
#program h1.opened i:before {
  content: "\e801";
}
#program .program .photo {
  overflow: hidden;
  margin: 0 auto;
  padding: 60px 0;
  max-width: 1500px;
}
@media screen and (max-width: 480px) {
  #program .program .photo {
    width: 94%;
  }
}
#program .program .photo li {
  float: left;
  width: 50%;
}
@media screen and (max-width: 480px) {
  #program .program .photo li {
    margin-bottom: 20px;
    width: 100%;
  }
}
#program .program .inner-wrap {
  padding-bottom: 75px;
}
#program .program h2 {
  margin: 0 auto 40px;
  color: #FFF;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #program .program h2 {
    font-size: 2.0rem;
  }
}
#program .program h2 br {
  display: none;
}
@media screen and (max-width: 360px) {
  #program .program h2 br {
    display: inline;
  }
}
#program .program article {
  margin: 0 auto 30px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  #program .program article {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  #program .program article {
    margin-bottom: 40px;
    width: 100%;
  }
}
#program .program article:last-child {
  margin-bottom: 0;
}
#program .program h3 {
  color: #FFF;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  #program .program h3 {
    margin-bottom: 5px;
  }
}
#program .program p {
  color: #FFF;
  line-height: 1.6;
}
#program .program.part-1 {
  background: #6F8B32;
}
#program .program.part-1 h2 {
  width: 567px;
  height: 32px;
  display: block;
  background-image: url('../images/title_005.png');
  background-repeat: no-repeat;
  background-size: 567px 32px;
  background-position: 50% 50%;
  text-indent: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #program .program.part-1 h2 {
    width: auto;
    height: auto;
    background-image: none;
    background-size: auto;
    background-position: 0 0;
    text-indent: 0;
    white-space: normal;
    overflow: visible;
  }
}
#program .program.part-2 {
  background: #D65E50;
}
#program .program.part-2 h2 {
  width: 567px;
  height: 32px;
  display: block;
  background-image: url('../images/title_006.png');
  background-repeat: no-repeat;
  background-size: 567px 32px;
  background-position: 50% 50%;
  text-indent: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #program .program.part-2 h2 {
    width: auto;
    height: auto;
    background-image: none;
    background-size: auto;
    background-position: 0 0;
    text-indent: 0;
    white-space: normal;
    overflow: visible;
  }
}

/**
 * 3.4 Members
 */
@media screen and (max-width: 640px) {
  #members .inner-wrap {
    display: none;
  }
}
#members h1 {
  width: 468px;
  height: 29px;
  display: block;
  background-image: url('../images/title_007.png');
  background-repeat: no-repeat;
  background-size: 468px 29px;
  background-position: 50% 50%;
  text-indent: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  width: 100%;
  height: 100px;
  background-color: #000;
}
@media screen and (max-width: 640px) {
  #members h1 {
    width: auto;
    height: auto;
    background-image: none;
    background-size: auto;
    background-position: 0 0;
    text-indent: 0;
    white-space: normal;
    overflow: visible;
    position: relative;
    padding: 18px 1em;
    color: #FFF;
    font-size: 2.0rem;
    line-height: 1.4;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
#members h1 i {
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -14px;
}
#members h1.opened {
  background: #262626;
  border: none;
}
#members h1.opened i:before {
  content: "\e801";
}
#members ul {
  overflow: hidden;
}
#members li {
  float: left;
  width: 12.5%;
  position: relative;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 1000px) {
  #members li {
    width: 25%;
  }
}
@media screen and (max-width: 360px) {
  #members li {
    width: 50%;
  }
}
#members li:hover p {
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: -1px 1px rgba(255, 255, 255, 0.7);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#members li img {
  width: 100%;
}
#members li p {
  position: absolute;
  bottom: 0;
  display: table;
  width: 100%;
  height: 40px;
  color: #FFF;
  font-size: 1.3rem;
  line-height: 1.2;
  background: rgba(0, 0, 0, 0.5);
  -moz-transition: ease 0.8s;
  -o-transition: ease 0.8s;
  -webkit-transition: ease 0.8s;
  transition: ease 0.8s;
}
#members li span {
  padding: 5px 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/**
 * 3.5 Staff
 */
#staff h1 {
  margin: 0 auto;
  width: 123px;
  height: 19px;
  display: block;
  background-image: url('../images/title_008.png');
  background-repeat: no-repeat;
  background-size: 123px 19px;
  background-position: 50% 50%;
  text-indent: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  width: 100%;
  height: 50px;
  background-color: #000;
}
@media screen and (max-width: 640px) {
  #staff h1 {
    position: relative;
    padding: 18px 1em;
    width: auto;
    height: auto;
    background-image: none;
    background-size: auto;
    background-position: 0 0;
    text-indent: 0;
    white-space: normal;
    overflow: visible;
    color: #FFF;
    font-size: 2.0rem;
    line-height: 1.4;
  }
}
#staff h1 i {
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -14px;
}
#staff h1.opened {
  background: #262626;
  border: none;
}
#staff h1.opened i:before {
  content: "\e801";
}
@media screen and (max-width: 640px) {
  #staff .inner-wrap {
    display: none;
  }
}
#staff ul {
  overflow: hidden;
}
#staff li {
  float: left;
  position: relative;
  width: 25%;
}
@media screen and (max-width: 480px) {
  #staff li {
    width: 50%;
  }
}
#staff li:hover p {
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: -1px 1px rgba(255, 255, 255, 0.7);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#staff li p {
  position: absolute;
  bottom: 0;
  display: table;
  width: 100%;
  height: 80px;
  color: #FFF;
  font-size: 1.3rem;
  line-height: 1.2;
  background: rgba(0, 0, 0, 0.5);
  -moz-transition: ease 0.8s;
  -o-transition: ease 0.8s;
  -webkit-transition: ease 0.8s;
  transition: ease 0.8s;
}
@media screen and (max-width: 480px) {
  #staff li p {
    height: 55px;
  }
}
#staff li span {
  padding: 5px 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/**
 * Footer
 */
footer .inner-wrap {
  overflow: hidden;
}
footer #scroll {
  float: right;
  margin-bottom: 10px;
  padding: 15px 0;
  width: 50px;
  height: 50px;
}
footer #scroll a {
  display: block;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 50px;
  text-align: center;
  background: #000;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
footer #scroll:hover a {
  margin-top: -5px;
  background: #3478B5;
}
footer h2 {
  clear: both;
  width: 484px;
  height: 40px;
  display: block;
  background-image: url('../images/txt_001.png');
  background-repeat: no-repeat;
  background-size: 484px 40px;
  background-position: 50% 50%;
  text-indent: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  footer h2 {
    width: auto;
    height: auto;
    background-image: none;
    background-size: auto;
    background-position: 0 0;
    text-indent: 0;
    white-space: normal;
    overflow: visible;
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  footer h2 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 360px) {
  footer h2 {
    text-align: left;
  }
}
footer h2 br {
  display: none;
}
@media screen and (max-width: 768px) {
  footer h2 br {
    display: inline;
  }
}
@media screen and (max-width: 320px) {
  footer h2 br {
    display: none;
  }
}
footer .contact {
  margin-bottom: 90px;
}
footer .copyright {
  width: 318px;
  height: 12px;
  display: block;
  background-image: url('../images/copyright.png');
  background-repeat: no-repeat;
  background-size: 318px 12px;
  background-position: 50% 50%;
  text-indent: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  margin: 0 auto 150px;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    width: auto;
    height: auto;
    background-image: none;
    background-size: auto;
    background-position: 0 0;
    text-indent: 0;
    white-space: normal;
    overflow: visible;
  }
}
@media screen and (max-width: 480px) {
  footer .copyright {
    margin: 0;
    padding: 1em;
    color: #FFF;
    font-size: 1.0rem;
    font-weight: normal;
    background-color: #000;
    text-shadow: 1px -1px rgba(0, 0, 0, 0.7);
  }
}
