@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    access_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------
*
    #access_body
*
-------------------------------------------------- */
#access_body{
    margin: -5px 0 0 0;
}


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

#section_date .l{
    padding: 0 55px;
    display: inline-block;
    vertical-align: middle;
}

#section_date .l .logo{
    margin: -20px 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: 20px;
    color: #fa6b18;
    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: #fa6b18;
    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 .section_inner{
    max-width: 960px;
    margin: 0 auto;
}

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: #ede7df;
}

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

section.access_detail dt{
    color: #fa6b18;
}

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

section.access_detail dd span{
    color: #fa6b18;
}

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

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

.gmap iframe{
    width: 100%;
    height: 490px;
}

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

.gmap .address p{
    font-size: 14px;
    line-height: 1em;
}

.gmap .address p span{
    margin: 0 0 0 2em;
    display: inline-block;
}




} /* ----- min-width : 641px ----- */