#main_content  {
    margin-top:30px;
}

#main_content .title_image  {
    margin-bottom:20px;
}

#main_content .map  {
    float:left;
    width:515px;   
}

#main_content .map_detail   {
    margin-left:535px;
}

#main_content .detail   {
    margin-top:20px;
}

.map_detail img {
    margin-bottom:10px;
    margin-top:24px;
}

.map_detail p   {
    font-size:14px;
    line-height:26px;
}

.map_detail .top_image  {
    margin-top:0px;
}

.map_detail h4  {
    background-image:url(../images/access/M_12_icn.jpg);
    background-repeat:no-repeat;
    color:#c39143;
    padding-left:20px;
    font-size:15px;
    line-height:15px;
    padding-top:2px;
    padding-bottom:2px;
    margin-bottom:5px;
    margin-top:10px;  
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
    #main_content .detail {
        display: flex;
        flex-direction: column;
    }
    
    #main_content .map {
        float: none;
        width: calc(100% - 30px) !important;
        height: auto !important;
        margin: 20px 15px 0 15px;
        order: 2;
        overflow: hidden;
    }
    
    #main_content .map iframe {
        width: 100% !important;
        height: 300px !important;
        margin-top: 0 !important;
    }
    
    #main_content .map_detail {
        margin-left: 0;
        order: 1;
        padding: 0 15px;
    }
    
    .map_detail img {
        max-width: 100%;
        height: auto;
    }
    
    .map_detail p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 8px;
    }
    
    .map_detail h4 {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 8px;
    }
    
    .map_detail .time {
        margin-left: 10px;
        margin-bottom: 5px;
    }
}