@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400&display=swap');

body{
	color: #696969;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    line-height: 1.4;
}

.inner{
	width: 1080px;
	margin: 0 auto;
}

a{
	text-decoration: none;
}

/*
header
*/
#header.fixed{
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
}




#header2.fixed{
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
}

#header2{
	width: 1080px;
	margin: 0 auto;
	display: flex;
	padding: 15px 0;
}
#header #header_h1{
	width: 30%;
}
#header #header_h1 img{
	max-width: 228px;
}
#nav_btn{
	display: none;
}
#header #header_nav{
	width: 60%;
	margin-left: auto;
}
#header #header_nav a,
#header #header_nav a:visited{
	color: #696969;
}
#header #header_nav ul{
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 16px;
}

.contact_btn {
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:linear-gradient(to bottom, #4eb7e0 5%, #4587b0 100%);
	background-color:#4eb7e0;
	border-radius:22px;
	/*border:1px solid #4587b0;*/
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-size:15px;
	font-weight:bold;
	padding:6px 15px;
	text-decoration:none;
}
.contact_btn:hover {
	background:linear-gradient(to bottom, #4587b0 5%, #4eb7e0 100%);
	background-color:#4587b0;
}
.contact_btn:active {
	position:relative;
	top:1px;
}


/*
footer
*/
#footer_tel{
	text-align: center;
}
#footer_tel img{
	max-width: 381px;
}
#footer_tel .tel a::before{
	content: url("/assets/img/ico_tel.svg");
	display: inline-block;
	padding-right: 5px;
	width: 33px;
}
#footer_tel .tel_txt{
	font-size: 17px;
	padding: 60px 0 10px 0;
}
#footer_tel .tel{
	font-size: 32px;
	font-weight: bold;
	color: #ff85b5;
	padding: 0 0 45px 0;
}
#footer_tel .tel a,
#footer_tel .tel a:visited {
    color: #ff85b5;
}

#footer_btn{
	max-width: 640px;
	display: flex;
	justify-content: space-between;
}
#footer_content1{
	background: #f7f7f7;
	padding: 90px 0;
}
#footer_content2{
	background: #89828f;
	color: #fff;
	text-align: center;
	padding: 40px 0 25px 0;
}
#footer_content2 a,
#footer_content2 a:visited{
	color: #fff;
}
#footer_nav1{
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	max-width: 670px;
}
#footer_nav2{
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	max-width: 460px;
	padding: 10px 0;
}
#footer_copyright{
	padding-top: 30px;
}

/*
bread crumb
*/
.breadcrumb {
	padding: 0 .5rem;
	margin: 50px 0;
}

.breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.breadcrumb ul li{
	font-size: 14px;
	padding: 0 20px 0 0;
}
.breadcrumb ul li:not(:first-child)::before {
	content: "＞";
	padding: 0 20px 0 0;
}
.breadcrumb ul li a,
.breadcrumb ul li a:visited{
	color: #696969;
}


/*
top
*/
#main_banner{
	margin: 0 auto;
	text-align: center;
}

#top_catchcopy{
	padding: 100px 0 60px 0;
}
.top_catchcopy{
	background: #f7f7f7;
	line-height: 2em;
}
.top_catchcopy_txt{
	padding: 65px;
	font-size: 18px;
}

#top_instagram{
	padding: 50px 0 100px 0;
	background: #f7f7f7;
}
#top_instagram .inner{
	max-width: 600px;
}

#top_footer_banner{
	padding: 90px 0;
}

#sponsor_list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
	row-gap: 60px;
	margin: 20px auto 60px;
}

#sponsor_list li img{
	max-width: 100%;
}


/*
event top list
*/
#top-pt-list{
	margin-bottom: 40px;
	font-size: 18px;
}
.jpy-s{
	text-decoration:line-through;
}
.event-list{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
}
.event-list a,
.event-list a:visited{
	color: #696969;
}
.event-list li{
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background-color: #f7f7f7;
}
.event-list-wrapper{
    background: #fff;
    padding: 0;
    display: grid;
    grid-template-columns:repeat(1, 1fr);
    grid-template-rows:60px 210px 75px 1fr;
}

.event-list-area{
    display: flex;
    height: 60px;
    align-items: center;
    overflow: hidden;
}
.event-list-fuken{
    width: 110px;
    color: #fff;
    background: #67656e;
    font-size: 16px;
    line-height: 60px;
}
.event-list-date{
    width: calc(100% - 110px);
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    background: #fff;
    line-height: 60px;
    padding-left: 20px;
}
.event-list-date span{
    font-size: 18px;
    font-weight: normal;
}

.event-list-title{
    padding: 0;
    overflow:auto;
    display: grid;
    align-items: center;
	justify-items: center;
	/*align-content: center;*/
	justify-content: center;
	font-size: 18px;
	padding: 5px 5px;
}


