@charset "UTF-8";
/* ===================================
共通
=================================== */

/* ===================================
archive
=================================== */
.c-col_wrap{
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 70px auto 0;
  padding: 0 20px;
}
.c-post_wrap{
  width: 74%;
}
.c-textarea .cat{
  font-size: 12px;
  color: #DFA3A3;
}
.c-textarea .c-ttl{
  font-size: 14px;
}
.c-post_list{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #C9C7C7;
  padding-bottom: 15px;
}
.ar-c-item{
  width: 30%;
  margin-right: 5%;
  margin-bottom: 4%;
}
.ar-c-item:nth-of-type(3n){
  margin-right: 0;
}
.ar-c-textarea .ttl_cat{
  font-size: 12px;
  color: #DFA3A3;
  display: block;
  margin-bottom: 3px;
}
.ar-c-textarea .c-ttl{
  font-size: 14px;
  display: block;
  margin-bottom: 0px;
  line-height: 1.5;
}


/* サイドバー */
.c-side_cat{
  width: 23.6%;
}
.c-sticky{
  position: sticky;
  top: 100px;
}

.c-priceSearch-box {
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.c-priceSearch-txt {
  font-size: 14px;
  font-weight: 700;
  padding-right: 18px;
  padding-bottom: 4px;
}
.c-priceSearch-form {
  position: relative;
}
.aco_ttl {
  font-size: 14px;
  padding: 12px 50px 12px 15px;
  border: 1px solid #C9C7C7;
  border-radius: 5px;
  line-height: 1.5;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.aco_ttl:before {
  content: "";
  background-image: url(../img/yaji.svg);
  background-repeat:no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 11px;
  position: absolute;
  top: 44%;
  right: 17px;
  transition: 0.2s;
}
.aco_ttl.open:before {
  content: "";
  transition: 0.2s;
  transform: rotate(-180deg);
  top: 30%;
}
.acc_content {
  display: none;
  z-index: 20;
  width: 100%;
  font-size: 14px;
  line-height: 2;
  padding: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #9f887f;
  top: 55px;
  left: 0;

  height: 200px;
  overflow-y: scroll;
}
.aco_ttl_02{
  margin-top: 20px;
}

/* ページャー */
.pager {
  margin: 43px 0 87px;
}
.archive-pager {
  position: relative;
  padding: 15px 0 20px;
}
.page_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-top: 10px;
}
.page_txt .page_span {
  font-size: 16px;
  padding: 0 4px;
  padding-left: 4px;
}
.page-numbers {
  display: none;
  pointer-events: none;
}
.page-numbers.prev {
  display: block;
  pointer-events: all;
  position: absolute;
  font-size: 14px;
  padding: 8px 40px 8px 50px;
  top: 50%;
  left: 50%;
  transform: translate(-145%, -50%);
  border-radius: 50px;
  background-color: #F4F1EF;
  background-image: url(../img/yaji_l.svg);
  background-repeat: no-repeat;
  background-position: 37px 50%;
  background-size: 6px;
}
.page-numbers.next {
  display: block;
  pointer-events: all;
  position: absolute;
  font-size: 14px;
  padding: 8px 50px 8px 40px;
  top: 50%;
  left: 50%;
  transform: translate(47%, -50%);
  border-radius: 50px;
  background-color: #F4F1EF;
  background-image: url(../img/yaji_r.svg);
  background-repeat: no-repeat;
  background-position: 82px 50%;
  background-size: 6px;
}


/* ===================================
single
=================================== */
.single_case_inner{
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 75px auto 100px;
  padding: 0 20px;
}
.left_content{
  width: 70%;
}
.left_content p{
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.left_content .btn{
  text-align: center;
}

.single_case_inner h2{
  font-size: 24px;
  font-weight: 700;
}
.ar-c-thumb_list .archive_img{
  margin: 0px auto 10px;
  width: 100%;
  max-width: 480px;
}
.single_case_inner .c-thumb_list .archive_img{
  margin: 40px auto 30px;
  width: 100%;
  max-width: 480px;
}
.case_btn{
  font-size: 14px;
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid #C9C7C7;
  padding: 6px 40px 6px 60px;
  margin: 40px 0 100px;
  border-radius: 30px;
}
.case_btn::before{
    content: "";
    background-image: url(../img/ico_insta.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    top: 50%;
    left: 37px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}
.single_case_inner .ttl_cat{
  font-size: 12px;
  color: #DFA3A3;
  display: block;
  margin-bottom: 10px;
}

.single_case_inner .c-side_cat{
  width: 23.6%;
}

.other_area{
  background-color: #F4F1EF;
  padding: 20px 30px;
  border-radius: 12px;
}
.other_area h3{
  font-size: 50px;
  text-align: center;
}
.other_list{
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.other_list li{
  width: 30%;
  margin-right: 5%;
}
.other_list li a:hover{
  display: block;
}
.other_list li:nth-of-type(3n){
  margin-right: 0;
}
.other_case_ttl{
  font-size: 14px;
}
.other_ttl_cat{
  font-size: 12px;
  display: block;
  color: #DFA3A3;
  margin: 3px 0 !important;
}
.other_img{
  margin-bottom: 7px;
}


@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  .ttl_h1 {
    width: 205px;
  }
  /* archive */
  .c-col_wrap{
    margin: 40px auto 0;
  }
  .c-post_wrap{
    width: 100%;
  }
  .c-item{
    width: 30%;
  }
  .ttl_cat{
    margin-bottom: 0px;
  }
  .c-item{
    width: 47%;
    margin-right: 5%;
    margin-bottom: 30px;
  }
  .c-item:nth-of-type(2n){
    margin-right: 0 !important;
  }
  .c-item:nth-of-type(3n){
    margin-right: 5%;
  }
  .ar-c-item{
    width: 47%;
    margin-right: 5%;
    margin-bottom: 30px;
  }
  .ar-c-item:nth-of-type(2n){
    margin-right: 0 !important;
  }
  .ar-c-item:nth-of-type(3n){
    margin-right: 5%;
  }
  

  /* single */
  .single_case_inner{
    margin: 40px auto 50px;
  }
  .left_content{
    width: 100%;
  }
 
  .single_case_inner h2{
    font-size: 20px;
  }
  .archive_img{
    margin: 20px auto;
  }
  .case_btn{
    margin: 20px 0 40px;
  }
  .other_area h3{
    font-size: 35px;
    margin: 10px 0;
  }
  .other_area{
    padding: 15px 20px;
  }
  .other_list{
    padding-top: 0px;
  }
  .other_list li{
    width: 100%;
    margin-right: 0;
  }
  .other_list li:nth-of-type(2n){
    margin-right: 0 !important;
  }
  .other_list li:nth-of-type(3n){
    margin-right: 5%;
  }

  .single_case_inner .ttl_cat{
    font-size: 12px;
    color: #DFA3A3;
    display: block;
    margin-bottom: 5px;
  }
  .single_case_inner .c-thumb_list .archive_img{
    margin: 20px auto 30px;
    width: 100%;
    max-width: 480px;
  }

    /* ページャー */
    .pager {
      margin: 0 0 30px;
    }
    .page-numbers.prev {
      padding: 6px 30px 6px 40px;
      transform: translate(0, -50%);
      background-position: 28px 50%;
      display: inline-block;
      left: 0;
      right: auto;
      width: 110px;
    }
    .page-numbers.next {
      padding: 6px 40px 6px 30px;
      transform: translate(20%, -50%);
      background-position: 70px 50%;
      display: inline-block;
      right: 20px;
      left: auto;
      width: 110px;
    }
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 320px) {
}
