/* 使用カラー */
:root {
  --black: #3C3C3C;
  --dark-gray: #7C7C7C;
  --light-gray: #D8D8D8;
  --off-white: #FFFFFF;
  --light-green: #D3E3D8;
  --green: #72A37F;
  --light-blue: #D4E0EB;
  --blue: #4978B9;
  --light-pink: #F4E1DB;
  --pink: #D17379;
  --light-brown: #EAE2D0;
  --brown: #988775;
}

body {
  /* background-color: var(--light-brown); */
  color: var(--black);
  font-family: var(--NotoSans);
}

.fixed_area {
  padding: min(22.3rem, 223px) 5.2rem 7.4rem min(10rem, 100px);
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  background-color: var(--light-brown);
}

.container {
  padding: 20rem 6rem 0;
  background-color: var(--off-white);
}

.page_title {
  font-size: 2rem;
  font-weight: 500;
  padding: 0 1rem;
  /* margin-bottom: 16.3rem; */
  letter-spacing: 0.02em;
}

.page_title:before {
  content: attr(data-title);
  display: block;
  font-size: 5rem;
  font-family: var(--Jost);
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: 1.7rem;
  margin-left: -1rem;
}

.page_title::after {
  content: '';
  height: 2rem;
  background-color: var(--off-white);
  width: 10rem;
  display: block;
  margin-left: -1rem;
  margin-top: -1.3rem;
  border-radius: .2rem;
}

.category_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* grid-template-rows: repeat(2, 1fr); */
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  padding-left: 5.2rem;
}

.cat-item:first-child {
  grid-column: 1 / 3;
}

.cat-item-all >a,
.cat-item>a {
  background-color: var(--off-white);
  font-weight: 500;
  font-size: 1.5rem;
  display: block;
  padding: 0.9rem 2.1rem;
  color: var(--black);
  width: 17.4rem;
  border-radius: 5rem;
}

.cat-item.current-cat>a {
  color: var(--off-white);
  background-color: var(--brown);
}

.news_post_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5.8rem;
}

.news_article{
  width: 25.8rem;
  display: block;
  padding-left: 0.8rem;
  color: var(--black);
  margin-bottom: 4.2rem;
}

.news_article_inner{
  padding: 0.8rem 0.8rem 1rem;
  background-color: var(--off-white);
}

.article_image_wrap{
  margin-bottom: 1.52rem;
  /* overflow: hidden; */
  line-height: 0;
  position: relative;
}

.article_image {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.news_category {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0.5rem 10px 0.7rem;
  margin: 0 0 0 -0.8rem;
  width: calc(12.9rem + 0.8rem);
  font-size: 1.3rem;
  color: white;
  background: var(--brown);
  position: absolute;
  /* top: 2.75rem; */
  font-weight: 500;
  text-align: center;
  line-height: 1;
  left: 0;
  bottom: 1.4rem;
  clip-path: polygon(100% 0, calc(100% - 1.2rem) 100%, 16% 100%, 0% 150%, 0 0);
}

.news_category:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 0.5rem transparent;
  border-right: solid 0.8rem #845F0C;
  /* z-index: -1; */
}

.end_band{
  display: block;
  position: absolute;
  width: 100%;
  background-color: var(--dark-gray);
  color: var(--off-white);
  top: 49%;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0.3rem 0 0.4rem;
  transform: translateY(-50%);
  line-height: 1.5;
}

.post_date{
  font-family: var(--Jost);
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.post_date::before{
  content: 'UP DATE';
  font-weight: 500;
  margin-right: 0.5rem;
  color: var(--brown);
}

.event_date{
  margin-bottom: 0.53rem;
}

.period_date{
  font-size: 2.2rem;
  font-weight: 500;
  line-height: calc(40 / 22);
}

.period_weekday{
  font-weight: 500;
  font-size: 1.4rem;
}

.article_title{
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(30 / 16);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.period_arrow{
  font-size: 1.8rem;
  font-weight: 500;
}

.page-numbers{
  background-color: var(--brown);
}
.footer{
  padding-top: 20rem;
    background-color: var(--light-brown);
}


@media screen and (max-width: 699.98px) {
  .logo_wrap::after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 140px;
    height: 80px;
    left: -20px;
    top: -38px;
    z-index: -1;
    border-radius: 0 0 20px 20px;
  }
  .fixed_area {
    padding: 12rem 4rem 3.2rem;
  }

  .page_title {
    margin-bottom: 8.89rem;
    font-size: 1.4rem;
    padding: 0 0.7rem;
  }

  .page_title:before {
    font-size: 3.7rem;
  }

  .page_title::after {
    width: 7.2rem;
    height: 1.8rem;
    margin-left: -0.7rem;
  }

  .category_list {
    padding-left: 0;
  }

  .cat-item>a {
    width: 13.6rem;
    font-size: 1.4rem;
  }

  .container {
    padding: 6.5rem 2rem;
  }

  .news_article{
    width: 16.4rem;
  }

  .article_title {
    font-size: 1.1rem;
    /* padding: 0 1.35rem 0.52rem; */
  }

  .news_category {
    font-size: 1.1rem;
    width: 9rem;
    margin: 0 0 0 -0.4rem;
  }

  .news_category:before {
    border-bottom: solid 0.28rem transparent;
    border-right: solid 0.4rem #845F0C;
  }
}
/*----------------------------------------
	和歌山店 追加CSS
----------------------------------------*/
.fixed_area{
  background: var(--soft-blue);
}
.category_list{
  gap: 2rem;
}
.cat-item-all >a,
.cat-item>a{
  border-radius: 1rem;
  padding: 1.6rem 2rem;
}
.cat-item.current-cat>a{
  background: var(--dark-blue);
}
.end_band{
  background: var(--dark-blue);
}
.news_category{
  background: var(--dark-blue);
}
.post_date::before{
  color: var(--dark-blue);
}
.page-numbers{
  background: var(--dark-blue);
}
.footer{
  background: var(--soft-blue);
}