/* #faq,
#contact, */
/* #Activity, */
/* #faq {
  max-width: 1080px;
  margin: 0 auto 100px auto;
}  */

h3 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 30px;
}

h4 {
  color: white;
}

h5 {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 30px;
  padding: 0px 50px 10px 50px;
}

p {
  margin: 0;
  line-height: 1.5;
}

header {
  height: 50vh;
  margin-bottom: 100px;
  background-image: url(../images/faq-kettle.jpg);
  background-size: cover;
  background-position: center top;
  align-content: center;
  position: relative;
  text-align: center;
}

#page-nav {
  width: 90%;
  height: 100px;
  margin: 0 4% 30px 4%;
}

.p-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  list-style-type: none;
  font-size: 1.6rem;
}

#page-nav a {
  padding: 10px 15px;
}

.p-nav a {
  width: 200px;
  height: 50px;
  padding: 10px 10px 10px 10px;
  transition: 0.3s;
  font-weight: 500;
  text-decoration: underline;
}

.p-nav a:hover {
  color: rgb(19, 214, 61);
  cursor: pointer;
  /* transform: scale(1.2); */
}

#faq {
  padding: 0 10%;
}

#pic-faq {
  max-width: 90%;
  min-height: 40vh;
  background: url(../images/faq-green.jpg);
  background-position: center top;
  background-size: cover;
  aspect-ratio: 4/1;
  border-radius: 80px 0 0 0;
  margin-left: 10%;
  padding: 4%;
  overflow: hidden;
}

.faq-text {
  color: white;
  font-size: 3rem;
  text-shadow: 0 0 6px #000;
  width: 60%;
  height: inherit;
  margin: 20px auto 10px auto;
  align-items: center;
}

.clickbtna {
  margin-bottom: 80px;
}

/* contactのセクション */
#pic-contact {
  max-width: 90%;
  min-height: 40vh;
  background: url(../images/faq-bench.jpg);
  background-position: center top;
  background-size: cover;
  aspect-ratio: 4/1;
  border-radius: 80px 0 0 0;
  margin-left: 10%;
  padding: 4%;
  overflow: hidden;
}

.contact-text {
  color: white;
  font-size: 3rem;
  text-shadow: 0 0 6px #000;
  width: 60%;
  height: inherit;
  margin: 20px auto 10px auto;
  align-items: center;
}

.content-top {
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
  padding: 0 20px 10px 20px;
}

.text-q {
  width: 300px;
  height: 30px;
  border-bottom: #333 1px solid;
  margin: 0 auto 40px auto;
}

.wrap {
  width: 250px;
  margin: 0 auto 70px auto;
}

.tel1 {
  width: 250px;
  height: 70px;
  background-color: #01400f;
  color: white;
}

.tel1 p {
  margin-top: 15px;
  text-align: center;
  /* margin: 15px auto 0 auto; */
  padding-top: 5px;
}

.tel2 {
  width: 250px;
  height: 70px;
  color: #01400f;
  border: 1px #01400f solid;
  margin-bottom: 40px;
}

.tel2 p {
  margin-top: 15px;
  text-align: center;
  padding-top: 5px;
}

/* お問い合わせフォーム */

form {
  width: 60%;
  margin: 0 auto 60px;
  padding: 30px 4%;
}

.item {
  margin-bottom: 24px;
}

.item p {}

label {
  display: block;
  margin-bottom: 4px;
}

input {
  /* padding: 4px; */
  width: 100%;
  padding: 30px 4px 5px 4px;
  border-bottom: 1px #333 solid;
}

textarea {
  width: 100%;
  padding: 4px;
  border: 1px #333 solid;
}

#select {
  width: 100%;
  height: 40px;
  color: #3f3d3d;
  border: 1px #333 solid;
}

/* .btn { */
input[type="submit"] {
  display: block;
  width: 100px;
  height: 40px;
  /* margin: 20px auto; */
  background: #01400f;
  color: white;
  font-weight: bold;
  /* border-radius: 16px; */
  border: none;
  text-align: center;
}

#logo2 {
  width: 80px;
  margin: 0 auto 10px auto;
}

.footerbg {
  min-height: 80vh;
  background-image: url(../images/sky.jpg);
  background-position: center bottom;
  background-size: cover;
  position: relative;
}

@media (max-width: 768px) {
  .p-nav {
    font-size: 1.2rem;
  }

  .faq-text {
    font-size: 2rem;
    margin: 50px auto 10px auto;
  }

  .contact-text {
    color: white;
    font-size: 2rem;
    margin: 50px auto 10px auto;
  }

  form {
    width: 100%;
    margin: 0 auto 60px auto;
    padding: 30px 4%;
  }
}

/* 各セクション端～端に広がる時はwidth指定なし section名はidで指定すべし*/
/* 狭めのセクションはmax-width 1080px  padding ~ 4%*/
/* htmlのふわっとは、fadeuptrigger 下から上　fadeuptrigger2 左から右　fadeuptrigger3右から左 */