@charset "UTF-8";
.mainVis {
  position: relative;
}

.mainVis .ttl {
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  padding: .5em;
  text-align: center;
  background-color: rgba(56, 56, 56, 0.3);
  font-family: Times new roman, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "HG明朝B", serif;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  font-size: 1.5em;
  z-index: 100;
}

@media screen and (min-width: 992px) {
  .mainVis .ttl {
    font-size: 2.3em;
  }
}

.message {
  padding: 4em 0;
}

@media screen and (min-width: 992px) {
  .message {
    text-align: center;
  }
}

.message p {
  line-height: 2;
}

.information {
  background-image: url(../img/front_information-bg.png);
  background-size: cover;
  background-position: center;
  padding: 2em 0;
}

.information .inner {
  background-color: #fff;
  padding: 1em;
  border-radius: .4em;
}

.information .ttl {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.5em;
}

.information .information-list li {
  border-bottom: 1px solid #367827;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px) {
  .information .information-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.information .information-list li .post-date {
  width: 8em;
  margin-right: 1.5em;
}

@media screen and (min-width: 992px) {
  .information .default-btn {
    width: 5em;
    margin-right: 0;
    margin-left: auto;
  }
}

.first-time {
  padding: 4em 0;
}

@media screen and (min-width: 992px) {
  .first-time .containor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.first-time .img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.first-time .text-box {
  background-color: #9A714C;
  color: #fff;
  padding: 1em;
}

@media screen and (min-width: 992px) {
  .first-time .text-box {
    width: 50%;
  }
}

.first-time .text-box .ttl {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 1em;
}

@media screen and (min-width: 992px) {
  .first-time .text-box .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}

.first-time .text-box .ttl .beginner-mark {
  display: block;
  margin: auto;
  width: auto;
  height: 1em;
}

@media screen and (min-width: 992px) {
  .first-time .text-box .ttl .beginner-mark {
    height: auto;
    margin: 0 1em 0 0;
  }
}

@media screen and (min-width: 992px) {
  .first-time .text-box .text {
    font-size: .8em;
  }
}
/*# sourceMappingURL=front-page.css.map */