.event-list-title .text-overflow{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.event-list-img{
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 210px;
}

.event-list-content{
    display: flex;
    
}
.event-list-content .event-list-m,
.event-list-content .event-list-f{
    width: 50%;
    display: grid;
    grid-auto-rows: 85px 100px;
}
.event-list-content .event-list-agearea{
	display: grid;
    grid-template-rows: 40px 40px;
    grid-template-columns: 40% 60%;
    padding: 10px 0;
    place-content: center;
	place-items: center;
}
.event-list-content .event-list-agearea .event-list-icn{
	justify-self: center;
	grid-row: 1/3;
    grid-column: 1/2;
}
.event-list-content .event-list-agearea .event-list-icn img{
	max-width: 100%;
	width: 60px;
    padding-left: 10px;
}
.event-list-content .event-list-agearea div:nth-child(2){
	align-self: end;
	padding-bottom: 5px;
	grid-row: 1/2;
    grid-column: 2/3;
}
.event-list-content .event-list-agearea div:nth-child(3){
	align-self: start;
	grid-row: 2/3;
    grid-column: 2/3;
}

.event-list-m .event-list-agearea{
    background-color: #dff1fa;
}
.event-list-f .event-list-agearea{
    background-color: #ffe8ee;
}
.event-list-m .event-list-feearea{
	color: #3fa9e0;
}
.event-list-f .event-list-feearea{
	color: #f887af;
}

.event-list-feearea .text-overflow{
    overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.event-list-age{
    font-size: 18px;
}
.event-list-nokori{
    font-size: 15px;
    background: #fff;
    padding: 5px 20px;
    color: #e38fac;
}

#top-ns-list .event-list-nokori{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	max-width: 90px;
	font-size: 14px;
	padding: 5px;
}

.event-nokori1{
    color: #fff;
    background: #44ab35;
    width: 100px;
    margin: 0 auto;
}
.event-nokori2{
    color: #fff;
    background: #e54453;
    width: 100px;
    margin: 0 auto;
}
.event-nokori3{
    color: #222;
    background: gold;
    width: 100px;
    margin: 0 auto;
    font-size: 12px;
}

.event-list-feearea{
    overflow-y: auto;
    margin: 10px 0;
    font-size: 15px;
	line-height: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	line-height: 1.5em;
	padding: 0 10px;
}
.event-list-m .event-list-feearea{
	border-right: 1px solid #c5c2c5;
}
.event-list-f .event-list-feearea{
    border-left: 1px solid #c5c2c5;
}

.event-list-catch{
    background: #f7f7f7;
    font-size: 17px;
    padding: 20px;
}
.event-list-catch .text-overflow{
    overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#event_more{
	margin: 100px auto 50px;
}

/*
event list
*/
#event{
	padding: 0 0 60px 0;
}
#event .event-list{
	gap: 15px;
    grid-template-columns: repeat(4, 1fr);
}
#event .event-list-area{
	height: 50px;
}
#event .event-list-fuken{
	width: 80px;
	line-height: 50px;
}
#event .event-list-date {
	line-height: 1.2;
	width: calc(100% - 100px);
	font-size: 16px;
}
#event .event-list-date span{
	display: inline-block;
	font-size: 16px;
}

#event .event-list-wrapper{
    grid-template-rows: 50px 155px 60px 1fr;
}
#event .event-list-img{
	height: 155px;
}
#event .event-list-title{
	font-size: 15px;
}

#event .event-list-content .event-list-agearea{
	grid-template-rows: 20px 20px;
	grid-template-columns: 40px 1fr;
	padding: 5px 0;
}
#event .event-list-icn img{
	
}
#event .event-list-age{
	font-size: 16px;
}
#event .event-list-nokori{
	font-size: 13px;
	padding: 5px;
	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	max-width: 80px;
}
#event .event-list-content .event-list-m,
#event .event-list-content .event-list-f{
	grid-auto-rows: 80px 110px;
}
#event .event-list-feearea{
	font-size: 12.5px;
	padding: 0 3px;
}
#event .event-list-catch{
	font-size: 14px;
	padding: 10px;
}


/*
event detail
*/
.detail-ttl{
	font-size: 25px;
	border-top: 2px solid #da95ac;
	border-bottom: 2px solid #da95ac;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 40px;
}

.detail-date::before{
	content: url("/assets/img/ico_pink.png");
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
	
}
.detail-date{
	font-size: 18px;
	color: #000;
	margin-right: 50px;
}
.detail-access-short::before{
	content: url("/assets/img/ico_blue.png");
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
	
}
.detail-access-short{
	font-size: 18px;
	color: #000;
}

.detail-content{
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	column-gap: 37px;
	row-gap: 16px;
	margin: 18px 0;
}

.detail-content > img{
	grid-row: 1/3;
    grid-column: 1/2;
    max-width: 100%;
}
.detail-content .detail-info.detail-m{
	grid-row: 1/2;
    grid-column: 2/3;
    background: #dff1fa;
}
.detail-content .detail-info.detail-f{
	grid-row: 2/3;
    grid-column: 2/3;
    background: #ffe8ee;
}

.detail-content .detail-info{
	display: grid;
	grid-template-rows: 90px 45px;
	grid-template-columns: 1fr 1fr;
	column-gap: 0;
	row-gap: 0;
	
    place-content: center;
	place-items: center;
}

.detail-content .detail-info .detail-left{
	grid-row: 1/2;
    grid-column: 1/2;
	display: grid;
	grid-template-rows: 45px 45px;
	grid-template-columns: 70px 180px;
}
.detail-content .detail-info .detail-left .detail-icn {
	grid-row: 1/3;
	grid-column: 1/2;
	justify-self: end;
	align-self: center;
}
.detail-content .detail-info .detail-left .detail-icn img{
	width: 60px;
	max-width: 100%;
}
.detail-content .detail-info .detail-left div:nth-child(2){
	justify-self: center;
	align-self: end;
	padding-bottom: 5px;
	grid-row: 1/2;
	grid-column: 2/3;
	width: 100%;
	text-align: center;
}
.detail-content .detail-info .detail-left div:nth-child(3){
	justify-self: center;
	align-self: start;
	grid-row: 2/3;
	grid-column: 2/3;
	width: 100%;
	text-align: center;
}

