@charset "UTF-8";
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit; }

article, header, footer, aside, figure, figcaption, nav, section {
  display: block; }

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif; }

ol, ul {
  list-style: none;
  list-style-type: none; }

h1 {
  font-size: 130%; }

.clearfix:after, #wrapper:after, .jigyo dl dd:after {
  content: "";
  display: block;
  clear: both; }

/* loading用ここから */
#loadBG {
  height: 100vh;
  background-color: #fff;
  position: relative;
  z-index: 500; }

#loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0 -30px 0 0 #bbb, 15px -26px 0 0 #aaa, 26px -15px 0 0 #999, 30px 0 0 0 #888, 26px 15px 0 0 #777, 15px 26px 0 0 #666, 0 30px 0 0 #555, -15px 26px 0 0 #444, -26px 15px 0 0 #333, -30px 0 0 0 #222, -26px -15px 0 0 #111, -15px -26px 0 0 #000;
  animation: loading 1s infinite steps(12, start); }

@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* loading用ここまで */
body {
  color: #fff; }

nav {
  width: 15%;
  max-width: 250px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  float: left;
  position: relative;
  z-index: 0;
  box-shadow: 7px 7px 20px 0px #000; }
  @media (max-width: 568px) {
    nav {
      width: 40%;
      position: absolute;
      z-index: 200;
      display: none; } }
  nav img {
    display: block;
    width: 70px;
    margin: 30px auto 100px; }
    @media (max-width: 568px) {
      nav img {
        margin: 30px auto 40px; } }

footer {
  font-size: 70%;
  text-align: center;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  z-index: 100;
  width: 100%; }

/* メニューアイコン用CSS */
#panel-btn, #panel-btn2 {
  display: none; }
  @media (max-width: 568px) {
    #panel-btn, #panel-btn2 {
      display: inline-block;
      position: absolute;
      width: 40px;
      height: 40px;
      right: 10px;
      margin: 10px 0 10px;
      border-radius: 26%;
      border: solid 1px #aaa;
      background-color: rgba(17, 17, 17, 0.5); } }

#panel-btn-icon, #panel-btn-icon2 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #fff;
  transition: .2s; }

#panel-btn-icon:before, #panel-btn-icon:after, #panel-btn-icon2:before, #panel-btn-icon2:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #fff;
  transition: .3s; }

#panel-btn-icon:before, #panel-btn-icon2:before {
  margin-top: -6px; }

#panel-btn-icon:after, #panel-btn-icon2:after {
  margin-top: 4px; }

#panel-btn .close, #panel-btn2 .close {
  background: transparent; }

#panel-btn .close:before, #panel-btn .close:after, #panel-btn2 .close:before, #panel-btn2 .close:after {
  margin-top: 0; }

#panel-btn .close:before, #panel-btn2 .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

#panel-btn .close:after, #panel-btn2 .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg); }

/* ここまでメニューアイコン */
/* navのレイアウト */
#menu {
  margin: 30px auto;
  z-index: 10;
  text-align: center; }

.active {
  color: #f3d155; }

#nav2, #nav3 {
  list-style: none; }
  #nav2 a:hover, #nav3 a:hover {
    transform: rotate(-5deg);
    text-shadow: 5px 5px 5px #000; }

#nav2 li, #nav3 li {
  position: relative; }

#nav2 li a, #nav3 li a {
  display: block;
  height: 40px;
  font-size: 100%;
  transition: 0.5s; }

#nav2 li:hover > ul > li, #nav3 li ul li {
  overflow: visible;
  height: 50px; }

#nav2 li ul li {
  overflow: hidden;
  height: 0;
  left: 0;
  transition: 0.5s; }

#nav3 > li > a {
  font-weight: 600; }

/* ここまでnavのレイアウト */
#wrapper {
  width: 85%;
  height: 100vh;
  float: right;
  position: relative; }
  @media (max-width: 568px) {
    #wrapper {
      width: 100%; } }

.logoBG {
  background-color: rgba(0, 0, 0, 0.7);
  width: 90%;
  margin: 0 auto; }

.logo {
  margin: 35vh auto 20px;
  padding: 20px 0;
  width: 65%;
  position: relative;
  z-index: 3; }
  .logo:before, .logo:after {
    content: "";
    display: block;
    height: 4px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 10px 0; }
  .logo img {
    display: block;
    width: 90%;
    margin: 0 auto; }
  .logo div {
    text-align: center;
    font-size: 120%;
    padding-top: 10px; }

.innerBox {
  height: 90vh;
  margin: 5vh auto;
  padding: 40px 0;
  box-shadow: 7px 7px 20px 0px #000; }
  @media (max-width: 568px) {
    .innerBox {
      overflow: scroll; } }

.pageTitle {
  text-align: center;
  margin: 0 auto 30px;
  padding-bottom: 8px;
  border-bottom: 1px solid;
  width: 80%; }
  .pageTitle h1 {
    margin-bottom: 8px; }

form {
  width: 80%;
  margin: 0 auto; }
  @media (max-width: 568px) {
    form {
      width: 90%; } }
  form button {
    margin: 0 auto;
    display: block;
    background-color: #f3d155;
    font-size: 100%;
    border: 1px solid #f3d155;
    border-radius: 3px;
    padding: 5px 10px;
    color: #333;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s; }
    form button:hover {
      background-color: rgba(243, 209, 85, 0.5);
      border-color: #fff;
      color: #fff; }

.form-group {
  padding: 20px 0; }
  @media (max-width: 568px) {
    .form-group {
      padding: 0; } }
  .form-group div {
    margin-bottom: 10px; }
    .form-group div label {
      width: 20%;
      display: inline-block;
      vertical-align: top;
      text-align: right;
      line-height: 160%;
      padding-right: 5px; }
      @media (max-width: 568px) {
        .form-group div label {
          width: 100%;
          text-align: center; } }
    .form-group div input, .form-group div textarea {
      width: 65%;
      border-radius: 5px;
      border: none;
      font-size: 110%; }
      @media (max-width: 568px) {
        .form-group div input, .form-group div textarea {
          width: 90%;
          display: block;
          margin: 0 auto;
          font-size: 100%; } }
    .form-group div input {
      height: 25px; }

.caption {
  text-align: center;
  font-size: 80%;
  margin: 20px auto; }

.jigyo {
  width: 70%;
  margin: 0 auto; }
  @media (max-width: 568px) {
    .jigyo {
      width: 86%;
      font-size: 95%; } }
  .jigyo p {
    line-height: 1.75;
    letter-spacing: 0.05em;
    padding: 10px 0;
    font-size: 100%; }
  .jigyo dl {
    height: 40px; }
    @media (max-width: 568px) {
      .jigyo dl {
        line-height: 1.2;
        height: 60px; } }
    .jigyo dl dt {
      width: 20%;
      float: left;
      padding-left: 10px; }
      @media (max-width: 568px) {
        .jigyo dl dt {
          width: 30%; } }
    .jigyo dl dd {
      width: 80%;
      float: right;
      font-size: 95%; }
      @media (max-width: 568px) {
        .jigyo dl dd {
          width: 70%;
          font-size: 90%; } }
  .jigyo div {
    margin-top: 20px;
    border: 1px dashed;
    padding: 20px; }
    .jigyo div h3 {
      margin-bottom: 5px;
      font-weight: 600; }
    .jigyo div ul {
      margin-bottom: 15px;
      line-height: 1.8rem;
      padding-left: 2rem; }
      @media (max-width: 568px) {
        .jigyo div ul {
          padding-left: 0; } }

.pageImg img {
  width: 85%;
  display: block;
  margin: 0 auto 20px; }

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