body{
    background-image: url(../img/backimage.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.top{
    display: block;
    width: 80%;
    margin:auto ;
}

.shop-wrap{
    text-align: center;
    width: 100%;
    background: #e3f3fb;
    padding-top: 10px;
    padding-bottom: 50px;
    margin-top: 50px;
}

.shop{
    width: 75%;
    text-align: left;
    margin: 30px auto;
    padding: 6px;
}

.shop h2{
    width: 70%;
    font-weight: bolder;
    text-align: left;
    font-size: xxx-large;
    margin-bottom: 20px;
}


.shop h3{
    width: 100%;
    font-weight: bold;
    font-size: x-large;
    background-color: #1d5b8b;
    color: #fff;
    padding: 10px;
}

.shoplist1{
    width: 75%;
    margin:auto;
    column-count: 3;
    column-gap: 40px;
    text-align: left;
}

.shoplist1 h4{
    width: 70%;
    text-align: left;
    color:#1d5b8b;
    font-weight: bold;
    font-size:26px;
    margin-top: 26px;
    margin: auto;
    break-after: avoid;
}

.shoplist1 p{
    width: 70%;
    text-align: left;
    font-size:20px;
    margin: auto;
    break-inside: avoid;
}

.shoplist1 h5{
    width: 60%;
    text-align: left;
    font-size:16px;
    margin: auto;
    break-inside: avoid;
    margin-bottom: 10px;
}

.question{
    text-align:left;
    margin-top: 40px;
    margin-bottom: 600px;
    background: #e3f3fb;
    border-radius:30px;
    width: 75%;
    margin: 0 auto;
    padding: 10px ;
}

.question h2{
    font-size: 42px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 5%;
}


.question h3{
    font-weight: bold;
    margin-top: 20px;
    margin-left: 5%;
    font-size:x-large;
    color: #1d5b8b;
}

.question p{
    margin-top: 5px;
    margin-left: 7%;
    margin-bottom: 15px;
    color: #1d5b8b;
    font-size: larger;
}

.button {
    background-color: #095DAD;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    color: #fff;
    display: block;
    margin: 30px 30%;
    width: 30%;
    font-weight: 700;
    padding: 1.25rem 4rem;
    text-decoration: none;
    transition: .3s;
    text-align: center;
}

.button:hover {
    box-shadow: 0px 12px 24px #0b5dae63;
    transform: translateY(-4px);
}


.footer{
    text-align: center;
    background-color: #0a0364;
    width: 100%;
    color: #fff;
    margin-top: 30px;
}

.footer h3{
    font-weight: bold;
    font-size: x-large;
    width: 70%;
    margin: auto;
    padding-top: 20px;
    text-align: left;
}

.footer h4{
    font-size: large;
    width: 70%;
    margin: auto;
    text-align: left;
}

.footer p{
    font-size: medium;
    width: 70%;
    margin: auto;
    padding-bottom: 20px;
    text-align: left;
}


@media screen and (max-width: 768px) {
    body {
        background-image: url(../img/backimage.png);
        background-size:contain;
        background-position: top center;
    }

    .pc-top img{
        display:none;
    }

    .sp-top img{
        display:block;
        width: 100%;
    }

    .pc img{
        display:none;
    }
    
    .sp img{
        display:block;
        width: 100%;
    }


    .shop{
        width: 90%;
    }

    .shop h2{
        width: 100%;
        font-size: x-large;
    }

    .shoplist1{
        width: 95%;
        column-count: 2;
        column-gap: 18x;
    }

    .shoplist1 h4{
        width: 90%;
        font-size:16px;
}

    .shoplist1 p{
        width: 90%;
        font-size:14px;
    }

    .shoplist1 h5{
        width: 85%;
        text-align: left;
        font-size:10px;
        margin: auto;
        break-inside: avoid;
        margin-bottom: 10px;
    }





    
    .question{
        width: 90%;
    }

}

@media screen and (min-width:768px){
    .pc-top img{
        display:block;
        width:100%;
        margin: 0 auto;
    }
    .sp-top img{
        display:none;
    }
    .pc img{
        display:block;
        width:80%;
        margin: 0 auto;
    }
    .sp img{
        display:none;
    }
}

