/*===================================
	page
=====================================*/
/* container
-------------------------------------*/
.p-container {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 180px;
}
@media screen and (max-width: 767px) {
  .p-container {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
.p-container .p-category_block:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-container .p-category_block:not(:first-child) {
    margin-top: 50px;
  }
}
.p-container .p-category_block .block-ttl {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  background: #faf4dc;
  padding: 0.75em 1em;
}
@media screen and (max-width: 767px) {
  .p-container .p-category_block .block-ttl {
    font-size: 2.2rem;
  }
}
.p-container .p-category_block .block-faq_list {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-container .p-category_block .block-faq_list {
    margin-top: 30px;
  }
}
.p-container .p-category_block .block-faq_list .block-faq_list_item {
  position: relative;
}
.p-container .p-category_block .block-faq_list .block-faq_list_item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-container .p-category_block .block-faq_list .block-faq_list_item:not(:first-child) {
    margin-top: 10px;
  }
}
.p-container .p-category_block .block-faq_list .block-faq_list_item .item-q {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.75;
  background: #eae7e1;
  padding: 1.25em 4em 1.25em 1.5em;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .p-container .p-category_block .block-faq_list .block-faq_list_item .item-q {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-container .p-category_block .block-faq_list .block-faq_list_item .item-q {
    font-size: 1.8rem;
  }
}
.p-container .p-category_block .block-faq_list .block-faq_list_item .item-q::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #008169;
}
.p-container .p-category_block .block-faq_list .block-faq_list_item .item-q::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  width: 1em;
  aspect-ratio: 1/1;
  border-top: 7px solid #008169;
  border-left: 7px solid #008169;
  transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .p-container .p-category_block .block-faq_list .block-faq_list_item .item-q::after {
    border-width: 5px;
  }
}
.p-container .p-category_block .block-faq_list .block-faq_list_item .item-q p {
  position: relative;
  padding-left: 2em;
}
.p-container .p-category_block .block-faq_list .block-faq_list_item .item-q p::before {
  content: "Q.";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-container .p-category_block .block-faq_list .block-faq_list_item .item-a {
  position: relative;
  display: none;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.85;
  margin: 1em 0 45px;
  padding: 0 0 1.5em 6.5em;
  border-bottom: 1px solid #d8caba;
}
@media screen and (max-width: 1000px) {
  .p-container .p-category_block .block-faq_list .block-faq_list_item .item-a {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 600px) {
  .p-container .p-category_block .block-faq_list .block-faq_list_item .item-a {
    font-size: 1.5rem;
    margin-bottom: 35px;
    padding-left: 6em;
  }
}
.p-container .p-category_block .block-faq_list .block-faq_list_item .item-a::before {
  content: "A";
  display: grid;
  place-content: center;
  position: absolute;
  top: 0.3em;
  left: 0;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  width: 3.5em;
  aspect-ratio: 1/1;
  background: #008169;
}
@media screen and (max-width: 1000px) {
  .p-container .p-category_block .block-faq_list .block-faq_list_item .item-a::before {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-container .p-category_block .block-faq_list .block-faq_list_item .item-a::before {
    font-size: 2rem;
  }
}

/* ハイキング ・ スノーシュー*/
.p-container .course {
  margin-top: 80px;
}
.p-container .course__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.p-container .course__item {
  width: calc((100% - 60px) / 3);
}
.p-container .course__link {
  border: 2px solid #008169;
  position: relative;
  padding: 20px 30px 20px 20px;
  font-weight: bold;
  line-height: 1.3;
  display: block;
}
.p-container .course__link:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #008169;
  border-right: solid 2px #008169;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 15px;
}
.p-container .course__link:hover {
  background: #008169;
  color: #fff;
  transition: 0.3s;
}
.p-container .course__link:hover::before {
  border-color: #fff;
}

@media screen and (max-width: 1000px) {
  .p-container .course__item {
    width: calc((100% - 30px) / 2);
  }
}

@media screen and (max-width: 600px) {
  .p-container .course__item {
    width: 100%;
  }
  .p-container .course__list {
    gap: 10px;
  }
}
