@charset "UTF-8";
main {
  padding-top: 40px;
  padding-bottom: 0;
  position: relative;
}
main .inner {
  width: 1000px;
  display: block;
  margin: 0 auto;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

section {
  margin: 0 auto;
}
section .inner {
  width: 1000px;
  margin: 0 auto;
}

/*-----------------------------------------------------------------
xxx
-----------------------------------------------------------------*/
#slider {
  position: relative;
}
#slider .message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 3.8rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: 3.8px;
  text-align: center;
  color: #fff;
  z-index: 10;
}
#slider ul li img {
  object-fit: cover;
  width: 100%;
  height: 490px;
}
#slider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  padding-right: 22px;
  bottom: 10px;
  width: 100%;
  gap: 10px;
}
#slider .swiper-pagination .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 25px;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
  margin: 0;
}
#slider .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  border-radius: 0;
  background-color: #fff;
}
#slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background-color: #7c9853;
}
#slider .swiper-button-prev {
  left: 80px;
}
#slider .swiper-button-prev:after {
  content: "";
  display: block;
  width: 29px;
  height: 55px;
  background: url(../img/top/slider-left.png) center center no-repeat;
  background-size: contain;
}
#slider .swiper-button-next {
  right: 80px;
}
#slider .swiper-button-next:after {
  content: "";
  display: block;
  width: 29px;
  height: 55px;
  background: url(../img/top/slider-right.png) center center no-repeat;
  background-size: contain;
}

h2 {
  display: flex;
  justify-content: center;
}
h2 span {
  font-size: 2.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.8px;
  text-align: center;
  color: #333;
  padding-bottom: 9px;
  border-bottom: 3px solid #333;
}

#items .search {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#items .search input {
  width: 800px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #ccc;
  position: relative;
  background: url(../img/common/icon-search.png) 10px center no-repeat;
  background-color: #fff;
  background-size: 20px auto;
  padding-left: 42px;
  font-size: 1.6rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}
#items .search input::placeholder {
  color: #aaa; /* グレー */
}
#items .boxes {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 50px;
}
#items .boxes .box {
  display: flex;
  justify-items: center;
}
#items .boxes .box a {
  display: block;
  text-decoration: none;
  text-align: center;
}
#items .boxes .box a img {
  width: 300px;
  height: 300px;
}
#items .boxes .box a span {
  margin-top: 10px;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-align: center;
  color: #333;
}
#items #main-banners.banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 80px;
}
#items #custom_banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
#items #menu {
  margin-top: 80px;
}
#items #menu ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#items #menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  border-radius: 10px;
  border: solid 3px #7c9853;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  color: #7c9853;
  text-decoration: none;
  position: relative;
}
#items #menu ul li a::before {
  content: "";
  display: block;
  background: url(../img/common/icon-arrow01.png) center center no-repeat;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#information {
  background: url(../img/common/bg-wood01.png) center center no-repeat;
  background-size: cover;
  padding: 40px 0 80px;
  margin-top: 90px;
}
#information .inner {
  display: flex;
  justify-content: space-between;
}
#information .inner .left {
  width: 670px;
}
#information .inner .left h2 {
  text-align: left;
  justify-content: flex-start;
}
#information .inner .left .list {
  margin-top: 45px;
}
#information .inner .left .list ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#information .inner .left .list ul li .info {
  display: flex;
  gap: 10px;
}
#information .inner .left .list ul li .info .date {
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#information .inner .left .list ul li .info .taxonomies .term {
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  height: 26px;
  padding: 0 10px;
  background-color: #dde0d8;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#information .inner .left .list ul li .title {
  margin-top: 8px;
}
#information .inner .left .list ul li .title a {
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
}
#information .inner .left .link {
  display: flex;
  justify-content: flex-end;
  margin-top: 45px;
}
#information .inner .left .link a {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333;
  text-decoration: none;
  background: url(../img/common/icon-arrow02.png) right 2px no-repeat;
  background-size: 8px auto;
  padding-right: 18px;
}
#information .inner .right {
  width: 300px;
}
#information .inner .right .banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
  margin-top: 26px;
}
#wood_material {
  background: url(../img/common/bg-wood02.png) center center no-repeat;
  background-size: cover;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#wood_material h2 {
  font-size: 3.4rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: 3.4px;
  text-align: center;
  color: #fff;
}
#wood_material .message {
  margin-top: 5px;
}
#wood_material .message p {
  font-size: 1.6rem;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
#wood_material .link {
  margin-top: 40px;
}
#wood_material .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #333;
  text-decoration: none;
  position: relative;
}
#wood_material .link a::before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url(../img/common/icon-arrow02.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
