@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Shippori+Mincho&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
font-family: $font-en;
300 400 600
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
time {
  font-family: "Poppins", serif;
  color: #585858;
  font-size: 13px;
  margin-right: 20px;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}

.cat span {
  border: 1px solid #05A19A;
  color: #05A19A;
  border-radius: 30px;
  padding: 1px 15px;
  font-size: 11px;
  line-height: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.content_ttl {
  margin-bottom: 30px;
}
.content_ttl small .en {
  font-size: 32px;
}
.content_ttl small .ja {
  font-size: 10px;
  margin-left: 10px;
}

.suikazura_news .news_list {
  margin: -60px auto 0;
}

.category_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.category_btn .active a {
  background-color: #000000;
  color: #fff;
}
.category_btn li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.category_btn li a {
  background-color: #EDEDED;
  border-radius: 30px;
  color: #585858;
  text-align: center;
  display: block;
  padding: 10px 16px;
  line-height: 1;
}

.news_list li {
  margin-bottom: 40px;
  width: 100%;
  margin-top: 60px;
}
.news_list li .cat,
.news_list li time {
  display: block;
}
.news_list li time {
  line-height: 1.4;
}
.news_list li a {
  max-width: 290px;
}
.news_list li a .thum {
  height: 185px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.news_list li a .thum img {
  width: 110%;
  height: 110%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_list li a .txtcont {
  margin-top: 10px;
}
.news_list li a .ttl {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.4;
  color: #585858;
  font-weight: 500;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  margin-top: 3px;
}

.single .ttl {
  font-size: 2rem;
  margin-top: 20px;
  line-height: 1.6;
  font-weight: 500;
}
.single .cvsbtn {
  margin: 80px auto 0;
}
.single .article_inr .cont_inr {
  max-width: 90rem;
}
.single .article_cont {
  margin-top: 60px;
}
.single .article_cont h1 {
  font-size: 20px;
  border-left: 15px solid #EA6D99;
  -o-border-image: linear-gradient(180deg, #FFE5E7, #FFE5E7, #FFF5E0, #EAFFFA) 1;
     border-image: linear-gradient(180deg, #FFE5E7, #FFE5E7, #FFF5E0, #EAFFFA) 1;
  border-left: 10px solid;
  padding: 8px 10px 8px 15px;
  color: #000;
  margin-top: 40px;
}
.single .article_cont h2 {
  border-bottom: 3px solid #FFF5E0;
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  padding: 8px 10px 10px;
  margin-top: 40px;
  font-weight: 500;
  position: relative;
}
.single .article_cont h2::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 3px;
  left: 0;
  bottom: -3px;
  background: #FFE5E7;
}
.single .article_cont h3 {
  border-bottom: 2px solid #FFF5E0;
  font-size: 16px;
  color: #000;
  margin-top: 30px;
  font-weight: 500;
  padding: 10px 10px 10px 33px;
  position: relative;
}
.single .article_cont h3::after {
  content: "";
  width: 20px;
  height: calc(100% - 3px);
  border-radius: 2px;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(180deg, #FFE5E7, #FFE5E7, #FFF5E0, #EAFFFA);
}
.single .article_cont h4 {
  border-bottom: 2px solid #FFF5E0;
  font-size: 15px;
  color: #000;
  margin-top: 30px;
  font-weight: 500;
  padding: 10px 10px 10px;
}
.single .article_cont p {
  margin-top: 20px;
}
.single .article_cont figure {
  margin-top: 20px;
}
.single .article_cont em {
  font-style: italic;
}

a.page-numbers {
  color: #000;
  background: #F5F5F5;
}

.page-numbers,
.page-numbers.current {
  width: 5rem;
  height: 5rem;
  border-radius: 100vh;
  font-size: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
  margin: 0 0.75rem;
  color: #fff;
  background: #EA6D99;
  border: 1px solid #D6D6D6;
  transition: all 1s;
  -webkit-transition: all 1s;
}

.page-numbers.current,
.page-numbers.current:hover {
  background-color: #FD95BA;
  color: #fff;
}

.next.page-numbers,
.prev.page-numbers {
  font-size: 2rem;
  border: 1px solid #E5E5E5;
  color: #fff;
  border-radius: 100vh;
  background-color: #EA6D99;
}

.prev.page-numbers .back {
  transform: rotate(180deg);
}

.nav-links {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.icon-arrow_right_alt {
  position: relative;
}

.icon-arrow_right_alt.next::after,
.prev.page-numbers .back::after {
  content: "\e904";
  font-size: 10px;
  position: absolute;
  transform: translate(-50%, -50%);
}

.wp-pagenavi {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 640px) {
  .content_ttl {
    margin-bottom: 30px;
  }
  .content_ttl small .en {
    font-size: 40px;
  }
  .content_ttl small .ja {
    font-size: 12px;
  }
  .category_btn li a {
    padding: 15px 30px;
  }
  .cat,
  time {
    font-size: 14px;
  }
  .cat span {
    border: 1px solid #05A19A;
  }
  .news_list {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
  }
  .news_list li {
    width: 50%;
    padding: 0 10px;
  }
  .news_list li .txtcont {
    margin-top: 14px;
  }
  .news_list li a:hover .ttl {
    color: #05A19A;
  }
  .news_list li a:hover .thum img {
    transform: translate(-50%, -50%) scale(1.05);
  }
  .single .ttl {
    font-size: 2.2rem;
  }
  .next.page-numbers:hover,
  .prev.page-numbers:hover,
  .page-numbers:hover {
    background-color: #EA6D99;
    color: #fff;
  }
  .article_cont {
    margin-top: 60px;
  }
  .article_cont h2 {
    font-size: 24px;
    padding: 10px;
    margin-top: 40px;
  }
  .article_cont h3 {
    font-size: 20px;
  }
  .article_cont p {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1080px) {
  .news_list li {
    width: 33.3333333333%;
    padding: 0 15px;
  }
  .single .ttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 1079px) {
  .news_list,
  .category_btn {
    max-width: 900px;
    margin: auto;
  }
}
@media only screen and (max-width: 640px) {
  .news_list {
    max-width: 400px;
  }
  .cvsbtn {
    margin: auto;
  }
}/*# sourceMappingURL=news.css.map */