@charset "utf-8";
/*--京access.css--*/
/* ##########PC########## */
.map_list ul li{
    padding:0 0 1.5em 0;
    margin: 0 0 1.5em 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

    .map_list ul li::before{
        content: none;
    }

    .map_list ul li h2{
        font-size: 1.1em;
        margin: 0 0 0.8em 0;
        padding: 0 0 0 1.3em;
        border-top: 0;
        border-bottom: 0;
    }

        .map_list ul li h2::before{
            font-family: FontAwesome;
            content:"\f111";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            color: #0088b2;
        }

    .map_list ul li iframe{
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }




@media screen and (min-width:1px) and (max-width:1400px) {
}

@media screen and (min-width:1px) and (max-width:1200px) {

}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){
}

/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {

}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {

}


/* ##########印刷用########## */
@media print{
}