@charset "UTF-8";
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/* ************************************************
 *	共通パーツ
 * ************************************************ */
.page_header {
  background-image: url("images/footer-contact.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 2em;
}
@media print, screen and (min-width: 428px) {
  .page_header {
    padding: 10% 0;
  }
}
@media print, screen and (min-width: 960px) {
  .page_header {
    padding: 15% 0 3%;
  }
}
.page_header .page_ttl {
  color: #fff;
  text-align: center;
  font-size: 26px;
  position: relative;
  line-height: 1.5;
  font-weight: 400;
}
@media print, screen and (min-width: 960px) {
  .page_header .page_ttl {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 960px) {
  .page_header .page_ttl {
    font-size: 45px;
  }
}
.page_header .page_ttl::after {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.page_header p {
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.8;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .page_header p {
    font-size: 18px;
  }
}

/* ************************************************
 *	お知らせ
 * ************************************************ */
#content-wrap {
  margin: 55px auto 0;
}
@media print, screen and (min-width: 960px) {
  #content-wrap {
    margin: 0 auto;
  }
}

.content_block {
  padding: 0 20px;
}

/* 一覧
----------------------------------------*/
ul.info_list li {
  margin-bottom: 30px;
  font-family: "Shippori Mincho";
}
@media print, screen and (min-width: 768px) {
  ul.info_list li {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  ul.info_list li {
    margin-bottom: 50px;
  }
}
ul.info_list li:last-child {
  margin-bottom: 0;
}

.post_category {
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
}
@media print, screen and (min-width: 960px) {
  .post_category {
    margin-left: 10px;
  }
}
.post_category a {
  display: inline-block;
  background-color: #2e5c37;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  font-family: "Shippori Mincho";
}
@media print, screen and (min-width: 960px) {
  .post_category a:hover {
    opacity: 0.6;
  }
}

.info_list_txt time {
  font-size: 14px;
  line-height: 1;
  font-family: "Arsenal" !important;
}
@media print, screen and (min-width: 768px) {
  .info_list_txt time {
    font-size: 16px;
  }
}
.info_list_txt h2 {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 5px;
  border-bottom: 1px solid #ddd;
}
@media print, screen and (min-width: 960px) {
  .info_list_txt h2 {
    font-size: 22px;
  }
}
.info_list_txt h2 a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 32px 10px 15px;
  transition: 0.5s;
}
@media print, screen and (min-width: 960px) {
  .info_list_txt h2 a {
    padding: 15px 40px 15px 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .info_list_txt h2 a:hover {
    background-color: #f5f3ed;
  }
}

.pagination-area {
  font-size: 14px;
  padding-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .pagination-area {
    font-size: 16px;
  }
}
.pagination-area .pagination {
  display: flex;
  justify-content: center;
}

.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #00008c;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #2e5c37;
  border-radius: 50%;
  margin: 0 5px;
}
@media print, screen and (min-width: 768px) {
  .pagination a {
    width: 32px;
    height: 32px;
  }
}
@media print, screen and (min-width: 960px) {
  .pagination a:hover {
    opacity: 0.6;
  }
}

.pagination a.prev,
.pagination a.next {
  padding: 7px 15px;
}
@media print, screen and (min-width: 768px) {
  .pagination a.prev,
  .pagination a.next {
    padding: 10px 15px;
  }
}

.pagination a.prev {
  margin-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .pagination a.prev {
    margin-right: 20px;
  }
}

.pagination a.next {
  margin-left: 10px;
}
@media print, screen and (min-width: 768px) {
  .pagination a.next {
    margin-left: 20px;
  }
}

.nav-links {
  display: flex;
  justify-content: center;
}

.pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 1;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .pagination span {
    width: 32px;
    height: 32px;
  }
}

.pagination span.current {
  background-color: #2e5c37;
  color: #fff;
  font-weight: 400;
  margin: 0 5px;
}

h2.screen-reader-text {
  display: none;
}

/* カテゴリーページ
----------------------------------------*/
h2.category_ttl {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  h2.category_ttl {
    font-size: 22px;
    margin-bottom: 50px;
  }
}

