@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
/*
 * 480pxより広くなったら改行なくす
 */
@media (min-width: 610px) {
  .br_sp {
    display: none;
  }
}

/*
 * 780pxより広くなったら改行なくす
 */
@media (min-width: 950px) {
  .br_tab {
    display: none;
  }
}

/*
 * 780pxより狭くなったら改行なくす
 */
@media (max-width: 950px) {
  .pc_br {
    display: none;
  }
}

/*
 * トランジション
 */
/*
 * ボタン
 */
aside#sidebar {
  margin-top: 5%;
  width: 27%;
  font-size: 16px;
}
@media (max-width: 950px) {
  aside#sidebar {
    width: 93%;
  }
}
@media (max-width: 610px) {
  aside#sidebar {
    width: 90%;
    margin: 0 auto;
    margin-top: 9%;
  }
}

.sidebar-wrapper {
  margin-bottom: 20%;
}
@media (max-width: 950px) {
  .sidebar-wrapper {
    margin-bottom: 6%;
  }
}

.sidebar-title {
  padding: 3px 10px;
  position: relative;
  background-color: #f65f53;
  color: white;
}

.calender-wrapper {
  margin-bottom: 10%;
}
@media (max-width: 950px) {
  .calender-wrapper {
    margin-bottom: 6%;
  }
}
@media (max-width: 610px) {
  .calender-wrapper {
    margin-bottom: 12%;
  }
}

.calender-block {
  margin: 0 auto;
  margin-top: 6%;
}
@media (max-width: 950px) {
  .calender-block {
    max-width: 450px;
    margin-top: 4%;
  }
}

.wp-calendar-table {
  width: 100%;
  font-size: 15px;
}
.wp-calendar-table caption {
  margin-bottom: 7px;
}
.wp-calendar-table thead {
  border-bottom: 1px solid;
}
.wp-calendar-table thead tr th {
  display: block;
  margin-bottom: 7px;
  width: 14.2857142857%;
  text-align: center;
  background-color: white;
  border: none;
}
.wp-calendar-table tbody tr {
  padding-bottom: 10px;
}
.wp-calendar-table tbody tr:first-of-type {
  justify-content: flex-end;
  margin-top: 5px;
}
.wp-calendar-table tbody tr td {
  border: none;
}
.wp-calendar-table tr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.wp-calendar-table tr td {
  text-align: center;
  width: 14.2857142857%;
}
.wp-calendar-table tr td a {
  color: white;
  background: #f65f53;
  display: inline-block;
  padding: 2px 4px;
  transition: 0.3s ease;
}
.wp-calendar-table tr td a:hover {
  opacity: 0.8;
}

.wp-calendar-nav {
  font-size: 15px;
}

.year-archive-inner {
  position: relative;
  overflow: hidden;
}

ul.new-item-list {
  padding-top: 12px;
  width: 88%;
}
ul.new-item-list li {
  padding-left: 6px;
}
ul.new-item-list li a {
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-duration: 0.2s;
  transition-property: color;
  position: relative;
  padding: 4px 0 2px 13px;
  display: block;
}
ul.new-item-list li a:hover {
  color: #f65f53;
}
ul.new-item-list li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-left: solid 8px #f65f53;
  top: 33%;
  left: 0;
}

/*前の記事、次の記事*/
.p_page_pager_block {
  width: 100%;
  display: block;
  font-size: 16px;
  border-top: 1px solid #DEDEEA;
  margin-top: 5%;
}
@media (max-width: 950px) {
  .p_page_pager_block {
    margin-top: 8%;
  }
}

.p_page_pager {
  width: 100%;
  margin: 0 auto;
  margin-top: 5%;
  position: relative;
  line-height: 2;
}
@media (max-width: 610px) {
  .p_page_pager {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 9%;
  }
}

.p_pager_prev, .p_pager_next, .top_next {
  text-align: left;
  position: relative;
  display: inline-block;
  width: 30%;
}
.p_pager_prev a, .p_pager_next a, .top_next a {
  display: block;
}
.p_pager_prev p, .p_pager_next p, .top_next p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
@media (max-width: 610px) {
  .p_pager_prev, .p_pager_next, .top_next {
    font-size: 14px;
  }
}

.p_pager_prev, .p_pager_next {
  position: absolute;
  top: 0;
  background: #f65f53;
  transform: skewX(-16deg);
}
.p_pager_prev a, .p_pager_next a {
  transform: skewX(16deg);
  display: block;
  color: white;
  padding: 4px;
}
.p_pager_prev::after, .p_pager_next::after {
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  display: inline-block;
  transition-duration: 0.3s;
  width: 40px;
  height: 14px;
  background-repeat: no-repeat;
  position: absolute;
  top: 34%;
  z-index: -1;
}
@media (max-width: 610px) {
  .p_pager_prev, .p_pager_next {
    position: relative;
    width: 85%;
  }
  .p_pager_prev::after, .p_pager_next::after {
    top: 32%;
  }
}

