@charset "UTF-8" ;

.mainTopic {
    font-size: 3.6rem;
    font-family: 'Caveat';
    color: var(--primary-gray);
    text-align: center;
    margin-top: 50px;
}
.section {
    padding: 0 10%;
    margin: 0 auto;
}
.section__online {
    margin-top: 40px;
}
.online, .shop {
    font-size: 1.6rem;
}
.onlineImg, .shopImg {
    margin-top: 30px;
}
.online__detail, .shop__detail {
    margin-top: 10px;
}
.online__name, .shop__name {
    font-size: 1.6rem;
}
.online__about, .shop__about {
    font-size: 1.2rem;
    margin-top: 5px;
}
.online__item:hover {
    opacity: 0.5;
    transition: 0.3s;
}
.section__shop {
    margin-top: 40px;
}
.shopImg__about {
    display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin: 10px 0 0;
}
.address {
    margin-top: 10px;
}
.address__about {
    font-size: 1.4rem;
}
.address__detail, .tel, .time, .week {
    font-size: 1.2rem;
}
.address__about {
    margin-top: 10px;
}
.address__detail, .tel, .time, .week {
    margin-top: 5px;
}
.map {
    width: 100%;
    height: 200px;
    margin-top: 20px;
}
@media screen and (min-width:769px) {
    .mainTopic {
        font-size: 9.6rem;
        margin-top: 100px;
    }
    .section__online {
        margin-top: 100px;
    }
    .online, .shop {
        font-size: 3.2rem;
    }
    .online__list {
        display: flex;
        gap: 50px;
    }
    .onlineImg, .shopImg {
        margin-top: 50px;
    }
    .online__name, .shop__name {
        font-size: 2.4rem;
    }
    .online__about, .shop__about {
        font-size: 2rem;
    }
    .section__shop {
        margin-top: 100px;
    }
    .shop__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .shopImg__about {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin: 50px 0 0 25px;
    }
    .address {
        margin-top: 10px;
    }
    .address__about {
        font-size: 1.6rem;
        margin-top: 20px;
    }
    .address__detail, .tel, .time, .week {
        font-size: 1.4rem;
    }
    .map {
        margin-top: 30px;
    }
}