@charset "UTF-8";
/***********************共通設定************************/
/*----------------------------------------------------
お問い合わせ・見積もりはこちら
----------------------------------------------------*/
#pageHome #planeContact {
  top: 0;
  margin-top: 30px;
}

/*----------------------------------------------------
パンくずリスト
----------------------------------------------------*/
.breadcrumb li:first-child::before {
  content: "";
}

/*----------------------------------------------------
カテゴリーリスト　共通部分
----------------------------------------------------*/
.category_list {
  text-align: left;
  letter-spacing: 0.05em;
}
.category_list h2 {
  /* 751- */
}
@media all and (min-width: 751px) {
  .category_list h2 {
    font-size: 18px;
  }
}
.category_list ul li a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #9E9E97;
  /* 751- */
}
@media all and (min-width: 751px) {
  .category_list ul li a {
    font-size: 15px;
  }
}

/*----------------------------------------------------
カテゴリーリスト　一覧ページ
----------------------------------------------------*/
#pageHome .category_list {
  padding: 30px;
}
#pageHome .category_list ul {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#pageHome .category_list ul li a {
  padding-right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #9E9E97;
  /* -750 */
}
@media all and (max-width: 750px) {
  #pageHome .category_list ul li a {
    font-size: 14px;
  }
}
@media (hover: hover) {
  #pageHome .category_list ul li a:hover {
    color: #000000;
  }
}
#pageHome .category_list ul li.current a {
  color: #000000;
}
#pageHome .category_list ul li:last-child a {
  padding-right: 0;
}

/*----------------------------------------------------
タグリスト　一覧ページ
----------------------------------------------------*/
.tag_list {
  padding: 30px;
  letter-spacing: 0.05em;
}
.tag_list h2 {
  text-align: left;
  /* 751- */
}
@media all and (min-width: 751px) {
  .tag_list h2 {
    font-size: 18px;
  }
}
.tag_list ul {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tag_list ul li {
  padding-right: 20px;
}
.tag_list ul li:last-child {
  padding-right: 0;
}
.tag_list ul li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 10px;
  padding: 10px 15px;
  display: inline-block;
  background-color: #E3E2D8;
  border-radius: 6px;
  color: #9E9E97;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 13px;
  text-decoration: none;
  /* 751- */
}
@media all and (min-width: 751px) {
  .tag_list ul li a {
    padding: 15px 20px;
  }
}
@media (hover: hover) {
  .tag_list ul li a:hover {
    background-color: #9E9E97;
    color: #E3E2D8;
  }
}
.tag_list ul li.current a {
  background-color: #9E9E97;
  color: #E3E2D8;
}

/*----------------------------------------------------
postPage　一覧ページ
----------------------------------------------------*/
#postPage {
  overflow: hidden;
}
#postPage .post_list {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
#postPage .post_list > li {
  padding: 40px;
  position: relative;
  border-bottom: 3px solid #000000;
  /* 751- */
}
@media all and (min-width: 751px) {
  #postPage .post_list > li {
    padding: 84px 96px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#postPage .post_list > li:first-child {
  border-top: 3px solid #000000;
}
#postPage .post_list > li a {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#postPage .post_list > li .thumbnail {
  position: relative;
  /* 751- */
}
@media all and (min-width: 751px) {
  #postPage .post_list > li .thumbnail {
    width: calc(100% - 350px);
    max-width: 350px;
  }
}
@media screen and (min-width: 751px) and (max-width: 890px) {
  #postPage .post_list > li .thumbnail {
    width: calc(100% - 250px);
    max-width: 300px;
  }
}
@media screen and (min-width: 751px) and (max-width: 819px) {
  #postPage .post_list > li .thumbnail {
    width: calc(100% - 200px);
    max-width: 250px;
  }
}
#postPage .post_list > li .thumbnail .new_img::after {
  content: "";
  position: absolute;
  z-index: 1;
  background-image: url(../images/column/new.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 98px;
  height: 60px;
  top: -24px;
  left: -12px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #postPage .post_list > li .thumbnail .new_img::after {
    width: 119px;
    height: 70px;
    top: -27px;
    left: -20px;
  }
}
#postPage .post_list > li .thumbnail .thum_img {
  overflow: hidden;
}
#postPage .post_list > li .thumbnail img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  /* 751- */
}
@media all and (min-width: 751px) {
  #postPage .post_list > li .thumbnail img {
    max-height: 245px;
  }
}
@media (hover: hover) {
  #postPage .post_list > li:hover h2::after {
    width: 100%;
  }
  #postPage .post_list > li:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#postPage .post_list .content_area {
  text-align: left;
  /* 751- */
}
@media all and (min-width: 751px) {
  #postPage .post_list .content_area {
    width: calc(100% - 450px);
  }
}
@media screen and (min-width: 891px) and (max-width: 900px) {
  #postPage .post_list .content_area {
    width: calc(100% - 400px);
  }
}
@media screen and (min-width: 820px) and (max-width: 890px) {
  #postPage .post_list .content_area {
    width: calc(100% - 350px);
  }
}
@media screen and (min-width: 751px) and (max-width: 819px) {
  #postPage .post_list .content_area {
    width: calc(100% - 300px);
  }
}
#postPage .post_list .content_area h2 {
  padding-top: 30px;
  display: inline-block;
  font-size: 18px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751- */
}
#postPage .post_list .content_area h2::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  position: absolute;
  background-color: #000000;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
}
@media all and (min-width: 751px) {
  #postPage .post_list .content_area h2 {
    padding-top: 0;
    font-size: 26px;
    letter-spacing: 0.05em;
  }
}
#postPage .post_list .content_area .txt {
  padding: 25px 0 35px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif !important;
  font-weight: 500;
  /* 751- */
}
@media all and (min-width: 751px) {
  #postPage .post_list .content_area .txt {
    padding: 27px 0 30px;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 2.1;
  }
}
#postPage .post_list .content_area .date_cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif !important;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  /* 751- */
}
@media all and (min-width: 751px) {
  #postPage .post_list .content_area .date_cate {
    font-size: 14px;
  }
}
#postPage .post_list .content_area .date_cate .category {
  border: 2.5px solid #000000;
}
#postPage .post_list .content_area .date_cate .category .post-categories li a {
  padding: 7px 16px;
  position: relative;
  z-index: 1;
  pointer-events: none;
  /* 751- */
}
@media all and (min-width: 751px) {
  #postPage .post_list .content_area .date_cate .category .post-categories li a {
    padding: 9px 20px;
  }
}
#postPage .post_list .content_area .date_cate .date {
  padding-left: 18px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #postPage .post_list .content_area .date_cate .date {
    padding-left: 26px;
  }
}

