@charset "UTF-8";
/* 変数の定義
--------------------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* テキストパーツ
--------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #000000;
}

.brown {
  color: #5f4c4c;
}

.red {
  color: #f84b4b;
}

.gray {
  color: #666666;
}

article {
  background-image: url(../img/top/bg.jpg);
  padding-bottom: 60px;
}

/* KV
--------------------------------------------------*/
#title_kv {
  background-image: url(../img/archive/archive_kv.jpg);
  background-position: center;
  background-size: cover;
  height: 366px;
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  #title_kv {
    background-image: url(../img/archive/archive_kv.jpg);
    height: 240px;
    margin-top: 70px;
  }
}

/* お知らせ
--------------------------------------------------*/
#sec_title {
  margin: -190px auto 0;
  padding: 100px 0;
  max-width: 900px;
  width: 90%;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #sec_title {
    padding: 50px 0;
  }
}

#sec_title a {
  color: #ae8f3b;
}

#sec_title .section_inner {
  width: 85%;
  margin: auto;
}

#sec_title .section_inner .date::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ae8f3b;
  position: absolute;
  top: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#sec_title .section_inner .date span {
  display: inline-block;
  margin: 0 20px;
  background-color: #6a7d97;
  padding: 6px 5px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #sec_title .section_inner .date span {
    padding: 4px 5px;
  }
}

#sec_title .section_inner h2 {
  font-size: 2rem;
  margin: 30px 0;
  font-weight: normal;
  position: relative;
}

#sec_title .section_inner h2::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dac58c;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 450px) {
  #sec_title .section_inner h2::after {
    top: 60px;
  }
}

@media screen and (max-width: 768px) {
  #sec_title .section_inner h2 {
    font-size: 1.8rem;
  }
}

#sec_title .section_inner .news_tx {
  padding: 60px 0 0;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  #sec_title .section_inner .news_tx {
    padding-top: 30px;
  }
}

.title_btn {
  margin: 55px auto;
  width: 90%;
}

.title_btn a {
  margin: auto;
}
/*# sourceMappingURL=title.css.map */