/*!
Theme Name: インターヒル翼湯布院 Original Theme
Theme URI:
Text Domain: インターヒル翼湯布院
*/

/*faq*/

.p-faq__item {
  width: 100%;
  margin-bottom: 40px;
  line-height: 1.6;
}
.p-faq__item {
  margin-bottom: 40px;
  line-height: 1.6;
}


.p-faq__item:last-child {
  margin-bottom: 0;
}

.p-faq__q {
  background: #6c4825;
  color: #fff;
  padding: 24px 88px;
  position: relative;
  cursor: pointer;
}

.p-faq__q::before {
  content: "Q";
  color: #fff;
  position: absolute;
  top: 15px;
  left: 32px;
  line-height: 1;
  font-family: 'Caveat', cursive;
  font-size: 2.6rem;
}


.p-faq__q::after {
  content: "";
  background: url(images/down_w.png) center center no-repeat;
  width: 20px;
  height: 12px;
  position: absolute;
  top: 30px;
  right: 32px;
  line-height: 1;
}

.p-faq__a {
  padding: 24px 88px;
  background: #fff;
  -webkit-box-shadow:0px 0px 6px 3px #cccccc;
  box-shadow:0px 0px 6px 3px #cccccc;
  position: relative;
  display: none;
  word-break: break-all;
}


.p-faq__a::before {
  content: "A";
  font-family: 'Caveat', cursive;
  color: #6c4825;
  font-size: 2.6rem;
  position: absolute;
  top: 15px;
  left: 32px;
  line-height: 1;
}