.detail-content .detail-info.detail-m .detail-left div:nth-child(2),
.detail-content .detail-info.detail-m .detail-left div:nth-child(3){
	border-right: 2px solid #a8cce3;
}
.detail-content .detail-info.detail-f .detail-left div:nth-child(2),
.detail-content .detail-info.detail-f .detail-left div:nth-child(3){
	border-right: 2px solid #f0bdcd;
}


.detail-content .detail-info .detail-age{
	font-size: 20px;
	font-weight: bold;
}
.detail-content .detail-info .detail-nokori{
	font-size: 15px;
	background: #fff;
	padding: 5px 20px;
	color: #e38fac;
	min-width: 110px;
	display: inline-block;
	text-align: center;
}

.detail-content .detail-info .detail-fee{
	grid-row: 1/2;
    grid-column: 2/3;
	text-align: center;
}
.detail-content .detail-info .detail-terms{
	grid-row: 2/3;
    grid-column: 1/3;
    text-align: center;
}


.detail-other-content{
	border-top: 2px solid #da95ac;
	margin: 30px 0;
}
.detail-other-content.detail-other-content-close{
	border-bottom: 2px solid #da95ac;
	padding-bottom: 30px;
}
.detail-other-content h3{
	padding: 28px 0;
	font-size: 18px;
}
.detail-other-content h3.ttl-circle-blue::before{
	content: url("/assets/img/ico_blue.png");
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
}
.detail-other-content h3.ttl-circle-pink::before{
	content: url("/assets/img/ico_pink.png");
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
}
.detail-other{
	font-size: 16px;
	padding-left: 30px;
	line-height: 1.6;
}
.detail-other .d-flex .w-50{
	width: 50%;
}
.detail-other .d-flex .w-50 iframe{
	max-width: 100%;
}
#detail-btn{
	margin: 70px auto 100px;
}
#detail-btn .btn-normal{
	margin: 0 auto;
}

/*
entry
*/
#entry-form{
	max-width: 735px;
	margin: 0 auto;
}
#entry-wrapper1{
	margin: 60px auto 0;
	padding: 0 50px;
}
#entry-wrapper2{
	margin: 0 auto 30px;
	padding: 0 50px;
}

.entry-frm-ttl{
	font-size: 18px;
	font-weight: bold;
	padding: 45px 0 5px;
}
#entry-frm{
	display: block;
	font-size: 18px;
	border-top: 2px solid #da95ac;
	border-bottom: 2px solid #da95ac;
}
.entry-frm-row{
	display: table-row;
	border-top: 2px solid #ccc;
}
.entry-frm-row > div{
	padding: 18px 0;
}
.entry-frm-cell{
	padding: 18px 10px 18px 0 !important;
	width: 195px;
	white-space: nowrap;
}
.entry-frm-row > div,
.entry-frm-cell{
	display: table-cell;
	vertical-align: top;
}

#entry-frm input[type="text"]{
	width: 265px;
}
#entry-frm .frm-left{
	margin-right: 10px;
}
#entry-frm input[type="tel"],
#entry-frm input[type="email"],
#entry-frm textarea{
	width: 540px;
}
#entry-frm input[type="text"],
#entry-frm input[type="tel"],
#entry-frm input[type="email"],
#entry-frm textarea{
	border: 1px solid #b3b3b3;
	border-radius: 5px;
	padding: 10px 18px;
	font-size: 18px;
}

.entry-frm-cell span{
	color: #b73e47;
	padding-left: 20px;
	font-size: 23px;
}

.btn-normal.btn-entry{
	margin: 0 auto;
}
.btn-entry .btn{
	width: 100%;
}

input[type="radio"] {
	-webkit-appearance: none;
	height: 18px;
	width: 18px;
	border: 1px solid #b3b3b3;
	border-radius: 50%;
	position: relative;
}

input[type="radio"]::before {
	content: "";
	display: block;
	position: absolute;
	width: 60%;
	height: 60%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}
input[type="radio"]:checked::before {
	background: #25b0ef;
}

.wpcf7-list-item.first{
	margin: 0;
}
.wpcf7-spinner{
	margin: 10px auto !important;
}
.wpcf7 form .wpcf7-response-output{
	margin: 1em 0.5em 2em !important;
}

.entry-select{
    display: inline-flex;
    align-items: center;
    position: relative;
}
.entry-select::after {
    position: absolute;
    right: 25px;
    width: 16px;
    height: 10px;
    background-color: #9e9e9e;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.entry-select select {
    appearance: none;
    min-width: 250px;
    height: 2.5em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    background-color: #fff;
    color: #696969;
    font-size: 1em;
    cursor: pointer;
}

#entry-info{
	background: #f7f7f7;
	padding: 24px 50px 55px;
}
#entry-info p#entry-info-subttl{
	color: #41a2dd;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}

