@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/ennaifukei_kouyou.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;
}
.inquiry-message {
  text-align: left;
}
.inquiry {
  margin: 0 32px 60px 32px;
}
/*問い合わせフォーム*/
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #746a51;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1.2rem;
    font-weight: 300;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #fff;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #fff;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  font-family: serif;
  background-color: #746a51;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  width: 300px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

/* タイトルの背景色 */
.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-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);
}
.awards {
  margin: 0 24px 40px 24px;
}
.awards p {
  font-size: 1.8rem;
  color: #746a51;
  border-bottom: #746a51 solid 1px;
  display: inline-block;
  margin: 20px 0;
}
.awards ul li {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 10px;
  list-style-type: circle;
}
