/*
Theme Name: 源じいの森
Description: 源じいの森
Author: NECKLAX
*/


@charset "UTF-8";
/* CSS Document */


/* CSS 予約ページ 追加CSS */
#main-page-reseerve h2 {
  margin-bottom: 45px;
}
#main-page-reseerve h3 {
  margin-bottom: 2rem;
}

#main-page-reseerve .faq .q,
#main-page-reseerve .faq .a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 1rem;
  font-size: 13px;
  line-height: 1.5;
  padding: 6px 0;
  margin: 0;
}
#main-page-reseerve .faq .q {
  font-weight: bold;
}

#main-page-reseerve .faq .q::before,
#main-page-reseerve .faq .a::before {
  display: inline-block;
  width: 35px;
  text-align: right;
  margin-right: 10px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-top: -6px;
}

#main-page-reseerve .faq .q::before {
  content: "Q.";
}

#main-page-reseerve .faq .a::before {
  content: "A.";
}
