@charset "UTF-8";

.sp {
  display: none;
}
#description {
  position: relative;
  z-index: 1;
}
#description.row .inner,
#content.row .inner {
  max-width: 1000px;
}

#pageFaq .titleBar {
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

.navFaq {
  max-width: 1000px;
  margin: 50px auto 0;
  padding: 15px 0;
  list-style: none;
  text-align: center;
  letter-spacing: -.4em;
  border-radius: 4px;
  background-color: #f6f0ea;
}
.navFaq li {
  display: inline-block;
  margin: 5px;
  letter-spacing: normal;
}
.navFaq li a {
  display: block;
  box-sizing: border-box;
  width: 232px;
  height: 42px;
  text-decoration: none;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  font-size: 1.5rem;
  line-height: 40px;
}
.navFaq li a:hover {
  opacity: .8;
}

.faqLinkText {
  position: relative;
  max-width: 1000px;
  margin: 10px auto 30px;
}
.faqLinkText a {
  position: absolute;
  right: 0;
}

#pageEntry.faq #content h3 {
  margin-bottom: 20px;
}
.faqContainer {
  margin-bottom: 70px;
  line-height: 1.8;
}
.faqAttend,
.faqTicket,
.faqPlace,
.faqWorkshop {
  position: relative;
}
#anchorFaqAttend,
#anchorFaqTicket,
#anchorFaqPlace,
#anchorFaqWorkshop {
  position: absolute;
  top: -150px;
}

.faqContainer dt {
	position: relative;
  margin: -142px 0 0 0;
  padding: 148px 10px 10px 45px;
  color: #463733;
  font-size: 1.6rem;
  z-index: -1;
}
.faqContainer dd {
	position: relative;
  margin: 5px 0 20px;
  padding: 4px 10px 10px 45px;
  font-size: 1.4rem;
}
.faqContainer dt:before,
.faqContainer dd:before{
	position: absolute;
  left: 0;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	text-align: center;
  padding-top: 2px;
  box-sizing: border-box;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
}
.faqContainer dt:before{
	content:"Q";
	background: #a69032;
	top: 148px;
}
.faqContainer dd:before{
	content:"A";
	background: #eed556;
	top:0;
}
