@charset "shift_jis";

/* CSS Document */
html {
    scroll-behavior: smooth;
}

a:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.toto {
    margin: 0 auto;
    max-width: 770px;
    font-family: "heisei-kaku-gothic-std", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.8;
    color: #333;
}

header {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
}

.icon {
    max-width: 630px;
    text-align: center;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}

.wprice {
    max-width: 770px;
    background-color: #004ea0;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}

.note {
    max-width: 770px;
    margin: 0 auto;
}

.stores_tel {
    max-width: 630px;
    margin: 30px auto 80px auto;
    text-align: center;
}

.stores_btn a {
    display: inline-block;
    margin: 20px auto 0 auto;
    padding: 12px 20px;
    color: #fff;
    background-color: #004ea0;
    text-decoration: none;
    border-radius: 10px;
    font-family: "heisei-kaku-gothic-std", sans-serif;
}