<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

section.access_detail a span {
    border-bottom: 1px solid #4495d1;
    transition: border .15s ease;
}
section.access_detail a span:hover {
    border-bottom: 1px solid #eee4c9;
}

/* --------------------------------------------------
*
    #access_body
*
-------------------------------------------------- */
#access_body{
    margin: -5px 0 0 0;
}


#section_date{
    margin: 45px 0 60px 0;
    text-align: center;
}

#section_date .l{
    display: inline-block;
    vertical-align: middle;
}

#section_date .l .logo{
    margin: -20px 0 0 0;
}

#section_date .l .logo img{
    width: 220px;
}

#section_date .r{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

#section_date .r dl{
    font-size: 20px;
    color: #333;
    line-height: 1.9em;
}

#section_date .r dl:after{
    clear: both;
    content: '';
    display: block;
    font-size: 0;
}

#section_date .r dt{
    width: 85px;
    clear: both;
    float: left;
    position: relative;
}

#section_date .r dt:after{
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background-color: #333;
    position: absolute;
    top: 10px;
    right: 10px;
}

#section_date .r dd{
    float: left;
}


/* --------------------------------------------------
*
    .access_detail
*
-------------------------------------------------- */
section.access_detail{
    margin: 0 0 80px 0;
}

section.access_detail .d{
    padding: 0 0 0 230px;
    line-height: 2em;
}

section.access_detail .route{
    margin: 40px 0 45px 0;
    text-align: center;
}

section.access_detail .map{
    margin: 55px 0 50px 0;
    text-align: center;
}

section.access_detail .box{
    margin: 0 0 30px 0;
    padding: 40px 0 0 0;
    overflow: hidden;
    background-color: #eee4c9;
}

section.access_detail dl{
    margin: 0 0 60px 0;
    padding: 0 0 0 230px;
    line-height: 2em;
}

section.access_detail dt{
    color: #4495d1;
}

section.access_detail dd{
    margin-bottom: 1.5em;
}

section.access_detail dd span{
    color: #4495d1;
}

section.access_detail .btn{
    margin: 50px 0 80px 0;
    text-align: center;
}

.gmap{
    margin: 0 0 30px 0;
    width: 100%;
    border-top: 2px solid #fff;
    line-height: 0;
    overflow: hidden;
}

.gmap iframe{
    width: 100%;
    height: 490px;
    position: relative;
    margin-top: -59px;
}

.gmap .address{
    margin-top: 10px;
    color: #4495d1;
    display: flex;
    justify-content: center;
}

.gmap .address table{
    display: table;
}

.gmap .address th{
    padding-right: 1em;
    font-size: 14px;
    line-height: 1.7em;
}

.gmap .address td{
    font-size: 14px;
    line-height: 1.7em;
}
@media screen and (min-width : 751px){

    section.access_detail .d{
        margin-bottom: 40px;
    }
    #section_date .l{
        padding: 0 55px;
    }        
    section.access_detail .section_inner{
        max-width: 960px;
        margin: 0 auto;
    }
    section.access_detail dd.pic img{
        max-width: 500px;
    }
} /* ----- min-width : 751px ----- */

@media screen and (max-width: 750px) {

    #access_body{
        margin: 0 0 0 0;
    }

    #section_date{
        margin: 0 0 30px 0;
    }

    #section_date .l{
        margin: 0 0 20px 0;
        display: block;
        text-align: center;
    }

    #section_date .l .logo{
        margin: 0 0 0 0;
    }

    #section_date .l .logo img{
        width: 150px;
    }

    #section_date .r dl{
        width: 70vw;
        font-size: 1rem;
        line-height: 2em;
    }

    #section_date .r dt{
        width: 25%;
    }

    #section_date .r dt:after{
        height: 50%;
        top: 30%;
        right: 20%;
    }

    #section_date .r dd{
        width: 75%;
        white-space: nowrap;
    }

    section.access_detail{
        margin: 0 0 40px 0;
    }

    section.access_detail .section_inner{
        padding: 0 15px;
        overflow: hidden;
    }

    section.access_detail .d{
        padding: 0 0 0 0;
        line-height: 2em;
    }

    section.access_detail .route{
        margin: 40px 0 15px 0;
        padding: 0 0 30px 0;
        text-align: center;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    section.access_detail .route img{
        width: 200%;
        max-width: 480px;
    }

    section.access_detail .map{
        margin: 35px 0 30px 0;
    }

    section.access_detail .map img{
        width: 100%;
    }

    section.access_detail .box{
        width: 100%;
        margin: 30px 0 30px 0;
        padding: 20px 0 0 0;
        box-sizing: border-box;
    }

    section.access_detail dl{
        margin: 0 0 40px 0;
        padding: 0 0 0 0;
    }

    section.access_detail .btn{
        margin: 30px 0 0 0;
    }

    section.access_detail .btn img{
        width: 100%;
        max-width: 360px;
    }

    section.access_detail dd.pic img{
        width: 100%;
    }

    .gmap iframe{
        height: 60vh;
    }

    .gmap .address th{
        display: none !important;
    }

} /* ----- max-width: 750px ----- */</pre></body></html>