@charset "utf-8";

@media (min-width: 620px) {
    /*PC表示時*/
    #topLogoMobile {
        display: none;
    }
    #headerNavi {
        display: none;
    }
    .MbileOnly {
        display: none;
    }
}

/* トップページのアクセスとコンタクト */
.accessContact {
    width: 903px;
    margin: 30px auto;
    text-align: left;
}
.accessContact img {
    width: auto;
    height: auto;
}
.accessContact .importantNotices {
    color: red;
}

@media (max-width: 620px) {
    /*スマホ表示時*/
    .accessContact {
        width: 100%;
    }
    .accessContact .map {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 75%; /* 比率を4:3に固定 */
    }
      
      /* Google Mapのiframe */
    .accessContact .map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
