@charset "UTF-8";
.contact_cols:after {
  content: '';
  clear: both;
  display: block; }

.contact_cols .col {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .contact_cols .col:nth-child(2n+1) {
    clear: both; }

.contact_cols .col_logo {
  padding-right: 20px; }
  .contact_cols .col_logo .logo {
    margin: 0 auto; }

.contact_cols .col_addr {
  padding-right: 50px; }

.contact_form {
  padding-right: 50%;
  position: relative; }
  .contact_form .illust {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    margin-left: 20px;
    background: none center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

@media only screen and (min-width: 1024px) {
  .contact_cols {
    position: relative; }
    .contact_cols .col {
      width: 27%;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .contact_cols .col:nth-child(2n+1) {
        clear: none; }
    .contact_cols .col_logo {
      padding-right: 20px;
      width: 19%; }
      .contact_cols .col_logo .logo {
        margin: 0; }
    .contact_cols .col_admin {
      width: 50%; }
    .contact_cols .col_tel {
      width: 31%; }
  .contact_form {
    padding-right: 66.6666%; }
    .contact_form .illust {
      left: 33.333%; }
  html:not(.touch) .contact_cols a:not(.btn) {
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    -o-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s; }
    html:not(.touch) .contact_cols a:not(.btn):hover {
      color: #652C90; } }

@media only screen and (min-width: 1024px) {
  .event_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -10px; }
    .event_list .line {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      flex-flow: row nowrap;
      width: 50%; }
      .event_list .line .ctnr {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        padding: 0 10px; }
      .event_list .line .date {
        width: 180px;
        -webkit-flex-basis: 180px;
        flex-basis: 180px;
        margin-bottom: 0; }
      .event_list .line .name {
        width: calc(100% - 185px);
        margin-left: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      .event_list .line .blklnk .date:before {
        content: '';
        background-color: #27AAE1;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        transition: opacity 0.2s; }
      .event_list .line .blklnk:hover .date:before {
        opacity: .2; }
    .event_list .ajax_rcvr {
      width: 100%; } }

#bottom {
  text-align: left; }
  #bottom .col {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #bottom .col:nth-child(2n+1) {
      clear: both; }
  #bottom .col_logo {
    padding-left: 10%; }
    #bottom .col_logo .logo {
      margin: 0;
      margin-top: -5px; }
  #bottom .footer {
    clear: both;
    text-align: center; }
    #bottom .footer .s_menu a {
      display: inline-block; }

@media only screen and (min-width: 1024px) {
  #bottom .ctnr {
    position: relative;
    padding-left: 400px; }
  #bottom .col_logo {
    padding-left: 0;
    width: auto;
    position: absolute;
    top: 0;
    left: 0; }
  #bottom .col_addr {
    width: auto;
    position: absolute;
    top: 0;
    left: 150px; }
  #bottom .col_hours {
    width: 60%; }
  #bottom .col_tel {
    width: 40%; }
  #bottom .footer .wrapper {
    position: relative; }
  #bottom .footer .s_menu {
    top: 0;
    left: 0; }
  #bottom .footer .fb {
    padding: 0;
    line-height: 30px; }
  #bottom .footer .credits {
    margin-top: 0;
    line-height: 30px; }
  html:not(.touch) #bottom a:not(.btn) {
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    -o-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s; }
    html:not(.touch) #bottom a:not(.btn):hover {
      color: #652C90; } }

.gal li {
  width: 25%; }

@media only screen and (min-width: 1024px) {
  .gal li a {
    position: relative; }
    .gal li a:after {
      content: "";
      font-family: "icomoon";
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      left: 50%;
      background-color: #652C90;
      color: #fff;
      font-size: 30px;
      height: 30px;
      line-height: 30px;
      width: 30px;
      text-align: center;
      padding: 10px;
      margin-left: -25px;
      margin-top: -25px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      opacity: 0;
      -webkit-transition: opacity 0.2s;
      -moz-transition: opacity 0.2s;
      -o-transition: opacity 0.2s;
      transition: opacity 0.2s; }
    .gal li a img {
      -webkit-transition: opacity 0.2s;
      -moz-transition: opacity 0.2s;
      -o-transition: opacity 0.2s;
      transition: opacity 0.2s; }
    .gal li a:hover:after {
      opacity: 1; }
    .gal li a:hover img {
      opacity: .3; } }

#home .page_head {
  padding: 15% 0; }

