﻿@charset "utf-8";
@media screen and (max-width: 680px) {
    body {
        overflow-x: hidden;
    }

    .header {
        position: relative;
    }

    .header-left {
        display: none;
    }

    .header-right {
        float: none;
        text-align: center;
    }

        .header-right a {
            font-size: 14px;
        }

    .text {
        display: inline-block;
    }

    .top-title {
        font-size: 36px;
    }

    .dose img{
        /*display:none;*/
        width: 40vw;
    }

    /*.dose {
        display: block;
    }*/

    .do img {
        width: 100vw;
    }

    .koushi img {
        width: 86vw;
    }

    .works img {
        width: 86vw;
    }

    /*.main-visual {
        background-image: url("images/IMG_1132.jpg");
    }*/

    .title {
        margin-top: 30px;
    }

    .slide img {
        width: 86vw;
    }

    .index-btn img {
        width: 40px;
        height: 40px;

    }

    .map {
        width: 72vw;
        height: 360px;
    }

    .main-text {
        width: 86vw;
    }

    .pc {
        width: 86vw;
        /*display: none;*/
    }

    /*.sh {
        display: block;
    }*/
}
