@charset "UTF-8";
/* CSS Document */
.section-top {
  width: 100%;
  height: 185px;
  background-image: url("../img/news/top_background_purple.png");
  object-fit: cover;
  object-position: 50% 50%;
  margin-bottom: 40px;
}
.section-top__title {
  width: 100%;
  height: 185px;
  background-color: rgba(255, 255, 255, 0.3);
  padding-top: 75px;
}
.section-top__title h2 {
  font-size: 3rem;
}
@media (min-width: 1040px) {
  .section-top {
    height: 300px;
  }
  .section-top__title{
    height: 300px;
    padding-top: 130px;
  }
  .section-top__title h2 {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}

.main-section {
  padding: 0 24px;
  max-width: 1040px;
  margin:0 auto;
}
.year-list {
  display: block;
}
.year-list ul {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  margin: 0 auto 20px;
	flex-wrap: wrap;
}
.year-list ul li, .year-list li a {
  color: #855850;
}
.year-list ul li {
	padding: 0 10px;
	border-right: solid 1px #855850;
}
.year-list ul li:first-child {
	padding: 0 10px 0 0;
}
.year-list ul li:last-child {
	padding: 0 0 0 10px;
	border-right: none;
}
.year-list__here {
  font-weight: 700;
}
.section-news {
  margin-bottom: 80px;
}
.section-news h2 {
  display: block;
  font-size: 2rem;
  border-bottom: solid 2px #855850;
  margin-bottom: 10px;
}
.section-news__content {
  text-align: left;
  margin-bottom: 60px;
}
.section-news__content-info span {
  display: inline-block;
  width: 70px;
  height: 25px;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-left: 1.6rem;
}
span.tag-news {
  background-color: #ff826c;
}
span.tag-teatime {
  background-color: #7cc665;
}
.section-news__content h3 {
  font-size: 2.4rem;
  margin: 8px 0 15px;
}
.section-news__content h4 {
  text-decoration: underline;
  margin-bottom: 3px;
}
.section-news__content-text p {
  margin-bottom: 2.4rem;
}
.section-news__content-text ul {
  list-style: inside;
  margin-bottom: 2.4rem;
}
.section-news__content-text ul li {
  padding-left: 24px;
  text-indent: -1.4em;
}
@media (min-width: 1040px) {
  .year-list {
    text-align: left;
  }
  .section-news {
    margin-bottom: 100px;
  }
  .section-news h2 {
    font-size: 2.4rem;
    text-align: left;
  }
}