@charset "UTF-8";
/*
----------
blog.css
----------
*/
.pagetitle.-blog {
  background-image: url(../images/title/blog.jpg);
  background-size: cover;
  height: 250px;
  justify-content: center;
  position: relative;
}
.pagetitle.-blog::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.pagetitle.-blog__inner {
  width: 100%;
}
.pagetitle.-blog h1 {
  text-align: center;
  margin: 0 auto;
}
.pagetitle.-blog h1 {
  font-size: 2.5rem;
}

.blogpage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3rem 0;
}
.blogpage .leftbox {
  flex-basis: calc(100% - 280px - 40px);
  min-height: 400px;
}
.blogpage .side_container {
  flex-basis: 280px;
}

@media screen and (max-width: 1079px) {
  .blogpage {
    flex-direction: column;
    padding: 1rem 0;
  }
  .blogpage .leftbox {
    flex-basis: 100%;
  }
  .blogpage .side_container {
    flex-basis: 100%;
  }
}
.blogpage .pagination {
  text-align: center;
}
.blogpage .pagination .nav-links {
  padding: 6rem 0 0 0;
}
.blogpage .pagination .page-numbers {
  padding: 5px 10px;
  background-color: #ddd;
  color: #4c371f;
}
.blogpage .pagination .page-numbers.current {
  background-color: #a49687;
  color: white;
}

.leftbox .roop {
  width: 100%;
  padding: 2rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #a49687;
}
.leftbox .date_category {
  padding: 1px;
}
.leftbox .archives_title {
  font-size: 1.3rem;
  margin: 10px 0;
}
.leftbox ul.blog_label {
  display: inline-block;
}
.leftbox ul.blog_label .label {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.2;
  padding: 3px 0.75rem;
  border: 1px solid #a49687;
  color: #a49687;
}
.leftbox .btn_container {
  margin: 1.5rem auto 1rem auto;
}
.leftbox .blog-categorys {
  padding: 1px;
}
.leftbox h2.single_title {
  font-size: 1.6rem;
  line-height: 1.5;
  border-bottom: #a49687 2px solid;
  padding: 10px 0;
  margin-bottom: 1rem;
  color: #a49687;
}
.leftbox .date {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  font-size: 0.9rem;
  color: #a49687;
}
.leftbox ul.pagenavi {
  margin-top: 5rem;
  border: 1px solid #bbb;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
}
.leftbox ul.pagenavi li {
  padding: 0.75rem 1.5rem;
  position: relative;
}
.leftbox ul.pagenavi li span.pagenavi_arrow {
  color: #a49687;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.leftbox ul.pagenavi li span.pagenavi_arrow_previous {
  left: 5px;
}
.leftbox ul.pagenavi li span.pagenavi_arrow_next {
  right: 5px;
}

@media screen and (min-width: 1080px) {
  .leftbox ul.pagenavi li {
    width: 50%;
  }
  .leftbox ul.pagenavi li:nth-of-type(2) {
    text-align: right;
  }
}
@media screen and (max-width: 1079px) {
  .leftbox .roop {
    padding: 0;
    margin: 2rem 0;
  }
  .leftbox .archives_title {
    font-size: 1.1rem;
    margin: 0;
  }
  .leftbox h2.single_title {
    font-size: 1.3rem;
  }
  .leftbox ul.pagenavi {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1079px) {
  .leftbox ul.pagenavi {
    flex-direction: column;
  }
  .leftbox ul.pagenavi li {
    width: 100%;
  }
}
.side_container .widget h2 {
  font-weight: 600;
  padding: 4px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  font-size: 1rem;
}
.side_container .wp-calendar.wp-calendar-table {
  width: 100%;
}
.side_container .widget ul li {
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.side_container .widget select {
  width: 100%;
  padding: 4px;
}
.side_container .blog_calender table a,
.side_container .blog_calender table a:visited {
  color: #bc7e2f !important;
  text-decoration: underline;
}
.side_container .recentpost ul li {
  line-height: 1.5;
}
.side_container .recentpost ul li:before {
  content: "・";
}
.side_container .recentpost ul li time.wp-block-latest-posts__post-date {
  padding: 0.5rem;
}

@media screen and (max-width: 1079px) {
  .roop .btn_container {
    text-align: center;
  }
  .roop .btn_small {
    margin-right: auto;
    margin-left: auto;
  }
}

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