@charset "UTF-8";
.wrapper {
  padding-top: 50px;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .wrapper {
    max-width: 1080px;
    margin: 0 auto 10rem;
    padding: 0 40px 100px;
  }
  .card__information .wrapper {
    margin-bottom: 0;
  }
}

.wrapper + .fs-c-breadcrumb {
  display: none;
}

@media screen and (max-width: 991px) {
  .wrapper + .fs-c-breadcrumb {
    display: block;
  }
}
/* =====================================

PAGER

=======================================*/
.ctm__pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #b9b9b9;
  padding-top: 10px;
}
.ctm__pager .prev a {
  display: block;
}
.ctm__pager .prev a::before {
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-left: 1px solid #432d2b;
  border-top: 1px solid #432d2b;
  transform: rotate(-45deg);
}
.ctm__pager .next a {
  display: block;
}
.ctm__pager .next a::before {
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 1px solid #432d2b;
  border-bottom: 1px solid #432d2b;
  transform: rotate(-45deg);
  margin-top: 1px;
}

.ctm__pager_list ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.ctm__pager_list ul .active span {
  border: 1px solid #b9b9b9;
  background-color: #ffe5f3;
  border-radius: 3px;
  padding: 0 6px;
}
.ctm__pager_list ul li a {
  padding: 0 6px;
}

/* =====================================

ソート

=======================================*/
.ctm__sort {
  overflow-x: scroll;
  padding-left: 3.6rem;
  padding-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .ctm__sort {
    max-width: 1080px;
    margin: 0 auto 10rem;
    overflow-x: unset;
    padding-top: 50px;
  }
}
.ctm__sort .seals {
  display: flex;
  gap: 10px;
}
.ctm__sort .seals .seal {
  flex: 0 0 auto;
}
.ctm__sort .seals .seal a {
  border-radius: 20px;
  border: 1px solid #b9b9b9;
  color: #b9b9b9;
  padding: 0px 10px;
  display: block;
  white-space: nowrap;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .ctm__sort .seals .seal a {
    font-size: 1.6rem;
  }
}
.ctm__sort .seals .seal.active span {
  border: 1px solid #ffa1ce;
  background-color: #ffa1ce;
  color: #fff;
  border-radius: 20px;
  padding: 0 10px;
  display: block;
  white-space: nowrap;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .ctm__sort .seals .seal.active span {
    font-size: 1.6rem;
  }
}

/* =====================================

戻るボタン

=======================================*/
.backbtn {
  order: 1;
  text-align: center;
}
.backbtn a {
  background-color: #ffa1ce;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 0 2em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .backbtn a {
    padding: 0 1em;
    font-size: 1.6rem;
  }
}
.backbtn a::before {
  content: "";
  display: block;
  margin-right: 0.5em;
  width: 8px;
  height: 8px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(-45deg);
}

/* =====================================

アイコンデザイン

=======================================*/
.seals {
  display: flex;
  gap: 5px;
}
.seals .seal {
  flex: 0 0 auto;
}
.seals .seal a {
  border-radius: 20px;
  border: 1px solid #b9b9b9;
  color: #b9b9b9;
  padding: 0px 10px;
  display: block;
  white-space: nowrap;
  font-size: 1.2rem;
  line-height: 1.5em;
}
.seals .seal.active span {
  border: 1px solid #ffa1ce;
  background-color: #ffa1ce;
  color: #fff;
  border-radius: 20px;
  padding: 0 10px;
  display: block;
  white-space: nowrap;
  font-size: 1.2rem;
  line-height: 1.5em;
}

