@charset "UTF-8";
/* CSS Document */

/*-----------------
common
-----------------*/
*, *:before, *:after {margin:0;padding:0;box-sizing:border-box;}
html {font-size: 62.5%;}
body {line-height: 1.75;font-size: 14px;font-size: 1.4rem;color: #000;font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;}
img {max-width: 100%;height: auto;vertical-align: middle;border: 0;}
a{text-decoration: none;color: #0062b0;transition: all 0.3s 0s;}
a:hover {text-decoration: none;outline: none;opacity: .7}
ul,ol,li {list-style: none;}

/* clearfix */
.clearfix:after {content: "";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix { display: inline-table; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/*-----------------
header
-----------------*/
header #header_summary {
    max-width: 980px;
    margin: 0 auto;
    padding: 5px 14px;
}
header .title {
    padding: 6px 14px;
    color: #fff;
    background: #0062b0;
}
header .title h1 {
    max-width: 980px;
    margin: 0 auto;
    font-size: 28px;
    font-weight: normal;
}
header h1 a {
    color: #fff;
    text-decoration: none;
}
header #pnkz {
    font-size: 12px;
    padding: 6px 14px;
}
header #pnkz p {
    max-width: 980px;
    margin: 0 auto;
}
header h2 {
    text-align: center;
}

/*-----------------
main
-----------------*/
article {
    max-width: 980px;
    margin: 0 auto 30px;
    text-align: center;
}
.blog_contents ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

/*-----------------
shoplist
-----------------*/
#shoplist {
    padding: 0 2em;
}
#shoplist>div {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#shoplist h3 {
    text-align: center;
}
#shoplist ul {
    width: 48%;
    min-height: 126px;
}
#shoplist a {
    color: #000;
}
#shoplist ul li>p,
#shoplist ul li>a>p {
    font-size: 16px;
    font-size: 1.6rem;
}
#shoplist ul li>p span,
#shoplist ul li>a>p span {
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    width: 100%;
}
#shoplist ul li {
    padding: 1em 5px;
    border-bottom: 1px solid #000;
    min-height: 126px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#shoplist ul li div {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
#shoplist address {
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
}

#shoplist ul li div p {
    color: #1b4c94;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 0 1em;
}

/*-----------------
footer_menu
-----------------*/
.footer_menu {
    padding: 2em 2em 3em;
}
.footer_menu>a {
    background-color: #e50012;
    padding: 10px 30px;
    display: block;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    max-width: 400px;
    margin: 0 auto 1em;
}
.footer_menu p {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
}

/*-----------------
コピーライト
-----------------*/
#pagetop {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999;
}
footer {
    background-color: #ededed;
    padding: 1em 2em;
    text-align: center;
}
footer #copy{
    font-size: 12px;
    font-size: 1.2rem;
}

@media screen and (max-width: 780px) {
#shoplist ul li>p, #shoplist ul li>a>p {
    font-size: 12px;
    font-size: 1.2rem;
}
#shoplist ul li>p span,
#shoplist ul li>a>p span {
    font-size: 16px;
    font-size: 1.6rem;
}
#shoplist address {
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
}
#shoplist ul li div p {
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0;
}
}