#entry-info-wrapper{
	display: flex;
}
#entry-info-wrapper > img{
	width: 34%;
	height: 100%;
}
#entry-info-wrapper #entry-info-content{
	width: 60.4%;
	padding-left: 5.6%;
}
#entry-info-date{
	font-size: 16px;
	margin-bottom: 10px;
}
#entry-info-ttl{
	font-size: 17px;
	margin-bottom: 20px;
}
#entry-info-place{
	margin-bottom: 5px;
}
#entry-info-fee{
	margin-bottom: 5px;
}


#confirm_btn {
	max-width: 640px;
	display: flex;
	justify-content: space-between;
	margin: 40px auto;
}
#confirm_btn .btn{
	width: 300px;
	margin: 0 auto;
}
	

/*
about
*/
.about_catchcopy{
	background: #f7f7f7;
	margin: 40px auto;
}

.about_catchcopy_img{
	overflow: hidden;
	width: 45%;
}
.about_catchcopy_img img{
	height: 100%;
}
.about_catchcopy_txt{
	line-height: 2em;
	padding: 40px;
	font-size: 16px;
	width: 55%;
}
.about_catchcopy_txt p{
	color: #ff84b2;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}

#about_link{
	margin-bottom: 60px;
}

.about_ttl{
	text-align: center;
	margin: 20px auto;
	font-size: 27px;
}
.about_ttl span{
	border-bottom: 2px solid #ff84b2;
}

.section_wrapper{
	/*border: 2px solid #999999;*/
	padding: 50px;
	margin-bottom: 60px;
}

#about_first_time_block{
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	padding: 30px 0;
}
#about_first_time_block div{
	border-radius: 15px;
	background: #f7f7f7;
	text-align: center;
	padding: 20px;
	
	display: grid;
	grid-row: span 2;
	grid-template-rows: subgrid;
	gap: 20px;
}
#about_first_time_block div img{
	display: block;
	margin: 0 auto;
}
#about_first_time_block div p{
	font-size: 20px;
	font-weight: bold;
	align-self: center;
}

#about_first_time_feature{
	background-image: url("/assets/img/img07.png");
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding: 60px 0;
	line-height: 3em;
	font-size: 18px;
}
#about_first_time_feature p{
	font-size: 22px;
}

#about_first_time_point{
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	padding: 30px 0;
	font-size: 16px;
}
#about_first_time_point > div{
	display: grid;
	grid-row: span 2;
	grid-template-rows: subgrid;
	gap: 0;
}
#about_first_time_point > div p{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 20px;
	text-align: center;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#about_first_time_point > div:nth-child(1) p,
#about_first_time_point > div:nth-child(3) p{
	background: #ff84b3;
}
#about_first_time_point > div:nth-child(2) p{
	background: #3ca9e9;
}
#about_first_time_point > div div{
	background: #f7f7f7;
	padding: 30px 45px;
	line-height: 1.5;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.about_ttl2{
	text-align: center;
	margin: 20px auto;
	font-size: 19px;
	font-weight: normal;
}
.about_ttl2 span{
	border-bottom: 1px solid #ff84b2;
	font-size: 27px;
	font-weight: bold;
	padding-bottom: 4px;
}
.about_ttl2 span::after{
	content: "\A";
	white-space: pre;
	line-height: 2.2;
}

.about_flow3_wrapper{
	max-width: 600px;
	margin: 0 auto 30px;
	background: #f7f7f7;
	padding: 0 40px 40px;
}

.about_flow3_wrapper h3{
	color: #419ed8;
	font-size: 22px;
	text-align: center;
	padding: 40px 0;
}
.about_flow3_content{
	background: #fff;
	padding: 40px 120px;
	line-height: 2;
	font-size: 20px;
}
.about_flow3_content b{
	color: #ff84b1;
}


.about_flow3_arrow1:after{
	content: "";
	margin: 0 auto 40px;
	display: block;
	width: 70px;
	height: 30px;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	background-color: #ffcde0;
}
.about_flow3_arrow2:after{
	content: "";
	margin: 0 auto 40px;
	display: block;
	width: 70px;
	height: 30px;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	background-color: #ffc0d7;
}
.about_flow3_arrow3:after{
	content: "";
	margin: 0 auto 40px;
	display: block;
	width: 70px;
	height: 30px;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	background-color: #ff90b9;
}

.mb-0{
	margin-bottom: 0 !important;
}

.btn-party-search{
	/*margin-bottom: 60px !important;*/
}

#flow_nav{
	width: 600px;
	margin: 0 auto;
}
#flow_nav li p,
#flow_nav2 li p{
	border-radius: 20px;
	background: #f7f7f7;
	font-size: 20px;
	padding: 20px 30px 20px 155px;/* 20px 30px 20px 95px */
	text-indent: -60px;
	margin-bottom: 10px;
}
#flow_nav li p span,
#flow_nav2 li p span{
	color: #48a8e4;
	font-size: 40px;
	vertical-align: middle;
	padding-bottom: 5px;
	padding-right: 20px;
}
#flow_nav li::after,
#flow_nav2 li::after{
	content: "";
	margin: 0 auto 10px;
	display: block;
	width: 70px;
	height: 30px;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
