main {
    padding: 0 16px 100px;
    letter-spacing: 0.2em;
    line-height: 2.8rem;
    overflow: hidden;
    margin:0 auto;
  
      }


main h2 {
    text-align:center;
    font-size: 2.75rem;
    color: #5a9ea1;
    margin: 100px 0 0;
    position: relative;
    font-family: "Noto-Serif";
}

.store-list {
    margin-top: 80px;
    margin-bottom: 80px;
}

.store-list:last-child {
    margin-bottom: 0px;
}

.store-list h3 {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(159, 218, 221, 0.6);
    font-size: 1.7rem;
    text-align: left;
    position: relative;
    color: #333;
}

.store-list h3::before {
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    content: '';
    display: inline-block;
    position: absolute;
    top: -8px;
    left: -20px;
    z-index: -1;
}

.info-area {
    display: flex;
}

.button {
    display: inline-block;
    color: #FFF;
    background: #5a9ea1;
    font-weight: 500;
    letter-spacing: 0.0rem;
    padding: 0.5rem 1rem;
    border-radius: 10rem;
    transition: all 0.6s;
    text-align: left;
    font-size: 1.3rem;
}

.shop-wrapper {
    text-align: left;
}

.shop {
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid rgba(159, 218, 221, 0.6);
}

.title_area {
    display: flex;
    justify-content: space-between;
}

.title {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
    padding-top: 6px;
}

@media (min-width:960px) {
    main {
        padding-bottom: 100px;
        max-width: 1440px;
        padding: 0 70px 150px;
    }

    .store-container {
        max-width: 900px;
        margin: 0 auto;
    }


    .store h2 {
        font-size: 3.5rem;
        margin-top:150px;
    }

    .explanation-text {
        margin-top: 2px;
        font-size: 1.4rem;
    }

    .button {
        display: inline-block;
        border: 1px solid rgba(159, 218, 221, 0.6);
        font-weight: 500;
        letter-spacing: 0.0rem;
        padding: 1rem 2rem;
        border-radius: 10rem;
        transition: all 0.6s;
        text-align: left;
        font-size: 1.4rem;
    }

    .title {
        margin-bottom: 1.6rem;
        font-size: 1.8rem;
    }
}