@charset "utf-8";

/* SNS subtopic */
.sub-title {
  padding: 12px 16px;
}
.subtopic__title {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: 2.4rem;
  color: var(--primary-darkBrown);
}

.section__title {
  padding: 32px 16px;
}

.section__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 44px;
  width: 53%;
  height: 35px;
  background: rgba(95, 120, 72, 0.4);
  z-index: 0;
}
.subtopic__title span {
  font-size: 2.6rem;
}

.manor__sns {
  display: block;
}
.sns__icon,
.sns__txt {
  text-align: center;
}
.sns__icon {
  margin-top: 10px;
}

.sns__txt {
  margin-top: 4px;
  font-size: 1.2rem;
}

.subtopic__line {
  display: flex;
  justify-content: center;
}
.left__line {
  margin-right: 10px;
}
.right__line {
  margin-left: 10px;
}

/* @Manor sns images */
.section-news {
  margin-top: 32px;
  padding: 0 16px;
}

.manor__images-events {
  background-color: var(--primary-brown);
  width: 100%;
  height: auto; 
  overflow: hidden;
}

.manor__images-events img {
  width: 100%;
  height: 42vh;
  z-index: 0;
}

.manorImages-slider{
  padding: 32px 16px;
  background-color: var(--primary-brown);
}
/* News */

.section-news {
  padding-bottom: 32px;
  border-bottom: 1px solid black;
}

.news__header {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: 2rem;
  text-align: center;
}

.section__title {
  margin-top: 126px;
}
.subtopic__news {
  font-size: 1.4rem;
  margin-top: 16px;
  text-align: center;
}
.news__list {
  padding-top: 32px;
}

.newsTopic {
  font-size: 12px;
  line-height: 1;
}

.newsTopic time {
  display: inline-block;
  padding: 8px;
  background-color: var(--primary-brown);
  color: var(--primary-white);
}
.newsTopic span {
  display: block;
  font-size: 14px;
  line-height: 1.1;
  margin-top: 10px;
}

.newsDetails {
  margin-top: 16px;
  font-size: 1.2rem;
  line-height: 1.5;
}
/* footer */
.nav__menu-footer {
  display: none;
}

.green__line {
  display: block;
  width: 200px;
  height: auto;
  margin: auto;
}


/* END OF Smartphone */

/* Start of tablet size */
@media screen and (min-width:769px){

  .manor__images-events img {
  
  margin: 0 10px;
 
}

}
/* endof tablet sizr */






/* PC site */
@media screen and (min-width: 1024px) {

  .section-sns {
    padding-top: 0;
  }
  .subtopic__title {
    font-size: 3rem;
  }
  .subtopic__title span {
    font-size: 3.2rem;
  }

  .section__title {
    padding: 64px;
    position: relative;
    z-index: 1;
  }

  .section__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 85px;
    width: 53%;
    height: 51px;
    background: rgba(95, 120, 72, 0.4);
    z-index: 0;
  }

  .manor__images-events {
  background-color: var(--primary-brown);
  width: 100%;
  height: auto; 
  overflow: hidden;
}

.manor__images-events img {
  width: 30%;
  margin: 0 10px;
  height: 40vh;
  z-index: 0;
}

.manorImages-slider{
  padding: 64px;
  background-color: var(--primary-brown);
}

  .sns__icon img {
    width: 40px;
    height: 40px;
  }

  .sns__txt {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  


  /* News */
  .section-news {
    padding: 64px 64px 32px ;
    margin: 0;
  }
  .news__header {
    font-size: 3rem;
    line-height: 1;
  }
  .section__title{
    margin-top: 128px;
  }

  .section-news .green__line{
    width: 250px;
  }

  .subtopic__news {
    font-size: 2rem;
    line-height: 1.2 ;
    padding: 32px;
    text-align: center;
  }

  .news__list {
    padding: 32px
  }

  .newsTopic {
    font-size: 1.4rem;
  }
}
  .newsTopic span {
    font-size: 1.8rem;
  }
  .newsDetails {
    font-size: 1.5rem;
  }
}
