@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,section,footer {
	display:block;
}

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

a.alpha img {
  display: block;     
}
picture img {
    display: block;
}

header,section,footer,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;
}


/*------header-------------------------------------------------------------------------------*/
header#lp-header {
    height: 72px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
    background-color: rgba(250, 250, 248, 1);
}
.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-nav-aside {
    display: flex;
    gap: 5px;
}
.header-inquiry {
    font-size: 16px;
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    padding: 8px 20px;
}
.header-reserve {
    color: #fff !important;
    background-color: #000;
    font-size: 16px;
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    padding: 8px 20px;
}


/*------section-------------------------------------------------------------------------------*/
section {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.event-image {
    margin: 0 auto;
}
.event-content {
    width: 768px;
    margin: 0 auto;
}
.event-title {
    font-size: 40px;
    font-weight: 100;
    text-align: center;
    padding-bottom: 24px;
}
.event-text {
    font-size: 18px;
    text-align: center;
}
.event-reserve {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0 auto;
}
.reserve-item {
    width: 952px;
    background-color: rgba(252, 252, 251, 1);
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    padding: 20px;
}
.reserve-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reserve-time {
    font-size: 26px;
}
.reserve-title {
    font-size: 30px;
    font-weight: 100;
}
.reserve-button {
    font-size: 14px;
    color: #fff !important;
    background-color: #000;
    padding: 12px 70px;
    border-radius: 100px;
}
.reserve-text {
    font-size: 16px;
    padding-top: 10px;
}

.sp-inquiry {
    display: none;
}

/*------footer-------------------------------------------------------------------------------*/
.lp-footer {
    padding-top: 100px;
    padding-bottom: 80px;
    margin-top: 80px;
    background-color:rgba(248, 132, 0, 1);
}
.footer-box {
    display: flex;
    justify-content: center;
}
.footer-nav {
    width: 1280px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    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-list li a {
    color: #fff;
}
.footer-sns {
    display: flex;
    justify-content: center;
    gap: 24px;
}
.footer-policy {
    color: #fff;
    padding: 58px 0 90px 0;
    display: flex;
    gap: 32px;
    justify-content: center;
    text-decoration: underline;
    font-size: 15px;
}
.footer-policy li a {
    color: #fff;
}