main {
    margin-bottom: -2em;
}

.logo {
    margin: 0 auto;
    max-width: min(70%, 360px);
    text-align: center;
}

.lead {
    margin-top: 1em;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
}

.store-nav {
    display: flex;
    flex-wrap: wrap;
    margin: 1.5em auto 0;
    text-align: center;
    background: #ffdae5;
    gap: 1px;
}

.store-nav li {
    width: calc(50% - 1px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.store-nav li.store-nav-dummy {
    height: 0;
}

.store-nav a {
    display: inline-block;
    padding: 0.75em 0.5em;
    font-size: 12px;
    color: #ffffff;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f28fac;
}

.store-news-wrapper {
    display: block;
}

.store-news-topics {
    width: 100%;
}

.store-news-twitter {
    width: 100%;
}

.store-news-title {
    display: block;
    margin: 2em auto 0;
}

.store-news-title p {
    font-size: 24px;
    text-align: center;
}

.store-news-list,
.tw-list {
    margin: .5em auto 0;
    padding: 0 1em;
    border: 1px solid #d4d4d4;
}

.store-news-list {
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 400px;
}

.store-news-box a {
    display: flex;
}

.store-news-update,
.store-news-text {
    display: block;
    padding: 1em 0 1em;
    font-size: clamp(14px, .696rem + .57vw, 18px);
    line-height: 1.3;
    font-weight: 400;
    color: #333333;
    text-align: left;
}

.store-news-update {
    white-space: nowrap;
    ;
}

.store-news-text {
    display: block;
    margin-left: 1em;
    width: 100%;
    text-decoration: underline;
}

/* a[href=""] .store-news-text {
	text-decoration: none;
} */

.store-news-box + * .store-news-text {
    border-top: 1px solid#e4e4e4;
}

.storetw-btn a {
    background: #666666;
}

.shop-box {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.shop-place {
    display: inline-block;
    margin: 0 auto;
    padding: .5em 0;
    padding: .5em 1em;
    background: #000000;
    font-size: clamp(16px, .911rem + .29vw, 18px);
    line-height: 1;
    font-weight: 500;
    color: #ffffff;
}

.shop-name {
    padding: .3em 0;
    font-size: clamp(22px, 1.193rem + .91vw, 30px);
    line-height: 1;
    font-weight: 400;
    color: #000000;
}

.name-box {
    padding: 2em 0;
}

.photo-box {
    margin: 0 auto;
}

.photo-box img {
    border-radius: .5em;
}

.shop-caption {
    padding: 1em 0;
    font-size: clamp(16px, .911rem + .29vw, 18px);
    line-height: 1.4;
    font-weight: 300;
}

.store-flex {
    display: block;
}

.article-wrapper {
    margin-top: 1em;
    width: 100%;
}

.map-box {
    margin-top: 2em;
    width: 100%;
}

.article-box {
    margin: 0 auto;
}

.article-box + * {
    margin: 2em auto 0;
}

.article-title {
    display: inline-block;
    position: relative;
    font-family: "M PLUS 1p", sans-serif;
    font-size: clamp(.875rem, .786rem + .29vw, 1rem);
    line-height: 1;
    font-weight: 500;
    vertical-align: bottom;
}

.article-title span {
    display: inline-block;
    margin: 0 auto .8em;
}

.article-title span:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1.6em;
    border-bottom: 1px solid #707070;
}

.article-box p {
    margin: 0 auto;
    font-size: clamp(16px, .911rem + .29vw, 18px);
    line-height: 1.6;
    font-weight: 300;
}

.article-box p.small {
    font-size: 12px;
}

.btn-prestore {
    margin-top: -1.5em;
}

.new-icon {
    display: block;
    font-weight: 500;
    color: #f28fac;
}