/*----------------------------------------------------
一覧ページ　ページナビ
----------------------------------------------------*/
.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
}
.page-numbers li {
  position: relative;
  margin: 0;
  padding: 35px 6px 48px;
  font-size: 20px;
  line-height: 1;
  /* 751- */
}
@media all and (min-width: 751px) {
  .page-numbers li {
    padding: 71px 6px 97px;
    font-size: 24px;
  }
}
.page-numbers li .next::after, .page-numbers li .prev::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  content: "...";
  color: #000000;
}
.page-numbers li .next::after {
  padding-left: 13px;
}
.page-numbers li .prev::after {
  padding-right: 13px;
}
.page-numbers li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #9E9E97;
}
@media (hover: hover) {
  .page-numbers li a:hover {
    color: #000000;
  }
  .page-numbers li a:hover.next::after {
    color: #9E9E97;
  }
  .page-numbers li a:hover.prev::after {
    color: #9E9E97;
  }
}

/*----------------------------------------------------
postDetail 詳細ページ
----------------------------------------------------*/
#postDetail .detail {
  margin: 32px 0 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* 751- */
}
@media all and (min-width: 751px) {
  #postDetail .detail {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#postDetail .detail .right_content {
  display: block;
  /* 751- */
}
@media all and (min-width: 751px) {
  #postDetail .detail .right_content {
    width: 25%;
  }
}
#postDetail .detail .right_content .category_list {
  /* 751- */
}
@media all and (min-width: 751px) {
  #postDetail .detail .right_content .category_list {
    margin-top: 70px;
  }
}
#postDetail .detail .right_content .category_list h2 {
  /* 751- */
}
@media all and (min-width: 751px) {
  #postDetail .detail .right_content .category_list h2 {
    padding-bottom: 30px;
  }
}
#postDetail .detail .right_content .category_list ul {
  /* -750 */
}
@media all and (max-width: 750px) {
  #postDetail .detail .right_content .category_list ul {
    margin-top: 30px;
  }
}
#postDetail .detail .right_content .category_list ul li {
  border-bottom: 1px solid #000000;
}
#postDetail .detail .right_content .category_list ul li:first-child {
  border-top: 1px solid #000000;
}
#postDetail .detail .right_content .category_list ul li a {
  padding: 15px 0;
  color: #000000;
  /* 751- */
}
@media all and (min-width: 751px) {
  #postDetail .detail .right_content .category_list ul li a {
    padding: 25px 0;
    line-height: 1.5;
  }
}
@media (hover: hover) {
  #postDetail .detail .right_content .category_list ul li a:hover {
    color: #9E9E97;
  }
}
#postDetail .detail .right_content .tag {
  text-align: left;
}
#postDetail .detail .right_content .tag h2 {
  padding: 39px 0 21px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #postDetail .detail .right_content .tag h2 {
    padding: 78px 0 21px;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
}
#postDetail .detail .right_content .tag .tags_contents a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 11px 10px 0;
  padding: 10px 15px;
  display: inline-block;
  background-color: #E3E2D8;
  border-radius: 6px;
  color: #9E9E97;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 13px;
  text-decoration: none;
  /* 751- */
}
@media all and (min-width: 751px) {
  #postDetail .detail .right_content .tag .tags_contents a {
    padding: 15px 20px;
  }
}
@media (hover: hover) {
  #postDetail .detail .right_content .tag .tags_contents a:hover {
    background-color: #9E9E97;
    color: #E3E2D8;
  }
}
#postDetail .detail .entry-content {
  /* 751- */
}
@media all and (min-width: 751px) {
  #postDetail .detail .entry-content {
    width: 64%;
  }
}
#postDetail .detail .entry-content .contents .post_title {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  /* 751- */
}
@media all and (min-width: 751px) {
  #postDetail .detail .entry-content .contents .post_title {
    font-size: 26px;
    line-height: 1.78;
  }
}
#postDetail .detail .entry-content .contents .contents_area {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif !important;
}
#postDetail .detail .entry-content .contents .contents_area figure {
  margin-bottom: 25px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #postDetail .detail .entry-content .contents .contents_area figure {
    margin-bottom: 50px;
  }
}
#postDetail .detail .entry-content .contents .contents_area p {
  padding-bottom: 20px;
  letter-spacing: 0.02em;
  line-height: 2.1;
  font-weight: 500;
  /* 751- */
}
@media all and (min-width: 751px) {
  #postDetail .detail .entry-content .contents .contents_area p {
    font-size: 15px;
  }
}
#postDetail .detail .entry-content .contents .contents_area h1.wp-block-heading {
  font-size: 22px;
}
#postDetail .detail .entry-content .contents .contents_area h2.wp-block-heading {
  font-size: 20px;
}
#postDetail .detail .entry-content .contents .contents_area h3.wp-block-heading {
  font-size: 18px;
}
#postDetail .detail .entry-content .contents .contents_area h4.wp-block-heading {
  font-size: 17px;
}
#postDetail .detail .entry-content .contents .contents_area h5.wp-block-heading {
  font-size: 16px;
}
#postDetail .detail .entry-content .contents .contents_area h6.wp-block-heading {
  font-size: 15px;
}
#postDetail .detail .entry-content .hastag {
  padding-top: 70px;
  text-align: left;
}
#postDetail .detail .entry-content .hastag .tags_contents a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 11px 10px 0;
  padding: 10px 15px;
  display: inline-block;
  background-color: #E3E2D8;
  border-radius: 6px;
  color: #9E9E97;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 13px;
  text-decoration: none;
  /* 751- */
}
@media all and (min-width: 751px) {
  #postDetail .detail .entry-content .hastag .tags_contents a {
    padding: 15px 20px;
  }
}
@media (hover: hover) {
  #postDetail .detail .entry-content .hastag .tags_contents a:hover {
    background-color: #9E9E97;
    color: #E3E2D8;
  }
}
#postDetail .btn {
  padding: 20px 0;
  display: inline-block;
  text-decoration: none;
  margin: 0 auto 121px;
  position: relative;
  background-color: #000000;
  color: #fff;
  width: 100%;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.05em;
  /* 751- */
}
@media all and (min-width: 751px) {
  #postDetail .btn {
    padding: 32px 0;
    font-size: 16px;
    max-width: 600px;
  }
}
#postDetail .btn::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  position: absolute;
  background-image: url(../images/common/yellow_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
  top: 50%;
  left: 20px;
  width: 16px;
  height: 13px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #postDetail .btn::before {
    left: 40px;
    width: 16px;
    height: 13px;
  }
}
@media (hover: hover) {
  #postDetail .btn:hover::before {
    left: 35px;
  }
}

