@charset "utf-8";
/* CSS Document */
.cht_pagelink{
  margin-bottom: clamp(1rem, -2.032rem + 11.28vw, 3.75rem);/* 16-60 430-820 */
}

/* 店舗リスト */
section:nth-last-of-type(n + 2){margin-bottom: 56px;}
section:first-child{margin-bottom: 0;}
.cht_shoplist:nth-last-of-type(n + 2){margin-bottom: 64px;}
.cht_shoplist li{
  padding: 26px 32px;
  border: 1px solid #CDDCEB;
  border-radius: var(--border-radius4);
}
.cht_shoplist li:nth-last-of-type(n + 2){margin-bottom: 12px;}
.cht_flx-spacebtw{
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.cht_flx-spacebtw > div:first-of-type{flex: 0 1 54%;}
.cht_shopname{margin-bottom: 16px;}
.cht_shopname a{
  font-size: clamp(1rem, 0.587rem + 1.54vw, 1.375rem);/*16-22 430-820*/
  font-weight: 700;
  color: var(--color-blue);
  text-decoration: underline;
}
.cht_flx01{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  font-size: clamp(0.875rem, 0.737rem + 0.51vw, 1rem);/*14-16 430-820*/
}
.cht_clmlt p{
  display: flex;
  align-items: baseline;
  gap: 0 10px;
}
.cht_txt-map{
  display: flex;
  align-items: center;
  gap: 4px;
}
.cht_txt-map a{
  color: var(--color-blue);
  text-decoration: underline;
}
.cht_flx02{
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
}
.cht_link-icon-adj{
  right: clamp(0.75rem, -0.077rem + 3.08vw, 1.5rem);/*12-24 430-820*/
}




@media screen and (min-width:821px){
  .cht_txt-map a:hover{text-decoration: none;}

  .cht_idlink li:hover a{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9375rem;
    color: var(--txt-color01);
  }

  .cht_shopname a:hover{text-decoration: none;}
}




@media (max-width: 960px){
  .cht_shoplist li{
    max-width: 480px;
    margin: auto;
    padding: max(12px, 2.7vw) max(18px, 3.33vw);
  }
  .cht_flx-spacebtw{
    flex-wrap: wrap;
    gap: 12px;
  }
  .cht_flx-spacebtw > div:first-of-type{
    flex: 0 0 auto;
    width: 100%;
  }
  .cht_clmlt p{
    flex-wrap: wrap;
  }
  .cht_shopname{margin-bottom: max(8px, 1.67vw);}
}
@media (max-width: 430px){
  .cht_shoplist:last-of-type{margin-bottom: 60px;}

  .cht_shopname,
  .cht_flx01{
    width:100%;
  }

}
