/*　共通パーツ */
/* タイトル */
.title {
  text-align: center;
  font-family: "ads-mambo", sans-serif;
}

.title img {
  width: 57.8px;
}

.title h2 {
  font-size: 60px;
  letter-spacing: -3px;
  line-height: 1.5;
  font-weight: normal;
  text-transform:capitalize;
}

.title p {
  font-size: 22px;
  line-height: 1.2;
}

/* ボタン */
.moreBtn {
  width: 250px;
  height: 60px;
  margin-top: 30px;
  background: var(--primaryColor);
  border-radius: 30px;
  overflow: hidden;
}

.moreBtn a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
}

/* お問い合わせ */
#contactContainer {
  margin-top: -100px;
  padding-top: 120px;
  background: url(../img/contactBack.png) top center / 3840px no-repeat;
}

.contactContents {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 110px;
  display: flex;
  gap: 0 100px;
  color: #fff;
}

#contactContainer .title {
  margin-top: -15px;
  text-align: left;
}

#contactContainer .moreBtn {
  background: #fff;
}

#contactContainer .moreBtn a {
  color: var(--primaryColor);
}












@media (max-width: 1024px) {
/*　共通パーツ */
/* .title {
  text-align: center;
  font-family: "ads-mambo", sans-serif;
} */

.title img {
  width: 50px;
}

.title h2 {
  font-size: 50px;
  /* letter-spacing: -3px;
  line-height: 1.5;
  font-weight: normal; */
}

.title p {
  font-size: 20px;
  /* line-height: 1.2; */
}

/* ボタン */
.moreBtn {
  /* width: 250px;
  height: 60px; */
  margin: 40px auto 0;
  /* background: var(--primaryColor);
  border-radius: 30px;
  overflow: hidden; */
}

/* .moreBtn a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
} */

/* お問い合わせ */
#contactContainer {
  margin-top: -100px;
  padding-top: 120px;
  background: url(../img/contactBack.png) top center / cover no-repeat;
}

.contactContents {
  /* width: 90%; */
  max-width: 450px;
  /* margin: 0 auto; */
  padding-bottom: 90px;
  /* display: flex; */
  gap: 40px 0;
  flex-direction: column;
  /* color: #fff; */
}

/* #contactContainer .title {
  margin-top: -15px;
  text-align: left;
}

#contactContainer .moreBtn {
  background: #fff;
}

#contactContainer .moreBtn a {
  color: var(--primaryColor);
} */

}








@media (max-width: 560px) {
/* 共通パーツ */
/* .title {
  text-align: center;
  font-family: "ads-mambo", sans-serif;
} */

.title img {
  width: 36.5px;
}

.title h2 {
  font-size: 38px;
  /* letter-spacing: -3px;
  line-height: 1.5;
  font-weight: normal; */
}

.title p {
  font-size: 14px;
  /* line-height: 1.2; */
}

/* #aboutContainer h2 {
  color: var(--primaryColor);
} */
 
/* ボタン */
.moreBtn {
  /* width: 250px;
  height: 60px; */
  margin: 30px auto 0;
  /* background: var(--primaryColor);
  border-radius: 30px;
  overflow: hidden; */
}

/* .moreBtn a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
} */
/* お問い合わせ */
#contactContainer {
  margin-top: -100px;
  padding-top: 70px;
  background: url(../img/contactBackSp.png) top center / cover no-repeat;
}

.contactContents {
  /* width: 90%; */
  max-width: 450px;
  /* margin: 0 auto; */
  padding-bottom: 60px;
  /* display: flex; */
  gap: 40px 0;
  flex-direction: column;
  /* color: #fff; */
}

/* #contactContainer .title {
  margin-top: -15px;
  text-align: left;
}

#contactContainer .moreBtn {
  background: #fff;
}

#contactContainer .moreBtn a {
  color: var(--primaryColor);
} */

}