@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    access_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {

/* --------------------------------------------------
*
    #about_body
*
-------------------------------------------------- */
#access_body{
    margin: 0 0 0 0;
}

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

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

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

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

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

#section_date .r dl{
    font-size: 1rem;
    color: #ff9d16;
    line-height: 2em;
}

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

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

#section_date .r dt:after{
    content: '';
    display: block;
    width: 1px;
    height: 50%;
    background-color: #ff9d16;
    position: absolute;
    top: 30%;
    right: 12%;
}

#section_date .r dd{
    width: 80%;
    float: left;
    white-space: nowrap;
}



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

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

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;
    text-align: center;
}

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

section.access_detail .box{
    width: 100%;
    margin: 0 0 30px 0;
    padding: 20px 0 0 0;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #eee8de;
}

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

section.access_detail dt{
    color: #ff9d16;
}

section.access_detail .ti{
    padding-left: 1em;
    text-indent: -1em;
}

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

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


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

.gmap iframe{
    width: 100%;
    height: 50vh;
}

.gmap .address{
    padding: 12px 0;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    background-color: #ff9d16;
}

.gmap .address p{
    font-size: 1rem;
    line-height: 1.8em;
    white-space: nowrap;
}

.gmap .address p span{
    display: block;
}



} /* ----- max-width: 640px ----- */
