
/*来場者登録*/
:root {
    --yellow: #fff000;
    --lightpink: #eb6d97;
    --darkpink: #ff6699;
    --palepink: #f2a0bb;
    --red: #e73b64;
    --mint: #73c6c8;
    --lightblue: #aadcdc;
    --blue: #008acd;
}

section.register{
    background: var(--lightblue);
    padding: 2rem 0 5rem;
    background-size: cover;
	margin: 0;
    border-radius: 0;
}

article.register_info {
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
    margin: 0 auto 0;
    padding: 0 4rem 2rem;
}

.register_info p{
margin: 20px auto;
    text-align: center;
    font-size: 1.5rem;
}

.register_info figure{
    width: 60%;
    margin: auto;
}

.register h2{
    font-size: 3rem;
    color: var(--blue);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    font-weight: 600;
    margin: 7rem auto 5rem;
    height: auto;
}

.register h2 span{
    display: block;
    font-size: 2.5rem;
    padding: 5px 0 12px;
}
.sub-container {
    border-radius: 1rem 1rem 0 0;
}


.pink{
    color: #e73b64;
}

.flow ul {
    list-style: none;
}

.flow {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    margin: 3rem 0;
}
.flow h3 {
    margin-bottom: 3rem;
}
.flow a.btn-pnk{
    padding: 1rem 2rem;
    border-radius: 3rem;
    font-weight: 600;
}
p.text-start {
    text-align: start;
}

.flow ul li {
    background: #fff;
    border: solid 2px var(--palepink);
    border-radius: 2rem;
    margin-bottom: 3rem;
    position: relative;
    padding: 1rem;
}

.flow ul li:not(:last-child)::after {
    content: "";
    background: var(--lightblue);
    width: 4rem;
    height: 4rem;
    position: absolute;
    clip-path: polygon(0 0, 54% 33%, 100% 0);
    left: 50%;
    bottom: -0.5rem;
    transform: translate(-50%, 100%);
}

.flow ul li p {
    background: #fff;
    padding: 1rem 1.2rem;
    position: relative;

}
.flow ul li p::before{
    background: var(--darkpink);
    content: "";
    height: 2px;
    width: 3rem;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    position: absolute;

}

.register-info-text {
    display: block;
    margin: 0 auto 0;
    padding: 2rem;
    background: #fff;
    border-radius: 1rem;
    border: 2px solid var(--blue);
    background: #fff;
}

.register-info-text p.letterRed{
    font-weight: 600;
    font-size: 1.8rem;
    margin:0;
}
/*タイムスケジュール*/

.time{
	
}

section.time {
    background: var(--lightblue);
    padding: 2rem 0 5rem;
    background-size: cover;
	margin: 0;
}

article.time_info {
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
    margin: 0 auto 0;
    padding: 0 4rem 2rem;
}

.time_info p{
    margin: 20px;
    text-align: center;
    font-size: 1.7rem;
}

.time_info figure{
    width: 60%;
    margin: auto;
}

.time h2{
    font-size: 3rem;
    color: var(--blue);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    font-weight: 600;
    margin: 7rem auto 5rem;
    height: auto;
}

.time h2 span{
display: block;
font-size: 1.5rem;
}

.longtime{
    overflow-x: scroll;	
}
.longtime img{
    height: 724px;
    width: auto;
}

.longtime::-webkit-scrollbar {
    height: 14px;
}

.longtime::-webkit-scrollbar-track {
    background-color: pink;
    border-radius: 10px;
}

