@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
/*トップ*/
.main {
  background-color: #ece1da;
  position: relative;
}
/*トップ背景*/
.top_image {
  width: 100%;
  height: 300px;
  background-image: url("../images/hogokaisagyo.jpg");
  background-size: cover;
  margin-bottom: 60px;
}
/* 共通タイトル */
.title {
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: 166px;
  background-color: #fff;
  text-align: left;
  padding: 24px 0px 0px 24px;
}
.title h1 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 16px;
}
.title p {
  font-size: 1.6rem;
  line-height: 1.6em;
}
.top-link {
  color: #000;
}
/*セクションタイトル*/
.section_title {
  margin: 48px auto;
  color: #746a51;
}
.section_title p {
  font-size: 1.8rem;
  padding-bottom: 16px;
}
.section_title h1 {
  font-size: 2.4rem;
  font-weight: 300;
}
/*浅間山自然保護会について*/
.ourstory {
  margin: 0 24px 60px 24px;
}

.top_sentence p {
  text-align: left;
  margin-bottom: 60px;
}
.head_address_sentence h1 {
  font-size: 2rem;
  font-weight: 300;
  color: #746a51;
  border-bottom: 1px solid #746a51;
  display: inline;
}
.head_address_sentence p {
  text-align: left;
  margin-top: 30px;
}
.head_address_sentence h2 {
  text-align: right;
  font-size: 1.8rem;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 60px;
}
/*受賞歴*/
.awards ul li {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 10px;
  list-style-type: circle;
}
/*アコーディオンメニュー*/
.accordion {
  margin-inline: auto;
  margin-top: 30px;
  max-width: auto;
  position: relative;
  width: 100%;
}
.accordion-item {
  margin-bottom: 24px;
}
.accordion-title {
  color: #746a51;
  cursor: pointer;
  font-size: 1.6rem;
  padding: 10px 20px;
}
.accordion-content {
  display: none;
  padding: 10px 20px;
}
.accordion-content p {
  text-align: left;
  margin-bottom: 20px;
}
.accordion-content ul li {
  list-style: none;
  margin-top: 20px;
}
.accordion_text_link {
  color: #746a51;
}
.hogokai_sagyo_img {
  list-style: none;
  margin-top: 20px;
}
.hogokai_sagyo_img p {
  font-size: 1.8rem;
  background-color: #fff;
  text-align: left;
  display: inline-block;
  position: absolute;
  line-height: 3rem;
  padding: 16px;
}
.hogokai_sagyo_img img {
  width: 300px;
  height: 200px;
  object-fit: cover;
}
.accordion-content h4 {
  text-align: left;
  margin-top: 20px;
}
.nenkan_ivent_img img {
  width: 300px;
  height: 200px;
  object-fit: cover;
}
/*会員インタビュー*/

.interview {
  list-style: none;
}
.interview_list {
  max-width: 327px;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 40px;
  text-align: left;
}
.interview_list a {
  color: #000;
  line-height: 2.8rem;
  text-decoration: none;
}
.section-interview_item-picture {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.section-interview_item-title {
  font-size: 2rem;
  font-weight: 400;
  color: #000;
  border-bottom: #746a51 2px solid;
  padding: 10px 10px;
  margin: 0 12px;
}
.section-interview_item-title02 {
  font-size: 1.8rem;
  font-weight: 400;
  color: #746a51;
  padding: 0px 10px;
  margin: 0 12px;
}
.section-interview_item-description {
  padding: 10px 20px 20px 20px;
}
.section-interview_item-description span {
  font-size: 1.2rem;
}
.interview_Q {
  text-align: left;
  color: #746a51;
  margin-bottom: 20px;
}
.interview_img {
  width: 90%;
  height: auto;
  margin-bottom: 20px;
}

.QA_p {
  color: #746a51;
}

/* タイトルの背景色 */
.accordion-item:nth-of-type(1) .accordion-title {
  border: 1px solid #746a51;
}
.accordion-item:nth-of-type(2) .accordion-title {
  border: 1px solid #746a51;
}
.accordion-item:nth-of-type(3) .accordion-title {
  border: 1px solid #746a51;
}
.accordion-item:nth-of-type(4) .accordion-title {
  border: 1px solid #746a51;
}
.accordion-item:nth-of-type(5) .accordion-title {
  border: 1px solid #746a51;
}
.accordion-item:nth-of-type(6) .accordion-title {
  border: 1px solid #746a51;
}

/* 矢印 */
.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: solid 2px #746a51;
  border-top: solid 2px #746a51;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

.section_inquiry_btn {
  display: block;
  color: #fff;
  background-color: #746a51;
  text-align: center;
  text-decoration: none;
  width: 240px;
  line-height: 3rem;
  padding: 10px 30px;
  margin: 40px auto;
}
