body {
    margin: 44px 0 0;
    background-color: #f5f5f5;
    font-family: "Inter", sans-serif;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 44px;
    background-color: #1d1d1f;
}
a {
    color: black;
}
a:visited {
    color: black;
}

#storeMessage {
    height: 80px;
    background-color: white;
}

/*----- メニューカテゴリ -----*/

#menuCategory {
    margin-top: 40px;
    margin-bottom: 40px;
}

#menuCategoryTitle {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
    font-weight: bold;
}

#menuCategoryItemWrap {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    height: 80vh;
    /* IE, Edge  */
    -ms-overflow-style: none;
    /* Firefox  */
    scrollbar-width: none;
}

#menuCategoryItemWrap::-webkit-scrollbar {
    display: none;
}

.menuCategoryContentWrap {
    height: 100%;
    padding-left: 20px;
}

.menuName {
    font-weight: bold;
    margin-top: 2rem;
    font-size: 20px;
}

.menuCategoryItem {
    min-width: 350px;
    height: 90%;
    background-color: white;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    /* margin-left: 15px; */
}
.b {
    background-image: url(../img/car2.JPG);
    background-repeat: no-repeat;
    background-size: cover;
}
.a {
    background-image: url(../img/car1.JPG);
    background-repeat: no-repeat;
    background-size: cover;
}
.c {
    background-image: url(../img/car3.JPG);
    background-repeat: no-repeat;
    background-size: cover;
}
.d {
    background-image: url(../img/car4.JPG);
    background-repeat: no-repeat;
    background-size: cover;
}
.e {
    background-image: url(../img/car5.JPG);
    background-repeat: no-repeat;
    background-size: cover;
}
.f {
    background-image: url(../img/car6.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}

.z {
    background-image: url(../img/carfilm/modal1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.r {
    background-image: url(../img/carfilm/image4.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}
.m {
    background-image: url(../img/windowrepair/modal2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
/*----- メニュー -----*/

#menuTitle {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
    font-weight: bold;
}

.menuTitle {
    font-size: 0.8rem;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

a {
    text-decoration: none;
}
a:visited {
    color: black;
}

.menuItem {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    font-size: 13px;
}
.menuItem:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.menuImg {
    display: block;
    margin: 0 auto;
}

/*------- アクセス ----------*/
#accessContainer {
    width: 100vw;
}
#access {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
    font-weight: bold;
}

iframe {
    display: block;
    margin: 0 auto;
    width: 70%;
    height: 30vh;
}

/*----- フッター -----*/
footer {
    margin-top: 200px;
    background-color: #1d1d1f;
    font-size: 13px;
}

footer a {
    color: white;
}
#footerContent {
    display: flex;
    align-items: center;
    height: 200px;
    width: 80vw;
    margin: 0 auto;
    color: white;
}

/* モーダルコンテンツ */

.modalExplainArea {
    /* height: 100vh; */
    width: 100vw;
}

/* レスポンシブ */
@media screen and (max-width: 900px) {
    #menuCategoryTitle {
        text-align: center;
        margin-top: 50px;
        margin-bottom: 30px;
        font-weight: bold;
    }
    #menuTitle {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
        font-weight: bold;
    }

    .menuItemWrapper {
        font-size: 11px;
        width: 100%;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
    .menuItem {
        width: 135px;
        height: 135px;
    }
}
@media screen and (max-width: 480px) {
    #menuCategoryItemWrap {
        height: 80vh;
    }

    .menuCategoryItem {
        overflow: hidden;
        min-width: 80vw;
        height: 60vh;
        /* margin-left: 20px; */
    }

    .menuItemWrapper {
        margin-top: 30px;
        width: 100%;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .menuItem {
        width: 135px;
        height: 135px;
    }
}

@media screen and (max-width: 900px) {
    iframe {
        width: 100%;
        height: 30vh;
    }
}
