@charset "UTF-8";
/* ARCHIVE
-------------------------------------------------- */
a.archive-01 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 96%;
  padding: 17px 2% 18px;
  color: #393939;
  text-decoration: none;
  border-bottom: dotted 1px #aaaaaa;
}

.archive-01:hover {
  background: #eeeeee;
  color: #39927f;
}

.archive-01 .ttl {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 0;
}

.archive-01 .date {
  display: block;
  width: 160px;
  padding-right: 10px;
  text-align: center;
}

.archive-01 .cat {
  display: block;
  width: 100px;
  font-size: 13px;
  font-size: 1.3rem;
}

.archive-01 .cat span {
  display: block;
  padding: 0 10px;
  text-align: center;
  color: #ffffff;
}

.archive-01.cat-01 .cat span {
  background: #2eab1c;
}

.archive-01.cat-02 .cat span {
  background: #fb922b;
}

.archive-01.cat-03 .cat span {
  background: #6fc49c;
}

/* ENTRY
-------------------------------------------------- */
.entry-01 {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

.entry-01 .ttl {
  margin-top: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em;
}

.entry-01 .body {
  padding: 30px 0 60px;
  border-bottom: dotted 1px #aaaaaa;
}

.entry-01 .body div {
  max-width: 100%;
}

.entry-01 .body img {
  max-width: 100%;
  height: auto;
}

.entry-01 .meta {
  display: table;
  font-size: 15px;
  font-size: 1.5rem;
}

.entry-01 .meta div {
  display: table-cell;
}

.entry-01 .date {
  display: table-cell;
  width: 160px;
  text-align: center;
}

.entry-01 .cat {
  display: table-cell;
  width: 100px;
  font-size: 13px;
  font-size: 1.3rem;
}

.entry-01 .cat {
  display: block;
  padding: 0 10px;
  text-align: center;
  color: #ffffff;
}

.entry-01.cat-01 .cat {
  background: #f46f9c;
}

.entry-01.cat-02 .cat {
  background: #fbb82b;
}

.entry-01.cat-03 .cat {
  background: #6fc49c;
}

/* SEARCH
-------------------------------------------------- */
.search-01 input {
  display: block;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.85em;
  letter-spacing: 0;
}

.search-01 #s {
  width: 100%;
  padding: 0 7px 0;
  border: solid 1px #cccccc;
  border-radius: 7px;
}

.search-01 .searchsubmit {
  margin: 10px 0 0 0;
  padding: 0 20px 0;
  background: #052118;
  text-align: center;
  color: #ffffff;
  border: none;
  border-radius: 7px;
  cursor: pointer;
}

.search-01 .searchsubmit:hover {
  background: #ffc815;
}

/* Navigation
-------------------------------------------------- */
.navigation-01 {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 60px;
}

.navigation-01 .list {
  width: 150px;
  margin: 0 10px;
}

.navigation-01 .next a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  display: inline-block;
  width: 50px;
  padding: 15px 30px 16px;
  background: #052118 url("/common/img/ico_arrow_02.svg") center center/auto 18px no-repeat;
  text-align: center;
  text-indent: 60px;
  white-space: nowrap;
  color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1em;
  text-decoration: none;
  border-radius: 7px;
}

.navigation-01 .prev a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  display: inline-block;
  width: 50px;
  padding: 15px 30px 16px;
  background: #052118 url("/common/img/ico_arrow_03.svg") center center/auto 18px no-repeat;
  text-align: center;
  text-indent: 60px;
  white-space: nowrap;
  color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1em;
  text-decoration: none;
  border-radius: 7px;
}

.navigation-01 .list a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  width: 100%;
  padding: 15px 30px 16px;
  background: #052118;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1em;
  text-decoration: none;
  border-radius: 7px;
}

.navigation-01 .next a:hover {
  background: #ffc815 url("/common/img/ico_arrow_02.svg") center center/auto 18px no-repeat;
}

.navigation-01 .prev a:hover {
  background: #ffc815 url("/common/img/ico_arrow_03.svg") center center/auto 18px no-repeat;
}

.navigation-01 .list a:hover {
  background: #ffc815;
}

.navigation-02 {
  width: 100%;
  text-align: center;
}

.navigation-02 a.page-numbers {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  margin-bottom: 5px;
  padding: 7px 10px 8px;
  background: #052118;
  color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1em;
  text-decoration: none;
  border: solid 1px #052118;
  border-radius: 5px;
}

.navigation-02 a:hover {
  background: #ffc815;
  border: solid 1px #ffc815;
}

.navigation-02 .current {
  display: inline-block;
  margin-bottom: 5px;
  padding: 7px 10px 8px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1em;
  border: solid 1px #052118;
  border-radius: 5px;
}

.navigation-02 a.next {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  padding: 7px 30px 8px 10px;
  background: #052118 url("/common/img/ico_arrow_02.svg") right 10px center/auto 12px no-repeat;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
}

.navigation-02 a.next:hover {
  background: #ffc815 url("/common/img/ico_arrow_02.svg") right 10px center/auto 12px no-repeat;
}

.navigation-02 a.prev {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  padding: 7px 10px 8px 30px;
  background: #052118 url("/common/img/ico_arrow_03.svg") left 10px center/auto 12px no-repeat;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
}

.navigation-02 a.prev:hover {
  background: #ffc815 url("/common/img/ico_arrow_03.svg") left 10px center/auto 12px no-repeat;
}

@media screen and (min-width: 751px) {
  .archive-01 .ttl {
    width: auto;
    margin-top: 0;
  }
  .search-01 .pos-01 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .search-01 #s {
    width: 500px;
  }
  .search-01 .searchsubmit {
    margin: 0 0 0 10px;
  }
  .navigation-01 .list {
    margin: 0 20px;
  }
  .navigation-01 .next a {
    width: 200px;
    background: #052118 url("/common/img/ico_arrow_02.svg") right 10px center/auto 18px no-repeat;
    text-indent: 0;
  }
  .navigation-01 .next a:hover {
    background: #ffc815 url("/common/img/ico_arrow_02.svg") right 10px center/auto 18px no-repeat;
  }
  .navigation-01 .prev a {
    width: 200px;
    background: #052118 url("/common/img/ico_arrow_03.svg") left 10px center/auto 18px no-repeat;
    text-indent: 0;
  }
  .navigation-01 .prev a:hover {
    background: #ffc815 url("/common/img/ico_arrow_03.svg") left 10px center/auto 18px no-repeat;
  }
}
