@charset "UTF-8";

@charset "utf-8";

#cds+section .heading.block_header_3{
    background: var(--i_sub_color);
}

a[id*="class"]+section .heading.block_header_2 .h::before{
    display: none;
}
a[id*="class"]+section .heading.block_header_2 .h:after{
    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.2em/ 0.8em;
    pointer-events: none;
}
a[id*="cds"]+* .contents_btn01 a{
    background: var(--i_sub_color);
}
a[id*="cds"]+* .contents_btn01 a:hover{
    background: #d792af;
}
.inner_item_txt a[href*="https://www.instagram.com/"]{
    text-indent: -99999px;
    width: 35px;
    height: 35px;
    display: block;
    background: url("/common/upload_data/panda-kidsnet/image/insta.png") no-repeat center / contain;
    text-decoration: none;
    transition: .3s ease-in-out;
    position: absolute;
    top: 0;
    left:auto;
    right: 20px;
}
.inner_item_txt a[href*="https://www.instagram.com/"]:hover{
    opacity: 0.7;
}
.heading.block_header_2{
    padding-right: 50px;
}
a[id*="class"]+section .inner_item_txt iframe{
    width: 100%;
    height: 400px;
}
@media screen and (min-width: 769px){
    a[id*="class"]+section .inner_item_txt{
    min-height: 230px;
    }
    .heading.block_header_2{
        width: 50%;
        padding-right: 50px;
    }
    a[id*="class"]+section .inner_item_txt iframe{
    width: 45%;
    height: 300px;
    top: 0;
    right: 20px;
    position: absolute;
    }
    a[id*="class"]+section .inner_item_txt p{
        width: 50%;
    }
    a[id*="class"]+section .inner_item_txt .contents_btn01{
        text-align: left;
    }
    .inner_item_txt a[href*="https://www.instagram.com/"]{
        width: 40px;
        height: 40px;
        left:calc(50% - 50px);
    }
}

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