.longtime::-webkit-scrollbar-thumb {
    background-image: linear-gradient(135deg, #3C8CE7 10%, #00EAFF 100%);
    border-radius: 10px;
}



/*オプション企画*/

section.option {
    background: var(--lightblue);
    padding: 2rem 0 5rem;
    background-size: cover;
	margin: 0;
}

.option h2{
    font-size: 3rem;
    color: var(--blue);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    font-weight: 600;
    margin: 7rem auto 5rem;
    height: auto;
}

.option h2 span{
display: block;
font-size: 1.5rem;
}

article.option-info {
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
    margin: 0 auto 0;
    padding: 0 4rem 2rem;
}

.option-info figure{
    width: 84%;
    margin: 0 auto 20px;
}

article.option-time {
    border: 2px solid var(--blue);
    padding: 1rem 2rem;
    width: 90%;
    margin: 0 auto;
    border-radius: 1rem;
    background: url(img/polka-back.webp) no-repeat;
	    background-size: cover;
}

/* .option h2::after {
    content: "";
    width: 3rem;
    height: 1px;
    background: var(--blue); */
    /* bottom: 0; */
    /* position: relative;
    display: block;
        margin: 20px auto 0;
} */

article.option-time h3{
	margin: 23px auto;
	font-size: 2.5rem;
color: var(--blue);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-shadow: 0px -1px 5px #fff;
    font-weight: 600;
}

article.option-time span{
    font-size: 1.6rem;
    margin: 0 auto;
    display: block;
    width: fit-content;
    text-align: left;
    width: 76%;
    color: deeppink;
}

.option-time figure{
    max-width: 60%;
    margin: 30px auto;
}

article.option-time p{
    text-align: center;
    font-weight: 500;
}
article.option-time p span{
    width: fit-content;
    margin: 20px auto;
    background: yellow;
    padding: 0 8px;
}

.option-detail{
    margin: auto;
}
.option-detail tr{
padding: 15px 0 0;
    display: block;
}
.option-detail th ,.option-detail td{
	padding:0;
	display: block;
}

.option-detail th{
	background: var(--blue);
	color:#fff;
	border-radius: 50px;
}

.option-detail td{
	padding: 10px 0 ;
}

.opc{
    text-align: left;
    /* display: block; */
    width: 90%;
    margin: 10px auto 50px;
    table-layout: fixed;
}


.opc tr{
    display: block;
padding: 15px 8px 15px;
}

.opc tr:nth-child(2n) {
   background-color: #fffee7;
}
.opc tr:nth-child(2n+1) {
   background-color: #eafeff;
}


.opc th{
display: block;
padding:8px;
    width: 100%;
}

.opc th a{
border-bottom: 1px solid;
color: darkblue;
}

.opc td{
display: block;
    width: 100%;
    text-align: right;
}
.opc td span{
display: inline-block;
    background: darkcyan;
    color: #fff;
    width: fit-content;
    padding: 0 5px;
}

/*ベース*/

.accordion{
margin: 0 auto 4rem;
    border-radius: 8px;
    max-width: 96%;	
}

.toggle {
	display: none;
}
.Label {		/*タイトル*/
padding: 1em;
    font-size: 2rem;
    display: block;
    color: #fff;
    background: #019ac6;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:5px 1.5% 20px;
	background: #fff;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

.companies{
    table-layout: fixed;
    width: 100%;
    text-align: left;
}

.companies tr{

}

.companies th{
	font-weight: 500;
	display: block;
	width:100%;
	padding-top:5px;
}
.companies th a{
color: darkblue;
    border-bottom: 1px solid;
}
.companies th span{
font-weight: 300;
    font-size: 1.6rem;
    display: block;
	display: none;
}
.companies td{
    display: block;
    width: 100%;
    font-size: 1.6rem;
    text-align: right;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    margin-top: 3rem;
}

.companies td .gyoshu{
    color: #111;
    margin: 0 1rem 0 auto;
}

span.gyoshu.long-gyo {
    text-align: start;
    display: block;
}


.companies td span.area {
    display: inline-block;
    margin: 0 5px 0 auto;
    width: fit-content;
}

.sponsor .copy{
    text-align: center;
    margin: 30px auto;
    background: #fff;
    width: fit-content;
    padding: 8px 20px;
    display: block;
    border-radius: 80px;
}

.companies td .area,.sponsor .copy .area{
	background: #aaa;
	color:#fff;
	padding:0 3px;
	margin-left:5px;
}

.lifegate{
    background: #fff;
    width: 90%;
    margin: 30px auto;
    display: block;
    padding: 5%;
    text-align: center;
    border-radius: 8px;
    font-weight: 500;
}
.lifegate p{
    
}

@media screen and (max-width: px) {

}
