/***********************************************************************
 SP
***********************************************************************/
/*MV*/
.mv {
  margin-top: 4rem;
  padding-top: 3rem;
  position: relative;
}
.mv__ttl,.faq-reception__ttl {
  transform: rotate(.03deg);
  -webkit-transform: rotate(.03deg);
  font-weight: 600;
}
.mv__ttl {
  margin: 0 auto 5rem;
  text-align: center;
}
.mv__ttl img {
  margin-bottom: 9px;
  max-width: 50%;
}
.mv__ttl-txt {
  display: block;
  font-size: 1.2em;
  color: #a99452;
}
/*よくある質問メイン*/
.faq-reception,.faq-item,.faq-service {
  width: 90%;
  margin: 0 auto 8rem;
  text-align: center;
}
.faq-budget {
  width: 90%;
  margin: 0 auto 4rem;
  text-align: center;
}
.faq-reception__ttl {
  display: inline-block;
  font-size: 1.25rem;
  padding-bottom: 11px;
  margin: 0 auto 4rem;
  letter-spacing: .3em;
  border-bottom: 1px solid #ff9e91;
}
.faq-reception-faq__box {
  margin-bottom: 5rem;
}

.faq-reception-faq__list {
  margin-bottom: 4rem;
}

.faq-reception-question {
  font-size: 1.2rem;
  line-height: 2;
  text-align: left;
  position: relative;
  padding-left: 2em;
  margin-bottom: 1.25rem;
}
.faq-reception-question::before {
  content: "Q";
  position: absolute;
  left: 0;
  font-family: PeignotLTStd;
  color: #ff9e91;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
}
.faq-reception-answer_box {
  position: relative;
  padding-left: 2em;
  color: #a99452;
}
.faq-reception-answer__txt {
  max-width: 311px;
  padding: 10px 9px;
  background: #f8f6f1;
  font-size: 1.2rem;
  line-height: 2;
  text-align: left;
  margin-bottom: 1.25rem;
}
.faq-reception-answer_box::before {
  content: "A";
  position: absolute;
  left: 0;
  font-family: PeignotLTStd;
  color: #a99452;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
}
.faq__btn .btn-arrow01 a {
  width: 200px;
  border: 1px solid #a99452;
  margin-bottom: 6rem;
}
/*ブライダルフェア情報*/
.sub-ttl span {
  display: block;
  text-align: center;
}

.faq_category {
  margin-bottom: 4rem;
}

.faq_category ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.faq_category li {
  background: #FFF0EE;
  width: calc(50% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding: 0.5em 0.5em;
  margin: 0.5em 0;
  box-shadow: 0px 0px 0px 3px #FFF0EE;
  border: dashed 1px #ff9e91;
}

.faq_category li.active {
  background-color: #ff9e91;
  box-shadow: 0px 0px 0px 3px #ff9e91;
  border: dashed 1px #FFF0EE;
}

.faq_category li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 5px 0;
}

.faq_more {
  font-size: 12px;
  text-align: right;
}
.faq_more a {
  color: #444;
  text-decoration: none;
}
.faq_more a:after {
  content: " >";
}

.faq_term {
  font-size: 10px;
  vertical-align: middle;
  background-color: #FFF0EE;
  padding: 5px;
  border-radius: 5px;
}

.pagination {
  width: 100%;
}
.page-numbers{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
.page-numbers li a{
  color: #000;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.current{
  background-color: #F4F4F4;
}
.current span{
  display: block;
  padding: 8px;
}

/***********************************************************************
 TABLET
***********************************************************************/
@media screen and (min-width:767px) {
  .sp-inbl {
    display: none;
  }
  .faq-reception-question {
    padding-left: 46px;
  }
  .faq-reception-answer_box {
    padding-left: 46px;
  }
  .faq-reception-answer__txt {
    max-width: 686px;
  }
}

/* TAB_END */

/***********************************************************************
 PC
***********************************************************************/
@media screen and (min-width:960px) {
  /*MV*/
  .mv__ttl {
    margin-bottom: 85px;
    font-size: 12px;
  }
  .mv__ttl img {
    width: 240px;
    margin-bottom: 22px;
  }
  .mv__ttl-txt {
    font-size: 12.4px;
    margin-bottom: 47px;
  }
  .faq-reception, .faq-item, .faq-service{
    max-width: 750px;
    margin-bottom: 199px;
  }
  .faq-budget {
    max-width: 750px;
    margin-bottom: 149px;
  }
  .faq-reception__ttl {
    font-size: 16px;
    letter-spacing: .5em;
    padding-bottom: 15px;
  }

  .faq-reception-question {
    margin-bottom: 40px;
    font-size: 20px;
  }
  .faq-reception-answer__txt {
    font-size: 18px;
    padding: 14px 17px;
  }
  .faq-reception-faq__box {
    margin-bottom: 98px;
  }
  .faq__btn .btn-arrow01 a {
    margin-bottom: 258px;
  }
  .faq_category {
    max-width: 800px;
    margin: 0 auto 60px auto;
  }
  .faq_category ul {
    justify-content: space-between;
  }
  .faq_category li {
    width: calc(25% - 10px);
  }
}

/* PC_END */

/***********************************************************************
 横幅1000px以上
***********************************************************************/

@media screen and (min-width:1000px) {
}

/***********************************************************************
 iphone5系以下
***********************************************************************/
@media screen and (max-height:569px) {
}
