@charset "utf-8";

/* ===== メインビジュアル ===== */
.mv_lead  {
  font-size: clamp(16px,3vw,24px);
  margin-top: 60px;
  color: #382A25;
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: bold;
}
.page_title_container .sec_h2{
  font-size: 2.25rem;
}
.breadcrumb{
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: normal;
}
.l_inner{
  max-width: min(1200px, 90vw);
  margin: 0 auto;
  width: 100%;
  padding-bottom: 70px;
}
.l_flex{
  display: flex;
  justify-content: space-between;
  gap: 90px;
}
.archive_contents{
  flex: 1;
}
.archive-sidebar{
  width: 270px;
  flex-shrink: 0;
}

/* ===== 記事カード ===== */
.archive-item  {
  display: flex;
  gap: 24px;
  margin-bottom: 48px;
}
.archive-item a{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 28px;
}
.archive-thumb {
  position: relative;
  width: 100%;
  max-width: 300px;
  flex-shrink: 0;
}
.archive-label {
  position: absolute;
  top: 6px;
  left: 6px;
  background:#fff;
  color:#382A25;
  font-size:11px;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: normal;
  padding:2px 7px 3px;
  text-transform:uppercase;
  border: 1px solid #382A25;
}
.archive-info{
  flex: 1;
}
.archive-title{
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.37;
  margin: 0 0 4px;
  color: #333;
  text-shadow: 0 1px 1px #44CFCF;
}
.archive-date{
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color:#666;
  display:block;
  margin-top: 15px;
  margin-bottom:20px;
}
.archive-excerpt{
  font-size: 14px;
  line-height: 1.6;
  color:#555;
  padding-top: 20px;
  border-top: 1px solid #44CFCF;
}
.widget-title{
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: #333;
  padding-bottom: 20px;
}
.widget_search {
  position: relative;
  margin-bottom: 2em;
}
.widget_search .search-form {
  display: flex;
  align-items: stretch;
  gap: 0;
}
.widget_search .search-field {
  flex: 1;
  padding: 16px 15px;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 4px 0 0 4px;
  box-sizing: border-box;
}
.widget_search .search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 0 4px 4px 0;
  background-color: #44CFCF;
  cursor: pointer;
}
.widget_search .search-submit img {
  width: 19px;
  height: 19px;
  fill: #fff;
  display: block;
}

/* カテゴリー */
.cat-list{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.cat-item{
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 10px;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.cat-list li::before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #44CFCF;
}
.cat-item a{
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: normal;
}
/* ページネーション */
.archive-pagination{
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.nav-links{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 13px;
}
.nav-links .page-numbers{
  padding: 8px 12px;
  background: #CEF6F6;
  color: #44CFCF;
  font-size: 1.25rem;
  line-height: 1;
}
.nav-links .page-numbers.current{
  background: #44CFCF;
  color: #fff;
}
.nav-links .next.page-numbers{
  background: #fff;
}

.news-archive{
  padding-bottom: 180px;
}
.widget_img{
  width: 100%;
  padding-top: 30px;
  max-width: 250px;
}
.widget_container{
  width: 100%;
}
.widget_info_container address,
.widget_info_container .open_info{
  font-size: 14px;
  line-height: 1.7;
  font-style: normal;
}
.widget_info_btn{
  width: 100%;
  display: block;
  background: #382A25;
  text-align: center;
  margin: 26px auto 0;

}
.widget_info_btn a{
  color: #fff;
  display: block;
  width: 100%;
  max-width: 270px;
  padding: 7px 30px 12px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 2;
  transition: opacity .3s ease-in-out;
}
.widget_info_btn a:hover{
  opacity: 0.8;
}
.news-single{
  padding-bottom: 180px;
}
.widget_img{
  padding-bottom: 17px;
}
.widget_info_item{
  padding-bottom: 17px;
  border-bottom: 1px solid #382A25;
}
.search_text{
  display: block;
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 500;
  padding-bottom: 75px;
}
@media(max-width:1280px){
  .l_flex{
    gap: 50px;
  }
  .archive-sidebar{
    width: 180px;
  }
  .widget_search .search-field{
    padding: 10px 4px;
    width: 100%;
  }
  .widget_search .search-submit img{
    width: 15px;
    height: 15px;
  }
}
@media(max-width:1024px){
  .archive-sidebar {
    width: 100%;
  }
  .l_flex{
    flex-direction: column;
  }
  .widget-title{
    padding-bottom: 12px;
  }
  .archive-thumb{
    max-width: 250px;
  }
  .archive-thumb img{
    max-height: 224px;
    height: 100%;
  }
  .widget_container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 30px;
  }
}
@media(max-width:600px){
  .news-archive{
    padding-bottom: 90px;
  }
  .archive-item a{
    flex-direction: column;
    gap: 12px;
  }
  .archive-thumb{
    max-width: 100%;
    margin: 0 auto;
  }
  .archive-thumb img{
    max-height: 100%;
    aspect-ratio: 3 / 2;
  }
  .archive-date{
    margin-top: 7px;
    margin-bottom: 12px;
  }
  .archive-excerpt{
    padding-top: 10px;
  }
  .l_inner{
    padding-bottom: 35px;
    gap: 0;
  }
  .widget_container{
    flex-direction: column;
    align-items: center;
  }
  .news-single{
    padding-bottom: 90px;
  }
}