/*----------------------------------------------------
詳細ページ　ページナビ
----------------------------------------------------*/
.wp-pagenavi {
  padding: 26px 6px 38px;
  font-size: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 751- */
}
@media all and (min-width: 751px) {
  .wp-pagenavi {
    padding: 53px 6px 77px;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi span, .wp-pagenavi a {
  color: #000000;
  border: none;
}
.wp-pagenavi span {
  position: relative;
  padding: 0 6px;
  margin: 0;
}
.wp-pagenavi span.current {
  color: #000000;
}
.wp-pagenavi .larger, .wp-pagenavi .smaller {
  color: #9E9E97;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .wp-pagenavi .larger:hover.larger, .wp-pagenavi .smaller:hover.larger {
    color: #000000;
  }
  .wp-pagenavi .larger:hover.smaller, .wp-pagenavi .smaller:hover.smaller {
    color: #000000;
  }
}
.wp-pagenavi .last, .wp-pagenavi .extend {
  display: none;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  font-size: 0;
  position: relative;
  display: block;
  width: 20px;
}
.wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.nextpostslink::before {
  display: none;
}
.wp-pagenavi a.previouspostslink::after, .wp-pagenavi a.nextpostslink::after {
  font-size: 23px;
  content: "...";
  position: absolute;
  background-size: contain;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: -22px;
}
@media (hover: hover) {
  .wp-pagenavi a:hover.previouspostslink, .wp-pagenavi a:hover.nextpostslink {
    color: #9E9E97;
  }
}