@charset "UTF-8";
/*================================================
このCSSファイルはSassから生成されています。
編集しないようにご注意ください。
================================================*/
.main_ttl {
  color: #252422;
  text-align: center;
  letter-spacing: .05em;
  font-size: 1.8rem;
  font-weight: normal;
  padding-top: 2.6rem;
  font-family: 'Noto Serif JP', serif;
}

.journal_text {
  color: #B8A577;
  font-weight: normal;
  letter-spacing: .05em;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  padding-top: 1.6rem;
  font-family: 'Noto Serif JP', serif;
}

.description {
  font-size: 1.3rem;
  letter-spacing: .05em;
  line-height: 1.8em;
  color: #777;
  padding-top: 2.4rem;
}

.date {
  font-size: 1.2rem;
  text-align: right;
  display: block;
  padding-top: 2%;
}

.top_image {
  padding-top: 3.2rem;
}

.ttl_wrap {
  margin-left: 5%;
  margin-right: 5%;
}

.cont {
  padding-top: 4.2rem;
}

.cont h4 {
  color: #B8A577;
  letter-spacing: .05em;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
}

.cont img {
  padding-top: 1.6rem;
}

.cont_wrap._journal {
  margin-left: 5%;
  margin-right: 5%;
}

.cont_tex {
  color: #777;
  letter-spacing: .05em;
  font-size: 1.2rem;
  line-height: 1.5em;
  padding-top: 1.3rem;
}

.cont_tex a {
  color: #B8A577;
}

.menu_link {
  text-align: center;
}

.menu_link a {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 1.1rem;
  font-family: sans-serif;
  padding: 2.8% 11%;
  position: relative;
  margin-top: 5%;
}

.menu_link a::after {
  content: "";
  position: absolute;
  background: url(../img/arrow.png) no-repeat;
  background-size: 22px 6px;
  width: 22px;
  height: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3%;
}

.record {
  padding-top: 5.8rem;
}

.record h2 {
  font-size: 1.5rem;
  color: #666;
  letter-spacing: .05em;
  font-weight: normal;
}

.record_inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 3.6rem;
}

.record_box {
  width: 49%;
  display: block;
}

.record_inner h3 {
  font-size: 1.3rem;
  line-height: 1.5em;
  color: #B8A577;
  letter-spacing: .05em;
  font-weight: normal;
  padding-top: 1rem;
}

.record_box p {
  font-size: 1.1rem;
  line-height: 1.5em;
  padding-top: 1rem;
  color: #777;
  letter-spacing: .05em;
}

.reco_data {
  display: block;
  padding-top: 2.2rem;
}

footer {
  padding-top: 0;
}

.cooperation {
  color: #777;
  padding-top: 1.6rem;
}

.cooperation dt {
  font-size: 1.3rem;
  padding-bottom: 0.6rem;
}

.cooperation dd {
  font-size: 1.2rem;
  line-height: 1.5;
}

.cooperation a {
  color: #777;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main_ttl {
    padding-top: 5.6rem;
  }
  .journal_text {
    font-size: 1.7rem;
    padding-top: 2.6rem;
  }
  .ttl_wrap {
    width: 80%;
  }
  .cont_wrap._journal {
    width: 68%;
  }
}

@media screen and (min-width: 1024px) {
  .main_ttl {
    font-size: 26px;
    padding-top: 83px;
  }
  .journal_text {
    font-size: 30px;
    padding-top: 38px;
  }
  .description {
    font-size: 15px;
    padding-top: 51px;
  }
  .date {
    text-align: center;
    font-size: 15px;
  }
  .ttl_wrap {
    width: 90%;
  }
  .cont {
    padding-top: 72px;
  }
  .cont h4 {
    font-size: 19px;
  }
  .cont_wrap._journal {
    width: 90%;
  }
  .cont_tex {
    font-size: 14px;
  }
  .menu_link a::after {
    right: 31px;
  }
  .record {
    padding-top: 88px;
  }
  .record h2 {
    font-size: 16px;
  }
  .record_inner h3 {
    font-size: 17px;
  }
  .record_box p {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .description {
    text-align: center;
    line-height: 2;
  }
  .ttl_wrap {
    max-width: 884px;
    margin-left: auto;
    margin-right: auto;
  }
  .cont_wrap._journal {
    max-width: 704px;
    margin-left: auto;
    margin-right: auto;
  }
}

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