@charset "UTF-8";
/*font-family:'Noto Sans JP',sans-serif;*/
/*font-family:'Noto Serif JP',serif;*/

.sp {display:none !important;}


body {
	margin:0;
	padding:0;
	color:#000;
	background-color:#fff;
	font-size:100%;
	font-family:'Noto Sans JP',sans-serif;
	/*font-family:'Hiragino Maru Gothic W4 JIS2004';*/
	-webkit-text-size-adjust:none;
	width:100%;
	position:relative;
}

header,hgroup,nav,aside,section,article,figure,footer {
	display:block;
}

a:link,
a:visited {
    color:#000;
	text-decoration:none;
}

a.alpha img {
  display: block;     
}

p,h2,h3,h4,ul,li,dl,dt,dd {
    margin:0;
	padding:0;
	border:none;
	font-size:100%;
	font-style:normal;
	list-style:none;
	line-height:1.6em;
	text-align:left;
	font-family:'Noto Sans JP',sans-serif;
}

div#wrapper {
	margin:0 auto;
	width:1440px;
	position:relative;
    background-color: rgba(250, 250, 248, 1);
}


/*------header-------------------------------------------------------------------------------*/
header#lp-header {
    height: 72px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}
.header-box {
    width: 1312px;
    height: 100%;
    padding: 0 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-nav {
    display: flex;
    gap: 24px;
    align-items: center;
}
.header-logo {
    width: 140px;
    height: 56px;
}
.header-nav-list {
    display: flex;
    gap: 32px;
    font-size: 16px;
}
.header-inquiry {
    font-size: 16px;
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    padding: 8px 20px;
}
.sp-reserve-button {
    display: none;
}


/*------チケット販売中---------------------------------------------------------------------------------*/
section#ticket {
    display: flex;
    justify-content: center;
}
.ticket-body {
    position: relative;
    width: 1312px;
    background-color:rgba(255, 255, 255, 1);
    margin-top: 100px;
    padding-bottom: 250px;
}
section#ticket h2 {
    padding: 70px 0 60px 0;
    text-align: center;
    font-size: 45px;
    font-weight: 100;
}
.ticket-box {
    display: flex;
    justify-content: center;
}
.ticket-list {
    overflow: hidden;
    width: 1280px;
    display: flex;
    gap: 26px;
}
.ticket-item {
    width: 400px;
}
.ticket-link {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.ticket-image {
    width: 400px;
    height: 267px;
    border-radius: 18px;
    overflow: hidden;
}
.ticket-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ticket-date {
    font-size: 13px;
}
section#ticket h4 {
    font-size: 23px;
    font-weight: 100;
}
.ticket-text {
    font-size: 15px;
    width: 400px;
}


/*------今後の予定---------------------------------------------------------------------------------*/
section#schedule {
    margin-top: 70px;
    margin-left: 60px;
}
.schedule-body {
    position: relative;
    width: 1280px;
    padding-bottom: 250px;
    overflow: hidden;
    padding-right: 100px;
}
section#schedule h3 {
    padding-bottom: 60px;
    font-size: 45px;
    font-weight: 100;
}
.schedule-box {
    display: flex;
    gap: 26px;
}
.schedule-item {
    width:400px;
}
.schedule-link {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.schedule-image {
    width: 400px;
    height: 267px;
    border-radius: 18px;
    overflow: hidden;
}
.schedule-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.schedule-date {
    font-size: 13px;
}
section#schedule h4 {
    font-size: 23px;
    font-weight: 100;
}
.schedule-text {
    font-size: 15px;
}


/*------過去のイベント---------------------------------------------------------------------------------*/
section#past {
    display: flex;
    justify-content: center;
}
.past-body {
    width: 1280px;
    margin: 100px 0;
}
section#past h2 {
    padding-bottom: 60px;
    text-align: center;
    font-size: 45px;
    font-weight: 100;
}
.past-box {
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.past-list {
    display: flex;
    gap: 48px;
}
.past-item {
    width:616px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 18px;
    overflow: hidden;
}
.past-image {
    width: 616px;
    height: 300px;
}
.past-content {
    display: flex;
    justify-content: center;
}
.past-content-box {
    width:568px;
}
.past-category {
    font-size: 13px;
}
section#past h4 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 23px;
    font-weight: 100;
}
.past-text {
    font-size: 15px;
}
.past-more {
    display: flex;
    justify-content: right;
    padding-right: 110px;
    padding-bottom: 25px;
}
.past-more-button {
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    padding: 8px 20px;
}
.center {
    text-align: center;
}


/*------イベントギャラリー---------------------------------------------------------------------------------*/
section#gallery {
    background-color:rgba(184, 184, 178, 1);
    padding-top: 100px;
    padding-left: 90px;
}
.gallery-body {
    position: relative;
    width: 1280px;
    padding-bottom: 200px;
    overflow: hidden;
    padding-right: 70px;
}
section#gallery h3 {
    padding-bottom: 20px;
    font-size: 45px;
    font-weight: 100;
}
.gallery-text {
    font-size: 17px;
}
.gallerry-box {
    padding-top: 70px;
    display: flex;
    gap: 32px;
}


/*------よくある質問---------------------------------------------------------------------------------*/
section#faqlp {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color:rgba(184, 184, 178, 1);
}
section#faqlp h2 {
    padding-bottom: 20px;
    text-align: center;
    font-size: 45px;
    font-weight: 100;
}
section#faqlp p {
	text-align: center;
    font-size: 17px;
}
.faq-box {
	display:flex;
    justify-content: center;
}
.faq-list {
	width:768px;
    padding-top: 60px;
    display:flex;
    flex-direction: column;
    gap: 16px;
}
.faq-content {
	display: none;
  }
.faq-title {
	cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    display:flex;
    justify-content: space-between;
    background-color:rgba(250, 250, 248, 1);
    padding: 20px 24px;
    border-radius: 15px;
}
section#faqlp dl dd.faq-content { 
    background-color: rgba(250, 250, 248, 1);
    font-size: 20px !important;
    padding: 30px 24px 20px 24px;
    border-radius: 15px;
    margin-top: -25px;
}
.faq-title.active + .faq-content {
	display: block;
}
.faq-title::after {
    content: ""; 
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../pic/down-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  
}
.faq-title.active::after {
    content: ""; 
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../pic/close-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}


/*------footer-------------------------------------------------------------------------------*/
.lp-footer {
    padding-top: 100px;
    padding-bottom: 80px;
    background-color:rgba(184, 184, 178, 1);
}
.footer-box {
    display: flex;
    justify-content: center;
}
.footer-nav {
    width: 1280px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.footer-logo {
    width: 140px;
    height: 56px;
    margin: 0 auto;
}
.footer-list {
    display: flex;
    gap: 32px;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
}
.footer-sns {
    display: flex;
    justify-content: center;
    gap: 24px;
}
.footer-policy {
    padding: 58px 0 90px 0;
    display: flex;
    gap: 32px;
    justify-content: center;
    text-decoration: underline;
    font-size: 15px;
}