#flow_nav li:nth-child(1)::after{
	background-color: #fed9e7;
}
#flow_nav li:nth-child(2)::after{
	background-color: #ffc8dd;
}
#flow_nav li:nth-child(3)::after{
	background-color: #ffc0d7;
}
#flow_nav li:nth-child(4)::after{
	background-color: #ffb3cf;
}
#flow_nav li:nth-child(5)::after{
	background-color: #ffa9cb;
}
#flow_nav li:nth-child(6)::after{
	background-color: #ff9cc2;
}
#flow_nav li:nth-child(7)::after{
	background-color: #ff91ba;
}
#flow_nav li:nth-child(8)::after{
	background-color: #ff84b3;
}

#about_certificate{
	background: #f7f7f7;
	border-radius: 15px;
	padding: 45px 70px;
	margin-bottom: 60px;
}
#about_certificate > div{
	font-size: 18px;
	line-height: 1.5;
	padding-left: 130px;
}
#about_certificate > div p{
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 40px;
}

.qa_toggle .toggle_container{
	border-radius: 20px;
	background: #f7f7f7;
	font-size: 20px;
	padding: 20px 105px 20px 100px;
	margin-bottom: 30px;
	cursor: pointer;
}
.qa_toggle .toggle_container p{
	font-size: 17px;
}
.qa_toggle .toggle_container p::before{
	content: url("/assets/img/img_1.png");
	display: inline-block;
	vertical-align: middle;
	transform: scale(0.6);
	padding-right: 10px;
}
.qa_toggle .toggle_container > div{
	display: none;
	padding: 10px 0 10px 46px;
	font-size: 17px;
	line-height: 1.5;
}

#report-wrapper h2{
	font-size: 26px;
	text-align: center;
	margin-bottom: 45px;
}
#report-list{
	display: grid;
	grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}
#report-list .report-container{
	display: grid;
	grid-template-rows: 50px 200px 1fr;
	grid-template-columns: 1fr;
	row-gap: 15px;
}
#report-list .report-container img{
	max-width: 100%;
}
#report-list .report-ttl{
	font-size: 20px;
	font-weight: bold;
	color: #ff99bf;
	align-self: center;
}
#report-list .report-content{
	font-size: 18px;
}
#report-list .report-container.report-hide{
	display: none;
}


/*
qa
*/
#qa-wrapper h2{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin: 20px auto;
}

#qa_links{
	display: grid;
	grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    row-gap: 20px;
    margin-bottom: 50px;
}
#qa_links li{
	width: 100%;
}
.link-btn{
	display: block;
	max-width: 100%;
	text-align: center;
	border-radius: 25px;
	font-size: 18px;
	padding: 15px 20px;
	border: 2px solid #ff84b2;
	cursor: pointer;
	color: #ff84b2;
}
.link-btn::after{
	content: "▼";
	padding-left: 10px;
}
.qa_ttl::before{
	content: "▼";
	padding-right: 10px;
	color: #ff84b2;
}
.qa_ttl{
	text-align: center;
	font-size: 23px;
	margin-bottom: 20px;
}

#qa_btn{
	display: flex;
	justify-content: space-around;
	margin: 60px auto;
}

/*
outline
*/
#outline_ttl{
	text-align: center;
	margin: 80px auto 30px;
}
#outline_ttl p{
	padding-top: 10px;
}
#outline_content{
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	margin: 20px auto 50px;
	padding: 20px 0;
	max-width: 735px;
}
#outline_content > div{
	border-bottom: 1px solid #ccc;
}
#outline_content > div:last-child{
	border-bottom: none;
}
#outline_content > div p.outline_sub_ttl::before{
	content: url("/assets/img/ico_blue.png");
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
}
#outline_content > div p.outline_sub_ttl{
	margin: 20px 0 20px 60px;
	font-weight: bold;
	font-size: 20px;
}
#outline_content > div p:nth-child(2){
	padding-left: 20px;
	margin: 20px 0 20px 70px;
	font-size: 18px;
}

a.link-pink,
a.link-pink:visited{
	color: #ff84b2;
}

/*
ttl
*/
.sub_ttl{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin: 20px auto;
}
.ttl_black{
	color: #000;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin: 40px auto;
}
.ttl_blue{
	color: #3ca8ea;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin: 20px auto;
}
.ttl_pink{
	color: #ff84b2;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin: 20px auto;
}

/*
flex
*/
.d-flex{
	display: flex;
}
.d-around{
	justify-content: space-around;
}
.d-between{
	justify-content: space-between;
}

/*
align
*/
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}


/*
btn
*/
.btn-normal{
	width: 300px;
	margin: 0 auto;
}
.btn-large{
	width: 500px;
	margin: 0 auto;
}
.btn{
	display: block;
	max-width: 100%;
	text-align: center;
	border-radius: 25px;
	font-size: 18px;
	padding: 15px 20px;
	border: none;
	cursor: pointer;
}
.btn:after{
	content: '▶';
	padding-left: 10px;
}
.btn.btn-under:after{
	content: '▼';
	padding-left: 10px;
}
.btn-pink{
	background: #ff84b2;
	color: #fff;
}
.btn-blue{
	background: #3ca8ea;
	color: #fff;
}
.btn-dark{
	background: #ccc;
	color: #000;
}

.btn-large .btn{
	border-radius: 40px;
	font-size: 24px;
	padding: 20px 25px;
}

