@charset "UTF-8";
/* リセットcss */
@import url(https://unpkg.com/ress/dist/ress.min.css);
/* Google Fonts */
@import url(https://fonts.googleapis.com);
@import url(https://fonts.gstatic.com);
@import url(https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap);
/*
color-swatch ========================================*/
/*
breakpoint ==========================================================================*/
/*
font ========================================*/
/* Zen Old Mincho */
/* Zen Kaku Gothic */
/*
all ==========================================================================*/
.news {
  padding-block: 2rem 0;
}
@media screen and (max-width: 1024px) {
  .news {
    padding-block: 5% 0;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding-block: 7vw 0;
  }
}
@media screen and (max-width: 550px) {
  .news {
    padding-block: 7vw 0;
  }
}
.news__content {
  padding-bottom: 1rem;
}
.news__content--list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 550px) {
  .news__content--list {
    gap: 0.75rem;
  }
}
.news__content--list .item {
  display: flex;
  gap: 2%;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-block: 0.425rem;
  padding-inline: 2.75rem 1.5rem;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media screen and (max-width: 550px) {
  .news__content--list .item {
    padding-block: 1rem;
    padding-inline: 0.75rem;
  }
}
.news__content--list .item:hover {
  opacity: 1;
  background-color: #084b72;
  color: #fff;
}
.news__content--list .item:visited, .news__content--list .item:active {
  color: #313131;
}
@media screen and (max-width: 768px) {
  .news__content--list .item {
    padding-block: 3%;
    padding-inline: 5vw;
  }
}
@media screen and (max-width: 550px) {
  .news__content--list .item {
    padding-block: 0.5rem;
    padding-inline: 1rem;
    gap: 10%;
  }
}
.news__content--list .item h3 {
  font-size: 0.7125rem;
}
@media screen and (max-width: 550px) {
  .news__content--list .item h3 {
    font-size: clamp(0.45rem, 2.75vw, 0.7125rem);
  }
}
.news__content--list .item p {
  font-size: 0.625rem;
}
@media screen and (max-width: 550px) {
  .news__content--list .item p {
    font-size: clamp(0.5rem, 3.1vw, 0.625rem);
  }
}
.news__single {
  position: relative;
  overflow: hidden;
  padding-block: 2.5rem 4rem;
  z-index: 1;
}
@media screen and (max-width: 550px) {
  .news__single {
    padding-block: 9% 12%;
  }
}
.news__single--ttlArea {
  position: relative;
  margin-bottom: 1.25rem;
}
.news__single--ttlArea h1 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #084b72;
  text-align: center;
  font-size: 1.465rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .news__single--ttlArea h1 {
    font-size: clamp(1.25rem, 4.75vw, 1.465rem);
  }
}
@media screen and (max-width: 550px) {
  .news__single--ttlArea h1 {
    font-size: clamp(0.75rem, 5.5vw, 1.25rem);
  }
}
.news__single--ttlArea p {
  position: absolute;
  top: -1.25rem;
  right: 1.125rem;
  padding: 5px 13px;
  color: #084b72;
  font-size: 1.05rem;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 1024px) {
  .news__single--ttlArea p {
    font-size: clamp(0.45rem, 2.75vw, 1.05rem);
  }
}
@media screen and (max-width: 768px) {
  .news__single--ttlArea p {
    top: -100%;
  }
}
@media screen and (max-width: 550px) {
  .news__single--ttlArea p {
    top: -120%;
  }
}
.news__single--content {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .news__single--content {
    margin-bottom: 1.5rem;
  }
}
.news__single--content p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 0.9125rem;
  line-height: 1.35;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news__single--content p {
    font-size: clamp(0.5rem, 2.825vw, 0.9125rem);
  }
}
.news__single--content li,
.news__single--content a {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 0.9125rem;
}
@media screen and (max-width: 768px) {
  .news__single--content li,
  .news__single--content a {
    font-size: clamp(0.5rem, 2.825vw, 0.9125rem);
  }
}
.news__single--content a {
  text-decoration: underline;
}
.news__single--back {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 6%;
  padding: 13px 81.5px 13px 36.2px;
  border-radius: 3rem;
  background-color: #C4A436;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 550px) {
  .news__single--back {
    margin-right: 0;
    padding: 8px 12vw 8px 6vw;
    font-size: clamp(0.5rem, 3.1vw, 0.875rem);
  }
}
.news__single--back:visited, .news__single--back:active {
  color: #fff;
}
.news__single--back:hover::after {
  right: 9%;
}
.news__single--back::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16%;
  margin: auto;
  content: "";
  width: 25px;
  height: 10px;
  background-image: url(../img/top/ikebana_arrow_r.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news__single--back::after {
    width: 4.25vw;
    height: 1.75vw;
  }
}
.news__single--bg {
  position: absolute;
  z-index: -1;
}
.news__single--bg.left {
  top: 0;
  left: -2%;
  width: 229px;
  height: 229px;
}
@media screen and (max-width: 1024px) {
  .news__single--bg.left {
    width: 20vw;
    height: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .news__single--bg.left {
    display: none;
  }
}
.news__single--bg.right {
  bottom: 0;
  right: -5%;
  width: 337px;
  height: 337px;
}
@media screen and (max-width: 1024px) {
  .news__single--bg.right {
    width: 33vw;
    height: 33vw;
  }
}
@media screen and (max-width: 768px) {
  .news__single--bg.right {
    display: none;
  }
}/*# sourceMappingURL=news.css.map */