/*Theme Name: realestate-hp-wordpress*/
@font-face {
  /* latin only */
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
body,
.main-content {
  /* overflow-x: hidden; */
  font-weight: 100 !important;
  font-family: heisei-kaku-gothic-std;
}
a,
a:hover {
  text-decoration: none;
}
.blog_container {
  font-family: heisei-kaku-gothic-std;
  margin-top: 70px;
}

.blog_body_container {
  margin-top: 80px;
}

.blog-bg {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.about_header_pc {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.about_header_sp {
  display: none;
}
.site-heading {
  position: absolute;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 16px;
}
.blog_title {
  font-family: oswald;
  letter-spacing: 0px;
  color: #3c3c3c;
  opacity: 1;
  font-size: 70px;
  margin: 0 !important;
  line-height: 104px;
}

.contact-btn {
  margin-left: 15px;
  background: #e7861f 0% 0% no-repeat padding-box;
  border-radius: 7px;
  opacity: 1;
  width: 117px;
  height: 35px;
  /* margin-top: -3px; */
  margin-top: -10px;
  font-family: dnp-shuei-mgothic-std;
  font-size: 24px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.list_btn {
  font-family: oswald;
  font-size: 25px;
  /* line-height: 45px; */
  letter-spacing: 0px;
  color: #21b1a9;
  opacity: 1;
  width: 238px;
  height: 50px;
  border: 3px solid #21b1a9;
  border-radius: 42px;
  opacity: 1;
  background-color: #ffffff;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.list_group_btn {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}

.blog-title-pc {
  display: flex;
}

.blog-article h2,
.blog-article h3 {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #3c3c3c;
  opacity: 1;
  font-weight: 100;
}

.blog-article p {
  line-height: 35px;
  font-size: 20px;
  letter-spacing: 0px;
  color: #3c3c3c;
  opacity: 1;
  font-weight: 100;
}

.wp-block-image img {
  width: 100%;
  height: auto;
}

.news-list {
  font-size: 30px;
  font-family: oswald;
  letter-spacing: 0px;
  color: #21b1a9;
  opacity: 1;
}

.blog-title-sp {
  display: none;
}
.img-content img {
  width: 100%;
  height: auto;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.wordpress_footer {
  background: url(images/footer_green.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* background-size: cover; */
  /* height: 900px; */
}

/* @media (min-width: 1280px) {
  .blog_container {
    width: 1260px !important;
    margin: 0 auto;
  }
} */

@media (max-width: 767px) {
  .wordpress_footer {
    background: url(images/footer_sp.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .about_header_sp {
    display: block;
    height:auto;
  }
  .about_header_pc {
    display: none;
  }
  .blog-article h2 {
    font-size: 15px;
  }

  .blog-article h3 {
    font-size: 13px;
    margin-left: 0px;
    margin-top: -15px;
  }

  .contact-btn {
    width: 76px;
    height: 22px;
    margin-left: 10px;
    /* margin-top: 6px; */
    font-size: 13px;
  }

  .blog_body_container {
    margin-top: 20px;
  }

  .blog_group {
    margin-left: 20px;
    margin-right: 20px;
  }

  .blog-article p {
    font-size: 13px;
  }

  .news-list {
    font-size: 13px;
  }

  .list_btn {
    width: 138px;
    height: 30px;
    border: 1px solid #21b1a9;
    border-radius: 42px;
    opacity: 1;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }

  .blog_title {
    font-size: 50px;
  }
  .blog-article p {
    line-height: 22px;
  }
  .notice-sp p {
    margin-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .notice-sp {
    display: flex;
  }
}

/* Start min width 1280 and more */
@media (min-width: 1280px) {
  .blog_group {
    /* margin-left: 110px;
    margin-right: 110px; */
    margin-left: 50px;
    margin-right: 50px;
  }
}
