@charset "UTF-8";
@media screen and (max-width: 960px) {
  body {
    font-size: 16px;
    line-height: 20px; }

  #wrapper {
    width: 100%;
    margin-top: 0; }

  #main {
    width: 95%;
    margin: 0 auto; }

  .alignleft,
  img.alignleft,
  .alignright,
  img.alignright {
    margin: 4px 8px; }

  .title {
    overflow: hidden; }

  .project {
    margin-top: 90px; }
    .project #lecture_table {
      width: 100%; }
      .project #lecture_table td,
      .project #lecture_table th {
        padding: 0.3em 0.5em; }
      .project #lecture_table__name {
        width: 20%; }

  .link_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .link_list a {
      -webkit-flex-grow: 1;
      flex-grow: 1; }
      .link_list a:first-child {
        margin-right: 16px; }
    .link_list li {
      margin: 0;
      width: 100%;
      text-align: center; }

  #schedule img {
    width: 100%; }

  .access {
    margin-top: 90px; }

  #register {
    text-align: center; }
    #register h2 {
      text-align: left; }
    #register p {
      text-align: left; }
    #register__button {
      width: 100%; }

  aside {
    display: block;
    float: left;
    background-color: rgba(0, 0, 0, 0);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 100%; }
    aside section {
      padding: 16px 0;
      background-color: #fff;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      width: 100%; }
      aside section > * {
        padding: 0 24px; }
    aside section + section {
      border-style: none; }

  header {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 90px;
    background-color: rgba(255, 255, 255, 0);
    z-index: 1; }
    header #nav-bar {
      display: block;
      margin: auto;
      width: 100%;
      height: 90px;
      top: 0;
      left: 0; }
      header #nav-bar img {
        height: 60%;
        width: auto;
        float: left;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
        margin-left: 8px; }
    header #header_img {
      display: none; }
    header #title {
      display: none; }
    header #title_text {
      display: none; }
    header #header_images {
      display: none; }

  #header_images_sm {
    display: block;
    float: left;
    width: 100%;
    height: calc(100vh - 90px);
    margin-top: 90px;
    margin-bottom: 2.5vw;
    pointer-events: none;
    overflow: hidden;
    position: relative;
    background: white;
    z-index: 0; }
    #header_images_sm ul {
      z-index: -1;
      list-style: none;
      width: 100%;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      #header_images_sm ul li {
        width: calc(100%/3);
        height: auto;
        -webkit-flex-grow: 1;
        flex-grow: 1; }
        #header_images_sm ul li img {
          width: 100%; }
    #header_images_sm .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #000;
      z-index: 0;
      opacity: 0.5; }
    #header_images_sm .title_text_sm {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100vw;
      height: 50vh;
      text-align: center;
      vertical-align: middle;
      z-index: 1; }
    #header_images_sm h3,
    #header_images_sm h1,
    #header_images_sm p {
      color: #fff;
      letter-spacing: 0.1em;
      line-height: 1.2em; }
    #header_images_sm p {
      font-size: 2.0em; }

  nav {
    width: 64px;
    height: 8vh;
    background-color: rgba(255, 255, 255, 0);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    /*ドロワー*/ }
    nav .menu {
      display: none; }
    nav .sm-menu {
      display: block; }
    nav .l-drawer {
      position: relative;
      display: block; }
      nav .l-drawer__checkbox {
        display: none; }
      nav .l-drawer__icon {
        cursor: pointer;
        display: block;
        width: 90px;
        height: 90px;
        position: fixed;
        right: -4px; }
        nav .l-drawer__icon-parts, nav .l-drawer__icon-parts:before, nav .l-drawer__icon-parts:after {
          background-color: #fff;
          display: block;
          width: calc(90px*0.4);
          height: 2px;
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          margin: auto; }
        nav .l-drawer__icon-parts:before, nav .l-drawer__icon-parts:after {
          content: " "; }
        nav .l-drawer__icon-parts:before {
          top: 16px; }
        nav .l-drawer__icon-parts:after {
          top: -16px; }
      nav .l-drawer__overlay {
        opacity: 0;
        pointer-events: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0; }
      nav .l-drawer__menu {
        background: rgba(0, 0, 0, 0);
        width: 100vh;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        text-align: center;
        font-size: 16px;
        padding-top: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
        -webkit-transition: none;
        transition: none;
        pointer-events: none; }
        nav .l-drawer__menu ul {
          display: table-cell;
          vertical-align: middle;
          list-style: none;
          width: 100%; }
        nav .l-drawer__menu a {
          text-decoration: none;
          display: block;
          padding: 0;
          padding-bottom: 24px;
          color: #fff; }
          nav .l-drawer__menu a p {
            font-size: 16px;
            font-weight: lighter;
            color: #fff;
            padding-top: 20px; }
      nav .l-drawer__item {
        width: 100vw; }
      nav .l-drawer__icon {
        z-index: 6; }
      nav .l-drawer__menu {
        z-index: 5; }
      nav .l-drawer__bg {
        z-index: 4; }
      nav .l-drawer__overlay {
        z-index: 3; }
      nav .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
        background: transparent; }
      nav .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0; }
      nav .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0; }
      nav .l-drawer__checkbox:checked ~ .l-drawer__overlay {
        opacity: 1; }
      nav .l-drawer__checkbox:checked ~ .l-drawer__menu {
        opacity: 1;
        -webkit-transform: scaleX(1) translateX(0);
        transform: scaleX(1) translateX(0);
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
        pointer-events: all; }
      nav .l-drawer__checkbox:checked ~ .l-drawer__bg {
        width: 100vw;
        height: 100vh;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out; }
      nav .l-drawer__checkbox:checked ~ .access iframe {
        pointer-events: none; }
      nav .l-drawer__bg {
        content: "";
        width: calc(90px*0.91);
        height: calc(90px*0.91);
        top: 0;
        right: 0;
        display: block;
        position: fixed;
        background: #17A669;
        -webkit-border-radius: 0 0 0 50%;
        border-radius: 0 0 0 50%;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
      nav .l-drawer__icon-parts, nav .l-drawer__icon-parts:after, nav .l-drawer__icon-parts:before, nav .l-drawer__overlay {
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out; } }
@media screen and (max-width: 559px) {
  #content {
    padding: 8px 16px;
    width: 100%;
    box-sizing: border-box;
    text-align: justify; }

  .content_left {
    width: 100%;
    float: left; }

  .content_right {
    width: 100%;
    float: left; }

  .alignleft,
  img.alignleft,
  .alignright,
  img.alignright {
    float: left;
    height: 128px; }

  .project {
    margin-top: 72px; }
    .project #lecture_table {
      font-size: 0.8em; }

  .access {
    margin-top: 72px; }

  header {
    height: 72px; }
    header #nav-bar {
      height: 72px; }

  #header_images_sm {
    margin-top: 72px;
    height: calc(100vh - 72px); }
    #header_images_sm .overlay {
      height: calc(100vh - 72px); }

  aside section {
    width: 95%;
    margin-left: auto;
    margin-right: auto; }

  nav .l-drawer__menu {
    font-size: 1.6em;
    padding-top: 32px; }
    nav .l-drawer__menu a {
      padding-bottom: 16px; }
      nav .l-drawer__menu a p {
        font-size: 0.6em;
        padding-top: 4px; }
  nav .l-drawer__icon {
    width: 72px;
    height: 72px; }
    nav .l-drawer__icon-parts, nav .l-drawer__icon-parts:before, nav .l-drawer__icon-parts:after {
      width: calc(72px*0.4); }
  nav .l-drawer__bg {
    content: "";
    width: calc(72px*1.05);
    height: calc(72px*1.05); } }

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