@media only screen and (min-width: 1024px) {
  .news_part:after {
    content: '';
    clear: both;
    display: block; }
  .news_part .head:after {
    content: '';
    clear: both;
    display: block; }
  .news_part .head .title, .news_part .head .all {
    float: left;
    width: 50%; }
  .news_part .head .title {
    text-align: left; }
  .news_part .head .all {
    text-align: right; }
  .news_part .news_list, .news_part .event_list {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .news_part .news_list {
    padding-right: 15px; }
  .news_part .event_list {
    padding-left: 15px; } }

.list .line {
  width: 50%; }

@media only screen and (min-width: 1024px) {
  .list .line {
    width: 33.333%; }
    .list .line .blklnk .img {
      background-color: #302f2f; }
      .list .line .blklnk .img img {
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        transition: opacity 0.2s; }
    .list .line .blklnk:hover .img img {
      opacity: .7; } }

.news_list {
  margin: 0 -10px; }
  .news_list:after {
    content: '';
    clear: both;
    display: block; }
  .news_list .line {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px; }

@media only screen and (min-width: 1024px) {
  .news_list .line .ctnt {
    padding: 20px;
    padding-top: 50px; }
  .news_list .line .blklnk {
    overflow: hidden; }
    .news_list .line .blklnk .img:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.7);
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .news_list .line .blklnk .more {
      -webkit-transition: opacity 0.3s, margin-top 0.3s;
      -moz-transition: opacity 0.3s, margin-top 0.3s;
      -o-transition: opacity 0.3s, margin-top 0.3s;
      transition: opacity 0.3s, margin-top 0.3s;
      margin-top: -20px; }
    .news_list .line .blklnk .ctnt {
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      -moz-transition: opacity 0.3s, -moz-transform 0.3s;
      -o-transition: opacity 0.3s, -o-transform 0.3s;
      transition: opacity 0.3s, transform 0.3s; }
    .news_list .line .blklnk:hover .img:after {
      opacity: 1; }
    .news_list .line .blklnk:hover .more {
      opacity: 1;
      background-color: #652C90;
      margin-top: 0; }
    .news_list .line .blklnk:hover .ctnt {
      opacity: 0;
      -webkit-transform: translateY(20%);
      -moz-transform: translateY(20%);
      -ms-transform: translateY(20%);
      -o-transform: translateY(20%);
      transform: translateY(20%); } }

.nl_blk {
  text-align: left; }
  .nl_blk .title {
    font-size: 22px; }
  .nl_blk .ctnt {
    position: relative;
    padding-left: 150px; }
    .nl_blk .ctnt:before {
      content: "";
      font-family: "icomoon";
      position: absolute;
      bottom: -40px;
      left: 0;
      font-size: 130px;
      line-height: 1; }

@media only screen and (min-width: 1024px) {
  .nl_blk {
    font-size: 0;
    line-height: 0; }
    .nl_blk .ctnt {
      padding-left: 200px; }
    .nl_blk .title {
      width: 50%;
      display: inline-block;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 50px; }
    .nl_blk .action {
      width: 50%;
      display: inline-block;
      vertical-align: middle;
      margin-top: 0; }
      .nl_blk .action .btn {
        width: 100%; } }

.page_head {
  padding: 100px 0; }
  .page_head.error_head {
    padding: 10% 0; }

.h1 {
  font-size: 34px; }

.disc_head_ctnr .trans {
  margin: 20px; }

.form_filter {
  margin: 0px; }

@media only screen and (max-width: 1023px) {
  .form_filter {
    font-size: 0;
    line-height: 0; }
    .form_filter li {
      display: inline-block;
      width: 50%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 10px; }
      .form_filter li:nth-child(even) {
        padding-right: 0;
        padding-left: 10px; } }

@media only screen and (min-width: 1024px) {
  .side_nav {
    display: block; }
  .side_col .form_filter, .side_col .side_trans {
    margin: 0; }
  .pre_ctnt {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    align-items: center; }
    .pre_ctnt .main_col {
      text-align: left; }
  .trans a {
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    -o-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s; }
    .trans a:hover {
      color: #652C90; } }

.team_filter ul li {
  display: inline-block;
  margin: 0 20px; }

@media only screen and (min-width: 1024px) {
  .list.team_list .line {
    width: 25%; }
    .list.team_list .line .blklnk .img {
      background-color: transparent;
      -webkit-transition: border-color 0.2s;
      -moz-transition: border-color 0.2s;
      -o-transition: border-color 0.2s;
      transition: border-color 0.2s; }
    .list.team_list .line .blklnk:hover .img {
      border-color: #652C90; }
      .list.team_list .line .blklnk:hover .img img {
        opacity: 1; }
  .team_filter ul li a {
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    -o-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s; }
    .team_filter ul li a:hover {
      color: #EC008B; } }

.wysiwyg h2, .wysiwyg h3 {
  margin-top: 50px; }

.wysiwyg h2 {
  font-size: 36px; }

.wysiwyg h3 {
  font-size: 28px; }

.wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  font-size: 22px; }

.wysiwyg .object-right {
  float: right;
  margin-left: 20px; }
  .wysiwyg .object-right + .object-right {
    margin-left: 0; }

.wysiwyg .object-center {
  margin-left: auto;
  margin-right: auto; }

.wysiwyg .object-left {
  float: left;
  margin-right: 20px; }
  .wysiwyg .object-left + .object-left {
    margin-right: 0; }

@media only screen and (min-width: 1024px) {
  .wysiwyg a:hover {
    text-decoration: none; } }

.wrapper {
  width: 700px; }

@media only screen and (min-width: 1024px) {
  .wrapper {
    width: 960px; }
  .main_col {
    float: left;
    width: 680px; }
  .side_col {
    float: left;
    width: 240px;
    margin-left: 40px; } }

/*# sourceMappingURL=medium.css.map */