@charset "utf-8";

body {
    background: #FBF5F1 url("images/header_bg.png") no-repeat center top;
    background-size: 100%;
    font-size: 16px;
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
}

@media (min-width: 1370px) {
    body {
        background-size: 1369px auto;
    }
}

header {
    text-align: center;
}

.c-red {
    color: #e44c49;
}

.font-s {
    font-size: 0.8em;
}

.mb-2 {
    margin-bottom: .25em;
}

.container {
    width: 100%;
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
}

.justify-content {
    justify-content: space-around;

}

.col.head_txt {
    flex: 1;
    font-weight: bold;
}

.col.txt {
    flex: 3;
}

.shop-box {
    width: calc(50% - 4%);
    position: relative;
}

.btn-circle-right a::before {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    margin: auto;
    border-radius: 20px;
    background-color: #dd709c;
    z-index: 2;
}

.btn-circle-right a::after {
    content: '';
    position: absolute;
    bottom: 34px;
    right: 33px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-left: 9px solid #ffffff;
    border-bottom: 6px solid transparent;
    box-sizing: border-box;
    z-index: 2;
}

.shop-box .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 381px;
    height: 270px;
    overflow: hidden;
}

.shop-box .img img {
    width: 100%;
    height: auto;
}

.shop-box figure {
    margin: 0;
}

.shop-box a {
    text-decoration: none;
    color: #000;
    display: block;
    width: 100%;
    height: 100%;

    background-color: #fff;
    box-shadow: 0px 0px 15px -5px #9c9c9c;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    border: 3px solid #dd709c;
}

.shop-box a:hover {
    background-color: #fffee3;
}

.shop-box a:hover figure {
    opacity: 0.8;
}

.btn-circle-right a:hover::before {
    background-color: #e9508d;
}

.shop-box .bl_ttl {
    background-color: #dd709c;
    text-align: center;
    color: #fff;
    padding: 8px 20px;
    border-radius: 7px 7px 0 0;
}

.shop-box h2 {
    margin: 0;
}

.shop_name {
    font-size: 0.8em;
    color: #f1d6e1;
}

.shop-box p:last-child {
    margin-bottom: 0;
}

.shop-box .bl_addr {
    padding: 10px 30px 20px;
}

.icon-middle {
    vertical-align: bottom;
}

footer .copyright {
    font-size: 0.75em;
    text-align: center;
    margin-top: 50px;
}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 480px) {
    body {
        font-size: 15px;
    }

    .logo {
        margin-bottom: 5px;
    }

    .sp-row {
        /* display: flex; */
    }

    .row.sp-d-block {
        display: block;
    }

    .shop-box {
        width: calc(100% - 4%);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .shop-box .img {
        width: 100%;
        height: 120px;
    }

    .shop-box .bl_addr {
        padding: 6px 15px 10px;
    }

    footer .copyright {
        margin-top: 15px;
    }
}