@charset "utf-8";
/* CSS Document */
.cht_pagettlblock{
  margin-bottom: clamp(1rem, 0.442rem + 2.08vw, 2rem);/* 16-32 430-1200 */
}
.cht_filter-bl-big svg{
  width: clamp(20px,5vw,40px);
  height: clamp(15px,4vw,30px);
}


/* 追従ボタン非表示 */
.cht_bottomchase{display: none;}


/*現在の条件表示枠*/
.cht_filter-wrap{
  padding: 0 16px;
}
.cht_filter-sec-result dl:last-of-type{
  display: none !important;
}

/*現在の条件クリア追従枠*/
.cht_filternow_wrap.cht_chase{
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  padding: 10px 16px;
  background-color: #EFF7FF;
  z-index: 10;
  transition: top 0.2s ease;
}
.cht_filternow_wrap.cht_chase.show{
  top: 0;
}
.cht_filternow_wrap.cht_chase .cht_filter-sec-result dl:last-of-type{
  display: flex !important;
}
.cht_filternow_wrap.cht_chase .cht_filternow{
  margin-bottom: 0;
  border-bottom: 1px solid #DBE1E8;
  background-color: #FFFFFF;
}




section:nth-last-of-type(n + 2){
  margin-bottom: 48px;
}
.cht_filter_content{
  padding: 0;
  border-radius: 4px 4px 0 0;
}


.cht_filter-sec{
  display: flex;
  align-items: stretch;
}
.cht_filter-sec > *{margin-bottom: 0;}
.cht_filter-sec-t{
  flex: 0 0 auto;
  width: clamp(9.75rem, -28.3214rem + 74.2857vw, 16.25rem);/* 156-260 820-960 */
  align-content: center;
  padding: clamp(12px,3vw,24px) 12px;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  font-weight: 800;
  background-color: var(--color-gray04);
}
.cht_freeword input{
  width: 100%;
}
.cht_filterselectrwap{
  display: flex;
  align-items: center;
  width: calc(100% - 260px);
}
.cht_labelblock{
  flex: 1 1 auto;
  flex-wrap: wrap;
  padding: clamp(0.75rem, 0.3365rem + 1.5385vw, 1.125rem); /* 12-18 430-820 */
}
.cht_labelblock ul.cht_flx-row li {
  flex: 0 1 calc((100% - 48px) / 4);
}
/* 選択肢 */
.cht_labelblock label .cht_selectbtn{
  width: 160px;
}
.cht_mockselect{
  width: 160px;
  max-height: 350px;
}
.cht_mockselect p{
  font-size: clamp(0.875rem, 0.7372rem + 0.5128vw, 1rem);
}



.cht_selectcontainer{
  width: calc(100% - 10rem);
}
.cht_selectcontainer .cht_labelblock{width: 100%;}


.cht_filter_result{
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  height: fit-content;
  background-color: #EDF0F3;
  border: 1px solid #DBE1E8;
  border-radius: 0 0 4px 4px;
  position: unset;
  max-width: none;
  border-top: none;
  padding: clamp(0.75rem, 0.199rem + 2.05vw, 1.25rem) 14px;/* 12-20 430-820 */
}
.cht_result span.cht_unit{
  font-size: clamp(0.75rem, 3.5vw, 0.875rem);
}
.cht_ellipsis{
  -webkit-line-clamp: 2;
  text-decoration: none;
  line-height: 1.4;
}
.cht_unit02{
  font-size: clamp(0.75rem, 3.5vw, 0.875rem);
}
.cht_filter-btn{
  width: 100%;
}
.cht_bottomfix .cht_filter_result .cht_filter-btn{
  flex: 0 1 auto;
  margin: inherit;
  width: 50%;
}
.cht_bottomfix .cht_filter_result{
  position: fixed;
  bottom: 0;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: clamp(16px,2vw,40px);
  left: 0;
  background-color: rgb(219, 225, 232, 0.85);
  border: none;
  border-radius: 0;
  z-index: 900;
}




@media (min-width: 1201px){
  /*現在の条件枠*/
  .cht_filternow{
    max-width: 1300px;
    margin-inline: auto;
    padding: 8px 14px;
    background-color: var(--color-gray04);
  }
  .cht_filternow > div{
    display: flex;
    align-items: center;
    padding: 8px 0;
    background-color: #FFFFFF;
  }
  .cht_filternow_ttl{
    width: 136px;
    margin: 0 32px 0 40px;
    font-size: 0.75rem;
    font-weight: bold;
    color: var(--txt-color01);
  }
  .cht_filter-sec-result{
    flex-direction: row;
    width: calc(100% - 208px);
  }
  .cht_filter-sec-result dl{
    width: 100%;
    padding: 0 16px 0 24px;
  }
  /* .cht_filter-sec-result dl:nth-last-of-type(n+2){
    border-right: 1px solid #DBE1E8;
    エリアと路線が同時に表記されることなく、条件選択時には項目非表示なのでいらないかもということで一旦コメントアウト
  } */
  .cht_filter-sec-result dl dd:first-of-type{
    width: 100%;
  }
}
@media (min-width: 821px){
  .cht_searchbar button:hover{color: var(--txt-color01);}
}
@media (min-width: 431px){
  .cht_pagenation .cht_pagenumber li.sp_on,
  .cht_review > p.sp_on,
  .cht_next > p.sp_on,
  .cht_review a.sp_on,
  .cht_next a.sp_on{display: none;}
}



@media (max-width: 960px){
  .cht_filternow_wrap.cht_chase.show{
    top: 56px;
  }
}
@media (max-width: 820px){
  .cht_filter-sec{flex-wrap: wrap;}
  .cht_labelblock{width: 100%;}
  .cht_filter-sec-t{width: 100%;}
  .cht_labelblock ul li{
    width: calc(50% - 8px);
  }

  /* 選択肢*/
  .cht_labelblock label .cht_selectbtn{
    width: clamp(8.75rem, 7.3718rem + 5.1282vw, 10rem);/*140-160 430-820*/
  }
  .cht_mockselect{
    width: clamp(8.75rem, 7.3718rem + 5.1282vw, 10rem);/*140-160 430-820*/
  }
}
@media (max-width: 690px){
  .cht_labelblock ul.cht_flx-row li{
    flex: 1 1 calc((100% - 16px) / 2);
  }

  /*pagenation*/
  .cht_pagenation{gap: 6px;}

  .cht_review,
  .cht_next,
  .cht_pagenumber{gap: 6px;}

  .cht_review a,
  .cht_next a,
  .cht_pagenation .cht_pagenumber li a{
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 430px){
  /*pagenation*/
  .cht_review > p,
  .cht_next > p{padding-top: 2px;}
  .cht_pagenation .cht_pagenumber li.sp_off,
  .cht_review > p.sp_off,
  .cht_next > p.sp_off,
  .cht_review a.sp_off,
  .cht_next a.sp_off{display: none;}
}