@charset "UTF-8";

@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP"), local("NotoSansCJKjp-Regular"), local("NotoSansJP-Regular"), url("/font/NotoSansCJKjp-Regular.eot") format("eot"), url("/font/NotoSansCJKjp-Regular.ttf") format("ttf"), url("/font/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/font/NotoSansCJKjp-Regular.woff") format("woff");
    }
@font-face {
    font-family: "NotoSansCJKjp";
    font-style: bold;
    font-weight: 700;
    src: local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold"), url("/font/NotoSansCJKjp-Bold.eot") format("eot"), url("/font/NotoSansCJKjp-Bold.ttf") format("ttf"), url("/font/NotoSansCJKjp-Bold.woff2") format("woff2"), url("/font/NotoSansCJKjp-Bold.woff") format("woff");
}

.main {
    font-family: "NotoSansCJKjp", "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media only screen and (min-width: 769px) {
    .main {min-width: 1100px;}
    .only-sp {display: none;}
}

.main {
    background: #ECF8FD;
}
.mainInner {
    max-width: 1000px;
    margin: auto;
}
.flyerImage {
    line-height: 1;
}
.flyerImage img {
    width: 100%;
    display: block;
}

.section_shopList {
    background: #FCFCEA;
    padding: 40px 24px 120px;
}

.bubble {
    color: #D83200;
    font-size: 17px;
    margin-bottom: 16px;
    text-align: center;
    display: flex;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}
.bubble::before,.bubble::after {
    display: block;
    width: 2px;
    height: 46px;
    content: "";
    background-color: #D83200;
}

.bubble::before {
    margin-right: 0.5em;
    transform: rotate(-20deg);
}

.bubble::after {
    margin-left: 0.5em;
    transform: rotate(20deg);
}

.section_shopList h2 {
    font-size: 27px;
    font-weight: bold;
    line-height: 1;
    background: #FFEC00;
    font-size: min(calc(100vw * 27 / 390), 27px);
    padding: 8px 0;
    text-align: center;
    margin-bottom: calc(24px - 16px * 0.3);
}

.shopList {
    font-size: 17px;
}

.shopList li {
    line-height: 1.6;
    display: flex;
    align-items: center;
}

.shopList li:after {
    content: "";
    display: block;
    width: 16px;
    height: 11px;
    background: url(../_images/new_win_icon_b14.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 4px;
    background-size: cover;
}

.shopList li {
    margin-bottom: calc(24px - 17px * 0.6);
}

.shopList a:link, .shopList a:visited {
    color: #1E77C9;
    text-decoration: underline;
}

@media only screen and (min-width: 769px) {
    .section_shopList {
        padding: 80px 100px;
    }
    .shopList {
        display: flex;
    }
    .shopList_row {
        width: 50%;
    }
    .bubble {
        font-size: 23px;
        margin-bottom: 8px;
    }
}