@charset "UTF-8";
/* ===================================
共通
=================================== */
.c-col_wrap{
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  padding: 0 150px;
  margin: 75px auto 0;
}
.c-post_wrap{
  width: 71%;
  margin-bottom: 50px;
}
.base_price{
  font-size: 14px;
  line-height: 2.0;
}
.base_price li span{
  font-weight: 700;
}
.base_price li span small {
  font-size: 12px;
}
/* .base_price_note_00{
  font-size: 12px;
} */
.base_price_note{
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 72px;
}
.bg_ttl{
  margin-bottom: 0px;
}
.menu_cat{
  display: flex;  
  margin-bottom: 37px;
}
.menu_cat01{
  width: 50%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 3px solid #DFA3A3;
}
.menu_cat02{
  width: 50%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #C9C7C7;
  padding-bottom: 15px;
  border-bottom: 3px solid #F4F1EF;
}

/* 料金表 */
.c-textarea_box{
  border-radius: 6px;
  background-color: #F4F1EF;
}
.c-textarea {
  margin-bottom: 53px;
}
.c-textarea h2{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: -60px;
  padding-top: 60px;
}
.price-table-box{
  padding: 6px 30px 16px 35px; 
}
.price-table-box:first-of-type{
  padding: 16px 30px 16px 35px; 
} 
.price-table-line{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #C5BCB7;
  padding-bottom: 8px;
}
.price-table-box:last-of-type .price-table-line{
  border-bottom: none;
}

.tableWrap_headIn{
  display: flex;
  flex-wrap: wrap;
  width: 220px;
}
.tableWrap_head01{
  font-size: 14px;
  font-weight: 700;
}
.tableWrap_head02{
  font-size: 14px;
  width: 50%;
  margin-bottom: 7px;
}
.tableWrap_head03{
  font-size: 14px;
  width: 50%;
  text-align: end;
}
.note{
  font-size: 12px;
  margin-top: 10px;
}


.p-icon{
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: -22px;
  margin-right: 5px;
  transform: translateY(2px);
}

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

.c-priceSearch-box {
  align-items: center;
  margin-bottom: 36px;
  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;
}


@media screen and (max-width: 1100px) {
  .c-col_wrap{
    padding: 0 45px 0 70px;
  }
  .c-side_cat{
    width: 25%;
  }
  .aco_ttl {
    padding: 12px 25px 12px 10px;
  }
  .aco_ttl:before {
    right: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .price-table-line{
    display: block;
  }
  .tableWrap_head01{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .tableWrap_headIn{
    width: auto;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .c-col_wrap{
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    padding: 0 150px;
    margin: 50px auto 0;
  }
  .ttl_h1{
    width: 100px !important;
  }
  .c-col_wrap{
    display: block;
    padding: 0 20px;
  }
  .c-post_wrap{
    width: 100%;
    margin-bottom: 100px;
  }
  .c-side_cat{
    width: 100%;
  }
  .tableWrap_head01{
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
  }
  .tableWrap_headIn{
    display: flex;
    flex-wrap: wrap;
    width: 220px;
    margin: 0;
    width: 100%;
    justify-content: space-between;
  }
  .price-table-box{
    padding: 16px 20px;
  }
  .bg_ttl{
    margin-bottom: 0px;
  }
  .base_price_note{
    font-size: 12px;
    margin-bottom: 60px;
  }
  .c-textarea h2{
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: -40px;
    padding-top: 40px;
  }
  .c-textarea {
    margin-bottom: 30px;
  }
  .aco_ttl {
    font-size: 14px;
    padding: 10px 50px 10px 15px;
  }
  .c-priceSearch-box {
    margin-bottom: 20px;
  }
  .c-nosticky{
    margin-bottom: 60px;
  }
  .price-table-box{
    padding: 6px 20px 16px 35px; 
  }
  .price-table-box:first-of-type{
    padding: 16px 20px 16px 35px; 
  } 
}
@media screen and (max-width: 320px) {
  .base_price{
    font-size: 12px;
  }
}
