.main-footer {
    background: rgba(0,0,0,0.10);
    color: #000;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    margin-top: 100px;
/*    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";*/
}
.footer_left {
    display: block;
    width: 500px;
}
.footer_right {
    display: flex;
    justify-content: flex-end;
    gap:3vw;
    padding-right: 30px;
}
.footer_menu {
    max-width: 300px;
    padding-top: 30px;
}
.footer_menu h3 {
    background: none;
    height: 30px;
    font-size: 16px;
    text-align: left;
    margin: 0;
    padding: 0;
    position: relative;
    padding: 0 0 0 20px;
}
.footer_menu h3:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    border: 6px solid transparent;
    border-top: 7px solid #000; 
}
.footer_menu ul {
    list-style: circle;
}
.footer_menu ul li {
    display: block;
    margin-top: 5px;
    font-size: 14px;
}
.footer_menu ul li a {
    display: block;
    color: #000;
    text-decoration: none;
}
.footer_menu ul li a:hover {
    text-decoration: underline;
}
.footer_logo {
    display: block;
    width: 200px;
    height: auto;
}
.footer_shopinfo {
    font-size: 14px;
    line-height: 20px;
    margin-left: 20px;
}
.footer_shopinfo div {
    display: flex;
}
.footer_shopinfo div dt {
    width: 100px;
}
