@charset "UTF-8";

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cherry+Bomb+One&family=Darumadrop+One&display=swap');
a[id*="naiyo"]+div{
    overflow: visible;
}
#ttl+section{
    position: relative;
    z-index: -2;
}
#naiyo1+div::before,
#naiyo2+div::after{
	display: block;
	content: "";
	width: 20%;
    max-width: 220px;
	height: 47vw;
    max-height: 524px;
	position: absolute;
	top: -50px;
	left: 30px;
	background: url("/common/upload_data/panda-kidsnet/image/bg_triangle1.png") no-repeat left top / 100% auto;
	pointer-events: none;
    z-index: 2;
}
#naiyo2+div::after{
    width: 30%;
    height: 56vw;
    max-width: 300px;
    max-height: 585px;
    background-image: url("/common/upload_data/panda-kidsnet/image/bg_triangle2.png");
    left: auto;
    right: 30px;
    top: auto;
    bottom: -90px;
    z-index: -1;
}
#naiyo1 + div::before{
    animation: katakata 2s steps(2) infinite;
}
@keyframes katakata{
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(7deg);
    }
}
#naiyo2 + div::after{
    animation: katakata2 2s steps(2) infinite;
}
@keyframes katakata2{
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(-7deg);
    }
}
@media screen and (max-width: 600px){
    #naiyo2+div::after{
        right: 0;
    }
}

/*------------------------------------*/

a[id*="time"]+section > .content_wrapper{
    background: #fff;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
}
a[id*="time"]+section > .content_wrapper::before{
	display: block;
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: calc(50% - 200px);
	border-left: 3px dotted var(--i_main_color);
	pointer-events: none;
	z-index: -1;
}
a[id*="time_start"]+section > .content_wrapper::before{
    height: calc(100% - 40px); 
    top: auto;
    bottom: 0;
}
a[id*="time_end"]+section > .content_wrapper::before{
    height: calc(100% - 40px); 
}
a[id*="time_start"]+section > .content_wrapper{
    border-radius: 20px 20px 0 0;
}
a[id*="time_end"]+section > .content_wrapper{
    border-radius: 0 0 20px 20px;
}

a[id*="time"]+section .heading.block_header_2 .h::before{
    display: none;
}
a[id*="time"]+section .heading.block_header_2 .h{
    margin-bottom: 0;
}
a[id*="time"]+section .heading.block_header_2{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
}
a[id*="time"]+section .heading.block_header_2 p{
    display: block;
    width: 100px;
    height: 100px;
    background: var(--i_main_color);
    border-radius: 50%;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    font-family: "Darumadrop One", sans-serif;
    font-weight: 400;
    line-height: 90px;
    box-sizing: border-box;
}
/*#time1+section .heading.block_header_2 p{
    line-height: 1.05;
    padding-top: 13px;
}*/
a[id*="time"]+section .inner_item_txt > p{
    padding-left: 25px;
	position: relative;
}
a[id*="time"]+section .inner_item_txt > p::before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
    background: url("/common/upload_data/panda-kidsnet/image/star.png") no-repeat center / contain;
	position: absolute;
	top: 0.35em;
	left: 0;
	pointer-events: none;
	z-index: 0;
}
a[id*="time"]+section .inner_item_img{
	display: none;
}
a[id*="time"]+section.contents_box01.w20 .inner_item_txt{
	width: 100%;
	flex-basis: 100%;
	max-width: 100%;
}
@media screen and (min-width: 901px){
	a[id*="time"] + section .heading.block_header_2{
		min-height: 100px;
		position: relative;
	}
	a[id*="time"] + section .heading.block_header_2 .h,
	a[id*="time"] + section .inner_item_txt > p{
		max-width: calc(50% - 75px);
		box-sizing: border-box;
	}
	a[id*="time"] + section .inner_item_txt > p{
		margin-top: -29px;
	}
	a[id*="time"] + section .heading.block_header_2 .h{
		padding-left: 0;
	}
	a[id*="right"] + section .heading.block_header_2 .h{
		text-align: right;
		padding-right: 0;
		width: 100%;
	}
	a[id*="time"] + section .heading.block_header_2 p{
		position: absolute;
		left: calc(50% - 50px);
		top: 0;
	}
	a[id*="time"] + section > .content_wrapper::before{
		left: calc(50% - 10px);
	}
	a[id*="left"] + section .heading.block_header_2 .h,
	a[id*="left"] + section .inner_item_txt > p{
		margin-left: calc(50% + 75px);
	}

}

@media screen and (max-width: 900px){
	a[id*="time"]+section.contents_box01:not(.block_image_text_2):not(.block_image_text_6):not(.block_text_6) .wrapper_item{
		display: flex;
		flex-direction: column-reverse;
	}
	a[id*="time"]+section .inner_item_img,
	a[id*="time"]+section .inner_item_txt{
		width: 100%;
	}
	a[id*="time"]+section .inner_item_img img[src*="no_image.jpg"]{
        display: none;
    }
	a[id*="time"]+section .inner_item_img img:not([src*="no_image.jpg"]){
		margin-top: 15px;
	}
    a[id*="time"]+section .inner_item_img{
        margin-bottom: 0!important;
    }
    a[id*="time"]+section > .content_wrapper{
        padding: 20px;
    }
    a[id*="time_start"]+section > .content_wrapper{
        padding-top: 30px;
    }
    a[id*="time_end"]+section > .content_wrapper{
        padding-bottom: 30px;
    }
    a[id*="time"] + section > .content_wrapper::before{
        left: 60px;
    }
	a[id*="time"]+section .inner_item_txt > p{
		margin-left: 125px;
		margin-top: -25px;
	}
}
@media screen and (max-width: 800px){
    a[id*="time"]+section > .content_wrapper{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 480px){
    a[id*="time"]+section .heading.block_header_2 p{
        width: 65px;
        height: 65px;
        font-size: 2.2rem;
        line-height: 60px;
    }
    a[id*="time"] + section > .content_wrapper::before{
        left: 52px;
    }
    a[id*="time"] + section .inner_item_txt > p {
		margin-left: 52px;
		padding-left: 20px;
		margin-top: 0;
    }
	a[id*="time"] + section .inner_item_txt > p::before{
		width: 15px;
		height: 15px;
		top: 0.5em;
		
	}
	#time_start1 + section .heading.block_header_2 p{
		line-height: 22px;
	}
	a[id*="time"] + section .heading.block_header_2 .h{
		padding-left: 15px;
	}
}

/*------------------------------------*/
#access+div.composite_box01.block_images_14 .inner_item{
    border: 1px solid #dbdbdb;
}
#access+div .inner_item_txt .heading.block_header_4 .h{
    padding-bottom: 14px;
    border-bottom: 3px dotted var(--i_main_color);
    display: inline-block;
    color: var(--i_txt_color);
}
#access+div .inner_item_txt .heading + p::before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/common/upload_data/panda-kidsnet/image/pin.png") no-repeat left top 0.3em/ 0.8em;
    pointer-events: none;
}
#access+div .inner_item_txt .heading + p{
    padding-left: 20px;
    position: relative;
}
#access+div .inner_item_txt a[href*="/classroom/"]{
    background: var(--i_btn_color);
    color: #fff;
    padding: 10px 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    transition: .3s ease-in-out;
    width: 80%;
    text-decoration: none;
    max-width: 180px;
}
#access+div .inner_item_txt a[href*="/classroom/"]:hover{
    background: var(--i_btn_hover_color);
}

@media screen and (min-width: 481px){
    #access+div .inner_item_txt a[href*="tel"]{
        pointer-events: none;
        text-decoration: none;
    }
}