@charset "UTF-8";
#main {
  margin-top: 60px;
}

main {
  margin: 0 auto;
  display: flex;
  width: 1080px;
  justify-content: space-between;
}

/**
新着詳細
*/
.single-basic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 0px;
  position: relative;
}
.single-basic #sidebar {
  padding-top: 80px;
}

.single-detail {
  width: 792px;
}
.single-detail > .title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  position: relative;
  padding: 10px 0;
}
.single-detail .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}
.single-detail .info .left {
  display: flex;
  flex-wrap: wrap;
}
.single-detail .info .left .date {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.1666666667;
  text-align: left;
  color: #aaaaaa;
  margin-left: 5px;
}
.single-detail .info .left .categories {
  display: flex;
  flex-wrap: wrap;
}
.single-detail .info .left .categories .category {
  display: flex;
  align-items: center;
  height: 20px;
  background-color: #9a7d4f;
  padding: 0 10px;
}
.single-detail .info .left .categories .category + .category {
  margin-left: 5px;
}
.single-detail .info .left .categories .category a {
  font-size: 1.2rem;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
.single-detail .info .sns {
  float: right;
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-detail .info .sns:before {
  content: "";
  display: block;
  background: url(../img/common/label-share.png) center center no-repeat;
  background-size: contain;
  width: 78px;
  height: 17px;
}
.single-detail .info .sns a {
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.single-detail .description {
  margin-top: 30px;
}
.single-detail .description .thumbnail {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
.single-detail .description .thumbnail img {
  max-width: 100%;
  max-height: 100vw;
}
.single-detail .post_detail {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin-top: 40px;
  padding-bottom: 60px;
  /*-----------------------------------------------------------------
  sp
  -----------------------------------------------------------------*/
  /*-----------------------------------------------------------------
  pc
  -----------------------------------------------------------------*/
  word-wrap: break-word;
  word-break: break-all;
}
.single-detail .post_detail .gallery a {
  text-decoration: none;
  border-bottom: 0;
}
.single-detail .post_detail p {
  clear: both;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin-bottom: 20px;
}
.single-detail .post_detail p img.alignright {
  text-align: right;
}
.single-detail .post_detail pre {
  margin: 20px 0;
  overflow-x: auto;
  line-height: 1.5;
}
.single-detail .post_detail .wp-caption {
  max-width: 100%;
}
.single-detail .post_detail .alignleft {
  float: left;
}
.single-detail .post_detail .aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-detail .post_detail .alignright {
  float: right;
}
.single-detail .post_detail img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 5px;
}
.single-detail .post_detail img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-detail .post_detail img.alignright {
  margin: 5px;
  display: inline;
}
.single-detail .post_detail img.alignleft {
  margin: 5px;
  display: inline;
}
.single-detail .post_detail ul {
  margin: 1.2em;
}
.single-detail .post_detail ul:first-of-type {
  margin-top: 0.65em;
}
.single-detail .post_detail ul li {
  list-style: disc outside;
}
.single-detail .post_detail ol {
  margin: 1.2em;
}
.single-detail .post_detail ol:first-of-type {
  margin-top: 0.65em;
}
.single-detail .post_detail ol li {
  list-style: decimal outside;
}
.single-detail .post_detail li {
  line-height: 1.65;
}
.single-detail .post_detail h1 {
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.4;
  position: relative;
  padding: 10px 0;
}
.single-detail .post_detail h2 {
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.2;
  position: relative;
  background-color: #9a7d4f;
  color: #fff;
  padding: 13px 12px;
}
.single-detail .post_detail h3 {
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.2;
  position: relative;
  background-color: #eadebb;
  color: #333;
  padding: 13px 12px;
}
.single-detail .post_detail h4 {
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #b0a9a8;
  padding: 4px 0 10px;
}
.single-detail .post_detail h5 {
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}
.single-detail .post_detail h5:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 4px;
  background-color: #9a7d4f;
  display: block;
  top: 0.5em;
  left: 0;
}
.single-detail .post_detail h6 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 10px;
}
.single-detail .post_detail table {
  margin: 35px auto;
}
.single-detail .post_detail table th,
.single-detail .post_detail table td {
  padding: 13px 10px;
  font-size: 1.5rem;
  line-height: 1.6;
  border: 1px solid #fff;
}
.single-detail .post_detail table th {
  background-color: #ababab;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
}
.single-detail .post_detail table th a {
  color: #fff;
}
.single-detail .post_detail table td {
  background-color: #eeeeee;
  color: #333333;
}

#sidebar {
  width: 250px;
}

