
@media only screen and (max-width: 1025px) {
    html {
        overflow-x: hidden;
    }
    .box_info h2 {
        font-size: 2em;
    }
    .box_info p {
        font-size: 1em;
    }
    .top_box_info {
        width: 100%;
        display: block;
    }
    .top_tex {
        display: block;
        width: 100%;
        margin-top: 0px;
    }
    .top_box_img {
        display: none;
    }
    #slide {
        width: 100%;
        height: 250px;
        margin-top: 0px;
    }
    #slide img {
        height: 250px;
    }
    .main_wrap {
        margin-top: 10px;
    }
    .contents {
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .top_box p {
        font-size: 30px;
    }
    .float_box {
        width: 100%;
        height: 300px;
        max-width: 100%;
    }
    .float_box1 {
        width: 100%;
        height: 300px;
        max-width: 100%;
        margin-top:0px;
    }
    .float_box2 {
        width: 100%;
        height: 300px;
        max-width: 100%;
    }
    .float_box3 {
        width: 100%;
        height: 300px;
        max-width: 100%;
    }
 
    /*フッター設定*/
    .foot {
        text-align: center;
    }
    .footer {
        display: block;
        width: 100%;
    }
    .left_foot {
        width: 100%;
        margin-left: 30px;
    }
    .cebter_fot {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .right_foot {
        width: 100%;
        margin-bottom: 0px;
    }
}
     @media screen and (max-width: 640px) {
    .contents {
        width: 100%;
    }
    .top_box_info {
        padding: 20px;
    }
    .top_tex h2 {
        font-size: 2rem;
    }
    .top_box_info p {
        font-size: 16px;
        line-height: 200%;
    }
    .top_box h2 {
        font-size: 2em;
        color: #5ab9ff;
    }
    .top_box p {
        font-size: 15px;
    }
    .mail_foot {
        font-size: 20px;
    }
    .mail_foot:before {
        margin-right: 5px;
    }
    .footer {
        text-align: center;
    }
    .left_foot {
        margin-left: 0px;
    }
    }

@media screen and (max-width: 640px) {
    .contents {
        width: 100%;
    }
    .top_box_info {
        padding: 20px;
    }
    .top_tex h2 {
        font-size: 2rem;
    }
    .top_box_info p {
        font-size: 16px;
        line-height: 200%;
    }
    .top_box h2 {
        font-size: 2em;
        color: #5ab9ff;
    }
    .top_box p {
        font-size: 15px;
    }
    .mail_foot {
        font-size: 20px;
    }
    .mail_foot:before {
        margin-right: 5px;
    }
    .footer {
        text-align: center;
    }
    .left_foot {
        margin-left: 0px;
    }
    }
   
@media only screen and (max-width: 480px) {
    .cp_table {
        display: block;
        width: 100%;
    }
    .cp_table thead {
        display: block;
        float: left;
        overflow-x: scroll;
    }
    .cp_table tbody {
        display: block;
        width: auto;
        overflow-x: auto;
        white-space: nowrap;
    }
    .cp_table th {
        display: block;
        width: auto;
        border-width: 1px 0px 0px 1px;
        border-color: #dddddd;
        border-style: solid;
    }
    .cp_table th:last-child {
        border-bottom: 1px solid #dddddd;
    }
    .cp_table tbody tr {
        display: inline-block;
        margin: 0;
    }
    .cp_table td {
        display: block;
        border-width: 1px 1px 0px 1px;
        border-color: #dddddd;
        border-style: solid;
    }
    .cp_table td:last-child {
        border-bottom: 1px solid #dddddd;
    }
    /*グーグルマップ設定*/
    .gmap {
        overflow: hidden;
        width: 100%;
    }
    .ggmap iframe, .ggmap object, .ggmap embed {
        height: auto;
    }
    }
    /*スマホ改行設定*/
    @media screen and (min-width: 650px) {
        .br-pc {
            display: block;
        }
        .br-sp {
            display: none;
        }
        }
         @media screen and (max-width: 1200px) {
        .br-pc {
            display: none;
        }
        .br-sp {
            display: block;
        }
        }