/*
Theme Name:theme-kanko2

*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@media screen and (max-width: 760px){

/*===========MICE MEDICAL LIST S=========*/
    .m_search_row{
        margin: 10px auto;
        padding: 0 10px;
        display: flex;
        flex-direction: column;
    }    
    .m_search_item1{
        width: auto;
    }
    .m_search_item2{
        width: auto;
    }

    .m_search_submit{
        width: 100%;
    }    
    .m_search_result{
        justify-content: center;
    }
    .m_search_detail{
        width: unset;
    }
    .m_search_list_conf_name{
        font-size: 16px;
    }
    a.m_search_list_inquiry_form{
        width: 100%;
    }
    a.m_search_list_conf_detail{
        width: 100%;
    }
    .m_search_list_conf_info_tour_list{
        font-size: 12px;
        height: auto;
    }
    .m_search_list_conf_list {
        line-height: 20px;
    }
    .m_search_list_conf_list_btn a{
        margin: 5px;
        width: 100%;
    }
/*===========MICE MEDICAL LIST E=========*/
/*===========MICE KIKAKU S=========*/
    .mice_tour_box{
        width: 100%;
    }
    .conf_info_pdf img{
        width: 100%;
        height: 100%;
    }
    .conf_name{
        font-size: 16px;
    }
    .m_search_list_end_reception{
        margin: 5px;
        width: 100%;
    }

/*===========MICE KIKAKU E=========*/
}