/**
新着情報 一覧
*/
.archive-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-bottom: 150px;
}
.archive-list h3 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  position: relative;
  padding: 10px 0;
}
.archive-list h3:first-of-type {
  margin-top: 0;
}
.archive-list .note {
  text-align: center;
  width: 100%;
}
.archive-list .full,
.archive-list .boxes,
.archive-list .list {
  width: 800px;
}
.archive-list .boxes ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; /* 箱の間隔 */
  padding: 0 10px;
  margin-top: 20px;
}
.archive-list .boxes ul .box {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 240px;
  height: 240px;
  padding: 8px;
  position: relative;
}
.archive-list .boxes ul .box.is-new:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid #eb3841;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #eb3841;
  border-right: 20px solid transparent;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
}
.archive-list .boxes ul .box.is-new:after {
  content: "NEW";
  font-family: "Oswald", serif;
  font-size: 1.4rem;
  color: #fff;
  position: absolute;
  top: 14px;
  left: 9px;
  z-index: 1;
  transform: rotateZ(-45deg);
}
.archive-list .boxes ul .box a {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.archive-list .boxes ul .box .img {
  position: relative;
  display: flex;
  width: 224px;
  height: 152px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.archive-list .boxes ul .box .img img {
  display: block;
}
.archive-list .boxes ul .box .img a {
  display: flex;
  width: 224px;
  height: 152px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.archive-list .boxes ul .box .info {
  position: absolute;
  top: 140px;
  left: 0px;
  z-index: 1;
  display: flex;
}
.archive-list .boxes ul .box .info .category span,
.archive-list .boxes ul .box .info .category a {
  background-color: #9a7d4f;
  padding: 2px 10px;
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
}
.archive-list .boxes ul .box .title {
  margin-top: 15px;
  height: 40px;
}
.archive-list .boxes ul .box .title a {
  font-size: 1.6rem;
  line-height: 1.25;
  text-decoration: none;
}
.archive-list .boxes ul .box .date {
  text-align: right;
  color: #aaaaaa;
  font-size: 1.2rem;
  line-height: 1;
}
.archive-list .list {
  width: 800px;
}
.archive-list .list ul li {
  display: flex;
  flex-wrap: wrap;
  background: url(../img/common/border01.png) center bottom no-repeat;
  padding-top: 26px;
  padding-bottom: 32px;
}
.archive-list .list ul li .date {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  text-align: left;
  color: #666;
}
.archive-list .list ul li .categories {
  margin-left: 5px;
  display: flex;
  flex-wrap: wrap;
}
.archive-list .list ul li .categories .category {
  display: flex;
  align-items: center;
  height: 20px;
  background-color: #f16518;
  padding: 0 10px;
}
.archive-list .list ul li .categories .category + .category {
  margin-left: 5px;
}
.archive-list .list ul li .categories .category a {
  font-size: 1.2rem;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
.archive-list .list ul li .title {
  width: 100%;
  text-align: left;
  margin-top: 4px;
}
.archive-list .list ul li .title a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.63;
  color: #333;
  text-decoration: underline;
}

.paged {
  width: 100%;
  margin-top: 80px;
}
.paged .tablenav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  clear: both;
}
.paged .tablenav a {
  text-decoration: none;
}
.paged .tablenav .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid #aaa;
  color: #333;
  font-size: 1.8rem;
  line-height: 1;
  margin-right: 10px;
}
.paged .tablenav .page-numbers.current {
  border: 1px solid #aaaaaa;
  background-color: #9a7d4f;
  color: #fff;
}
.paged .tablenav .page-numbers.dots {
  border: 0;
}
.paged .tablenav .page-numbers.prev, .paged .tablenav .page-numbers.next {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
/**
製品情報 一覧
*/
/*

/*+-+-+-+-+-+-+-+-+-+-前の記事/次の記事+-+-+-+-+-+-+-+-+-+-+-+-*/
#single_otherpost {
  border-top: 1px solid #cccccc;
  padding-top: 30px;
}
#single_otherpost .link {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#single_otherpost .list,
#single_otherpost .prev,
#single_otherpost .next {
  margin-right: 10px;
}
#single_otherpost .prev,
#single_otherpost .next {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
#single_otherpost .list {
  width: 200px;
  display: flex;
  align-items: center;
}
#single_otherpost .list a {
  width: 200px;
  height: auto;
  color: #9a7d4f;
  border: 0;
  padding-bottom: 6px;
  font-weight: bold;
  border-bottom: 1px solid #9a7d4f;
}
#single_otherpost a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid #aaa;
  color: #031433;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px auto;
}
#single_otherpost a.current {
  border: 1px solid #aaa;
  background-color: #333;
  color: #fff;
}
#single_otherpost a:hover {
  opacity: 0.65;
}

#searchform {
  position: relative;
  padding: 15px 20px 20px;
  background-color: #e1eff6;
  display: flex;
  flex-wrap: wrap;
  width: 1020px;
  margin: 0 auto;
}
#searchform .title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
#searchform .title strong {
  display: block;
  font-weight: bold;
  position: relative;
  font-size: 1.6rem;
}
#searchform .title strong::before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: #031433;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
#searchform .title .message {
  font-size: 1.6rem;
  margin-left: 30px;
}
#searchform input,
#searchform select {
  border: 1px solid #cccccc;
  padding-left: 15px;
}
#searchform select {
  width: 340px;
}
#searchform input {
  width: 500px;
  margin-left: 10px;
}
#searchform button {
  margin-left: 10px;
  width: 120px;
  height: 40px;
  padding: 10px 30px;
  background-color: #357ca2;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#searchform button:before {
  content: "";
  display: block;
  background: url(../img/common/icon-search.png) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
#searchform + .boxes {
  margin-top: 70px;
}

.archive-list #searchform {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%);
}
.archive-list #searchform + .note {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translate(-50%);
}