.more_wrapper::before{
	content: "▶";
	color: #3ca8ea;
	padding-right: 8px;
	font-size: 14px;
}
.more_wrapper2::before{
	content: "▼";
	color: #3ca8ea;
	padding-right: 8px;
	font-size: 20px;
	line-height: 1;
}
.more{
	border-bottom: 2px solid #ff84b2;
	color: #ff84b2;
	padding: 0 10px 4px 4px;
	font-size: 18px;
	cursor: pointer;
}


#page-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 99999;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	background: #89828f;
	text-align: center;
	line-height: 44px;
	cursor: pointer;
	border: 2px solid #fff;
	border-radius: 5px;
}
#page-top a,
#page-top a:visited{
	color: #fff;
}

ol,
ol li{
	list-style: decimal;
	margin-left: 24px;
	text-align: left;
}

.table{
	width: 100%;
	max-width: 735px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
}
.table th{
	text-align: left;
	background: #89828f;
	color: #fff;
	padding: 15px 10px;
	border-bottom: 1px solid #ccc;
}
.table td{
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}

.table a,
.table a:visited{
	color: #696969; 
}

.fade {
	opacity: 0;
	transform: translatey(95px);
	transition: 2s;
}
.fade.is-show {
	transform: translatey(0);
	opacity: 1;
	z-index: 1;
	position: relative;
}

#nav_sp_logo{
	display: none;
}

.error .wpcf7-not-valid-tip {
	display: none;
}
.error .error-message {
	color: red;
	display: none;
}
.error:has(.wpcf7-not-valid-tip) .error-message {
	display: block;
}

@media(min-width: 769px) and (max-width: 1079px){
	
	.event-list-date{
		font-size: 18px;
		line-height: 1.4;
	}
	.event-list-date span{
		font-size: 16px;
	}
	.event-list-content .event-list-m,
	.event-list-content .event-list-f{
		grid-auto-rows: 80px 110px;
	}
}

@media(max-width: 1079px){
	.inner{
		max-width: 100%;
	}
	#header{
		max-width: 100%;
	}
	#header2{
		max-width: 100%;
	}
	img{
		max-width: 100%;
/*		height: 100%;*/
	}
	
	#event .event-list{
		grid-template-columns: repeat(3, 1fr);
	}
	.about_catchcopy_img img{
		height: auto !important;
	}
}

