@charset "UTF-8";
/*----------------------------------
  カラー
------------------------------------*/
/*----------------------------------
  レスポンシブ制御関係
------------------------------------*/
body {
  min-width: 1200px;
}

@media (max-width: 1200px) {
  body {
    overflow-x: scroll;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
    min-width: 0px;
  }
}

/*_________
  お知らせ
_________*/
.newspost {
  width: 100%;
  background-color: rgba(229, 150, 194, 0.15);
  padding: 80px 0;
}

@media (max-width: 767px) {
  .newspost {
    padding-bottom: 64px;
  }
}

.newspost_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 100px 70px;
  background-color: #fff;
  position: relative;
}

.newspost_inner::before {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #FABF13;
  border-radius: 50%;
}

.newspost_inner::after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #FABF13;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .newspost_inner {
    width: 95%;
    padding: 80px 10px 70px;
  }
}

.newspost_category {
  margin-bottom: 29px;
  font-size: 1.6rem;
  line-height: 35px;
  color: #fff;
  text-align: center;
}

.newspost_category_sanadayama {
  width: 126px;
  height: 35px;
  background-color: #3EB370;
}

.newspost_category_ebisu {
  width: 126px;
  height: 35px;
  background-color: #FABF13;
}

.newspost_category_both {
  width: 179px;
  height: 35px;
  background-color: #75CCE8;
}

.newspost_textcontainer {
  padding: 0 67px;
}

@media (max-width: 767px) {
  .newspost_textcontainer {
    padding: 0 24px;
  }
}

.newspost_time {
  display: block;
  margin-bottom: 29px;
  font-size: 1.6rem;
  text-align: right;
}

.newspost_heading {
  margin-bottom: 38px;
  border-bottom: solid 1px #4C4948;
}

.newspost_heading h1 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 1.8px;
  margin-bottom: 26px;
  line-height: 1.6;
}

.newspost_textcontainer h2 {
  padding: 12px 29px;
  margin-bottom: 40px;
  margin-top: 48px;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 1.8px;
  line-height: calc(34 / 20);
  background-color: #FAFAFA;
  border-left: solid 9px #FABF13;
}

@media (max-width: 767px) {
  .newspost_heading h1 {
    font-size: 22px;
  }
  .newspost_textcontainer h2 {
    margin-bottom: 28px;
    padding: 12px;
    font-size: 18px;
  }
}

.newspost_textcontainer h2:not(:first-of-type) {
  margin-top: 56px;
}

.newspost_textcontainer p {
  font-size: 16px;
  line-height: calc(27 / 16);
  letter-spacing: 1.8px;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .newspost_textcontainer p {
    font-size: 14px;
  }
}

.newspost_textcontainer ol {
  margin-bottom: 24px;
  list-style: inside decimal;
}

.newspost_textcontainer ul {
  margin-bottom: 24px;
  list-style: inside disc;
}

.newspost_textcontainer li {
  line-height: calc(27 / 16);
}

.newspost_image {
  width: 100%;
  margin-bottom: 40px;
}

.newspost_text:not(:last-of-type) {
  margin-bottom: 24px;
}

.newspost_section {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .newspost_section {
    margin-top: 64px;
  }
}
/*# sourceMappingURL=style.css.map */
