@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;;
}


/*------header-------------------------------------------------------------------------------*/
header#lp-header {
    background-color: rgba(250, 250, 248, 1);
}
.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;
}


/*------section-------------------------------------------------------------------------------*/
section {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 45px;
}
.event-image {
    margin: 0 auto;
    padding: 0 14px;
}
.event-content {
    display: none;
}
.event-reserve {
    display: flex;
    flex-direction: column;
    gap: 55px;
    margin: 0 auto;
}
.reserve-item {
    position: relative;
    width: 295px;
    background-color: rgba(252, 252, 251, 1);
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    padding: 20px 20px 60px 20px;
}
.reserve-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.reserve-time {
    font-size: 26px;
}
.reserve-title {
    text-align: center;
    font-size: 30px;
    font-weight: 100;
}
.sp-reserve-button {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 200px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #000;
    padding: 12px 70px;
    border-radius: 100px;
}
.reserve-button {
    font-size: 16px;
    color: #fff !important;
}
.reserve-text {
    font-size: 16px;
    padding-top: 10px;
}


/*------お問い合わせボタン-------------------------------------------------------------------------------*/
.sp-inquiry {
    width: 337px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    font-size: 16px;
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    padding: 8px 0;
}


/*------footer-------------------------------------------------------------------------------*/
.lp-footer {
    display: flex;
    justify-content: center;
    padding: 50px 0;
    margin-top: 30px;
    background-color:rgba(248, 132, 0, 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-list li a {
    color: #fff;
}
.footer-sns {
    padding-bottom: 20px;
    display: flex;
    gap: 24px;
}
.footer-policy {
    color: #fff;
    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;
}
.footer-policy li a {
    color: #fff;
}