@media(max-width: 768px){
	.pc{
		display: none;
	}
	.table th,
	.table td{
		display: block;
	}
	.table th{
		padding: 10px;
	}
	.table td{
		padding-bottom: 20px;
	}
	
	.inner{
		padding: 0 10px;
	}
	/*
	header
	*/
	#header.fixed{
		position: static;
	}
	#header{
		position: relative;
		padding: 20px 0;
	}
	#header #header_h1{
		width: 60%;
	}
	#header #header_h1 h1{
		padding-left: 10px;
	}
	#header #header_nav{
		width: 40%;
	}
	#header #header_list{
		display: none !important;
	}
	#nav_btn{
		display: block;
		width: 45px;
		height: 45px;
		position: relative;
		position: fixed;
		right: 10px;
		top: 10px;
		background: #3ca8ea;
		border: 1px solid #3ca8ea;
		border-radius: 50%;
		cursor: pointer;
		z-index: 4;
	}
	#nav_btn span{
		position: absolute;
		width: 25px;
		height: 2px;
		background-color: #fff;
		
		left: 50%;
	    transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	}
	#nav_btn span:first-of-type{
		top: 27%;
	}
	#nav_btn span:nth-of-type(2){
		top: 50%;
	}
	#nav_btn span:last-of-type{
		top: 75%;
	}
	
	#nav_btn.active span{
		width: 30px;
		left: 16%;
	}
	
	#nav_btn.active span:first-of-type{
		top: 50%;
		transform: rotate(45deg);
	}
	#nav_btn.active span:nth-of-type(2){
		opacity: 0;
	}
	#nav_btn.active span:last-of-type{
		top: 50%;
		transform: rotate(-45deg);
	}
	
	#header2{
		width: 100%;
	}
	#header #header_h1.nav_open{
		display: none;
	}

	#header #header_nav.nav_open{
		width: 100%;
		height: 100vh;
		margin-left: 0;
		position: absolute;
	    left: 0;
	    top: 0;
	    background: #fff;
	    z-index: 2;
	}
	#header #header_nav.nav_open #nav_sp_logo{
		display: block;
		width: 300px;
		margin: 60px auto 0;
		display: block;
	}
	#header #header_list.nav_open{
		display: block !important;
		width: 300px;
		margin: 0 auto;
		padding-top: 20px;
	}
	#header #header_list.nav_open li{
		font-size: 18px;
		border-bottom: 1px solid #ddd;
		text-align: left;
		position: relative;
	}
	
	#header #header_list.nav_open li:not(:last-child)::before{
		content: "";
		display: block;
		position: absolute;
		height: 2px;
		background-color: #ff84b2;
		width: 20%;
		right: 0;
		top: 50%;
		bottom: 50%;
	}
	#header #header_list.nav_open li:not(:last-child)::after{
		content: "";
	    position: absolute;
	    width: 10px;
	    height: 10px;
	    border-radius: 50%;
	    background-color: #ff84b2;
	    margin: auto;
	    right: 0;
	    top: 50%;
	    bottom: 50%;
	}
	
	#header #header_list.nav_open li a:not(.contact_btn){
		display: block;
		padding: 20px;
		color: #696969;
	}
	#header #header_list.nav_open li a.contact_btn{
		margin: 20px auto;
		font-size: 18px;
	}
	#header #header_list.nav_open li:last-child{
		border-bottom: none;
		padding: 30px 0;
		text-align: center;
	}
	
	/*
	footer
	*/
	#footer_content1{
		padding: 40px 0;
	}
	#footer_btn{
		max-width: 100%;
		flex-wrap: wrap;
	}
	#footer_nav1{
		max-width: calc(100% - 10px);
		flex-wrap: wrap;
		justify-content: space-around;
		font-size: 14px;
	}
	#footer_nav1 li{
		width: 30%;
		margin-bottom: 10px;
	}
	#footer_nav2{
		max-width:  calc(100% - 20px);
		font-size: 13px;
	}
	#footer_copyright {
		padding-top: 20px;
	}
	#footer_tel img{
		max-width: 300px;
	}
	
	
	/*
	btn
	*/
	.btn-normal{
		margin-bottom: 20px;
	}
	.btn-large{
		margin-bottom: 20px;
		max-width: 100%;
	}
	.btn-large .btn{
		font-size: 20px;
	}
	.btn-party-search{
		width: 300px;
	}
	.btn-party-search .btn{
		border-radius: 25px;
		font-size: 18px;
		padding: 15px 20px;
	}
	
	#qa_btn .btn-large{
		width: 300px;
	}
	#qa_btn .btn-large .btn{
		border-radius: 25px;
		font-size: 18px;
		padding: 15px 20px;
	}
	
	/*
	title
	*/
		
	.sub_ttl{
		font-size: 20px;
	}
	.ttl_black{
		font-size: 20px;
	}
	.ttl_blue{
		font-size: 20px;
	}
	.ttl_pink{
		font-size: 20px;
	}
	
	/*
		event
	*/
	.event-list{
		grid-template-columns: 1fr;
		padding: 0 20px;
	}
	.event-list-wrapper{
		grid-template-rows: 40px 190px 60px 1fr;
	}
	.event-list-area{
		height: 40px;
	}
	.event-list-fuken{
		width: 80px;
		line-height: 40px;
	}
	.event-list-date {
  		width: calc(100% - 100px);
  		line-height: 40px;
  		font-size: 21px;
	}
	.event-list-date span {
		font-size: 16px;
	}
	.event-list-img{
		height: 190px;
	}
	.event-list-title {
		font-size: 18px;
	    padding: 5px 10px;
	}
	.event-list-feearea{
		font-size: 14px;
	}
	
	#event .event-list-date{
	font-size: 23px;
	}
	
	.event-list-content .event-list-agearea{
		grid-template-columns: 60px 1fr;
	}
	.event-list-content .event-list-agearea .event-list-icn{
		justify-self: center;
		padding: 3px;
	}
	.event-list-age{
		font-size: 16px;
	}
	.event-list-nokori{
		font-size: 14px;
	}
	.event-list-catch{
		font-size: 16px;
	}
	#top-ns-list .event-list-nokori{
		max-width: 140px;
		padding: 4px 9px;
	}
	.event-list-content .event-list-agearea {
		grid-template-columns: 40% 60%;
	}
	#event .event-list-content .event-list-agearea {
		grid-template-columns: 40% 60%;
	}
	
	/*
	event list
	*/
	#event .event-list{
		grid-template-columns: repeat(1, 1fr);
		padding: 10px 20px;
	}
	#event .event-list-wrapper {
		grid-template-rows: 50px 210px 60px 1fr;
	}
	#event .event-list-img {
		height: 210px;
	}
	#event .event-list-icn img{
		max-width: 100%;
	}
	#event .event-list-nokori{
		max-width: 110px;
	}
	
	#event .event-list-content .event-list-m,
	#event .event-list-content .event-list-f{
		grid-auto-rows: 80px 95px;
	}
	
	/*
	top
	*/
	#main_banner {
		margin: 0 auto 40px;
	}
	#event_more {
		margin: 40px auto;
	}
	
	#top_catchcopy {
		padding: 20px 0 40px 0;
	}
	.top_catchcopy{
		flex-wrap: wrap;
	}
	.top_catchcopy_txt{
		font-size: 16px;
		padding: 20px;
	}
	
	#sponsor_list{
		grid-template-columns: 1fr 1fr;
		row-gap: 40px;
		margin: 20px auto 40px;
	}
	#top_instagram{
		padding: 40px 0;
	}
	#top_instagram .inner{
		max-width: 100%;
	}
	#top_footer_banner{
		padding: 40px 0;
	}
	#top_footer_banner .inner{
		flex-wrap: wrap;
		justify-content: center;
	}
	#top_footer_banner .inner a{
		margin-bottom: 20px;
	}

	/*
	detail
	*/
	.detail-date{
		display: block;
		margin-right: 0;
	}
	.detail-access-short{
		display: block;
	}
	
	.detail-content{
		grid-template-rows: 1fr auto auto;
		grid-template-columns: 1fr;
		column-gap: 20px;
		row-gap: 15px;
	}
	.detail-content > img{
		grid-row: 1/2;
		grid-column: 1;
	}
	.detail-content .detail-info.detail-m {
		grid-row: 2/3;
		grid-column: 1;
	}
	.detail-content .detail-info.detail-f {
		grid-row: 3/4;
		grid-column: 1;
	}
	.detail-content .detail-info .detail-left{
		grid-template-columns: 40px 1fr;
	}
	.detail-content .detail-info .detail-nokori{
		margin: 0 15px 0 5px;
	}
	.detail-content .detail-info .detail-terms{
		padding: 0 0 10px;
	}
	#detail-btn{
		margin: 40px auto;
	}
	
	iframe{
		max-width: 100%;
	}
	.detail-other .d-flex{
		flex-wrap: wrap;
	}
	.detail-other .d-flex.d-around{
		justify-content: flex-start;
	}
	
	.detail-other .d-flex .w-50{
		width: 100%;
	}
	
	/*
	entry
	*/
	#entry-info-wrapper{
		flex-wrap: wrap;
	}
	#entry-info-wrapper > img{
		width: auto;
		margin-bottom: 10px;
	}
	#entry-info-wrapper #entry-info-content{
		width: 100%;
		padding-left: 0;
	}
	#entry-wrapper1{
		margin: 40px auto 0;
		padding: 0 20px;
	}
	#entry-info{
		padding: 20px;
	}
	
	#entry-wrapper2{
		margin: 0 auto 30px;
		padding: 0 20px;
	}
	#entry-frm,
	.entry-frm-row,
	.entry-frm-row > div, .entry-frm-cell{
		display: block;
	}
	.entry-frm-row:first-child{
		border-top: none;
	}
	.entry-frm-cell{
		padding: 18px 10px 0 !important;
	}
	#entry-frm input[type="text"]{
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	#entry-frm input[type="tel"],
	#entry-frm input[type="email"],
	#entry-frm textarea {
		width: 100%;
	}
	
	#confirm_btn {
		max-width: 100%;
		flex-wrap: wrap;
	}
	#confirm_btn .btn{
		margin: 10px auto;
	}

	/*
	qa
	*/
	#qa_links{
		grid-template-columns: 1fr;
		margin: 0 0 30px;
	}
	.qa_toggle .toggle_container{
		padding: 20px;
		margin-bottom: 20px;
	}
	.qa_toggle .toggle_container > div{
		padding: 10px 10px;
	}
	#qa_btn{
		flex-wrap: wrap;
		margin: 60px auto;
	}
	.qa_ttl{
		font-size: 16px;
	}
	.qa_toggle .toggle_container p{
		font-size: 16px;
	}
	.qa_toggle .toggle_container > div{
		font-size: 16px;
	}
	.qa_toggle .toggle_container p::before{
		transform: scale(0.5);
		padding-right: 10px;
	}
	
	.qa_toggle .toggle_container a,
	.qa_toggle .toggle_container a:visited{
		color: #696969; 
	}
	
	/*
	outline
	*/
	#outline_content{
		max-width: 100%;
	}
	#outline_content > div p.outline_sub_ttl{
		margin: 20px;
	}
	#outline_content > div p:nth-child(2){
		margin: 20px;
		padding-left: 30px;
	}
	#outline_content a,
	#outline_content a:visited{
		color: #696969; 
	}
	
	/*
	about
	*/
	.about_catchcopy{
		flex-wrap: wrap;
	}
	.about_catchcopy_img{
		width: 100%;
		text-align: center;
	}
	.about_catchcopy_img img{
		height: auto;
	}
	.about_catchcopy_txt{
		width: 100%;
		padding: 20px;
	}
	#about_link{
		flex-wrap: wrap;
	}
	.section_wrapper{
		padding: 15px;
	}
	#about_first_time_block{
		grid-template-columns: 270px;
		padding: 0;
		place-content: center;
	}
	#about_first_time_block div p{
		font-size: 18px;
	}
	#about_first_time_feature{
		background-image:none;
		line-height: 2em;
		padding: 20px 0;
		background-size: contain;
		background-position: center;
	}
	
	#about_first_time_point{
		grid-template-columns: 1fr;
	}
	#about_first_time_point > div div{
		padding: 20px 25px;
	}
	
	
	#flow_nav{
		width: auto;
	}
	#flow_nav li p{
		font-size: 16px;
		padding: 20px 20px 20px 35px;
		text-indent: -25px;
	}
	#flow_nav li p span{
		font-size: 16px;
		padding-right: 8px;
	}
	
	#report-list{
		grid-template-columns: 1fr;
	}
	#report-list .report-container img{
		display: block;
		margin: 0 auto;
		height: auto !important;
	}
	#report-list .report-container {
		grid-template-rows: auto 1fr auto;
	}
	#report-list .report-content{
		padding-top: 15px;
		font-size: 16px;
	}
	#report-list .report-ttl{
		font-size: 18px;
	}
	
	#report-wrapper h2{
		font-size: 18px;
	}
	
	.about_ttl{
		font-size: 18px;
	}
	
	.about_ttl2{
		font-size: 14px;
	}
	.about_ttl2 span{
		font-size: 18px;
	}
	
	.about_flow3_wrapper{
		padding: 0 30px 40px;
	}
	.about_flow3_wrapper h3{
		font-size: 18px;
		padding: 25px 0;
	}
	.about_flow3_content{
		padding: 40px 18%;
		font-size: 16px;
	}
	
	#about_certificate{
		flex-wrap: wrap;
		padding: 20px;
	}
	#about_certificate > div{
		padding-left: 0;
	}
	#about_certificate > div p{
		font-size: 18px;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	
	.table a,
	.table a:visited{
		color: #696969; 
	}
}