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

.pc {display:none !important;}


img {max-width:100%;}

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

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

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

a.alpha img {
    display: block;     
}
picture 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: 100%;
	position:relative;
    background-color: rgba(250, 250, 248, 1);
}


/*------header-------------------------------------------------------------------------------*/
header#lp-header {

}
.header-box {
    
}
.header-nav {
  
}
.header-logo {
    padding: 5px 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.header-logo::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../pic/down-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.header-logo.active::after {
    content: ""; 
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../pic/close-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.header-nav-list,
.header-nav-aside {
    display: none;
}
.header-logo.active ~ .header-nav-list {
    padding: 30px 23px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 16px;
}

.header-box:has(.header-logo.active) .header-nav-aside {
    display: block;
    
}
.header-inquiry {
    margin: 30px 20px 150px 20px;
    font-size: 16px;
    text-align: center;
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    padding: 8px 20px;
}
.sp-reserve-button {
    margin: 0 20px 150px 20px;
    font-size: 16px;
    text-align: center;
    border-radius: 100px;
    background-color: #000;
    padding: 8px 20px;
}
.reserve-button-color {
    color: #fff !important;
}

/*------チケット販売中---------------------------------------------------------------------------------*/
section#ticket {
    display: flex;
    justify-content: center;
}
.ticket-body {
    width: 353px;
    position: relative;
    padding-bottom: 60px;
}
section#ticket h2 {
    padding: 50px 0 60px 0;
    font-size: 35px;
    font-weight: 100;
}
.ticket-box {
    display: flex;
    justify-content: center;
}
.ticket-list {
    overflow: hidden;
   
}
.ticket-item {
    width: 353px;
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 18px;
    overflow: hidden;
}
.ticket-link {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.ticket-image {
}
.ticket-content {
    width: 305px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 25px;
}
.ticket-date {
    font-size: 13px;
}
section#ticket h4 {
    font-size: 23px;
    font-weight: 100;
}
.ticket-text {
    font-size: 15px;
}


/*------今後の予定---------------------------------------------------------------------------------*/
section#schedule {
   
}
.schedule-body {
    width: 353px;
    margin: 0 auto;
}
section#schedule h3 {
    padding-bottom: 60px;
    font-size: 35px;
    font-weight: 100;
}
.schedule-box {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.schedule-item {
    width: 353px;
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 18px;
}
.schedule-link {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.schedule-image {
}
.schedule-content {
    width: 305px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 25px;
}
.schedule-date {
    font-size: 13px;
}
section#schedule h4 {
    font-size: 23px;
    font-weight: 100;
}
.schedule-text {
    font-size: 15px;
}


/*------過去のイベント---------------------------------------------------------------------------------*/
section#past {
   
}
.past-body {
    padding: 60px 0;
}
section#past h2 {
    padding-bottom: 45px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}
.past-box {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.past-list {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.past-item {
    width: 353px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 18px;
    overflow: hidden;
}
.past-image {
}
.past-content {
    display: flex;
    justify-content: center;
}
.past-content-box {
    width: 305px;
}
.past-category {
    font-size: 13px;
    font-weight: 600;
}
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: 30px;
    padding-bottom: 25px;
}
.past-more-button {
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    padding: 8px 20px;
}


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


/*------よくある質問---------------------------------------------------------------------------------*/
section#faqlp {
    padding: 70px 0;
    background-color:rgba(184, 184, 178, 1);
}
section#faqlp h2 {
    padding-bottom: 20px;
    text-align: center;
    font-size: 35px;
    font-weight: 100;
}
section#faqlp p {
	text-align: center;
    font-size: 15px;
}
.faq-box {
	display:flex;
    justify-content: center;
}
.faq-list {
	width: 353px;
    padding-top: 60px;
    display:flex;
    flex-direction: column;
    gap: 16px;
}
.faq-content {
	display: none;
  }
.faq-title {
	cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    display:flex;
    justify-content: space-between;
    background-color:rgba(250, 250, 248, 1);
    padding: 18px 24px;
    border-radius: 15px;
    align-items: center;
}
section#faqlp dl dd.faq-content { 
    background-color: rgba(250, 250, 248, 1);
    font-size: 17px !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 {
    display: flex;
    justify-content: center;
    padding: 50px 0;
    background-color:rgba(184, 184, 178, 1);
}
.footer-box {
    width: 353px;
}
.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.footer-logo {
    width: 140px;
    height: 56px;
}
.footer-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 15px;
    font-weight: 600;
}
.footer-sns {
    padding-bottom: 20px;
    display: flex;
    gap: 24px;
}
.footer-policy {
    padding: 30px 0 20px 0;
    text-decoration: underline;
    font-size: 15px;
    border-top: solid 1px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    gap: 20px;
}