/* シングルページ
----------------------------------------*/
.info_single_wrap {
  padding: 20px 20px 0;
}
@media print, screen and (min-width: 428px) {
  .info_single_wrap {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  .info_single_wrap {
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 960px) {
  .info_single_main {
    width: calc(100% - 280px);
  }
}
.info_single_main img {
  margin: 20px 0;
}
.sidebar {
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
  .sidebar {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 960px) {
  .sidebar {
    width: 220px;
    margin-top: 0;
  }
}
.sidebar h3 {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #2e5c37;
  padding: 15px 15px 15px 0;
}
.sidebar li {
  padding: 10px 5px;
}
.sidebar li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.sidebar time {
  display: block;
  font-size: 14px;
  font-family: "Arsenal" !important;
}
.sidebar a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: 5px 0;
  font-family: "Shippori Mincho";
}
@media print, screen and (min-width: 960px) {
  .sidebar a:hover {
    opacity: 0.6;
  }
}

.sidebar_block:not(:last-child) {
  margin-bottom: 40px;
}

.time_block {
  align-items: center;
}
.time_block .info_single_time {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
}

.single_ttl_block .post_category a {
  text-decoration: none !important;
}

h1.info_single_ttl {
  position: relative;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 15px 20px;
  margin-bottom: 15px;
  font-family: "Shippori Mincho";
}
@media print, screen and (min-width: 960px) {
  h1.info_single_ttl {
    font-size: 18px;
  }
}

.single_txt_box {
  margin-top: 40px;
  line-height: 2;
  font-family: "Shippori Mincho";
}
@media print, screen and (min-width: 768px) {
  .single_txt_box {
    line-height: 2.2;
  }
}

.single_pagenav {
  font-size: 12px;
  margin-top: 60px;
}
@media print, screen and (min-width: 960px) {
  .single_pagenav {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 100px;
  }
}
.single_pagenav p.new {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 960px) {
  .single_pagenav p.new {
    margin-bottom: 0;
  }
}
.single_pagenav a {
  text-decoration: underline;
}
@media print, screen and (min-width: 960px) {
  .single_pagenav a:hover {
    opacity: 0.6;
  }
}

/* ************************************************
 *	Works
 * ************************************************ */
#works ul {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  #works ul {
    gap: 60px 40px;
  }
}
#works ul li {
  width: 100%;
}
@media print, screen and (min-width: 428px) {
  #works ul li {
    width: calc(50% - 20px);
  }
}
@media print, screen and (min-width: 768px) {
  #works ul li {
    width: calc(33.3333% - 26.6666px);
  }
}
#works ul li .thumbnail {
  overflow: hidden;
}
#works ul li .thumbnail img {
  transition: all ease 0.5s;
}
#works ul li .thumbnail img:hover {
  transform: scale(1.1);
}
#works ul li .term {
  padding: 5px 20px;
  background-color: #2e5c37;
  color: #fff;
  top: 0;
  left: 0;
  font-size: 12px;
  margin-top: 10px;
}
#works ul li h2 {
  font-weight: 400;
}

.thumbnail {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

/* 家具　シングルぺージ
----------------------------------------*/
.single_contents a {
  text-decoration: underline;
}

.single_furniture_ttl {
  text-align: center;
  font-size: 26px;
  color: #fff;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .single_furniture_ttl {
    font-size: 40px;
  }
}

.single_contents {
  margin-top: 20px;
}

.btn {
  text-align: center;
  margin-top: 60px;
}

.works_contents {
  width: 100%;
  gap: 40px;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .works_contents {
    gap: 60px 40px;
  }
}
.works_contents li {
  width: 100%;
}
@media print, screen and (min-width: 428px) {
  .works_contents li {
    width: calc(50% - 20px);
  }
}
@media print, screen and (min-width: 768px) {
  .works_contents li {
    width: calc(33.3333% - 26.6666px);
  }
}
.works_contents li .thumbnail {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.works_contents li .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.works_contents li h2 {
  font-weight: 400;
}
.works_contents li a {
  transition: all ease 0.5s;
}
.works_contents li a:hover {
  opacity: 0.7;
}

/* ************************************************
 *	商品
 * ************************************************ */
#products ul {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  #products ul {
    gap: 60px 40px;
  }
}
#products ul li {
  width: 100%;
}
@media print, screen and (min-width: 428px) {
  #products ul li {
    width: calc(50% - 20px);
  }
}
@media print, screen and (min-width: 768px) {
  #products ul li {
    width: calc(33.3333% - 26.6666px);
  }
}
@media print, screen and (min-width: 960px) {
  #products ul li {
    width: calc(25% - 30px);
  }
}
#products ul li a {
  transition: all ease 0.5s;
}
#products ul li a:hover {
  opacity: 0.7;
}
#products ul li .thumbnail {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#products ul li .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
#products ul li .term {
  padding: 5px 20px;
  background-color: #2e5c37;
  color: #fff;
  top: 0;
  left: 0;
  font-size: 12px;
  margin-top: 10px;
}

.single_wrapper .thumbnail {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.single_wrapper .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.single_wrapper .term {
  padding: 5px 20px;
  background-color: #2e5c37;
  color: #fff;
  top: 0;
  left: 0;
  font-size: 12px;
  margin-top: 10px;
}

.furniture_link {
  gap: 0;
}
.furniture_link li {
  width: 100%;
  padding: 2em;
}
@media print, screen and (min-width: 960px) {
  .furniture_link li {
    width: 50%;
    padding: 2em;
  }
}
.furniture_link li:nth-child(1) {
  background-color: #dacebc;
}
.furniture_link li:nth-child(2) {
  background-color: #f6f3ee;
}
.furniture_link li:nth-child(2) p {
  margin-bottom: 0;
}
@media print, screen and (min-width: 960px) {
  .furniture_link li:nth-child(2) p {
    margin-bottom: 3em;
  }
}
.furniture_link li h3 {
  color: #2e5c37;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  font-weight: 400;
}
@media print, screen and (min-width: 960px) {
  .furniture_link li h3 {
    text-align: start;
  }
}
.furniture_link li p {
  margin-top: 20px;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .furniture_link li p {
    text-align: start;
  }
}
.furniture_link li .btn {
  margin-top: 20px;
}/*# sourceMappingURL=posts.css.map */