@charset "UTF-8";
/* CSS Document */
.main {
  background-color: #F2F2F2;
}
.section-top__image {
  height: 100vh;
  background-image: url("../images/top/top_image_necklace.jpg");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.section-top__image-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.30);
}
.section-top__image-message {
  color: #fff;
  font-weight: 600;
  width: 100%;
}
.section-top__image-message h2 {
  padding-bottom: 20px;
  border-bottom: #fff solid 2px;
  width: 90%;
  margin: 0 auto 30px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
  font-size: 3.2rem;
}
@media(min-width: 960px) {
  .section-top__image-message h2 {
    font-size: 4.8rem;
  }
  .section-top__image-message p {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
.section-about {
  background-color: #fff;
  padding: 60px 24px 20px;
  text-align: center;
}
.section-about h2 {
  display: block;
  padding: 20px 0 40px;
  color: #d47c9f;
  font-size: 2.8rem;
}
.section-about ol {
  list-style-type: none;
  /*margin-bottom: 8px;*/
}
.section-about ol li {
  margin-bottom: 24px;
  color: #333;
  font-weight: normal;
}
.section-about__image {
  padding: 40px 0 0;
}
.section-about__image ul li {
  list-style: none;
}
.section-about__image-picture {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 40px;
  border-radius: 6px;
}
@media(min-width: 960px) {
  .section-about {
    padding: 80px 0 60px;
  }
  .section-about-content-wrapper {
    max-width: 1160px;
    margin: 0 auto;
  }
  .section-about ol li {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .section-about__image-picture {
    width: 100%;
    max-width: 1160px;
  }
}
.section-news {
  background-color: #fff;
  padding: 20px 24px 50px 24px;
  text-align: center;
}
.section-news h2 {
  padding: 20px 0 20px 0;
  color: #d47c9f;
  font-size: 2.8rem;
  text-align: center;
}
.section-news ol {
  list-style: none;
}
.section-news ol li {
  display: block;
  padding: 20px 0 0 0;
  color: #333;
  font-weight: normal;
  line-height: 1.5;
}
.section-news__image {
  margin: 30px 100px 10px 100px;
  width: auto;
  align-items: center;
}
.section-news__image-picture {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0 auto;
  vertical-align: bottom;
}
@media(min-width: 960px) {
  .section-news-content-wrapper {
    display: flex;
    max-width: 1160px;
    margin: 0 auto;
  }
  .section-news__description {
    flex: 6;
  }
  .section-news__image {
    flex: 4;
    height: 515px;
    margin: 30px 50px;
  }
  .section-news__image-picture {
    height: 100%;
    width: auto;
  }
  .section-news__description ol {
    padding: 24px 24px 24px 50px;
  }
  .section-news__description ol time {
    padding-top: 24px;
    font-size: 2.4rem;
    text-align: left;
  }
  .section-news ol li {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
  }
}
@media(max-width: 700px) {
  .section-news__image-picture {
    width: 100%;
  }
}
@media(min-width: 700px) {
  .section-news__image {
    margin: 30px 100px 30px 100px;
  }
}
@media(max-width:650px) {
  .section-news__image {
    margin: 30px 50px;
  }
}