.ctm__page_news_ttl {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .ctm__page_news_ttl {
    width: 293px;
    margin-bottom: 48px;
  }
}
.ctm__page_news_ttl span {
  display: block;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .ctm__page_news_ttl .image {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .ctm__page_news_ttl .image::before {
    content: "";
    background-image: url(https://estherbunny.itembox.design//item/img/news/icon_heart.svg);
    width: 30px;
    height: 25px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: block;
  }
  .ctm__page_news_ttl .image::after {
    content: "";
    background-image: url(https://estherbunny.itembox.design//item/img/news/icon_heart.svg);
    width: 30px;
    height: 25px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: block;
  }
}
.ctm__page_news_ttl .text {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .ctm__page_news_ttl .text {
    font-size: 1.6rem;
  }
}

.card__information {
  background-color: #ffeef9;
}
@media screen and (min-width: 992px) {
  .card__information {
    padding-top: 50px;
  }
}

.informations {
  background-color: #fff;
  border: 1px solid #b9b9b9;
  padding: 15px 20px;
  border-radius: 18px;
  display: grid;
  position: relative;
}
@media screen and (min-width: 992px) {
  .informations {
    padding: 50px 80px;
    grid-template-columns: 120px auto;
    gap: 20px;
    align-items: center;
  }
}
.informations::before {
  content: "";
  display: block;
  width: 79px;
  height: 99px;
  background-image: url(https://estherbunny.itembox.design//item/img/news/chara.svg);
  background-size: 100% auto;
  position: absolute;
  top: -99px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .informations::before {
    width: 138px;
    height: 233px;
    top: -175px;
    left: 198px;
  }
}
.informations .information_header {
  display: contents;
}
@media screen and (min-width: 992px) {
  .informations .information_header {
    display: block;
  }
}
.informations .information_ttl {
  text-align: center;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .informations .information_ttl {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .informations .information_contents {
    border-left: 1px solid #b9b9b9;
    padding-left: 20px;
  }
}
.informations .information_contents dl {
  display: grid;
  grid-template-columns: 6em 1fr;
  gap: 10px;
  margin-bottom: 15px;
}
.informations .information_contents dl dt {
  font-size: 1.2rem;
  line-height: 1.5em;
}
@media screen and (min-width: 992px) {
  .informations .information_contents dl dt {
    font-size: 1.6rem;
  }
}
.informations .information_contents dl dd {
  font-size: 1.2rem;
  line-height: 1.5em;
}
@media screen and (min-width: 992px) {
  .informations .information_contents dl dd {
    font-size: 1.6rem;
  }
}
.informations .morebtn {
  order: 1;
  text-align: center;
}
.informations .morebtn a {
  background-color: #ffa1ce;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 0 2em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .informations .morebtn a {
    padding: 0 1em;
    font-size: 1.4rem;
  }
}
.informations .morebtn a::after {
  content: "";
  display: block;
  margin-left: 0.5em;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

/* =====================================

お知らせ　page__news_list

=======================================*/
.page__news_list .breadcrumb_wrapper {
  background-color: #ffeef9;
  padding: 3rem 0;
}
@media screen and (max-width: 991px) {
  .page__news_list .breadcrumb_wrapper {
    display: none;
  }
}
.page__news_list .breadcrumb_wrapper .fs-c-breadcrumb__list {
  margin: 0;
}
.page__news_list .ctm__sort {
  margin-bottom: 0;
}
.page__news_list .wrapper {
  padding-top: 50px;
}
.page__news_list .itemlist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  row-gap: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .page__news_list .itemlist {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}
.page__news_list .itemlist .item {
  position: relative;
}
.page__news_list .itemlist .item .new_icon {
  position: absolute;
  width: 60%;
  top: -20px;
  left: 0;
  z-index: 1;
}
.page__news_list .itemlist .item a {
  display: grid;
  gap: 10px;
}
.page__news_list .itemlist .item .image {
  margin-bottom: 10px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #b9b9b9;
}
.page__news_list .itemlist .item .seals {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.page__news_list .itemlist .item .seals .seal {
  border-radius: 20px;
  border: 1px solid #b9b9b9;
  color: #b9b9b9;
  padding: 0px 10px;
  line-height: 1.5em;
  display: block;
  white-space: nowrap;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .page__news_list .itemlist .item .seals .seal {
    font-size: 1.6rem;
  }
}
.page__news_list .itemlist .item .title {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .page__news_list .itemlist .item .title {
    font-size: 1.6rem;
  }
}
.page__news_list .itemlist .item .date {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .page__news_list .itemlist .item .date {
    font-size: 1.6rem;
  }
}

/* =====================================

重要なお知らせ page__information_list

=======================================*/
.page__information_list .fs-l-page {
  background-color: #ffeef9;
}
@media screen and (min-width: 992px) {
  .page__information_list .wrapper {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .page__information_list .card__information {
    padding-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  .page__information_list .informations {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 992px) {
  .page__information_list .informations .information_contents {
    border-left: none;
    padding: 0;
  }
}
.page__information_list .informations .information_contents dl {
  display: block;
}
.page__information_list .informations .information_contents dl dt {
  padding: 10px 0 0;
}
@media screen and (min-width: 992px) {
  .page__information_list .informations .information_contents dl dt {
    float: left;
    clear: both;
    padding: 20px 0 0;
  }
}
.page__information_list .informations .information_contents dl dd {
  padding: 10px 0;
  border-bottom: 1px solid #b9b9b9;
}
@media screen and (min-width: 992px) {
  .page__information_list .informations .information_contents dl dd {
    padding: 20px 0 20px 7em;
  }
}
.page__information_list .informations .information_contents dl dd:last-of-type {
  border-bottom: none;
}
.page__information_list .ctm__pager {
  border-top: none;
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  .page__information_list .ctm__pager {
    padding-top: 50px;
  }
}

/* =====================================

重要なお知らせ詳細 page__information_detail

=======================================*/
.page__information_detail .fs-l-page {
  background-color: #ffeef9;
}
@media screen and (min-width: 992px) {
  .page__information_detail .wrapper {
    margin-bottom: 20px;
  }
}
.page__information_detail .info_detail_ttl {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .page__information_detail .info_detail_ttl {
    font-size: 2.8rem;
  }
}
.page__information_detail .info_detail {
  background-color: #fff;
  border: 1px solid #b9b9b9;
  padding: 15px 20px;
  border-radius: 18px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .page__information_detail .info_detail {
    padding: 50px 80px;
    margin-bottom: 50px;
  }
}
.page__information_detail .info_detail_content {
  border-top: 1px solid #b9b9b9;
  padding: 20px 0;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .page__information_detail .info_detail_content {
    margin-top: 20px;
  }
}

/* =====================================

重要なお知らせ詳細 page__news_detail

=======================================*/
.page__news_detail .seals_box {
  margin-bottom: 20px;
}
.page__news_detail .seals {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.page__news_detail .seals .seal {
  border-radius: 20px;
  border: 1px solid #b9b9b9;
  color: #b9b9b9;
  padding: 0px 10px;
  line-height: 1.5em;
  display: block;
  white-space: nowrap;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .page__news_detail .seals .seal {
    font-size: 1.6rem;
  }
}
.page__news_detail .news_detail_ttl {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .page__news_detail .news_detail_ttl {
    font-size: 2.8rem;
  }
}
.page__news_detail .news_detail {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .page__news_detail .news_detail {
    margin-bottom: 60px;
  }
}
.page__news_detail .info_detail_content {
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  margin-top: 10px;
  padding: 20px 0;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .page__news_detail .info_detail_content {
    margin-top: 20px;
    padding: 40px 0;
  }
}
.page__news_detail .info_detail_content .image {
  margin-bottom: 20px;
}
.page__news_detail .info_detail_content .text {
  text-align: center;
}
.page__news_detail .info_detail_content .text a {
  text-decoration: underline;
}/*# sourceMappingURL=news.css.map */