.p_pager_prev {
  left: 0;
}
.p_pager_prev::after {
  content: "";
  background-image: url(../images/left-ang.svg);
  background-position: center left;
  background-size: contain;
  left: 7%;
  transition-property: left;
  transform: skewX(11deg);
}
.p_pager_prev p {
  padding-left: 15px;
}
.p_pager_prev:hover {
  background-color: #fc6c60;
}
.p_pager_prev:hover::after {
  left: 4%;
}

.p_pager_next {
  right: 0;
}
.p_pager_next:after {
  content: "";
  background-image: url(../images/right-ang.svg);
  background-position: center right;
  background-size: contain;
  right: 7%;
  transition-property: right;
  transform: skewX(11deg);
}
.p_pager_next p {
  padding-right: 15px;
}
.p_pager_next:hover {
  background-color: #fc6c60;
}
.p_pager_next:hover::after {
  right: 4%;
}

/*記事一覧に戻る*/
.top_next {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  color: #373737;
}
.top_next a {
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-property: color, border;
  position: relative;
  z-index: 0;
}
.top_next a:hover {
  color: #f65f53;
}
@media (max-width: 610px) {
  .top_next {
    width: 97%;
    margin: 0 auto;
    display: block;
  }
  .top_next a {
    padding: 13px 0;
  }
}

.archive__content {
  width: 90%;
  margin: 0 auto;
  padding-top: 3%;
  padding-bottom: 9%;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 950px) {
  .archive__content {
    justify-content: center;
  }
}

.content__archive {
  width: 68%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 860px;
  margin: 0 auto;
}
@media (max-width: 950px) {
  .content__archive {
    width: 100%;
  }
}

.arc-list {
  width: 100%;
  margin-bottom: 3%;
  position: relative;
  pointer-events: none;
}
.arc-list::after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #d1d1d1;
  width: 93%;
  height: 100%;
  background: white;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media (max-width: 950px) {
  .arc-list {
    margin-bottom: 4%;
  }
}
@media (max-width: 610px) {
  .arc-list {
    width: 95%;
  }
  .arc-list:after {
    transform: none;
    width: 99%;
  }
}

.arc-list:hover .tit-p {
  color: #f65f53;
}
.arc-list:hover .list_img_box img {
  transform: scale(1.05);
}
.arc-list:hover .more-btn-box p:before, .arc-list:hover .more-btn-box p:after {
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-property: transform;
}
.arc-list:hover .more-btn-box p:before {
  transform: translate(12px, 0);
}
.arc-list:hover .more-btn-box p:after {
  transform: translate(12px, 0) rotate(25deg);
}

a.arc-wrap-link {
  pointer-events: auto;
}
a.arc-wrap-link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  background-color: transparent;
}

.list_box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 5% 9%;
  justify-content: stretch;
}
@media (max-width: 610px) {
  .list_box {
    padding: 7% 4%;
    flex-direction: column;
  }
}

.list_img_box {
  width: 100%;
  overflow: hidden;
  border: 1px solid #373737;
}
.list_img_box img {
  max-width: 300px;
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-property: transform;
}
@media (max-width: 610px) {
  .list_img_box {
    width: 87%;
    margin: 0 auto;
  }
}

.arc-text-box {
  width: 100%;
  max-width: 420px;
  margin-top: 4%;
  margin-left: 5%;
  position: relative;
}
@media (max-width: 610px) {
  .arc-text-box {
    width: 90%;
    margin-top: 0;
    margin-left: 0;
  }
}

.more-btn-box {
  text-align: right;
  font-weight: bold;
  display: block;
  z-index: 1;
  position: relative;
  align-self: flex-end;
}
.more-btn-box a {
  display: inline-block;
}
.more-btn-box a p {
  position: relative;
  padding-right: 68px;
}
.more-btn-box a p::before, .more-btn-box a p::after {
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
  transition-property: transform;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background: #373737;
}
.more-btn-box a p::before {
  width: 60px;
}
.more-btn-box a p::after {
  width: 15px;
  transform-origin: right center;
  transform: rotate(25deg);
}
@media (max-width: 610px) {
  .more-btn-box {
    text-align: center;
  }
}

p.archive-day {
  color: #AFAFAF;
}

.text-sp {
  margin-bottom: 4%;
}
@media (max-width: 610px) {
  .text-sp {
    padding-top: 5%;
    margin-bottom: 7%;
    align-items: center;
    text-align: justify;
  }
}

p.tit-p {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
  transition: 0.3s ease;
}

.category-select {
  overflow: hidden;
  width: 63%;
  margin-left: 34%;
  margin-bottom: 2%;
  position: relative;
  border-bottom: 2px solid #f65f53;
}
.category-select::before {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f65f53;
  pointer-events: none;
}
@media (max-width: 950px) {
  .category-select {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 4%;
  }
}

/*カテゴリーページ*/
.category-select select {
  padding: 8px 38px 8px 8px;
  color: #f65f53;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: #F2F2F2;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
}

.category-select select::-ms-expand {
  display: none;
}

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